﻿@charset "UTF-8";
.w1160 {
  width: 1180px;
  margin: 0 auto;
 font-family:"微软雅黑"
 
}

@media only screen and (max-width: 980px) {
.w1160 {
  width: 100%;
  margin: 0 auto;

}
}

@font-face {
    font-family: 'Hel';
    src: url("../fonts/HelveticaExt.eot");
    src: url("../fonts/HelveticaExt.eot#iefix") format("embedded-opentype"), url("../fonts/HelveticaExt.woff") format("woff"), url("../fonts/HelveticaExt.woff2") format("woff2"), url("../fonts/HelveticaExt.ttf") format("truetype"), url("../fonts/HelveticaExt.svg#HelveticaExt") format("svg");
}
@font-face {
    font-family: 'Hell';
    src: url("../fonts/HELVETICANEUELTPROULTLTEX.eot");
    src: url("../fonts/HELVETICANEUELTPROULTLTEX.eot#iefix") format("embedded-opentype"), url("../fonts/HELVETICANEUELTPROULTLTEX.woff") format("woff"), url("../fonts/HELVETICANEUELTPROULTLTEX.woff2") format("woff2"), url("../fonts/HELVETICANEUELTPROULTLTEX.ttf") format("truetype"), url("../fonts/HELVETICANEUELTPROULTLTEX.svg#HELVETICANEUELTPROULTLTEX") format("svg");
}
@font-face {
    font-family: 'TT';
    src: url("../fonts/TT0524M_6.eot");
    src: url("../fonts/TT0524M_6.eot#iefix") format("embedded-opentype"), url("../fonts/TT0524M_6.woff") format("woff"), url("../fonts/TT0524M_6.woff2") format("woff2"), url("../fonts/TT0524M_6.ttf") format("truetype"), url("../fonts/TT0524M_6.svg#TT0524M_6") format("svg");
}
.fontzt{ font-family:"微软雅黑"}

a { font-family:"微软雅黑";
  -webkit-transition: color 0.3s ease 0s;
          transition: color 0.3s ease 0s;
  color: #666;
}
a:hover{color:#f27a00}
li {

  list-style:none
}

ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

header {
  position: relative;
  z-index: 10;
  height:122px;
 
}
header .top {
	width:100%;
	display:block;
  height: 30px;
  background: #636469;
  font-size: 12px;
  line-height: 32px;
  color: #fff;
}
header .top .intr-tit a{

  margin-right: 10px;
}

.w-header{height:92px;line-height:92px;}
.w-header .logo{padding:10px 0px 0px 0px;width:167px;line-height:92px;}
.w-header .logo a img{width:101px;height:65px;}
.mlogo{display:None}
.pclogo{display:Nblock}
@media only screen and (max-width: 980px) {
header .logo  a img{width:101px;height:65px;}
  header .logo .logooh{display:none}

}

	
	
header .subnone {display:none}
header .sub-menu{width:950px;float:right;height:92px;line-height:92px;padding: 0px 0px}
header .sub-menu li {
  float: left;
  position: relative;
  height:92px;

}
header .sub-menu li:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 42px;
  width: 0px;
  height: 0px;
  background: #e7e7e7;
}

