
body{
	padding-top: 1.1rem;
}
/*====================导航*********/
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height: 1.1rem;
	line-height: 1.1rem;
	background:url(../img/nav_header.png) no-repeat;
	background-size:cover;
}
/*左侧logo*/
.header .logo{
	height: 1rem;
	line-height: 1rem;
}
.header .logo img{
	vertical-align: middle;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: .5rem;
	
	/* width: 75%; */
	
}

.header .container{
/*
	height: 1.1rem;
	line-height: 1.1rem;
*/
}
.header .nav {
	height: 1rem;
	line-height: 1rem;
}	
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	
	margin: 0 .1rem;
}
.header .navbar_nav li.tel{
	margin-left: 1.46rem;
}
.header .navbar_nav li a{
	float: left;
	/* padding: 0 .45rem; */
}
.header .navbar_nav li span{
	float: left;
	color: #fff;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 0.04rem;
    background: #0094fd;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li.active:after{
    width: 100%;
}
.header .navbar_nav li.active a{
	color: #0094fd;
	background-color: #f5f5f5;
}
.header .navbar_nav li a{
	padding: 0 .05rem;
	text-decoration: none;
	height: 100%;
	display: inline-block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #333333;
	font-size: .14rem;
	text-transform: uppercase;
}
.header .navbar_nav li.tel:after{
	display: none;
}
.header .navbar_nav li:hover a{
	color: #0094fd;
	background-color: #f5f5f5;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(../img/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.contact_info h5{
	text-align: center;
}
.header .logo{
	
	display: flex;
	justify-content: center;

	flex-direction: column;
}

.header .nav .tel a {
    display: inline-block;
    background: url(../img/tel.png) no-repeat left center;
    background-size: .2rem;
    color: #ff534a;
   font-size: .2rem;
    padding-left: .22rem;
	padding-right: 0;
}
.m_nav .ul li.tel{
	background: url(../img/tel.png) no-repeat .22rem center;
	background-size: .2rem;
	padding-left: .42rem;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: orangered;
}
.select_box {
	margin-left: 0.05rem;
/*	width:1rem;*/
/*	height:30px;*/
/*	margin-right:5px;*/
	position:relative;
}
.language .title{
	width:100%;
	font-style: normal;
    color: #333;
    font-weight: normal;
    font-size: .2rem;
	line-height: inherit;
}
/* .select_box .title {
	width:100%;
	height:30px;
	line-height:29px;
	padding:0px 15px;
	cursor:pointer;
	border-bottom:1px solid #4d66c3;
} */
.select_box .title span {
	color:#b1b2b3;
	font-weight:bold;
}
.select_box .title span img{
	vertical-align: middle;
}
.select_box .title i {
	font-style:normal;
	color:#4d66c3;
}
.select_box .title em {
	position:absolute;
	right:15px;
	margin-left:5px;
	margin-top:-2px;
}
.select_box .title .select_down {
	ffont-size: .2rem;
	display:inline-block;
}
.select_box .title .select_up {
	font-size: .2rem;
	display:none;
}
.select_box ul {
	width: 120%;
	/* max-height: 200px; */
	border: 1px solid #ddd;
	padding: 10px 0px;
	box-shadow: 2px 2px 4px #ccd4e8, -2px -2px 4px #ccd4e8;
	background-color: #fff;
	overflow-y: auto;
	position: absolute;
	top: 1rem;
    z-index: 99;
    /* display: none; */
    left: -0.1rem;
	border-radius: 3px;

}
.select_box .title i {
    font-style: normal;
    color: #198de3;
    font-weight: normal;
	font-size: .14rem;
	
}
.select_box ul li {
	height:.28rem;
	line-height:.28rem;
/*	padding:0px 20px;*/
	font-size:.14rem;
	color:#333;
	cursor:pointer;
	text-align: center;
}
.select_box ul li.this {
	color:#198de3;
	background-color:#198de3;
	color: #fff;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
       background: rgba(0,0,0,.93);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 50%;
	margin:0 .2rem;
}
.m_nav .logo img{
	/* height: 50px;
	display: block; */
	
	
}
.m_nav .logo a{
	display: block;
}
.m_nav .ul{
	margin-top: .3rem;
	padding: 0 .2rem;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #242424;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: .32rem;
	height: .7rem;
	line-height: .7rem;
	width: 100%;
}

