/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #2f904f;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th, caption {
    font-size: 62.5%;
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 49px;
    height: 49px;
    margin-top: 1px;
    float: left;
    background: #2f904f;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 4px;
}

.pf_right ul li a .ico img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: #2f904f;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #2f904f;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #2f904f;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #2f904f;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
}

.aspg-left {
    width: 280px;
    float: left;
}

.aspg-right {
    width: calc(97% - 280px);
    float: right;
}

.aspg-nei-img {
    margin-bottom: 20px;
}

.aspg-nei-img img {
    max-width: 100%;
}

.nei-news-list{
    margin-bottom: 30px;
}
.nei-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.nei-news-list li:nth-child(1) {
    padding-top: 0;
}

.nei-news-list li a {
    display: block;
}

.nei-news-list li .img {
    width: 250px;
    float: left;
    overflow: hidden;
}

.nei-news-list li .img img {
    max-width: 100%;
    transition: .5s;
}

.nei-news-list li a:hover .img img {
    transform: scale(1.1);
}

.nei-news-list li .wz {
    width: calc(96% - 250px);
    float: right;
}

.nei-news-list li .wz h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
}

.nei-news-list li .wz .date {
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

.nei-news-list li .wz .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nei-news-list li .wz .more {
    font-size: 12px;
    color: #333;
    text-align: right;
    margin-top: 8px;
}

.nei-news-list li a:hover .wz h3 {
    color: #2f904f;
}

.nei-news-list1 li{
    width: 48%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.nei-news-list1 li:nth-child(2n){
    margin-left: 4%;
}
.nei-news-list1 li a{
    display: block;
}
.nei-news-list1 li a h3{
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nei-news-list1 li a .info{
    font-size: 14px;
    line-height: 2;
    color: #666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.nei-news-list1 li a:hover h3{
    color: #2f904f;
}

@media screen and (max-width:991px){
    .aspg-right{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width:767px){
    .nei-news-list li .img{
        width: 180px;
    }
    .nei-news-list li .wz{
        width: calc(96% - 180px);
    }
    .nei-news-list1 li{
        width: 100%;
        float: none;
        margin-left: 0!important;
    }
}
@media screen and (max-width:480px){
    .nei-news-list li .img{
        width: 100%;
        float: none;
    }
    .nei-news-list li .wz{
        width: 100%;
        margin-top: 15px;
    }
    .nei-news-list li .wz h3{
        font-size: 14px;
    }
    .nei-news-list1 li a h3{
        font-size: 14px;
    }
}





/*样式*/
.wt_t{max-width: 1260px;margin:0 auto;padding:0 10px}
.flex_11{    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}



/*头部样式*/
.top_11{	height: 44px;
	background-color: #232323;}
.wel{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;}


.seo{font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;}

.seo a{color: #ffffff;margin-right: 10px;}



.top_22{height:105px}
.logo{float: left;width: 30%;line-height: 105px;}
.logo img{max-width: 100%;}

.dao_22{width:60%;float: right;}



.ss2{
    display: none;
    position: absolute;
    left: 0;
    top: 85px;
    padding: 10px;
    border-radius: 20px;
    z-index: 999;width: 200px;
    background: rgb(47,144,79, 0.5);
}


.tel{color:#fff;font-size: 24px;font-weight: 600;}



/* box */
.box{margin-top:3.5vw}
.box2{margin-top:1.5vw}



.p_aa{width: 50%;}
.p_aa li{width: 100%;position: relative;overflow: hidden;}
.p_aa li .img_11{display: block;width: 100%;}
.p_aa li .img_11 img{width: 100%;}
.p_aa li .dnn{position: absolute;width: 45%;right:25px;bottom:25px;}
.p_aa li .dnn h3{color:#222222;font-size: 18px;line-height: 25px;}
.p_aa li .dnn h4{color:#222222;font-size: 40px;font-weight: 600;margin-top:10px}
.p_aa li .dnn p{color:#666666;font-size: 12px;line-height: 22px;height:44px;overflow: hidden;margin-top:10px}
.p_aa li .m1{color:#222222;font-size: 14px;line-height: 30px;margin-top:15px;text-decoration: underline;}


.p_bb{width: 48.6%;}
.p_bb li{width: 100%;position: relative;overflow: hidden;margin-bottom: 5.55%;}
.p_bb li .img_11{display: block;width: 100%;}
.p_bb li .img_11 img{width: 100%;}
.p_bb li .dnn{position: absolute;width: 45%;right:25px;bottom:25px;}
.p_bb li .dnn h3{color:#222222;font-size: 18px;line-height: 25px;}
.p_bb li .dnn h4{color:#222222;font-size: 40px;font-weight: 600;margin-top:10px}
.p_bb li .dnn p{color:#666666;font-size: 12px;line-height: 22px;height:44px;overflow: hidden;margin-top:10px}
.p_bb li .m1{color:#222222;font-size: 14px;line-height: 30px;margin-top:15px;text-decoration: underline;}
.p_bb li:nth-child(2){margin-bottom: 0px;}





@media (max-width: 1440px) {
   .p_aa li .dnn h4{color:#222222;font-size: 30px;font-weight: 600;margin-top:10px}
   .p_bb li .dnn h4{color:#222222;font-size: 30px;font-weight: 600;margin-top:10px}
  }

@media (max-width: 1370px) {
   .p_aa li .dnn h4{color:#222222;font-size: 25px;font-weight: 600;margin-top:10px}
   .p_bb li .dnn h4{color:#222222;font-size: 25px;font-weight: 600;margin-top:10px}
  }

@media (max-width: 990px) {
   .p_aa li .dnn h4{color:#222222;font-size: 18px;font-weight: 600;margin-top:10px}
   .p_bb li .dnn h4{color:#222222;font-size: 18px;font-weight: 600;margin-top:10px}
   .p_bb li .m1{line-height: 25px;margin-top:10px;}
   .p_aa li .m1{line-height: 25px;margin-top:10px;}
   .p_bb li .dnn{position: absolute;width: 65%;right:15px;bottom:15px;}
   .p_aa li .dnn{position: absolute;width: 65%;right:15px;bottom:15px;}
   .p_aa{width: 100%;}
   .p_bb{width: 100%;margin-top:20px}
   .p_bb li{width: 100%;position: relative;overflow: hidden;margin-bottom:20px;}
   .p_bb li .dnn p{color:#666666;font-size: 12px;line-height: 22px;height:22px;overflow: hidden;margin-top:10px}
   .p_aa li .dnn p{color:#666666;font-size: 12px;line-height: 22px;height:22px;overflow: hidden;margin-top:10px}
  }



@media (max-width: 768px) {

   .p_bb li .dnn{position: absolute;width: 50%;right:10px;bottom:10px;}
   .p_aa li .dnn{position: absolute;width: 90%;right:10px;bottom:10px;}


  }



/* pro */
.pro{padding:0 1.8%;}
.ptt{	font-size: 38px;
	font-weight: 600;
	line-height: 42px;text-align: center;
	color: #222222;background:url(../images/tlt1.png) no-repeat center;}

.sort{width: 18%;border: solid 1px #eeeeee;float:left}
.sort h2{	height: 75px;
	background-color: #fafafa;
    	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 75px;
	letter-spacing: 0px;
	color: #222222;padding-left: 7.5%;}

.hd{width: 96%;margin:0 auto}
.hd li{border-bottom: 1px solid #eeeeee;line-height: 78px;padding-left: 4.5%;}
.hd li:last-child{border: none;}
.hd li a img{padding-right: 2.5%;}
.hd li a{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 78px;
	letter-spacing: 0px;
	color: #666666;}
.hd li a span{color:#222222;font-size: 14px;text-align:right;text-decoration: underline;float: right;display: block;opacity: 0;}

.hd li.on a{color:#2f904f}
.hd li.on a span{opacity: 1;}






.cp_ll{width: 58.5%;float:left;margin-left:1.8%}
.cp_ll ul{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.cp_ll ul li{width: 24%;}
.cp_ll ul li .b1img1{display: block;overflow: hidden;}
.cp_ll ul li .b1img1 img{width: 100%;height:auto;}
.cp_ll ul li h4{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;text-align: center;margin-top:10px}


.cp_ll ul li .m2{	width: 128px;
	height: 36px;
	background-color: #2f904f;
	border-radius: 5px;margin:0 auto;margin-top:10px;line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;text-align: center;}

.cp_ll ul li:hover .m2{background-color: #222222;}


.more_x{float: right;position: relative;width: 18.8%;}
.more_x img{width: 100%;}
.mm2{position: absolute;width: 100%;top:35%;text-align: center;	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;text-decoration: underline;}

.mm2 a{color: #ffffff;}



@media (max-width: 1440px) {
.sort h2{font-size: 20px;}
.hd li{border-bottom: 1px solid #eeeeee;line-height: 53px;padding-left: 4.5%;}
.hd li:last-child{border: none;}
.hd li a img{padding-right: 2.5%;}
.hd li a{	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 53px;
	letter-spacing: 0px;
	color: #666666;}
  }


@media (max-width: 1024px) {
 .hd li a span{display:none;}
.sort h2{font-size: 18px;	line-height: 55px;height:55px}
.hd li{border-bottom: 1px solid #eeeeee;line-height: 45px;padding-left: 4.5%;}
.hd li:last-child{border: none;}
.hd li a img{padding-right: 2.5%;}
.hd li a{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #666666;}


  }



  @media (max-width: 992px) {
    .more_x{display: none;}
    .cp_ll{width: 79.5%;float:right;margin-left:0%}

  }




  @media (max-width: 768px) {
   .sort{width: 100%;border: solid 1px #eeeeee;float:none}
    .cp_ll{width: 100%;float:right;margin-left:0%;margin-top:20px}
    .cp_ll ul li{width: 48%;margin-bottom: 20px;}

  }





/* q2bg */
.q2bg{background:url(../images/bg3.jpg) no-repeat center top;background-size: 100% 100%;padding: 3.5% 0;}

.q2bg_con{max-width: 600px;margin:0 auto;}
.q2bg_con h2{	font-family: Arial-BoldMT;
	font-size: 74px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #222222;text-align: center;}


.q2bg_con h3{	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2f904f;text-align: center;margin-top: 10px;}

.q_con{	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;margin-top:20px;text-align: center;}

.more3{	width: 128px;
	height: 44px;
	background-color: #2f904f;
	border-radius: 5px;margin:0 auto;margin-top:15px;text-align: center;}
.more3 a{	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;text-align: center;}




@media (max-width: 1440px) {
    .box{margin-top:30px}
    .box2{margin-top:20px}
    .ptt{	font-size: 30px;}

  }



@media (max-width: 1440px) {
 .q2bg_con h2{
	font-size: 50px;}
.q2bg_con h3{	font-size: 25px;}

  }




@media (max-width: 1370px) {
 .q2bg_con h2{
	font-size: 40px;}
.q2bg_con h3{	font-size: 25px;}

  }


/* ab_con */
.ab_con{display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}

.video{width: 38%;}
.video img{width: 100%;}

.ann1{width: 57%;}
.ann1 h2{	font-size: 26px;
	font-weight: 600;
	line-height: 42px;
	letter-spacing: 0px;
	color: #222222;background:url(../images/tlt1.png) no-repeat left 50%;}


.ann1 h3{	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #2f904f;margin-top: 10px;}

.aacc{	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;margin-top:20px}


.more4{margin-top:30px;width: 128px;
	height: 44px;
	background-color: #2f904f;
	border-radius: 5px;text-align: center;}


.more4 a{	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #ffffff;text-align: center;}


@media (max-width: 900px) {
 .video{width: 100%;}
.ann1{width: 100%;margin-top:20px}

  }



  @media (max-width: 990px) {
    .ann1 h2{font-size: 20px;}
.ann1 h3{font-size: 16px;}
  }


/* 新闻资讯 */
.nn_ll{margin:0 -5%}
.nn_ll li{margin:10px;padding: 15px;}
.nn_ll li:hover{	box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 5px;}


.nn_ll li .img_gg{width: 100%;display: block}
.nn_ll li .img_gg img{width: 100%;}
.nn_ll li h4 img{width:14px!important;height:14px!important;float:left;margin-right:10px}
.nn_ll li h4{color:#888888;font-size:14px;margin-top:15px}
.nn_ll li h3{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;height:30px;overflow:hidden;margin-top:10px}


.nn_ll li h5{		font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #666666;height:40px;overflow:hidden;margin-top:10px;margin-bottom:20px}

.nn_ll li:hover h3{color:#2f904f}

.nn_ll{position: relative;}
.nn_ll .owl-carousel {
    position: relative;padding-bottom: 5%;
}

.nn_ll .owl-carousel a {
    display: block;
}

.nn_ll .owl-carousel .owl-nav .owl-prev {
    left: 48%;
}

.nn_ll .owl-carousel .owl-nav .owl-next {
    right: 48%;
}

.nn_ll .owl-carousel .icon-font:after{display:none;}

.nn_ll .owl-carousel .owl-nav button.owl-prev
{outline: none;
    position: absolute;
    bottom:10%;
    z-index: 9999;
    width:9px;
	height: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	background:url(../images/left1.png) no-repeat center top;} 


.nn_ll .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
  bottom:10%;
    z-index: 9999;
width: 9px;
	height: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;background:url(../images/right1.png) no-repeat center top;
}


@media (max-width: 1280px) {
    .nn_ll{margin:0%}
	.nn_ll li{margin:5px;padding: 5px;}

  }







/* 页脚 */

.dff{background:url(../images/bg2.png) no-repeat center top;
background-size: 100% 100%;padding:3.5% 0}

.logo2{text-align: center;}
.logo2 img{text-align: center;}

.logo_con{max-width: 751px;margin:0 auto;margin-top:20px;	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #888888;text-align: center;}




.g_ll{margin-top: 20px;display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}



.g_ll .li1{width:35px;height:35px;float:left;margin-right: 10px;}
.g_ll .li1{background:url(../images/icon_qq.png) no-repeat center top;}



.g_ll .li2{width:35px;height:35px;float:left;margin-right: 10px;position: relative;}
.g_ll .li2{background:url(../images/icon_dy.png) no-repeat center top;}


.wm1{position: absolute;left:-12px;display: none;top:35px}
.g_ll .li2:hover .wm1{display: block;}






.g_ll .li3{width:35px;height:35px;float:left;margin-right: 10px;}
.g_ll .li3{background:url(../images/icon_wb.png) no-repeat center top;}

.g_ll .li4{width:35px;height:35px;float:left;margin-right: 10px;position: relative;}
.g_ll .li4{background:url(../images/icon_wx.png) no-repeat center top;}


.wm2{position: absolute;left:-12px;display: none;top:35px}
.g_ll .li4:hover .wm2{display: block;}







.dg1{width: 30%;float: left;}
	
.dt1{	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #222222;}


.lxwm{margin-top:20px;	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #888888;}

.lxwm img{max-width: 100%;}


.sot{margin-top:20px;}
.sot li{width: 100%;	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #888888;}

.sot li a{color: #888888;}



.dg2{width: 23.3333%;float: left;}

.dg3{float: right}


@media (max-width: 990px) {
    .dg1{width: 50%;float: left;}

  }


@media (max-width: 768px) {
    .dg1{width: 80%;float: left;}

  }




.dff2{background:#2f904f;padding: 10px 0;}

.seox{	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 25px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}

.seox a{color: #ffffff;}



@media (max-width: 1024px) {
    .seox{text-align: center;width: 100%;}

  }







/*样式*/


@media (max-width: 1440px) {
    .ptt{	font-size: 30px;}

  }


@media (max-width: 990px) {
    .box{margin-top:30px}
    .box2{margin-top:20px}
    .ptt{	font-size: 20px;}


  }

@media (max-width: 767px) {
    .dg1{
        width: 100%;
        float: none;
    }
    .dg3{
        display: none;
    }

}







/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
    z-index: 999;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}
























   
/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #2f904f;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}



.xuqiu {
    padding: 4.5% 0;
}


.xuqiu .p2 {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 38px;
}

.xuqiu .p3 {
    display: block;
    width: 114px;
    margin: 0 auto;
    background: url('../images/jt2.png')no-repeat left center;
    line-height: 20px;
    font-size: 18px;
    text-align: right;
    color: #0099ff;
    transition: all 0.5s;
    margin-top: 36px;
}

.xuqiu .p3:hover {
    width: 90px;
}

.xuqiu .p4 {
    max-width: 870px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;

}

.xuqiu .p4 p {
    margin-top: 28px;
    font-size: 22px;
    color: #666666;
    line-height: 24px;
    transition: all 0.5s;
}

.xuqiu .p4 .p4img {
    text-align: center;
}
.xuqiu .p4 .p4img img{
    max-width: 100%
}

.xuqiu .p4 .p4tb:hover p {
    color: #2f904f;
}

.xuqiu .p4 .p4tb {
    cursor: pointer;
    transition: all 0.5s;

}

.xuqiu .p4 .p4tb:hover {
    transform: translateY(-10px);
}



.xpro {
  padding: 4.16666667% 0;
  background: #f5f5f5;
}

.xpro-list {
  font-size: 0;
  margin: 3.125% -12px 0 -12px;
}

.xpro-list li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin: 0 12px 30px 12px;
}

.xpro-list li h3 {
  font-size: 16px;
  color: #222438;
  line-height: 1;
  padding: 2em 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.xpro-list li:hover h3 {
  color: #2f904f;
}

.xpro-list li a .img {
  position: relative;
  overflow: hidden
}
.xpro-list li a .img img{
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.xpro-list li a:hover .img img{
    transform: scale(1.1)
}

.xpro-list li a .img .shaow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34,36,56,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.xpro-list li:hover a .img .shaow {
  opacity: 1;
}

.xpro-list li a .img .shaow span {
  display: inline-block;
  width: 118px;
  height: 38px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 38px;
}
.xpro a.ckgd{
    display: block;
    width: 160px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #2f904f;
    transition: all 0.6s;
    margin: 0 auto;
}

@media (max-width: 1199px) {
  .xpro-list li {
    margin-bottom: 20px;
  }
  .xpro-list li h3 {
    font-size: 14px;
    padding: 1em 0;
  }
  .xuqiu .p4 p{
      font-size: 18px;
  }
}

@media (max-width: 991px){
    .xpro-list li {
       width: calc(50% - 24px);
    }
    .xuqiu .p2{
        margin-top: 25px;
    }
    .xuqiu .p4{
        margin-top: 30px
    }
    .xuqiu .p4 .p4img{
        max-width: 90px;
        margin: 0 auto;
    }
}
@media (max-width: 767px){
    .xpro {
        padding: 40px 0;
    }
    .xuqiu .p4 .p4img{
        max-width: 60px;
    }
    .xuqiu .p4 p{
        font-size: 14px;
        margin-top: 15px
    }
    .xuqiu .p3{
        width: 90px;
        font-size: 14px;
    }
    .xuqiu .p2{
        font-size: 14px;
        line-height: 1.8;
    }
    .xuqiu {
        padding: 40px 0;
    }
}



.np4 {background-image: url(../images/p4.jpg);}

.p4-box {padding: 65px 0 40px;}

.p4a{text-align: center;}
.p4a h3 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 1.57;
}
.p4a h4 {
    font-size: 16px;
    color: #fff;
    line-height: 1.375;
    font-weight: normal;
}

.p4-con{
   margin: 50px auto 0;width: 100%;background-color: #003581;padding: 40px 75px;
}


.p4b p {font-size: 14px;color: #fff;line-height: 2.6;text-align: center;}
.p4b p span{
    background: none;
    color: #fff
}

.p4c {width: 100%;max-width: 1000px;margin: 40px auto 0;display: flex;justify-content:space-between;}
.p4c li {width: 25%;text-align:center;}
.p4c li a {display: block;position: relative;}
.p4c li a h3 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-top: 10px
}
@media (max-width: 991px){
    .p4a h3{
        font-size: 30px;
    }
    .p4a h4{
        font-size: 14px;
    }
    .p4b p{
        line-height: 2;
    }
    .p4c li a h3{
        font-size: 14px;
    }
    .p4-box{
        padding-top: 40px;
    }
    .p4-con{
        margin-top: 30px;
        padding: 40px;
    }
}
@media (max-width: 767px){
    .p4a h3{
        font-size: 24px;
    }
    .p4-con{
        padding: 20px;
    }
    
}


.xcase{
  padding: 5% 0;
}
.xcase-list{
    margin-top: 40px
}
.xcase-list ul li{
  width: 32%;
  float: left;
  margin-right: 1.33333%;
  margin-bottom: 4%;
}
.xcase-list ul li:nth-child(3n){
  margin-right: 0;
}
.xcase-list ul li a{
  display: block;
}
.xcase-list ul li .img{
  width: 100%;
  position: relative;
}
.xcase-list ul li .img img{
  width: 100%;
  height: auto;
}
.xcase-list ul li .probg{
  width: 100%;
  height: 100%;
  background: rgba(34, 36, 56, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: .3s;
}
.xcase-list ul li .probg dt{
   width: 42px;
   height: 42px;
   background: url(../images/jia1.png) no-repeat center;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: -21px;
   margin-left: -21px;
   
}
.xcase-list ul li h3{
  font-size: 16px;
  color: #222438;
  text-align: center;
  padding-top: 6%
}
.xcase-list ul li:hover .probg{
  opacity: 1;
}

@media (max-width: 768px) {
  .xcase-list ul li{
    width: 48%;
    margin: 0 1% 15px!important;
  }
  
  .xcase-list ul li h3{
    font-size: 14px;
  }
}



.contentt{
    position: relative;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    transition-timing-function: ease-out;
}


#allmap{width:calc(100% - 300px);height:calc(100vh - 100px);float:right;margin-top:20px;margin-bottom:10px;margin:0 auto;}
.maplist{
    width: 300px;
    height: calc(100vh - 100px);
    overflow-y: auto;
    float: left;
    position: relative;
    background: #222;
    padding-top: 70px;

}
.maplist ul{

    margin: 0px;
    padding: 10px;
}
.maplist ul li{
    width: 100%;
    padding: 20px 0;
    padding-left: 30px;
    line-height: 26px;
    font-family: "å¾®è½¯é›…é»‘";
    height:auto;
    border-top: 1px solid #333;
    cursor: pointer;
    position: relative;
}

.maplist ul li .num{
   width: 20px;
   height: 25px;
   line-height: 20px;
   font-size: 12px;
   color: #fff;
   background: url(../images/ditulogo.png) no-repeat;
   text-align: center;
   position: absolute;
   top: 20px;
   left: 0px;
}

.maplist ul li h2{font-size:12px;margin: 0px;padding: 0px;color: #fff;}
.maplist ul li span{font-size:12px;color:#999999;display: block;overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.maplist ul li span dt{display: none;}

.province{font:normal 14px/32px "å¾®è½¯é›…é»‘";padding:0px 10px;}
#search_form{position: absolute;top: 0;left: 0;z-index: 99;background: #222;padding: 5px 10px;}
#search_form dt{color: #999999;font-size: 12px;line-height: 30px;}
#search_form select{width:95px;border:1px solid #444;line-height: 32px;height:32px;background: none;color: #999;outline: none;font-size: 12px;}
.button_s{border: none;background: #444;line-height: 30px;color:#fff;text-align: center;width:60px;border-radius: 3px;}
#map_main{
    width: 100%;
    position: relative;
    /*margin-top: 90px;*/
}

.BMapLib_SearchInfoWindow{border: none!important;}
.BMapLib_SearchInfoWindow .BMapLib_bubble_top{height: 51px!important;border: none!important;padding-top: 20px;}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title{background: none!important;border: none!important;text-align: center;}
.BMapLib_SearchInfoWindow #BMapLib_sendToPhone0{display: none!important;}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content{padding: 0 20px!important;text-align: center;font-size: 12px;
    color: #999;
    line-height: 1.75em;
    margin-bottom: 5px; }
.BMapLib_SearchInfoWindow .BMapLib_bubble_content dt{font-weight: normal;}
.BMapLib_nav_tab_content li:nth-child(2) td input{margin-right: 0px!important;}
.BMapLib_SearchInfoWindow .BMapLib_sendToPhone{display: none!important;}



@media (max-width: 990px){
    #map_main{
        margin-top: 0;
    }
    .maplist{
        width: 100%;
        float: none;
    }
    #allmap{
        width: 100%;
        float: none;
        position: absolute!important;
        left: 100%;
        z-index: 3;
        top: 40px;
        
    }
    #map_main .contentt.show {
        transform: translate3d(-100%, 0px, 0px);
        -webkit-transform: translate3d(-100%, 0px, 0px);
        -zom-transform: translate3d(-100%, 0px, 0px);
    }

    #map_main .fh{
        width: 40px;
        position: absolute;
        left: 100%;
        top: 0;
        height: 40px;
        background: url(../images/fh.png) no-repeat left center;
        border: 1px solid #666;
        cursor: pointer;
         
    }

}
