header .sub-menu li a.t {
  display: inline-block;
  padding: 0 35px;
  font-size: 16px;
  line-height: 72px;
  text-transform:uppercase;
  color: #121212;

  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
header .sub-menu li:hover{
	background:#0168b7;
	color:#fff}
header .sub-menu li a.t:hover, header .sub-menu li a.t.cur {
color: #fff;
}

header .sub-menu li.cur a.t, header nav li:hover a.t {
  color: #fff;
}
header .sub-menu .sub-box {
  position: absolute;
  top: 90px;
  left: -25px;
  background-color: #fff;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index:99999;

  
  
  
}







header .sub-menu .sub-box a {
  display: inline-block;
  padding: 5px 0px;
   line-height: 30px;

  border-top: 1px solid #eee;
  font-size: 12px;
  width:100%;
 
  
}

header .sub-menu .sub-box a:first-child {
  border-top: none;
}








.headtxt{line-height:90px;font-size:34px;}







header .nav-btn{display:none}

@media only screen and (max-width: 980px) {	
.headtxt{display:none}
header .sub-menu{display:none}
  header .nav-btn {
	display:block;
   width:40px;
  height: 30px;
  position: relative;

  margin-top: 25px;
  margin-right:  10px;

    cursor: pointer;
 

}
header .nav-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0168b7;
  position: absolute;
  left: 0;
  
}
header .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}
header .nav-btn .line2 {
  top: 13px;
}
header .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}
header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}
header .nav-btn.hover .line {
  left: 5px;
}


  
 
  header .sub-menu {

    position: absolute;
    left: 0;
    top: 110px;
    z-index: 2;
    width: 100%;
  }

  
  
  header .sub-menu{background:#0168b7;height:50px;padding: 0px 0px;
}
header .sub-menu li {
   width: 100%;
    height:50px;
    border: 0;
	position: relative;


}
  
  
  
  header .sub-menu li:hover{
	background:none}
  
  

  
  header .sub-menu li:after {
    display: none;
  }
  header .sub-menu li.hover a.tit, header .sub-menu li.cur a.tit {
    color: #fff;
  }
  header .sub-menu li a.t {
    position: relative;
    width: 92%;
    padding: 0 4%;
    background: #0168b7;
    font-size: 15px;
    line-height: 50px;
	height:50px;
    color: #fff;
    text-align: left;
    transition: background 0.5s;
  }
  header .sub-menu li a.t:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 4%;
    bottom: 0;
    width: 92%;
    height: 1px;
    background: #f1f1f1;
  }
  header .sub-menu li a.t:hover {
    background: #ec681e;
    color: #fff;
  }
  header .sub-menu li:last-child a.t:after {
    display: none;
  }
  
  header .sub-menu .sub-box {
    width: 100% !important;

    margin: 0!important;
    background: #f5f5f5;
	position:relative;
	  z-index:99999;
	   top: 0px;
	 left: 0px;

}




  header .sub-box a {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    font-size: 14px;
    line-height: 2;
    color: #7c7c7c;
  }
  header sub-box a:hover {
    color:#2da3a1;
  }




  
}



@media only screen and (max-width: 980px) {	
.navmenu2{display:none}
}

.i-banner{
    width: 100%;
      height: 663px;

}
.i-ban {
  position: relative;
  overflow: hidden;
  top:0px;
  height: 663px;
  width:100%
}
.i-ban ul, .i-ban li {
  width: 100%;
  height: 100%;
}
.i-ban li {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.i-ban li a {
  display: block;
  width: 100%;
  height: 100%;
}
.i-ban .butn {
  width: 32px;
  height: 58px;
  position: absolute;
  top: 50%;
  margin-top: -29px;
  cursor: pointer;
}
.i-ban .prev {
  left: 6px;
  background: url(ico_01.png) no-repeat center #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.i-ban .prev:hover {
  background: url(ico_01_hov.png) no-repeat center #1ec2fc;
}
.i-ban .next {
  right: 6px;
  background: url(ico_02.png) no-repeat center #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.i-ban .next:hover {
  background: url(ico_02_hov.png) no-repeat center #1ec2fc;
}
#b06{display:None}
@media only screen and (max-width: 778px) {	
.i-ban { height: 350px;display:none}
.i-ban li{background-position:top;
background-size:100% 100%;}






#b06 { width: 640px; margin:0 auto;display:block;
position:relative}

#b06 .dots{ position: absolute; left: 0; right: 0; bottom: 20px;}

#b06 .dots li 

{ 

	display: inline-block; 

	width: 10px; 

	height: 10px; 

	margin: 0 4px; 

	text-indent: -999em; 

	border: 2px solid #ccc; 

	border-radius: 6px; 

	cursor: pointer; 

	opacity: .4; 

	-webkit-transition: background .5s, opacity .5s; 

	-moz-transition: background .5s, opacity .5s; 

	transition: background .5s, opacity .5s;

}

#b06 .dots li.active 

{

	background: #44a6a5;

	opacity: 1;
	border: 2px solid #44a6a5; 

}

#b06 .arrow { position: absolute; }

#b06 #al { left: 15px;}

#b06 #ar { right: 15px;}







}





