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

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.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;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*header*/
.nav_bar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    position: fixed;
    top: 80px;
    right: 80px;
    z-index: 111111;
    opacity: 0;
    transition: all 0.6s;
    cursor: pointer;
}
.nav_bar::after{
    content: '';
    display: block;
    width: 22px;
    height: 25px;
    background: url(../images/icon.png) -231px -149px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12.5px;
    margin-left: -11px;
}
.header{
    position: absolute;
    border-bottom: 1px solid rgba(255,255,255,.5);
    z-index: 1111;
    height: 100px;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.6s;
}
.h_con{
    width:80%;
    margin: 0 auto;
}
.logo{
    width: 410px;
    height:100px;
}
.logo,.nav{
    float: left;
}
.icon{
    float:right;
    margin-top: 45px;
    overflow: hidden;
}
.nav{
    overflow: inherit;
    margin-left: 50px;
}
.nav::after,.h_con::after{
    content: '';
    display: block;
    clear: both;
}
.nav>li{
    float: left;
    text-align: center;
    position: relative;
    line-height: 110px;
    width: 110px;
    margin: 0 10px;
}
.nav>li::after{
    content: '';
    display: block;
    width: 46px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: -2px;
    background: rgba(255,255,255,.6);
    display: none;
}
.nav>li.active::after{
    display: block;
}
.nav>li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.icon span a{
    display: block;
    width: 100%;
    height: 100%;
}
.icon span,.icon em{
    width: 22px;
    height: 25px;
    display: block;
    float: left;
    margin-right: 15px;
    background-image: url(../images/icon.png);
}
.icon span{
    background-position: -10px -9px;
}
.icon em{
    background-position: -56px -10px;
    cursor: pointer;
}
.header.active{
    background: #fff;
    box-shadow:0 0 5px rgba(0,0,0,.5);
    border: none;
}
.header.active .nav>li>a{
    color: #333;
}
.header.active .icon span{
    background-position: -185px -148px;
}
.header.active .icon em{
    background-position: -231px -149px;
}
.header.active .nav>li::after{
    display: none;
}
.header.active .nav>li:hover{
    background: #333;
}
.header.active .nav>li:hover a{
    color: #fff;
}

.nav_er{
    position: absolute;
    top: 100px;
    left: 50%;
    width: 200px;
    background:  #333;
    margin-left: -90px;
    display:none;
}
.nav_er ul li{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    border-bottom: 1px dotted #969596;
}
.nav_er ul li:hover{
    background:#7c7a7c ;
}
.nav_er ul li:last-child{
    border: none;
}
.nav_er ul li a{
    color: #fff;
}


@media screen and (max-width: 1850px) {
    .h_con{width: 90%;}
}
@media screen and (max-width: 1650px) {
    .nav{margin-left: 20px;}
    .nav>li{width:95px;}
}
@media screen and (max-width: 1500px) {
    .h_con{width: 95%;}

}


/*首页banner*/
.topzhutu{position: absolute;z-index: 999;left: 50%;margin-left: -370px;top: 24%;}


/* 内页banner */
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 80px;
  text-align: center;

}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}
.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

/*分类*/
.probj{
  width: 100%;
  height: auto;
  background: url(../images/probj.jpg) center top no-repeat;
  min-height: 770px;
}
.cpbt{
    text-align: center;
    padding-top: 50px;
    position: absolute;
    z-index: 9999;
    left: 50%;
    margin-left: -320px;
}
.cpbt p{
    font-size: 16px;
    color: #7d7d7d;
    line-height: 40px;
}
.cpbt img:hover{
    animation: ball .6s infinite alternate;
}
.cpfl{
    width: 80%;
    margin: 0 auto; 
    padding-top: 180px;
}
.cpfl ul{
   width: 100%
}
.cpfl ul li{
    float: left;
    width: 18.5%;
    margin-right: 20px;
    overflow: hidden;
    height: 440px;
    position: relative;
}
.cpfl ul li:nth-child(5){
    margin-right: 0;
}
.cpfl ul li:hover img {
    transition: all 0.6s;
    transform: scale(1.2);
}
.cpfl ul li .fllb{
    position: absolute;
    top: 0;
    width: 100%;
}
.cpfl ul li .fllb h3{
    color: #fff;
    font-size: 20px;
    display: block;
    margin-top: 50px;
    margin-left: 13px;
    height: 30px;
    overflow: hidden;
}
.cpfl ul li .fllb span{
    font-size: 14px;
    font-family: "Arial";
    color: #fff;
    margin-left: 13px;
}
.cpfl ul li .fllb em{
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-left: 13px;
    margin-top: 10px;
}
.cpfl ul li .fllb dl{
    display: block;
    margin-top: 40px;
    margin-left: 50px;
    opacity: 0;
    height: 240px;
}
.cpfl ul li .fllb dl dt a{
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}
.cpfl ul li .fllb .flmore{
    height: 43px;
    background: url(../images/more.png) center no-repeat;
    display: block;
    margin-top: -70px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding-top: 75px;
    position: relative;
}
.cpfl ul li .fllb .flmore::after{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background: url(../images/morea.jpg) center no-repeat;
    position: absolute;
    right: 80px;
    top: 80px;
}
.cpfl ul li:hover .fllb{
    background: rgba(0,0,0,.3);
}
.cpfl ul li:first-child:hover .fllb .flmore{
    opacity: 0
}
.cpfl ul li:hover .fllb dl{
    opacity: 1
}
.cpfl ul li .fllb dl dt:hover{
    text-decoration: underline;
}
/*产品展示*/
.pro_show{
    width: 88%;
    margin: 0 auto;
    overflow: hidden;
    height: 810px;
    margin-top: 60px;
}
.pro_go ul{overflow: hidden;}
.pro_go ul li{
    width: 24%;
    margin: 10px 0.5%;
    float: left;
    position: relative;
    height: 380px !important;
    overflow: hidden;
    border: 1px #e8e8e8 solid;
    box-sizing: border-box;
}
.proimg{
    display: block;
    width: 95%;
    height: 302px;
    margin: 0 auto;
    margin-top: 9px; 
    overflow: hidden;
    position: relative;
}
.cpimg{
     width: 100%;
    height: 302px;
    background-position:center center; 
    -webkit-background-size: cover;  
    -moz-background-size: cover;  
    -o-background-size: cover; 
    background-size:cover;
}
.pro_go ul li:hover .cpimg{
    transform: scale(1.1);
    transition: all 0.6s;
}
.pro_go ul li .cptime{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    font-size: 14px;
    color: #e6e6e6;
}
.pro_go ul li .cptime .span1{
    float: left;
    margin-left: 20px;
    background: url(../images/time.png) left center no-repeat;
    padding-left: 25px;
}
.pro_go ul li .cptime .span2{
    float: right;
    margin-right: 20px;
    background: url(../images/tba.png) left center no-repeat;
    padding-left: 25px;   
}
.pro_go ul li p{
    display: block;
    width: 95%;
    margin: 0 auto;
    height: 50px;
    background: #f4f4f4;
    margin-top: 8px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}
