@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-size:100%;
	font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,"宋体";
}
ul,h1,h2,h3,h4,h5,h6{list-style:none;margin:0px;padding:0px; font-weight:normal;}
p{padding:0px; margin:0px;}
.clear{clear:both;}
.black{background-color:#333;width:100%;height:40px; line-height:40px;color:#FFF;}
a{color:#3D3D3D; text-decoration:none;}
a:visited{color:#3D3D3D;}
a:hover{color:#F60;}
a.white{color:#FFF;text-decoration:none; font-size:14px;}
a:visited.white{color:#FFF;}
.wrapper{width: 82%;	margin:0 auto;}
.wrapper-p{max-width: 1400px;	margin:0 auto;}
.fixnav{position:absolute;top:0px; z-index:99998; width:100%;}
.margintopbottom{margin:20px 0px;}
.welcome{ background:#075EA5; height:36px; line-height:36px; color:#FFF;}
.logo-1{float:left;   margin-right:5%;}
@keyframes fadeInDown {
0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}

.logo-1 img{float:left; padding-top:30px; 
    animation-delay: 0.2s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.toptel{padding-top:20px; text-align:right; font-size:18px; color:#F30; font-weight:bold;}
.slogan{float:left;margin-top:20px;margin-left:10px; height:60px; line-height:30px; padding:10px 0 0 10px; border-left:1px solid #CCC;font-size:19px; font-weight:bold;}
.orange{color:#10a533;}
.bigworld{font-size:24px; font-weight:bold;}
.bigfont{color:#F00; font-size:26px; font-weight:bold;}
.bigfont i{ display:block;font-size:16px; color:#666;font-weight:normal;}
.bannerbg{width:100%;background:url(../images/banner2.jpg) no-repeat   center top; background-size:cover;  height:320px; }
.bannerbgTitle{margin:0 auto;  text-align:right; padding-top:30px;color:#FFF; font-size:20px; line-height:33px; letter-spacing:1px;}
.redbg{ padding:15px 0; background:#3B3B3B; border-top:1px solid #04C554; text-align:center;}
.menu-2{
	font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, "宋体";
   width:59%; float:left; ;
}

.menu-2 span{width:18px; display:inline-block; font-size:16px; line-height:18px;}
.menu-2  em{ display: inline-block;font-family: Centaur;font-size: 12px; margin-left:6px; font-style:normal;letter-spacing: 0.5px;line-height: 12px;
text-transform: uppercase;transform: rotate(90deg) scale(0.85);vertical-align: top;white-space: nowrap;width: 10px;}
.menu-2 a{float:left; display:block;width:14%; height:130px;line-height:130px; font-size:18px;    color:#FFF; text-decoration:none;text-align:center; position:relative; transition: all 0.3s ease 0s;}
.menu-2 a:hover{color:#10A533;}
.menu-2 a.current{ background:url(../images/m_b.png) no-repeat center center;color:#FFF;}
.telok{float:left;line-height:100px; background:url(../images/tel.png) no-repeat left center; padding-left:2%; margin-left:5%;}

.dropbtn{
    display:inline-block;
    text-align:center;
    padding:0 16px;
    text-decoration:none;
	transition: all 0.3s ease 0s;
 
}

 .dropdown:hover .dropbtn{
    background-color:#F1F1F1;
}

.dropdown{
    display:inline-block;
	height:115px;
	line-height:115px;
}

.dropdown-content{
    min-width:200px;
    background-color:#F9F9F9;
    position:absolute;
	z-index:9999;
    display:none;
    box-shadow:0px 8px 15px 0px rgba(0,0,0,0.2);
}

.dropdown-content a{
    color:black;
    padding:12px 16px;
    text-decoration:none;
	line-height:33px;
    display:block;
	text-align:left;
	transition: all 0.3s ease 0s;
}

.dropdown-content a:hover{
    background-color:#F1F1F1;
	color:#F60;
}

.dropdown:hover .dropdown-content{
    display: block;
}

.infoTitle{text-align:center; line-height:40px; font-size:18px;  }
.infoTitle h3{font-size:42px; font-weight:bold; color:#11944b;background:url(../images/titlebg.gif) no-repeat center center; }
.infoTitle p{color:#595959;}
.infoTitle span{ display:inline-block;height:3px; width:80px; background:#F00; }
@keyframes rot {
0% {
    transform: rotateY(0deg);
}
100% {
    transform: rotateY(360deg);
}
}
.classbg{background:#10A533; padding:2%;}
.classimg{margin-top:-100px; position:relative; z-index:9999;}
.classimg a{display:block;width:11%; margin-left:1%;float:left; text-align:center; font-size:23px; color:#fcff10;}
.classimg a:hover{color:#F90;animation: 1.5s ease 0s normal none 1 running rot;}
.classimg a img{width:100%;}
.homeproducts-class a{display:block;width:24%;float:left; text-align:center; background:#10a533; color:#FFF; margin-right:1%; margin-bottom:2%;   line-height:50px; height:50px; border-radius:6px;transition: all 0.3s ease 0s;}
.homeproducts-class a:hover{background:#F7BA00;color:#FFF;}
.productsimg{ }
.productsimg a{display:block;width:17%;float:left; text-align:center; border:1px solid #CCC; margin-right:1.4%; padding-bottom:1%; line-height:30px;  margin:1% 1%; color:#6E6E6E;transition: all 0.3s ease 0s;}
.productsimg a:hover{ transform:rotate(3deg);box-shadow: 4px 5px 4px 0 rgba(0, 0, 0, 0.2);background:#10a533; background: rgba(0, 0, 0, 0) linear-gradient(45deg, #e8155a, #ffa345) repeat scroll 0 0;  color: #fff;}
.productsimg img{width:100%;}
.marginbottom30{margin-bottom:30px;}

.homeproducts-class{float:left;width:100%;}
.productsimg{width:100%; float:left; height:1000px; overflow:hidden;}
.classtel{padding-left: 15px; color:#333; text-align:left; }
.productsimg a:hover .classtel{text-align:center; font-size:18px;color:#FFEA00;}

.about1{width:48%; margin-right:2%; line-height:33px;float:left;}
.about1 h2{margin:4% 0; font-size:28px;}
.about2{width:50%;float:left; text-align:right;}
.sub{display:none;width:100%; position:absolute;top:214px;left:0px; z-index:100; background-color:#000; text-align:center;}
.menu .sub li,.menu .sub a{display:inline; float:none; font-size:16px;padding:0 5px;}
.on{background-color:#000;}
.menu li{position:relative;}
.childMen{display:none; position:absolute;margin-top: 98px; padding:0px; z-index:99999; }
.childMen li{float:left; display:block;text-align:center;}


.menu li:hover .childMen{display:block; text-align:center;}
.menu li:hover .childMen li{ position:static;}
.menu li:hover .childMen a{ display:block; height:50px; width:120px; line-height:50px; color:#FFF;}
a,img{border:0;}
#n{margin:10px auto; width:920px; border:1px solid #CCC;}
#n a{ padding:0 4px; color:#333}


/* banner */
.flexsliderWorld{ margin:0 auto; width:1100px; color:#10a533; font-weight:bold; line-height:50px; margin-top:280px; padding:30px; padding-left:0px; font-size:46px; text-align:center;}
.flexsliderWorld2{ margin:0 auto; width:1100px; line-height:66px; margin-top:250px; color:#FFF;  padding:30px; padding-left:0px; font-size:50px; font-weight:bold; text-align:center;}
.flexsliderWorld p{font-size:24px; text-transform:uppercase; font-weight:normal;  padding:5px 10px; color:#fcff10; text-align:center; margin-top:10px;}
.flexsliderWorld2 p{font-size:24px; color:#FFF; font-weight:normal;}
.flexslider{position:relative;height:732px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:735px;}
.slides li a{ display:block; width:100%; height:100%; text-align:left; text-indent:-9999px}
.flex-control-nav{position:absolute;bottom:10px;z-index:2; left:45%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px; float:left;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3; left:0;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:60px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:60px;background:url(../images/next.png) center center no-repeat;}
.margintop30{margin-top:30px;}
.margintop60{margin-top:60px;}
.marginbottom{margin-bottom:400px;}

.abouts-l{float:left;width:36%;}
.abouts-l img{border-radius:32px 0 32px 0; width:100%;}
.abouts-r{float:left;width:62%; margin-left:-10%; margin-top:3%; line-height:33px; text-indent:6px; background:#090;color:#FFF; padding-right:12%;}
.abouts-r-l{width:30%; padding:4% 0;float:left; line-height:60px;}
.abouts-r-l span{font-size:18px;}
.abouts-r-l h3{font-size:48px;}
.abouts-r-l i{font-size:36px; font-style:normal;}
.abouts-r-r{width:67%;float:left; padding:3% 0; padding-left:3%;}
.abouts-r h2{padding-bottom:4%; font-size:29px;}
.aboutsbg{background:url(../images/aboutbg.jpg) no-repeat fixed center top; background-size:cover; padding:30px 0;}
.browse,.time{display:none !important;}
.cases{background:url(../images/case.jpg) no-repeat top center;  background-size:cover; padding-bottom:1%;}
.futop{margin-top:-250px;}
.scrolNews{background-color:#EBEBEB; height:56px; line-height:56px;}
.scrolNews1{width:65%; float:left; }
.scrolNews2{width:35%;float:left; text-align:right; font-size:18px;color:#FFD615; font-weight:bold;}
.news-h{width:50%;float:left; }
.news-h li{line-height:35px;}
.news-h li i{font-style:normal; color:#CCC;}
.newstitle{ background:url(../images/kuang.jpg) no-repeat left center;}
.news-h .imgThum {display: block;float: left;width: 12%;}
.news-h a {display: block;float: left; padding-left:2%;width: 88%;}
a.firstNews{padding-left:0;width: 96%;}
.smallfonts{border-left:none !important; color:#8a8a8a; font-size:14px; line-height:28px;}
.news-h h4 {font-size: 16px; padding: 10px 0 0 10px;background: rgba(0, 0, 0, 0) url("../images/kuang.jpg") no-repeat scroll left center;}
.news-h p,.video-h p{border-left:1px solid #E52320; padding-left:10px; margin-bottom:10px;}
.news-h em,.video-h em{font-style:normal; font-weight:bold; font-size:30px; display:block; color:#045998;}
.news-h span,.video-h span{display:block; color:#CCC;}
.video-h{width:40%;float:left;}
.recommend{background-color:#0741AA;color:#FF0; height:80px; line-height:80px; font-weight:bold; font-size:26px; text-align:center;}
#app{height:30px;overflow: hidden;width:100%; margin-top:10px;}
#app li{line-height: 30px;padding:0 10px;height: 30px;}
.advantage{padding:50px 0; background:#EF0201; color:#FFF; line-height:50px; text-align:center;}
.advantage li{float:left; width:22.5%; margin:0 1%; border-right:1px solid #FFF;}
.more{display:block; margin:0 auto; width:220px;background-color:#FF6600; font-size:18px; text-align:center; padding:10px 20px;  color:#FFF !important;transition: all 0.3s ease 0s;}
.more:hover{ background-color:#FF9300;}
.title{margin-top:40px; text-align:center; padding:10px;border-radius:6px;}
.title h3{font-size:30px;  }
.application img{width:100%; height:auto;display:block; /*这一个属性出掉图片下面空白*/}

.application-item{width:33.333%; line-height:265px; float:left; background:#10a533;color:#FFF; font-size:20px; text-align:center;}
.application-item-l,.application-item-r{width:50%;float:left;}
.application-item a{display:block; overflow:hidden;}
.application-item a img{transition: all 0.3s ease 0s;}
.application-item a:hover img{transform:scale(1.1,1.1);}
.abouts{text-align:center; line-height:39px; padding:5% 0; padding-bottom:3%; } 
a.whileA{display:inline-block; background:#E71E4A; color:#FFF; border:1px solid #FFF; padding:10px 60px; margin-top:30px; line-height:20px;}
a:hover.whileA{background:#f7ba00;color:#000;transition:all 0.3s ease 0s;}
.greybg{background:#F2F2F2;}
#div1{
	position: relative;
	max-width: 1600px;
	margin: 20px auto;
	height: 320px;
	overflow: hidden;
}
#div1 ul{
	position: absolute;
	left: 0;
}
#div1 a.pos{
	position: absolute;
	z-index: 2;
	text-decoration: none;
	top: 45%;
	display: none;
}
#div1 ul li{
	padding: 5px;
	list-style: none;
	width: 300px;
	height: 250px;
	float: left;
	text-align:center;


}
#div1 ul li p{background:#21ae2f;color:#FFF; padding:3% 0;}
#div1 ul li img{
	width: 100%;
	height: 100%;
	
/*	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
 transition: all 0.3s ease 0s;*/
}
#div1 a:hover img{

	
/*	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);
	 */
   
}

.products-left{background:#01499D;color:#FFF; line-height:33px; padding:2%; width:21%;float:left;}
.products-left h2{font-size:24px; font-weight:bold; margin-bottom:16px;}
.products-left p{color:#F4F4F4;}
.products-left ul a,.products-left ul a:visited{color:#FFF; padding:10px; margin-bottom:6px; border-bottom:1px solid #0070F3; display:block; transition: all 0.3s ease 0s;}
.products-left ul a:hover{border-bottom:1px solid #FFB200; color:#FF6600; padding-left:20px;}
.products-right{width:79%;float:left;}
.productsclass-img{margin-top:30px;text-align:center;}
.productsclass-img li{float:left; margin-right:50px;margin-top:10px;}
.productsclass-img img{
width: 180px;
height: 180px;
border: 5px solid#ed2832;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
-moz-box-shadow: 2px 3px 4px #999999;
-webkit-box-shadow: 2px 3px 4px #999999;
box-shadow: 2px 3px 4px #999999;
}

.productclass-h{width:74%; float:right;}
.productclass-h a{display:block; width:31%;float:left; margin-right:1.5%; margin-bottom:2%; overflow:hidden; position:relative;transition: all 0.3s ease 0s;}
.productclass-h a p{width:100%; height:188px; padding-top:100px; position:absolute;bottom:-260px; line-height:28px; color:#FFF; font-size:18px; text-align:center; transition: all 0.3s ease 0s;}
.productclass-h .othermore{ display:inline-block !important; font-size:14px; margin-top:20px;  background:#FF9300; padding:3px 15px; width:120px; text-align:center;}
.productclass-h a:hover p{  background-color:#1C1C1C;bottom:0px; }
.productclass-h li{ text-align:center;}
.productclass-h span{display:block; text-align:center; margin:10px 0;}



.productclass-h-p{width:100%; float:right;}
.productclass-h-p a{display:block; width:23%;float:left; margin-right:1.5%; margin-bottom:2%; overflow:hidden; position:relative;transition: all 0.3s ease 0s;}
.productclass-h-p a p{width:100%; height:188px; padding-top:100px; position:absolute;bottom:-260px; line-height:28px; color:#FFF; font-size:18px; text-align:center; transition: all 0.3s ease 0s;}
.productclass-h-p .othermore{ display:inline-block !important; font-size:14px; margin-top:20px;  background:#FF9300; padding:3px 15px; width:120px; text-align:center;}
.productclass-h-p a:hover p{  background-color:#1C1C1C;bottom:0px; }
.productclass-h-p li{ text-align:center;}
.productclass-h-p span{display:block; text-align:center; margin:10px 0;}


.productsClass{   margin-top:30px; }
.productsClass p{ color:#888888; margin:20px 0; margin-bottom:20px; font-size:14px; font-weight:normal; text-transform:uppercase;}
.productsClass h3{  text-align:center; font-size:34px;color:#323232;}
.productsClass li a{display:block; width:285px; text-align:center; float:left; color:#FFF; margin-top:10px; padding:16px 0px;  background: #005AAB; border:1px solid #005AAB; margin-left:10px; transition: all 0.3s ease 0s; border-radius:5px;}
.productsClass li a:hover{ background-position:-50px 0px; background-color:#FF8915; color:#FFF; border:1px solid #FF8915;}
.productmore{display:none;}
.newsok a{display:block;width:23%; margin-right:2%; float:left;transition: all 0.3s ease 0s;}
.newsok a h3{font-size:20px; margin:10px 0; border-bottom:1px solid #CCC; padding-bottom:10px;}
.newsok a p{line-height:30px;color:#888888;}
.riqi{font-size:36px; margin:10px 0;}
.marginbottom60{margin-bottom:60px;}
.navmenubg{border-bottom:1px solid #CCC;}
.navmenu a,.navmenu a:visited{display:block; border:1px solid #10A533; margin-bottom:1%; margin-right:1%;   float:left; height:50px; line-height:50px; width:15%; font-weight:bold;   text-align:center;transition: all 0.3s ease 0s;}
.navmenu a:hover {background: #10a533 none repeat scroll 0 0; border-color:#10a533;color:#FFF; }
.solution{position:relative; height:710px; margin-top:-30px;}
.solution li{float:left; box-sizing:border-box;}
.solution li a{transition: all 0.4s ease 0s;}
.solution .txtworld{opacity:0;transition: all 0.4s ease 0s;}
.solution a:hover .txtworld{ opacity:1;left:50px;}
.ap-1{display:block;}
.ap-2{display:none;}
.li01{ position:absolute; left:0px; top:0px;}
.li01 .txtworld{position:absolute; left:20px; top:220px;z-index:99;}
.li02{position:absolute; left:286px; top:0px;}
.li02 .txtworld{position:absolute; left:200px; top:80px;z-index:99;}
.li03{position:absolute; left:915px; top:0px;}
.li03 .txtworld{position:absolute; left:20px; top:30px;z-index:99;}
.li04 { background-color: #c70025; width: 27%;position:absolute; left:286px; top:214px;}
.li04 a{color: #fff;height: 216px; text-align: center; display:block; margin-top:90px; font-size:24px;}
.li05{position:absolute; left:600px; top:214px;}
.li05 .txtworld{position:absolute; left:200px; top:130px;z-index:99;}
.li06{position:absolute; left:0px; top:430px;}
.li06 .txtworld{position:absolute; left:20px; top:20px;z-index:99;}
.li07{position:absolute; left:286px; top:430px;}
.li07 .txtworld{position:absolute; left:30px; top:20px;z-index:99;}
.width1300{width:1300px;}
.caseok{background:#1067C8 url("../images/aboutbg.jpg") no-repeat fixed center top / cover ; padding-bottom:60px; }
.homeproducts-home{}
.homeproducts-home ul li {
    float: left;
    margin-bottom: 15px;
	box-sizing:border-box;
	margin-right:1.5%;
    position: relative;
	width:22%;
}
.homeproducts-home ul li p {
 padding:6px;
 margin:8px 0;
    text-align: center;
}
.homeproducts-home ul li p.homeproducts-info{font-size:14px; color:#999; text-align:left; line-height:30px; text-indent:4px;}
.homeproducts-home ul li a {
    background-color: #fff;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}
.view {
    display: none;
}
.homeproducts-home ul li a:hover {
    background-color: #ff8915;
    color: #fff;
}
.homeproducts-home ul li a:hover .homeproducts-info{color:#FFF;}
.homeproducts-home .imgwrap {
    height: 230px;
    overflow: hidden;
    width: 100%;
}
.homeproducts-home ul .imgwrap img {
    height: 230px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.homeproducts-home ul .imgwrap img:hover {
    transform: scale(1.05, 1.1);
}
.homeproducts-home ul li a:hover div p {
    bottom: 0;
}



.homeproducts {
  padding-top:30px;

}

.homeproducts  ul li {
  margin-bottom: 15px;
  margin-right:0px;
  position: relative;
  margin-left: 5px;
  float: left;

}
.homeproducts  ul li p{text-align:center;  height:40px; line-height:40px;}
.homeproducts  ul li a {
  display: block;
  overflow:hidden;
  margin-right:10%;
transition: all 0.3s ease 0s;
  background-color:#FFF;
}
.view{ display:none;}
.homeproducts  ul li a:hover{background-color:#e8155a; color:#FFF;background: rgba(0, 0, 0, 0) linear-gradient(45deg, #e8155a, #ffa345) repeat scroll 0 0;
    box-shadow: 4px color:#FFF;}
.imgwrap{  width: 100%;
  height: 186px;
  overflow:hidden;}
.homeproducts  ul .imgwrap img {
  width: 285px;
  height: 181px;
  transition: all 0.3s ease 0s;
}
.homeproducts  ul .imgwrap img:hover{transform:scale(1.05,1.1);}
.homeproducts  ul li a:hover div p {
  bottom: 0;
}
.homeabout{width:100%;height:370px; margin-top:80px; background:#04a12c url(../images/greenbg.jpg) repeat  scroll left top; color:#FFF; }
.homeabout-info{ padding-top:60px; line-height:33px; }
.homeabout-info img{float:left;  margin-right:30px; margin-bottom:20px;}
.homeabout-info h2{margin-bottom:10px;font-size:28px; font-weight:bold; text-align:center;}
.homeabout-info-left p{font-size:24px; margin-bottom:20px; font-weight:bold;}
.productscase p{padding:0px; margin:0px; text-align:center;}
.productscase{ position:relative; height:450px;}
.productscase1{position:absolute;left:0px; top:0px;}
.productscase2{position:absolute;left:0px; top:206px;}
.productscase3{position:absolute;left:264px; top:0px;}
.productscase3 img{ width:670px; height:390px;}
.productscase4{position:absolute;left:974px; top:0px;}
.productscase5{position:absolute;left:974px; top:206px;}
.service{margin:50px 0px; line-height:33px;}
.service li{float:left;width:200px; height:220px;  background-color:#CD0303;color:#FFF; padding:20px; margin-right:80px;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 5px 50px 5px 60px;}
.service h3{text-align:center; font-size:24px; font-weight:bold; margin-bottom:20px; border-bottom:1px dashed #FFF; padding-bottom:10px; padding-top:10px; letter-spacing:2px;}
.service p{text-indent:8px;}
.news-left .news li{width:100%;float:left; margin-bottom:30px; font-size:14px; }
.news-left .news .imgThum{width:30%; display:block;float:left;}
.news-left .news a{display:block; width:67%; margin-left:2%;float:left;color:#8A8A8A;}

.list{width:24%; margin-right:1%; margin-bottom:2%; float:left;}
.picBox{width:98%; margin-right:2%;height: 100%;float:left;}
.picBox img{width:100%; height:100%;}
 
.content h3{margin-bottom:10px;}
.content a{color:#e71e4a;}
.content p{color:#7F7F7F; line-height:26px; font-size:13px;  }
.content span{display:block; text-align:right; padding-right:6%;color: #8c8c8c;}
.listAll{padding-top: 30px;}
.newsRelevant a{display:block; font-size:14px; color:#666; line-height:26px;}
.hidep{height:260px; overflow:hidden;}
.footer{background:#079F46;  width:100%;  padding-bottom:60px; padding-bottom:0; color:#FFF;line-height:36px;}
.footercolumn{width:70%; float:left; line-height:36x;}
.footercolumn2{width:25%; float:right; line-height:36x;}
.footercolumn-con{width:50%;float:left;}
.footercolumn-title{ padding-bottom:9px; font-size:18px;   }
.productsclass-bottom li a{float:left; width:200px; color:#FFF;}
.footer a{color:#FFF4A7; font-size:14px;width:45%; }
.footer a.nono{float:none;width:auto;}
.footer a:visited{color:#FFF4A7;}
.footer a:hover{color:#FFF;}
.footer-menu{display: none; text-align:center; margin:0 auto;  padding-bottom:10px;  }
.footer-menu li{ float:left; width:120px; text-align:center; color:#f00;}
.footer-menu a{color:#FFF;}
.line{width:100%; height:1px; background-color:#F69C20; margin:10px 0px;}



.appliactionbg{background:#F0D62A;color:#000; margin-bottom:30px; line-height:50px;}
.asideColumn{width:100%;float:left;text-align:center; margin-top:20px;}
.asideColumn p{height:65px; line-height:65px; background-color:#EB1E19; color:#FFF; font-size:20px; font-weight:bold; margin-top:20px; margin-bottom:5px;}
.asideColumn li a{display:inline-block; width:24%; float:left; text-align:center; line-height:46px; border:1px solid #F6F5F5; margin-bottom:2px;transition: all 0.3s ease 0s;}
.asideColumn li a:hover{background-color:#FF8915; color:#FFF;}
.contentColumn{width:99.5%; margin-bottom:40px;}

.contentColumn .title{ background-image:none; border-bottom:1px solid #CCC;margin-top:30px; padding-bottom:30px; margin-bottom:20px;}
.products-only .contentColumn .title{display:none;}
.contentColumn .productsClass{ background-image:none;margin-top: 10px;}
.nav{ background:url(../images/pos.jpg) no-repeat left center; padding-left:26px;  line-height:66px; height:66px;}
.contentArea{color:#494949; line-height:36px;}
.pageNav{ text-align:center; margin-top:20px; color:#999;}
.relevant{line-height:33px;}

.contactsbigfont{font-size:24px; display:block; padding-bottom:20px;}
.contacts .p {
    margin-bottom: 10px;
    padding-left: 45px;
    position: relative;
}
.contacts .ico2_f1 {
    background-position: 0 0;
}
.contacts .ico2 {
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}
.ico2 {
   
    display: inline-block;
    vertical-align: middle;
}
.contacts .ico2_f2 {
    background-position: -24px 0;
}

.contacts  .p ._tel {
    color: #FFAF47;
    display: block;
    font-family: Impact;
    font-size: 28px;
    line-height: 30px;
	text-align:center;
}



.phone_show {
    display: none;
}
.r_menu {
    float: right;
    line-height: 0;
    padding: 0;
}
.small_menu {
    float: left;
    height: 70px;
    width: 70px;
}

.small_menu .cha {
    display: none;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    z-index: 56;
}
.pf_phone_menu {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    display: block;
    left: 0;
    position: absolute;
    top: 70px;
    width: 100%;
    z-index: 99999;
}
.phone_menu {
    float: left;
    width: 100%;
}
.phone_menu ul {
    float: left;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
.phone_menu ul .nli {
    background-color: rgba(255, 255, 255, 0.9);
    float: left;
    width: 100%;
}
.phone_menu ul .nli span {
    border-bottom: 1px solid #f1f1f1;
    float: left;
    width: 100%;
}
.phone_menu ul .nli span a.l1_a {
    float: left;
    padding: 10px 0px;
	padding-left:4%;
    text-align: center;
    width: 96%;
}
.phone_menu ul .nli span .l1_a .chi {
    color: #333;
    float: left;
    font-size: 14px;
    line-height: 30px !important; 
}
#toTop {
    background: rgba(0, 0, 0, 0) url("../images/gotop.png") no-repeat scroll 0 0;
    border: medium none;
    bottom: 70px;
    display: none;
    height: 48px;
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-decoration: none;
    text-indent: 100%;
    width: 48px;
}
.open,.close{display:none;}


/*浮动客服*/
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:100px;right:0;z-index:99999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#c70025;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(/images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(/images/online_arrow.jpg) no-repeat;position:fixed;top:100px;right:170px;z-index:99999;}
#rightArrow a{display:block;height:45px;}

@media screen and (max-width: 760px){
/*body{font-size:14px;overflow: hidden;}*/
body{font-size:14px;margin-top:0;}
body.noIndex{margin-top:70px;}
img{max-width:100%;}
.mbhide{display:none;}
.welcome{display:none;}
.wrapper{width:100%;max-width: 1200px;}
.infoTitle h3 {font-size:20px; font-weight:normal; background:none;}
.infoTitle {line-height: 26px;}
.infoTitle span {height:2px;}

.infoTitle p {font-size:14px;}
.productsimg a {width:47%; margin-left:1%; margin-bottom:2%;margin-right:1%;}
.productsimg a {line-height:24px;}
.homeproducts-class a {width:48%; margin:1%;height: 38px;line-height: 38px;font-size: 14px;}
.marginbottom30{ margin-bottom:10px;}
.margintop30 {margin-top:10px;}
.homeproducts {padding-top: 10px;}
.homeproducts-class{width:100%;}
.productsimg{width:99%; }
.classimg {margin-top: -20px;}
.classimg a {width:24%;font-size: 15px; margin-bottom:2%;}


.application-item {width:50%;line-height: 60px;font-size: 16px; float:left; padding-bottom:2%;}
.application-item-l{width:100%;}
.application-item-r{width:100%;}
.ap-1{display:none;}
.ap-2{display:block;}
.advantage{line-height: 36px;padding: 30px 0;}
.advantage li {width:47.5%; border-right:none;}
.advantage p{font-size:12px;}
.advantage .bigworld {font-size: 16px;}
.bigfont {display:block; width:100%; height:50px; line-height:50px; color:#FFF; position:fixed; left:0px; bottom:0px; z-index:9999; text-align:center; background:#e71e4a;}
.bigfont a{ color:#FFF;}
.scrolNews1 { background-position:6px 15px;}
.productsClass p{margin-bottom:20px;}
.products-left{width:96%; padding-top:6%; padding-bottom:6%; margin-bottom:6%;}
.products-left ul a, .products-left ul a:visited {width:44%; float:left;}
.products-left ul a:hover{padding-left:0;}
.productclass-h {width:100%;}
.navmenu { }
.navmenu a, .navmenu a:visited {height:33px; line-height:33px; width:48%;}
.phone_show{display: block;}
.logo-1{width:60%;}
.logo-1 img{padding-top: 8px;}
.about1{width:96%; margin:0 2%; line-height:33px;float:left;}
.about1 h2{margin:2% 0; font-size:24px; text-align:center;}
.about2{width:100%;float:left; text-align:right;}
.newsok a {width:46%; margin-left:2%;}
.riqi {display:none;}
.scrolNews1{width:90%; padding-left:8%;}
.scrolNews2{display:none;}
.news-h p, .video-h p { text-align:center;border-left: none;}
.news-h {width:96%; padding:0 2%; margin-bottom:5%;}
.news-h .imgThum {width:32%;}
 .title p {border-bottom:none;padding-bottom: 0px;}
.news-h h4 { padding-top:0px; padding-left:2%;}
.news-h a.firstNews { }
.newsok a h3 {font-size:16px;}
.newsok a p { line-height:28px;}
.margintop60 { margin-top:30px; }
.abouts-r h2 {font-size:19px;}
.abouts-r-l h3 {font-size: 38px;}
.orange { padding:0 2%;}
.smallfonts { text-align:left !important;}
.video-h {width:100%; margin-top:30px;}
.width1300 {width:100%;}
.content span {text-align:left; font-size:12px;}
.productclass-h a { width:44%;margin:1% 3%;}
.productclass-h-p a {margin: 1% 3%;width: 44%;}
.homeproducts-home ul li {width:46%; margin:2%;}
.homeproducts-home .imgwrap,.homeproducts-home ul .imgwrap img { height:auto;}
.productmore{display:block;background:#06F;}
.title h3 {font-size: 20px;}
.footercolumn { display:none;}
.contacts { display:block; text-align:left;}
.footercolumn {width:96%;}
.contacts .p {padding-left: 10px;}
.contacts .p ._tel {font-size:16px;line-height: 20px;text-align:left;}
.redbg{ margin-bottom:30px; margin-top:0px;}
.footer-menu{display:inline-block;}
.black,.menu-2{display:none;}
.flexslider,.slides li {height: 298px; overflow:hidden;}
.flexslider .slides .s1{background: transparent url("../images/banner1M.jpg") no-repeat scroll center center !important; background-size:cover !important;}
.flexslider .slides .s2{background:transparent url("../images/banner2M.jpg") no-repeat scroll center center !important;background-size:cover !important;}

.aboutsbg { padding-top:5px;}
.abouts-l{width:100%; }
.abouts-l img{border-radius:0;}
.abouts-r{width:96%; padding:0 2%; line-height:33px; text-indent:6px;margin-left:0;}
.more {width:160px; font-size:16px; padding:3px 15px; margin:20px auto !important;}
.mobilehide{display:none;}
.solution a{color:#3d3d3d;}
.solution .txtworld {
    opacity: 1;
}
.solution img{width:100% !important;}
.li04{width:96%; height:200px; color:#FFF;}

.smallpading{ padding-top:40px;  }
#div1 {width:100%;height:170px;}
.title{margin-bottom: 0px;margin-top: 20px; padding:0; }
.productsClass p { margin:10px;}
.application a { font-size:12px; }
.application a p {bottom: 0px;}
.abouts {line-height: 31px;padding: 30px 0; padding-bottom:22px; background-size:auto;}
a.whileA {padding:5px 60px;}
.list{width:96%;padding:0 2%;}
.picBox {margin-right:0;}
.content {float:left;width:100%;}
.content h3{font-size:15px;}
.content span{color: #8c8c8c;}
.caseok {padding-bottom: 30px;}
#div1 ul li {width:180px; height:130px;}
.flexsliderWorld{  margin:0 auto; width:96%;padding:2%; text-align:center; line-height:33px; font-size:18px; margin-top:190px; color:#FFF;}
.flexsliderWorld p{ display:none;font-size: 18px; margin-top:40px; width:100%; text-align:center;}
.flexsliderWorld2{ line-height:10px; width:96%; margin-top:100px; padding-left:0px; font-size:24px; text-align:center;}
.flexsliderWorld2 p{ display:none;font-size: 20px; margin-top:80px; text-align:center;font-size: 18px;}
.productsClass h3,.news-h em, .video-h em {font-size: 22px;}
.contentColumn  .title {margin-top:10px;margin-bottom: 0px;color:#045998; font-size:20px;padding-bottom: 10px; font-weight:bold; }
 .productsClass {margin-top:10px;}
 .flex-control-nav{ left:30%;}
.productsClass li a{width: 43%; margin-left:3%; margin-right:3%;margin-top: 0px;margin-bottom: 5px; background-position:10% 16px; background: #005aab ;padding: 6px 0}
.homeproducts ul li a:hover .view {width: 100%;}
.homeproducts {width: 100%;}
.homeproducts ul li {width: 49%;margin-left: 1%; margin-bottom:4px;margin-right: 0px;;}
.imgwrap {height: auto;width: 100%;}
.homeproducts ul .imgwrap img {height: auto;width: 100% !important;}
.homeabout {margin-top: 20px;height:auto;width: 92%; padding:0 4%;}
.homeabout-info {padding-top: 30px;}
.homeabout-info h2 {font-size: 22px;}
.listAll{padding-top: 10px;}
.close a{ display:block; margin-bottom:20px;background:#f0f0f0; padding:6px 0px;}
.open,.close{display:block;}
.open a{background:#f0f0f0 url(../images/arrow.png) no-repeat center bottom; display:block; padding:6px 0px; padding-bottom:20px;}
.asideColumn p { height:45px; line-height:45px; background-color:#0069b8; display:none;}
#starlist,.nav{ display:none;}
.news-h a {width:97%;}
.news-h li i {display:none;}
.relevant {padding:0 2%;}
.newsTitle .contentColumn .title {display:block;}
.products-only .contentColumn .title { display:block; margin-bottom:20px;}
.newsTitle .title h3 { font-size:20px;}
.asideColumn{width:100%; float:right}
.contentColumn{width:100%; float:left;}
.news-left .news .imgThum {width:30%; display:inline-block; padding-left:0; padding-top:8px; text-align:center;}
.news-left .news a  {width:66%; text-align:left;}
.news li h4 { padding:0px; margin-top:0px; background:none;}
.news-left {padding: 20px 0;width: 100%;}
.news li a{padding:0 1%;display:block;}
.news-left .news li{ text-align:center;}
.footer {line-height: 24px;padding: 40px 0;}
.nono{display:block;}
.contactsbigfont { font-size:19px;}
.footercolumn-con{width:100%;}
.footercolumn2 {width:100%;}
.footer p{ padding:0 4%;}
.footer a{width:auto;}
.news a{background:none;}
.news li a{display:block; text-indent:8px;}
.bannerbg { display:none; height: 160px;background:rgba(0, 0, 0, 0.9) url("../images/otherbg2.jpg") no-repeat scroll center top;}
.bannerbgTitle{ width:100%; padding-top:60px; text-align:center;font-size:16px; line-height:26px; }
.contentArea {padding:0 4%; margin-top:20px;}
#rightArrow,#floatDivBoxs{display:none;}
}
 