.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.translate{
	color: #fff;
	float: left;
}
.translate a{
	color: #fff;
}
.search{
	float: left;
}
/* select_nav */
.select_nav {
	width: 100%;
	height: .62rem;
	line-height: .62rem;
	border:1px dotted #e8e8e8;
}
.select_nav a{
	display: inline-block;
	width: 2.5rem;
	height: .62rem;
	line-height: .62rem;
	text-align: center;
	color: #000000;
	text-transform: uppercase;
}
.select_nav a.active{
	background-color: #0094fd;
	color: #fff;
}
@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
/*
		padding: 9px 15px;
		margin-right: -15px;
		
*/
		margin-top: .2rem;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #0088dc;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
}
/* contact-us */
.contact-us{
	padding: 0 .2rem;
	width: 100%;
    background-color: #fff;
	border-top: 2px solid #198de3;
	padding-top: .4rem;
	padding-bottom: .1rem;
}
.contact-us h5{
	font-size: .18rem;
	margin: .2rem 0;
	text-transform: capitalize;
}
.friend_link a{
	display: inline-block;
	width: 50%;
	color: #333333;
	margin-bottom: .1rem;
	font-size: .14rem;
}
.list_contact{
	width: 40%;
}
.list_contact  .contact:nth-of-type(1){
	width: 60%;
}
.contact_info,.contact {
	width: 30%;
}


.contact_info{
	width: 30%;
}
.contact_info >div{
	width: 1.1rem;
	/* padding-left: 10%; */
	margin: 0 0.3rem;
}
.contact_info.contact_two{
	/* width: auto; */
	padding-right: 1%;
}
.contact_info >div .div_img{
	/* width: .99rem;
	height: .99rem; */
	margin: 0 auto;
}
.contact .contact_list{
	 font-size: .14rem;
	 color: #333333;
	
	/* padding-left: 15px; */
	 margin-bottom: .1rem;
	}
