@charset 'utf-8';
*{ font-family:arial,"微软雅黑"; color:#787878;}
body{   padding:0; margin:0; display:block; overflow-x:hidden;}
img{ display:block;}
a{ text-decoration:none; cursor:pointer;}
a:hover{cursor:pointer;}
input{ border:0; margin:0; padding:0; outline:none;}
ul{ margin:0; padding:0;}
li{ list-style:none;}
h1,h2,h3,h4,h5,h6{ margin:0; padding:0; font-weight:normal;}
dl,dd{ margin:0;}
p{ margin:0;}
.clearfix{ clear:both;}
span{ cursor:pointer;}
.zh{ width:1200px; margin:0 auto;}
.zh1{ width:1300px; margin:0 auto;}
/*head*/
.pc_head{ width: 100%; position:fixed; top:0; left:0; z-index:999; background:url(top.png) center no-repeat; height:132px;}
.pc_head .logo{ float:left; margin-top:30px; margin-left:50px;}
.pc_head .dh{ float:left; margin-left:175px;}
.pc_head .dh img{ float:left; width:40px;}
.t_dh{ float:right;margin-top: 35px;margin-right: 50px;}
.t_dh img{ display:block; float:left;}
.t_dh .t_w{ float:right;}
.t_dh .t_w h1{ font-size:15px; color:#FFF;}
.t_dh .t_w p{ font-size:33px; color:#ff0000;font-family:Impact;}
.pc_head .dh h1{ float:right; line-height:40px; font-size:25px; }
@media screen and (max-width: 1199px){
    .pc_head{
        display: none;
    }
	
}
.bog{position:absolute;
    
    width: 100%;}
.about-body{ width:100%;}
/*nav*/
.nav{ width:100%; margin-top:30px; border-top:#CCC 1px solid; height:}
/*.pc_nav{ width:1200px; margin:0 auto; height:50px;}*/
.pc_nav li{float: left;width: 130px; line-height:132px;}
.pc_nav li:hover{ background:#fe0000;}
.pc_nav li .xl{ display:none;}
.pc_nav li .xl h1{ font-size:15px; background:#000; border-bottom:#FFF 1px solid; padding:5px; width:130px; text-align:center;}
.pc_nav li .xl h1 a{ color:#FFF;}
.pc_nav li .xl h1 a:hover{ color:#fe0000;}
.pc_head.scroll .pc_nav li{ margin-top: 38px;}
.pc_nav li:hover .xl{ display:block;}
.pc_nav > li>a>span{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    width: 100%;
}
.pc_nav > li:hover >a>span{
    color: #fff;
}
.pc_nav > li.on >a>span{
    color: #fff;
}
.pc_nav > li + li >a>span{
   
}
.pc_language{
    float: right;
    width: 22px;
    height: 22px;
    border: 1px solid #A5A5A5;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #999999;
    margin-top: 55px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.pc_head.scroll .pc_language{
    margin-top: 38px;
}
.ph_language{
    float: right;
    width: 22px;
    height: 22px;
    border: 1px solid #A5A5A5;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    color: #999999;
    margin-top: 30px;
    margin-right: 15px;
}
.pc_search{
    float: right;
    margin-top: 45px;
    width: 270px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #CCCCCC;
    padding:  0 15px;
    margin-left: 20px;
    transition: all 0.6s ease-out 0s;

    -ms-transition: all 0.6s ease-out 0s;

    -moz-transition: all 0.6s ease-out 0s;

    -webkit-transition: all 0.6s ease-out 0s;

    -o-transition: all 0.6s ease-out 0s;
}
.pc_head.scroll .pc_search{
    margin-top:25px;
}
.pc_nav_down{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top:130px;
    z-index: 500;
    display: none;
}
.pc_nav_down.scroll{
    top:90px;
}
.pc_nav_down .left{
    float: left;
    width: 24%;
    height: auto;
    min-height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
}
.pc_nav_down .left .con{
    width: 200px;
    height: auto;
}
.pc_nav_down .left .p1{
    font-size: 30px;
    color: #ffffff;
    padding-top: 35px;
    padding-bottom: 23px;
}
.pc_nav_down .left .p2{
    color: #eaf5ff;
    font-size: 14px;
    font-family: 'Conv_HelveticaNeueLTPro-Th';
}
.pc_nav_down .right{
    float: left;
    width: 76%;
    height: auto;
    min-height: 270px;
    padding: 40px 260px 0 110px;
    background: #FFFFFF;
    -moz-box-shadow:0px 5px 20px #eeeeee inset;
    -webkit-box-shadow:0px 5px 20px #eeeeee inset;
    box-shadow:0px 5px 20px #eeeeee inset;
}
.pc_nav_down .right ul{
    width: 220px;
    float: left;
}
.pc_nav_down .right ul li{
    color: #666666;
    font-size: 16px;
    display:block;
    padding-bottom: 45px;
    position: relative;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-left: 25px;
}
.pc_nav_down .right ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top:5px;
    width:7px;
    height: 7px;
    background:#59CAD5 ;
}
.xpsj{ position:fixed; top:0; left:0; z-index:999999; width:100%;}
/* 小屏幕头部 */
.ys-header2{padding:2%;
    position: fixed; background:#000;
    top: 0;
    left: 0; 
    width: 100%;
   
    border-bottom: 1px solid #e5e5e5;
    z-index: 99999;
    background-color: #fff;
    display: none;
}
@media screen and (max-width: 1199px){
    .ys-header2{
        display: block;    background: rgba(0,0,0,.6);
    }
}
.ys-header2 .ys-logo{
    float: left;
    margin-left: 15px;
    line-height: 110px;
    width: 400px;
}
.ys-header2 .ys-logo img{
    display: inline-block;
    /* height: 60px; */
    width: 100%;
}
.ys-header2 .ys-menuph{
    position: absolute; float:right; background-color:#FFF;
    top: 39%;
    transform: translateY(-50%);
    right: 7%;
    width: 115px;
    height: 115px;
    cursor: pointer;
    text-align: center;
}

.ys-header2 .ys-menuph .ys-point{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 43px;
}
.ys-header2 .ys-menuph .ys-point:hover .ys-navbtn,
.ys-header2 .ys-menuph .ys-point:hover .ys-navbtn::after,
.ys-header2 .ys-menuph .ys-point:hover .ys-navbtn::before{
    width: 28px;
}
.ys-header2 .ys-menuph .ys-navbtn{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background:#666;
}
.ys-header2 .ys-menuph .ys-navbtn::after,
.ys-header2 .ys-menuph .ys-navbtn::before{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #666;
}
.ys-header2 .ys-menuph .ys-navbtn::after{
    top: -11px;
}
.ys-header2 .ys-menuph .ys-navbtn::before{
    top: 10px;
}
.ys-header2 .ys-menuph .ys-point.ys-active .ys-navbtn{
    background: transparent;
}
.ys-header2 .ys-menuph .ys-point.ys-active .ys-navbtn::after{
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ys-header2 .ys-menuph .ys-point.ys-active .ys-navbtn::before{
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*
*手机导航下拉
*/
.ys-phonemeng.ys-active {
    display: block;
}
.ys-phonemeng {
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000;
}
.ys-menu-ul{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 188px;
    z-index: 1300;
    background: #000;
    padding:  0 40px;
    display: none;
    box-sizing: border-box;
}
@media screen and (max-width:400px){
	
    .ys-menu-ul{
        padding:  0 20px;
    }
}
.ys-menu-ul .ys-xialaph .ys-ul1{
    padding-top: 15px;
    padding-bottom: 15px;
}
.ys-menu-ul .ys-xialaph .ys-ul1 .ys-containerr{
    border-bottom: 1px solid #dddddd;
    padding-top: 40px;
}
.ys-menu-ul .ys-xialaph .ys-ul1 a{
    color: #999999;
    cursor: pointer;
    font-size: 16px;
}
.ys-menu-ul .ys-xialaph .ys-ul1 a span{ display:block; font-size:16px; color:#FFF; text-align:center;}
.ys-menu-ul .ys-xialaph .ys-ul1 h4{
    font-size: 18px;
    padding-bottom: 10px;
    color: #999999;
    cursor: pointer;
}
.ys-menu-ul .ys-xialaph h4.ys-active, .ys-menu-ul .ys-xialaph h5.ys-active {
    border-bottom: 0;
}
.ys-menu-ul .ys-xialaph h4 img {
    float: right;
    width:16px;
    margin-top:0px;
    cursor: pointer;
}
.ys-menu-ul .ys-xialaph h5 img {
    float: right;
    width: 13px;
    margin-top:0px;
    cursor: pointer;
}
.ys-img_d{
    display: none;
}
.ys-menu-ul .ys-xialaph .ys-ul1 h5{
    font-size: 14px;
    color: #999999;
}
.ys-menu-ul .ys-xialaph .ys-ul2{
    padding-left: 30px;
    background: #F0F0F0;
    padding-bottom: 20px;
    display: none;
}
.ys-menu-ul .ys-xialaph .ys-ul2 li{
    padding-top: 20px;
}
.ys-menu-ul .ys-xialaph .ys-ul3{
    display: none;
}
.ys-menu-ul .ys-xialaph .ys-ul3 li{
    padding-left: 15px;
    font-size: 12px;
    color: #999999;
}

/*cp*/
.cp{ width:100%; padding-top:15%;}
.cp h1{ font-size:80px; font-family:Impact; color:#FFF; text-align:center;text-transform: uppercase;}
.cp h2{ font-size:36px;  color:#FFF; text-align:center;}
.cp .cp_f{ margin-top:5%; width:80%; margin:0 auto;}
.cp .cp_f li{ float:left; border:#FFF 1px solid;width: 16%;margin: 1%;}
.cp .cp_f li a{ display:block;padding: 3%; color:#FFF;}
.cp .cp_f li a:hover{ text-decoration:underline;}
.cp p{ text-align:center;background: rgba(0,0,0,0.6); color:#fff;width:14%; height:45px; line-height:45px; float:left;margin:1%; overflow:hidden;}
.cp p a{color: #fff;}
@media all and (max-width:1200px){
.cp{ margin-top:8%;}

}

.Box {position: relative; margin-bottom:20px; float:left; width:100%; background:url(../images/ctbj.jpg) center no-repeat; height:452px; overflow:hidden;}
.Box .content {width: 80%;margin: 0 auto; }
.Box h1 { text-align:center; font-size:30px; margin-bottom:15px; color:#000;}
.Box h2 { text-align:center; background:url(../images/ab_line01.png) center no-repeat; font-size:18px; margin-bottom:20px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
.Box .Box_con .btnl { background:url(jtl02.png) no-repeat center;left: -41px;}
.Box .Box_con .btnr { background:url(jtr02.png) no-repeat center;right: -41px;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;height: 243px; overflow: hidden;}
.Box .Box_con .conbox ul li {float: left;width: 310px; margin-left:20px; border:none;}
.Box .Box_con .conbox ul li img{ width:100%; overflow:hidden;}
.Box .Box_con .conbox ul li span { color:#fff; margin-bottom:20px; width:100%; float:left; height:45px; font-size:20px; text-align:center; font-size:15px; line-height:45px; cursor:pointer;background: rgba(0,0,0,.6);position: relative; margin-top: -45px;}
.Box .Box_con .conbox ul li span:hover{ color:#fe0000;}
.Box .Box_con .conbox ul li p{ background:none; text-align:center;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .content .xian{ width:100px; height:4px; background-color:#0364a3; margin-left:550px; margin-top:10px;}
.index_pro_top{ text-align:center;}
.index_pro_top span{ display:block; font-size:30px; color:#0f912a;}
.index_pro_top p{font-size:16px;}
.index_pro_top img{ margin:0 auto;}





/**/
.nrcp{ width:76%; margin:0 auto; margin-bottom:2%;}
.nrcp p{text-align: center; background: rgba(0,0,0,0.6); color: #fff; width: 19%; line-height: 45px;float: left; margin: 10px 5px; height:45px; overflow:hidden;}
.nrcp p a{ display:block; color:#FFFFFF;}
.nrcp p:hover a{ background: rgba(235,1,12,0.6);}

/*gy*/
.gy ul{ width:60%; margin:0 auto;}
.gy{ width:100%;}
.gy h1{ font-size:80px; font-family:Impact; color:#FFF; text-align:center;text-transform: uppercase;}
.gy h2{ font-size:36px;  color:#FFF; text-align:center;}
.gy p{ font-size:16px; color:#FFF; line-height:45px; width:60%; margin:0 auto;}
.gy span{ display:block; margin-top:40px;}
.gy span a{ display:block; font-size:16px; line-height:45px; color:#FFF;}
.gy li{ background:url(../images/gy.png) center no-repeat; width:185px; height:185px; float:left; margin:1% 2%;}
.gy li img{ display:block; margin:0 auto;padding-top: 50px;transition:All 0.4s ease-in-out; 
    -webkit-transition:All 0.4s ease-in-out; 
    -moz-transition:All 0.4s ease-in-out; 
    -o-transition:All 0.4s ease-in-out;}
.gy li h3{ font-size:20px; color:#3b3b3b; margin-top:18px; text-align:center;}
.gy li:hover img{
    transform:rotate(360deg); 
    -webkit-transform:rotate(360deg); 
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg); 
    -ms-transform:rotate(360deg); }
/*xw*/
.xw{ width:100%; padding-top:170px;}
.xw .xw_bt{ display:block; margin:0 auto;}
.xw h1{ font-size:36px; margin-top:15px; color:#FFF; text-align:center;}
.xw ul{ width:80%; margin:0 auto; margin-top:5%;}
.xw ul li{ width:23%; float:left; margin:0 10px;}
.xw ul li img{ width:100%; display:block;}
.xw_w{ background-color:#FFF; padding: 10px 5px;}
.xw_w h2{ margin-bottom:10px;}
.xw_w h2 a{ font-size:16px; color:#3c3b3b; font-weight:bold; text-align:left;}
.xw_w p{ color:#3c3b3b; font-size:14px; line-height:30px;   overflow: hidden; height:120px;}
.xw_w h2:hover a{ color:#fe0000;}
@media screen and (max-width: 1200px){
  .xw ul li{    width: 47%;
    margin: 1%;}
	.gy p{ width:80%;}
}
/*zs*/
.zs{ width:100%; padding-top:180px;}
.zs h1{ font-size:80px; font-family:Impact; color:#FFF; text-align:center;text-transform: uppercase;}
.zs p{ font-size:36px;  color:#FFF; text-align:center;}
/*案例*/
.pa{ position:absolute;}
.pr{ position:relative}
.intr{ height: 685px;font-family:"Microsoft YaHei"; overflow: hidden;}
.intr h2{background:url(line1.jpg) repeat-x 0 67px; height: 108px; text-align: center; font-weight: normal; font-size: 30px; line-height: 46px; color: #333;}
.intr h2 b{ color: #e62129;}
.intr h2 span{padding: 0 12px; background: #eff6fe; font-size: 24px; line-height: 38px;}
.intrc{ height:525px; padding: 0px 0 0; width:1200px; margin:0 auto;}
.intrc .prev,.intrc .next{ top:220px;}
.prev,.next{ display: block; overflow: hidden; z-index:99;}
.prev{ left: 0px;}
.next{ right:0px;}
.intr_p{ padding: 0 0px; height: 381px; margin: 0 auto;}
.intr_p p{ width: 384px; float:left;position: relative;}
.intr_p p img{ width: 360px; height: 264px; padding: 11px; background: #fff; border: solid 1px #009b4c; display: block;}
.intr_p p span,.show li span{background:url(bg01.png) repeat 0 0;width: 360px; height: 30px; line-height: 30px; text-align: center; position: absolute;left: 12px; top: 246px;}
.intr_p p span a,.show li span a{ color: #fff;}
.intr_w{ text-align: center; line-height:24px; font-size: 14px; color: #333; width: 558px; padding: 5px 200px 0; margin: a auto;}
.intr_w p{ height: 69px;}
.intr_w span a{background:url(lbg2.jpg) no-repeat center bottom #009142; height: 45px; line-height: 36px; text-align: center; color: #fff; display: inline-block; width: 150px; text-align: center;}
.intr_w span a.ico01{ margin: 0 0 0 26px;background:url(lbg2.jpg) no-repeat center bottom #e62129; }


/*footer*/
.f{ width:100%; padding-top:250px;}
.f .f_bt{ display:block; margin:0 auto;}
.f h2{ font-size:36px;  color:#FFF; text-align:center; background:#e10119; width:245px; line-height:47px; margin:15px auto;}
.f_b{ background: rgba(0,0,0,0.6); border:#FFFFFF 1px solid; border-radius:50%; width:400px; height:400px; margin:0 auto;}
.f_b span{ font-size:16px; display:block; text-align:center; padding-top:75px; margin-bottom:15px; color:#FFF;}
.f_b a{ font-size:15px; text-align:center; line-height:35px; color:#fff; display:block;}
.f_b img{ display:block; margin:0 auto; margin-top:30px;}
.f_b p{ font-size:15px; text-align:center; line-height:35px; color:#fff;}
.f_b p:nth-child(1){ margin-top:20%;}















.cd-nav-trigger {
  position: fixed;
  z-index: 9999993;
  right: 20px;
  height: 63px;
  width: 63px;
  top: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  background: #019444;
  color: #fff;
  transition: all .3s;
}
.cd-nav-trigger:hover{
  background: #000;
}
.cd-nav-trigger span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 3px;
  background-color:#fff;
}
.cd-nav-trigger span::before, .cd-nav-trigger span:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s, width 0.2s;
  -moz-transition: -moz-transform 0.2s, width 0.2s;
  transition: transform 0.2s, width 0.2s;
}
.cd-nav-trigger span::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.cd-nav-trigger span::after {
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}





.cd-nav-container {
  
  z-index: 99999999999; position:fixed;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}
.cd-nav-container.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
  transition: transform 0.4s 0s, box-shadow 0s 0s;
}

.cd-nav-container header {
  padding: 0 0 0 1.25%;
  height: 68px;
  line-height: 68px;
  position: relative;
}
.cd-nav-container h3 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #5c4b51;
}

.cd-close-nav {
  position: absolute;
  height: 44px;
  width: 44px;
  right: 1.25%;
  top: 45%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-close-nav::after, .cd-close-nav::before {
  /* lines of 'X' icon */
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #5c4b51;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-close-nav::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-close-nav::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}



.cd-nav {
  background-color: #f2f2f2;
}
.cd-nav::after {
  clear: both;
  content: "";
  display: table;
}
.cd-nav li {
  width: 100%;
  float: left;
  height: calc(100vh/9);
  transition: all .3s;
  line-height: calc(100vh/9);
  font-size: 2rem;
}
.cd-nav li:hover{
  background: #019444;
}
.cd-nav a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  font-size: 1.8rem;
}
.cd-nav a:hover{
  color: #fff;
}
.cd-nav li a i{
  display: inline-block;
  margin-left: 15px;
  font-size: 1rem;
}

.lx_con p img{ display:block; margin:0 auto;}
.lx_con p span{ display:block; color:#000;}
.rtCont .cp_f{ display:none;}


.autowidth2{ width:95%; margin:0 auto;float: left;
    margin-bottom: 8%;}

.current{ display:block;}
.autowidth2 p img{ display:block; margin:0 auto;}
.autowidth2 p{ line-height:45px;}