#b08 { width: 590px;}

#b08 .dots { position: absolute; left: 0; right: 0; bottom: 20px;}

#b08 .dots li 

{ 

	display: inline-block; 

	width: 10px; 

	height: 10px; 

	margin: 0 4px; 

	text-indent: -999em; 

	border: 2px solid #fff; 

	border-radius: 6px; 

	cursor: pointer; 

	opacity: .4; 

	-webkit-transition: background .5s, opacity .5s; 

	-moz-transition: background .5s, opacity .5s; 

	transition: background .5s, opacity .5s;

}

#b08 .dots li.active 

{

	background: #fff;

	opacity: 1;

}

#b08 .arrow { position: absolute; top: 200px;}

#b08 #al { left: 15px;}

#b08 #ar { right: 15px;}




.index-news{    
    width: 100%;
    height:700px;
	padding-top:0px;
   padding-bottom:50px;
   	overflow:hidden;
background:#f6f6f6;}
.index-news .content {
     width: 1200px;
    height: auto;
    margin: 0 auto;
	padding:60px 0px;
	overflow:hidden
}
.index-news .content .titles h1{font-size:32px;color:#3e3d3d;font-weight:bold;}
.index-news .content .tit{margin-top:25px;}
.index-news .content .tit a{background:#eee;width:100px;height:33px;line-height:33px;display:block;float:right;
text-align:center;
margin-left:10px;font-size:14px;color:#000}
.index-news .content .tit a:hover{background:#0168b7;color:#fff}
.m-con{display:none}
.index-news .content .con{width:100%;
overflow:hidden;padding-top:15px;}
.index-news .content .con .com-news{float:left;width:601px;background:#fff;height:500px;color:#0168b7}
.index-news .content .con .com-news .com-news-t{height:172px;
	background: url(anxintai_39.jpg) center no-repeat;
    background-size: cover !important;
	position:relative}
.index-news .content .con .com-news .com-news-t p{color:#fff;font-size:24px;line-height:25px;
position:absolute;top:50px;left:20px;}
.index-news .content .con .com-news .com-news-t p span{font-size:12px;}
.index-news .content .con .com-news .com-news-li{padding:0px 30px;}
.index-news .content .con .com-news .com-news-li li{width:100%;padding:20px 0px;min-height:95px;
border-bottom:#ddd 1px dotted;}
.index-news .content .con .com-news .com-news-li li:last-child{border-bottom:#ddd 0px dotted;}
.index-news .content .con .com-news .com-news-li li .news-time{float:left;width:60px;height:100px;font-size:12px;padding-right:10px;padding-top:10px;
text-align:center;line-height:25px;}
.index-news .content .con .com-news .com-news-li li .news-time b{font-size:30px;}
.index-news .content .con .com-news .com-news-li li .n-info a{font-size:18px;}

.index-news .content .con .com-news .com-news-li li .n-info p{color:#999;font-size:14px;}
.index-news .content .con .hy-news{float:right;width:590px;background:#fff;height:500px;}
.index-news .content .con .hy-news .hy-news-t{height:159px;
	background: url(axt_41.jpg) center no-repeat;
	position:relative}
.index-news .content .con .hy-news .hy-news-t p{color:#333;font-size:24px;line-height:25px;
position:absolute;top:50px;left:20px;}
.index-news .content .con .hy-news .hy-news-t p span{font-size:12px;color:#aaa;}
.index-news .content .con .hy-news .hy-news-li{padding:0px 30px;margin-top:30px;}
.index-news .content .con .hy-news .hy-news-li li .n-info a{font-size:18px;}
.index-news .content .con .hy-news .hy-news-li li .n-info p{color:#999;font-size:14px;}
.index-news .content .con li:hover{color:#f27a00}
.index-news .content .con li:hover a{color:#f27a00}

@media only screen and (max-width: 1170px) {	
.index-news .content {width:98%;padding:30px 0px;}
.index-news .content .titles h1{font-size:24px;}
.index-news .content .con .com-news{width:50%}

.index-news .content .con .hy-news{width:49%}


}
@media only screen and (max-width:768px) {
	
.index-news{    
    width: 100%;
    min-height:50px;
	height:auto;
	padding-top:0px;
   padding-bottom:20px;
   	overflow:hidden;
background:#f6f6f6;}
.index-news .content {width:98%;}
.m-con{display:block;width:100%}
.index-news .content .con{display:none}
.m-com-news-li li{width:100%;line-height:30px;border-bottom:1px #f1f1f1 solid;background:#fff;padding:10px}
.m-com-news-li li span{padding-right:10px;}
}



.index-product{    
    width: 100%;
	padding-top:0px;
    padding-bottom:20px;

	 background: url(bg03.jpg) bottom center no-repeat;
	 }
.index-product .content {
     width: 1200px;
    height: auto;
    margin: 0 auto;
	padding:60px 0px;
	overflow:hidden
}

.index-product .content .titles h1{font-size:32px;color:#fff;font-weight:bold;}
.index-product .content .con{width:100%;
overflow:hidden;padding-top:35px;}
.index-product .content .con .index-p-li li{width:348px;margin-right:24px;margin-bottom:30px;float:left;padding:18px 18px 10px 18px;
position:relative;
text-align:center;
background:#fff;}
.index-product .content .con .index-p-li li a>img{width:348px;height:240px;}

.index-product .content .con .index-p-li li:nth-child(3n){margin-right:0%}
.index-product .content .con .index-p-li li p{font-size:16px;color:#061e40;line-height:40px;padding-top:10px;}
.i-p-hover{background:#ffd966;width:346px;height:238px;
position:absolute;top:19px;left:19px;
z-index:9999;
opacity:0.9;
display:none;
animation:fadeIn 0.7s;
text-align:center;line-height:218px;
}
.index-product .content .con .index-p-li li:hover{}
.i-p-hover img{line-height:218px;}

.on{display:block}
.out{display:none;}

@media only screen and (max-width: 1170px) {	
.index-product .content {width:100%}

.i-p-hover{display:none}
.index-product .content .con .index-p-li li{width:29.3%;padding:1%;margin:1% 1%;}
.index-product .content .con .index-p-li li:nth-child(3n){margin-right:1%}
.index-product .content .con .index-p-li li img{width:100%;height:auto;}


}
@media only screen and (max-width:768px) {
	.i-p-hover{display:none}
	.index-product .content {padding:20px 0px;}
	.index-product .content .titles h1{font-size:24px;}
	.index-product .content .con .index-p-li li{width:46%;padding:1%;margin:1% 1%;}
}


.index-about{    
    width: 100%;
	padding-top:0px;
    padding-bottom:20px;
min-height:600px;
height:auto;
overflow:hidden;
	 background: url(business-building-bg-2.jpg) top  no-repeat;
	 }
.index-about .content {
     width: 1200px;
    height: auto;
    margin: 0 auto;
	padding:60px 0px;
	overflow:hidden
}
.index-about .content .titles{
	position:relative;height:40px;}
.index-about .content .titles h1{font-size:32px;color:#3e3d3d;font-weight:bold;}
.index-about .content .titles .tit{color:#5a5a5a;font-size:18px;
position:absolute;left:151px;top:20px;}

.index-about .content .con{width:100%;
overflow:hidden;padding-top:25px;}
.index-about .content .con .apic{float:left;width:590px;
position:relative}
.index-about .content .con .apic li img{width:590px;height:410px;}
.index-about .content .con .apic .list .bd {
    width: 100%;
    height: 410PX;
}
.index-about .content .con .apic .list .bd ul {
    width: 100%;
}
.index-about .content .con .apic .list .bd ul li {
    width: 100%;
    height: auto;

}
.index-about .content .con .apic .list a.prev,
.index-about .content .con .apic .list a.next {
    width: 20px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    display: block;
}
.index-about .content .con .apic .list a.prev {
    background: url(arrowl.png) no-repeat;
    left: 20PX;
}
.index-about .content .con .apic .list a.next {
    background: url(arrowr.png) no-repeat;
    right: 20PX;
}

.index-about .content .con .index-a-li{float:right;width:590px;}
.index-about .content .con .index-a-li li{width:290px;float:left;height:200px;margin-right:10px;margin-bottom:10px;}
.index-about .content .con .index-a-li li:nth-child(2n){margin-right:0px;}
.index-about .content .con .index-a-li li.h{background:#fff}
.index-about .content .con .index-a-li li.a{background:#f1c232}
.index-about .content .con .index-a-li li.c{background:#3c78d8}
.index-a-li li.h>div,.index-a-li li.a>div,.index-a-li li.c>div{padding:30px}
.index-about .content .con .index-a-li li h1{font-size:20px;font-weight:bold;line-height:45px;}
.index-about .content .con .index-a-li li p{font-size:15px;line-height:25px;padding-top:10px;}
.index-a-li li.c>div {color:#fff;text-transform:uppercase}
.index-a-li li.c>div p span{font-size:13px;}





@media only screen and (max-width: 1170px) {	
.index-about .content {width:100%}
.index-about .content .con{padding-top:5px;}
.index-about .content .con .apic{float:left;width:49%;
position:relative}
.index-about .content .con .index-a-li{width:49%;margin:0 auto;}
.index-about .content .con .index-a-li li{width:48%;float:left;height:200px;margin-right:2%;margin-left:0%;margin-bottom:2%;}
.index-about .content .con .index-a-li li img{width:100%;height:100%}

}
@media only screen and (max-width:768px) {
	
.index-about .content {width:100%;padding:20px 0px;}
.index-about .content .titles h1{font-size:24px;}
.index-about .content .titles .tit{display:none}
.index-about .content .con .apic .list .bd {    width: 100%;
    height: auto;
}
.index-about .content .con .apic{float:left;width:96%;margin:0 auto;margin-left:2%;margin-bottom:2%;
position:relative}
.index-about .content .con .apic li img{width:100%;height:auto;}

.index-about .content .con .index-a-li{width:98%;margin:0 auto}
.index-about .content .con .index-a-li li{width:48%;float:left;height:140px;margin-right:2%;margin-left:0%;margin-bottom:2%;}
.index-about .content .con .index-a-li li img{width:100%;height:100%}
.index-a-li li.h>div,.index-a-li li.a>div,.index-a-li li.c>div{padding:10px 20px}
.index-about .content .con .index-a-li li h1{font-size:16px;font-weight:bold;line-height:35px;}
.index-about .content .con .index-a-li li p{font-size:12px;line-height:25px;padding-top:10px;}
.index-a-li li.c>div {color:#fff;text-transform:lowercase}
}





.banner {
    width: 100%;
    height: 338px;
	margin-top:106px;
   
}
.banner .con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.banner .con .tits {
    float: left;
    margin-top: 144px;
}
.banner .con .tits .t {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
}
.banner .con .tits .t span {
    font-family: TT;
    margin-right: 12px;
}
.banner .con .tits .t i {
    font-family: Hell;
}
.banner .con .tits .t1 {
    font-size: 19px;
    line-height: 19px;
    color: #fff;
    margin-top: 17px;
}
.banner .con .tit {
    float: right;
    margin-top: 167px;
}
.banner .con .tit .t {
    float: right;
}
.banner .con .tit .t span {
    font-size: 45px;
    line-height: 45px;
    font-family: TT;
    color: #fff;
}
.banner .con .tit .t span b {
    font-size: 26px;
    float: right;
}
.banner .con .tit .t .s1 b {
    float: none;
}
.banner .con .tit .t i {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    letter-spacing: 7px;
    display: block;
    margin-left: 10px;
}
.banner .con .tit .t .i1 {
    letter-spacing: 5px;
    margin-left: 4px;
}
.banner .con .tit .line {
    width: 350px;
    height: 1px;
    background: #999a9d;
    float: right;
    margin-top: 30px;
    margin-right: 5px;
}
@media (max-width: 1380px) {
    .banner {
       margin-top:106px;
    }
}
@media (max-width: 1200px) {
    .banner .con {
         margin-top: 85px;
		 
    }
	.banner .con .tits {
	text-align:center}
}



@media only screen and (max-width: 768px) {
	.banner {
    width: 100%;
    height: 200px;
}
    .banner .con {
         margin-top: 85px;
		 width: 100%;
    }
.banner .con .tits {
    margin-top: 60px;text-align:center;padding-top:10px;width:100%;
}

.banner .con .tit{display:none}
}




.inside-menu {
  height: 70px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}

.inside-menu.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.inside-menu a {
  display: inline-block;
  font-size: 14px;
  line-height: 70px;
  color: #a3a3a3;
}
.inside-menu a:hover {
  color: #0062cb;
}
.inside-menu a.home {
  width: 20px;
  height: 70px;
  background: url(bg_sign06.png) no-repeat center;
}
.inside-menu span {
  display: inline-block;
  width: 28px;
  height: 70px;
  background: url(bg_sign07.png) no-repeat center;
}
.inside-menu em {
  display: inline-block;
  font-size: 14px;
  line-height: 70px;
  color: #a3a3a3;
}
.inside-menu .menu{float:right;}
.inside-menu .menu a {
  position: relative;
  display: inline-block;
  margin: 0 16px;
  font-size: 14px;
  line-height: 70px;
  color: #a3a3a3;
}
.inside-menu .menu a.focus:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #006ee2;
}
.inside-menu .menu a:last-child {
  padding-right: 0;
}
.inside-menu .menu a:after {
  transition: all 0.5s;
}
.inside-menu .menu a:hover {
  color: #006ee2;
}
.inside-menu .menu a:hover:after, .inside-menu .menu a.cur:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #006ee2;
}



.inside-menu .menu .current{
	  color: #fff;
	  background:#fa6551
	
	}

.inside-menu .menu a:hover {
  color:#fa6551;
  border:0px #fa6551 solid;
}



@media only screen and (max-width: 768px) {

	.inside-menu {
		width:100%;
		height:auto;
		line-height:40px;
	}
	.inside-menu>.w1160>p{display:none}
	.inside-menu .menu{text-align:center}
	.inside-menu .menu a {
		text-align:center}
	.inside-menu .menu{text-align:center}

	
	
	
	
.inside-menu .menu a:hover {
color: #1ab4a0;
  border:0px #fa6551 solid;
}
	}




.book_form{width:600px; margin:0 auto;float:right;font-size:14px;margin-top:150px;
}
.book_form p{padding:3px; display:block;height:40px;line-height:40px;font-size:15px;color:#fff;background:#fff;margin-bottom:15px;border-radius:5px;color:#333}

.book_form label{display:block; float:left; width:120px; text-align:right;}

.book_form input, .book_form textarea{   
    padding: 0 0px 0 0px;
    line-height: 35px;
	height: 35px;
	border:0px;
    color: #666;
border-radius:5px;}
.book_form input:focus, .book_form textarea:focus,.book_form input:hover{border:#f1c332 0px solid;}
.messinput{    height: 30px;
    width: 400px;}

.messsub {
    display: block;
    width: 100%;
    height: 50px;
	line-height: 50px;
    background: #f1c332;
    color: #FFF;
    font-size: 14px;
    font: 12px/24px ;
  
   transition: all 0.5s;
}
.messsub:hover{
 
    background: #f1c332;

   transition: all 0.5s;
   color:#000;
}
.messinput1{  width: 450px;}

@media only screen and (max-width: 768px) {
.book_form{width:98%; margin:0 auto;padding:1%;padding-toP:20px;}
.book_form p{padding:1%; }
.book_form label{display:block;  width:30%; text-align:left;float:left;}

.book_form input, .book_form textarea{border:#E3E3E3 0px solid;}
.messinput{    height: 30px;
    width: 70%;float:left;}

.messsub {
	margin-top:20px;
    display: block;
    width: 100%;
    height: 40px;
    background: #1ab4a0;
    color: #FFF;
    font-size: 14px;
    font: 12px/24px ;
    margin-left: 0px;
}
.messinput1{ width: 100%;}
.book_form label .code{float:left;display:inline;}

}


.footer {

  background-color: #1ab4a0;
  padding-top: 0px;
  padding-bottom: 42px;
  position:relative;
  color:#fff;
 background: url(axt_11.jpg) no-repeat center ;
}
.footernav {border-right:0px #58c8ba solid;float:left;}
.footernav li{margin-right:100px;padding-top:60px;float:left;
letter-spacing:1px;}
.footernav li h2{font-size:20px;line-height:50px;}
.footernav li:nth-child(5){margin-right:0px;}
.footernav li a{color:#fff;font-size:14px;line-height:30px;}
.footercon{border-left:0px #58c8ba solid;float:right;width:250px;margin-top:60px;font-size:13px;
text-align:left}
.footercon h2{font-size:20px;line-height:50px;}
.footercon img{width:120px;}
.copyright{padding:0px 10px;color:#fff;line-height:50px;
background:#000;
text-align:left}
.copyright span{float:right;}
.footer-com{display:none}
.copyright a{color:#fff}
@media only screen and (max-width: 778px) {
	.copyright span{font-size:11px;line-height:20px;}
	.footer {   margin-top:0px; padding-top: 5px;padding-bottom: 0px;}
	.footer-com{display:block;padding:10px 10px 15px 15px;
	height:auto;
	overflow:hidden}
	.footer-com li{width:100%;}
	.footernav{display:none}
	.footernav li{margin-right:5px;margin-left:10px;
letter-spacing:1px;}
.footernav li a{color:#fff;font-size:12px;}
.footercon{display:none}

.copyright{padding:0px 10px;color:#fff;line-height:30px;
background:#000;
text-align:left}
.copyright span{float:none;}

}


.honorpic ul li{width:29%;padding:2%}
.honorpic ul li img{width:310px;height:200px;border:1px #ccc solid;padding:5px;}

@media only screen and (max-width: 778px) {
	.honorpic ul li{width:48%;padding:1%}
	.honorpic ul li img{width:94%;max-height:120px;border:1px #ccc solid;padding:3%;}
	}
	
.js-m {
    transform: translateY(100px);
    opacity: 0;
}
.js-m1 {
    transform: translateX(-100px);
    opacity: 0;
}
.js-m2 {
    transform: translateX(100px);
    opacity: 0;
}
.js-m3 {
    transform: translateY(-100px);
    opacity: 0;
}
.js-m21 {
    transition: opacity 10s ease-in-out;
    opacity: 0;

}
.ease_in_out {
            -webkit-transition: all 4s ease-in-out;
            -moz-transition: all 4s ease-in-out;
            -o-transition: all 4s ease-in-out;
            transition: all 4s ease-in-out;
        }