html,body,div,img,a,p,span,ul,li,table,tr,td,th{
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
 /* font-family:"fzctj.ttf" ; */
  /*src:url(/skin/font/fzctj.ttf); */} 

@font-face{
	font-family: myFirstFont;
	src: url(/skin/font/fzctj.ttf);
}
body
{overflow-x:hidden;}


.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix{
	clear: both;
}

ul li{
	list-style: none;
}
.wrapper{
    width: 1200px;
    margin:0 auto;
}
a{
	text-decoration: none;
}
a:hover{
	color: #c80505;
}

.top{
	height: 120px;
	border-bottom: 2px solid #028805;
}
.topleft{
	margin-top: 27px;
    width: 780px;
}
.topleft img{
	height: 90px;
	width: 115px;
	float: left;
	margin: -10px 2px;
}
.topleft p:first-child{
	font-size: 35px;
    font-family: myFirstFont;
	color: #333;
	line-height: 40px;
}
.topleft p:first-child span{
    font-size: 35px;
    font-family: myFirstFont;
    color: #028805;
    line-height: 40px;
}
.topleft p:last-child{
    font-size: 20px;
    color: #999999;
    line-height: 30px;
    letter-spacing: 10px
}
.topright{
	margin-top: 28px;
}
.topright img{
    margin-top: 12px;
	height: 39px;
	width: 48px;
	float: right;
	margin-right: 5px;
}
.topright p{
    margin-top: 12px;
	float: right;
    width: 40px;
	font-size: 16px;
	color: #333;
	line-height: 20px;
}
.topright strong{
	float: right;
    font-size: 28px;
    color: #028805; 
    margin-top: -10px;
}

