/*头部公用样式*/

html{
    overflow-x: hidden;
}

.fl{
	float: left;
}
.fr{
	float: right;
}
.top-head{
	height: 39px;
	border-bottom: 1px solid #d2d2d2;
}

.wel{
	font: normal 14px/39px "微软雅黑";
	color: rgba(1, 1, 1, 0.8);
}
.wel p{
	margin: 0;
}
.k1{
	font: normal 14px/39px "微软雅黑";
	color: rgba(1, 1, 1, 0.8);
}
.k1 a{
	color: rgba(1, 1, 1, 0.8);
}

.wrap{
	max-width: 1430px;
	margin: 0 auto;
	padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.page-head {


}
.page-head-left { margin-top:10px;}
.page-head-left .logo {
	display: block;
	-webkit-transition: all .7s;
	transition: all .7s;
	padding-right: 20%;
	line-height: 100px;
}

.page-head-left .logo h1 {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.page-head-left .logo img {
	max-width: 100%;
}

.page-head-right .page-head-links {
	margin: 20px 0;
	color: #fff;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	overflow: hidden;
	height: 20px;
	opacity: 1;
}

.page-head-right .page-head-links a {
	color: #fff;
	padding: 0 10px;
}

.page-head-navbar {
	position: relative;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.page-head-navbar .xy-search {
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.1);
}

.page-head-navbar .xy-search #keyword {
	float: left;
	width: 80%;
	height: 28px;
	background: none;
	border: none;
	color: #fff;
	padding-left: 10px;
	font-size: 12px;
	outline: none;
}

.page-head-navbar .xy-search #s_btn {
	float: right;
	width: 20%;
	height: 28px;
	background: none;
	font-size: 18px;
	color: #fff;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: none;
}

@media (max-width: 768px) {
	.page-head {
		display: none;
	}
}


.mob-qh{ 
    width: 100px;
    position: absolute;
    color: #fff;
    right: -17px;
    margin-top: -20px;
}
.mob-qh p a{ 

    color: #fff;

}


/* 导航样式 */

.page-head-right{
    width: 58%;
}
.page-menu > li {
	float: left;
	width: 16.666666%;
	position: relative;
}



.page-menu > li > a {
	display: block;
	text-align: center;
	font-size: 20px; /*font-weight:bold;*/
	color: #000;
	line-height: 100px;
}

.page-menu > li:hover > a{color: #0062b0;
	background: url(../images/line01.png) no-repeat center 80px;
}



.page-menu .page-sub-menu {
	display: none;
	position: absolute;
	width: 180%;
	border-top: 2px solid #0062b0;
	left: -30px;
	top: 100px;
	-webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
	        box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
	background: #fff;
	padding-bottom: 4px;
	z-index: 9999;
}

.page-menu .page-sub-menu > li {
	border-bottom: 1px solid #e5e5e5;
}

.page-menu .page-sub-menu > li > a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #989898;
	position: relative;
	padding-left: 15%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	padding-right: 15%;
}

.page-menu .page-sub-menu > li > a:after {
	position: absolute;
	right: 12%;
	top: calc(50% - 3.5px);
	content: '';
	width: 5px;
	height: 7px;
	background: url(../images/xy-sub-nav-jt.png) 0 -7px no-repeat;
}

.page-menu .page-sub-menu > li > a:hover {
	background: #ececec;
	color: #4a4a4a;
	padding-left: 22%;
}

.page-menu .page-sub-menu > li > a:hover:after {
	background-position: 0 0;
}

@media (max-width: 1200px) {
	.page-menu > li > a {
		font-size: 14px;
	}

	.page-menu .page-sub-menu > li > a {
		line-height: 35px;
		font-size: 12px;
	}
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}


/*首页产品中心部分*/

.index-c1{
   padding-top: 60px;
}

.tlt{
	border-bottom: 1px solid #e8f0f8;
	font: normal 18px/50px "微软雅黑";
	color: #000;
	margin-bottom: 30px;
}
.tlt span{
	color: rgba(0, 0, 0, 0.6);
	font-size: 12px;
	padding-left: 10px;
	text-transform: uppercase;
}
.tlt a{
	float: right;
	font-size: 16px;
	font-weight: 100;
	color: #000;
}
@media (max-width:767px) {
.tlt{	margin-bottom: 10px;}
	
}