.contact.contact_fs .contact_list{
	padding-left: .3rem;
}
.contact.contact_fs .contact_list{
	 background: url(../img/footer_tel.png) no-repeat left center;
	background-size: .19rem;
	text-transform: uppercase;
}
.contact.contact_fs .contact_list:nth-of-type(2){
	background-image: url(../img/footter_email.png);
}
/*
.contact_fs h5{
	padding-left: .3rem;
}
*/
.contact.contact_fs .contact_list:nth-of-type(3){
	background-image: url(../img/fotter_address.png);
}
.footer {
    padding-top: .2rem;
    padding-bottom: .2rem;
    color: #b2b2b2;
    background: #eeeeee;
	text-align: center;
}
.footer  a{
	background: url(../img/ga.png) no-repeat left center;
	padding-left: .15rem;
	color: #999999;
}
.footer_icon_img{
	padding: .3rem 0;
}
.footer_icon_img .main_contain {
	text-align: center;
}
/*message*/
.message {
  position: fixed;
  right: 10px;
  bottom: 100px;
  width: 0.74rem;
  z-index: 99;
}
.message a.tel:hover .tel_num{
	display: block;
	transform: 1s all;
	width: 130px;
}
.message_contact{
	width: 100%;
/*	height: 3.5rem;*/
/*	border: 1px solid #b8b8b8;*/
	border-radius: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 5px 1px 19px 3px rgb(0 0 0 / 20%);
	
}
.message a {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.message a.tel{
	position: relative;
}

.tel_num {
    position: absolute;
    top: 0;
    text-align: center;
    left: -140px;
    width: 0px;
/*
    height: 80px;
    line-height: 80px;
    background-color: #01c8fe;
*/
    color: #fff;
	display: none;
	transition: 1s all;
}
.message a.code.iconHover:hover{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.message a.online.iconHover:hover{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.message a.code.iconHover:hover .wxCode{
	display: block;
}
.wxCode{
    position: absolute;
    left: -200px;
    width: 186px;
    height: 168px;
    top: -60px;
	display: none;
}
.message a i .white{
	display: none;
}
.message_contact .iconHover:hover{
	background-color: #01c8fe;
}
.message_contact .iconHover:hover span{
	color: #fff;
}
.message_contact .iconHover:hover i .blue{
	display: none;
}
.message_contact .iconHover:hover i .white{
	display: inline-block;
}
.message i {
	display: block;
 width: 100%;
 text-align: center;
 height: 39px;
}


.message a span {
	display: block;
	text-align: center;
 color: #000;
 width: 100%;
 line-height: 20px;
 font-size: 10px;
 margin-top: 3px;
 text-transform: capitalize;
}
.message a.toTop{
	width: .74rem;
    height: .6rem;
    line-height: .6rem;
	text-align: center;
	background-color: #fff;
	border-radius: .1rem;
	display: inline-block;
	padding: 0;
	box-shadow: 5px 1px 19px 3px rgb(0 0 0 / 20%);
	
/*	padding-top: .2rem;*/
}
.message a.toTop img{
	vertical-align: middle;
	padding-top: .1rem;
}



.consut_btn{
	width: 1.5rem;
	margin: 0 auto;
	border-radius: .3rem;
	-webkit-border-radius: .3rem;
	background-color: #00a0ea;
	text-align: center;
	height: .4rem;
	line-height: .4rem;
}
.consut_btn a{
	display: inline-block;
	width: 100%;
	font-weight: bold;
	height: .4rem;
	line-height: .4rem;
	font-size: .24rem;
	color: #fff;
}

/*
.proList{
	justify-content: flex-start;
}
*/
.proList li {
    background: #fff;
    padding: .22rem;
    width: 19%;
    margin: 0  1% .2rem 0;
    box-sizing: border-box;
    /* float: left; */
    padding-bottom: .2rem;
}
.proList li:nth-of-type(5n){
	margin-right: 0;
}
.proList li p {
    font-size: 13px;
    line-height: 17px;
    height: 34px;
    display: block;
    overflow: hidden;
}
.proList li span {
    color: #ff2a14;
    font-weight: bold;
	margin-top: .3rem;
	display: inline-block;
	width: 100%;
}
@media screen and (max-width:1366px) {
	.message{
		width: 0.84rem;
	}
	.message a.toTop{
		width: 0.84rem;
	}
}
@media screen and (max-width:1200px)  {

	
	.header .navbar_nav li a{
		
		padding: 0 .22rem;
	}
}


@media screen and (max-width:768px) {
	.header .logo{
		width: 60%;
	}
	.header #navToggle{
		margin-top: 0;
	}
	.header{
		height: 0.9rem;
		line-height: 0.9rem;
	}
	.header .container{
		width: 100%;
		height: 100%;
	}
/*
.message a.codeHover span{
		padding-right: .2rem;
	}
*/
	.main_contain{
		width: 100%;
		max-width: auto;
		padding: 0 .2rem;
	}
	/* .contact_info, .contact{
		width: 100%;
		padding-bottom: .2rem;
	} */
	.list_contact{
		width: 100%;
    padding-right: 20%;
	}
	.contact_info, .contact{
		width: 100%;
	}
	.contact_fs{
		width: 60%;
	}
	.list_contact .contact:nth-of-type(1),.list_contact .contact:nth-of-type(2){
		width: 50%;
		
	}
	.contact-us h5{
		font-size: .26rem;
	}
	/* .contact-us{
		padding: 0 .2rem;
	} */
	.contact_info >div{
		    width: 50%;
    padding-left: 0%;
    margin: 0;
    padding-right: 10%;
	}
	.contact_info >div .div_img{
		width: 100%;
		margin: 0 auto;
	}
	.contact.contact_fs .contact_list{
		background-size: 0.3rem;
    padding-left: 0.5rem;
	}
	.message{
		bottom:10%;
	 width: 1rem;
	}
	.message a.toTop {
    width: 1rem;
		padding-top: 0;
   }
	.contact_info.contact_two {
	   width: 100%;
    margin: 0 auto;
	}
	/* proList */
	.proList li {
	    width: 48%;
	}
/*
	.list_contact{
	width: 58%;
}
	.contact_fs{
	width: 40%;
}
*/
}
