*{ padding: 0; margin: 0; text-decoration: none; list-style: none; outline: none;}
body{font-family:"微软雅黑","黑体","宋体";}
a{ direction: none;}
table{direction:none;}

img{border:0px;}
li,ol, ul {list-style:none;}
@font-face {font-family: 'plantc';src: url('../fonts/impact.ttf');}
.w1200{ width:1260px; margin:0 auto;}
.fl { float:left;}
.fr { float:right;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}





.beijing{ width:100%; height:1080px; background:url(../images/beijing.jpg) no-repeat bottom;}
/*主导航多级菜单*/
.hbg{width: 100%;height: 104px; z-index: 999;text-align: center; background:rgba(255,255,255,1);}
#logo{position: absolute;  z-index:9999; }
#logo img{width:100%;}
#nav{width:75%;height: 100%; display: inline-block; margin-left:20%;}
#nav>ul{width:100%;}
#nav>ul::after{content:'';clear:both;display:block;visibility:hidden;}
#nav>ul>li{ text-align:center;float:left; margin-top:30px; display:block; padding: 0 2.0%; }
#nav>ul>li a{display:block;position:relative;z-index:1;line-height:56px; color: #000; }
#nav>ul>li a:hover{background:#007df1;}
#nav>ul>li a.act, #nav>ul>li a:hover{color: #fff;}
#nav>ul>li>a::after{content:'';position:absolute;left:0;bottom:0;width:0;height:5px;z-index:-1;background:#f49e1b;opacity:0;transition:all .3s;}
#nav>ul>li>a:hover::after{content:'';opacity:1;width:100%;}
#nav>ul>li>a.act:after{width:100%;opacity:1; background:#106e32;}
#nav ul ul{display:none;width:100%;top:144px;position:absolute;left:0%;background:#fff;color:#fff;z-index: 9999;}
#nav ul ul li{float:left;width:9%;margin:0}
#nav>ul>li ul li a{padding:2%!important;}
#nav>ul>li ul li a span{display:block;}
#nav>ul>li ul li a img{width:100%;display:block;}
#nav>ul>li ul li a p{line-height:30px;font-size: 14px;}
#nav>ul>li ul li a:hover{background:#f90;}

.kj{ width:100%; height:460px; background:url(../images/fg.jpg)}
.ttel{position: absolute;right: 8%;margin-top: 16px;top: 0;}
/*banner*/
.banner{ height: 772px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;   }
.banner ul li{ position:absolute;  left:50%; margin-left:-960px; display:none;}

