﻿@charset "utf-8";
/* CSS Document */
/*common*/

/**/
.banner a{ display:block;  height:580px; overflow:hidden;}
body{ color:#333; margin:0px;font-family:”微软雅黑”, sans-serif; line-height:25px;}
*{ margin:0px; padding:0px; border:0px;}
ul,li{ padding:0px; margin:0px; list-style:none; display:block;}
dl,dt,dd,p{ padding:0px; margin:0px; list-style:none; display:block;}
img{ border:0px; list-style:none;}
a{ color:#333333; text-decoration:none; outline: none;transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;-webkit-transition: 0.3s;}
a:hover{ text-decoration:none; color:#F00;}
h1,h2,h3,h4,h5{ padding:0px; margin:0px; list-style:none;}

.l{float: left;}
.r{float: right;}

.clear{clear: both;}
.w1200{width: 1200px;margin:0 auto;}


.container { width:100%; margin:0 auto;}
.header_box { width:100%;  position:relative; z-index:10;}
.header { margin:0 auto;background: #ec0000}
.logo { width:400px; height:103px; float:left;}
.logo img { width:100%; height:103px;}
.menu {height:46px;}
li.top_menu { width:auto; height:46px; line-height:46px; float:left; position:relative;}
li.top_menu a { display:block;  padding: 0 50px; height:46px; line-height:46px;  font-size:15px;color: #fff;font-weight: bold;}
li.home a {  border:none; height:46px; line-height:46px;}
li.top_menu a:hover { color:#fff;background: #000}
ul.son_menu { position:absolute; left:0; top:46px; }
ul.son_menu li {  height:42px; }
ul.son_menu li a { display:block; width: 160px;padding:0;text-align: center; height:42px; border:none;  line-height:42px;color:#FFF; font-size:14px; margin:0; color:#FFF; font-weight:400;}
ul.son_menu li a:hover { background: #000; font-weight:bolder;color: #fff }
ul.son_menu { display:none;}
li.top_menu:hover ul.son_menu { display:block;background: #ec0000;}

.topWrap{position:relative;z-index:10;}
.intop {width: 1200px;margin:0 auto;overflow: hidden;}
.intop .inphone{float: right;}
.h_top{ height:35px; line-height:35px; color:#ffffff; overflow:hidden;background: #eee}
.h_top .w1200{width: 1200px;margin:0 auto;}
.h_top .fr{color:#000;font-size:14px;padding-right: 10px;}
.h_top .fr i{ font-size:16px;}
.h_top .fr a { color:#fff; display:inline-block; padding:0 15px;}
.h_top span img{ vertical-align:middle;} 
.h_nr{ height:100px;}
.h_logo{ width:300px; height:67px; overflow:hidden; margin:17px 0 0 0;}
.h_logo span{ width:305px; height:67px; overflow:hidden;}
.h_logo span img{ width:300px; height:67px; }
.h_logo h1{ margin-left: 10px; display: inline; margin-top: 1px; width:120px; font:18px "Microsoft Yahei"; color:#333; font-weight:bold; }
.h_logo h1 b{ font-size: 18px; display:block; }
.h_nav{ width: 850px; height:100px;}
.h_nav ul li { float:left; height:100px;  position: relative; display: inline;}
.h_nav ul li a{ display:inline-block; font:15px "Microsoft Yahei"; color:#333; line-height:100px; height:100px; padding:0 28px;    font-weight: bold;}
.h_nav li a:hover , .h_nav .cur a { color: #fff; text-decoration:none; background:#d0231b; }
.h_nav .nobot{ background:none;}

/*头部分享*/
.fx_box{ display:block;float: right;}
.fx_box li{ float:left;  margin-right:10px;color: #333}
.fx_box li a{ display:block;transition: 0.3s;color: #333}


/*轮播*/
.banner_box{ z-index:-9999; overflow:hidden;}
.carousel-fade .carousel-inner .item{ opacity:0; -webkit-transition-property:opacity;-moz-transition-property:opacity; -ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;}
.carousel-fade .carousel-inner .active{ opacity: 1;}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left:0;opacity:0;}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {opacity:1;}

/*搜索*/
.intop .sousuo{float: left;margin-top: 25px;}
.form-wrapper {
        width: 406px;
        padding: 6px;
        overflow: hidden;
        
        background-color: #f6f6f6;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8)); 
        background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8);
        background-image: linear-gradient(top, #f6f6f6, #eae8e8);
    }
    
    .form-wrapper #search {
        width: 280px;
        height: 34px;
        padding: 10px 5px;
        float: left;    
        font: bold 16px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 1px solid #ccc;
        -moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
        box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;      
    }
    
    .form-wrapper #search:focus {
        outline: 0; 
        border-color: #aaa;
        -moz-box-shadow: 0 1px 1px #bbb inset;
        -webkit-box-shadow: 0 1px 1px #bbb inset;
        box-shadow: 0 1px 1px #bbb inset;  
    }
    
    .form-wrapper #search::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
    }
    
    .form-wrapper #search:-moz-placeholder {
        color: #999;
        font-weight: normal;
    }
    
    .form-wrapper #search:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
    }    
    
    .form-wrapper #submit {
        float: right;    

        height: 34px;
        width: 100px;
        padding: 0;
        cursor: pointer;
        font: bold 15px Arial, Helvetica;
        color: #fafafa;
        text-transform: uppercase;    
        background-color: #db1000;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;      
        text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff;
    }
      
    .form-wrapper #submit:hover,
    .form-wrapper #submit:focus {		
            background-image: -webkit-linear-gradient(top, #de5f55, #db1000);
    }	
      
    .form-wrapper #submit:active {
        outline: 0;    
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;    
    }
      
    .form-wrapper #submit::-moz-focus-inner {
        border: 0;
    }
/*搜索框*/
/*关于我们*/
.MB10{width: 100%;	height: 180px;margin-top: 30px;}
.box_c {width: 1200px;height: 100px;padding: 40px 0;margin:0 auto}
.box_cl {width: 920px;}
.box_cl h6 {color: #fff;font-size: 36px;margin-bottom: 10px;line-height: 40px;font-weight:bold;}
.box_cl span {color: #f7f7f7;font-size: 24px;line-height: 66px;}
.box_cr {width: 280px;}
.box_cr h4{float: right;color: #fff; text-align: center;line-height: 33px;}
.box_cr h4 span{font-size: 26px;font-weight: bold;}
.box_cr a {width: 160px;height: 50px;line-height: 50px;float: right;text-align: center;font-size: 18px;font-weight: bold;color: #FFF;background: #ff2c2c}
.box_cr a:hover {background: #fff;color: #f30}
/*关于我们*/

/*8个产品*/
.huidu{background: #fff}
.projects-container { width: 1200px; margin: 0 auto; overflow: hidden;}
.projects-pro { width: 1200px; margin: 0 auto; overflow: hidden;padding: 0 0 20px 0;}
.projects-pro ul { float: left; width: 100%;overflow: hidden;padding:15px 0;}
.projects-pro ul p{text-align: center;color: #535353;font-size: 15px;}
.projects-pro span a { color: #333; }
.projects-pro li.cur {color: #f30; font-size: 40px; font-weight: 600; background: none;}
.projects-pro li {line-height: 88px;text-align: center; }
.projects-pro li span{display: inline-block;width: 210px;border-bottom: 1px solid #f30; margin: 12px 18px;}
#portfolio-content { padding: 0; list-style: none; }
#portfolio-content li { display: inline-block; border: 0px solid transparent; outline: 0px solid transparent; margin: 0; padding: 0px 0px 0px 0px; border-width: 0px 0px 0px 0px; border-radius: 2px 2px 2px 2px; border-color: #000; . border-style: none; }
.projects-container li { width: 23%; float: left; margin: 1%;}
.projects-container li { position: relative; margin-bottom: 2.5%!important; margin-bottom: 5%; height: 219px;}
.projects-container li img { height: 190px;width: 100%; position: relative; z-index: 2; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.project-content { position: absolute; height: 100%; top: 0; left: 0; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; border-radius: 2px; width: 100%; }
.projects-container li:hover .project-content {background: rgba(255, 255, 255, 0.6901960784313725); z-index: 3; }

.inner-project { text-align: center; position: absolute; width: 100%; top: 50%; margin-top: -38px; }
.inner-project h3 { font-size: 16px; line-height: 24px; color: #222; font-weight: 700; margin: 0px 0px 6px 0px; padding: 4px 12px 3px 12px; border-radius: 0px 0px 0px 0px; background-color: rgba(255,255,255,0); font-family: "Source Sans Pro",Helvetica,Arial,sans-serif; text-transform: capitalize; }
.inner-project span { display: block; color: #1abc9c; font-size: 14px; font-family: 'Open Sans', sans-serif; font-weight: 300; margin-bottom: 12px; }
.project-link { font-size: 12px; line-height: 30px; color: #fff; font-weight: 500; padding: 3px 30px 2px 30px; background-color: #ee0000; z-index: 2; display: inline-block; font-family: "Source Sans Pro",Helvetica,Arial,sans-serif; text-transform: uppercase; }
.project-link:hover { color: #454545; }
.lselect { width: 120px; float: right; padding-top: 7px; position: relative; z-index: 100; right: 42px; }
.lselect select { width: 110px; }
/*8个产品*/
/*视频*/
.zhineng{width: 1200px;margin: 0 auto;margin-top: 30px;height: 580px;margin-bottom:20px;position: relative;}
.zhineng_left{float: left;overflow: auto;width: 100%;height: 580px;}
.zhineng_left img{width: 100%;height: 580px;transition: 1s;}
.zhineng_left img:hover{transform: scale(1.2);}
.zhineng_right{float: right;width: 500px;position: absolute;background-color: rgba(35,45,51,.75);padding:150px 50px;height: 580px;right: 0}
.zhineng_right p{color: #fff;font-size:14px;}
.zhineng_right h2{font-weight: bold;font-size: 43px;margin-top: 0;color: #fff}
.zhineng_right span{font-size: 15px;color: #fff;font-weight: bold;line-height: 44px;}
.zhineng_right .lianjie{width: 130px;background: #f30;line-height: 40px;text-align: center;margin-top: 10px;}
.zhineng_right .lianjie a{color: #fff}
.zhineng_right .lianjie:hover{background:#1a4aa2}
/*视频*/

/*荣誉*/
.honorList,.newsList{width: 1200px;overflow: hidden;margin: 0 auto}
.honorList ul{padding-top: 40px}
.honorList li{width:25%;float:left;padding:0 10px;box-sizing:border-box;margin-bottom:20px;}
.honorList li .pic{position: relative;width: 100%;padding-top: 72.4%;}
.honorList li a{display:block;border:1px solid #eee;background:#fafafa;}
.honorList li img{display:block;width:100%;height: 100%;position: absolute;top: 0;left:0;}
.honorList li span{font-size: 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-align:center;padding:10px;}
/*荣誉*/

.i_tubiao{padding:15px 50px 15px 50px; color:#fff; font-size:36px; float:left; border-left:1px solid #00b7ee; border-right:1px solid #00b7ee;  margin-bottom:0px;}
.i_tubiao a{ color:#fff100; }
.i_tubiao a:hover{ color:#fff;}
.i_tubiao font{ font-size:20px; padding-left:10px; margin-bottom:25px;}
.pop {display: none;  width: 550px; min-height: 490px;  max-height: 750px;  height:490px;  position: fixed;  top: 0;  left: 0;  bottom: 0;  right: 0;  margin: auto;  padding: 25px;  z-index: 130;  border-radius: 8px;  background-color: #fff;  box-shadow: 0 3px 18px rgba(100, 0, 0, .5);  }
.pop-top{ height:40px;  width:100%;  border-bottom: 1px #E5E5E5 solid;  }
.pop-top h2{  float: left; display:block; color:#333; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.pop-top p{  float: right;  cursor: pointer;  font-weight: bold; display:block; text-align:right; color:#333;}
.pop-foot{  /*height:50px;  line-height:50px;*/  width:100%;  border-top: 1px #E5E5E5 solid;  text-align: right;  }
.pop-cancel, .pop-ok {  padding:5px 15px;  margin:15px 5px; font-size:18px;  border: none;  border-radius: 5px;  background-color: #337AB7;  color: #fff;  cursor:pointer;  }
.pop-cancel {  background-color:#FFF; border:1px #CECECE solid;  color: #000; }
.pop-content{  height:330px; }
.pop-content-right{  float: left;   font-size: 16px;  line-height:35px; margin-top:15px; }
.bgPop{  display: none;  position: absolute;  z-index: 129;  left: 0;  top: 0;  width: 100%;  height: 100%;  background: rgba(0,0,0,.2);  }
.tan_txt{ height:40px; line-height:32px; font-size:14px; color:#999; background:#eee; border:none; margin-bottom:15px; width:500px; text-indent:10px;}
.tan_message{background:#eee; border:none; width:500px; text-indent:10px; height:100px; line-height:35px; font-size:14px; color:#333;}


/*案例*/
.inmain1{width: 100%;padding: 35px 0;background: #eee;}
.chaninfour{width: 1200px;margin: 0 auto}
.chaninfour h3{text-align: center;color: #000;font-size: 38px;font-weight: 800;}
.chaninfour h4{text-align: center;color: #000;font-weight: 800;font-size: 30px;}
.chaninfour h4 span{display: inline-block;width: 210px;border-bottom: 1px dotted #787878;margin: 12px 18px}
.chaninfour p{color: #535353;font-size: 15px;}
.chaninfour .siinul{overflow: hidden;margin-top: 35px;}
.chaninfour .siinul li{width: 287px;height: 426px;float: left;margin-right: 17px;background: #fff;padding: 14px;text-align: left;}
.chaninfour .siinul li:hover{ background:#777;}
.chaninfour .siinul li:hover h2{ color:#fff;}
.chaninfour .siinul li:hover p{ color:#fff;}
.chaninfour .siinul li:hover span{ background:#333;}
.chaninfour .siinul li img{width: 100%}
.chaninfour .siinul li:nth-child(4){margin-right: 0}
.chaninfour .siinul li h2{text-align: center;font-size: 18px;line-height: 45px;color:#2d3e50;font-weight:bold;}
.chaninfour .siinul li p{font-size: 14px;line-height: 23px;color: #575757;height: 100px;}
.chaninfour .siinul li span{text-transform: uppercase;background: #383835;width: 140px;margin: 0 auto;display:block;color: #fff;padding: 5px 15px;font-size: 14px}
.chaninfour .siinul li span i{padding-left:5px;}

/*2*/
.fro{ width:100%; background-image:url(../images/feature_bg.jpg); overflow:hidden; padding:58px 0; float:left;}
.fro_box{ width:1200px; margin:auto;}
.fro_txt{ text-align:center; font-size:40px; color:#f30;font-weight: bold;}
.fro_txt span{ display: inline-block; width: 210px; border-bottom: 1px solid #f30;margin: 12px 18px;}
.fro_txt1{ text-align:center; font-family:"Arial"; font-size:14px; color:#fff; margin:20px 0 50px 0; line-height:30px;}
.fro_5{ width:100%}
.fro_xiaobox{ width:18%; /*border:#ccc solid 1px;*/ float:left; margin:1%;transition: 0.3s;}
.fro_xiaobox:hover{ margin-top:-10px}
.fro_up{width:100%; height:80px; text-align:center; color:#fff; padding-top:7px; font-size:14px; line-height:35px;/* border-bottom:1px solid #ccc;*/ background:#ff4546}
.fro_xiaobox:hover.fro_xiaobox .fro_up{ background:#ff4546; color:#FFF}
.fro_down{ width:100%; background:#FFF}
.fro_down img{ width:100%; display:block;height: 162px;}

/*案例*/

/*新闻*/
.inxnew{width: 1200px;margin: 0 auto;padding:40px 0;overflow: hidden;}
.inxnew .biaoti h2{text-align: center;font-weight: bold;color: #f30;font-size: 40px;}
.inxnew .biaoti h2 span{display: inline-block; width: 210px; border-bottom: 1px solid #f30;  margin: 12px 18px;}
.inxnew .inxnewnei {overflow: hidden;margin-top: 30px;}

.inxnew .inxnewnei .inxnewleft .jituaninx{overflow: hidden;padding-bottom: 10px}
.inxnew .inxnewnei .inxnewleft .jituaninx h3{font-size: 16px;font-weight: bold;}
.inxnew .inxnewnei .inxnewleft .jituaninx span{font-size: 14px;}
.inxnew .inxnewnei .inxnewleft .jituaninx span a:hover{color: #f33}
.inxnew .inxnewnei .inxnewleft .inxnewleftli{width: 770px;overflow: hidden;    padding-bottom: 20px;border-bottom: 1px solid #eee;margin-bottom: 20px}
.inxnew .inxnewnei .inxnewleft .inxnewleftli img{width: 116px;height: 76px;}
.inxnew .inxnewnei .inxnewleft .inxnewleftli p{font-size: 16px;font-weight: bold;line-height: 30px;color: #333}
.inxnew .inxnewnei .inxnewleft .inxnewleftli:hover p{color: #f30}
.inxnew .inxnewnei .inxnewleft .inxnewleftli span{font-size: 14px;color: #666;}
.inxnew .inxnewnei .inxnewleft .inxnewleftli .r{width: 630px}

.inxnew .inxnewnei .inxnewright{width: 380px;}
.inxnew .inxnewnei .inxnewright .jituaninx{overflow: hidden;border-bottom: 1px solid #eee;padding-bottom: 10px}
.inxnew .inxnewnei .inxnewright .jituaninx h3{font-size: 16px;font-weight: bold;}
.inxnew .inxnewnei .inxnewright .jituaninx span{font-size: 14px;}
.inxnew .inxnewnei .inxnewright .jituaninx span a:hover{color: #f33}
.inxnew .inxnewnei .inxnewright ul{overflow: hidden;padding-top: 10px;}
.inxnew .inxnewnei .inxnewright ul li{width: 100%;overflow: hidden;line-height:30px;}
.inxnew .inxnewnei .inxnewright ul li p{font-size: 14px;color: #444}
.inxnew .inxnewnei .inxnewright ul li p:hover{color: #f33;}
.inxnew .inxnewnei .inxnewright ul li span{font-size: 12px;}

.news_rights{ float:right; width:270px;}
.news_rights .news_r_nav{ overflow:hidden; margin-bottom:10px;}
.news_rights .news_r_nav .news_r_tit{ height:35px; font-size:20px; margin-bottom:10px; font-weight:bold;}
.news_rights .news_r_nav_ul li{ display:block; height:35px; line-height:35px; background:#444141; border-left:3px #e20d0d solid; margin-bottom:15px;}
.news_rights .news_r_nav_ul li a{ display:block;  line-height:35px; text-indent:1em; font-size:16px;color: #fff}
.tuijian{float: right;width: 270px; border: solid 1px #eee;padding: 15px;}
.dizhengwen h1{font-size:20px;color: #434343; font-weight:700;}
.dizhengwen span{font-size: 14px;color: #959595}
.neirongdd{color: #434343;font-size:14px; line-height:28px !important;}
.neirongdd h2,h3{ margin-top:0px; margin-bottom:8px;}
.neirongdd span{ color:#333;}
.ganggang{width: 58px;height: 3px;background: #313131;margin-bottom: 20px;}
.tuijian h2{font-weight: bold;color: #434343; font-size:24px; margin-top:10px;}
.tuijian p{font-weight: bold;color: #434343}
.tuijian ul li{line-height: 28px;color: #434343;font-size: 14px;}
.tuijian ul li:hover a{color: #f30}
/*新闻*/
/*优势*/
.in_service_w{width:100%; background:url(../images/youshibei.jpg);padding-bottom: 60px}
.in_serviceTitle{padding-top:40px; text-align:center;}
.in_serviceTitle h1{font-size:40px;color:#fff;font-weight: bold;}
.in_serviceTitle h1 span{display: inline-block; width: 210px; border-bottom: 1px solid #fff; margin: 12px 18px;}
.in_serviceTitle_cn{margin-top:12px; font-size:14px;color: #fff}
.in_serviceTitle_cn strong{color:#333;}
.in_serviceTitle_en{margin-top:8px; font-family:"Arial";}
.in_service{width:1200px; margin:40px auto 0; overflow:hidden;}
.in_service ul{width:1200px;}
.in_service ul li{width:23%; float:left; margin:1%; display:inline; padding-top:50px;}
.in_service ul li a{display:block; border:1px solid #e3e2e2; background-color:#e6e7ea; color:#333;}
.in_service ul li a:hover{color:#fff; border:1px solid #ff4546; background-color:#ff4546;}
.in_service ul li a:hover .in_serviceItem{border:1px solid #e8dbad;}
.in_service ul li a:hover .in_serviceName_en{color:#fff;}
.in_serviceItem{height:296px; padding:0 13px; border:1px solid #f4f4f6;}
.in_serviceImg{width:219px; margin:-50px auto 0; border:4px solid #fff; position:relative;}
.in_serviceImg img{width: 100%}
.in_serviceName{margin-top:15px; text-align:center; position:relative;}
.in_serviceNum{line-height:42px; font-family:"Arial"; font-size:46px; position:absolute; top:0; left:0;}
.in_serviceName_cn{font-weight:bold; font-size:24px;}
.in_serviceName_en{margin-top:3px; font-family:"Arial"; color:#666;}
.in_serviceAbout{height:112px; margin-top:5px; line-height:28px; overflow:hidden;}
/*优势*/


/*底部*/
.ybk_fot01{ width:100%; overflow:hidden; background:#27343c; padding:30px 0px; color:#fff; }
.ybk_fot01 .ybk_fot01_box{ width:1200px; margin:0 auto; color:#fff;overflow: hidden;}
.ybk_fot01 .ybk_fot01_box a{ color:#d0d0d0; padding-bottom:5px;}
.ybk_fot01 .ybk_fot01_t01{ float:left; width:248px; margin-right:40px;}
.ybk_fot01 .ybk_fot01_t01 .ybk_fot01_tit{ height:30px; line-height:30px; font-size:20px; color:#fff; display:block; padding-bottom:5px; font-weight:bold; overflow:hidden; margin-bottom:10px; text-transform: uppercase; font-family:Arial, Helvetica, sans-serif;}
.ybk_fot01 .ybk_fot01_t01 ul{}
.ybk_fot01 .ybk_fot01_t01 ul li{ padding:5px 0px; color:#d0d0d0;font-size:14px;margin-right: 59px;}
.ybk_fot01 .ybk_fot01_t01 ul li a{ font-size:13px;}
.ybk_fot01 .ybk_fot01_t01 ul li i{ color:#f30;width: 28px;}
.ybk_fot01 .ybk_fot01_t01 ul li span{padding-bottom:5px; font-size:13px;}
.ybk_fot01_t03{ float:left; width:200px;}
.ybk_fot01_t03 img{width: 150px}
.ybk_fot01_t03 .ybk_fot03_tit{height:30px; line-height:30px; font-size:20px; color:#fff; display:block; padding-bottom:5px; margin-bottom:10px; font-weight:bold; overflow:hidden;}
.ybk_fot01_t03 .ybkinput01{ display:block; padding:8px 0px;}
.ybk_fot01_t03 .ybkinput01 input{ display:block; width:100%; height:29px; border-radius:5px;color:#fff; background:none; border:1px solid #9da1a5; text-indent:10px; font-size:14px;} 
.ybk_fot01_t03 .ybkinput01 .xuqiukuang{ height:60px; width:100%;border-radius:5px;color:#fff; background:none; border:1px solid #9da1a5; text-indent:10px; line-height:25px; font-size:14px;}
.ybk_fot01_t03 .ybkinput01 .ybk_fot01_but{ display:block; width:100px; height:35px; background:#12b5b2; list-style:none; font-size:16px; border:0px;border-radius:5px; color:#fff; }
.ybk_fot01_t03 .ybkinput01 .ybk_fot01_but:hover{ background:#FC3;}
.fot_fix{ display:none;}
.zhanzhang{width: 100%;background: #000; color:#fff;text-align: center; padding:10px 0px;}
.zhanzhang a{ color:#fff;}
.ybk_fot01 .ybk_fot01_t02{ width:353px; margin-right:20px;}

/*友情链接*/
.links { width: 1200px;margin:0 auto;overflow: hidden; background: #f9f8f8; border-top:1px solid #ff3300;
}
.links li { width: 155px; height: 30px; line-height: 13px; font-weight: bold; text-align: center;  margin-top: 12px; float: left; font-size: 18px; color: #333;
}
.links a {  padding-left: 25px; line-height: 34px;color: #191919; display: block;
 float: left;
}
.links a:hover { color: #ff3300;}
/*友情链接*/

/*产品中心*/
.probg{background: url(../images/probg.jpg);width: 100%;height: 530px;}
.probg .daohang{width: 1200px;margin: 0 auto;padding: 144px 20px }
.probg .daohang .diyi span a{color: #fff}
.probg .daohang .diyi{font-size: 16px;padding-bottom: 10px;color:#fff;}
.probg .daohang .diyi i{font-size: 18px;padding-right: 10px;}
.probg .daohang .bgda{font-size: 45px;font-weight: bold;text-transform: uppercase; color:#fff; padding:15px 0px;font-family: fantasy;}
.probg .daohang .xieti{ padding:15px 0px;}
.probg .daohang .xieti i{font-size: 28px;color:#fff;}
.probg .daohang .kuang{font-size: 18px;display: inline-block;line-height: 50px;margin-top:15px;}
.probg .daohang .juse{background: #fd891a;border-radius: 5px;padding-left:15px;margin-right: 20px;color:#fff;}
.probg .daohang .lanse{background: #036974;text-transform: uppercase;padding-right: 15px;font-weight: bold;color:#fff;}
.probg .daohang .kuang i{line-height: 50px;width: 55px;text-align: center;font-size: 30px;}
.probg .daohang .kuang a{color: #fff}
.probg .daohang .juse i{border-left: 1px solid #fff;margin-left:15px;}
.probg .daohang .lanse i{background: #e71010;margin-right: 15px}

.pro-sousuo{width: 100%;background: #e71010}
.pro-sousuo .call{width: 1200px;margin: 0 auto;overflow: hidden;font-size:22px;color:#fff;}
.pro-sousuo .call span{padding: 20px 0;margin-right: 60px;}
.pro-sousuo .call span i{font-size: 25px;padding-right: 20px;}
.pro-sousuo .call .canyou{font-weight:bold;}
.pro-sousuo .call .searbottom{font-size: 14px;}
.pro-sousuo .call .sear{padding:10px 60px;border-left: 1px solid #00b7ee;border-right: 1px solid #00b7ee;}
.pro-sousuo .call .kuang{padding-right: 20px;}
.pro-sousuo .call .kuang form{margin-top:14px; overflow: hidden; border: 2px solid #fff;border-radius: 5px;background: #fff}
.pro-sousuo .call .kuang input{font-size:16px;height: 38px;background: #02bccf;float: left; color:#fff; text-indent:10px;}
#search-keyword::-webkit-input-placeholder{color:#FFF;　}
.pro-sousuo .call .kuang .button{background: url(../images/sousuo1.png);width: 54px;}
.iubiao{padding:15px 45px 15px 50px; font-size:36px; float:left; margin-bottom:0px;line-height: 39px;}
.iubiao a{color:#fff;font-size: 22px;}
.iubiao a i{padding-right: 20px;}
.iubiao a:hover{color: #fff}
.pro-sousuo .call .dijiao{overflow: hidden;background: url(../images/dijiao.png);}

.pro01{width: 100%;}
.pro01 .w1200{width: 1200px;margin: 0 auto;overflow: hidden;padding-top: 30px;}
.pro01 .w1200 .l h2{font-size: 25px;background: #e71010; color:#fff;text-transform: uppercase;font-weight: bold;padding:10px;margin-bottom: 15px;}
.pro01 .w1200 .l h2 i{padding: 0 10px;}
.pro01 .w1200 .l p{color:#1b1b1b;font-size: 14px;text-transform: uppercase;line-height: 30px;}
.pro01 .w1200 .l p a{ color:#333;}
.pro01 .w1200 .l p a:hover{ color:#09C; font-weight:bold;}
.pro01 .w1200 .l p span{display: inline-block;padding: 2px;border:1px solid #999;border-radius: 50%;float: left;margin: 9px;}
.pro01 .w1200 .l p span i{border-radius: 50%;display: inline-block;width: 6px;height: 6px;background:#02bccf;}
.pro01 .w1200 .l .more{display: inline-block;padding: 15px 30px;background: #e71010;border-radius: 10px;margin-top: 20px;}
.pro01 .w1200 .l .more:hover{background: #fd891a}
.pro01 .w1200 .l .more a{font-size: 18px;color: #fff}

.pro02{width: 100%;background: #dcdcdc}
.pro02 .w1200{width: 1200px;margin: 0 auto;overflow: hidden;padding-top: 30px;}
.pro02 .w1200 .r{width: 627px;}
.pro02 .w1200 .r h2{font-size: 25px;background: #e71010;text-transform: uppercase;font-weight: bold;padding:10px;margin-bottom: 15px;float: right;color:#fff;}
.pro02 .w1200 .r h2 i{padding: 0 10px;}
.pro02 .w1200 .r p{color:#1b1b1b;font-size: 14px;text-transform: uppercase;line-height: 30px;text-align: right;}
.pro02 .w1200 .r p a{ color:#333;}
.pro02 .w1200 .r p a:hover{ color:#09C; font-weight:bold;}
.pro02 .w1200 .r p span{display: inline-block;padding: 4px;float: right;margin: 10px;background: #e71010}
.pro02 .w1200 .r .more{display: inline-block;padding: 15px 30px;background: #e71010;border-radius: 10px;margin-top: 20px;float: right;}
.pro02 .w1200 .r .more:hover{background: #fd891a}
.pro02 .w1200 .r .more a{font-size: 18px;color: #fff}
.pro02 .w1200 .r .jianjie{font-size: 20px;color: #e71010;font-weight: bold;text-transform: uppercase;margin-top: 40px;}
.pro02 .w1200 .r .neirong{font-size: 16px;color: #434343;text-transform: none;}

.pro03{width: 100%;}
.pro03 .w1200{width: 1200px;margin: 0 auto;overflow: hidden;padding-top: 30px;}
.pro03 .w1200 .l{width: 600px;}
.pro03 .w1200 .l h2{float: left;font-size: 25px;background: #e71010;text-transform: uppercase;font-weight: bold;padding:10px;margin-bottom: 15px;color:#fff;}
.pro03 .w1200 .l h2 i{padding: 0 10px;}
.pro03 .w1200 .l p{color:#1b1b1b;font-size: 14px;text-transform: uppercase;line-height: 30px;}
.pro03 .w1200 .l p span{display: inline-block;padding: 2px;border:1px solid #999;border-radius: 50%;float: left;margin: 9px;}
.pro03 .w1200 .l p a{ color:#333;}
.pro03 .w1200 .l p a:hover{ color:#09C; font-weight:bold;}
.pro03 .w1200 .l p span i{border-radius: 50%;display: inline-block;width: 6px;height: 6px;background:#02bccf;}
.pro03 .w1200 .l .more{display: inline-block;padding: 15px 30px;background: #e71010;border-radius: 10px;margin-top: 20px;}
.pro03 .w1200 .l .more:hover{background: #fd891a}
.pro03 .w1200 .l .more a{font-size: 18px;color: #fff}
.pro03 .w1200 .l .jianjie{font-size: 20px;color: #e71010;font-weight: bold;text-transform: uppercase;margin-top: 40px;}
.pro03 .w1200 .l .neirong{font-size: 16px;color: #434343;text-transform: none;}

.pro04{background: #fff}




.article-left{float: left;width: 220px;}
.article-left #nav {position:relative;z-index:1;width:100%;}
.article-left #nav .mainCate {position:relative;padding:10px 20px;zoom:1;}
.article-left #nav .nav_h2{font-size: 25px;line-height: 50px;color:#fff;background: #ec0000;margin-bottom: 8px; box-shadow: 4px 4px 10px #666;text-align: center;}
.article-left #nav li{background: #5e5e5e;border-top: 1px solid #727272;}
.article-left #nav h3 {line-height:28px;font-size:16px;padding: 0;overflow:hidden;text-align: center;font-weight: 100;margin: 0}
.article-left #nav h3 a{color: #fff;width: 100%;height: 100%}
.article-left #nav i{color: #fff;padding-right: 10px;}
.article-left #nav h3 span {width:18px;height:15px;line-height:32px;font-weight:200;font-size:12px;float:right;}
.article-left #nav p {height:20px;line-height:20px;}
.article-left #nav p a {margin-right:10px;color:#666;}
.article-left #nav .subCate {display:none;background:#363c44;position:absolute;left:220px;top:0;text-align: center;width:200px;color:#333;}
.article-left #nav .subCate h4 {transition: all 0.6s;-moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s;transition: all .4s cubic-bezier(.4,0,.2,1);line-height:26px;padding: 5px 10px;font-size:16px;color:#fff;}
.article-left #nav .subCate h4:hover{padding-left: 20px;background: #848484;}
.article-left #nav .subCate h4 a{text-decoration: none;color: #fff;display: block;width: 100%;height: 100%}
.article-left #nav .subCate ul {padding-bottom: 10px;width:230px;float:left;overflow:hidden;padding-top:10px;}
.article-left #nav .subCate li {width:230px;float:left;display:inline;}
.article-left #nav .subCate li a {display:block;float:left;padding:0 5px;line-height:25px;color:#666;word-break:keep-all;white-space:nowrap;}
.article-left #nav .subCate #sub-ul-1 {width:100%;}
.article-left #nav .on {transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s;  -o-transition: all 0.6s;background: #ec0000;color:#fff;}
.article-left #nav .on h3 a,#nav .on p a {text-decoration: none;color:#fff;}
.article-left #nav .on .subCate {display:block !important;}
.article-left #mainCate-4 .subCate {top:-100px}
.article-left #mainCate-5 .subCate {top:-164px;}
.article-left #mainCate-6 .subCate {top:auto;bottom:0;}
.article-left .article_con{width: 100%;margin-top: 20px;}
.article-left .article_con h3{background: #ec0000;box-shadow: 4px 4px 10px #666;color: #fff;font-size: 25px;line-height: 50px;text-align: center;}
.article-left .article_con .article_lian{padding: 10px;background: #eee;height: auto;overflow: hidden;margin-top: 10px;}
.article-left .article_con .article_lian li{font-size: 14px;line-height: 30px;padding-left: 15px;}
.article-left .article_con .article_lian img{width: 100%;height: 80px;}

/*产品中心*/

/*关于我们*/
.abbg{width: 100%;background: url(../images/about_img.jpg);height: 362px;}
.abbg p{ display:block; width:1200px; height:60px; margin:0px auto;}
.abbg p .about_banner_txt{ display:block; padding-top:280px; font-size:60px;text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25);text-shadow: 1px 2px 0px #212121;color:#fff;}
.abbg .news_txt{ width:1200px; margin:0 auto;padding-left:25px; }
.abbg .news_txt .news_cent{display:block; padding-top:160px;  font-size:40px;text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25);text-shadow: 1px 2px 0px #212121; color:#fff; }
.abbg .news_txt .news_wz{ padding-top:333px; font-size:18px; color:#fff;}
.abbg .news_txt .news_wz a{ color:#fff;}

.weizhi{width: 100%;background: #4c4c4c;}
.weizhi .weizhili{width: 1200px;margin: 0 auto;overflow: hidden;line-height: 46px;}
.weizhi .weizhili i{color: #fff;font-size:16px;padding-right: 5px;}
.weizhi .weizhili .wz_left{ width:50%; height:46px; float:left;}
.weizhi .weizhili .wz_left span{font-size: 16px;color: #fff;} 
.weizhi .weizhili .wz_left span a{color: #fff; font-weight:bold;}
.weizhi .weizhili .wz_right{ float:right; background:#eee; width:50%; height:46px;}
.txt_b{ color:#e71010; font-weight:bold;}
.ablist1{width: 100%;padding: 60px 0}
.ablist1 .w1200{overflow: hidden;}
.ablist1 .w1200 .l{width:570px;}
.ablist1 .w1200 .l h3{color: #1b1b1b;font-size: 33px;font-weight: bold;line-height:100px;text-transform: uppercase;}
.ablist1 .w1200 .l p{color: #535353;font-size: 16px;line-height: 30px;}
.ablist1 .w1200 .l p .about_qd{ color:#e71010; font-weight:bold;}
.ablist1 .w1200 .r{width: 600px}
.ablist2{background: #eee;padding: 60px 0;width: 100%;}
.ablist2 .w1200{overflow: hidden;}
.ablist2 .w1200 .l{width: 600px;}
.ablist2 .w1200 .l img{width: 100%;}
.ablist2 .w1200 .r{width: 600px;padding-left: 20px; font-family:Arial, Helvetica, sans-serif;}
.ablist2 .w1200 .r h3{color: #1b1b1b;font-size: 33px;font-weight: bold;line-height: 50px;text-transform: uppercase;}
.ablist2 .w1200 .r p{color: #535353;font-size: 16px;line-height: 45px;}
.ablist2 .w1200 .r p span{font-weight: bold;}
.ablist2 .w1200 .about_qd{ color:#e71010; font-weight:bold;}
.ablist2 .w1200 .txt_j{ color:#ec8000 !important;}
.ablist2 .w1200 .txt_video{ text-decoration:underline;}
.ablist2 .w1200 .txt_v{ font-family:"Cambria Math", Times, serif; font-size:36px; font-style: italic;letter-spacing:5px;}

.ablist2 .w1200 .r p b{font-weight: bold;color: #535353;}
.ablist2{background: #eee}

.abyuan{width: 1200px;margin: 0 auto;padding: 60px 0}
.abyuan ul{overflow: hidden;padding-left: 50px}
.abyuan ul li{border: 10px solid #4c4c4c;border-radius: 50%;width: 214px;height: 214px;text-align: center;padding: 38px 0;float: left;}
.abyuan ul li p{color: #db1000;font-size: 60px;font-weight: bold; padding-top:25px;}
.abyuan ul li b{color: #434343;font-size: 18px;padding-top:20px; display:block;}
.abyuan ul .xie{width: 80px;height: 80px;display: block;float: left;}
.abyuan ul .xie .xiexian{width: 4px;  height: 200px; transform: rotate(45deg);  background: #4c4c4c; margin-top: 2px;  margin-left: 43px;}
.liuyan{padding: 30px 0}
.main-section {width: 1200px; margin: 0 auto;background: #e7e7f3;}
.login-form {padding-bottom:40px;}
.login-form .zuo{width: 42.5%;float: left;margin-left: 5%}
.login-form .xia{width: 90%;margin: 0 auto;margin-left: 5%;}
/*.login-form .xia p{ display:block;background: #fff;width: 100%;height: 120px;outline: none;resize: none;margin-bottom: 1em;border: 1px solid #CECCCC; padding: .8em 4em .8em 1em;font-size: 1em;
color: #555;}*/
.login-form h2 { font-size: 30px; text-align: center;color: #fff;background: #e71010;line-height: 57px;font-weight: bold;}
.login-form p {  font-size: .95em;color: #777;  line-height: 2em;}
.login-form span {  width: 75%;  height: 1px; display: block;  background: #f99104;   margin: 1em auto;}
.login-form h4 {  font-size: 18px;  text-transform: capitalize;color: #747474;font-weight: bold;}
.login-form input[type="text"] { background: #fff;padding: .8em 1em .8em 1em;  width: 100%;   margin-bottom: 1em; border: 1px solid#CECCCC;outline: none;color: #555;}
.login-form input[type="text"]:hover {  border: 1px solid #71c6c1;}
.login-form input.user { background: url(../images/xinxi.jpg) no-repeat 96% 55%;padding:.8em 1em .8em 4em;}
.login-form  textarea {background: #fff url(../images/edit1.png)left top no-repeat;width: 100%;  height: 140px; outline: none;resize: none;margin-bottom: 1em;border: 1px solid #CECCCC;	padding: .5em 1.5em .8em 2.5em;font-size: 1.5em;color: #555;}
::-webkit-input-placeholder{color:#C3C3C3 !important;  font-family: 'Josefin Sans', sans-serif;}
.login-form textarea:hover {   border: 1px solid #71c6c1;}
.login-form input[type="submit"] {font-size: 18px; padding: .8em 1em;background: #e71010;  color: #fff; width: 15%;margin: 0 auto;margin-top:30px;display: block;}
.login-form input[type="submit"]:hover {  background: #f39800;}
.footer { text-align: center;  padding: 3em 0;}
.footer p { font-size: 1em; color: #fff; margin: 0px;}
.footer p a { color: #000;}
.footer p a:hover { color: #fff;}
.fot_banquan{ width:1200px; margin:0 auto; }

/*产品列表*/
.prolistbg{ width: 100%; background: url(../images/article_banner.jpg); height: 274px;}
.prolistbg .news_txt{ width:1200px; margin:0 auto;padding-left:25px; }
.prolistbg .news_txt .news_cent{ display:block; padding-top:160px;  font-size:40px;text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25);text-shadow: 1px 2px 0px #212121; color:#fff; }
.prolistbg .news_txt .news_wz{ padding-top:237px; font-size:18px; color:#fff;}
.prolistbg .news_txt .news_wz a{ color:#fff;}

.prodabao{}
.prodabao .list_image{overflow: hidden;width: 1200px;margin: 0 auto;padding: 20px 0px 25px 0px;}
.prodabao .list_image .list_image-l{width: 930px;margin-left: 30px;background: #fff}
.prodabao .list_image .list_image-l ul .list_imageli .prolitir{width: 689px;}
.prodabao .list_image .list_image-l ul .list_imageli{overflow: hidden;padding: 20px;border-bottom: 1px solid #eee;}
.prodabao .list_image .list_image-l ul .list_imageli:hover{background: #f39800}
.prodabao .list_image .list_image-l ul .list_imageli:hover h1{color: #fff}
.prodabao .list_image .list_image-l ul .list_imageli:hover p{color: #fff}
.prodabao .list_image .list_image-l ul .list_imageli:hover span{background:#fff;color: #f39800}
.prodabao .list_image .list_image-l ul .list_imageli img{width: 182px;height: 132px;}
.prodabao .list_image .list_image-l ul .list_imageli h1{font-size: 16px;font-weight:bold;color: #e71010}
.prodabao .list_image .list_image-l ul .list_imageli p{color: #707070;font-size: 14px;}
.prodabao .list_image .list_image-l ul .list_imageli span{display: inline-block;width: 114px;height: 30px;background:#f39800;color: #fff;font-size: 15px;text-align: center; line-height: 30px;margin-top: 10px;}


.list_image .article-right{float: right;width: 959px;background: #fff}
.list_image .article-right .article_title h2{color: #333;font-size: 20px;}
.list_image .article-right .article_title a:hover{color: #f00}
.list_image .article-right .article_lie{width: 100%;height: auto;}
.list_image .article-right .article_lie .article_lieul{overflow: hidden;}
.list_image .article-right .article_lie .article_lieul li{ -moz-box-shadow: 0 5px 10px silver; -webkit-box-shadow: 0 5px 10px silver;  box-shadow: 0 5px 10px silver;;float: left;padding-bottom: 20px;text-align: center;width: 288px;margin-left: 24px;margin-bottom: 30px;border:1px solid #CCD5E9;/*background: #f0f3fa;*/}
.list_image .article-right .article_lie .article_lieul li:hover{background: #ec0000}
.list_image .article-right .article_lie .article_lieul li:hover .article_lietou{color:#fff}
.list_image .article-right .article_lie .article_lieul li img{width: 100%;height: 205px;} 
.list_image .article-right .article_lie .article_lieul li .article_lietou{font-size: 14px;padding: 18px;font-weight: bold;color: #475770}
.list_image .article-right .article_lie .article_lieul li .sousuo{padding: 0}
.list_image .article-right .article_lie .article_lieul li .article_xiangqing{background-color:#fff;width: 35%;display: block;margin: 0 auto;line-height: 36px;border:1px solid #ccd5e9;}
.list_image .article-right .article_lie .article_lieul li:hover .article_xiangqing{background: #fff}
.list_image .article-right .article_lie .article_lieul li:hover .article_xiangqing a{color: #ec0000}
.list_image .article-right .article_lie .article_lieul li .article_xiangqing a{color: #92ace4}
/*.list_image .article-right .article_lie .article_lieul li .article_xiangqing:hover{background: #ff1c36;}*/



.left_nav{ float:right; width:302px; overflow:hidden;}
.left_nav .left_nav_tit{ width:302px; height:48px; line-height:48px; font-size:18px; text-indent:1em; font-weight:bold; color:#fff; background:url(../images/left_nav_titbg.jpg) center no-repeat;}
.left_nav_box{ padding:5px; background:url(../images/left_nav_bg.jpg) repeat-y;}
.left_nav_botbg{background:url(../images/left_bot_bg.jpg) no-repeat; height:6px;}
.menu_list{margin:0px auto;width:292px;}
.menu_head{width:292px;height:47px;line-height:47px;padding-left:15px;font-size:16px;color:#fff;cursor:pointer;position:relative;font-weight:bold;background:#21949f url(../images/pro_left.png) center right no-repeat;margin:0; border-bottom:1px dotted #CCC;}
.menu_head a{ color:#fff;}
.menu_head a:hover{ color:#fff;}
.menu_list .current{background:#21949f url(../images/pro_down.png) center right no-repeat;}
.menu_body{width:292px;height:auto;overflow:hidden;line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body a{display:block;width:292px;height:38px;line-height:38px;padding-left:38px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1; background:#fff url(../images/left_nav_dian.png) left center no-repeat; font-size:14px;}
.menu_body a:hover{text-decoration:none; color:#09C; font-weight:bold;}

.left_nav_lximg{ padding-top:25px; overflow:hidden;}
/*  在线留言样式*/
.form1_box{ clear:both; width:1200px; margin:0 auto; color:#747474;}
.form1_box .form1_tit{ width:1200px; margin:0 auto; text-align:center; height:61px; line-height:61px; font-size:30px; font-weight:bold;  color:#fff; background:#e71010;}
.form1_box .form1_cont{ border:2px solid #dcdcdc; background:#eee; padding:20px 35px; overflow:hidden; margin-bottom:15px;}
.form1_box .form1_cont .form1_dl{ float:left; width:537px;}
.form1_box .form1_cont .form1_dl label{ display:block; font-size:18px;}
.form1_box .form1_cont .form1_dl dt{height:46px; width:538px; border:1px solid #afafaf; background:#fff;}
.form1_box .form1_cont .form1_dl dt span{ float:left;}
.form1_box .form1_cont .form1_dl dt .form_txt1{ width:488px; height:44px; font-size:14px;float:left;}
.form1_box .form1_cont .form1_dl2{ float:right;}
.form1_box .formm1_ny{ clear:both;}
.form1_box label{ display:block; font-size:18px;}
.form1_box .ybk_message{ width:100%; height:120px;}
.form1_box .form1_but{ background:none; overflow:hidden; margin-top:30px; margin-bottom:10px;}
.form1_box .form1_but .form1_but{ display:block; width:203px; height:49px; margin:0 auto; font-size:18px; color:#fff; background:#e71010;}
.form1_box .form1_but .form1_but:hover{ background:#f39800;}


.tuijian_box_big{ margin-top:25px;width:1200px; margin:0 auto; overflow:hidden;padding-bottom: 20px}
.tuijian_tit{ margin-bottom:15px; height:46px; line-height:46px; border-bottom:#c9c9c9 1px solid;}
.tuijian_tit .tuijian_dl{ background:#e9e9f4 url(../images/tuijian_tbg.png) left center no-repeat;height:45px;line-height:45px; width:221px;}
.tuijian_tit .tuijian_dl2{ background:#e9e9f4 url(../images/tuijian_tbg.png) left center no-repeat;;}
.tuijian_tit .tuijian_dl h4{height:45px;line-height:46px; color:#4c4c4c; font-size:20px; font-weight:bold; padding-left:30px;}
.tuijian_box_big .tuijian_cont{ width:100%; overflow:hidden; margin-bottom:20px; margin-top:20px;}
.tuijian_box_big .tuijian_cont ul{ display:block; overflow:hidden}
.tuijian_box_big .tuijian_cont ul li{display: block;float:left;padding:0; width:282px; margin-right:23px;}
.tuijian_box_big .tuijian_cont ul li:nth-child(4){margin-right:0px;}
.tuijian_box_big .tuijian_cont ul li a{display:block;float:left;width:282px;padding:0;position:relative;height:211px;color:#333; transition: all 0.5s ease;}
.tuijian_box_big .tuijian_cont ul li a img{width: 100%}
.tuijian_box_big .tuijian_cont ul li a .intro { transition: 0.3s;position: absolute;left: 0;z-index: 10;background-color:#e71010;filter: alpha(opacity=70);width:282px;color: #fff;-moz-opacity: 0.7;-khtml-opacity: 0.7;opacity: 0.7;text-align: center; bottom:-166px; overflow:hidden;}
.tuijian_box_big .tuijian_cont ul li a .intro h5{margin: 0;font-size:14px;height: 45px;line-height:45px;border-bottom: 1px solid #eee; font-weight: 100;}
.tuijian_box_big .tuijian_cont ul li a .intro p{font-size:13px;line-height: 20px;margin: 63px 70px; height: 40px;overflow: hidden; font-size:40px; color:#fff;}
.tuijian_box_big .tuijian_cont ul li a:hover .intro {bottom:0px;}
.tuijian_box_big .tuijian_cp{ display:block; margin:0 auto; padding-bottom:20px;}
.tuijian_box_big .tuijian_cp li{ overflow: hidden;transition: 0.3s;float:left; width:283px; height:323px; padding:10px; background:#ec0000; margin-right:22px;}
.tuijian_box_big .tuijian_cp li:nth-child(4){margin-right:0px;}
.tuijian_box_big .tuijian_cp li img{width:100%;height: 187px;}
.tuijian_box_big .tuijian_cp li a{ color:#fff; text-align:center; display:block; overflow:hidden;}
.tuijian_box_big .tuijian_cp li .intro{ display:block;}
.tuijian_box_big .tuijian_cp li .intro h5{ font-weight:bold; padding:5px 0px; line-height:20px;}
.tuijian_box_big .tuijian_cp li .intro p{ width:120px; background: #ffffff; color: #525252;border-radius:25px; margin:0 auto; font-weight:bold; height:30px; line-height:30px; font-size:14px;}
.tuijian_box_big .tuijian_cp li a:hover p{ }
.tuijian_box_big .tuijian_cp li:hover{    transition: all .3s ease;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);}

.tuijian_box_big .tuijian_cp li i{display: block;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);}
.tuijian_box_big .tuijian_cp li:hover i{transition:all .3s ease;left:100%}
.article_banner{ background:url(../images/article_banner.jpg) center no-repeat; height:307px; width:100%; overflow:hidden;}
.article_img_box{ clear:both; padding:20px 0px; width:1200px; margin:0 auto; overflow:hidden; border-bottom:1px solid #eee; margin-bottom:10px;}
.article_img_box .article_img_left{ float:left; width:570px;}
#showbox { background:#eee;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { /*left:25px;*/ margin-top:10px; width:570px !important;}
#showsum p{ width:570px !important; left:0px !important;}
#showsum span{ border:1px solid #ddd; margin-right:7px; }
#showsum span:nth-child(5){margin-right:0px;}
#showsum span.sel { border:1px solid #333; }

.showpage { width:570px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

.box{width:1200px;margin: 0 auto;overflow: hidden;padding: 30px 0}
.box .right-pro{float: right;width: 725px;}
.box .right-pro h1{font-size: 30px;padding-bottom:10px;}
.box .right-pro .right-prolei{color: #000;font-size: 18px;line-height: 35px;}

.box .right-pro .right-prolei a{font-size: 18px;color: #000}
.left-pro{ width: 452px; border: 1px solid #ccc; text-align: left; float: left; background-color: #FFF;padding: 10px;}
.left-pro .t1{width:100%;float:left}
.left-pro .t2{width:100%;height:288px;text-indent:0;float:left;}
.left-pro .t2 img{text-indent:0;}
#showArea img{cursor:pointer;display:block;margin-bottom:5px;width:106px;padding:1px;border:1px solid #ccc;height:80px;float:left}
#main_img{cursor:pointer;display:block}
#showArea{margin-top:10px;overflow:hidden}

.box .right-pro .right-prolei a:hover{color: #f05a00}
.box .right-pro .right-ping{line-height: 25px;font-size: 16px;color: #525252; margin-top: 10px; padding-top: 8px;  padding-bottom: 5px; border-top: 1px solid #dbdbdb; }
.box .right-pro .right-ping .right-shuxing{margin-top: 15px;}
.box .right-pro .right-ping .right-shuxing span{display: block;color: #4c4c4c;font-size: 16px;line-height: 30px;}
.box .right-pro .right-ping .right-shuxing span i{color: #dd455c;padding-right: 10px;}
.box .right-pro .right-huo{overflow: hidden;margin-top: 10px; }
.box .right-pro .right-huo a i{margin-right: 10px;}
.box .right-pro .right-huo .diyia{background: #4c4c4c}
.box .right-pro .right-huo a{text-align: center;display: inline-block;width: 340px;padding: 0 30px;background: #da5266;font-size: 21px;color: #fff;margin-right: 20px;line-height: 60px;}
.box .right-pro .right-huo a:hover{background: #e70012}
.box .right-pro .articlecon{font-weight:bold;background: url(../images/articlecon.png)no-repeat;height: 60px;margin-top: 10px;line-height: 60px;color: #f05a00;font-size: 30px;padding-left: 70px;}


.article_img_anniu .a1{ float:left;border-radius:25px; display:block; background:#2eb66d; width:178px; height:43px; line-height:43px; font-size:16px; font-weight:bold; color:#fff; text-align:center; margin-right:20px;}
.article_img_anniu .a1 i{ font-size:24px;}
.article_img_anniu .a2{ background:#10bab6;}
.article_img_anniu .a3{ background:#f49c00;}
.article_img_anniu a:hover{ background:#333;}
.article_img_t2{ width:1200px; margin:0 auto; overflow:hidden; padding:20px 0px;}
.article_img_t2 .article_img_t2left{width:955px; overflow:hidden;float: right;}
.article_img_t2 .article_img_t2left .article_t2_intro{ width:230px; border-left:5px #da5266 solid; background:#e9e9f4; height:34px; line-height:34px; font-weight:bold; text-align:center; font-size:16px; color:#333;}
.article_img_t2 .article_img_t2left .article_t2_cont{ border:1px solid #eee; font-size:14px; padding:12px; line-height:27px;}
.article_img_t2 .article_img_t2left .article_t2_cont h2{padding: 6px 0;margin: 10px 0;border-bottom: 1px solid #ff6d6d;line-height: 13px;}
.article_img_t2 .article_img_t2left .article_t2_cont h2 span{font-size: 15px!important;background: #ff4545;padding: 4px;color: #fff}
.article_img_t2 .article_img_t2left .article_t2_cont img{ max-width:100%;}

.article_img_t2 .article_img_t2left .article_t2_cont h3{ border-bottom:2px solid #f39800; padding:8px 0px; font-size:18px; color:#22a7ec;}
/* 表格*/
.article_img_t2 .article_img_t2left .article_t2_cont table {font-family: verdana,arial,sans-serif; color:#333333; border:1px solid #666666;border-collapse: collapse; width:100% !important;}
.article_img_t2 .article_img_t2left .article_t2_cont table tr {border:1px solid #666666; padding: 8px; background-color: #eee;}
.article_img_t2 .article_img_t2left .article_t2_cont table tr:nth-child(1){ background:#ff4545;}
.article_img_t2 .article_img_t2left .article_t2_cont table tr:nth-child(1) td{ color:#fff;}
.article_img_t2 .article_img_t2left .article_t2_cont table tr td{padding: 3px;  border:1px solid #333;text-align: center;}
.article_img_t2right{float: left; }

/* 新闻*/
.news_bigbox{}
.news_banner{ width:100%; height:274px; background:url(../images/news_banner.jpg) center no-repeat;}
.news_banner .news_txt{ width:1200px; margin:0 auto;padding-left:25px; }
.news_banner .news_txt .news_cent{display:block; padding-top:160px;  font-size:40px;text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25);text-shadow: 1px 2px 0px #212121; color:#fff; }
.news_banner .news_txt .news_wz{ padding-top:234px; font-size:18px; color:#fff;}
.news_banner .news_txt .news_wz a{ color:#fff;}
.news_left{ float:left; width:871px;}
.news_left .news_left_ul{ display:block; overflow:hidden;}
.news_left .news_left_ul .news_left_li{ width:871px; border:5px solid #dcdcdc;border-radius:10px; overflow:hidden; padding:10px; margin-bottom:20px;}
.news_left .news_left_ul .news_left_li:hover{ border:5px solid #f39800;}
.news_left .news_left_ul .news_left_li .news_a1{ width:283px; height:194px; float:left;}
.news_left .news_left_ul .news_left_li img{ max-width:100%;}
.news_left .news_left_ul .news_left_li dl{ display:block; float:left; padding-left:20px; width:550px;}
.news_left .news_left_ul .news_left_li dl a{ display:block; padding:10px 0px; font-size:14px; font-weight:bold;}
.news_left .news_left_ul .news_left_li dl dt{ display:block; font-size:14px; color:#898989; font-weight:normal;}
.news_left .news_left_ul .news_left_li dl dt .fa-user{ color:#ec6941;}
.news_left .news_left_ul .news_left_li dl dt .fa-thumb-tack{ color:#0068b7;}
.news_left .news_left_ul .news_left_li dl dt .fa-calendar-check-o{ color:#21949f;}
.news_left .news_left_ul .news_left_li dl p{ padding-top:10px; line-height:20px; font-size:14px;color:#898989;}
.news_left .news_left_ul .news_left_li dl .news_read{ background:#b5b5b5;border-radius: 8px; margin-top:15px; border:2px #999 solid; color:#fff;
 box-shadow: 0px 2px 0px rgba(83, 83, 83, 1), 0px 9px 15px rgba(0, 0, 0, .7);
 width: 130px;
 text-align: center;
 -webkit-transition: all .1s ease;
 -moz-transition: all .1s ease;
 transition: all .1s ease;
}
.news_left .news_left_ul .news_left_li dl .news_read:hover{ background:#f4b243; border:#f4a724 3px solid;}
.news_arcleft{float:left; width:871px; border:1px solid #eee; padding:15px 20px; font-family:Arial, Helvetica, sans-serif;}
.news_arcleft .news_arctit h1{ font-size:20px; color:#535353; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.news_arcleft .news_arctit span{ display:block; font-size:14px; padding:10px; border:1px dotted #dcdcdc;border-radius:10px; color:#666; }
.news_arcleft .news_arctit span i{margin:0 15px;}
.news_arcleft .news_arctit span .fa-user{ color:#ec6941;}
.news_arcleft .news_arctit span .fa-thumb-tack{ color:#0068b7;}
.news_arcleft .news_arctit span .fa-calendar-check-o{ color:#21949f;}
.news_arcleft .news_arctxt{ font-size:14px; line-height:27px; color:#666; padding:10px 0px; }
.news_arcleft .news_arctxt img{max-width: 100%}
/* faq*/
.faq_banner{ width:100%; background:url(../images/faqbanner.jpg) center no-repeat; height:372px;}
.faq_ul .faq_line{ display:block; overflow:hidden; background:#e9e9f4; margin-bottom:25px;}
.faq_ul .faq_line .faq_left{ float:left; width:600px; padding:15px 0px 0px 20px; overflow:hidden;}
.faq_ul .faq_line .faq_r_img{ float:right; width:541px;}
.faq_ul .faq_line .faq_left .faq_li_a1{ display:block; font-size:16px; color:#333; font-weight:bold; padding:10px 0px 25px 0px; overflow:hidden;}
.faq_ul .faq_line .faq_left .faq_li_a1 span{ display:block; float:left; width:50px; height:50px; text-align:center; line-height:50px; font-size:35px; font-weight:bold; background:#f39800; border-radius:10px; color:#fff;}
.faq_ul .faq_line .faq_left .faq_li_a1 h4{ float:left; padding-left:10px; width:500px; font-weight:bold; font-size:16px; line-height:23px; margin:0px;}
.faq_ul .faq_line .faq_left dl{ display:block; padding-top:20px; line-height:20px; font-size:14px; color:#666; overflow:hidden; background:url(../images/faq_x.jpg) top center no-repeat;}
.faq_ul .faq_line .faq_left dl span{display:block; float:left; width:50px; height:55px; text-align:center; line-height:50px; font-weight:bold;  font-size:35px; background:#333; border-radius:10px; color:#fff;}
.faq_ul .faq_line .faq_left dl dt{float:left; padding-left:10px; width:500px;  font-size:14px; line-height:25px; margin:0px; font-weight:normal;}
.faq_ul .faq_line .faq_r_img{ width:541px; border:10px solid #13b5b1;}
.faq_ul .faq_line .faq_r_img img{ max-width:100%; width:521px; height:269px;}
/*/服务*/
.service{width: 100%;}
.service .w1200{line-height: 50px;margin-top: 20px;overflow: hidden;}
.service .w1200 h2{font-size:30px;color:#000;font-weight: bold;text-align: center;margin:20px 0;}
.service .w1200 h2 span{display: inline-block; width: 210px; border-bottom: 1px dotted #787878; margin: 12px 18px;}
.service .w1200 p{font-size:14px;text-align: center;}
.service .w1200 .service_row{margin: 58px 0}
.service .w1200 .service_row .service_ul{overflow: hidden;}
.service .w1200 .service_row .service_ul li{float: left;width: 33%;height: 270px}
.service .w1200 .service_row .service_ul .ali_1{background: url(../images/service01.jpg);}
.service .w1200 .service_row .service_ul .ali_2{background: url(../images/service02.jpg);}
.service .w1200 .service_row .service_ul .ali_3{background: url(../images/service03.jpg);}
.service .w1200 .service_row .service_ul .ali_1{background-size: 100%}
.service .w1200 .service_row .service_ul .ali_2{background-size: 100%}
.service .w1200 .service_row .service_ul .ali_3{background-size: 100%}
.service .w1200 .service_row .service_ul li h4{color: #fff;line-height: 250px;text-align: center;font-size: 24px;font-weight: bold;}
.service .w1200 .service_row .service_ul li .hei{height: 270px;width: 100%;display: inline-block;}
.service .w1200 .service_row .service_ul li:hover .hei{background: rgba(0,0,0,0.7);}
.yuanjing{width: 100%;background: url(../images/jing.jpg);text-align: center;margin-top: 60px}
.yuanjing .text{line-height: 50px;padding: 58px 0}
.yuanjing h3{font-size:24px;color: #fff}
.yuanjing p{font-size: 18px;color: #fff}



/*/服务*/
/*video*/
.video_cont{ background:#fff;}
.video_box{overflow: hidden;width: 1200px;margin: 0 auto;padding: 20px 0px 25px 0px;}
.video_left_box{ width:871px; float:left;}
.video_ul{ display:block;  overflow:hidden; margin-bottom:0px;}
.video_ul .video_line{ display:block; overflow:hidden;  background:#eee;padding:15px; margin-bottom:25px;}
.video_ul .video_line .video_left{ float:left; width:263px; height:198px; overflow:hidden;}
.video_ul .video_line .video_left a{ display:block; position:relative;width:100%; height:198px;overflow:hidden;}
.video_ul .video_line .video_left img{position:absolute;  display:block; z-index:1; width:100%;transition: all 0.6s;}
.video_ul .video_line .video_left a:hover img{transform: scale(1.1);}
.video_ul .video_line .video_left span{position:absolute;  z-index:2; background:url(../images/video_j.png) center no-repeat; width:263px; height:100px; top:50px;}
.video_ul .video_line dl{ display:block; float:left; width:570px; font-family:Arial, Helvetica, sans-serif; padding-left:25px;}
.video_ul .video_line dl .video_a1{ font-size:17px; font-weight:bold; color:#e71010;}
.video_ul .video_line dl dt{ font-size:16px; color:#666; font-weight:normal; padding-top:20px;}
.video_anniu {
    width: 150px;
    height: 43px;
    background: #e38e03;
    border-radius: 5px;
    padding: 1px; margin-top:20px;
}
.video_anniu span {
    display: block;
    float: left;
    width: 39px;
    height: 41px;
    background: #f7b248;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 41px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid #e29318;
}
.video_anniu span i{ padding-top:11px; font-size:18px;}
.video_anniu a {
    display: block;
    float: left;
    width: 109px;
    background: #f7b248;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
	font-weight:bold;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25);text-shadow: 1px 2px 0px #212121;
}
.video_anniu a:hover{ color:#fff; background:#d18d1a; text-decoration:none;}

.left_tj{ overflow:hidden; padding-top:25px;}
.left_tj .left_tj_tit{ display:block; overflow:hidden; height:55px; line-height:55px; text-indent:1.5em;  color:#fff; font-size:24px; font-weight:bold; background:#086f79 url(../images/left_tj_bg.png) right no-repeat;}

/* 分页*/
.manu li{display: inline-block;float: left;}
.manu {PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center; margin-bottom:15px;}
.manu A {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #036cb4; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid; TEXT-DECORATION: none
}
.manu A:hover {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.manu A:active {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.manu .thisclass {
	BORDER-RIGHT: #036cb4 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #036cb4 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #036cb4 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #036cb4 1px solid; BACKGROUND-COLOR: #036cb4
}
.manu .disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}


/* contact */
.con-qian{overflow: hidden;background: #e9eef7}
.contact_banner{background: url(../images/lxban.jpg);height: 362px;}
.serviceban{background: url(../images/servicban.jpg);}
.caseban{background: url(../images/caseban.jpg);}
.contact_banner .news_txt{ width:1200px; margin:0 auto;padding-left:25px; }
.contact_banner .news_txt .news_cent{ display:block; padding-top:260px;  font-size:40px;text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25);text-shadow: 1px 2px 0px #212121; color:#fff; }
.contact_banner .news_txt .news_wz{ padding-top:329px; font-size:18px; color:#fff;}
.contact_banner .news_txt .news_wz a{ color:#fff;}

.contact_big{ width:100%;}
.contact_big .contact_box{ width:1200px; margin:0 auto;}
.contact_big .contact_tit{ text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,0.1), 0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25);text-shadow: 1px 2px 0px #212121;color:#fff; font-size:60px; padding-bottom:50px;}
.contact_big .contact_t1{ overflow:hidden; }
.contact_big .contact_t1 .map_txt{font-size: 30px;font-weight:bold;margin:30px 0;}
.con_di{width: 100%;background: url(../images/con_di.jpg);margin-top: 30px;height: 511px;}
.con_di .w1200{overflow: hidden;}
.con_di .contact_left{ padding:20px 35px;margin-top: 20px;background: #fff;border-radius: 20px 20px; width:600px; overflow:hidden;box-shadow: #a4cef4 0px 1px 10px;}
.con_di .contact_left h3{font-weight: bold;color: #07284E}
.con_di .contact_left .form2_dl{ display:block; height:50px; line-height:50px; border:1px solid #9b9b9b; margin-top:20px;}
.con_di .contact_left .form2_dl input{ width:100%; display:block; height:48px; font-size:16px; text-indent:8px;}
.con_di .contact_left .form2_mes{ margin-top:24px;}
.con_di .contact_left .form2_area{ border:1px solid #9b9b9b; width:100%; height:100px;font-size:16px; text-indent:8px;}
.con_di .contact_left .form2_anniu{ font-size:20px; margin-top:25px;}
.con_di .contact_left .form2_anniu .form2_but{  height:43px; width:189px; color:#fff;background:#e71010;background: -moz-linear-gradient(top, #00adee, #0078a5);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');box-shadow: 3px 3px 3px #666;}
.con_di .contact_left .form2_anniu .form2_but:hover{ background:#f2b936;}

.contact_t1 .contact_right{ float:right; width:450px; padding-top:20px;}
.contact_t1 .contact_right .contact_wenzi{ padding-left:50px;}
.contact_t1 .contact_right .p1{ display:block; overflow:hidden;}
.contact_t1 .contact_right .p1 img{ max-width:100%;}
.contact_t1 .contact_right .p2{padding:16px 0px; font-size:28px; font-weight:bold;color: #4178be}
.contact_t1 .contact_right .p3{ line-height:40px; font-size:16px;color: #4178be}
.contact_t1 .contact_right .p3 i{ color:#4178be;margin-right: 15px;width: 20px;}
.contact_t1 .contact_right .p3 .fa-map-marker{ font-size:21px;}
.contact_t1 .contact_right .p3 .yanse{color:#e71010; font-weight:bold; }
.contact_t2{ padding-top:40px;}

/*侧边栏*/
div.slide-mask {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
}

header h1 {
  position: relative;margin:0;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 24px;
  background: #17283a;font-weight:bold;color: #fff;
}
section{margin:4em 0;}
.toolbar{position:fixed;top:0;left:0;right:0;background-color:transparent;line-height:68px;z-index: 999;}
.menu-button{position:relative;margin:5px;height:36px;width:36px;cursor:pointer;}
.menu-left{float:right;margin-right:1.5em;}
.menu-left i{font-size: 38px;color: #b0120a}
.sidebar{margin:0;padding-top:1em;color:white;background-color:#17283a;}
.sidebar h6{margin:0 .8em;padding:0;font-weight:300;font-size: 18px;}
.sidebar h6 a{color: #fff}
.sidebar li{margin:.5em 0;padding:0 1em;line-height:32px;}
.sidebar li a{color: #fff}
.sidebar li:hover{background-color:#e84e40;}
.sidebar hr{margin:2em auto;border:0;padding:0;width:80%;height:1px;background-color:white;}
/*主要样式*/
.subNav{cursor:pointer;padding:10px 0;border-bottom: 1px solid #425b76;}
.navContent{display:none;color:#999;}
.phonece{display: none;}
/*侧边栏*/

.toolbar{display: none;}
.sidebar{display: none;}
/*底部导航*/
.clearfix{ display:none;}
.btn3{position:fixed; z-index:3; bottom:0px; border-top:1px solid #b3b3b3;background:#e6e6e6;width:100%; text-align:center; box-sizing:border-box;-webkit-box-sizing:border-box;}
.dimenu{position:relative; float:left; width:25%;  height:50px;line-height:50px; background:#000; border-right:1px solid #ebebeb; box-sizing:border-box; -webkit-box-sizing:border-box;}
.dimenu:last-child{border-right:none;}
.new-sub{position:absolute; bottom:60px; z-index:10;  width:100%;  padding: 0px 10px;background: #fff; box-sizing:border-box; -webkit-box-sizing:border-box;  border: 1px solid #EEEEEE; border-radius: 5px;  display:none;}
.new-sub li{width: 100%;list-style: none;  background:#fff; float:none;  box-sizing:border-box;  -webkit-box-sizing:border-box;  border-top:1px solid #f2f2f2;}
.new-sub li a{display:block;  height:35px;  line-height:35px;  text-align:left;  background:#fff; color:#333; border:none; text-align:center; font-size:1em;}
.sanjiao{position:absolute;bottom:5px;right:5px;width:0;height:0;border:5px solid transparent;border-right:5px solid #fff;border-bottom:5px solid #fff;opacity:.5;}
.bt-name{font-size:16px;color:#fff;}
.bt-name a{display:block;font-size:16px;color:#fff;}
.new-sub .tiggle{width:0px;height:0px; position:absolute; left:50%;  margin-left:-10px; bottom:-9px; border-top:10px solid #EEEEEE;  border-left:10px solid transparent; border-right:10px solid transparent;  z-index:10; }
.new-sub .innertiggle{width:0px; height:0px;  position:absolute; left:50%;  margin-left:-9px;  bottom:-8px; border-top:9px solid white; border-left:9px solid transparent;  border-right:9px solid transparent; z-index:11;}  

  /*底部导航*/

/*QQ联系*/
.scroll{border-radius: 17px;width: 80px; height: 80px; background:url(../images/goutong.png);  background-color: #fff; color: #fff; position: fixed; right: 30px; bottom: 50%; cursor: pointer;  border: 1px solid #e6e6e6;}
.scroll a{display: inline-block;width: 100%;height: 100%}
/*QQ联系*/
/*手机样式*/
@media screen and (max-width:640px) { 

.huidu{width: 96%;margin:0 auto;}
.projects-pro{width: 100%;}
.projects-pro li span{width: 35px; margin: 7px 18px;}
.projects-pro li.cur{font-size: 19px;}
.projects-pro li{line-height: 40px}
.projects-container{width: 100%}
.projects-container li{width:48%;height: 139px;}
.projects-container li img{height: 139px;}
.zhineng{display: none;}
.inxab{display: none;}
.in_service_w{width: 96%;margin: 0 auto;height:819px;}
.in_serviceTitle h1{font-size: 19px;}
.in_serviceTitle h1 span{width: 35px; margin: 7px 18px;}
.in_serviceTitle{padding-top: 20px;}
.in_service{width: 100%;}.in_service ul{width: 100%;}
.in_service ul li{width: 48%;}
.in_serviceImg{width: 149px;}
.fro{float: none;padding: 23px 0}
.fro_box{width: 96%;margin: 0 auto;}
.fro_txt{font-size: 19px;}
.fro_txt span{width: 35px; margin: 7px 18px;}
.fro_txt1{margin: 20px 0 14px 0;}
.fro_xiaobox{width: 48%}
.fro_5 li:nth-child(5){display: none;}
.inxnew{width: 96%;margin: 0 auto}
.inxnew .biaoti h2{font-size: 19px;}
.inxnew .biaoti h2 span{width: 35px; margin: 7px 18px;}
.inxnew .inxnewnei .inxnewleft .inxnewleftli{width: 100%;}
.inxnew .inxnewnei .inxnewleft .inxnewleftli img{width: 30%;}
.inxnew .inxnewnei .inxnewleft .inxnewleftli .r{width: 60%}
.inxnew .inxnewnei .inxnewleft .inxnewleftli span{display: none;}
.inxnew .inxnewnei .inxnewleft{float: none;}
.inxnew .inxnewnei .inxnewright{width: 100%;float: none;}
.weizhi .weizhili .wz_right{display: none;}
.article-left .article_con{display: none;}
.article-left{ display:none;}
.list_image .article-right{width: 100%;}
.list_image .article-right .article_lie .article_lieul li{width: 48%;margin: 1%;}
.list_image .article-right .article_lie .article_lieul li img{height:127px;}
.tuijian_box_big .tuijian_cont ul li{width: 48%;margin: 1%;overflow: hidden;}
.tuijian_box_big .tuijian_cont ul li a{width: 100%;height: 175px;}
.tuijian_box_big .tuijian_cont ul li a .intro{width: 100%;}
.box{width: 96%;margin: 0 auto; padding-bottom:0px;}
.left-pro{width: 100%;}
.box .right-pro{width: 100%}
#showArea img{width: 125px;}
.box .right-pro .right-huo a{width: 100%;}
.article_img_t2 .article_img_t2left .article_t2_intro{margin: 20px 0}
.tuijian_box_big .tuijian_cp li img{height:auto;}
.prolistbg .news_txt{width: 100%}
.MB10{display: none;}
.contact_banner{display: none;}
.service .w1200 h2{font-size: 19px;margin: 0}
.service .w1200 h2 span{width: 35px; margin: 7px 18px;}
.service .w1200 .service_row .service_ul li{width: 100%}
.yuanjing .text{margin: 0 auto;width: 96%;}
.fot_banquan{width: 100%;}
.links{display: none;}
.news_rights{width: 100%;margin-top: 15px;}
.news_rights .news_r_nav .news_r_tit{margin-bottom: 0}
.tuijian{width: 100%;}
.news_rights .news_r_nav_ul li{height: 46px;line-height: 46px;margin-bottom: 9px;}
.news_rights .news_r_nav_ul li a{line-height: 46px;}
.abbg .news_txt{width: 100%;}
.scroll{display: none;}
#zoom1{width: 100%}
.in_serviceItem{height: 252px;}
.box .right-pro h1{font-size: 21px;padding-bottom: 0}
.box .right-pro .articlecon{display:none;}
.contact_big .contact_t1 .map_txt{font-size: 21px;margin: 10px 0;}
.contact_t1 .contact_right .p2{font-size: 21px;padding-top: 0}



body{width: 100%}
.toolbar{display: inline-block;}
.sidebar{display: inline-block;}
.ybk_fot01 .ybk_fot01_box{ width:95%; margin:0 auto; color:#fff;}
.ybk_fot01 .ybk_fot01_t01{ display: none;}
.ybk_fot01 .ybk_fot01_t02{display: inline-block;}
.ybk_fot01 .ybk_fot01_t01 .ybk_fot01_tit{ margin-top:15px;}
.ybk_fot01_t02{ float:none; width:100%;}
.fot_fix{ display:block; position:fixed; bottom:0px; overflow:hidden; width:100%; background:#1b1b1b; z-index:2; padding:7px;}
.fot_fix ul li{ display:block; height:30px; line-height:30px; float:left; width:33%; text-align:center; border-right:1px solid;}
.fot_fix ul li a{ color:#fff;}
.topWrap{display: none;}
.phonece{display: inline-block;width: 100%}
.carousel-indicators{display: none;}
.chaninfour{width: 100%}
.chaninfour h3{font-size: 25px;}
.chaninfour h4{font-size: 23px;}
.chaninfour .siinul li{width: 46%;margin:2%;height: 228px;}
.chaninfour .siinul li h2{font-size: 14px;}
.chaninfour .siinul li p{display: none;}
.chaninfour .siinul li span{display: block;text-align: center;}
.inmain2 .inabout .l{width: 100%;}
.inmain2 .inabout h3{margin-top: 20px;}
.inmain2 .inabout .r{width: 100%;}
.inmain2 .inabout .r img{width: 100%;}
.sliderbox h3{font-size: 25px;}
.sliderbox .xiaolie{width: 100%;padding: 0}
.inmain1{width: 100%;padding: 15px 0;}
.inmain2 .inabout{width: 96%;}
.sliderbox{width: 100%;padding: 20px 0}
.sliderbox .xiaolie li{width: 47%;margin: 5px;}
.slider{width: 100%;height:520px;}
.slider ul{width: 100%!important;}
.slider li{margin: 2%;width: 46%;height: 245px;}
.inmain4{padding-bottom: 0;width: 96%;margin: 0 auto;}
.inmain4 .inchoose h3{font-size: 25px;}
.inmain4 .inchoose ul li .wen{width: 100%;padding: 10px;height: auto;line-height: 20px;font-size: 18px;}
.inmain4 .inchoose ul li .r{width: 100%;}
.inmain4 .inchoose ul li .l{width: 100%;}
#btn-left{display: none;}
#btn-right{display: none;}
.inmain4 .inchoose{width: 100%;}
.inmain5{display: none;}
.inmain6{padding-top: 5px;width: 96%;margin: 0 auto}
.inmain6 .innew{width: 100%}
.inmain6 .innew .innewtitle{font-size: 25px;}
.inmain6 .innew .innewp{font-size: 12px;padding:5px 0;}
.inmain6 .innew .innewul .innewli{width: 100%;margin: 0}
.inmain6 .innew .innewul .innewli .r p{display: none;}
.inmain6 .innew .innewul .innewli .l{width: 40%;height: 100px;}
.inmain6 .innew .innewul .innewli .r{width: 55%;}
.inmain6 .innew .innewul .innewli .r span{display: block;margin-top: 20px;margin-bottom: 5px;}
.ybk_fot01_t03{display: none;}
.clearfix{ display:block;}
.ybk_fot01{padding: 0;}
.zhanzhang{padding:0 10px 55px 0;line-height: 28px;}
.slider img{height: 120px;}
/*关于我们*/
.abbg{background-size: 100%;height: 78px;}
.abbg p .about_banner_txt{padding: 28px;font-size: 35px;}
.weizhi{padding-left: 10px;}
.w1200{width: 100%;}
.ablist1{padding:10px 0;width: 96%;margin: 0 auto}
.ablist1 .w1200 .l{width: 100%;}
.ablist1 .w1200 .l h3{font-size: 23px;line-height: 30px;}
.ablist1 .w1200 .l p{font-size: 16px;}
.ablist1 .w1200 .r{width: 100%}
.ablist2 .w1200 .l{width: 100%;}
.ablist2{padding: 0;width: 96%;margin:0 auto;}
.ablist2 .w1200 .r{width: 100%;padding:10px;}
.ablist2 .w1200 .r h3{font-size: 25px;}
.ablist2 .w1200 .r p{font-size: 16px;line-height: 28px;}
.abyuan{width: 96%;margin: 0 auto;padding: 16px 0}
.abyuan ul li{width: 20%;height: 76px;border:5px solid #4c4c4c;padding:20px 0}
.abyuan ul .xie{width: 22px;}
.abyuan ul .xie .xiexian{width: 4px;height: 50px;margin-top: 14px;margin-left: 8px;}
.abyuan ul li p{font-size: 26px;padding-top: 13px;padding:0;}
.abyuan ul li b{padding-top:35px;font-size: 8px;line-height: 20px}
.abyuan ul{height: 120px;padding-left: 0}
.main-section{width: 100%;}
.login-form h2{font-size: 18px;line-height: 34px;}
.new-sub{width: 160px;padding:0 5px}
.new-sub ul{margin: 0}
.login-form input[type="submit"]{width: 30%;margin-top:8px;font-size: 13px;}
.liuyan{padding:10px 0;}
.login-form{padding-bottom: 10px}
.weizhi .weizhili{width: 100%}
.abbg p{width: 100%}
/*产品中心*/
.probg .daohang{width: 100%;padding: 10px;}
.probg .daohang .diyi{font-size: 14px;}
.probg .daohang .bgda{font-size: 30px;padding: 0}
.probg .daohang .xieti i{font-size: 18px;}
.probg .daohang .xieti{display: none;}
.probg .daohang .kuang{display: none;}
.probg{height: 110px;background-size:100%;}
.pro-sousuo{display: none;}
.pro01 .w1200{width: 96%;}
.pro01 .w1200 .r{width: 100%}
.pro01 .w1200 .r img{width: 100%}
.pro02 .w1200{width: 96%;padding-bottom: 20px;}
.pro02 .w1200 .l{width: 100%;}
.pro02 .w1200 .l img{width: 100%;}
.pro02 .w1200 .r{width: 100%;padding-bottom: 20px;}
.pro03 .w1200{width: 96%;}
.pro03 .w1200 .l{width: 100%;}
.pro03 .w1200 .r{width: 100%;}
.pro03 .w1200 .r img{width: 100%;}
/*产品栏目*/
.prolistbg{background-size: 100%;height: 66px;}
.prodabao .list_image{width: 96%;padding: 15px 0}
.prodabao .list_image .list_image-l{width: 100%;    margin-left: 0;}
.prodabao .list_image .list_image-l ul .list_imageli{padding: 5px;}
.prodabao .list_image .list_image-l ul .list_imageli p{display: none;}
.prodabao .list_image .list_image-l ul .list_imageli img{width: 40%;height: 109px;}
.prodabao .list_image .list_image-l ul .list_imageli .prolitir{width: 55%;}
.manu{padding-bottom: 0}
.left_nav{width: 100%;display: none;}
.pro02{width: 96%;margin: 0 auto}
.left_nav .left_nav_tit{width: 100%;background-size: 100%;}
.menu_list{width: 100%;}
.menu_head{width: 100%;}
.menu_body{width: 100%;}.menu_body a{width: 100%;}.left_nav_box{width: 100%;background-size: 100%;}
.left_nav_botbg{background-size: 100%;}
.tuijian_box_big{width: 96%;}
.tuijian_box_big .tuijian_cont{width: 100%}
.login-form input.user{padding: .8em 1em .8em 1em;}
/*产品详情*/
.article_banner{background-size: 100%;height: 67px;}
#showbox{width: 100%!important;height: 310px!important;}
#showbox b img{width: 100%!important;height: 310px!important;}
#showbox div{width: 100%!important;height: 310px!important;}
.article_img_box{width: 96%;}
.article_img_box .article_img_left{width: 100%}
.article_img_right{width: 100%;margin-top: 5px;}.article_img_anniu .a1{margin-bottom: 10px;}
.article_img_t2{width: 96%;padding: 10px 0;}
.article_img_t2 .article_img_t2left{width: 100%;}
.article_img_t2 .article_img_t2left .article_t2_cont img{max-width: 100%;height: auto!important;}
.article_img_t2right{ display:none;}
.tuijian_box_big .tuijian_cp li{width: 48%;margin:1%;height: 273px;margin-bottom: 5px;}
.article_img_t2 .article_img_t2left .article_t2_cont table{ border-spacing: 0; border-collapse: collapse; width:100% !important;}
.article_img_t2 .article_img_t2left .article_t2_cont table tr{ width:auto !important; height:auto !important; padding:0px;}
.article_img_t2 .article_img_t2left .article_t2_cont table tr td{padding:0px;  width:auto !important; height:auto !important; font-size:12px;word-wrap: break-word; word-break: normal; }
.left-pro .t1{ display:none;}
.news_wz{ display:none;}
/*视频*/
.video_box{width: 96%;}
.video_ul .video_line .video_left{width:40%;height: 100px;}
.video_ul .video_line .video_left a{position: relative;height: 100px;}
.video_ul .video_line .video_left img{position: inherit}
.video_left_box{width: 100%;margin-bottom: 5px;}
.video_left_box p .videoimg{width: 100%;}
.video_ul .video_line .video_left span{width: 100%;top: 0;z-index: 999}
.video_ul .video_line dl{width: 55%;}
.video_ul .video_line dl dt{display: none;}
.video_ul .video_line dl .video_a1{font-size: 13px;}
.video_anniu{margin-top: 0}
.video_ul .video_line{margin-bottom: 8px;}
.focus_body{width: 100%;}
.left_lxbox p img{width: 100%;}
/*FAQ*/
.faq_banner{background-size: 100%;height: 80px;}
.faq_ul .faq_line .faq_left{width: 100%;padding: 10px;}
.faq_ul .faq_line .faq_left .faq_li_a1 h4{width: 80%;}
.faq_ul .faq_line .faq_r_img{width: 100%;}
.faq_ul .faq_line .faq_r_img img{width: 100%;}
.faq_ul .faq_line .faq_left dl dt{width: 80%}
.faq_ul .faq_line{margin-bottom: 10px;}
/*FAQ详情*/
.news_banner{background-size: 100%;height: 80px;}
.news_banner .news_txt{width: 100%;}
.news_banner .news_txt .news_cent{padding-top: 10px;font-size: 18px;}
.news_banner .news_txt .news_wz{padding-top: 34px;}
.news_arcleft{width: 100%;}
/*新闻*/
.news_left{width:100%;}
.news_left .news_left_ul .news_left_li{width: 100%;}
.news_left .news_left_ul .news_left_li dl p{display: none;}
.news_left .news_left_ul .news_left_li dl .news_read{display: none;}
.news_left .news_left_ul .news_left_li dl{width: 60%}
.news_left .news_left_ul .news_left_li .news_a1{width: 40%;height: auto;}
/*联系我们*/
.contact_big{width:100%;}
.contact_big .contact_box{width: 96%;margin: 0 auto;padding-top: 0}
.contact_big .contact_tit{font-size: 20px;padding: 20px;}
.contact_t1 .contact_left{width: 100%;}
.contact_t1 .contact_right{width: 100%;}
.contact_t2 img{width: 100%;}
.service .w1200 .liucheng img{width: 100%}
.service .w1200 .service_row{margin: 15px 0}
.service{width: 96%;margin: 0 auto}
.contact_t1 .contact_right .contact_wenzi{padding:4%}
.con-qian #container{width: 100%!important}
.con_di{width: 96%;margin: 0 auto}
.con_di .contact_left{width: 96%;margin: 2%}







section{margin:4em 0;}
.toolbar{position:fixed;top:0;left:0;right:0;background-color:transparent;line-height:68px;z-index: 999;}
.menu-button{position:relative;margin:5px;height:36px;width:36px;cursor:pointer;}
.menu-left{float:right;margin-right:1.5em;}
.menu-left i{font-size: 38px;color: #e71010}
.sidebar{margin:0;padding-top:1em;color:white;background-color:#17283a;}
.sidebar h6{margin:0 .8em;padding:0;font-weight:300;font-size: 18px;}
.sidebar h6 a{color: #fff}
.sidebar li{margin:.5em 0;padding:0 1em;line-height:32px;}
.sidebar li a{color: #fff}
.sidebar li:hover{background-color:#e84e40;}
.sidebar hr{margin:2em auto;border:0;padding:0;width:80%;height:1px;background-color:white;}
/*主要样式*/
.subNav{cursor:pointer;padding:10px 0;border-bottom: 1px solid #425b76;}
.navContent{display:none;color:#999;}

}