.button {
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: baseline;
            margin: 0 2px;
            outline: none;
            cursor: pointer;
            text-align: center;
            text-decoration: none;
            font: 14px/100% Arial, Helvetica, sans-serif;
            padding: 0.25em 0.6em 0.3em;
            text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
            -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        }

        /*restCSS结束，应用特效时，以上样式可删除*/
        /* 需要的css样式 */
        .menu, .menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .menu {
            height: 54px;
        }

        .menu li {
            min-width: 120px;
        }

        .menu > li {
            display: block;
            float: left;
            position: relative;
        }

        .menu a {
            color: #ffffff;
            display: block;
            font-size: 16px;
            line-height: 54px;
            text-decoration: none;
            text-transform: uppercase;
        }

      
        .menu li div{
            float: left;
            margin: 10px 6px;
        }
        .menu li div{
            height: 30px;
            width: 30px;
        }
        .menu li:first-child div{
            background: url(/skin/images/one.png) no-repeat left;
        }
        .menu li:first-child:hover div{
            background: url(/skin/images/one.png) no-repeat -31px;
        }
        .menu li:nth-child(2) div{
            background: url(/skin/images/two.png) no-repeat left;
        }
        .menu li:nth-child(2):hover div{
            background: url(/skin/images/two.png) no-repeat -31px;
        }
        .menu li:nth-child(3) div{
            background: url(/skin/images/three.png) no-repeat left;
        }
        .menu li:nth-child(3):hover div{
            background: url(/skin/images/three.png) no-repeat -31px;
        }
        .menu li:nth-child(4) div{
            background: url(/skin/images/four.png) no-repeat left;
        }
        .menu li:nth-child(4):hover div{
            background: url(/skin/images/four.png) no-repeat -31px;
        }
        .menu li:nth-child(5) div{
            background: url(/skin/images/five.png) no-repeat left;
        }
        .menu li:nth-child(5):hover div{
            background: url(/skin/images/five.png) no-repeat -31px;
        }
        .menu li:nth-child(6) div{
            background: url(/skin/images/six.png) no-repeat left;
        }
        .menu li:nth-child(6):hover div{
            background: url(/skin/images/six.png) no-repeat -31px;
        }
        .menu li:nth-child(7) div{
            background: url(/skin/images/seven.png) no-repeat left;
        }
        .menu li:nth-child(7):hover div{
            background: url(/skin/images/seven.png) no-repeat -31px;
        }
        .menu li:nth-child(8) div{
            background: url(/skin/images/eight.png) no-repeat left;
        }
        .menu li:nth-child(8):hover div{
            background: url(/skin/images/eight.png) no-repeat -31px;
        }
         .menu li:nth-child(9) div{
            background: url(/skin/images/nine.png) no-repeat left;
        }
        .menu li:nth-child(9):hover div{
            background: url(/skin/images/nine.png) no-repeat -31px;
        }
         .menu li:nth-child(10) div{
            background: url(/skin/images/ten.png) no-repeat left;
        }
        .menu li:nth-child(10):hover div{
            background: url(/skin/images/ten.png) no-repeat -31px;
        }       

        .menu li:hover > a {
            color: #333;
        }
        .menu li:hover{
            background: #fffd10;
        }
 .nav{
    background-color: #028805;
}
.fullwidthbanner-container{
    width:100% !important;
    position:relative;
    padding:0;
    max-height:550px !important;
    overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner {
    width:100% !important;
    max-height:510px !important;
    position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
      .banner, .bannercontainer         {   width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
       .banner, .bannercontainer        {   width:480px; height:193px;  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
        .banner, .bannercontainer       {   width:320px;height:129px;   }
}

@media only screen and (max-width: 319px) {
        .banner, .bannercontainer       {   width:240px;height:97px;    }
}

/*.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected { 
    background:#e1472f !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {  
    background-color:#e1472f !important;
 }*/
/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    width: 188px;
    height: 6px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(/skin/images/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 0px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
    /*
    **打开注释，按钮变成圆形的
    border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
    -moz-border-radius: 20px;  Mozilla浏览器的私有属性 
    -webkit-border-radius: 20px;  Webkit浏览器的私有属性 
    border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
    */
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(/skin/images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
    /*
    **打开注释，按钮变成圆形的
    border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
    -moz-border-radius: 20px;  Mozilla浏览器的私有属性 
    -webkit-border-radius: 20px;  Webkit浏览器的私有属性 
    border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
    */
}



.tp-bullets.tp-thumbs {
    z-index: 0;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);    */
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(/skin/images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.search{
    padding-top: 32px;
    box-sizing: border-box;
    height: 110px;
    background: #f7f7f7;
}

.search form input{
    padding-left: 15px;
    box-sizing: border-box;
    height: 45px;
    width: 1098px;
    border: 1px solid #ddd;
    float: left;
}
.search form button{
    height: 45px;
    width: 100px;
    background: #028805;
    border: 0px;
    float: left;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.about{
    padding-top: 35px;
    box-sizing: border-box;
    height: 500px;
    background: #f7f7f7;
}
.about .aboutimg{
    float: left;
    margin-top: 30px;
    height: 355px;
    width: 528px;
}
.about .text{
    margin-bottom: 30px;
    width: 630px;
    float: right;
    margin-top: 30px;
    line-height: 30px;
    color: #666;
}
.more{
    text-align: center;
}
.more a{
    padding: 7px 30px;
    color: #fff;
    background: #028805;
}
.more a:hover{
    background: rgba(0,153,68,0.7);
}

#select{width:1200px;}
#select .sel_but{width:1200px;height:45px;/*background:#ccff33;*/}
#select .sel_but ul li{width:158px;height:35px;float:left;font-size:16px;text-align:center;border:1px solid #ccc;line-height:35px;cursor: pointer;margin-left: 13.3px;}
#select .sel_but ul li.hover{background:#028805;color:#fff;border: none;}
#select .sel_but ul li:first-child{margin-left: 0px;}
#select .Con{margin-top:30px;}
#select .Con .content{display:none;}
#select .Con .content ul{margin-left: -33.3px;margin-top: -30px;}
#select .Con .content ul li{float: left;margin-left: 33.3px;margin-top: 30px;}
#select .Con .content ul li .img{height:355px;width: 275px;border: 1px solid #ccc;padding: 20px;text-align: center;box-sizing: border-box;overflow: hidden;border-bottom: 0px;}
#select .Con .content ul li .img img{width:100%;}
#select .Con .content ul li .text{height: 80px;width:275px;background: url(/skin/images/product_back.png) no-repeat;text-align: center;}
#select .Con .content ul li .text span{line-height: 55px;color: #fff;font-size: 16px;}
#select .Con .content ul li .text div{height: 50px;width: 50px;border:1px solid #fffd10;background: #119621;border-radius: 50%;margin: 0 auto;line-height: 15px;color: #fffd10;padding-top: 12px;box-sizing: border-box;}
#select .Con .content ul li:hover .text div{background: #fffd10;color: #444545;}

.compore{
    margin-top: 40px;
    padding-top: 35px;
    height: 555px;
    background: #f7f7f7;
}
.comtitle{
    text-align: center;
}
.comtitle p{
    font-size: 18px;
    color: #666;
}
.comtitle span{
    font-size: 25px;
    color: #028805;
    font-weight: 700;
}
.compore ul li:first-child{
    margin-left: 0px;
}
.compore ul li{
    float: left;
    margin-left: 120px;
    width: 320px;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.compore1 p{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #028805;
    margin-top: 15px;
}
.compore1  span{    
   font-size: 23px;
   color: #666;
   display: block;
   text-align: center;
   font-weight:bold;
   margin-bottom: 15px;

}


.sertop{
    padding-top: 20px;
    height: 194px;
    background: url(/skin/images/service_top.png) no-repeat;
    text-align: center;
}
.sertop div{
    font-size: 25px;
    color: #f1f902;
    line-height: 50px;
}
.sertop p{
    font-family: "微软雅黑";
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    line-height: 15px;
    margin: 20px 0px 10px 0px;

}
.sertop span{
    font-size: 17px;
    color: #fff;
}
.service ul li img{
    height: 83px;
    width: 100%;
}
.service ul li div{
    float: left;
    margin-right: 20px;
    height: 250px;
    width: 86px;
}
.service ul li p{
    font-size: 35px;
    color: #0da550;
    font-weight: 700;
    width: 650px;
    line-height: 1.5;
}
.service ul li span{
    font-size: 18px;
    color: #999999;
    font-family: "宋体";
    line-height: 0.8;
}
.service ul li ul{
    margin-top: 10px;
}
.service ul li ul li{
    line-height: 1.6;
    font-size: 16px;
    color: #666;
}
.service ul li.serone{
    margin-top: 20px;
    margin-left: 40px;
}
.service ul li.sertwo{
    margin-top: 20px;
    margin-left: 40px;
}
.service ul li.serthree{
    margin-top: 80px;
    margin-left: 680px;
}
.service ul li.serfour{
    margin-top: 20px;
    margin-left: 680px;
}
.serbottom{
    padding-top: 130px;
    padding-left: 600px;
    box-sizing: border-box;
    height: 275px;
    background: url(/skin/images/ser_bottom.png) no-repeat;
    color: #fff;
}
.serbottom .left{
    float: left;
}
.serbottom .left div{
    font-size: 27px;

}
.serbottom .left p{
    font-size: 34px;
    font-weight: 700;
    line-height: 50px;
}
.serbottom .left span{
    font-size: 20px;
}
.serbottom .right{
    float: left;
    margin-left: 320px;
}
.serbottom .right div{
    font-size: 17px;
}
.serbottom .right p{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.serbottom .right a{
    font-size: 16px;
    color: #333;
    padding: 8px 25px;
    background: #f1f902;
}
.serbottom .right a:hover{
    background: rgba(241,249,2,0.7);
    color: #fff;
}
.case{
    padding-top: 3px;
    height: 472px;;
    box-sizing: border-box;
}
.marquee {width:100%;height:320px;overflow:hidden;margin-top:15px;}
.marquee li{ display:inline; float:left; }
.marquee li a{ width:290px; height:260px; display:block; float:left; text-align:center; font-size:14px;}
.marquee li a:hove{ text-decoration:none;}
.marquee li img {width:290px; height: 505px;;}
.marquee li em{font-style: normal; height:24px; line-height:24px; display:block; margin-top:8px;}


.news{
    height: 435px;
    background: #f7f7f7;
    padding: 42px 0;
}
.newsleft{
    width: 308px;
    overflow: hidden;
}
.newsleft ul{
    height: 260px;
    width: 308px;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-top: 0px;
    margin-top: -4px;
}
.newsleft ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc; 
}
.newsleft ul li p{
    float: left;
    color: #333;
}
.newsleft ul li span{
    float: right;
    color: #666;
}
.newsright{
    width: 870px;       
}
.background{
    height: 330px;
    background: #fff;
    margin-top:10px; 
    padding: 25px;
    border: 1px solid #ccc;
}
.background .img{
    height: 300px;
    width: 200px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    float: left;
}
.background .img img{
    height: 300px;
    width: 200px;
}
.background .news1{
    height: 300px;
    width: 570px;
    float: left;
    margin-left: 20px;
}
.background .news1 ul{
    margin: 0;
}

.one p{
    color:#22ad38;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
.one a span{
     color: #666;
     line-height: 25px;
}
.news2 ul li{
    margin-top: 10px;
    height: 37px;
    border-bottom:1px dashed #ccc; 
}
.news2 ul li p{ 
    float: left;
    color: #333;
}
.news2 ul li span{
    float: right;
    height: 25px;
    margin-top: 0px;
    color: #666;
}

.message{
    margin-top: 50px;
    padding-top: 130px;
    box-sizing: border-box;
    height: 496px;
    background: url(/skin/images/message.jpg)no-repeat;
}
.message form{
    width: 567px;
    float: right;
    margin: -350px 0px;
}
.message table th{
    height: 35px;
    width: 110px;
    text-align: center;
    color: #fff;
    background: #666666;
}
.message table td{
    height: 35px;
    width: 460px;
    background: #fff;
}
.message table td input{
    padding: 0 8px;
    height: 35px;
    width: 460px;
    background: #fff;
    border: 0px;

}
.message table td textarea{
    padding: 8px 8px;
    height: 155px;
    width: 460px;
    border: 0px;
    background: #fff;
}
.message button{
    float: right;
    margin-top: 10px;
    height: 35px;
    width: 110px;
    background: #028805;
    border: 0px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.message button:hover{
    background: #666666;
}
.link{
    
    margin: 30px 0;
    line-height: 45px;
}
.link .wrapper{
    height: 100%;
    background: #f7f7f7;
}
.link img{
    float: left;
}
.link ul{
    float: left;
    margin-left: 30px;
}
.link ul li a{
   color: #666;
}
.footer{
    height: 180px;
    background: #028805;
    color: #fff;
    border-bottom: 1px solid #028805;
    clear: both;
}
.footer .left{
    float: left;
    margin-top: 60px;
    width: 600px;
}
.footer .left img{
    float: left;
    margin-top: 8px;
}
.footer .left div{
    float: left;
    margin-left: 30px;
    margin-top: 25px;
    
}
.footer .left div p{
    font-size: 24px;
   
    font-family: myFirstFont;
    width: 400px;
}
.footer .center{
    float: left;
    margin-top: 50px;
    margin-left: 30px;
}
.foot-phone img{
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: -47px;
}
.foot-phone p{
    line-height: 10px;
    font-size: 12px;
}
.foot-phone span{
    font-size: 27px;
}
.footer .center ul li{
    line-height: 25px;
}
.footer .right{
    float: right;
    margin-top: 30px;
    width: 200px;
}
.footer .right img{
    float: right;
    height: 130px;
    width: 130px;
}
.footer .right p{
    writing-mode:tb-rl;
    float: right;
    margin-right: 10px;
}

.bottom{
    padding-top: 20px;
    box-sizing: border-box;
    height: 90px;
    background: #028805;
    border-top: 1px solid #18b82b;
    color: #fff;
    text-align: center; 
}
.bottom{
    height: 90px;
    background: #028805;
    border-top: 1px solid #bf0404;
    color: #fff;
    text-align: center; 
}
.bottom a:hover{
    color: #fff;
}
.c{
	border: 1px solid red;
}
.list_pro .position{   
    padding: 0px 20px;
    color: #666;
    width: 1200px;
    font-size: 14px;    
    background: #f7f7f7;
    box-sizing: border-box;   
    line-height: 35px;
    margin-bottom: 30px;
}
}
.list_pro .position a{
    color: #666;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.list_head{
    height: 105px;
    width: 530px;
    border: 3px solid #028805;
    text-align: center;
    margin: 0 auto;
}
.list_head span{   
    font-size:50px;
   font-weight:bold;
    color: #eee;
    font-family: "宋体";
    text-transform: uppercase;
}
.list_head p{
    font-size: 32px;
    color: #028805;
    font-weight: 700;
    margin-top: -25px;
}
.pro-title{
    margin-top: 50px;
    height:45px;
    background: #413e4a;
}
.pro-title ul li{
    width:157px;
    height:45px;
    font-size: 16px;
    float:left;
    text-align:center;
    line-height:45px;
    cursor: pointer;
}
.pro-title ul li a{
    padding: 12px 43px;
    color: #fff;
}
.pro-title ul li:hover{
    background: ;
}
.pro-title ul li.hover{
    background: #028805;
}
.chanp1{ padding-top: 32px; padding-bottom: 33px; }
.chanp1 li{ width: 289px; border: 1px solid #d5d5d5; float: left; margin: 0 14.66px 30px 0;
background: #fff; padding: 20px; box-sizing: border-box; overflow: hidden;}
.chanp1 li:nth-child(4n){ margin-right: 0; }
.chanp1 a{ text-align: center; display: block; font-size: 16px; line-height: 1em;color: #666;} }
.chanp1 a img{ width: 200px; height: 280px; margin-bottom: 20px; }
.chanp1 li:hover{ border-color: #a9a6a5; }
.chanp1 li:hover a{ color: #028805; }
.list_pro .left{
    width: 210px;
    float: left;
    margin-bottom: 30px;
}
.list_pro .left div{
    padding: 15px 10px;
    width: 195px;
    border-left: 4px solid #028805; 
    background: #413e4a;    
}
.list_pro .left ul li{
    width: 195px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-top: 3px;
}
.list_pro .left ul li:hover{
    background: url(../images/back.jpg) no-repeat;
}
.list_pro .left ul li.hover{
    background: url(../images/back.jpg) no-repeat;
}
.list_pro .left ul li a{
    padding: 9px 68px;
    color: #fff;
}
.list_pro .right{
    margin-left: 20px;
    width: 950px;
    padding: 80px;
    box-sizing: border-box;
    float: right;
    padding: 20px 50px;
    margin-bottom: 30px;
    background: #f7f7f7;
}
.clear { clear:both;font-size:0; overflow:hidden;display: flex;flex-wrap: wrap; }
.list_pro .right p{
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.list_pro .right div span{

    color: #666;
    line-height: 25px;
}
.list_pro .right div p{   
    font-size: 14px;
    color: #666;
    line-height: 25px;
    width: 100px;
    float: right;
}
.list_pro .right ul{
    margin-top: -15px;
    margin-bottom: 30px;
}
.list_pro .right ul li{
    margin-top: 15px;
    height: 70px;
    border-bottom: 1px dotted #aaa;
}
.list_pro .content{
    /*width: 500px;*/
    margin:  30px 0;
    line-height: 35px;
    color: #999;    
    background: #f7f7f7;
    padding: 50px;
}
.list_pro .wznr img{ margin: 0 auto; display: block; }
.list_pro .massage{
    margin-bottom: 30px;
}
.list_pro .massage div{
    color: #333;
    line-height: 30px;
    margin: 30px 0; 
    text-align: center;
}
.list_pro .massage form{
    width: 800px;
    margin: 30px auto;
}
.list_pro .massage input{
    height: 35px;
    width: 100%;
    border: 1px dotted #999;
    background: #eee;
    color: #333;
    padding: 0 10px;
}
.list_pro .massage textarea{
    width: 100%;
    border: 1px dotted #999;
    background: #eee;
    color: #333;
    padding: 10px 10px;
}
.list_pro .massage button{
    width: 120px;
    height: 30px;
    background: #f13631;
    color: #fff;
    border: 0px;
    margin-top: 10px;
    cursor: pointer;
}
.list_pro .massage p{
    line-height: 40px;
    color: #333;
    margin-top: 5px;
}
.right_news{ width: 950px; float: right;line-height: 25px;background: #f7f7f7;margin-bottom: 30px;}
.right_news img{ margin: 0 auto; display: block; }


.list_pro .right_news .t{
    color: #333;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    margin-top: 50px;
}
.list_pro .right_news ul{
    height: 30px;
    width: 970px;
}
.list_pro .right_news ul li:first-child{
    margin-left: 340px;
}
.list_pro .right_news ul li{
    float: left;
    color: #999;
    margin-left: 20px;
}
.list_pro .right_news .p{
    color: #999;
    line-height: 30px;    
    margin: 30px 50px;
}
.pages{
    margin-left: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}
.pages a{
    color: #666;
    padding: 3px 5px;
    border: 1px solid #f1f1f1;
    margin-left: 3px;
}
.pages span{
    color: #666;
    padding: 3px 5px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    margin-left: 3px;
}
.list_pro .f14{
    margin: 40px 0;
    height:40px;
    color: #333;
    clear: both;
}
.list_pro .f14 strong{
    line-height: 30px;
    color: #333;
}
.list_pro .f14 a{
    line-height: 30px;
    color: #999
}
.list_pro .f14 a:hover{
    color: #ffb400;
}
.whd{
    width: 500px;
    height: 400px;
}