.banner ol li{ display:inline-block; width:16px; height:16px; font-size:12px; background:#333; color:#fff; text-align:center; line-height:16px; border-radius:50%; margin:0 3px; cursor:pointer;}
.banner ol{ position:absolute; bottom:80px; left:0; width:100%; font-size:0px; text-align:center;}
.banner ol li.on{ background:#106e32;}

.banner .btn{ width:40px; height:80px; font-size:50px; position:absolute; top:50%; margin-top:-40px; text-align:center; line-height:80px; color:#fff; cursor:pointer; transition:0.3s; opacity:0;}
.banner:hover .btn{ opacity:1;}
.banner .btn_l{ left:11%;}
.banner:hover .btn_l{ left:5%;}
.banner .btn_r{ right:11%;}
.banner:hover .btn_r{ right:5%;}
/*search*/
.search{ width:100%; height:76px; background:#f6f7fb; overflow:hidden;}
.remen{ width:800px; padding-top:10px; float:left;}
.remen b{ line-height:60px; display:block; float:left; height:60px; margin-top:-5px; color:#383636; font-size:16px;}
.remen i{ display:inline-block; float:left; margin-right:5px;}
.remen ul li{ float:left; font-size:16px;  line-height:50px; margin-left:15px;}
.remen ul li a{color:#383636;}
.remen ul li:hover a{ color:#007df1;} 

.searchR{ width:300px; float:right; margin-top:16px; }
.searchR input.ser_inp { width:230px; height:40px; border:none; background:#e3e3 e3; font-size:14px; color:#666;float:left; border-radius:5px 0px 0px 5px; border:2px solid #013da4;}
.searchR input.ser_so{ width:60px; height:40px; background:url(../images/search.png) no-repeat center; border:none; float:left;border-radius:0px 5px 5px 0px; cursor:pointer; }
.searchbot{ width:100%; height:3px; background:#e7e6e6; margin-top:5px; }



.go_con{
    width: 1200px;
    position: relative;
    margin: 30px auto;
}

.list_go ul li {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    border: 7px solid #dfdfdf;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 5px;
}
.list_go ul li img{
    width: 100%;
    height: auto;
    min-height: 196px;
}
.list_go ul{
    position: relative;
}

.list_go ul li a>div {
    width: 100%;
    line-height: 36px;
    color: #666;
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    left: 0;
    text-align: center;
}
.list_go ul li:hover{
    border: 7px solid #f68613;
}
.list_go ul li:hover div{
    background:#f68613;
    color: #fff;
}
.list_go_arrl,.list_go_arrr{
    position: absolute;
    top: 50%;
    margin-top:-35px; 
    width: 40px;
    height: 70px;
    cursor: pointer;
}
.list_go_arrl{
    background: url(../images/list_arrow.jpg) center left no-repeat;
    left: -15px;
}
.list_go_arrr{
    background: url(../images/list_arrow.jpg) center right no-repeat;
    right: -15px;
}



.pro_list {
    background: url(../images/list_pro.jpg) center;
    padding: 20px 0 0 0;
	height: 360px;
}

.list_go {
    width: 1220px;
    margin: 20px auto 10px auto;
    overflow: hidden;
}
.go_con{
    width: 1320px;
    position: relative;
    margin: 30px auto;
}

.list_go ul li {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    border: 7px solid #dfdfdf;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 5px;
}
.list_go ul li img{
    width: 100%;
    height: auto;
    min-height: 196px;
}
.list_go ul{
    position: relative;
}

.list_go ul li a>div {
    width: 100%;
    line-height: 36px;
    color: #666;
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    left: 0;
    text-align: center;
}
.list_go ul li:hover{
    border: 7px solid #f68613;
}
.list_go ul li:hover div{
    background:#f68613;
    color: #fff;
}
.list_go_arrl,.list_go_arrr{
    position: absolute;
    top: 50%;
    margin-top:-35px; 
    width: 40px;
    height: 70px;
    cursor: pointer;
}
.list_go_arrl{
    background: url(../images/list_arrow.jpg) center left no-repeat;
    left: -15px;
}
.list_go_arrr{
    background: url(../images/list_arrow.jpg) center right no-repeat;
    right: -15px;
}


.list_go ul li {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 7px solid #dfdfdf;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 5px;
}
.list_go ul li img{
    width: 100%;
    height: auto;
    min-height: 196px;
}
.list_go ul{
    position: relative;
}

.list_go ul li a>div {
    width: 100%;
    line-height: 36px;
    color: #666;
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 20px;
    font-size: 16px;
    left: 0;
    text-align: center;
}
.list_go ul li:hover{
    border: 7px solid #f68613;
}
.list_go ul li:hover div{
    background:#f68613;
    color: #fff;
}
.list_go_arrl,.list_go_arrr{
    position: absolute;
    top: 50%;
    margin-top:-35px; 
    width: 40px;
    height: 70px;
    cursor: pointer;
}
.list_go_arrl{
    background: url(../images/list_arrow.jpg) center left no-repeat;
    left: -15px;
}
.list_go_arrr{
    background: url(../images/list_arrow.jpg) center right no-repeat;
    right: -15px;
}
/*pro*/
.pro{

    padding: 20px 0 100px 0;
}
.pro_show{
    width: 1200px;
    margin: 30px auto;
    height: 650px;
    overflow: hidden;
}
.pro_go{
    height: 9999px;
}

.pro_a li, .pro_b li{
    float: left;
    width: 290px;
    margin: 10px 5px;
}
.pro_a>li>a, .pro_b>li>a{
    display: block;
    overflow: hidden;
    position: relative;
}



/*产品展示*/

.cplist ul li{ float: left;}
.cplist ul li a{ float: left; display: block; width: 234px; text-align: center; margin:6px 3px; line-height: 48px;  background: #007df1; color:#fff; font-size: 16px;}
.cplist ul li a:hover{background: #0060d1; color:#ffffff; font-size: 16px;}
.cpbox{width: 100%; min-width:1200px;}
.cpbox h2{font-size: 38px;color: #2b2f2d;text-align: center;line-height: 46px;background: url(../images/img6.jpg) bottom center no-repeat; margin-top:30px;}
.cpbox p{font-size: 16px;color: #565353;text-align: center;line-height: 40px;width: 100%;}
.btc h2{font-size: 38px;color: #07963a;text-align: center;line-height: 70px;background: url(../images/img6.jpg) bottom center no-repeat;}
.btc p{font-size: 18px;color: #333;text-align: center;line-height: 40px;width: 100%;}
.cpmore{width: 500px;height: 63px;margin: 0 auto;}
.cpdh{color: #acacac;font-size: 16px;width: 350px;height: 35px;border: 1px solid #cccccc;padding-left: 30px;line-height: 35px;padding-top: 10px;padding-bottom: 10px;float: left;}
.cpdh img{float: left;padding-top: 7px;margin-right: 5px;}
.cpdh span{color: #f68612;font-family: Impact;font-size: 30px;}
.cpmore a{display: block;width: 118px;height: 57px;background: #f68612;color: #fff;font-size: 16px;text-align: center;line-height: 57px;float: right}
.cpmore a:hover{background: #14a800;}



#ruanti_scroll1 img{width: 100%;overflow: hidden;border-radius: 50%;transition-duration: .3s;height: 100%;}
#ruanti_scroll1 em{display: block;text-align: center;font-size: 18px;line-height: 35px; margin: 0 auto;margin-top: 10px;transition-duration: .3s;height: 35px; font-style:normal;}
#ruanti_scroll1 a{display: block;float: left;margin: 0 8px;}
#ruanti_scroll1 span{display: block;}
/*Ã¤ÂºÂ§Ã¥â€œÂÃ¥Â±â€¢Ã§Â¤Âº*/
/*Ã¤ÂºÂ§Ã¥â€œÂÃ¥Â±â€¢Ã§Â¤Âº*/
#pro-box1{
  width: 90%;
  overflow: hidden;
  margin: 50px auto;
}
@media (max-width: 1366px) {
  #pro-box1{
  width: 100%;
  overflow: hidden;
  margin: 50px auto;
  }
}
#pro-box1 li{
    width: 24%;
    height: 286px;
    background: #fff;
    margin: 0 0.5% 16px 0.5%;
    float: left;
    list-style: none;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    
}
#pro-box1 li .Img div{
    width: 100%;
    height: 285px;
    padding: 0;
    margin: 0;
    display: block;
}
#pro-box1 li p{
  position: absolute;
  width: 100%;
  height: 50px;
  background: #e4e4e4;
  z-index: 999;
  left: 0;
  bottom: 0;
  color:#FFF;
  text-align:center;
  color:#000;
}

#pro-box1 li p .sytitle{
    width: 100%;
    line-height:36px;
    font-size: 16px;
    color: #000;
}
#pro-box1 li p .smore{
  font-size: 16px;
  color: #000;
  line-height: 40px;
  display: block;
  text-align: center;
  width: 35%;
  z-index: 3;
  margin: 0 auto;
  border-radius: 20px;
  position: absolute;
  right: 8px;
  bottom: 20px;
  border: 1px #dcdcdc solid;
  background:#fd8103;
 
}
#pro-box1 li:hover{text-align: center;}
#pro-box1 li:hover p{
  background: #169ef2;
}
#pro-box1 li:hover p .sytitle{
  text-align: center;
  color: #fff;
}
#pro-box1 li:hover p .smore{
  background:#fd8103;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  display: block;
  text-align: center;
  width: 70%;
  position: absolute;
  z-index: 3;
  margin: 0 auto;
  bottom: -20px;
  left: 0;
  right: 0;
  border-radius: 20px;
}

#pro-box1 li .avatar{
    position: relative;
}
#pro-box1 li .avatar{
    display: block;
    height: 285px;
    overflow: hidden;
    width:100%;
}
#pro-box1 li .avatar .myClass{
    height: 285px;
}

/*adv*/
.adv{
    background: url(https://bannerqd.oss-cn-qingdao.aliyuncs.com/whx_banner/sdhxhbnetysbg.jpg) top center no-repeat;
    padding: 30px 0 0 0 ;
	height:860px;
}
.adv_con{
    width: 1200px;
    margin: 0 auto;
}
.adv_tit{
    text-align: center;
    overflow: hidden;
	padding-top:42px;
	
}

.adv_list{
    margin: 68px auto 0;
}
.adv_list ul li{
    float: left;
    width:280px;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}
.adv_list ul li img{
    display: block;
    margin: 0 auto;
}
.zi{
    background: url(../images/111.jpg) no-repeat center center;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    padding: 130px 15px 10px 15px;
    margin-top:-117px; 
}
.zi span{
    font-size:20px;
    font-weight:bold;
    color: #007df1;
    text-align: center;  
    display: block;
    margin: 0 auto;
}
.zi span::before{
    content: "";
    width: 13px;
    height: 2px;
    background: #007df1;
    display: inline-block;
    margin-right:10px;
    vertical-align: middle; 
}
.zi span::after{
    content: "";
    width: 13px;
    height: 2px;
    background: #007df1;
    display: inline-block;
    margin-left:10px;
    vertical-align: middle; 
}
.zi p{
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin-top: 15px;
    text-align: center;
	height:120px;
}
.zi a{
    text-align: center;
    color: #fff;
    background: #fca822;
    width: 100px;
    height: 35px;
    line-height: 35px;
    display: block;
    margin: 20px auto;
}
.adv_list ul li:hover a{
    background: #007df1;
    animation: doudong 0.8s ease-in-out;
}
.adv_list ul li:hover img{
    transform: rotateY(360deg);
    transition:all 0.8s;
}
.adv_list ul li:hover span{
    color: #fca822;
}
.adv_list ul li:hover span::before{
    background:#fca822; 
}
.adv_list ul li:hover span::after{
    background:#fca822; 
}

.indexabbj{ padding:0px 0 39px; background:#0e78dc; height: 610px;}
.aboutt .three_t{height: 152px; padding-top:0px; background: url(../images/xi_h1.png) top center no-repeat;}
.aboutt .three_t span{ color:#999;}
.three_t span{display: block;font-size: 16px;color: #fff;text-transform: uppercase; font-weight: normal;}
.three_bg{height: 980px;padding: 0 0 0; background:url(../images/three_bg.jpg) no-repeat center 0;}
.three_t{font-size: 45px;color: #fff;text-align: center;font-weight: normal;line-height: 50px;height:110px; background: url(../images/xi_h1.png) center 120px  no-repeat;}
.three_t span{display: block;font-size: 16px;color: #696767;text-transform: uppercase; font-weight: normal;}

.about{width: 700px;   margin-top:35px; padding-left:30px; padding-right:30px;}
.neirong span{display: block;width: 260px;height: 26px;background: #fff;text-align: left;line-height: 26px;color: #013fa4;font-size: 36px;}
.neirong h3{color: #4a4949;font-size: 32px;line-height: 80px; font-weight:normal;}
.neirong p{color: #fff;font-size: 16px;line-height: 36px; padding-top:26px;}
.neirong a{display: block;color: #fff;}
.ys_box{height: 110px;margin-top:18px;}
.ys_box ul li{float: left;width: 200px;height: 110px;text-align: center;margin-top: 10px; }
.ys_box .div1 .span1{font-size: 45px;color: #000;font-w eight: bold; font-family:Impact;}
.ys_box .div1 .span3{font-size: 16px;color: #013fa4;}
.ys_box .div2 .span2{font-size: 16px;color: #000;}

.middle-banner {height:280px;background:#19943a; position:relative; margin-top:0px;}
.middle-banner .middle_left_img {position:absolute;left:800px;top:-96px;-webkit-animation: float ease-in-out 1.5s infinite;animation: float ease-in-out 1.5s infinite;}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.width13 {
    width: 1300px;
    margin: 0 auto;
}

.you_section{width: 100%;height: 900px;background: url(../images/you_bj.jpg) top no-repeat;min-width: 1300px;}
.you{text-align: center;position: relative;}
.you_img{display: inline-block;margin-top: 300px;}
.you_All li{position: absolute;}
.you_All li:nth-child(1){top: 380px;left: 0;}
.you_All li:nth-child(2){top: 280px;left: 220px;}
.you_All li:nth-child(3){top: 230px;left: 450px;}
.you_All li:nth-child(4){top: 230px;right: 450px;}
.you_All li:nth-child(5){top: 280px;right: 220px;}
.you_All li:nth-child(6){top: 380px;right: 0;}

.middle-banner .middle_center {line-height:40px;text-align:center;color:#fff;font-size:20px;width:420px;position:absolute;left:10%;top:15px;margin-left:-210px;}
.middle-banner .middle_center b {font-size:33px;display:block; line-height:2;}
.middle-banner-panel {padding-top:28px;position:absolute;right:0%;top:0px;width:180px;height:151px;text-align:center;color:#fff;border-top:0px;}
.middle-banner-panel .f24 {display:block;line-height: 1.8; font-size:28px;}
.middle-banner-panel .f16 {display:block;line-height: 1.2; font-size:18px; margin-top:40px;}
.middle-banner-panel .btn {margin-top:10px; background: #ff9900;width: 108px; margin: 0 auto;line-height: 2.2; border-radius:60px;}

.cpbox{width:100%; min-width:1300px;padding: 30px 0px 50px;background: url(../images/cpbg.jpg) top center no-repeat; margin-top:30px;}
.index_xm_pro{text-align:center;width:460px; border-bottom:2px #555659 solid; margin:0 auto 55px; padding-bottom:25px; position:relative;}
.index_xm_pro:after{ content:''; position:absolute; left:43%; height:5px; background:#ffc71c; bottom:-4px; width:130px; transition:all 0.4s;margin-left:-25px;}
.index_xm_pro span{  text-align:center;}
.index_xm_pro span:nth-child(1){ font-size:34px; color:#FFF; text-align:center; font-weight:bold; padding-right:5px;}
.index_xm_pro span:nth-child(2){ color:#999; font-size:18px;}
.index_xm_pro:hover:after{ width: 300px;margin-left:-120px;}




.ca-bt a:hover{ color:#ff7e00;}
#demokk{overflow:hidden;width:100%; margin-top:30px;}
#demokk .demowrap{overflow: hidden;width: 30000px; margin-top: 10px;}
#marquePic3 { float: left; height: 710px;width: 2081px;overflow: hidden;}
#marquePic4 {float: left;height: 710px;width: 2081px;overflow: hidden;}
#demokk .demowrap li{float:left;margin:1px 1px 1px 1px;display:inline;width:413px; margin-right:2px; height:320px; }
#demokk .demowrap li a{display:block;width:413px;height:306px;overflow:hidden;position:relative;}
#demokk .demowrap li a:hover img{transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);transition:all .5s;}
#demokk .demowrap li .project_info{width:100%;height:100%;background:rgba(0,0,0,0);position:absolute;left:0;top:82%;transition:all ease-out .3s; z-index:999;}
#demokk .demowrap li a:hover .project_info{background:rgba(0,0,0,.7);transition:all .5s;}

#demokk .demowrap li .project_info p.title{margin-top:10px;color:rgba(0,0,0,0);font-size:20px;transition:all ease-out .3s;}
#demokk .demowrap li .project_info p{text-align:center;color:#fff;padding:0 20px;}
#demokk .demowrap li .project_info p.subtitle{margin-top:16px;color:rgba(0,0,0,0);font-size:12px;transition:all ease-out .3s;}
#demokk .demowrap li a:hover .project_info p.title{color:#fff;font-weight: bold;}
#demokk .demowrap li a:hover .project_info p.subtitle{margin-top:0px;color:#fff;font-size:12px;}


.foot_top{ width: 100%; }
.foot{ padding:0px 0 20px 0; position:relative;margin-top:5px; background:#f6f6f6; }
.foot .bottomNav{text-align:center; margin-bottom:0px; padding:0px 0; }
.foot .bottomNav>.baseDiv{}
.foot .bottomNav a{color:#000; font-size:15px;display: block; float: left; width:120px;height:60px; line-height:60px; box-sizing:border-box;}
.foot .bottomNav a:hover{ background:#eb6100; color: #fff;}
.foot .left_lx{ padding:0px 0 0 0px;}

.foot .box .ewm{ margin-left:20px;}
.foot .box .ewm img{ float:left; display:block; width:110px; margin:auto; }
.foot .box .ewm span{ display:block; float:left; width:18px; line-height:15px; text-align:center; font-size:14px; color:#97b6ef; padding:16px 5px 0 5px; height:95px; background-color:#333;}

.copyright{  font-size:14px; color:#000; padding-top:20px; line-height:35px; text-align: center;}
.copyright .span1{ }
.copyright a{ color:#000;}
.copyright a:hover{ color:#fff;}
.copyright .tel{ display:block; height:70px; border:1px dashed #999; margin-top:23px; padding:0 40px; line-height:70px; font-size:35px; color:#ddd; font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;}


.message_l{ width:485px; height:160px;  float:left;}
.message{
	width:1260px; height:210px;
    padding:  5px 0; margin:0px auto;
    color: #1e92e1;
    background: url(/images/mes_bg.jpg) center center no-repeat;
}
.mes_tit{
    font-size: 28px; 
    text-align: center;
}
.mes_tit p{
    font-size: 16px;
    margin-top: 10px;  
}
.mes_list{
    width: 750px;
    overflow: hidden;
    margin: 20px auto;
}
.mes_list input,.code,.mes_list textarea{
    float: left;
    margin: 0 5px;
}
.mes_list input,.mes_list textarea{
    padding-left: 10px;
    line-height: 40px;
    border: 1px solid #ccc;
   
    font-size: 15px; 
    box-sizing:border-box;
    outline: none;
    height: 40px;
}
.mes_list input:focus,.mes_list textarea:focus{
    outline: none;
}
.code{
    overflow: hidden;
}
.code img{
    float: left;
    width: 130px;
    border-radius: 20px; 
}
.sess_button{
    width: 90px;
    text-align: center;
    padding: 0 !important;
    background: #ffa200;
    color: #fff;
}


/*新闻动态*/
.news_bg{ height: 600px; padding:42px 0 0; }
.news_main .three_t span{color:#999}
.wd{ width:548px;}
.img_box{width:548px;height: 440px;position: relative;}
.img_box img{disp lay: none;}
.img_box .box{position: absolute;top:74px;left:-54px;width:226px;padding:46px 0 0 30px;height:214px;background-color: #007df1;color:#fff;}
.img_box .box h3{font-size:40px;}
.img_box .box h4{font-size:36px;}
.img_box .box em{display: block;width:82px;height:8px;background-color: #fff;margin-top:60px;}


.news{ }
.news_t{ height:30px; line-height:30px;}
.news_t ul{float: left;}
.news_t ul li{float: left; background:url(../images/news_bor.gif) no-repeat right 8px;}
.news_t ul li a{font-size: 16px;color: #000;display: block;height: 30px;float: left; padding:0 25px;}
.news_t ul li a:hover,.news_t ul li.on a{font-weight: bold;}
.news_t span{ float:left; padding-left:25px;}
.news_t span a{font-size: 16px;color: #000;text-transform: uppercase;}
.news_t ul li:first-child a{ padding-left:0;}
.news_m dl{ width:610px;height: 145px; border-bottom:#dcdcdc 1px dashed; }
.news_m dt{    position: absolute;


    display: block;
    height: 145px;
    line-height: 57px;
    width: 190px;

    color: #fff;


    font-size: 33px;
    text-align: center;}
.news_m dt i{display: block;font-size: 50px;color: #484240; font-family:"Times New Roman", Times, serif;}
.news_m dd{ float: right; overflow:hidden; width:405px;}
.news_m dd h5{height: 30px;line-height: 30px;overflow: hidden;font-weight: normal;}
.news_m dd h5 a{font-size: 16px;color: #010101;display: block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_m .news_desc{font-size: 14px;color: #9a9a9a;line-height: 30px;height: 60px;overflow: hidden; padding:5px 0 0;}
.news_m .nobor{ border:none;}



/*foot*/
.foot{width: 100%; }
.fDl01{width: 320px;}
.f-logo{margin-top: 30px;}
.fDl01Dl{}
.fDl01Dl dt,.fDl02Dl dt{
	width: 21%;
	color: #fff;
	font-size: 21px;
	height: 42px;
	line-height: 20px;
	border-bottom: #106e32 3px solid;
	margin-bottom: 48px;
}
.fDl01Dl p{
	width: 190px;
	float: left;
	color: #fff;
	line-height: 30px;
	height: 30px;
	padding-left: 35px;
	margin-bottom: 10px;
	font-size: 14px;
}
.fDl01Dl li{
	/*width: 100px;*/
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.fDl01Dl li a{
	display: block;
	width: 85px;
	height:35px;
	line-height: 35px;
	font-size: 14px;
	border: #fff 1px solid;
	border-radius: 10px;
	text-align: center;
	color: #fff;
}
.fDl02{
	width: 496px;
}
.fDl03 img{
	
	margin: 0 10px;
	width: 136px;
}
.fDl03{
	
}
.fDl03:nth-child(1) img{
	margin-right: 20px;
}
.fDl03 p{
	/*width: 85%;*/
	color: #fff;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.fDl02Dl dd a{
	display: block;
	width: 90px;
	height: 30px;
	float: left;
	color: #fff;
	line-height: 30px;
}
.fDl dt{
	margin-bottom: 28px;
}
.fDl dd{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	/*padding-left: 25px;*/
}
.fDl dd img{
	display: inline-block;margin-right: 5px;
}

.fDl01Dl p:nth-child(2){
	background: url(../images/f01.png) no-repeat 0 0;
}
.fDl01Dl p:nth-child(3){
	background: url(../images/f02.png) no-repeat 0 0;
}
.fDl01Dl p:nth-child(4){
	background: url(../images/f08.png) no-repeat 0 0;
}
.fDl01Dl p:nth-child(5){
	background: url(../images/f05.png) no-repeat 0 0;
}

.fDl01Dl p:nth-child(6){
	background: url(../images/f06.png) no-repeat 0 0;
}
.fDl01Dl p:nth-child(7){
	background: url(../images/f04.png) no-repeat 0 0;
}


/*底部  版权+营业执照*/
.bMxin{
	width: 100%;
	border-top: #424141 1px solid;
	margin-top: 20px;
}

.bMxin p{
	color: #fff;
	line-height: 78px;
	text-align:center;
	font-size:14px;
}
.bquan img{
	display: block;
	margin: 0 auto;
}
#zxly{ width: 340px; float: left; height: auto; overflow: hidden; margin-left: 40px;}
#zxly .tit{ color: #fff; font-weight: bold; font-size: 22px;}
#zxly .text,#zxly .text1,#zxly textarea{ width: 272px; height: 40px; line-height: 42px; border: 1px solid #e5e5e5; font-size: 15px; background: url(../images/ly1.png) no-repeat 10px center; padding-left: 60px; margin-bottom: 7px;}
#zxly .text1{ background: url(../images/ly2.png) no-repeat 10px center;}
#zxly .text2{ width: 180px; height: 32px; line-height: 42px; border: 1px solid #e5e5e5; font-size: 15px; background: url(../images/ly1.png) no-repeat 10px center; padding-left: 60px; margin-bottom: 7px;}
#zxly textarea{ background: url(../images/ly3.png) no-repeat 10px center; margin-bottom: 0;}
#zxly .yzm{ width: 150px; height: 35px; border: 1px solid #e5e5e5; padding-left: 10px; margin-bottom: 7px;}
#zxly .anniu{ width: 272px; height:40px; background: #106e32; line-height: 40px; text-align: center; color: #fff; border: none;}



.cpbt{text-align:center;}
.cpbt a{ display:block; background:url(../images/xian.jpg) center center no-repeat; font-size:35px; color:#000; font-family:"方正宋三简体"; font-weight:bold;}
.cpbt a span{ color:#003993;}
.cpbt h3{ color:#3a3a3a; font-size:20px; display:block; background:url(../images/dh.png) left center no-repeat; width:400px; margin:0 auto;}
.cpbt h3 b{ font-size:28px; color:#ffab14; font-family: Impact;}
.cpbt p{ color:#a2a2a2; font-size:14px; display:block; width:700px; margin:0 auto; line-height:23px; padding-top:10px;}
.proTitle{width: 1200px;margin: 0 auto;margin-top: 25px; }
.proTitle ul li{float: left;width: 285px;height: 50px; margin-right: 6px; text-align: center;line-height: 50px;}
.proTitle ul li a{display: block;font-size: 16px;color: #fff;}
.proTitle ul li:hover a{background:url(../images/fg.jpg) no-repeat center;   color: #000;}
.pbg1{height:700px;margin-top: 30px;}




.index_youshi_all{width:100%; min-width:1300px; background:url(../images/index_youshi_bj.jpg) no-repeat top center; padding:0px 0 20px; height:auto; overflow:hidden; height:750px;}
.youshi_title{text-align: center; margin:0 auto;}
.youshi_title p:nth-child(1){ width:400px; display:block; float:left;}
.youshi_title p:nth-child(1) span,.youshi_title p:nth-child(2) span{ display:block;}
.youshi_title p:nth-child(1) span:nth-child(1){ font-size:45px; font-weight:bold; color:#000; letter-spacing:4px;}
.youshi_title p:nth-child(1) span:nth-child(2){ font-size:12px; text-transform:uppercase;color:#000;}
.youshi_title p:nth-child(2) { display:block; float:left;  padding:5px;color:#000; margin-top:8px;}
.youshi_title p:nth-child(2) span:nth-child(1){ font-size:29px;} 
.youshi_title p:nth-child(2) span:nth-child(2){ font-size:13px; text-transform:uppercase;}
.youshi_all_content{ padding:30px 0;  height:auto; overflow:hidden;}
.youshi_all_content a{ display:block; padding:20px; width:320px; margin-bottom:30px; position:relative; overflow:hidden;  background:#067ff2; margin-top:20px; border-radius: 25px;  }
.youshi_all_content a:nth-child(2n+1){ float:left; margin-right:120px;}
.youshi_all_content a:nth-child(2n){ float:right; margin-right:30px; margin-left:50px;}
.youshi_all_content a img{ margin-bottom:30px;}
.ys_title b{ display:block; float:left; background:#02a306; height:88px; width:88px; line-height:88px; font-size:28px; text-align:center; color:#FFF;transition:all 0.4s; font-family:Arial, Helvetica, sans-serif; border-radius:50%; margin-right:10px;}
.ys_title div{ height:48px; line-height:28px; padding:20px 0;}
.ys_title div span{ display:block; color:#FFF;}
.ys_title div span:nth-child(1){ font-size:26px; font-weight:bold;}
.ys_title div span:nth-child(2){ font-size:16px; text-transform:uppercase; line-height:2.6;} 
.youshi_all_content a ul{ margin-top:16px;}
.youshi_all_content a li{ font-size:17px; color:#616161; height:30px; line-height:30px;font-weight: lighter;}
.youshi_all_content a li i{ display:block; float:left; background:url(../img/dot1.png) no-repeat left center; width:9px; height:9px; margin-top:10px; margin-right:10px; transition:all 0.4s;}
.youshi_all_content a:hover li i{background:url(../img/dot1.png) no-repeat -11px center;}
.youshi_all_content a:hover .ys_title b{ background:#ffc71c;}
.youshi_all_content a:hover{ color:#000;}
.youshi_all_content a:after{ content:''; position:absolute; transition:all 0.4s; left:35%; width:0;}
.youshi_all_content a:hover:after{ height:1px; width:100%; background:#e6e6e6; left:0px; bottom:0px;}
.youshi_all_content a img{   transition:all 0.4s;}
.youshi_all_content a:hover img{transform:scale(1.1,1.1)}
.youshi_all_content a .ys_img{width:610px; overflow:hidden;}





#indemoa {	WIDTH: 9999px; FLOAT: left; overflow:hidden; }

#demoa2 {	FLOAT: left}

#demo {
	WIDTH:1300px; OVERFLOW:hidden; height:280px; margin:0 auto; }

#indemo {
	WIDTH:9999px; FLOAT:left
}
#demo1 {
	FLOAT:left
}
#demo2 {
	FLOAT:left
}

.showcar li{width:280px; height:265px; float:left; margin:18px 15px 0 16px; overflow:hidden; display:inline;}
.showcar li img{width:280px; height:220px; margin:4px;}
.showcar li p{width:280px; height:31px; text-align:center; line-height:31px;}
.showcar li a{color:#333;}





.case{
    background: url(../images/case_bg.jpg) center center no-repeat;
    position: relative;

}
.case_tit{
    text-align: center;
}
.case_con{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;

}
.case_l{
    float: left;
    width: 360px;
    overflow: hidden;
    height: 560px;
}
.case_l ul{
    position: relative;
}
.case_b{
    overflow: hidden;
    margin-top: 20px;
}
.case_l ul li{
    width: 360px;
    height: 220px;
    overflow: hidden;
    margin:0 0 5px 0;
}
.case_l ul li img{
    width: 100%;
    min-height: 220px;
}
.case_r{
    float: right;
    position: relative;
    width: 1010px;
    height: 560px;
}
.case_r img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 560px;
}
.case_r>span{
    display: block;
    width: 100%;
    background: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
}
.num1{
    color: #fff;
    position: absolute;
    top: -40px;
    left: 40px;
    height: 120px;
    width: 95px;
    background: #f88b04;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.num1 i{
    font-size: 42px;
    font-style: italic;
}
.num1 em{
    display: block;
    height: 2px;
    width: 30px;
    background: #fff;
    margin: 10px auto;
}
.case_more{
    width: 850px;
    float: right;
    overflow: hidden;
    line-height: 80px;
    color: #fff;
    font-size: 17px;
}
.case_more span{
    float: left;
}
.case_more a{
    float: right;
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/icon.png) -43px 3px  #f88b04;
    border-radius: 50%;
    margin: 19px;
}


.width13 {
    width: 1300px;
    margin: 0 auto;
}

.news_img{float: left;}
.news_right{float: right;width: 670px;}
.news_right img{float: left;width: 190px;height: 145px;display: block;}
.news_text{float: right;width: 480px;background: #fbfbfb;height: 100%;padding: 18px 22px;box-sizing: border-box;transition: all .2s;}
.news_right li{margin-bottom: 12px;height: 145px;}
.news_text h2{font-weight: bold;color: #5b5b5b;transition: all .2s;}
.news_text p{color: #5b5b5b;transition: all .2s;}
.news_right li:hover .news_text{background: #007df1;}
.news_right li:hover .news_text h2{color: #fff;}
.news_right li:hover .news_text p{color: #fff;}



/*footer*/
.footer{
	background:#2d3035;
    padding: 20px 0 0 0;
    margin-top: 20px;
}
.f_con{
    width: 1450px;
    margin: 0 auto;
}
.f_nav{
    border-bottom: 1px solid rgba(255,255,255,.4) ;
    padding: 20px 50px;
}
.f_nav ul li{
    float: left;
    margin: 0 30px;
}
.f_nav ul li a{
    color: #fff;
}
.f_contact{
    margin-top: 40px;
    overflow: hidden;
}
.f_ewm{
    padding: 50px 60px !important;
    float: left;
    overflow: hidden;
    font-size: 15px ;
    
}
.f_ewm img{
    margin: 0 10px 8px 10px; 
    width: 115px;
    height: 115px;
}
.f_ewm span{
    display: block;
    float: left;
    text-align: center;
    color: #fff;
}
.f_list{
    float: left;
    color: #fff;
}
.f_list span {
    font-size: 35px;
}
.f_list li{
    line-height: 32px;
}.guest{
    float: left;
    color: rgba(255,255,255,.9);
    width: 500px;
    margin-left: 75px;
}
.guest input{
    float: left;
    height: 45px;
    border-radius:5px;
    margin-right: 8px;
    margin-top: 8px ;
    margin-bottom: 8px ;
    width: 240px;
}
.guest span{
    font-size: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.guest textarea{
    width: 490px;
    height: 45px;
    border-radius:5px;
    border: none;
    line-height: 45px;
}
.guest img{
    float: left;
    height: 45px;
    border-radius: 5px;
    margin-top: 8px;
    margin-right: 13px;
}
button{
    display: block;
    width: 150px;
    height: 40px;
    color: #333;
    text-align: center;
    line-height: 40px;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    font-size: 15px ;
}
.f_contact ul{
    padding: 0 60px;
    position: relative;
}
.f_contact ul::after{
    content: '';
    display: block;
    width: 1px;
    height: 300px;
    background: rgba(255,255,255,.4);
    position: absolute;
    right: 0;
    top: 0;
}
.f_b{
    color: #fff;
    background: #0d78dc;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 50px;
    margin-top: 40px ;
} 
.f_b a{
    color: #fff;
}
.f_b img{
    height: 35px;
    vertical-align: middle;
    margin-left: 10px;
}


.about_bg{width:100%; min-width:1300px;background:url(../images/about_bg.jpg) no-repeat center bottom;padding-bottom:50px;}
.amore {color:#333;}
.about_pic{width:610px;height:485px;margin-right:20px;position:relative;}
.about_pic img{z-index:99999;position:relative; width:495px; height:365px; margin-top:80px; margin-left:160px;}
.about_con{width:586px;}
.about_more a{display:inline-block;width:42px;height:42px;line-height:42px;background:#019a6b;margin:20px 0;font-size:24px;text-align:center;}
.about_tit{font-size:36px;color:#333;}
.about_text{line-height:45px;height:232px;overflow:hidden;font-size:16px;color:#666;margin:0px 0;}
.about_letter{font-size:64px;line-height:72px; float:right; margin-top:-70px; padding-right:60px; color:#333;}
.about_letter2{position:absolute;right:140px;bottom:0;font-size:64px;line-height:72px; text-align:justify;}



.com{
    background: url(../images/com_bg.jpg) center center no-repeat;
    padding:50px 0 160px 0;
}
.com_con{
    width: 1200px;
    margin:  0 auto;
    overflow: hidden;
}
.scroll_img{
    float: left;

    box-shadow: 0 0 5px rgba(0,0,0,.05);
    width: 455px;
    position: relative;

    height: 580px;
    overflow: hidden;
}
.scroll_img img{
 
    min-height: 580px;
    height: auto;
    position: absolute;
    top:0;
    left: 0;
    transform: scale(1.0);
}
.scroll_img ul{
    position: absolute;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    z-index: 999;
}
.scroll_img ul li{
    width: 12px;
    height: 12px;
    background: #039e3c ;
    float: left;
    margin: 0 2px;
    border-radius: 50%;
    transition:all 0.3s;
    cursor: pointer;
}
.com_r{
    margin-left:20px;
    float: left; 
    width: 630px;
    position: relative;
    right: -600px;;
}
.com_r h4{
    font-size: 28px;
    color: #fa0064; 
}
.com_r p{
    color: #333;
    line-height: 30px;
    margin: 20px 0;
}
.com_r span{
    width: 360px;
    height: 60px;
    background: #ff9d02;
    border-radius: 30px;
    display: block;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    /* font-weight: bold;   */
    padding-left: 20px; 
    margin-top: 30px; 
}
.com_r span a{
    display: block;
    width: 150px;
    height: 60px;
    border-radius: 30px;
    background: #069225;
    color: #fff;
    font-size:15px;
    text-align: center;
    line-height: 60px;
    float: right;  
}
.com_r span a:hover{
    background: #198b5e;
    animation: doudong 0.8s ease-in-out;
}
.active{
    width: 30px !important;
    border-radius:5px !important; 
    background: #fff !important;
}