.pro_go ul li p a{
    font-size: 17px;
    color: #000;
}
.pro_go ul li:hover p{
    background: #1fa47b
}
.pro_go ul li:hover p a{
    color: #fff;
}
/*关于我们*/
.about{ 
    width: 100%;
    height: 590px;
    background:url(../images/aboutbg.jpg) bottom center no-repeat;
    overflow:hidden;
    margin-top: 50px;
}
.about_title{
    width: 1350px;
    margin: 0 auto;
    padding-top: 35px;
}
.about_title p{
    font-size: 33px;
    color: #fff;
    position: relative;
    float: left;
}
.about_title p::after{
    content: '';
    display: block;
    width: 85px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 55px;
}
.about_title a{
    float: right;
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    position: relative;
    padding-right: 20px;
}
.about_title a::after{
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    background: url(../images/tbb.png) center no-repeat;
    position: absolute;
    right: 0;
    top:21px;    
}
.about_title a:hover{
    text-decoration: underline;
}



.about .div1{ font-size:14px; color:#c8c8c8; padding-top:20px; }
.about .about_right{ width:725px; padding-top:30px; overflow:hidden;}
.about .about_right .img{ width:400px; height:300px; position:relative; background:rgba(255,255,255,0.3);}
.about .aboutBox{/*box-shadow: 0px 0px 10px #999;*/background:rgba(255,255,255,0.2); padding:25px 0;}
.about .aboutBox .box{ line-height:35px; font-size:15px; color:#f1f1f1;height:280px;  overflow:hidden; width:660px; margin:auto;}
.about .about_right .m{ padding-top:20px; width:760px;}
.about .about_right .m a{ display:block; float:left;height:70px; line-height:70px; width:330px; text-align:center; color:#fff; font-size:18px; background-color:#1fa47b; position:relative;}
.about .about_right .m a span{ display:inline-block; position: relative; z-index:10;}
.about .about_right .m a span.span1{ padding-left:40px;}
.about .about_right .m a span.span2{ padding-right:50px; background:url(../images/play.png) right center no-repeat;}
.about .about_right .m a.a1{margin-right: 60px;}
.about .about_right .m a.a1 span.span1{ background:url(../images/qieye.png) left center no-repeat;}
.about .about_right .m a.a2 span.span1{ background:url(../images/jiangbei.png) left center no-repeat;}
.about .about_right .m a::after,.about .about_right .m a::before{ display:block; content:""; position:absolute; left:0; height:0; width:100%; z-index:1;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear; background-color:#ffa800;}
.about .about_right .m a::after{ top:50%;}
.about .about_right .m a::before{ bottom:50%;}
.about .about_right .m a:hover::after,.about .about_right .m a:hover::before{ height:50%;}

.about .about_left{ padding-top:30px;}
.about .about_left ul{ width:588px; border-left:1px solid rgba(170,170,170,.5);border-top:1px solid rgba(170,170,170,.5);}
.about .about_left ul li{ float:left; border:1px solid rgba(170,170,170,.5);width: 294px;height: 210px; box-sizing:border-box; border-left:0; border-top:0;}
.about .about_left ul li a{ display:block; position:relative; width:100%; height:100%;}
.about .about_left ul li a::after{width: 294px; height: 215px;content: " ";padding: 0;position: absolute;top: 0;right: 0;border-radius: 0; z-index:1;transition: all .36s ease;}
.about .about_left ul li a:hover::after{background-color: #1fa47b;width: 100%;height: 100%;z-index: 1;padding: 10px;box-shadow: 0 4px 12px rgba(0,0,0,.39);top: -10px;right: -10px;transition: all .36s ease;border-radius: 4px;}
.about .about_left ul li .box{ width:190px; margin:auto; position:relative; z-index:10; padding-top:40px;}
.about .about_left ul li .box .div_1{ color:#fff; font-size:55px; font-weight:700; line-height:60px; height:60px; padding-left:70px; }
.about .about_left ul li .box .div_1 .span1{ color:#eee/*ffb200*/; font-size:18px; font-weight:normal; padding-left:10px;}
.about .about_left ul li .box .div_2{ position:relative; color:rgba(255,255,255,.62); padding-top:15px; margin-top:15px;}
.about .about_left ul li .box .div_2::after{ content:""; display:block;transition: all .7s ease; position:absolute; left:0; width:40px; top:0; border-top:1px solid rgba(255,255,255,.28);}
.about .about_left ul li:hover .box .div_2::after{ width:100%;}
.about .about_left ul li.li1 .box .div_1{background:url(../images/about_01.png) left center no-repeat;}
.about .about_left ul li.li2 .box .div_1{background:url(../images/about_02.png) left center no-repeat;}
.about .about_left ul li.li3 .box .div_1{background:url(../images/about_03.png) left center no-repeat;}
.about .about_left ul li.li4 .box .div_1{background:url(../images/about_04.png) left center no-repeat;}

/*优势*/
.advbj{
    width: 100%;
    height: 790px;
    background: url(../images/advbj.jpg) center no-repeat;
}
.advbt{
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.advbt p{
    color: #7d7d7d;
    font-size: 16px;
    padding-top: 8px;
}
.advbt img:hover{
    animation: ball .6s infinite alternate;
}
.advimg{
    text-align: center;
    margin-top: 170px;
    margin-left: -305px;
    position: absolute;
    left: 50%;
}
.advimg img{
    animation: ball .6s infinite alternate;
}

.ysfl{
    width: 370px;
    text-align: right;
}
.ysfl b{
    font-size: 18px;
    color: #1fa47b;
}
.ysfl p{
    font-size: 14px;
    color: #787878
}
.ysa{
    width: 300px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin-top: 37px;
    position: relative;
}
.ysa::after{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #ffa800;
    border-radius: 50px;
    position: absolute;
    right: -5px;
    top: 45px;
}
.ysb{
    width: 180px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin-top: 115px;
    position: relative;
}
.ysb::after{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #ffa800;
    border-radius: 50px;
    position: absolute;
    right: -5px;
    top: 45px;
}
.ysc{
    width: 220px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin-top: 115px;
    position: relative;
}
.ysc::after{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #ffa800;
    border-radius: 50px;
    position: absolute;
    right: -5px;
    top: 45px;
}

.ysfr{
}
.ysfr b{
    font-size: 18px;
    color: #1fa47b;
}
.ysfr p{
    font-size: 14px;
    color: #787878
}
.ysd{
    width: 300px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin-top: 35px;
    position: relative;
}
.ysd::after{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #ffa800;
    border-radius: 50px;
    position: absolute;
    left: -5px;
    top: 45px;
}
.yse{
    width: 160px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin-top: 110px;
    position: relative;
    margin-left: 130px;
}
.yse::after{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #ffa800;
    border-radius: 50px;
    position: absolute;
    left: -5px;
    top: 45px;
}
.ysf{
    width: 200px;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin-top: 110px;
    position: relative;
    margin-left: 90px;
}
.ysf::after{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: #ffa800;
    border-radius: 50px;
    position: absolute;
    left: -5px;
    top: 45px;
}
/*广告*/
.ggbj{
    width: 100%;
    height: 440px;
    background: url(../images/ggbj.jpg) center no-repeat;
    text-align: center;
    color: #fff
}
.ggbj em{
    font-size: 26px;
    padding-top: 40px;
    display: block;
}
.ggbj b{
    font-size: 45px;
    display: block;
}
.ggbj span{
    font-family: "Arial";
    font-size: 45px;
}
.ggbj ul{
    width: 1350px;
    margin: 0 auto;
}
.ggbj ul li{
    float: left;
    width: 330px;
    padding-top: 38px;
}
.ggbj ul li p{
    color: #333;
    font-size: 17px;
}
.ggbj ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}

/*案例*/

.xiangmu{
    background: url(../images/albj.jpg) bottom center no-repeat;
    padding: 30px 0 1px 0;
}
.xiangmu_con{
    margin: 0 0 50px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 860px;
    height: 570px;
    position: relative;
    float: left;
    margin: 0 55px;
    cursor: pointer;
}
.xiangmu_con>ul>li span{
    display: block;
    width: 100%;
    height: 520px;
    overflow: hidden;
}
.xiangmu_con>ul>li span img{
    width: 100%;
    min-height: 520px;
}
.xiangmu_des{
    width: 735px;
    height: 100px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    overflow: hidden;
    position: absolute;
    z-index: 222;
    left: 50%;
    margin-left: -367px;
    margin-top: -62px;
    cursor: pointer;
}
.xiangmu_des_l{
    float: left;
    padding: 15px 30px;
    width: 620px;
    height: 100px;
    box-sizing: border-box;
}
.xiangmu_des_l ul{
    margin-top: 6px;
}
.xiangmu_des_l ul li{
    float: left;
    margin-right: 50px;
    color: #333;
    
}
.xiangmu_des_l em{
    display: block;
    font-size: 22px;
    color: #333;
}
.xiangmu_des_l ul li::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/icon.png) -104px -15px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 3px;
}
.xiangmu_des_r{
    float: right;
}
.xiangmu_des_r a{
    display: block;
    width: 110px;
    height: 100px;
    background: #1fa47b;
    position: relative;
}
.xiangmu_des_r a::after{
    content: '';
    display: block;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left:  -7.5px;
    background: url(../images/icon.png) -153px -5px;
}
.xiangmu_des:hover .xiangmu_des_r a{
    background: #333;
}
.xiangmu_prev,.xiangmu_next{
    position: absolute;
    width: 61px;
    height: 61px;
    background-image: url(../images/icon.png);
    top: 40%;
    left: 50%;
    margin-top: -30.5px;
    cursor: pointer;
}
.xiangmu_prev{
    background-position: -15px -128px;
    margin-left: -515px;
}
.xiangmu_next{
    background-position: -88px -128px;
    margin-left: 455px;
}

/*流程*/
.lcbj{
    width: 100%;
    height: 420px;
    background: url(../images/lcbj.jpg) center no-repeat;
}
.lcbt{
    text-align: center;
    color: #fff;
    padding-top: 20px;
}
.lcbt span{
    font-size: 45px;
    position: relative;
}
.lcbt span::after{
    content: '';
    display: block;
    width: 55px;
    height: 11px;
    background:url(../images/xian.png) center no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: 65px;
}
.lcbt p{
    font-size: 18px;
    color: #fff;
    line-height: 60px;
}
.lclb{
    width: 1350px;
    margin: 0 auto;
}
.lclb ul li{
    float: left;
    width: 185px;
    height: 185px;
    background: url(../images/lca.png) center no-repeat; 
    margin-right:47px;
    margin-top: 20px;
    text-align: center;
    position: relative;
}
.lclb ul li:nth-child(6){
    margin-right: 0
}
.lclb ul li img{
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
}
.lclb ul li span{
    font-size: 18px;
    color: #222;
}

.lclb ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.lclb ul li::after{
    content: '';
    display: block;
    width: 30px;
    height:30px;
    background:url(../images/jiantoua.png) center no-repeat;
    position: absolute;
    right: -39px;
    top: 80px;
}
.lclb ul li:nth-child(6)::after{
    display: none;
}

/*新闻*/
.newbj{
    width: 100%;
    height: 670px;
    background: url(../images/xwbj.jpg) center no-repeat;
}
.xwlb{
    width: 85%;
    margin: 0 auto;
    margin-top: 40px;
    
}
.xwlb ul li{
    box-sizing: border-box;
    width:29%;
    height: 410px;
    margin-left: 30px;
    margin-right: 30px;
    float: left;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    border-radius: 0 0 0 50px;
    position: relative;

}
.xwlb ul li:nth-child(3){
    margin-right: 0;
}
.xwlb ul li .xwimg{
    width: 100%;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0 0 0 50px;
}
.xwlb ul li .xwimg img{
    width: 100%;
}
.xwlb ul li .xinwen{
    height: 180px;
}

.xwlb ul li .xinwen h3{
    width: 90%;
    height: 53px;
    margin: 0 auto;
    display: block;
    line-height: 53px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 25px;
    overflow: hidden;
}
.xwlb ul li .xinwen h3 a{
    color: #000;
}
.xwlb ul li .xinwen p{
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    color: #666;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xwlb ul li .xinwen .xwmore{
    font-size: 14px;
    color: #888;
    display: block;
    margin-left: 23px;
    margin-top: 18px;
    text-decoration: underline;
}
.xwlb ul li .xwtime{
    width: 90px;
    height: 83px;
    background: #1fa47b;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 25px;
    text-align: center;
}
.xwlb ul li .xwtime span{
    color: #fff;
    font-family: "Arial";
    line-height: 30px;
}
.xwlb ul li .xwtime .span1{
    font-size: 32px;
    font-weight: bold;
    padding-top: 13px;
    display: block;
}
.xwlb ul li .xwtime .span2{
    font-size: 17px;
}
.xwlb ul li .xinwen .xwmore:hover{
    color: #ffa800
}

.xwlb ul li:hover .xwimg img{
    transition: all 0.6s;
    transform: scale(1.2);
}
.xwlb ul li:hover .xinwen h3 a{
    color: #1fa47b;
    padding-left: 13px;
}


/*底部*/
.footer {
    height:530px;
    background:url(../images/footbj.jpg) center no-repeat;
    width: 100%;
}
.dbtit{
    font-size: 15px;
    color: #ffa800;
    text-align: center;
}
.dbtit span{
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.on_ly {
    width: 430px;
    margin-top:45px;
    margin-left: 40px;
}
.on_ly ul{
    margin-top: 20px;
}
.on_ly ul li {
    margin-bottom: 10px;
}
.on_ly ul .in_flt {
    width: 430px;
    height: 50px;
    color: #afafaf !important;
    font-size: 15px;
    padding-left: 10px;
    margin-right: 12px;
    border:none;
    border-radius: 5px;
    background: #fff
}
.on_ly ul li .FaqTitlesy {
    width: 230px;
    height: 50px;
    background: #fff;
    border:none;
    border-radius: 5px 0 0 5px;
    color: #afafaf !important;
    font-size: 16px;
    padding-left: 10px;
    float: left;
}
.on_ly ul li #VCode {
    float: left;
    width: 200px;
    border-radius:0 5px 5px 0;
}
.on_ly ul .in_flta {
    width: 430px;
    height: 100px;
    background: #fff;
    color: #afafaf !important;
    font-size: 15px;
    padding-left: 10px;
    margin-right: 15px;
    border:none;
    border-radius: 5px;
}
.on_ly ul .nanniu_bj {
    width: 430px;
    height: 45px;
    background: #1fa47b;
    border:none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
}
.on_ly ul .nanniu_bj:hover {
    background: #ffa200;
}
.footfr{
    width: 710px;
}
.fnav{
    padding-top: 30px;
}
.fnav ul li{
    float: left;
    width: 177px;
    text-align: center;
    height: 53px;
    line-height: 53px;
    border-bottom: 1px #4b4b4b solid;
    position: relative;
}
.fnav ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
}
.fnav ul li a:hover{
    text-decoration: underline;
}
.fnav ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    background: #3b3b3b;
    position: absolute;
    right: 0;
    top: 23px;
}
.dbewm{
    margin-left: 105px;
}
.dbewm ul li{
    float: left;
    width: 136px;
    text-align: center;
    margin-left: 80px;
    margin-top: 40px;
}
.dbewm ul li span{
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 40px;
}
.dbtel{
    background: url(../images/dblogo.png) left center no-repeat;
    margin-top: 35px;
    padding-left: 150px;
}
.dbtel ul{
    background: url(../images/dbtel.png) left center no-repeat;
}
.dbtel ul li{
    font-size: 16px;
    color: #fff;
    padding-left: 40px;
    line-height: 35px;
}
.dbtel ul li span{
    font-size: 23px;
    font-family: "Arial";
}


.copy{
    height: 50px;
    line-height: 50px;
    background: #0c0c0c;
    text-align: center;
    color: #bbb;
    font-size: 14px;
}
.copy a{
    color: #bbb;
}

/*当前导航*/
.breadcrumbs {
    height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    background: #1fa47b;
    width: 100%;

}
.breadcrumbs .dh_box {
    width: 1350px;
    margin: 0 auto
}
.breadcrumbs .sortName {
    color:#fff;
    font-size:22px;
    font-weight:700;
}
.breadcrumbs .dqdhMain {
    color: #fff;
    padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
    font-size: 15px;
    color: #fff;
    display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
    text-decoration:underline;
    color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
    color:#fff;
    font-size: 14px;
    display:inline-block;
    padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
    color:#fff;
    padding:0 10px 0 30px;
    background:url(../images/dizhi.png) left center no-repeat;
    font-size: 15px;
}
.breadcrumbs .dqdh_class {
    margin-top:10px;
}
.breadcrumbs .dqdh_class li {
    float:left;
    padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
    display:block;
    padding:0 50px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:23px;
    position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
/*公司简介单页*/
.about_box{margin-top: 50px;}
.page_com_text {
    line-height: 35px;
    font-size: 15px;
    color: #000;
    margin-top: 20px;
    padding: 30px;
}
.nyab {
  width: 675px;
  height: 330px;
  background: #1fa47b;
}
.aboutbt {
  padding: 30px 25px;
}
.aboutbt h3 {
  color: #fff;
  font-size: 26px;
}
.aboutbt em {
  display: block;
  width: 30px;
  height: 2px;
  background: #d8e9ff;
  margin-top: 20px;
  margin-bottom: 15px;
}
.aboutbt span {
  color: #fff;
  font-size: 23px;
}
.aboutbt p {
  text-transform: uppercase;
  font-size: 14px;
  color: #31c295;
  line-height: 30px;
}
.ys_box1 {
  height: 140px;
  width: 100%;
}
.ys_box1 ul {
  width: 675px;
}
.ys_box1 ul li {
  float: left;
  width: 210px;
  height: 110px;
  text-align: center;
  background: url(../images/xiana.png) right top no-repeat;
}
.ys_box1 .div1 {
  position: relative;
}
.ys_box1 .div1 .span1 {
  font-size: 45px;
  color: #fff;
  font-family: "Arial";
}
.ys_box1 .div1 .span3 {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.ys_box1 .div2 .span2 {
  font-size: 15px;
  color: #fff;
}
.nybz {
  width: 675px;
  height: 330px;
  background: #b6e6d7;
  padding: 30px 25px;
  box-sizing: border-box;
}
.nybz p {
  color: #515251;
  font-size: 18px;
}
.nybz p span {
  font-size: 25px;
  display: block;
  line-height: 50px;
}
.nybz ul {
  margin-top: 20px;
}
.nybz ul li {
  color: #555;
  line-height: 35px;
  font-size: 16px;
  background: url(../images/xing.png) left center no-repeat;
  padding-left: 30px;
}

.index_abbj{
  height: 510px;
    width: 100%;
    background: url(../images/abbja.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 50px;
}
.nylcbt{
  text-align: center;
  padding-top: 20px;
    padding-bottom: 20px;

}
.nylcbt b{
  color: #fff;
  font-size: 35px;
  font-weight: normal;
}
.nylcbt span{
  color: #fff;
  font-size: 18px;
  display: block;
  line-height: 40px;
}
.liucheng{

}
.liucheng ul li{
  float: left;
  text-align: center;
  width: 216px;
}
.liucheng ul li span{
  display: block;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 20px;
  color: #555;
  padding-top: 30px;
  border: 5px #1fa47b solid;
  box-sizing: border-box;
}
.liucheng ul li p{
  width: 150px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  line-height: 25px;
}

/*  */
.page_com_case{
  margin: 50px auto;
}
.page_com_case_tit{
  text-align: center;
  margin: 30px 0;
}
.page_com_case_tit h3{
  font-size: 42px;
  color: #333;
}
.page_com_case_tit p{
  font-size: 15px;
  margin-top: 5px;
}
.page_com_case_con{
  width: 1350px;
  margin: 0 auto;
  overflow: hidden;
}
.page_con_case_go{
  width: 99999px;
}
.page_con_case_go ul{
  float: left;
}
.page_con_case_go ul li{
  width: 380px;
  float: left;
  margin: 0 5px;
}
.page_con_case_go ul li span{
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.page_con_case_go ul li span img{
  width: 100%;
  height: auto;
  min-height: 240px;
  transition: all .6s;
}
.page_con_case_go ul li em{
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f5f5f5;
  text-align: center;
  color: #333;
  border-top: 4px solid #ffa800;
  display: block;
}
.page_con_case_go ul li:hover img{
  transform: scale(1.1);
}

/*联系方式单页*/
.page_contact {
    position: relative;
    z-index: 2;
}

.page_contact_con {
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.page_contact_con_top_l {
    width: 55%;
    float: left;
    position: relative;
}

.page_contact_con_top {
    overflow: hidden;
}

.dt {
    width: 100%;
    float: left;
    padding: 39px 60px 26px 60px;
    background: #efefef;
}

.dt h3 {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #13a175;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal;
}

.dt h5 {
    font-family: Arial;
    font-weight: normal;
    width: 100%;
    float: left;
    margin-top: 8px;
    font-size: 16px;
    color: #9c9c9c;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;

}

.dd {
    width: 100%;
    float: left;
    padding: 33px 60px 34px 60px;
    background: #f6f6f6;
}

.dd li {
    width: 39%;
    float: left;
    padding-left: 65px;
    position: relative;
    list-style: none;
}

.page_icon {
    width: 42px;
    height: 42px;
    background: #ffa800;
    line-height: 0;
    position: absolute;
    left: 2px;
    top: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.page_icon img {
    width: 100%;
}

.dd li h5 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: normal;
}

.dd li h6 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #444;
    line-height: 26px;
    font-weight: normal;
}
.dd li h7 {
    float: left;
    width: 100%;
    font-size:18px;
    color: #444;
    line-height: 26px;
    font-weight: normal;
}
.page_contact_con_top {
    margin: 50px 0;
}

.page_contact_con_top_r {
    width: 30%;
    background: #efefef;
    height: 510px;
    position: relative;
}

.page_contact_con_top_r h4 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #13a175;
    margin: 75px 0 50px 0;
}

.page_conatct_ewm img {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
}

.page_contact_con_top_r h3 {
    font-size: 18px;
    font-weight: normal;
    color: #515251;
    text-align: center;
    margin-top: 20px;
}

.page_contact_con_map {
    position: relative;
}
/*在线留言*/
.conbt{
  text-align: center;
  width: 600px;
  margin:0 auto;
  position: relative;
  margin-top: 35px;
}
.conbt span{
  font-family: "Impact";
  color: #efefef;
  font-size: 66px;
  text-transform: uppercase;
}
.conbt b{
  display: block;
  font-size: 35px;
  color: #0f0f0f;
  font-weight: bold;
  position: relative;
    margin-top: -55px;
}

.conbt::before{
  content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: 25px;
    width: 22px;
    height: 31px;
    background-image: url(../images/btimga.png);
}
.conbt::after{
  content: '';
    display: block;
    position: absolute;
    top: 35px;
    right: 25px;
    width: 22px;
    height: 31px;
    background-image: url(../images/btimga.png);
}
.aj_lxp{
  font-size: 16px;
    text-align: center;
    margin: 20px auto 40px;
    width: 80%;
    line-height: 32px;
    color: #666;
    width: 1200px;
}
.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color: rgb(215, 12, 25);}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}
#faqbox{
  padding: 50px 0 50px 0;
    width: 680px;
}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer;margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#1fa47b; }

.wizfrm:hover{ background-color:#ffa800; }

/*新闻列表页*/
.page_listnews{
    padding: 40px 0;
}
.page_listnews_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #02923b;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.time1{
    float: left;
    width: 180px;
    text-align: center;
    padding-top: 24.5px;
}
.time1 span{
    display: block;
}
.date{
    font-size: 72px;
    font-weight: bold ;
    color: #c2c2c2;
    text-align: center;
}
.year{
    font-size: 20px;
    color: #4c4c4c;
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 785px;
    margin-left:20px ;
    padding: 25px 45px 20px 30px;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #02923b;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
}
/*shownews*/
.page_con {
    width: 1350px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 2;
}
.show_news_tit {
    text-align: center;
    position: relative;
}

.show_news_tit h1 {
    font-size: 24px;
    margin-top: 30px;
    font-weight: normal;
    color: #02923b;
    text-align: center;
}

.update {
    border-top: 1px solid #d7d8d8;
    border-bottom: 1px solid #d7d8d8;
    padding: 16px 0;
    margin: 28px 0 38px 0;
    overflow: hidden;
    position: relative;
    height: 65px;
    box-sizing: border-box;
}

.update h2 {
    font-size: 14px;
    color: #777777;
    margin-right: 0.83%;
    float: left;
    line-height: 34px;
    font-weight: normal;
}

.update a {
    float: right;
    font-size: 14px;
    color: #777777;
    line-height: 36px;
}

.update a i {
    display: inline-block;
    width: 38px;
    height: auto;
    margin-left: 10px;
    vertical-align: middle;
}

.update a:hover {
    color: #ff810e;
}

.show_news_con {
    color: #333;
    line-height: 30px;
    position: relative;
    margin-bottom: 30px;
}
/*分页*/
.fenye {
  text-align:center;
  color:#666;
  font-size:14px;
  line-height:30px;
  padding:20px 0;
}
.fenye .rows {
  color:#666;
  font-size:13px;
  padding:0 10px;
}
.fenye .current {
  display: inline-block;
  color:#1d76f8;
  font-size:14px;
  padding:0 5px;
}
.fenye .num, .fenye .next {
  display:inline-block;
  margin:0 3px;
  padding:0 10px;
  border:1px solid #ddd;
  color:#666;
  font-size:14px;
  height:28px;
  line-height:27px;
  border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
  background-color:#019d1e;
  color:#fff;
  border:1px solid #019d1e;
}
.viewpage {
  margin:0;
  padding:20px 0 50px 0;
  border-top:1px solid #eee;
}
.viewpage .main_r_nav {
  color:#999;
  font-size:14px;
  line-height:30px;
  padding-left: 20px;
  padding-right: 20px;
}
.viewpage .main_r_nav a {
  font-size:14px;
  color:#444
}
.viewpage .main_r_nav a:hover {
  text-decoration:underline;
}
/*nn*/
.nn_l{
    width: 830px;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    margin: 8px;
    float: left;
}
.zwyc{
    float: right;
    width: 465px;
}
.nn_r{
    float: right;
    width: 465px;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    margin: 8px;
}
.nn_l ul li{
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 15px;
}
.nn_l ul li a{
    display: block;
    width: 100%;
}
.nn_l ul li span{
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
}
.nn_l ul li span img{
    width: 100%;
    height: auto;
    min-height: 100px;
}
.nn_des{
    float: left;
    margin-left: 20px;
    width: 500px;
    margin-top: 15px;
}
.nn_des h3{
    font-weight: normal;
    font-size: 16px;
}
.nn_des p{
    font-size: 15px;
    color: #888;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nn_l ul li:hover h3{
    color: #1fa47b;
}
.nn_r>span{
    font-size: 20px;
    color: #159b72;
    font-weight: bold;
    position: relative;
}
.nn_r>span::after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #ffa800;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.nn_one{
    overflow: hidden;
    width: 100%;
    height: 105px;
    box-sizing: border-box;
    margin-top: 35px;
    border-bottom: 1px solid #e4e4e4;
}
.nn_one a{
    display: block;
    width: 100%;
    height: 100%;
}
.nn_one span{
    float: left;
    width: 120px;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.nn_one span em{
    width: 20px;
    height: 20px;
    background: #1fa47b;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}
.nn_one span img{
    width: 100%;
    height: auto;
    min-height: 80px;
}
.nn_r_des{
    float: left;
    margin-left: 10px;
    width: 270px;
}
.nn_r_des strong{
    font-size: 16px;
    color: #333;
}
.nn_r_des p{
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}
.nn_r ul li{
    overflow: hidden;
    width: 100%;
    margin: 15px 0;
}
.nn_r ul li a{
    display: block;
    width: 100%;
}
.nn_r ul li span,.nn_r ul li h3{
    float: left;
}
.nn_r ul li h3{
    width: 260px;
    font-size: 15px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nn_r ul li span{
    display: block;
    width: 20px;
    height: 20px;
    background: #716f6f;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
}
.nn_r ul li i{
    float: right;
    font-size: 14px;
    color: #666;
    font-style: normal;
}
.nn_one:hover strong,.nn_r ul li:hover h3{
    color: #1fa47b;
}
.nncp{
    padding: 10px;
}
.nncp span{
    margin-left: 15px;
    margin-bottom: 15px;
    display: block;
    margin-top: 10px;
}
.nncp ul li{
    float: left;
    width: 200px;
    height: 210px;
    margin-left: 15px;
    position: relative;
}
.nncp ul li img{
    width: 200px;
    height: 210px;  
}
.nncp ul li h3{
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eaeaea;
    line-height: 40px;
    text-align: center;
}


.show_news_content{
    float: left;
    width: 1000px;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ebebeb;
}
.show_news_tit{
    font-size: 18px;
    color: #333;
}
.show_news_tit h3{
    font-weight: normal;
    text-align: left;
    color: #1fa47b;
    font-size: 30px;
}
.show_news_tit ul{
    margin: 10px 0 40px 0;
}
.show_news_tit ul li{
    float: left;
    margin: 0 5px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.show_news_tit ul li a{
    display: block;
    width: 80px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    background: #ffa800;
    color: #fff;
    line-height: 30px;
}
.show_news_tit ul li a:hover{
    background: #515251;
}
.show_news_r{
    float: right;
    width: 335px;
    background: #f9f9f9;
    box-sizing: border-box;
    padding: 30px 20px;
    border: 1px solid #ebebeb;
}
.r_list li{
    float: left;
    width: 50%;
    font-size: 15px;
    color: #333;
    border-bottom: 3px solid #666;
    text-align: center;
    padding-bottom: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}
.r_list li:hover{
    border-bottom: 3px solid #1fa47b;
}
.r_list li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../images/iconb.png);
    margin-right: 4px;
}
.r_list li:nth-child(1)::before{
    background-position: -1px 22px;
}
.r_list li:nth-child(1):hover::before{
    background-position: -22px 22px;
}
.r_list li:nth-child(2)::before{
    background-position: 48px -7px;
}
.r_list li:nth-child(2):hover::before{
    background-position: 28px -6px;
}
.show_news_r div ul li{
    overflow: hidden;
    margin: 15px 0;
}
.show_news_r div ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.show_news_r div ul li span{
    width: 100px;
    height: 85px;
    float: left;
    overflow: hidden;
}
.show_news_r div ul li span img{
    width: 100%;
    height: auto;
    min-height: 85px;
    transition: all 0.6s;
}
.show_news_r div ul li:hover img{
    transform: scale(1.1);
}
.show_news_r div ul li:hover strong{
    color: #ae2f2b;
}
.show_news_r>div ul li em{
    width: 200px;
    float: left;
    margin-left: 20px;
    width: 170px;
}
.show_news_r div ul li em strong{
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
}
.show_news_r div ul li em i{
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    font-style: normal;
    display: block;
}
.r_wz{
    position: relative;
    min-height: 350px;
    height: auto;
    padding-bottom: 20px;
}
.r_wz>div{
    position: absolute;
    top: 75px;
    left: 0;
    display: none;
}
.r_pro{
    margin-top: 30px;
}
.r_pro span{
    font-size: 16px;
    border-bottom: 3px solid #666;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.r_pro ul li{
    width: 100%;
    height: 160px;
    position: relative;
}
.r_pro ul li a{
    display: block;
    width: 100%;
    height: 1005;
}
.r_pro ul li img{
    width: 100%;
    height: auto;
    min-height: 160px;
    transition: all 0.6s;
}
.r_pro ul li i{
    width: auto;
    height: 40px;
    background: #ffa800;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    padding: 0 15px;
}
/*左侧*/
.list_pro{
    width: 1350px;
    margin: 50px auto;
    overflow: hidden;
}
.list_pro_l,.list_pro_r{
    float: left;
}
.list_pro_l{
    width: 300px;
}
.list_pro_l>ul{
    box-sizing: border-box;
    border: 1px solid #ececec;
    margin-bottom: 30px;
}
.list_pro_l>ul>span{
    display: block;
    width: 100%;
    background: #1fa47b;
    line-height: 85px;
    height: 85px;
    position: relative;
    box-sizing: border-box;
    padding-left: 54px;
}
.list_pro_l ul span em{
    position: absolute;
    top: 23px;
    left: 0;
    color: #fff;
    font-size: 123px;
    text-transform: uppercase;
    opacity: 0.1;
    line-height: 60px;
    font-weight: bold;
}
.list_pro_l ul h3{
    font-size: 32px;
    color: #ffffff;
    line-height: 85px;
    font-weight: normal;
    position: relative;
    z-index: 9;
}
.list_pro_l ul h3 i{
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
    vertical-align: middle;
    font-style: normal;
}
.list_pro_l>em img{
    width: 100%;
}
.l_pro>li{
    line-height: 50px;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
    padding: 0px 15px;
    position: relative;
}
.l_pro>li::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/add.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 35px;
    margin-top: -15px;
}
.l_pro>li:last-child{
    border: none;
}
.l_pro>li>a{
    color: #333;
    display: block;
    width: 100%;
    transition: all 0.6s;
    font-weight: bold;
    font-size: 16px;
}
.list_nav_er{
    margin-left: 20px;
}
.list_nav_er_con dl dd{
    background: url(../images/flxian.png) left center no-repeat;
    padding-left: 23px;
}
.list_nav_er_con dl dd:hover a{
    color: #1fa47b;
    text-decoration: underline;
    padding-left: 10px;
}


.l_pro>li>a:hover{
    color: #1fa47b;
    font-weight: bold;
     padding-left: 8px;
}
.l_news li{
    line-height: 40px;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
}
.l_news li a{
    color: #333;
    display: block;
    width: 100%;
}
.l_news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}
.l_news li:hover a{
    color: #1fa47b;
}
.l_news li:hover a:before{
    color: #1fa47b;
}
.l_contact li{
    line-height: 45px;
    padding: 0 15px;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
}
.l_contact li:last-child{
    border: none;
}
.list_pro_r{
    width: 1020px;
    margin-left: 30px;
}
.list_pro_r ul li{
    float: left;
    border: 1px solid #ececec;
    width: 332px;
    margin: 5px 3px;
}
.list_pro_r ul li span{
    display: block;
    width: 324px;
    overflow: hidden;
    margin: 3px auto;
    height: 260px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
}


.list_pro_r ul li:hover{
    border: 1px solid #1fa47b;
}
.list_pro_r ul li em{
    text-align: center;
    color: #333;
    margin: 8px 0;
    display: block;
}
.fenye1 {
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0;
}
.fenye1 .rows {
    color: #666;
    font-size: 13px;
    padding: 0 10px;
}
.fenye1 .current {
    display: inline-block;
    color: #ae2f2b;
    font-size: 14px;
    padding: 0 5px;
}
.fenye1 .num:hover, .fenye1 .next:hover {
    background-color: #ae2f2b;
    color: #fff;
    border: 1px solid #ae2f2b;
}
.fenye1 .num, .fenye1 .next {
    display: inline-block;
    margin: 0 3px;
    padding: 0 10px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    height: 28px;
    line-height: 27px;
    border-radius: 5px;
}
/*产品详情*/
/*shownews*/
.list_shownews{
    width: 945px;
    margin-left: 70px;
    float: left;
}
.list_shownews h3{
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}
.u_time{
    width: 100%;
    line-height: 40px;
    border-bottom: 1px dotted #666 ;
}
.u_time em,.u_time i{
    display: inline-block;
    font-size: 15px;
    color: #666;
    margin-right: 20px;
    font-style: normal;
    position: relative;
    padding-left: 28px;
}
.u_time em::before{
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(../images/shijian.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 11px;
    left: 0;
}
.u_time i::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/liulan.png);
    background-repeat: no-repeat;
    vertical-align: middle;
}
.list_shownews p{
    font-size: 16px;
    color: #333;
    line-height: 36px;
}
.fenye{
    margin-top: 50px;
    padding: 20px 0 50px 0;
    border-top: 1px solid #eee;
    overflow: hidden;
}
.page_up,.page_down{
    font-size: 14px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.page_up a,.page_down a,.page_up,.page_down{
    color: #999;
}
.page_up a:hover,.page_down a:hover{
    color: #01a971;
}
.page_up{
    float: left;
}
.page_down{
    float: right;
}
.fenye1 {
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    padding: 20px 0;
}
.fenye1 .rows {
    color: #666;
    font-size: 13px;
    padding: 0 10px;
}
.fenye1 .current {
    display: inline-block;
    color: #1d76f8;
    font-size: 14px;
    padding: 0 5px;
}
.fenye1 .num:hover, .fenye1 .next:hover {
    background-color: #cc0000;
    color: #fff;
    border: 1px solid #cc0000;
}
.fenye1 .num, .fenye1 .next {
    display: inline-block;
    margin: 0 3px;
    padding: 0 10px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    height: 28px;
    line-height: 27px;
    border-radius: 5px;
}
.list_show_pro img{
    display: block;
    margin: 40px auto;
}
.list_show_pro_des span{
    display: block;
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
    height: 50px;
}
.list_show_pro_des span em{
    color: #fff;
    height: 50px;
    line-height: 50px;
    width: 140px;
    background: #1fa47b;
    text-align: center;
    display: block;
}
.top-r{
   margin-right: 8%;
   background: url(../images/tel.png) left center no-repeat;
   position: relative;
   margin-top: 25px;
}
.top-r em{
    padding-left: 50px;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 30px;
}
.top-r span{
    font-size: 33px;
    color: #ff9000;
    font-family: "Arial";
    padding-left: 50px;
    line-height: 30px;
    font-weight: bold;
}