/*body {overflow-x:auto; overflow-y:hidden;}*/

@import url("../css/flexslider.css");
@import url("../css/iconfont.css");
img{ max-width:100%;}
body {height:auto; +overflow:hidden; overflow-x: hidden;}
#banner {position:relative; z-index:2; width:100%; height:800px; overflow:hidden;}
#banner .pics {position:relative; width:100%; height:100%;}
#banner .pics li {position:relative; top:0; left:0; z-index:2; width:100%; height:100%; background:no-repeat center 0;}
#banner .pics li img{display:block; width:100%; height:100%;}
#banner .pics .b1 {display:list-item;}
#banner .btns a {position:absolute; top:50%; z-index:4; margin-top:-25px; width:50px; height:50px; -ms-transition:left 400ms, right 400ms; transition:left 400ms, right 400ms; -webkit-transition:left 400ms, right 400ms; -moz-transition:left 400ms, right 400ms; -o-transition:left 400ms, right 400ms;}
#banner .btns .prev {left:-50px;}
#banner .btns .next {right:-50px;}
#banner .btns .prev.on {left:120px;}
#banner .btns .next.on {right:120px;}
#banner .btns a span {position:absolute; top:0; left:0; width:100%; height:100%; -ms-transition:-ms-opacity 300ms;  transition:opacity 300ms;-webkit-transition:-webkit-opacity 300ms; -moz-transition:-moz-opacity 300ms; -o-transition:-o-opacity 300ms; cursor:pointer;}
#banner .btns a span.off {-webkit-opacity:1; opacity:1; display:block\9;}
#banner .btns a span.on {-webkit-opacity:0; opacity:0; display:none\9;}
#banner .btns .prev .off {background:url(../img/prev.png) no-repeat 0 0;}
#banner .btns .prev .on  {background:url(../img/prev_on.png) no-repeat 0 0;}
#banner .btns .next .off {background:url(../img/next.png) no-repeat 0 0;}
#banner .btns .next .on {background:url(../img/next_on.png) no-repeat 0 0;}
#banner .btns a:hover .off {-webkit-opacity:0; opacity:0; display:none\9;}
#banner .btns a:hover .on {-webkit-opacity:1; opacity:1; display:block\9;}

#banner .g-wrap {position:absolute; left:50%; bottom:0; z-index:2; margin-left:-565px; width:1130px; height:30px; overflow:hidden;}
#banner .g-wrap .idxs {float:left; height:100%;}
#banner .g-wrap .idxs li {float:left; margin:30px 7px 0 0; width:9px; height:9px; border-radius:13px; border:2px solid #fff; cursor:pointer; -ms-transition:background-color 1000ms, margin-top 500ms, border-color 1000ms; transition:background-color 500ms, margin-top 500ms; transition:background-color 1000ms, margin-top 500ms, border-color 1000ms; -webkit-transition:background-color 1000ms, margin-top 500ms, border-color 1000ms; -moz-transition:background-color 1000ms,  margin-top 500ms, border-color 1000ms; -o-transition:background-color 1000ms, margin-top 500ms, border-color 1000ms;}
#banner .g-wrap .idxs li.on {background-color:#8f8d93; border-color:#8f8d93;}
.xzbk {display: flex;justify-content: space-between;flex-wrap: wrap}
.xzt { margin-bottom:3%}
.home-slider {
	background: #fff;
	margin-bottom: 0;
}

.home-slider .flex-direction-nav a.flex-next {
	width: 81px; z-index:999999999;
	height: 81px;
	background: url(../img/arrow_r_yuan.png) no-repeat;
}

.home-slider .flex-prev {
	width: 81px;
	height: 81px;
	background: url(../img/arrow_l_yuan.png) no-repeat;
}

.home-block-title {
	font-size: 35px;
	color: #006acd;
	margin-bottom: 25px;
	font-weight: normal;
	margin-top: 0;
}

#gdd {position:relative; z-index:2; width:210px; height:161px; overflow:hidden;}
#gdd .pics {position:relative; width:100%; height:100%;}
#gdd .pics li { position:absolute; top:0; left:0; z-index:2; width:100%; height:100%; background:no-repeat center 0;}
#gdd .pics li p{ position:absolute; z-index:66; bottom:0; background:#000; width:100%; height:30px; line-height:30px; color:#fff; font-size:15px; text-indent:1em}
#gdd .pics li a {display:block; width:100%; height:100%;}
#gdd .pics .b1 {display:list-item;}


#gdd .g-wrap {position:absolute; right:0; bottom:0; z-index:2;width:40px; height:18px; overflow:hidden;}
#gdd .g-wrap .idxs {float:left; height:100%;}
#gdd .g-wrap .idxs li {float:left; margin:30px 7px 0 0; width:8px; height:8px; border-radius:13px;cursor:pointer; -ms-transition:background-color 1000ms, margin-top 500ms, border-color 1000ms; transition:background-color 500ms, margin-top 500ms; transition:background-color 1000ms, margin-top 500ms, border-color 1000ms; -webkit-transition:background-color 1000ms, margin-top 500ms, border-color 1000ms; -moz-transition:background-color 1000ms,  margin-top 500ms, border-color 1000ms; -o-transition:background-color 1000ms, margin-top 500ms, border-color 1000ms; background:#fff}
#gdd .g-wrap .idxs li.on {background-color:#8f8d93;}


/*#news-slide {position:relative; margin:0 auto; padding-left:35px; width:1095px; height:57px; background:url(../img/index/icon_news.png) no-repeat 0 19px; overflow:hidden;}
#news-slide .wrap a {display:block; position:relative; padding-left:66px; height:57px; line-height:57px; font-weight:bold; color:#2e2e57; -webkit-transition:color 300ms;}
#news-slide .wrap a:hover {color:#f63b2e;}
#news-slide .wrap a span {position:absolute; left:0; margin-right:6px; font:bold 18px/57px 'dincond'; color:#e62b1e;}
#news-slide .more {position:absolute; top:12px; left:450px; padding:0 12px; font-weight:bold; line-height:33px; font-size:12px;  color:#2e2e57; background-color:#DFE0E4; border-radius:25px; box-shadow:0px 0px 3px #777; -webkit-transition:color 300ms, background-color 300ms;}
#news-slide .more:hover {background-color:#f63b2e; color:#eee;}*/
#news-slide {position:relative; margin:0 auto; padding-left:35px; width:1095px; height:57px; background:url(../img/index/icon_news.png) no-repeat 0 19px; overflow:hidden;}
#news-slide .item {height:100%;}
#news-slide .item a {display:inline-block; height:57px; line-height:57px; font-weight:bold; color:#2e2e57; -ms-transition:color 300ms; transition:color 300ms; -webkit-transition:color 300ms; -moz-transition:color 300ms; -o-transition:color 300ms;}
#news-slide .item a:hover {color:#f63b2e;}
#news-slide .item a span {margin:0 25px; font-weight:normal; color:#6C6C6C;}
#news-slide .item .more {padding:0 12px; margin-top:12px; font-weight:bold; height:33px; line-height:33px; font-size:12px;  color:#2e2e57; background-color:#DFE0E4; border-radius:25px; box-shadow:0px 0px 3px #777; -ms-transition:color 300ms, background-color 300ms; transition:color 300ms, background-color 300ms; -webkit-transition:color 300ms, background-color 300ms; -moz-transition:color 300ms, background-color 300ms; -o-transition:color 300ms, background-color 300ms;}
#news-slide .item .more:hover {background-color:#f63b2e; color:#eee;}

/* 滑块 start */
#subjects {height:211px;}
#subjects .g-wrap a {position:absolute; top:0; left:100%; width:100%; height:100%; overflow:hidden; -webkit-opacity:1; opacity:1; display:block\9; -webkit-transition:left 300ms, -webkit-opacity 700ms; transition:left 300ms, opacity 700ms;}
#subjects .g-wrap .item-1 {z-index:1; background-color:#c8c8c8;}
#subjects .g-wrap .item-2 {z-index:2; background-color:#ffd900;}
#subjects .g-wrap .item-3 {z-index:3; background-color:#fc433e;}
#subjects .g-wrap .item-4 {z-index:4; background-color:#2d2d58;}
#subjects .g-wrap a span {position:absolute; background:no-repeat 0 0;}
#subjects .g-wrap .p2 {-webkit-opacity:0; opacity:0; display:none\9; -webkit-transition:-webkit-opacity 400ms; transition:opacity 400ms;}
#subjects .g-wrap .item-1 .p1 {left:0; top:0; width:484px; height:165px;}
#subjects .g-wrap .item-1 .p2 {left:276px; top:68px; z-index:2; width:189px; height:29px;}
#subjects .g-wrap .item-2 .p1 {left:0px; top:0px;}
#subjects .g-wrap .item-2 .p2 {left:250px; top:0px;}
#subjects .g-wrap .item-3 .p1 {left:20px; top:56px; width:77px; height:76px;}
#subjects .g-wrap .item-3 .p2 {left:150px; width:282px; height:122px;}
#subjects .g-wrap .item-4 .p1 {left:23px; top:54px; width:182px; height:80px;}
#subjects .g-wrap .item-4 .p2 {left:227px; top:21px; width:245px; height:122px;}

/*#subjects*/
#subjects .trans a {-webkit-opacity:0; opacity:0; display:none\9;}

/* 逐个出现 */
#subjects .ready .item-2 {transition-delay:150ms; -webkit-transition-delay:150ms; -ms-transition-delay:150ms; -moz-transition-delay:150ms;}
#subjects .ready .item-3 {transition-delay:150ms; -webkit-transition-delay:300ms; -ms-transition-delay:300ms; -moz-transition-delay:300ms;}
#subjects .ready .item-4 {transition-delay:150ms; -webkit-transition-delay:450ms; -ms-transition-delay:450ms; -moz-transition-delay:450ms;}

/* 没有指向 */
#subjects .state-0 .item-1 {left:0;}
#subjects .state-0 .item-2 {left:340px;}
#subjects .state-0 .item-3 {left:617px;}
#subjects .state-0 .item-4 {left:900px;}
/* 指向第一个 */
#subjects .state-1 .item-1 {left:0;}
#subjects .state-1 .item-2 {left:484px;}
#subjects .state-1 .item-3 {left:695px;}
#subjects .state-1 .item-4 {left:917px;}
#subjects .state-1 .item-1 .p2 {-webkit-opacity:1; opacity:1; display:block\9;}
/* 指向第二个 */
#subjects .state-2 .item-1 {left:0;}
#subjects .state-2 .item-2 {left:212px;}
#subjects .state-2 .item-3 {left:695px;}
#subjects .state-2 .item-4 {left:917px;}
#subjects .state-2 .item-2 .p2 {-webkit-opacity:1; opacity:1; display:block\9;}
/* 指向第三个 */
#subjects .state-3 .item-1 {left:0;}
#subjects .state-3 .item-2 {left:212px;}
#subjects .state-3 .item-3 {left:425px;}
#subjects .state-3 .item-4 {left:908px;}
#subjects .state-3 .item-3 .p2 {-webkit-opacity:1; opacity:1; display:block\9;}
/* 指向第四个 */
#subjects .state-4 .item-1 {left:0;}
#subjects .state-4 .item-2 {left:212px;}
#subjects .state-4 .item-3 {left:425px;}
#subjects .state-4 .item-4 {left:777px;}
#subjects .state-4 .item-4 .p2 {-webkit-opacity:1; opacity:1; display:block\9;}
/* 滑块 end */



#reference .right {width:336px; line-height:65px; text-indent:50px;}
#copyright .g-wrap {overflow:visible;}
#copyright .g-wrap div {width:317px;}


/*首页新闻20160818*/
 .redian { width: 100%; }
        .redian .r-wrap { width: 1200px; margin: 0 auto; overflow: hidden; padding: 35px 0; }
        .redian .r-wrap .caifu { float: left; width: 427px; overflow: hidden; }
        .redian .r-wrap .caifu h1 { height:43px;color: #505960; font-size: 22px; margin-bottom: 15px; line-height: 22px; }
        .redian .r-wrap .caifu p { color: #858585; font-size: 15px; line-height: 30px; }

        .redian .r-wrap .news-1 { float: left; margin-left: 40px; width: 398px;border-right: 3px solid #f6f6f6; padding-right:40px;border-left: 3px solid #f6f6f6; padding-left:40px }
        .news-1 .tab-nav { overflow: hidden; border-bottom: 2px solid #dedfe2; }
        .news-1 .tab-nav li {cursor: pointer; float: left; display: inline-block; margin: 0px 25px 20px 0; color: #747474; font-size: 18.95px; width: 85px; }

        .news-1 .tab-box { margin-top: 20px; }
        .news-1 .tab-box p { color: #858585; font-size: 14.96px; line-height: 30px; }
        .news-1 .tab-box p i { float: left; font-style: normal; margin-right: 13px; }

        .xian { height: 3px; width: 85px; background: #640f0c; position: relative; left: 0px; margin-top: -2px; }
        .none { display: none; }


        .redian .r-wrap .stock { float: right; width: 198px; margin-left: 30px; }
        .r-wrap .stock h1 { color: #595d6f; font-size: 13px; }
        .r-wrap .stock .stock-num { height: 55px; position: relative; margin-top: 10px; margin-bottom: 18px; }
        .r-wrap .stock .stock-num h2 { float: left; color: #e62b1e; font-size: 55px; font-family: dincond-medium-webfont; }
        .r-wrap .stock .stock-num h3 { float: left; font-size: 25px; color: #e62b1e; font-family: dincond-medium-webfont; position: absolute; left: 118px; top: 27px; }
        .r-wrap .stock .stock-num .stock-bt { width: 17px; height: 13px; background-size: 100%; display: inline-block; float: left; position: absolute; bottom: 6px; }
        .r-wrap .stock p { color: #aaacb5; font-size: 12px; }
        
        
.abou_t{width: 100%; background: url(../img/bg.jpg); margin: 50px auto; padding: 60px 0;}
.about_n{width: 1200px; margin: 0 auto;}
.about_l{width: 570px;float: left;position: relative;}
.pos1{font-size: 30px;font-weight: bold; position: absolute; top:280px; left: 163px;z-index: 9; color: #e3b756; font-family: 'Impact';}
.pos2{font-size: 30px;font-weight: bold; position: absolute; top:325px; left: 178px;z-index: 9; color: #e3b756;font-family: 'Impact';}
.pos3{font-size: 30px;font-weight: bold; position: absolute; top:368px; left: 143px;z-index: 9; color: #e3b756;font-family: 'Impact';}
.pos4{font-size: 30px;font-weight: bold; position: absolute; top:415px; left: 143px;z-index: 9; color: #e3b756;font-family: 'Impact';}

.footer{width: 100%; background: #273452; padding: 50px 0 100px; display: block;overflow: hidden;}
.footer_n{width: 1200px; margin: 0 auto; color: #838383; font-size: 18px;}
.footer h2{font-size: 17px; color: #fff; border-bottom: 3px solid #838383; display: inline-block; padding-bottom: 10px; margin-bottom: 30px;}
.footer_l{width: 511px; float: left;}
.footer_l p{line-height: 60px;}
.footer_l p img{padding-top: 10px; vertical-align: top; padding-right: 10px;}
.footer_m{width: 350px; float: left;}
.footer_m h3{margin: 15px 0 25px 0;}
.footer_m h3 img{ display: inline-block; padding-right: 20px;}.footer_m p{line-height: 30px;}
.footer_r{width: 300px; float: right;}
.footer_r ul li{ float: left; padding-right:20px; line-height: 35px;}


.nav_wap,.subNavBox,.footer_wx{display: none;}
.bgbs{background: #fff; padding: 1px 0 5% 0;}

.postion{width: 100%; margin: 0 auto;border-bottom: 1px solid #cbcbcb;display: block;overflow: hidden;}
.pos_c{width: 1200px; margin: 0 auto;}
.pos_l{width: 310px; float: left; font-size: 16px; line-height: 60px; color: #717171;}
.pos_l p{background: #e6e6e6;width: 62px;height: 62px;line-height: 65px;text-align: center; float: left; margin-right: 20px;}
.pos_l p img{ padding-top:22px;}
.pos_r{width: 610px;float: right;}
.pos_r ul{display: flex; justify-content: space-between; font-size: 16px; color: #7d7d7d;line-height: 60px;}
.pos_r .on{color: #b10600; border-bottom: 2px solid #b10600;}
.pub_nr_tit{text-align: center; width: 100%; margin: 5% auto;}
.pub_nr_tit h2{font-size: 30px;font-weight: bold;}
.pub_nr_tit p{text-align: center;font-size: 23px;color: #640f0c; margin-top: 1%;}
.jtjs{width: 1200px; margin: 0 auto; background: #f8f3ef; padding: 5% 0;}
.jtjs_c{width: 950px; margin: 0 auto;}
.jtjs img{ vertical-align:top}
.jtjs_t{width: 100%; display: block; overflow: hidden;}
.jtjs_t h2{font-size: 27px;color: #640f0c;font-weight: bold;}
.jtjs_t dl dt{font-size: 60px;float: left;color: #640f0c;}
.jtjs_t dl dd{padding-top:5px;}
.jtjs_t dl dd p{font-size: 38px; color: #7f8083; line-height: 25px; padding-top:9px;}
.jtjs_n p{font-size: 18px; color: #464646; padding: 2% 0; text-indent: 2em; line-height: 32px;}
.bgno{background: #fff!important; padding: 0 0 10% 0!important;}
.fonsize{font-size: 50px!important;}
.fonsize1{font-size: 45px!important;}
.gltd{width: 870px; margin: 5% auto;box-shadow: 0 0 20px #8F8D93; display: block;overflow: hidden; padding:2% 3%;}
.gltd dl dt{width: 30%; float: left; text-align: center;}
.gltd dl dt img{width: 199px;}
.gltd dl dt h2{font-size: 28px;color: #b10600; padding: 4% 0;}
.gltd dl dt p{text-align: center;font-size: 16px;color: #363635;}
.gltd dl dd{width: 60%; float: right; text-align: center; margin-top:3%;}
.gltd dl dd h2{font-size: 28px; text-align: center;line-height: 55px; color: #363635;}
.gltd dl dd p{font-size: 28px; text-align: center;line-height: 55px; color: #363635;}
.fzlc{width: 950px; margin:0 auto 10%; display: block;overflow: hidden;}
.fl{float: left;}
.fr{float: right;}
.fzlc_l{width: 455px;}
.fzlc_m{width: 33px; float: left;margin: 0 3px;}
.fzlc_l dl{margin-top:50%;}
.fzlc_l dl:nth-child(2){ margin-top:41%}
.fzlc_l dl dt{font-size: 27px;color: #b10600;text-align: right;}
.fzlc_l dl dt span{font-size: 40px;}
.fzlc_l dl dd{font-size: 17px;color: #363635; padding:5% 1%; line-height: 30px;}
.txt dl dt{text-align: left;}
.txt dl {margin-top:12%;}
.txt dl:nth-child(2){margin-top: 2%;}
.txt dl:nth-child(3){margin-top: 3%;}
.qyry{width: 886px; margin: 0 auto;}
.qyry_l{width: 395px;float: left;}
.qyry_m{width: 33px; margin:0 30px;float: left;}
.qyry_l dl{margin-top: 78%; text-align: right;}
.qyry_l dl dt{font-size: 50px;color: #b10600;}
.qyry_l dl dd{font-size: 20px;color: #363635; padding:5% 0;line-height: 30px;}
.mrtop{margin-top: 32%!important;}
.txt_l dl{text-align: left!important; margin-top: 22%;}
.txt_l dl:nth-child(2){margin-top: 17%;}
.txt_l dl:nth-child(3){margin-top: 15%;}
.hfyc{width: 1200px;margin: 0 auto;}
.hfyc_t_l{width: 499px;}
.hfyc_t_r{width: 590px; margin-right: 60px;}
.hfyc_t_r h2{font-size: 27px;color: #640f0c;}
.hfyc_t_r p{font-size: 18px;color: #464646; text-indent: 2em; padding-top: 3%; line-height: 30px;}
.dcxm{width: 1000px; margin: 0 auto;}
.dcxm_t p{font-size: 20px;color: #535353;}
.dcxm_t p span{display: inline-block;float: right; background: #f0f0f0; color: #a9a9a9; font-size: 18px; padding: 5px 10px}
.dcxm_c{box-shadow: 0 0 10px #AAACB5;width: 100%; display: block;overflow: hidden; margin-bottom: 5%;}
.dcxm_c_l{width:559px;}
.dcxm_c_r{width: 420px;color: #333333; padding-top: 5%;}
.dcxm_c_r h2{font-size: 30px;line-height: 70px;}
.dcxm_c_r p{font-size: 23px; line-height: 50px;}
.dcxm_c_r p strong{font-size: 40px;color: #e60012;}
.dcxm_c_r p span{font-size: 23px;color: #e60012;}
.dcxm_c_rn2{margin-top: 3%;}
.dcxm_c_rn2 ul li{font-size: 16px; color: #333333; line-height:40px; display: inline-block; float: left;padding: 1% 3%; }
.dcxm_c_rn2 ul li img{width: 29px; vertical-align: top;}
.dcxm_c_rn2 ul li:nth-child(2){background: #e60012; border-radius: 5px; color: #fff;}
.dcxm_c_rn2 ul li:nth-child(1){padding-left: 0;}
.fzbg{width: 950px;margin: 0 auto; display: block;overflow: hidden;}
.fzbg dl{width: 100%; display: block;overflow: hidden; margin-bottom: 5%;}
.fzbg dl dt{width: 317px;float: left;}
.fzbg dl dd{width: 400px; float: left; margin-left: 3%;}
.fzbg dl dd h2{font-size: 60px;color: #b10600;line-height: 100px; padding-top: 3%;}
.fzbg dl dd p{font-size: 20px;color: #373737; line-height: 35px;}
.fzbg dl dd p:nth-child(3){font-size: 22px;color: #373737;}
.fzbg dl dd h3{margin-top: 8%;}
.fzbg dl dd h3 a{ display: inline-block; padding: 2% 10%;border:1px solid #640f0c; margin-right: 3%; font-size: 20px; color: #640f0c;}
.lxwm{width: 1200px; margin: 0 auto 10%;}
.lxwm_t{width: 100%;display: block; margin-bottom: 5%;overflow: hidden;}
.lxwm_t_l{width: 433px;float: left;}
.lxwm_t_m{width: 380px;float: left;margin-left: 20px;}
.lxwm_t_m h2{color: #161616;font-size: 28px;}
.lxwm_t_m p{font-size: 20px; padding: 5% 0; line-height: 35px;}
.lxwm_t_m h3 img{width: 55px;float: left;}
.lxwm_t_m h3 {line-height: 55px;font-size: 40px;color: #b10600;}
.lxwm_t_r{width: 366px;float: right;}
.lxwm_t_r ul li{width: 140px;float: left;margin-left: 40px;}
.lxwm_t_r ul li p{font-size: 23px;text-align: center; line-height: 40px;}
.join{width: 950px; margin: 0 auto 10%;font-size: 20px;}
.join_l{width: 100%; display: block;overflow: hidden;border-bottom: 2px solid #c1c1c1; padding-bottom: 5%;}
.join_l dt{width: 510px; float: left;}
.join_l dt p{ margin-bottom: 4%;}
.join_l dd{width: 417px; float: right;}
.join_l dt p:last-child{display: flex;justify-content: space-between;}
.join_l dt p span{display:block; padding-left: 3%; line-height: 30px;}
.join_b dl{width: 100%; display: block;overflow: hidden;border-bottom: 2px solid #c1c1c1; padding: 3% 0;}
.join_b dl dt{width: 80px; height: 80px; padding: 10px; background: #e1e1e1; float: left;}
.join_b dl dt strong{font-size: 40px;color: #b10600;}
.join_b dl dt p{font-size: 20px;color: #565656;}
.join_b dl dt p:nth-child(3){font-size:16px;color: #565656;}
.join_b dl dd{width: 800px; margin-left: 30px;float: left; font-size: 22px; padding-top: 10px;}
.pos_n{ width: 400px;}
.xw_list{width: 1200px; margin: 0 auto;}
.xw_list dl{background: #f8f3ef; padding: 3% 0; display: block;overflow: hidden; margin-bottom: 3%;}
.xw_list dl dt{width: 252px; float: left;}
.xw_list dl dd{width: 850px;float: left; margin-left: 30px;}
.xw_list dl dd h2{font-size: 26px; margin-bottom: 2%;}
.xw_list dl dd p{font-size: 20px;color: #696969;line-height:33px;}
.xw_list dl dd p:last-child{padding-top: 5%; font-size: 20px; color: #a3a3a3;}
.xw_list dl dd p img{vertical-align: top;}
.xw_list dl dd p span{float: right; display: inline-block;}


.spzx{width: 1200px;margin: 0 auto; display: flex;justify-content: space-between;flex-wrap: wrap;}
.spzx dl{width: 387px;background: #f9f4ec; margin-bottom:5%;}
.spzx dl dd{text-align: center;line-height: 70px;font-size: 23px;color: #640f0c;}
.qykw{width: 1200px; margin: 0 auto 10%;}
.artilce_t{ text-align:center; font-size:22px; padding:3% 0;}
.qyry_new{ width:1200px; margin:0 auto 10%}
.qyry_new ul{ display:flex; justify-content:space-around;flex-wrap: wrap;}
.qyry_new ul li{ margin-bottom:2%; background:#f4f1ec; text-align:center; text-align:center; padding:55px; width:275px;}
.qyry_new ul li p{ font-size:22px; color:#7d7d7d; text-align:center; padding-top:10%; line-height:26px}
.xmarticle{width: 950px; margin: 0 auto 10%;}
		  .xmarticle_t{background: #d5e0f6;}
		  .xmarticle_t_n{padding: 3%;}
		  .xmarticle_t_n h2{font-size: 30px; width: 100%; line-height: 70px;}
		  .xmarticle_t_n p{width: 100%; font-size: 20px;color: #333333; line-height: 27px; padding: 1% 0 1% 13px;}
		  .xmarticle_t_n p:nth-child(2){color: #ffea15;font-size: 35px;color: #ffea15;font-weight: bold;}
		  .xmarticle_t_n p:nth-child(2) span{background: #c6ccd9;display: inline-block; border-radius: 5px;font-size: 15px; padding: 2px 5px;color: #333333; margin-left: 10px;}
		  .xmarticle_t_n p img{vertical-align: top;}
		  .xmput_tit{ padding: 20px;font-size: 30px;border-left: 8px solid #000000; line-height: 0px; width: 830px; margin: 3% auto;}
		  .xmput_con{width: 94%; padding: 3%; background: #d5e0f6; font-size: 22px; color: #333333;line-height: 40px;}
		  .xmarticle_t_n p:last-child span{float: right; color: #000000; padding-right: 15%; border-left: 3px solid #edf2fb; padding-left: 2%;}
		  

.qykw{width:1100px;margin: 0 auto; display: flex;overflow: hidden;justify-content: space-between;flex-wrap: wrap;}
.qykw dl{width: 29%; display: block;overflow: hidden; margin-bottom: 5%;}
.qykw dl dt{width: 100%;float: left; text-align:center}
.qykw dl dd{width: 100%; float: left; margin-left: 3%;}
.qykw dl dd h2{font-size: 60px;color: #b10600;line-height: 100px; padding-top: 3%;}
.qykw dl dd p{font-size: 20px;color: #373737; line-height: 35px; text-align:center}
.qykw dl dd p:nth-child(3){font-size: 22px;color: #373737;}
.qykw dl dd h3{margin-top: 8%; text-align:center}
.qykw dl dd h3 a{ display: inline-block; padding: 2% 10%;border:1px solid #640f0c; margin-right: 3%; font-size: 20px; color: #640f0c;}

.csrjs{width:100%; margin:0 auto;}
.csrjs dl{display: flex;justify-content: space-between;}
.csrjs dl dd h2{font-size:30px; padding:30% 0 5% 0; text-align:center}
.csrjs dl dd{width:48%; text-align:center}
.csrjs dl dd p{ font-size:22px; text-align:center; line-height:40px} 
.hzb1{ width:770px; margin:0 auto; display:flex;justify-content: space-between;}
.hzb2{ width:960px; margin:0 auto; display:flex;justify-content: space-between;}
.hzb3{ width:770px; margin:0 auto; display:flex;justify-content: space-between;}
.hzb4{ width:567px; margin:0 auto; display:flex;justify-content: space-between;}
.hzb li:hover{-webkit-transform: rotate(360deg) scale(1);
    -moz-transform: rotate(360deg) scale(1);
    -o-transform: rotate(360deg) scale(1);
    -transform: rotate(360deg) scale(1);-webkit-transition:-webkit-transform .5s ease-in;
    -moz-transition:-moz-transform .5s ease-in;
    -o-transition:-o-transform .5s ease-in;
    transition:transform .5s ease-in;
	}


.case1{margin: 2% auto;}
.case1_t h2{font-size: 28px; text-align: center;letter-spacing: 2px;}
.case1_t p{font-size: 16px; line-height: 32px; margin: 2% 0; text-align: center;}
.case1_b{width: 100%; display: flex; justify-content: space-between;}
.case1_b_l{width: 400px; font-size: 16px;}
.case1_b_l ul{display: flex; justify-content: space-between;flex-wrap: wrap;}
.case1_b_l ul li{width: 45%; text-align: center; padding: 10% 0; background: #f6f9ff; margin: 0 5% 5% 0; border-radius: 15px;}
.case1_b_l ul li:hover{background: linear-gradient(0deg,#589bff,#266eff);
    color: #fff; border-radius: 5px;}
.case1_b_r{width: 780px; border-radius: 15px; display: block; overflow: hidden;}
.case1_b_l span{font-size: 30px; display:block; margin-bottom:9%;}
.case1_b_l .active{background: linear-gradient(0deg,#589bff,#266eff);
    color: #fff; border-radius: 5px;}
.case1_b_r .active{ display: block;}
.case1_b_r_c{display: none; position: relative;}
.cpxx{ position: absolute; bottom: 0;background: linear-gradient(0deg,#589bff,#266eff);
    color: #fff; padding: 3%; width: 95%;}
.cpxx h3{ font-size: 17px; color: #fff; margin-bottom: 2%;}
.cpxx h2{ font-size: 14px; color: #fff; margin-bottom: 1%; line-height: 25px;}
.cpxx  a{font-size: 13px; margin-top:1%; display: block; margin-top: 3%;}

.bgcase2{ background: #f2f6f9; padding: 5% 0;}
.case2_b{ display: flex; justify-content: space-between; margin-top: 5%;}
.case2_b_l{width: 360px;}
.case2_b_l h2{ font-size: 23px;}
.case2_b_l  p{ font-size: 16px; line-height: 30px; margin: 5% 0;}
.case2_b_r{width: 790px; display: flex;justify-content: space-between; flex-wrap: wrap; background: #fff; box-shadow: 0 0 10px #c9c7c7; margin:0 5px 5px 0;box-sizing: content-box;}
.case2_b_r dl{width: 33.333%; padding: 3%; box-sizing: border-box;}
.case2_b_r dl dt{font-size: 20px; line-height:45px; margin-bottom: 3%;}
.case2_b_r dl dt img{vertical-align:bottom; display: inline-block; padding-right: 3%;}
.case2_b_r dl dd{line-height: 18px; font-size: 14px;}
.case2_b_r dl:hover{background: linear-gradient(0deg,#589bff,#266eff);
    color: #fff;}
.border_yx{border-right: 1px solid #9c9c9c; border-bottom:1px solid #9c9c9c; }
.border_xx{ border-bottom:1px solid #9c9c9c; }
.border_yy{border-right: 1px solid #9c9c9c;}
.case3{display: flex; justify-content: space-between; padding: 0 5px 5px;}
.case3 dl{width: 25%; padding: 3%;box-shadow: 0 0 5px #d5e1ff;position: relative;  padding-bottom: 6%;}
.case3 dl img{text-align: center; display: block; margin: 0 auto;}
.case3 dl h2{width: 45px; height: 3px; background: #1659a0; position: absolute; top: 0; right: 0; left: 0; margin: 0 auto;}
.case3 dl dt{font-size: 23px; text-align: center; margin: 5% 0; font-weight: bold;}
.case3 dl dd{font-size: 14px; color: #383838; line-height: 22px;}
.case3 dl p{ position: absolute; left: 0; right: 0; padding: 2% 3%; margin: 0 auto; bottom: 7%; border:2px solid #bacbdd; color: #bacbdd; display:block; width: 100px; border-radius: 50px; font-size: 18px; text-align: center;}
.case3 dl:hover  p{ background:#e89115; color: #fff; border:2px solid #ffc000}
.case4 ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.case4 ul li{width: 23%; border: 1px solid #afafaf; margin-bottom: 3%; font-size: 18px; text-align: center; padding: 2% 0; line-height: 100%;}
.case4 ul li img{ vertical-align: bottom; display: inline-block;}
.case4 ul li span{display: inline-flex;vertical-align: top;
    margin-top: 13.5%; font-weight: bold;}
	.case4 ul li:nth-child(1) span{ margin-top: 11%;}
.bgimg{background: url(../img/bg.jpg) 100% 100%; padding: 3% 0;}
.bg1{background: url(../img/bg1.png) 100% 100%; padding: 3% 0;}
.case5{ margin: 3% auto;}
.case5_b_c{ display: none; margin: 0 auto;}
.case5_b .active{display: block;}
.case5_t{ border-bottom:1px solid #e3e3e3}B81C22
.case5_t ul li{width: 25%; text-align: center; font-size: 20px; line-height: 100px;color: #909090; cursor: pointer;}
.case5_t ul li.active{ color: #589bff; border-bottom: 1px solid #589bff;}
 .case6{ display: flex; justify-content: space-between; flex-wrap: wrap;}
	 .case6 dl{width: 24%; font-size: 17px; color: #666666; margin-bottom: 2%; }
	 .case6 dl dt span{color: #ff0000;}
	  .case6 dl dt { margin-bottom: 2%;}
	 .case6 dl dd input{background: #f5f5f5; width: 100%; line-height: 50px; text-indent: 1em;}
.case6 p{margin: 8%  0 0 0 ; background: linear-gradient(0deg,#589bff,#266eff); text-align: center; font-size: 20px; line-height: 50px; border-radius: 5px;}
.am-btn{ background: linear-gradient(0deg,#589bff,#266eff); color: #fff;}



.lxrig{ position: fixed; right: 10px; top: 30%; z-index: 999999;}
.lxrig ul{border-radius: 10px; float: right;}
.lxrig ul li{width: 50px; height: 50px; background: #068747; text-align: center; line-height: 50px; color: #fff; cursor: pointer; margin-bottom: 5px; border-radius: 50px;}
.lxrig ul li span{font-size: 30px; }
.lxrig ul li:hover{background: #FFBD0A; color: #fff;}
.dianh{ box-shadow: 0 0 10px #c9c7c7; font-size: 20px; position: absolute; left: 0; top:50px;right: 130px; width: 170px; background: #fff; border-radius:5px; line-height: 50px; text-align: center; display: none;}
.weix{box-shadow: 0 0 10px #c9c7c7; position: absolute; left: 0; top:50px;right: 130px; width: 170px; background: #fff; border-radius:5px;text-align: center; padding: 8% 0;display: none;}


.bgbd{ background: #ececec; padding:0; display: block; overflow: hidden; margin: 5% auto;}
.case4_n_c{ display: none;}
.case4_n .active{display: block;}
.case4{display: flex; justify-content: space-between;}
.case4 dl{width: 32%; text-align: center; background: #f6f9ff; display: flex; justify-content: center; padding: 2% 0; cursor: pointer;}
.case4 dl h2{font-size: 22px; line-height: 30px;}
.case4 dl  p{font-size: 14px;}
.case4 dl  dt{padding-right: 4%;}
.case4 dl  dd span{font-size:30px; color: #6c85b9;}
.case4 .active{ background: linear-gradient(0deg,#589bff,#266eff); color: #fff;}
.case4 .active span{color: #fff;}
.case4_n{margin: 3% auto;}
.case4_n_c ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.case4_n_c ul li{width: 18%; text-align: center;  margin-bottom: 2%;}
.case4_n_c ul li {border-radius: 6px;  display: block; padding: 1%  0;
    border: 2px solid #fff;
    background: linear-gradient(180deg,#e4eaf7,#fff);
    box-shadow: 0 2px 16px 0 rgba(28,39,65,.1);
    display: flex;
    justify-content: center;
    align-items: center;}
.case4_n_c ul li p{font-size: 20px; text-align: center; line-height: 90px;}
.case4_n_c h2{text-align: center;}
.case4_n_c h2 p{text-align: center; font-size: 18px; margin: 3% 0 0 0; display: inline-block; border:1px solid #a9a9a9;  padding: 1% 2%;}
.case5_b_c{  margin: 3% auto;}
.case5_b_c_l{width: 440px; float:left;}
.case5_b_c_r{width: 720px; float: right;}
.case5_b_c_l ul li{ border-radius: 4px; height: 79px;
    border: 2px solid #fff;
    background: linear-gradient(180deg,#f0f3f7,#fff);
    box-shadow: 0 4px 20px 0 rgba(77,87,140,.2);
    transition: all .2s;
    position: relative; margin-bottom: 5%;border-radius:5px; padding: 3% 6%; font-size: 16px; line-height: 35px;}
	.case5_b_c_l ul li p{position: relative;}
	.case5_b_c_l ul li p:before{transition: all .2s;
	    content: "";
	    position: absolute;
	    width: 8px;
	    height: 8px;
	    top: 9px;
	    left: -16px;
	    border-radius: 50%;
	    background-color: #266eff;
	
	}
.case5_b_c_l ul li:hover{background: linear-gradient(0deg,#589bff,#266eff); color: #fff;}
.case5_b_c_l ul li:hover p:before{ background-color:#fff;}
.case5_b_c_r{font-size: 16px; line-height: 40px;box-shadow: 0 0 5px #d0d0d0; border-radius: 5px; margin: 0 5px 5px 0;}
.case5_b_c_r h2{padding: 0 3%;}
.case5_b_c_r p{padding: 0 3% 2%; }
.case5_b h3{text-align: center; width: 100%; display: block; overflow: hidden;margin: 4% 0;}
.case5_b h3 a{text-align: center; font-size: 18px;  display: inline-block; border:1px solid #a9a9a9; margin: 0 auto; padding: 1% 2%;}
.case5_b_cc{display: block; overflow: hidden;}
.case1_t{ margin: 3% auto;}



.case4_n_c .item {
    width: 24%;
    margin-bottom: 30px;
}

.case4_n_c .item .img {
    padding-top: 57%;
}

.case4_n_c .item .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.case4_n_c .item .img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
}

.case4_n_c .item p {
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 14px;box-shadow: 0 0 10px #c9c7c7;
}
.imgbox {
    overflow: hidden;
    position: relative;
    /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbox img {
    width: auto !important;
    max-height: 100%;
}


/* 弹出视频 */

.Tvideo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.Tvideo video {
    max-width: 70%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 999;
}

.Tvideo .vclose {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    z-index: 998;
}

.Tvideo video::after {
    content: '';
    width: 40px;
    height: 50px;
    line-height: 50px;
    background: url(../img/close.png) no-repeat center center;
    position: absolute;
    top: -50px;
    right: -50px;
    display: block;
}

.case4_n_c_sp{ display: flex; justify-content: space-between; flex-wrap: wrap; overflow: hidden; padding:0 3px}
.spgd{ height: 490px;}
.pub_tit_cp{width: 100%; text-align: center; font-size: 40px; margin: 5% auto;}
.cp_con1{display: flex;justify-content: space-between;}
.cp_con1_l{width: 450px; display: flex; justify-content: space-between; flex-wrap: wrap; padding:3px;}
.cp_con1_l dl a{display: block;overflow: hidden;}
.cp_con1_l dl{width: 48%; background: #fafafc; margin-bottom: 3%; box-shadow: 0 0 10px #dddddd;}
.cp_con1_l dl:nth-child(5),.cp_con1_l dl:nth-child(6){ margin-bottom: 0;}
.cp_con1_l dl dd{float: right;}
.cp_con1_l dl dt{ padding: 10% 0 0 10%;}
.cp_con1_l dl dt h2{font-size: 15px; color: #2870ff;}
.cp_con1_l dl dt p{ font-size: 15px; padding: 5% 0 0 0;}
.cp_bg{background: #f0f5ff;}
.cp_con2 dl{display: flex; justify-content: space-between;}
.cp_con2 dl dt h2{ font-size: 35px;}
.cp_con2 dl dt{margin-top: 13%; width: 42%;}
.cp_con2 dl dd{width: 50%;}
.cp_con2 dl dt p{ font-size: 18px; margin-top: 3%; line-height: 30px;}
.cp_con2{ padding: 5% 0;}
.dqfs{flex-direction:row-reverse;}
.ocr_tit p{font-size: 18px; line-height: 30px; margin: 1% auto;}
.orc_con{ display: flex; justify-content: space-between;flex-wrap: wrap;}
.orc_con dl{width: 20%; padding:5%; background: url(../img/obg.jpg); background-size: 100% 100%; border-radius: 20px;box-shadow: 0 0 10px #edf0ff; text-align: center; margin-bottom: 5%;}
.orc_con dl dt{font-size: 20px; color: #333333; margin: 3% 0;}
.orc_con dl p{width: 50px; height: 3px; background: #4c70f1; margin: 10% auto;}
.orc_con dl dd{font-size: 14px; line-height: 25px; text-align: left; color: #999999;}
.case_t{ background: #fff;box-shadow: 0 0 10px #dddddd; display: flex;justify-content: space-between;}
.case_t .case_t_l{width: 570px; margin: 30px; height: 390px;display: block; overflow: auto; padding-right: 50px;}
.case_t_l ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.case_t_l ul li{border:1px solid #d9d9d9; border-radius: 10px; padding: 5px; margin-bottom: 3%;}
.case_con{width: 480px; margin: 3%;}
.case_t_r{display: none;}
.case_t_r h2{font-size: 30px;}
.case_t_r h3{width: 50px; height: 3px; background: #4c70f1; margin: 3% 0;}
.case_t_r p{ font-size: 16px; line-height: 30px;}
.case_t_r  a{ text-align: right; font-size: 16px; display: inline-block; float: right; margin-top: 5%;}
.case{position: relative;}
.case_bg{position: absolute; left: 0; right: 0; top:300px; z-index: -1;}
.case_t_l ul .active{border: 1px solid #2870ff;}
.case_con .active{display: block;}
.cor{color: #fff!important;}
.morecase_t ul{display: flex; justify-content: space-between; text-align: center; margin-bottom: 5%; }
.morecase_t ul li{width: 200px; font-size: 16px; line-height: 50px; color: #fff; cursor: pointer;}
.morecase_con_cor dl{width: 240px; background: #fff; padding: 20px;box-shadow: 0 0 10px #dddddd; margin-bottom: 3%;}
.morecase_con_cor dl dd{ font-size: 16px; margin: 5% auto; font-weight: bold;}
.morecase_con_cor dl p{font-size: 10px; line-height: 18px; color: #9c9c9c;}
.morecase_t ul .active{background: rgba(255, 255, 255, .5);}
.morecase_con_cor{display: none;}
.morecase_con .active{display: block;}
.showMoreNChildren{ display: flex;justify-content: space-between;flex-wrap: wrap;}
.morecase_con_cor h2{ text-align: center;}
.morecase_con_cor h2 p{    text-align: center;
    font-size: 18px;
    margin: 3% 0 5% 0;
    display: inline-block;
    border: 1px solid #a9a9a9;
    padding: 1% 2%;}
.morecase_con{ padding: 0 5px;}
.lx_con{display: flex;justify-content: space-between;}
.pdd{padding: 5px;}
.pdd img{box-shadow: 0 0 10px #dddddd;}
.map_t{width: 1000px; margin: 5% auto;}
.map_t ul{display: flex; justify-content: space-between; font-size: 18px; font-weight: bold; cursor: pointer;}
.map_t ul li{width: 13%; text-align: center; line-height: 50px;}
.map_t ul .active{color: #589bff; border-bottom: 2px solid #589bff;}
.map,.jsfz{background: url(../img/lxbg.jpg); background-size:100% 100%; margin-bottom: 50px;}
.map_b_con{display: flex;justify-content: space-between;}
.map_b_c_l dl{border-left: 2px solid #589bff; padding-left: 3%; margin: 0 0 600px 0;}
.map_b_c_l dl dt{font-size: 28px;  color: #589bff; line-height: 40px;}
.map_b_c_l dl dt img{vertical-align: bottom;}
.map_b_c_l dl dd p{font-size: 14px; line-height: 30px;}
.map_b_c_l{width: 400px; height: 600px; display: block;overflow: auto; padding-right: 50px;}
.map_b_c{display: none;}
.map_b .active{display: block;}
.two dl{margin-bottom: 50px;}
.two dl:last-child{margin-bottom: 400px;}
.three dl{margin-bottom: 50px;}
.three dl:last-child{margin-bottom: 500px;}
.nav_t{position: absolute; left: 0; right: 0; background: #fff; border-radius: 10px;top: 540px;box-shadow: 0 0 10px #dddddd; height: 80px;}
.nav_t ul{display: flex;justify-content: space-between;}
.nav_t ul li{width: 25%; text-align: center; font-size: 20px; line-height: 80px; }
.about_c1{margin-top: 100px;}
.about_c1 dl{display: flex;justify-content: space-between;}
.about_c1 dl dt{width: 635px;}
.about_c1 dl dd{width: 515px; font-size: 16px;}
.about_c1 dl dd p{line-height: 26px; margin: 2% auto;}
.about_jzg{background: url(../img/aboutbg.jpg); background-size:100% 100%; position: relative; padding: 350px 0; text-align: center;}
.about_jzg img:nth-child(1){position: absolute; right: 0; left: 0; top:100px; width: 293px; margin: 0 auto;}
.about_jzg img:nth-child(5){position: absolute; right: 0; left: 0; bottom:100px; width: 293px; margin: 0 auto;}
.about_jzg img:nth-child(3){ margin: 0 3%;}
.pr{position: relative;}
.warper{max-width: 1300px; margin: 0 auto;}
.about-main2{height: 1295px;width: 100%;overflow: hidden; background: url(../img/about_08.jpg); background-size:100% 100%; color: #fff; position: relative;}
.lc1{position: absolute; left: 100px;top:350px}
.lc2{position: absolute; left: 530px;bottom:220px}
.lc3{position: absolute; left: 900px;top:290px}
.lc4{position: absolute; left: 1260px;bottom:50px}
.jsfz_con{  background: #fff;box-shadow: 0 0 10px #dddddd;}
.jsfz_con dl{margin: 3%; display: flex;justify-content: space-between;}
.jsfz_con dl dt{width: 490px;}
.jsfz_con dl dt p{font-size: 16px; line-height: 30px; margin: 2% 0;}
.ryzz_con{width: 900px; margin: 0 auto;}
.ryzz_con dl{margin: 3%; display: flex;justify-content: space-between;}
.ryzz_con dl dt{width: 450px;}
.ryzz_con dl dt p{font-size: 16px; line-height: 30px; margin: 10% 0;}
.ryzz{ background: #f5f9ff; padding: 1% 0;}
.xzn{background: url(../img/about_18.jpg); background-size:100% 100%; padding: 8% 0;  color: #fff; }
.xzn h2{font-size: 80px;text-align: center; }
.xzn  p{font-size: 18px; margin: 5% auto; line-height: 30px;}
.xzn h3{font-size: 24px;text-align: center; color: #fff; margin: 10% 0 5% 0; }
.xzn  a{width: 300px; text-align: center; margin: 0 auto; display: block; font-size: 24px;background: linear-gradient(0deg,#589bff,#266eff);line-height: 50px; padding: 1% 0;}
.xzn  a img{vertical-align: bottom;}
.tdwh ul{display: flex;justify-content: space-between; padding: 5px 0;}
.tdwh ul li img{ background: #fff; padding: 5px;}
.tdwh ul li {box-shadow: 0 0 10px #dddddd;}
.tdwh h2 {text-align: center;}
.tdwh h2 p{text-align: center;
    font-size: 18px;
    margin: 3% 0 0 0;
    display: inline-block;
    border: 1px solid #a9a9a9;
    padding: 1% 2%;}
	.mfz{display: none;}

	.cpbanner{ background: url(../img/banner_cp.jpg); padding: 5% 0;}
	.cpnr_c{width: 900px; margin: 0 auto;}
	.cpnr_c dl{display: flex;justify-content: space-between;}
	.cpnr_c dl dt {margin-top: 10%;}
	.cpnr_c dl dt h2{ font-size: 45px; color: #fff; }
	.cpnr_c dl dt h3{ width: 100px; height: 5px; background: #e89115; margin: 10% 0;}
	.cpnr_c dl dt p{font-size: 20px; color: #fff;}
	.cp_con1_r{width: 60%;}
	.PartVideo {
	    width: 100%;
	    position: relative;
	}
	.PartVideo .play {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	}
	.PartVideo .img {
	    padding-top: 500px;
	}
	.Tvideo {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.5);
	    top: 0;
	    left: 0;
	    z-index: 9999;
	    display: none;
	}


.Part1 {
    background: url(../img/yzbg.png) no-repeat bottom center;
    background-size: cover; padding: 3% 0;
}

.PartBox {
   margin: 5% auto;
}

.PartBox .item {
    width: 18%;
    margin-left: 2%;
    float: left;
    background: #fff;
    padding: 40px 25px 20px 25px;
    box-sizing: border-box;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.PartBox .item .ico {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
}

 .PartBox .item h1 {
    font-size: 20px;
    margin: 30px 0 10px 0;
}

 .PartBox .item .dec {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    height: 120px;
}

 .PartBox .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
}
 .Part2 .img {
    text-align: center;
}
.cp1con{margin-bottom: 5%;text-align: center;}

.fixnav {
            position: fixed!important;
            top: 0px;
           width: 100%; background:#fff;
        }
		
		
		
		
	.bg1{background: #ececec;}	
		.con1{text-align: center;}
		.pubtit{text-align: center; margin: 50px auto;}
		.pubtit h2{font-size: 46px; color: #303030;}
		.pubtit img{margin: 1% auto;}
		.pubtit p{font-size:24px; color: #666666; text-align: center; line-height: 35px;width: 920px; margin: 0 auto;}
		
		.con2 ul{display: flex;justify-content:space-between;}
		.con3{background: #368ef3; text-align: center; padding: 2% 0; margin: 2% 0 0 0; color: #fff;}
		.con3 h2{font-size: 32px; font-weight: bold; margin-bottom: 1%;}
		.con3 h3{font-size: 22px;color: #fff;margin-bottom: 1%;}
		.con3 p{font-size: 22px; text-align: center; }
		 .bg2{background: #ebebeb; padding: 3% 0;}
		.con4{display: flex;justify-content: space-between;}
		.con4 img{margin-bottom: 15px;}
		.con5{background: #f8f9fb; position: relative;}
		.dwdw1{ left: 0 ;right: 0; top: 5%; position: absolute;}  
		.con5_c{text-align: center;}
		.con5_n{ position: absolute; left: 0; right: 0; margin: 0 auto;  top:35%; display: flex; justify-content: space-between;}
	   .con5_n dl dt{display: inline-block;background: #4da6ea; color: #fff; font-size: 23px; line-height: 50px; border-radius: 30px; padding: 0 7%; margin-bottom: 5%;}
	   .con5_n dl dd{font-size: 18px; line-height: 30px; width: 370px;}
	   .con5_n dl{margin-bottom: 50%;}
	   .con5_n_r dl {margin-bottom: 60%;}
	   .con5_n_r dl dt{ float: right;}
	     .con5_n_r dl dd{ float: right;}
		 .bg3{background: url(../img/bg.jpg); background-size: 100% 100%; padding: 3% 0;}
		 .con6_c{text-align: center; margin-bottom: 5%;}
		 .con6_b dl{display: flex;justify-content: space-between; margin-bottom: 10px;}
		 .con6_b dl dt{width: 283px;}
		 .con6_b dl dd{width: 917px; background: #2b65a9; color: #fff; padding: 2% 3% 0; text-indent: 2em; line-height: 22px; font-size: 16px;}
		 
		.con7_t h2 {font-size: 56px; color: #313131; margin: 5% 0 3% 0; text-align: center; font-weight: bold;}
				.con7_t p{font-size: 34px; text-align: center;}
				.con7_t p span{font-size: 47px;color: #ff3c3c;}
				 .con7_b_t{display: flex;justify-content: space-between; margin: 5% 0 2% 0; flex-wrap: wrap;}
				
				 .con7_b_t input{background: #fff; text-indent: 1em; line-height: 60px; font-size: 20px; width: 49%; color: #808080;border-radius: 10px;}
				 .con7_b_t textarea{background: #fff; text-indent: 1em; line-height: 50px; font-size: 20px;border:none; width: 100%; height: 148px; border-radius: 10px;
				 color: #808080; margin-top: 2%; }
				 .con7_b_b_s{text-align: center; margin: 2% 0 5% 0;}
				 .subsit{width:100%; margin: 0 auto; background: #068747; font-size: 20px; line-height: 60px; text-align: center; color: #fff; font-weight: bold;-webkit-appearance: none;border-radius: 10px;}
				 
		 
		 
		 .foot{background: url(../img/bg3.jpg); background-size: 100% 100%; padding: 3% 0 0 0; font-size: 18px; color: #fff;}
		  .foot_c_b_m h2,.foot_c_b_r h2{font-size: 25px;}
		  .foot_c_b_m h2 span,.foot_c_b_r h2 span{font-size: 18px; color: #98d1ba; display: inline-block; margin-left: 15px;}
		  .foot_c_b_m h3,.foot_c_b_r h3{ margin: 30px 0; width: 29px; height: 2px; background: #98d1ba;}
	.foot_c_t{display: flex;justify-content: space-between; border-bottom: 1px solid #3ea87d; padding-bottom: 2%; margin-bottom: 5%;}
	.foot_c_t p{width: 465px; font-size: 28px; color: #ffffff; line-height: 40px; font-weight: bold; }
	.foot_c_t p span{display: block; font-size: 20px;  font-weight: normal;}
		.foot_c_t h2{width: 215px; margin-top:20px}
		.foot_c_t ul{width: 820px; display: flex;justify-content: space-between;  line-height: 80px;}
		 .foot_c_t ul li{font-size: 16px;}
		 .gd108{width: 1080px; margin: 3% auto; display: block; overflow: hidden;}
		
		 .ab_con1{margin: 0 auto;}
		 .ab_con1 h2{font-size: 30px; line-height: 50px; text-align: center;}
		 					.ab_con1 h2{font-size: 30px; text-align: center; margin-bottom:2%}
		 					 .ab_con1{margin: 3% auto;line-height: 35px; }
		 					.ab_con1 p{ font-size: 16px; line-height: 35px;  margin-top: 1%; }
		 					.ab_con1 p span{ font-size: 16px; line-height: 35px; }
		 					.ab_con1  strong span{ font-size: 16px; line-height: 35px; }
		 					.ab_con1 div{ font-size: 16px; line-height: 35px;   }
		 					.ab_con1 div span{ font-size: 16px; line-height: 35px; }
		 					.ab_con1 div img{ margin:2% 0 !important}
		 					.ab_con1 div strong span{ font-size: 16px; line-height: 35px; }
		 .bornone{border:none}
		 .ab_con2 ul{display: flex;justify-content: space-between;}
		 .ab_con2 ul li{width: 20%; text-align: center;}
		 .ab_con2 ul li p{font-size: 18px; text-align: center; margin-top: 2%;}
		 
		 .hzhb{background: url(../img/hzbg.jpg); background-size: 100% 100%; padding: 3% 0; margin: 5% auto; }
		 .hzhb_c p{text-align: center;display: block; margin-bottom: 3%;}
		 
		  .swiper {
		         width: 100%;
		         height: 100%;
		       }
		 
		     
		     
			   .ryy{background: #EEEEEE; padding: 5% 0;}
			.ryne{background: #fff; padding:8% 5%;}
			.ryne p{font-size: 20px; text-align: center; border-top: 1px solid #666666; margin-top: 15%; line-height: 50px;}
			.bxzx{}
			.bxzx_l{width: 288px;  background: #F7F5F6; float: left;}
			.bxzx_l h2{line-height: 64px; color: #fff; text-align: center;background: #704015; font-size: 26px;}
			.bxzx_l p{font-size: 20px; line-height: 70px; border-bottom: 1px dashed #AAAAAA; padding-left: 20px; color: #666666;}
			.bxzx_l p:nth-child(2){color: #704015;}
			.bxzx_l h3{margin: 20% auto; text-align: center;}
			.bxzx_l h3 img{background: #fff; padding: 5px; border:1px dashed #313131;}
			.bxzx_l h3 p{font-size: 14px; text-align: center; border:none; padding: 0;}
			.bxzx_r{}
			.bxzx_r ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
			.bxzx_r ul li{width: 49%; margin-bottom: 2%;}
			.bxzx_r_c{width:890px; float: right;}
			.bxzx_r dl{display: flex;justify-content: space-between; text-align: center; font-size: 26px; line-height: 64px;border-bottom:1px solid #929292}
			.bxzx_r dl dt{width: 310px; border-right:1px solid #929292}
			.bxzx_r dl dd{width: 580px;}
			.bxzx_r dl:nth-child(1){background: #D7E0EA; color: #0762CB;}
			.bxzx_r dl:last-child{border: none;}
		.fy{width:100%; height: 35px; line-height: 24px; overflow: hidden; text-align:center; font-size:16px;  padding:32px 0 0 0; margin-bottom: 5%;}
								.fy a{ display:inline-block; padding:0 15px; color:#9a9a9a; border:1px solid #9a9a9a}
								.fy b{color: #fff !important; background:#088847;padding:4px 15px;}
								.fy span,.fy span a{vertical-align:middle; text-decoration:none; color:#9a9a9a; cursor:pointer; }
					 .ab_con1{margin: 3% auto;line-height: 35px; }
					.ab_con1 p{ font-size: 16px; line-height: 35px;  margin-top: 1%; }
					.ab_con1 p span{ font-size: 16px; line-height: 35px; }
					.ab_con1  strong span{ font-size: 16px; line-height: 35px; }
					.ab_con1 div{ font-size: 16px; line-height: 35px;   }
					.ab_con1 div span{ font-size: 16px; line-height: 35px; }
					.ab_con1 div img{ margin:2% 0 !important}
					.ab_con1 div strong span{ font-size: 16px; line-height: 35px; }
			.syp{font-size: 18px; line-height: 50px;}
			.fy_con{background: #f1f1f1; padding-bottom: 5%; margin-bottom: 5%; display: block; overflow: hidden;}
			
			
			.gg_tit{text-align: center; margin: 120px 0 60px 0;}
			.gg_tit h2{font-size: 48px;}
			.gg_tit h3{margin: 25px 0;}
			.gg_tit p{font-size: 26px; text-align: center;}
			
			.jz_con1{ display: flex;justify-content: space-between; flex-wrap: wrap;}
			.jz_con1 dl{width: 28%; text-align: center; padding: 7% 2%; border: 1px solid #e1f0f2;border-radius: 20px; margin-bottom: 3%;}
			.jz_con1 dl dt span{font-size: 60px; color: #77bcc3;}
			.jz_con1 dl dd{font-size: 28px; margin: 5% 8%; color: #333333;}
			.jz_con1 dl p{font-size: 18px; text-align: center; line-height: 30px;}
			.jz_con1 .active{background: #ca3924; color: #fff;}
			.jz_con1 .active dt span{color: #ca3924; background: #fff; padding: 4%; border-radius: 100px; font-size: 40px;}
			.jz_con1 .active dd{color: #fff;}
			.jz_con1 dl:hover{background: #ca3924; color: #fff;}
			.jz_con1 dl:hover dt span{color: #ca3924; background: #fff; padding: 4%; border-radius: 100px; font-size: 40px;}
			.jz_con1 dl:hover dd{color: #fff;}
			.jzbg{background: url(../img/sybg_08.jpg); background-size: 100% 100%; padding-bottom: 5%;}
			.jz_fw{display: flex;justify-content: space-between; position: relative;}
			.jz_fw_r h2{font-size: 36px; line-height: 50px; color: #333333;}
			.jz_fw_l{width: 655px;}
			.jz_fw_r{width: 430px; text-align: left; padding:30px 0  0 60px;}
			.jz_fw a{display: inline-block; background: #78471c; font-size: 22px; color: #fff;
			 padding: 1% 5%; border-radius: 10px;  position: absolute; bottom: 0; right: 0;}
			.jzfw_pos{position: absolute;right: 0; bottom: 90px; width: 600px; padding:3% 0; background: #fff; padding:40px;}
			.jzfw_pos h2{text-align: left; font-size: 36px; color: #77bcc3; line-height: 80px;}
			.jzfw_pos p{font-size: 16px; line-height: 30px; margin: 1% 0;}
			
			.swiper-button-next,.swiper-button-prev{width: 50px; height: 50px; color: #fff!important; line-height: 50px; font-size: 30px; border-radius: 50px;}
			
			.swiper-button-next1,.swiper-button-prev1{width: 50px; height: 50px; color: #fff!important; line-height: 50px; font-size: 30px; border-radius: 50px;}
			
			
			
			
			.jz_con3{display: flex;justify-content: space-between;}
			.jz_con3 dl{width: 33.33%; text-align: center;}
			.jz_con3 dl dt{border-bottom: 1px  dashed #dfdfee; padding-bottom: 3%; margin-bottom: 3%;}
			.jz_con3 dl p{text-align: center;}
			.jz_con3 dl  dd{font-size: 26px; margin: 5% 0;}
			.jz_con3 dl p{font-size: 18px; line-height: 30px;}
			
			.bgabout{background: #f6f6f6; padding: 5% 0; margin: 5% 0;}
			.jz_con4{background: #77bcc3; padding: 30px; display: flex;justify-content: space-between;}
			.jz_con4_l{width: 240px;}
			.jz_con4_l dl{text-align: center; font-size: 28px; background: #fff; width: 240px; margin-bottom: 2%; padding: 43px 0; cursor: pointer;}
			.jz_con4_l .active{background: #ca3924; color: #fff;}
			.jz_con4_l .active dt span{color: #fff;}
			.jz_con4_l dl dt span{ font-size: 45px; color: #77bcc3;}
			.jz_con4_l dl dd{ margin-top: 5%;}
			
			
			
			.jzconn{width: 930px;}
			.jzconn .active{display: block!important;}
			.jzconn .jzconn_n{display: none;}
			
			.yxay ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
			.yxay ul li{background: #fff; font-size: 22px;  text-align: center; width: 49%; margin-bottom: 2%;}
			.yxay ul li p{text-align: center; line-height: 80px;}
			.jz_con4_m{width: 532px; float: left;}
			.jz_con4_r{width: 365px; color: #fff; float: right;}
			.jz_con4_r h2{font-size: 48px; border-bottom: 2px solid #b2d7db; display: inline-block; line-height: 70px; margin: 20% 0;}
			.jz_con4_r p{font-size: 18px; line-height: 26px; margin-bottom: 5%;}
			
			.jz_con4_r  a{display: inline-block; padding: 3% 8%; font-size: 18px; background: #ca3924; color: #fff; border-radius: 50px; margin-top: 80px;}
		.jz_con5{display: flex;justify-content: space-between;}
		.jz_con5 dl{width: 19.5%; position: relative;background: #f6f6f6; }
		.jz_con5 dl dt{background: #77bcc3; text-align: center; font-size: 26px; color: #fff; line-height: 40px; padding: 10% 0 25% 0;}
		.jz_con5 dl dd{background: #f6f6f6; padding: 25% 10%; font-size: 18px; line-height: 25px;}
		.jz_con5 dl h2 span{background: #fff; padding: 2%;font-size: 40px; color: #77bcc3; border-radius: 50px; position: absolute;left: 0; right: 0; top:37%; width: 50px; margin: 0 auto; text-align: center; height: 50px; line-height: 50px; border:2px solid #f8f8f8}
			.jz_con5 .active dt{background: #ca3924;}
			.jz_con5 .active h2 span{color: #ca3924;}
			.jz_con5 dl:hover dt{background: #ca3924;}
			.jz_con5 dl:hover h2 span{color: #ca3924;}
			.ggbd .active{background: #068747; color: #fff;}	
					
				.ggbd input::-webkit-input-placeholder { 
				/* WebKit browsers，webkit内核浏览器 */
				color: #808080; 
				font-size: 20px;
				} 
					.ggbd .active::-webkit-input-placeholder {
					/* WebKit browsers，webkit内核浏览器 */
					color: #fff; 
					font-size: 20px;
					} 	
					
			
					
					.foot_c_b{display: flex;justify-content: space-between;}
					
					.foot_c_b_l{width: 310px;}
					.foot_c_b_l h2{font-size: 40px; margin-top: 5%;}
					.foot_c_b_m{width: 450px;}
					.foot_c_b_r{width: 270px; }
					.foot_c_b_m p{font-size: 16px; display: flex;}
					.foot_c_b_r ul{display: flex;justify-content: space-between; }
					.foot_c_b_r ul p{text-align: center; font-size: 12px;}
					.foot_c_b_m  p{ margin-bottom: 5%;}
					.foot_c_b_m  p span{font-size: 25px; padding-right: 5px;}
					.foot_b{background: #16402C; line-height: 46px; margin-top: 50px; text-align: left; font-size: 14px; text-align: center;}
					.mbgfw,.mtit,.mgywm,.wap{display: none;}
					
					 .posnav {padding:3% 0 3% 0;  margin: -70px auto 5%; background: url(../img/navbg.png); background-size: 100% 100%;}
							 .posnav h2{ font-size: 30px; color: #fff;  padding-left: 3%; float: left;font-weight: bold;}
							 .posnav h2 span{ font-size: 18px;  color:#666666; font-weight: normal; padding-left: 80px;}
							 .posnav p{float: right; font-size: 18px; color: #666666c8c8c; margin-top: 27px; padding-right: 3%;}
							 
							 .gywm dl,.gy_hdjl,.lxwm,.csrjj dl{display: flex;justify-content: space-between; margin-bottom: 2%; flex-wrap: wrap;}
							 .gywm dl dt{width: 600px;}
							 .csrjj dl dt{width: 395px;}.csrjj dl dd{width: 768px;}
							 .gywm dl dd{width: 565px;}
							 .gywm dl dd h2{font-size: 30px;  color: #16402C;}
							 .gywm dl dd h2 span{margin: 1% 0 2% 0;border-bottom: 1px solid #16402C; }
					.gywm dl dd p{font-size: 18px; line-height: 30px; margin-top: 3%;}
					.gywm_con2{background: #77bcc3; margin: 5% 0; display: block; overflow: hidden; padding-bottom: 5%;}
					.corbs{color: #fff;}
					.gy_hdjl dl{width: 49.5%; text-align: center; font-size: 23px; line-height: 50px; margin-bottom: 5%;}
					
					.anli_list ul{display: flex;justify-content: space-between; margin-bottom: 2%; flex-wrap: wrap;}
					.anli_list ul li{width: 49%;margin-bottom: 1%; border:1px solid #e8e8e8}
					.anli_list ul li p{ line-height: 70px; font-size: 24px; text-align: center;}
					.anli_list ul li:hover{border:1px solid #78471c}
					.anli_list ul li:hover p{ color: #78471c;}
					.jz_hz{margin-bottom: 5%;}
					.lxwm_l{width: 470px;}
					.lxwm_r{width: 690px;}
					.lxwm_l dl{margin-bottom: 5%;}
					.lxwm_l dl dt{font-size: 27px; border-bottom: 1px solid #e1e1e1; padding-bottom: 5%; margin-bottom: 5%;}
					.lxwm_l dl dt span{font-size: 30px;color: #16402C; padding-right: 10px;}
					.lxwm_l dl dd{font-size: 17px;}
					.lxwm_l dl dd ul{display: flex;justify-content: space-between; text-align: center; width: 80%;}
					
					.lxwm_l dl dd ul li img{width: 90%;border:1px solid #16402C}
					.lxwm_l dl dd ul li p{text-align: center; line-height: 30px; font-size: 16px;}
				.pchidden{ display:none}
				
				
				.nav{}
				#logo h2{font-size: 22px; line-height: 20px; color:#0a915b; margin-bottom: 5px;}
				#logo p{font-size: 20px; color: #e1e1e1; }
				
				.dhtop{font-size: 24px; color:#16402C; font-weight: bold; line-height: 36px;}
				.dhtop img{vertical-align:middle; padding-right:5px; }
				.dhtop span{font-size: 14px;}
				.dhtop  dl{display: flex;justify-content:flex-end;}
				.dhtop  dl dt{margin-top: 6%;}
				.dhtop  dl dd h2{font-size: 16px; color: #3E3E3E;}
				.dhtop  dl dd p{font-size: 24px; color: #16402C; margin-top: 15px;}
				.dhtop  dl dd p span{font-size: 20px; margin-right: 10px; color: #333333; display: block; line-height: 36px;}
				
				.dhtop  dl dd p em{font-size: 26px; margin-top: 5px; color: #333333; display: block;}
				.mbg1{display: none;}
				.hezi{display: flex; justify-content: space-between;}
				.mdcon1_c_l{ position: absolute; top: 0; left: 0;z-index: 22;}
				.mdcon1{width: 1460px; margin: 5% auto;position: relative; padding: 5% 0;}
				.mdcon1_c_r{ position: absolute; bottom: 0; right: 0; z-index: 22; }
				.mdcon1_c_m{background:url(../img/cbg1.jpg);  padding:10%; background-size: 100% 100%;}
				.mdcon1_c_m dl{width: 20%; text-align: center;}
				.mdcon1_c_m dl dt{width: 210px; height: 140px; border-radius: 210px; border:1px solid #878787; padding-top: 70px;}
				.mdcon1_c_m dl dt p{text-align: center; }
				.mdcon1_c_m dl dt p span{font-size: 60px; color: #878787;}
				.mdcon1_c_m dl dt h2{font-size: 26px; color: #333333; line-height: 50px;}
				.mdcon1_c_m dl dd{font-size: 18px; margin-top: 15%;}
				.mdcon1_c_m dl:hover dt{border:1px solid #78471c;}
				.mdcon1_c_m dl:hover p span{color:#78471c;}
				.mdcon1_c_m dl:hover dt h2{color:#78471c;}
				.mdpubtit{text-align: center; margin: 3% auto;}
				.mdpubtit dl{display: flex; justify-content: center; color: #fff;}
				.mdpubtit dl dd h2{font-size: 48px; margin-bottom: 2%;}
				.mdpubtit dl dd{text-align: left; margin-top: 4%;}
				.mdpubtit dl dd p{font-size: 26px;}
				
				.mdcon2{background:url(../img/sybg_03.jpg); padding: 0 0 5%; display: block; overflow: hidden; background-size: 100% 100%;}
				
				.mdpic{ position: relative;}
				.mdpic p{ position: absolute; width: 80%; text-align: left;bottom: 0; color:#FFFFFF; height: 76px;
				 line-height: 25px; font-size: 16px;  background: url(../img/bg2.png); padding: 2% 10%;}
				 .mdpic p span{ display: block; font-size: 20px; margin-bottom: 1%; font-weight: bold;}
				 
				 .mdpic:hover p{ background: url(../img/bg1.png);}
				
			
			   .mySwiper11 .swiper-pagination-bullet{width: 170px!important; border-radius: unset; height: 5px!important; border:1px solid #fff; background: none;}					
			   .mySwiper11		.swiper-pagination-bullet-active	{ background: #fff;}
			   
			   .mySwiper11 .swiper-pagination{ display:none!important}
			   
			   .mbtit2{ background: url(../img/sybg_06.jpg); width: 100%;}
			    .mbtit3{ background: url(../img/sybg_10.jpg); width: 100%; height: 368px;}
				.mbtit4{ background: url(../img/sybg_16.jpg); width: 100%; height: 368px;}
			   .corh{color: #110a03!important;}
			   .mbcon2_t{width: 95%; margin: 0 auto 5%;}
			   .mbcon2_t ul li{width: 19%; text-align: center; font-size: 26px; color: #78471c; background: #e9e9e9; line-height: 70px; border-radius: 10px;}
			   .mbcon2_t .active{color: #e9e9e9; background: #78471c;}
			   .mbcon2_n_c{display: none;}
			   .mbcon2_n .active{display: block;}
			   .mbcon2_n img{margin-bottom: 5px;}
			   .mbcon2_b{width: 100%; border-bottom: 1px solid #78471c; padding: 2% 0 3% 0; font-size: 20px; color: #78471c; margin: 3% 0;}
			   .mbcon2_b span{display: inline-block; float:right; padding: 1%; background: #78471c; color: #fff;border-radius: 10px;}
			   .mbcon2_n_cc{flex-wrap: wrap;}
			   
			   .mbtit3 .mdpubtit{margin: 0 auto; padding-top: 100px;}
			   .mdys dl{ display: flex;justify-content: space-between; margin-bottom: 1%;}
			   .mdys dl dd{background: url(../img/yybg.jpg); background-size: 100% 100%; width: 50%; text-align: center; padding: 5% 0;}
			   .mdys dl dt{width: 50%;}
			   .mdys dl dt img{height: 100%;}
			   
			   .mdys dl dd span{font-size: 35px; color: #ffffff; background: #704015; padding: 2%; border-radius: 100%;}
			   .mdys dl dd h2{font-size: 24px; color: #704015; line-height: 80px;}
			   .mdys dl dd p{text-align: center;}
			   .mdys dl dd h3{width: 100px; border-bottom: 1px solid #beab99; margin: 0 auto 10%;}
			   .mdys dl:hover dd{background: url(../img/yybg2.jpg); }
			   .mdys dl:hover span, .mdys dl:hover h2, .mdys dl:hover p{color: #fff;}
			   .mdys dl:hover span{color: #704015; background: #fff;}
			   .mdys dl:nth-child(2),.mdys dl:nth-child(4){flex-direction: row-reverse;}
			   
			   .gywm a{display: inline-block; float:right; padding: 1% 5%; background: #78471c; color: #fff;border-radius: 10px; float: left; font-size: 20px; margin-top: 5%;}
			   
			   .lxwmdh{margin: 5% auto;}
			   
			   .mshow{display: none;}
			   
			   .ab_wdys{display: flex; justify-content: space-between; }
			   .ab_wdys dl{width: 19%; text-align: center; border:1px solid #d7d7d7; font-size: 24px; line-height: 50px; border-radius: 8px; padding: 5% 0;}
			   .ab_wdys dl span{font-size: 30px; background: #78471c; color: #fff; padding: 5%; border-radius: 100%; }
			   
			   .ab_wdys dl:hover{ background: #78471c; color: #fff;}
			   .ab_wdys dl:hover span{ background: #fff; color:#78471c ;}
			   
			   .mbcon2_n_cc  a{width: 33%;}
			   
			   .bxzx_r ul li{position: relative;}
			    .bxzx_r ul li p{width: 100%; left: 0; right: 0; bottom: 0; line-height: 60px; text-align: left;text-indent: 2em; font-size: 18px; color: #333333; background: #e9e9e9; position: absolute;}
				.bxzx_r ul li p span{ background: #a97242; font-size: 30px; display: inline-block;  border-radius: 100%; width: 30px; height: 30px; text-align: center; line-height: 30px; color: #fff; text-align: center; text-indent: 0; float: right; margin: 15px 20px 0 0;}
			    .bxzx_r ul li:hover p{ background: #a97242; color: #fff;}
				.bxzx_r ul li:hover p span{background: #fff; color: #a97242;}
			   
			   
			   
			   .mdzyyw ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
			    .mdzyyw ul li{width: 33%; margin-bottom: 3%;}
			    .mdzyyw ul li p{ text-align: center; font-size: 20px; line-height: 50px;}
			   .mdfwnr{background: url(../img/fwbg.jpg); background-size: 100% 100%; padding: 1% 0 6%; text-align: center;}
			   
			   .mdfwnr_c {text-align: center;}
			   
			   
			   .x1pub_tit{text-align: center; margin: 5% auto 3%; color: #141414; }
			   .x1pub_tit p{text-align: center;}
			   .x1pub_tit h2,.x8_con_t h2{font-size: 40px; line-height: 50px; font-weight: bold; position: relative;display: inline-block; margin-bottom: 1%;}
			   .x1pub_tit p,.x8_con_t p{font-size: 20px; margin-bottom: 1%; line-height: 30px; color: #777777; margin-left: 5px;}
			    .x1pub_tit p span,.x8_con_t p span{font-size: 30px; color: #B41413; display: inline-block; }
			   .x1pub_tit h2 img{position: absolute;top: -20px; right: -25px;}
			   .x1pub_tit h2 span{color: #960005;}
			   .x1_con1{position: relative; margin-bottom: 5%;}
			   .x1_con1_con{display: flex; justify-content: space-between;}
			   .x1_con1_con dl{width: 287px; position: relative; padding: 10% 0 89px 0; color: #333333; border:1px solid #eeeeee}
			   .x1_con1_con dl dt {text-align: center;}
			   .x1_con1_con dl dt span{text-align: center; font-size: 50px; color: #777777;}
			   .x1_con1_con dl dd h2{text-align: center; font-size: 22px; color: ##333333;font-weight: bold; margin: 3% auto;}
			   .x1_con1_con dl dd p{ padding:5% 10%;}
			   .x1_con1_con dl:nth-child(1) dt span,.x1_con1_con dl:nth-child(4) dt span{font-size: 43px;}
			   .x1_con1_con dl:hover{border:1px solid #960005;}
			   .x1_con1_con dl:hover dt span{color:#960005;}
			   .x1_con1_con dl img{position: absolute; left: 0; right: 0; top: 0; z-index: -1;}
			   .xl_bg1{position: absolute; left: 5%; top: 10%;z-index: -1;}
			   .xl_bg2{position: absolute; right: 5%; bottom:-3%;z-index: -1;}
			   .x2_bg2{background: url(../img/bg2.jpg); background-size:100% 100%; padding: 1% 0 5% 0;}
			    .hys{color: #141414!important;}
				.x2_con2{display: flex; justify-content: space-between;}
				.x2_con2_l,.x2_con2_r{width: 47%;}
				.x2_con2_l dl,.x2_con2_r dl{ position: relative; margin-bottom: 3%; font-size: 18px;}
				.x2_con2_l dl dd,.x2_con2_r dl dd{background: #fff; width: 389px; height: 96px; padding: 30px 70px;}
				.x2_con2_l dl dd h2,.x2_con2_r dl dd h2{font-size: 20px; font-weight: bold; margin: 2% 0;}
				.x2_con2_l dl dt{width: 68px; height: 68px; border-radius: 100%; font-size: 30px; color: #960005; line-height: 68px; text-align: center; position: absolute; left:-34px; top:27%; font-weight: bold;border:1px solid #960005}
				.x2_con2_l dl{margin-left: 34px;}
				.x2_con2_r dl dt{width: 68px; height: 68px; border-radius: 100%; font-size: 30px; color: #960005; line-height: 68px; text-align: center; position: absolute; right:-34px; top:27%; font-weight: bold;border:1px solid #960005}
				.x2_con2_r dl{margin-right: 34px;}
				.x2_con2_r dl:hover dd,.x2_con2_l dl:hover dd{background-image: url(../img/x2bg.png); background-size: 100% 100%;}
				.x2_con2_r dl:hover dt,.x2_con2_l dl:hover dt{background: #960005; color: #fff;}
				.x3_bg{background: #fbfbfb;}
				.x3_con{display: flex;justify-content: space-between;}
				.x3_con_l{width: 52%;}
				.x3_con_r{width: 48%;}
				.x3_con_l dl{display: flex;justify-content: space-between; margin-bottom: 6%;}
				.x3_con_l dl dt{width: 5%;}
				.x3_con_l dl dd{width: 94%; position: relative;}
				.x3_con_l dl dd h2{ font-size: 22px;font-weight: bold; color: #333333;}
				.x3_con_l dl dd h3{width: 200px; border-bottom: 1px solid #e2e2e2; margin-bottom: 1%; padding-bottom: 1%;}
				.x3_con_l dl dd p{font-size: 18px;}
				.x3_con_l dl dd h4{position: absolute; font-size: 48px; color: #f5f3f3; right: 30%; top:-10px}
			
				.x6_bg{background: url(../img/bg5.jpg); background-size: 100% 100%; padding-bottom: 5%;}
				.x6_con dl{ width: 110px; border-left: 1px solid #e2e0df; float: left;}
				.x6_con dl dt{width: 85px; height: 380px; overflow: hidden; padding: 0 3%; float: left;}
				.x6_con dl dd{width: 470px; float: left; display: none;}
				.x6_con dl dt h2{font-size: 36px; color: #960005; font-weight: bold; text-align: center;}
				.x6_con dl dt p{width: 100%; letter-spacing: 3px; height: 350px;writing-mode: tb-rl; font-size: 18px; line-height: 30px;}
				.x6_con .active{width:700px!important;}
				.x6_con .active dd{ display: block;}
				.x6_con dl:nth-child(1) dt{width: 97px;}
				.x6_con dl:nth-child(2) dt{width: 125px;}
			    .x6_con dl:nth-child(2){width: 140px;}
		.x7_con{display: flex; justify-content: space-between; min-height: 770px;}
		.x7_con_l img,.x7_con_r_con img{min-height: 770px;}
		.x7_con_l{position: relative;}
		.x7_con_l_n{position: absolute; left: 40%; top: 0;}
		.x7_con_l_n dl{width: 67px; height: 770px; float: left; margin: 0 5px; font-size: 24px;  text-align: center; display: block; overflow: hidden;
		 padding-right: 33px;}
		.x7_con_l_n dl dt,.x7_con_l_n dl dd{width: 100%;}
		.x7_con_l_n dl dt{margin: 100px 0 30px 0; width: 25px; height: 25px; border:1px dotted #960005; text-align: center; float: right; margin-right: 3px;}
		.x7_con_l_n dl dt p{ font-size: 16px; background: #960005; margin: 2px; font-weight: bold; text-align: center; color: #fff;}
		.x7_con_l_n dl dd{writing-mode: tb-rl; padding-right: 20px; letter-spacing: 5px;}
		.x7_con_l_n dl:hover{background-image: url(../img/ttbg.jpg); background-size: 100% 100%;color: #fff;}
		.x7_con_l_n dl:hover dt{border:1px solid #fff}
		.x7_con_l_n dl:hover dt p{background: #fff; color: #960005;}
		.x8_con{z-index: 2;}
		.pplog{position: absolute; right:0; bottom: -140px; width: 1200px; margin: 0 auto; text-align: right; left: 0; z-index: 0;}
		.x8_bg{background: url(../img/ppbg.png); background-size: 100% 100%; padding: 5% 0 10% 0; color: #fff; position: relative; margin-bottom: 150px;}
		.x8_con_nn{width: 820px; float: left;}
		.x8_item_t_l{width: 62px; height: 62px; font-size: 18px; font-weight: bold;  line-height: 62px; text-align: center;border-radius: 62px; color: #B41413; margin-right: 25px; background: #fff;}
		.x8_item_t{display: flex; justify-content: flex-start;}
		.x8_item_t_r dl{display: flex;justify-content: space-between; margin-top: 7px;}
		.x8_item_t_r dl dt span{font-size: 50px; color: #fff ;}
		.x8_item_t_r dl dt{margin-right: 20px;}
		.x8_item_t_r dl dd h2{font-size: 20px; font-weight: bold; margin-bottom: 1%;}
			.x8_item_x{width: 1px; height: 35px; margin: 15px 0 15px 32px; border-left: 1px solid #DDDDDD;}	
			.x8_con_nn{ display: flex;justify-content: space-between; flex-wrap: wrap;}
			.x8_item{width: 50%;}
			.x8_item_t_r dl dd p{color:#ffffff; font-size: 14px;}
			
			.x8_item:hover .x8_item_t_l{ background: #B41413; color: #fff;}
			.mx8_con{display: none;}
			
			.x9_crs{position: relative;}
			.x9_crs_l{ position: absolute; top:0px; left: 0; z-index: 1;} 
			.x9_crs_r{float: right; position: relative;}
			.x9_crs_r_con{ position: absolute; right: 50px; width: 550px; top:0;}
			.x9_crs_r_con h2{ font-size:64px; font-weight: bold; margin: 15% 0 2% 0;}
			.x9_crs_r_con h3{ font-size:26px; font-weight: bold; margin: 5% 0;}
			.x9_crs_r_con h3:nth-child(3){font-size: 22px;}
			.x9_crs_r_con p{font-size: 18px; margin: 3% 0; display: flex;}
			.x9_crs_r_con p span{color: #9f835e; font-size: 30px; }
			.x9_crs_r_con a{ text-align: right; display: block; float: right;}
			.x11_xw{display: flex;justify-content: space-between; margin-bottom: 2%;}
			.x11_xw_r dl{display: flex;justify-content: space-between;}
			.x11_xw_l{width: 90px; margin-right: 30px; position: relative;}
			.x11_xw_r dl dt{width: 340px; margin-right: 60px;}
			.x11_xw_l h2{font-size: 32px; margin-top: 15px;}
			.x11_xw_l p{font-size: 18px; margin-top: 25px; margin-left: 30px;}
			.x11_xw_l h3{width: 87px;height: 49px;border-top: 1px solid #333333;transform: rotate(145deg); position: absolute; top:15px; left: -10px;}
			.x11_xw_r dl dd h2{font-size: 22px; border-bottom: 1px solid #dfdfdf; margin-bottom: 20px; padding-bottom: 20px; font-weight: bold;}
			.x11_xw_r dl dd p{font-size: 18px; color: #686868; line-height: 30px;}
			.x11_xw_r dl dd a{font-size: 18px;font-weight: bold; margin-top: 20px; display: block;}
			.x11_xw_r dl dd{width: 680px;}
			.x11_xw:hover .x11_xw_l h2,.x11_xw:hover .x11_xw_l p,.x11_xw:hover .x11_xw_r dl dd h2{color: #BE996B;}
			.x11_xw:hover .x11_xw_l h3{ border-top:1px solid #BE996B}
			.x11_xwbg{ background:url(../img/xwbg.jpg); background-size: 100% 100%;}
			.xwmore{text-align: center; margin: 5% auto;}
			.xfooter{background: #13274F; color: #fff; padding: 3% 0 1% 0; font-size: 18px;}
			.xfoot{display: flex;justify-content: space-between;}
			.xfoot_log{width: 142px;}
			.xfoot_l{width: 340px;}
			.xfoot_m{width: 210px;}
			.xfoot_r{width: 250px;}
			.xfootbd ul{ display: flex; justify-content: space-between;}
			.xfootbd P{font-size: 14px;line-height: 35px; text-align: center;}
			.xfoot2{text-align: center; background: #960005; line-height: 42px; font-size: 14px; color: #fff;}
			.xfoot_tit{ margin-bottom:45px; border-bottom: 1px solid #F7F7F7; padding-bottom: 20px;}
			.xfoot_tit span{font-size: 24px;}
			.xfoot_l p{ margin: 5% 0;}
			.xfoot_l ul{display: flex; justify-content: space-between; width: 70%; margin-top: 10%;}
			.xfoot_m ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
			.xfoot_m ul li{width: 49%; margin-bottom: 10%;}
			.xfootbd_t{ display: flex; justify-content: space-between; margin-bottom: 3%;}
			.xfootbd_t input{width:29.5%; height: 40px; line-height: 40px; background: #d9d9d9; font-size: 14px; color: #8E8E8E; padding-left: 10px;}
			.xfootbd_b{ display: flex; justify-content: space-between;}
			.xfootbd_b textarea{ background: #d9d9d9; font-size: 14px; color: #8E8E8E; height: 60px; padding: 9px; width: 308px;}
			.xfootbd_b input{width: 80px; height: 80px; background: url(../img/tj.jpg); text-align: center; line-height: 80px; color: #fff; font-size: 14px;}
			.mfoot{display: none;}
		   .csrjj dl dd h2{font-size: 32px; font-weight: bold; margin: 3% 0;}
			.csrjj dl dd h2 span{color: #960005;}
			  
			 .csrjj dl dd h3{font-size: 24px; font-weight: bold; margin: 10% 0;}
			  .csrjj dl dd  p{font-size: 18px;line-height: 35px; margin-top: 3%;}
			  .rybg{ background: url(../img/rybg.jpg); background-size: 100% 100%; padding: 1% 0 1% 0; margin: 5% auto;}
			  
			  .rybg .mySwiper22 dl dd{background: #fff; border-top: 1px solid #ececec;}
			   .rybg .mySwiper22 dl:hover dd{background: #960005; color: #fff;}
			  .ggt{margin: 5% auto;}
			  
			  .nxwlist .x11_xw_l{width: 78px; height: 114px; background: #C2C2C2; color: #fff; text-align: center;}
			   .nxwlist .x11_xw_l h3{display:none}
			  .nxwlist .x11_xw_l p{text-align: center; margin: 0;}
			   .nxwlist .x11_xw_r{width: 800px;}
			    .nxwlist .x11_xw_r dl {display: unset;}
			   .nxwlist .x11_xw_r dl dt{width: 100%;font-size: 22px;  margin-bottom: 10px; padding-bottom: 10px; font-weight: bold;}
			    .nxwlist .x11_xw{border-bottom: 1px solid #dfdfdf; margin-bottom: 20px; padding-bottom: 20px; }
				.xwli{display: flex;justify-content: space-between;}
				.xwli_l{width: 245px;}
				.xwli_r{width: 820px;}
				 .nxwlist .x11_xw_r dl dd{width: 100%;}
				 .nxwlist .x11_xw:hover .x11_xw_l{ background: #16402C; color: #fff;}
				.nxwlist .x11_xw:hover .x11_xw_l h2,.nxwlist .x11_xw:hover .x11_xw_l p{color: #fff;}
				.xwli_r h3{font-size: 16px; font-weight: bold;}
				.nxwlist .x11_xw:hover .x11_xw_r dl dt,.nxwlist .x11_xw:hover .x11_xw_r dl dd a,.nxwlist .x11_xw:hover .xwli_r h3{ color:#16402C ;}
				.prdc_con{}
												.prdc_con_l{width: 380px;margin: 5px; float: left;}
												.prdc_con_r{width: 790px; float: right; margin-right: 5px; display: flex;flex-wrap: wrap;}
												.prdc_con_r dl{margin:0 10px 3%; width: 30%;}
												.prdc_con_r dl dt{padding: 2%; border-radius: 10px;}
												.prdc_con_r dl dd img{ vertical-align:unset}
												.prdc_con_r dl dd span{display: inline-block; float: right; margin-top: 5px;}
												
												.prdc_con_l_t{background:#16402C; color: #fff; text-align: center;}
												.prdc_con_l_d1{text-align: center; background: #16402C; padding: 10% 0;}
												.prdc_con_l_d1 img{ padding: 2%;}
												.prdc_con_l_d1 dd{font-size: 25px;  color: #201a40; font-weight: bold; margin-bottom: 10%;}
												.prdc_con_l_t dl{display: flex;justify-content: center; font-size: 26px; font-weight: bold;}
												.prdc_con_l_t dl dd p {font-size: 14px;}
												.prdc_con_l_t dl dt span{font-size: 30px; margin:5px 10px 0 0; display: inline-block;}
												.prdc_con_l_m{background: #EFECE5;border-radius: 7px; padding: 5% 0;}
												.prdc_con_l_d{ background: #f5f5f5; margin-top: 20px; border-radius: 7px; padding: 10% 0;}
												.prdc_con_l_m ul{width: 90%; margin: 2% auto;}
												.prdc_con_l_m ul li{line-height: 112px; font-size: 28px;  color: #333333; border-bottom: 1px dashed #879C91; text-align: center;}
												.prdc_con_l_t h2{font-size:40px; font-weight: bold; line-height: 112px;}
												.prdc_con_l_m ul li span{font-size: 18px; display: inline-block; margin-right: 20px; float: right;}
												.prdc_con_l_m ul li:hover,.prdc_con_l_m ul .active{color: #16402C; font-weight: bold;}
												.prdc_con_l_d dl{background: #16402C; color: #fff; text-align: center; padding: 20px 0; display: flex;justify-content: center;border-bottom-right-radius: 35px;}
												.prdc_con_l_d  h3 img{vertical-align: bottom; width: 100%;}
												.prdc_con_l_d dl dt h2{font-size: 13px;}
												.prdc_con_l_d dl p{font-size: 18px; margin: 3% 0; text-align: center;}
												.prdc_con_l_d dl p span{font-size: 20px; margin-right: 10px;}
												.prdc_con_l_d dl dd{width: 65px; border:1px dotted #fff; padding: 3px; height: 65px; margin-left: 10px;}
												.prdc_con_l_d{text-align: center; padding:10% 0;}
												.prdc_con_l_d p{font-size: 16px; color: #767575; text-align: center; margin-bottom: 10%;}
												.prdc_con_l_d  h2{font-size: 24px; color: #272727;}
												.prdc_con_l_d a{width: 80%; background: #db5653; line-height: 35px; color: #fff; text-align: center;border-radius: 5px; display: block;  margin: 3% auto;}
												.prdc_con_r ul{display: flex; justify-content: space-between; flex-wrap: wrap;} 
												.prdc_con_r ul li{width: 48%;  margin: 5px 0 5% 5px; font-size: 27px;}
												.prdc_con_r ul li p{line-height: 50px; font-size: 30px; text-align: center; margin-top: 5%;}
												.prdc_con_r ul li p span{ display: inline-block; float: right; }
				.ydyjm{display: flex;justify-content: space-between; padding: 5px;}
				.ydyjm dl{position: relative; width: 160px;margin-top: 35px;}
				.ydyjm dl dt{width: 72px; height: 75px; position: absolute; top: -37px; left: 0px ;right: 0; margin: 0 auto; background: #d4b599; color: #fff; line-height: 75px; text-align: center; font-size: 25px;font-weight: bold;}
				.ydyjm dl dd{ background: url(../img/hzbg2.png); width: 110px; height: 398px;border:1px solid #aaaaaa; }
				.ydyjm dl:hover dd{background: url(../img/hzbg1.png);border:1px dashed #aaaaaa}
				.ydyjm dl dd{writing-mode: tb-rl; padding-right: 50px;}
				.ydyjm dl dd h2{font-size: 26px; font-weight: bold; padding-top: 100px;}
				.ydyjm dl dd p{font-size: 16px;color: #AFA292;text-align: center;}
				.ydyjm dl:hover dt{background:#960005 ;}
				
				.mt_xm{ background: url(../img/xmbg.png); background-size: 100% 100%; padding: 4% 0; color: #fff; display: block; overflow: hidden;}
				.mt_xm_t{text-align: center; font-size: 40px; line-height: 65px; margin-bottom: 5%; font-weight: bold;}
				.mt_xm_t img{vertical-align: top; margin: 0 2%;}
				.mt_xm_con{}
				.mt_xm_con_l{width: 933px; float: left;}
				.mt_xm_con_l_n{position: relative; display: none;}
				.mt_xm_con_l_n p{position: absolute;bottom: 15%; right: 0; width: 65%; font-size: 20px; line-height: 30px;}
				.mt_xm_con_r{width: 590px; display: flex; justify-content: space-between; flex-wrap: wrap;  margin-left: 3%; float: left; margin-top: 1%;}
				.mt_xm_con_r dl{width: 50%; display: flex;justify-content: left; margin-bottom: 10%;}
				.mt_xm_con_r dl dt{width: 132px; height: 131px; background: url(../img/xmbg2.png); text-align: center;  margin-right: 5%; background-size: 100% 100%; }
				.mt_xm_con_r dl dt span{font-size: 40px; line-height: 131px;}
				.mt_xm_con_r dl dd p{font-size: 14px; margin-top: 30%;}
				.mt_xm_con_r dl dd h2{font-size: 30px; font-weight: bold;}
				.mt_xm_con_r dl:hover dt{  background: url(../img/xmbg1.png); color: #960005; background-size: 100% 100%; }
				.mt_xm_con_l .active{display: block;}
				.mtcp{position: relative;}
				.mtcp_l{width:901px; float: left; height: 818px;}
				.mtcp_t{position: absolute; left: 930px; top:100px; width: 540px;}
				.mtcp_t h2{font-size: 40px;font-weight: bold; text-align:left; margin-bottom:5%; }
				.mtcp_t  span{width: 9px; height: 9px; border-radius: 9px;background:#960005; display: inline-block; margin-right: 2%;}
				.mtcp_t  p{font-size: 20px; color: #777777;}
				.mtcp_r{width: 610px; float: left; margin-left: 30px; margin-top: 250px;}
				.mtcp_r h2{color: #960005; font-size: 18px; text-align: center;width: 60%; margin: 5% auto; border-top: 2px solid #E6E6E6;border-bottom: 2px solid #E6E6E6; padding: 3% 0; font-weight: bold; }
				.mtcp_r p{font-size: 18px; line-height: 35px;}
				
				.mySwiper11{ margin-bottom: 8%;}
				.mySwiper11 .swiper-pagination{ display: none;}
				.mySwiper22 .swiper-pagination{ left: 50%!important; text-align: left; bottom: 4%!important;}
				
				.xfcp{position: absolute;left: 50%!important;  bottom: 8%; width: 550px; z-index: 99999;}
				.xfcp ul{ display: flex;justify-content: space-between;}
				.xfcp ul li:nth-child(3)  { margin:0 1%;}
				.mySwiper22 .swiper-pagination-bullet{ margin:0 2.55%!important; background: none!important; }
				.mySwiper22 .swiper-pagination-bullet-active{border:1px solid #960005!important;}
				
			
				.xfcp ul li{ width:16.66%; text-align:center}
				.mtcj{margin: 5% auto 0; position: relative;}
				.mtcj_n{position: relative; margin-bottom: 300px;}
				.newystit{width: 75%; position: absolute; bottom: -200px; left: 0; right: 0; background: #fff; border-top: 10px solid #960005; 
				padding: 3% 5% 5% 5%; box-shadow: 0 0 10px #e5e5e5;}
				.newystit h2{margin-bottom: 3%;}
				.x1pub_tit p span {width: 9px;height: 9px;border-radius: 9px;background: #960005;display: inline-block;margin-right: 5px;}
				.mtcj_b{ position: absolute; bottom: 80px; left: 0; right: 0; width: 80%; margin: 0 auto;}
				.mtcj_b ul{display: flex;justify-content: space-between;}
			    .mtcj_b ul li{width: 19%;border:2px solid #fff}
				.mtcj_b ul li img{height: 100%;}
				.mtcj .mtcj_n{display: none;}
				.mtcj .active{display: block;}
				.mtcj_b ul .active{border:2px solid #960005}
				
				.x8_con_t p span {width: 9px;height: 9px;border-radius: 9px;background: #fff;display: inline-block;margin-right: 5px;}
				.x8_con_t p {color: #fff; margin: 1% 0 7% 0;}
				
				
				
				.mtly{position: relative;}
				.mtly_l{position: absolute; left: 0;top: 0; z-index: 0;}
				.mtly_r{position: absolute; right:0;bottom:358px; z-index: 0; text-align: right;}
				.mtly_m{position: relative; z-index: 1;}
				
				.mtly_m_n_t{width: 960px; margin: 0 auto;}
				.mtly_m_n_t ul{display: flex;justify-content: space-between;}
				.mtly_m_n_t ul li{width: 52px; height: 258px; background: url(../img/lbg.png);writing-mode: tb-rl;  color:#fff;font-size: 20px; padding-right: 30px; font-weight: bold; padding-top: 100px; background-size: 100% 100%;}
				.mtly_m_n_t ul li:hover{background: url(../img/lbg1.png);background-size: 100% 100%;}
				/*.mtly_m_n_t ul li:nth-child(1){ width: 72px; padding-right: 10px;}*/
				.mtsq{background: url(../img/sqbg.png); background-size: 100% 100%; padding: 0 0 5% 0; margin: 5% auto; color: #fff; position: relative; height: 650px;}
				.mtsq_n{background-color:rgba(150,0,5,0.8); position: absolute; bottom: 0; left: 30%; width: 65%; height: 400px; top:20%; padding-left: 5%;}
				.mtsq_n h2{font-size: 40px; margin:5% 0 3% 0; font-weight: bold;}
				.mtsq_n dl dd{font-size: 20px; float: left; width: 780px;}
				.mtsq_n dl{width: 800px; display: block; overflow: hidden;}
				.mtsq_n dl dt{width: 9px;height: 9px;border-radius: 9px;background: #fff;display: inline-block;float:left; margin: 8.5% 10px 0 0;}
				.mt_syxw_t{border-bottom:2px solid #EDEDED; margin-bottom: 5%; display: block; overflow: hidden; }
				.mt_syxw_t h2{font-size: 40px; font-weight: bold; float: left; display: inline-block; width: 200px; margin-bottom: 40px;}
				.mt_syxw_t span{display: inline-block; float: right; font-size: 18px;  margin-left: 20px; padding-bottom: 40px;border-bottom: 3px solid #fff; font-weight: bold; color: #727272; margin-top: 30px;}
				.mt_syxw_t span:hover{color: #960005;  border-bottom: 3px solid #960005;}
				.mt_syxw_n{display: flex; justify-content: space-between;}
				.mt_syxw_n_l{width: 50%;}
				.mt_syxw_n_l dl img{ display:none;}
				.mt_syxw_n_l dl{border-bottom: 2px solid #F6F6F6; margin-bottom: 5%; padding-bottom: 3%;}
				.mt_syxw_n_l p,.mt_syxw_n_r p{font-size:26px; color:#939393; font-weight: bold; }
				.mt_syxw_n_l dt,.mt_syxw_n_r dt{font-size: 22px;color:#333333;font-weight: bold;  margin: 5% 0 3% 0;}
				.mt_syxw_n_l dd,.mt_syxw_n_r dd{font-size:18px ;color:#ABABAB;}
				.mt_syxw_n_r{width: 45%;}
				.mt_syxw_n_r img{margin: 5% 0 0 0;}
				.mt_syxw_n_r h2{font-size: 18px; border-top:2px solid #960005; display: inline-block; margin: 3% 0 2% 0; padding-top: 1%; color: #960005; font-weight: bold;}
				.mt_syxw_n_r h3{border-top:2px solid #960005; width: 110px;}
				.hys{color: #960005!important}
				
				.ggbd{}
				
				
				
				.hzdl_bg{position: relative; color: #333333; }
				
				.hzdl_bg .x8_con_t p{ color: #333333;font-weight: bold;}
				.hzdl_bg .x8_con_t p span{background: #960005;}
				.hzdl_bg .x8_item_t_l{border: 1px solid #960005;}
				.hzdl_bg .x8_item_t_r dl dt span,.hzdl_bg .x8_item_t_r dl dd p{color: #333333;}
				.hzdl_bg .pplog{ bottom: 530px;}
				.mtjm{ text-align: center;  background-size: 100% 100%; padding: 6% 0; background: url(../img/dlbg.jpg); color: #fff; margin-top: 200px; background-size: 100% 100%;}
				.mtjm h2{font-size: 32px; color: #CAA870; font-weight: bold;}
				.mtjm p{text-align: center;font-size: 14px; margin: 30px 0;}
				.mtjm h3 span{color: #CAA870; font-size: 20px; text-align: center;}
				.mtjm h4{font-size: 20px; margin-top: 50px;}
				.mtjm h5{font-size: 18px;margin: 30px 0;}
				.mtjm h5 em{font-weight: bold; color:#CAA870 ;}
				
				.abtsq{background: url(../img/abg.jpg);background-size: 100% 100%;padding: 6% 0; }
				.abtsq_n{background-color: rgba(150,0,5,0.8); color: #fff; width: 830px; padding: 5% 190px;}
				.abtsq_n p{font-size: 18px; line-height: 35px; margin: 2% 0;}
				.mt_about{margin-top: 5%;}
				.mt_about dl dt{width: 604px; float: left;}
				.mt_about dl dd{ background: url(../img/jjbg.jpg);  width: 500px; float: right; color: #fff; border:8px solid #d8d1c9; padding: 5% 40px; margin-top: 5%;  font-size: 18px; }
				.mt_about dl dd p{line-height: 35px;}
				.mt_about dl dd h2{font-weight: bold; margin: 5% 0 3% 0;}
				.x10_con .swiper-slide img{ margin-bottom: 0;}
				.mtprolist ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
				.mtprolist ul li{width: 31%; margin-bottom: 3%;}
				.mtprolist ul li p{font-size: 20px; background: #D9D9D9; line-height: 70px; text-align: center; font-weight: bold; color: #333333;}
				.mtprolist ul li:hover p{background: url(../img/bg2.png); background-size: 100% 100%; color: #fff;}
				
			     .navling{width: 100%; height: 66px; background: #16402C; position: absolute; top:100px}
			     .pubtt{text-align: center; margin: 3% auto;}
				 .pubtt h3{font-size: 36px; color: #C4C4C4;}
				  .pubtt h2{font-size: 60px; color: #333333; font-weight: bold;}
				  .pubtt h2 span{ color: #16402C;}
			     .pubtt p{text-align: center; font-size: 24px; color: #545454; margin-top: 1%; margin-bottom: 5px; line-height: 30px;}   
			.bgg1{background-color: #F1F6FA; display: block; overflow: hidden; padding-bottom: 5%;}
			.x_con1{display: flex; justify-content: space-between;}
			.x_con1 dl{ padding: 5% 2%; background-size: 100% 100%; width: 21%;}
			.x_con1 dl:nth-child(1) dt span:nth-child(1){ font-size: 40px;}
			.x_con1 dl dt span:nth-child(1){ font-size: 45px; color: #333333;}
			.x_con1 dl dt span:nth-child(2){ font-size: 30px; float: right; color: #D7011B;}
			.x_con1 dl dd{color: #333333; font-size: 20px; font-weight: bold; margin: 4% 0;}
			.x_con1 dl p{font-size: 18px;color: #8D8D8D;}
			.x_con1 dl:nth-child(1){background: url(../img/Group773_1.png); background-size:100% 100%}
			.x_con1 dl:nth-child(2){background: url(../img/Group774.png); background-size:100% 100%}
			.x_con1 dl:nth-child(3){background: url(../img/Group775.png); background-size:100% 100%}
			.x_con1 dl:nth-child(4){background: url(../img/Group776.png); background-size:100% 100%}
			.x_con1 dl:nth-child(1):hover{background: url(../img/Group773.png); background-size:100% 100%}
			.x_con1 dl:nth-child(2):hover{background: url(../img/Group1040.png); background-size:100% 100%}
			.x_con1 dl:nth-child(3):hover{background: url(../img/Group1041.png); background-size:100% 100%}
			.x_con1 dl:nth-child(4):hover{background: url(../img/Group1042.png); background-size:100% 100%}
			.x_con1 dl:hover dt span,.x_con1 dl:hover dd,.x_con1 dl:hover p{color: #fff;}
			
			.bgg2{width: 100%; background: url(../img/Group795.png); background-size:100% 100%; margin-bottom: 20px;}
			.x_con2 dl{display: flex;justify-content: space-between;}
			.x_con2 dl dt{width: 508px;}
			.x_con2 dl dt h3{width: 40px; height: 4px; background: #D7011B;}
			.x_con2 dl dt h2{margin: 8% 0; font-size: 32px; color: #16402C; font-weight: bold;}
			.x_con2 dl dt h2 img{margin-right: 20px; vertical-align: sub;}
			.x_con2 dl dt p{color: ##333333; font-size: 18px; line-height: 30px;}
			.x_con2 dl dd{width: 650px; position: relative;}	
			.x_con2_n{width: 406px; height: 121px; background:url(../img/Group784.png); padding: 40px; position:absolute; right: 0; bottom: -100px;}	
			.x_con2_n h2{font-size: 24px; color: ##333333;font-weight: bold; margin-bottom: 2%;}	
			.x_con2_n h2 img{margin-right: 10px;}	
			.x_con2_n p{font-size: 18px; color: #333333;}
			.x_con2{height: 555px;}	
			.x_con2 .swiper-button-next{ left: 0!important; top:65%}	
			.x_con2	.swiper-button-prev{ left: 50px;top:65%}
			.x_con3{ background:url(../img/Group787.png); background-size:100% 100%; padding: 3% 0;  text-align: center; color: #fff;}
			.x_con3 h2{ font-size: 32px; font-weight: bold;}
			.x_con3 ul{display: flex; justify-content: center;}
			.x_con3 ul li{width: 120px; background: #fff; border-radius: 50px; margin: 1% 5px; color: #16402C; font-size: 18px;}
			.x_con4 dl{ text-align: center; padding: 20px  0 100px 0; position: relative; border:1px solid #16402C; background: #fff;}
			.x_con4 dl dd{ position: absolute; bottom: 0; background: #16402C; width: 100%; left: 0; right: 0; line-height: 85px; font-size: 26px; color: #fff;}
			.x_con4 dl:hover dd{background: #16402C; color: #fff;}
			.x_con4 dl:hover{border:1px solid #16402C}
			.x_con4 .swiper-button-next,.x_con4 .swiper-button-next1{ right: -50px!important;}
			.x_con4 .swiper-button-prev,.x_con4 .swiper-button-prev1{ left: -50px!important;}
			.x_con5{display: flex;justify-content: space-between;}
			.x_con5_l{width: 575px; position: relative;}
			.x_con5_l dl{display: flex;justify-content: space-between; margin-bottom: 3%;}
			.x_con5_l dl dt{ width: 50px;}
			.x_con5_l dl dd{ width: 508px;}
			.x_con5_l dl dd h2{font-size: 24px; color: #333333;font-weight: bold; margin:0 0 2% 0;}
			.x_con5_l dl dd p{font-size: 18px; color: #797979; line-height: 30px;}
			.x_con5_l_line{width: 1px; height: 400px; border-left: 2px dashed #A5A5A5; position: absolute; left: 25px; top: 50px; z-index: -1;}
			.x_con6_t ul{display: flex;justify-content: space-between; margin-bottom:1%}
			.x_con6_t ul .active img{border-bottom:2px solid #D7011B}
			.x_con6_b_n{ display: none; text-align: center; color: #fff; padding: 5% 0;}
			.x_con6_b_n h2{font-size: 26px; font-weight: bold;}
			.x_con6_b_n h3{font-size:16px; margin-bottom: 2%;}
			.x_con6_b_n p{font-size:20px; text-align: center;}
			.x_con6_b .active{display: block;}
			.qbg1{background: url(../img/Group895.png);}
			.qbg2{background: url(../img/Group895_2.png);}
			.qbg3{background: url(../img/Group895_3.png);}
			.x_con7{ display: flex; justify-content: space-between;}
			.x_con7 dl{width: 293px; height: 393px; text-align: center; color: #fff;}
			.x_con7 dl:nth-child(1){background: url(../img/Group1047.png);}
			.x_con7 dl:nth-child(2){background: url(../img/Group1048.png);}
			.x_con7 dl:nth-child(3){background: url(../img/Group1049.png);}
			.x_con7 dl:nth-child(4){background: url(../img/Group1054.png);}
			.x_con7 dl dd{ font-size: 24px; margin: 2% 0;}
			.x_con7 dl p{padding: 8%; font-size: 18px; display: none;}
			.x_con7 dl dt{margin-top: 200px;}
			.x_con7 dl:hover dt{ margin-top: 50px;}
			.x_con7 dl:hover p{display: block;}
			.x_con7 dl:nth-child(1):hover{background: url(../img/Group1051.png);}
			.x_con7 dl:nth-child(2):hover{background: url(../img/Group1052.png);}
			.x_con7 dl:nth-child(3):hover{background: url(../img/Group1053.png);}
			.x_con7 dl:nth-child(4):hover{background: url(../img/Group1050.png);}
			.bgg8{width: 100%; background: url(../img/Group834.png); background-size:100% 100%; padding: 50px 0; display: block; overflow: hidden; margin: 5% 0;}
			.x_con8{display: flex;justify-content: space-between; flex-wrap: wrap; color: #fff; text-align: center;}
			.x_con8 dl{width: 260px; margin-bottom: 5%;}
			.x_con8 dl dt{font-size: 24px; font-weight: bold; margin: 3% 0;}
			.x_con8 dl dd{font-size: 18px; line-height: 30px;}
			.x_con9{display: flex;justify-content: space-between;flex-wrap: wrap; margin-bottom: 50px;}
			.x_con9 dl{width: 570px; height: 185px; background: #EDEDED; margin-bottom: 20px; display: flex; justify-content: flex-start; position: relative;}
			.x_con9 dl dt{width: 132px; margin: 30px;}
			.x_con9 dl dd{width: 350px; font-size: 20px; color: #333333; margin-top: 65px;}
			.x_con9 dl span{position: absolute; right: 1px; bottom: 1px; color: #D7011B; font-size: 20px;}
			.x_con9 dl:hover{background: #16402C; color: #fff;}
			.x_con9 dl:hover dd,.x_con9 dl:hover span{color: #fff;}
			.x_con9 dl:nth-child(2) dd,.x_con9 dl:nth-child(3) dd{ margin-top: 80px;}
			.x_con10_t{width: 820px; margin: 0 auto 50px; position: relative;}
			.x_con10_t ul{ display: flex; justify-content: space-between; text-align: center;background: #16402C; }
			.midline{width: 1px; height: 40px; background: #fff; position: absolute; left: 0; right: 0; margin: 0 auto; top:20px}
			.x_con10_t ul li{width: 50%; text-align: center; font-size: 26px; line-height: 80px; color: #fff;}
			.x_con10_t ul li.active{ background: #16402C; color: #16402C; border-bottom: 2px solid #16402C;}
			.x_con10_b .x_con4{ display:none}
			.x_con10_b .active{ display: block;}
			.x_con11{display: flex;justify-content: space-between;}
			.x_con11_l{width: 600px;}
			.x_con11_l_t dl{display: flex;justify-content: space-between;}
			.x_con11_l_t dl dt{width: 200px; background: #16402C; text-align: center; color: #fff;}
			.x_con11_l_t dl dt h2{font-size: 78px; font-weight: bold; margin-top: 3%;}
			.x_con11_l_t dl dt p{text-align: center; font-size: 24px;}
			.x_con11_l_b h2{font-size: 24px; margin: 2% 0; font-weight: bold;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
			.x_con11_l_b p{font-size: 18px; color: ##727272;-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
			.x_con11_l_b span{color: #16402C; font-size: 20px; margin-top: 3%; display: block;}
			.x_con11_r{width: 573px;}
			.x_con11_r dl{background: #F6F6F6; padding: 5%; margin-bottom: 3%; display: flex; justify-content: space-between;}
			.x_con11_r dl dt{width: 80px;}
			.x_con11_r dl dd{width: 435px;}
			.x_con11_r dl dt h2{font-size: 24px; color: #333333; font-weight: bold; margin-bottom: 20px;}
			.x_con11_r dl dd h2{font-size: 24px; font-weight: bold; margin-bottom: 10px;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
			.x_con11_r dl dd p{font-size: 18px; color: #727272;-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
	
	
	
	
			.x_about{display: flex; justify-content: space-between; margin-bottom: 2%;}
			.x_about_l{width: 450px;}
			.x_about_l dl{margin: 15% 0;}
			.x_about_l dl dt{font-size: 32px; color: #16402C; font-weight: bold;}
			.x_about_l dl dt img{vertical-align: sub; margin-right:2%;}
			.x_about_l dl dd{font-size: 18px; margin:5% 0;}
			.x_about_r{width: 712px;}
			.fatx{flex-direction: row-reverse;}
			.fatx .x_about_l dl{ margin-top: 130px;}
			.x_zjtd dl{  padding:10px 15px 50px 15px;}
			.x_zjtd dl dd{background: #16402C; font-size: 36px; padding: 1% 0; color: #fff;}
			.x_zjtd dl:hover dd{ background: #16402C;}
			
			.x_hzdl{display: flex;justify-content: space-between; margin-bottom: 50px;}
			.x_hzdl_l{width: 600px;}
			.x_hzdl_r dl {display: flex;justify-content: flex-start; margin-bottom: 2%;}
			.x_hzdl_r dl dt{color: #16402C; font-size: 35px; font-weight: bold; font-style:italic; margin-right: 15px;}
			.x_hzdl_r dl dd h2{font-size: 20px; color: #16402C; font-weight: bold; margin-top: 10px; text-indent: .5em;}
			.x_hzdl_r dl dd img{vertical-align: top; margin-top: 1%;}
			.x_hzdl_r p{font-size: 18px; color: #797979;}
			.x_hzdl_r{width: 540px;}
			.x_hzdl_r_n{margin-bottom: 50px;}
			.x_hzdlbg{width: 100%; background: url(../img/hzbg1.png); background-size: 100% 100%; display: block; overflow: hidden; padding: 30px 0;}
			.x_hzdl_con{width: 960px; display: flex; justify-content: space-between; margin: 0 auto; flex-wrap: wrap;}
			.x_hzdl_con dl{background: url(../img/hzbg2.png); text-align: center; width: 237px; height: 256px; margin-bottom: 50px; padding: 20px 30px; background-size: 100% 100%;}
			.x_hzdl_con dl dd{font-size: 21px;}
			.x_con11_r dl dd h2 img{ display: none;}
			
			.a_pub_tit{text-align: center; margin: 50px auto; display: block; overflow: hidden;}
			.a_pub_tit h2{font-size: 48px; font-weight: bold;}
			.a_pub_tit h2 img{vertical-align: middle; padding: 0 20px;}
			.a_pub_tit h2 span{color: #16402C;}
			.a_pub_tit p{text-align: center;color: #666666; font-size: 26px; line-height: 35px; margin: 1% auto;}
			.a_con1{display: flex;justify-content: space-between;}
			.a_con1 dl{width: 30%; padding: 1%; border:1px solid #16402C;border-radius: 5px;text-align: center;}
			.a_con1 dl h2{font-size: 26px; color: #16402C;font-weight: bold; margin: 5% 0 0 5%;}
			.a_con1 dl p{color: #666666;font-size: 18px; line-height: 25px; text-align: center; padding: 5%;}
			.a_bg1{background: url(../img/bg1.jpg); background-size: 100% 100%; display: block; overflow: hidden; margin: 50px auto; padding-bottom: 5%;}
			.a_con3_n dl{display: flex; justify-content: space-between;}
			.a_con3_n dl dt,.a_con3_n dl dd{width: 50%;}
			.a_con3_n dl dd{ background: #fffdf6; text-align: center;}
			.a_con3_n dl dd img{margin: 7% 0 1% 0;}
			.a_con3_n dl dt img{vertical-align: top;}
			.a_con3_n dl dd  h2{font-size: 24px; color: #16402C;font-weight: bold;}
			.a_con3_n dl dd  h3{width: 100px; border-bottom: 1px solid #16402C; margin: 3% auto 0;}
			.a_con3_n dl dd p{padding: 3% 5%; font-size: 18px; color: #666666; text-align: center;}
			.a_con3 .swiper-button-next{ bottom: 30px; right: 0px;top:auto}
			.a_con3 .swiper-button-prev{ bottom: 30px; right: 70px;top:auto; left: auto;}
			.a_con4,.a_con9{display: flex; justify-content: space-between;}
			.a_con4 dl{width: 24%; background: #16402C;  color: #fff; text-align: center; padding: 3% 0; border-radius: 10px;}
			.a_con4 dl dt{font-size: 26px; font-weight: bold; margin: 2% 0 5% 0;}
			.a_con4 dl dd{font-size: 18px;}
			.a_con4 dl:hover{background: #16402C;}
			.a_bg2{background: url(../img/bg2.jpg); background-size: 100% 100%; display: block; overflow: hidden; margin: 50px auto; padding-bottom: 5%;}
			.a_bg2 .a_pub_tit,.a_bg2 .a_pub_tit p{ color: #fff;}
			.a_con5{ display: flex; justify-content: space-between;flex-wrap: wrap;}
			.a_con5 dl{width: 305px; text-align: center; background: url(../img/y1.png); background-size: 100% 100%; height: 307px; color: #fff; margin-bottom: 3%;}
			.a_con5 dl img{margin: 20% 0 0 0;}
			.a_con5 dl  dt{font-size: 26px; margin-bottom: 2%; font-weight: bold;}
			.a_con5 dl  dd{font-size: 18px;}
			.a_con5 dl:hover{ background: url(../img/y2.png); background-size: 100% 100%;}
			.a_con6{margin: 5% auto; width: 100%; position: relative;}
			.a_con6_con{position: absolute; left: 50%; top:33%}
			.a_con6_con h2{font-size: 26px; font-weight: bold;}
			.a_con6_con p{font-size: 18px; margin: 5% 0 15% 0;}
			.a_con6_con  img{ margin-left: 20%;}
			.a_con8{margin: 5% auto;}
			.a_con9_l{width: 600px; position: relative;}
			.a_con9_l_n{position: absolute; bottom: 0; left: 0;right: 0; margin: 0 auto; padding: 2% 0; text-align: center; color: #fff; background: #16402C;} 
			.a_con9_l_n h2{font-size: 24px;}
			.a_con9_l_n p{font-size: 18px; padding: 1% 5%;}
			.a_con9_r{width: 580px;}
			.a_con9_r dl{background: #f6f6f6; border-bottom: 2px solid #16402C; margin-bottom: 5%; padding: 3%  5%;}
			.a_con9_r dl h2{ font-size: 22px;}
			.a_con9_r dl dt{font-size: 16px; margin: 2% 0;}
			.a_con9_r dl dd{font-size: 16px; color: #666666; margin-top: 4%;}
			.a_con9_r dl dd span{font-size: 23px; margin: 1%; display: inline-block; vertical-align: sub;}
			.a_con9_r dl dd strong{width: 30px; height: 30px; float: right; border-radius: 30px; text-align: center; line-height: 30px;border:1px solid #16402C; color: #16402C;}
			.a_con9_r dl:nth-child(2){margin-bottom: 0; border-bottom: 2px solid #16402C;}
			.a_con9_r dl:nth-child(2) dd strong{color:#16402C; border: 1px solid #16402C;}
			.a_nxwlist{}
						.a_nxwlist dl{padding:2% ; display: flex;justify-content: space-between; background: #F8F8F8; margin-bottom: 3%;}
						.a_nxwlist dl dt{width: 377px;}
						.a_nxwlist dl dd{width: 700px;}
						.a_nxwlist dl dd h2{ font-size: 28px; color: #333333; font-weight: bold; margin-top: 3%;}
						.a_nxwlist dl dd  p{font-size: 18px;  margin:3% 0; color: #666666; line-height: 30px;-webkit-line-clamp: 2;
			    display: -webkit-box;
			    -webkit-box-orient: vertical;
			    overflow: hidden;
			    text-overflow: ellipsis;}
						.a_nxwlist dl dd h3{ font-size: 18px;}
						.a_nxwlist dl dd h3 span{float: right;}
						.a_nxwlist a:nth-child(3) dl{ padding-bottom: 5%;}
						
					.a_nxwlist a:hover dl{background: #088847; color: #fff;}	
					.a_nxwlist dl dd h3 strong img:nth-child(2){display: none;}	
					.a_nxwlist a:hover  dl dd h2{color: #fff;}	
					.a_nxwlist a:hover  dl dd p{color: #fff;}		
					.a_nxwlist a:hover  dl dd h3{color: #fff;}		
						.a_nxwlist a dl dd h3 strong img{vertical-align: middle;}
					.a_nxwlist a:hover dl dd h3 strong img:nth-child(1){display: none;}		
					.a_nxwlist a:hover dl dd h3 strong img:nth-child(2){display: inline-block;}			
						
			
			.a_hzbg{background: url(../img/hzbg.jpg); background-size: 100% 100%; display: block; overflow: hidden; margin: 50px auto; padding-bottom: 5%;}
			
			.a_hz_con ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
			.a_hz_con ul li{width: 24.5%; margin-bottom: 1%;}
			.a_ncplist_tit{position: relative;width: 100%; margin: 0 auto 5%;}
			.a_ncplist_tit_r{position: absolute; right: 0; top:20%}
			.a_ncplist_tit_r h2{position: absolute;left: 13%; top:60%; font-size: 18px; color: #fff;}
			.a_ncplist_t{ display: flex; justify-content: space-between;}
			.a_ncplist_t a{width: 21.5%; background: #16402C; padding: 1%;}
			.a_ncplist_t a dl{display: flex;}
			.a_ncplist_t a dl dd{font-size: 18px; color: #fff; border-left: 1px dashed #fff; margin-left: 10px; line-height: 66px; padding: 0 0 0 10px;}
			.a_ncplist_t a:hover{background: #16402C;}
			.a_ncplist_n{margin: 5% auto;}
			.a_ncplist_n ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
			.a_ncplist_n ul li{background: #fff; border:1px solid #16402C; width: 32%; margin-bottom: 3%; text-align: center;}
			.a_ncplist_n ul li p{ line-height: 65px; text-align: center; font-size: 18px; color: #fff; background: #16402C;}
			.a_about_zz .x_con4 dl dd{background: unset; color: #333333;}
			.a_about_zz .x_con4 dl dd:hover{background: #16402C; color: #fff;}
			.a_about_zz .swiper-pagination{ bottom: -13%!important; width: 7%!important; margin: 0 auto; left: 0; right: 0;}
			.a_about_zz .swiper-pagination-bullet{width: 20px!important; height: 20px!important; background: #16402C!important;}
			.a_about_zz .swiper-pagination-bullet-active{ background:#16402C!important;}
			.a_about_xz .x_con4 dl{ background:#fffdf6; border:none}
			.a_about_xz .x_con4 dl dd{background: unset; font-size: 20px; color: #333333; border-top:1px solid #333333; line-height: 65px;border-bottom: 3px solid #fffdf6;}
			.a_about_xz .x_con4 dl:hover dd{border-bottom: 3px solid #16402C;border-top:1px solid #16402C; color: #16402C;}
			.a_about_xz .x_con4 dl{ padding-bottom: 50%;}
			.a_sjce img{margin-bottom: 1%;}
			.a_yljd{background: url(../img/ylbg.jpg); background-size: 100% 100%; display: block; overflow: hidden; margin: 50px auto; padding-bottom: 5%;}
			.a_yljd .a_pub_tit h2{color: #fff;}
			
			.b_con1_n{ text-align: center; position: relative;}
			.b_con1_n h2{font-size: 18px; color: #9D9D9F; width: 70%; margin: 3% auto;}
			.b_con1_n p{ background: #16402C;border-radius: 50px; border:2px solid #fff; display: inline-block; font-size: 22px; font-weight: bold;  padding: 13px 20px; color: #fff;}
			.b_pos1{position: absolute; left: 0; top:50%}
			.b_pos2{position: absolute; right:0; top:20%}
			.b_bg1{background: url(../img/bg1.png); background-size: 100% 100%; display: block; overflow: hidden; margin: 50px auto; padding-bottom: 5%;}
			.b_con2{display: flex;justify-content: space-between;}
			.b_con2_l{width: 541px;}
			.b_con2_r{width: 620px;}
			.b_con2_r_t ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
			.b_con2_r_t ul li{width: 48%; font-size: 20px; text-align: center; line-height: 62px; border-radius: 10px; margin:10px 0 20px 0;background: url(../img/qbg1.png); background-size: 100% 100%; cursor: pointer;}
			.b_con2_r_b_n h2{font-size: 22px; color: #16402C; margin: 15px 0;}
			.b_con2_r_b_n dl{ display: flex;justify-content: space-between;}
			.b_con2_r_b_n dl dt{width:440px; font-size: 18px; color: #fff;}
			.b_con2_r_b_n dl dd{font-size: 68px; color:#16402C;}
			.b_con2_r_b_n dl dd span{font-size: 32px; color: #C9C9C9;}
			.b_con2_r_t .active{background: url(../img/qbg2.png); color:#16402C; background-size: 100% 100%;}
			.b_con2_l .b_con2_l_n,.b_con2_r_b_n{display: none;}
			.b_con2_l .active,.b_con2_r_b .active{display: block;}
			
			.b_bg2{background: #FBFBFB; padding-bottom: 5%;}
			.b_con3{position: relative;}
			.b_con3_n{position: absolute; top:10%; left: 0; right: 0; margin: 0 auto; display: flex;}
			.b_con3_n_l{width: 325px; color: #fff;}
			.b_con3_n_l h2{font-size: 34px; font-weight: bold;}
			.b_con3_n_l p{font-size: 18px; margin: 3% 0 30% 0;}
			.b_con3_n_l  ul li{font-size: 20px; line-height: 60px;}
			.b_con3_n_l  ul li img{vertical-align: middle; margin-right: 10px;}
			.b_con3_n_r{width: 875px; margin-top: 7%;}
			.b_con3 .swiper-button-next{ top:0!important}
			.b_con3 .swiper-button-prev{ top:0!important;left: auto; right: 60px;}
			.b_con3_n_r dl{text-align: center;}
			.b_con3_n_r dl dd{font-size: 18px; color: #7E7E7E; line-height: 50px; position: relative;}
			.b_con3_n_r dl dd img{float: right; vertical-align: middle; position: absolute;right: 0; top:20px;}
			.b_con3_n_r dl:hover dt img{border:3px solid #16402C;border-radius: 20px;}
			.b_con3_n_r dl dt img{border:3px solid #fff;border-radius: 20px;}
			.b_con3_n_r dl:hover dd{color:#16402C ;}
			.b_con3_n_r dl dd img:nth-child(2){display: none;}
			.b_con3_n_r dl:hover dd img:nth-child(2){display: block;}
			.b_con4{width: 100%;  margin: 3% auto;background: url(../img/bg33.jpg); background-size: 100% 100%; padding:4% 0}
			.b_con4_l{width: 580px;}
			.b_con4_l_n{text-align: right;}
			.b_con4_r_bg{text-align: left;}
			.b_con4_n{display: flex;justify-content: space-between;}
			.b_con4_l h2{font-size: 34px; font-weight: bold; margin-bottom: 1%;}
			.b_con4_l p{font-size: 18px;}
			.b_con4_l_n {margin: 250px 0 150px;}
			.b_con4_l_n ul{display:  flex;justify-content: space-between; margin-top: 100px;}
			.b_con4_l_n ul li{width: 47px;height:284px; text-align: left;writing-mode: tb-rl; color: #fff; font-size: 20px; letter-spacing: 2px;padding-right: 15px; padding-top: 20px;}
			.b_con4_l_n ul .active{background: url(../img/jcbg3.png); background-size: 100% 100%;}
			.b_con4_r{width:418px; margin-right: 50px;}
			.b_con4_r_t ul { display: flex;justify-content: right; margin-top: 100px;}
			.b_con4_r_t ul li{width: 11px; height: 11px; border-radius: 11px; background:#d9d9d9; margin:  0 5px;}
			.b_con4_r_n{margin-top: 50px;}
			.b_con4_r_n h2{font-size: 24px; font-weight: bold; margin-top: 50px;}
			.b_con4_r_n h3{font-size: 20px; color: #D5D5D5; margin:5px 0 20px 0;}
			.b_con4_r_n span{display: block; width: 23px; height: 4px; background: #16402C;}
			.b_con4_r_n p{font-size: 18px; color: #636363; margin-top: 30px;}
			.b_con4_r_t ul .active{background: #16402C;}
			.b_con4_r_n_n{display: none;}
			.b_con4_r_n .active{display: block;}
			.b_con5 dl{background: #e6f4ee; text-align: center; padding: 30px; border-radius: 10px; border:1px solid #e6f4ee}
			.b_con5 dl dd{font-size: 22px; text-align: left; margin-top:5%}
			.b_con5 dl  p{width: 30px; height: 4px; background: #16402C; margin-top: 5%;}
			.mySwiper33{width: 85%;}
			.b_con5 dl:hover{border:1px solid #16402C; }
			.b_con5 dl:hover  p{background: #16402C;}
			.b_con6{justify-content: space-between; flex-wrap: wrap;}
			.b_con6 dl{width: 282px; background: url(../img/cpbg2.png); background-size: 100% 100%; height: 334px; margin-bottom: 50px; float:left; margin:0 10px 10px 10px}
			.b_con6 dl:hover{background: url(../img/cpbg1.png); background-size: 100% 100%;}
			.b_con6 dl dd{font-size: 20px; padding:10px 20px; font-weight: bold;}
			.b_con6_more{text-align: center; margin: 3% auto;}
			.b_con6_more a{ background: #16402C; font-size: 20px; padding: 10px 30px; color: #fff; font-weight: bold;}
			.b_bg3{background: url(../img/bzbg.png); background-size: 100% 100%; display: block; overflow: hidden; margin: 50px auto; padding-bottom: 5%;}
			.b_con7{display: flex;justify-content: space-between;flex-wrap: wrap;}
			.b_con7 dl{width: 22%; display: flex;justify-content: center; margin-bottom: 50px;}
			.b_con7 dl dt{width: 101px;}
			.b_con7 dl dd{width: 140px; font-size: 20px; color: #fff;font-weight: bold; margin: 30px 0 0 10px;}
			.b_bg4{background: url(../img/bg4.png); background-size: 100% 100%; display: block; overflow: hidden; margin: 50px auto; padding-bottom: 10%;}
			
			.b_con9 dl{position: relative;}
			.b_con9 dl dd{ position: absolute; left: 0;right: 0; text-align: center;bottom: 4px;background: rgba(243, 158, 0, .7);line-height: 37px;font-size: 20px;font-weight: bold; color: #fff; display: none;}
			.b_con9 dl:hover dd{display: block;}
			
			.b_con9 .swiper-button-next{ top:auto; bottom: -40%; right:46%; }
			.b_con9 .swiper-button-prev{  top:auto; bottom: -40%; left: 46%;background: #fff; border-radius: unset;}
			.b_con10{}
			.b_con10_l{width: 497px; float: left;}
			.b_con10_r{width: 703px;float: right; text-align: center; height: 412px;}
			.b_con10_r dl dt{font-size: 26px; font-weight: bold; margin-top: 100px;}
			.b_con10_r dl p{width: 30px; height: 2px; background: #16402C; margin: 2% auto 5%;}
			.b_con10_r dl dd{font-size: 18px; }
			.new_pos{ background: rgba(0, 141, 85, .7); width: 100%; height: 54px; position: absolute; bottom: 0; z-index: 99999;}
			.new_pos .swiper-button-next{width: 62px; line-height:54px; color: #fff; position: unset; float: left; background: #16402C; border-radius: unset; height: 54px;}
			.new_pos .swiper-pagination2{width: 70%!important; margin: 0 auto; position: absolute; line-height: 54px; left: 0px!important; right: 0!important; bottom: 0!important;}
			.new_pos .swiper-button-prev{width: 62px; line-height:55px; color: #fff; position: unset; float: right;background: #16402C; border-radius: unset; height: 55px;}
			.new_pos .swiper-pagination-bullet{ background: unset; font-size: 18px; color: #fff;width: 58px;height: 61px; line-height: 61px;}
			.new_pos .swiper-pagination-bullet-active{ background: url(../img/bggg.png);width: 58px;height: 61px; border-radius: unset;}
			.b_m_con10 ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
			.b_m_con10 ul li{width: 25%; text-align: center; margin-bottom: 5%; text-align: center;} 
			
			.b_m_con10 ul li img{width: 60%;}
			.b_m_con10 ul li p{font-size: 16px; font-weight: bold; margin-top: 3%; text-align: center;}
			.b_bg5{background: url(../img/albg.png); background-size: 100% 100%; display: block; overflow: hidden; margin: 90px auto; padding-bottom: 10%;}
			.mySwiper66 dl{background: #fff; padding: 3%;border-radius: 10px; height: 550px; }
			.mySwiper66 dl  dt{text-align: center;}
			.mySwiper66 dl dd{font-size: 18px;border-bottom: 1px solid #E5E5E5; margin: 3% 0 3% 0; padding-bottom: 3%; font-weight: bold;}
			.mySwiper66 dl p{font-size: 18px; color: #777777; line-height: 30px;}
			.b_con11 .swiper-pagination{width: 15%!important; bottom: -15%!important; left: 0; margin: 0 auto; right: 0;}
			.b_con11 .swiper-pagination .swiper-pagination-bullet-active{ background: #16402C!important; border-radius: unset;}
			.b_con11 .swiper-pagination .swiper-pagination-bullet{background: #fff;border-radius: unset;}
			.pro_cp{width: 906px;
    float: right;}
			.b_hzdl{display: flex; justify-content: space-between; flex-wrap: wrap;}
			.b_hzdl dl{width: 25%; text-align: center; margin-bottom: 5%;}
			.b_hzdl dl dt{font-size: 24px; font-weight: bold; margin: 1% 0 3% 0;}
			.b_hzdl dl p{font-size: 18px;}
			.hzdl_al{ background: #FBFBFB; padding: 3% 0 7%; position: relative;}
			.hzdl_al dl{display: flex;justify-content: space-between; height: auto; padding: 0; margin-bottom: 3%;}
			.hzdl_al dl dt{width: 533px;}
			.hzdl_al dl dt img{width: 100%; height: 300px;}
			.hzdl_al dl dd{width: 607px; background: #16402C; margin: 0; padding: 30px; font-weight: normal;height: 240px;}
			.hzdl_al dl dd h2{font-size: 28px; color: #fff; font-weight: bold; margin-bottom: 2%;}
			.hzdl_al dl dd p{color: #fff;}
			.sycp{display: flex!important;}
			.sycp dl{ margin:0 0 3% 0!important;}
			.hzdl_al .swiper-button-next{ top:auto; bottom: -7%; right:46%; }
			.hzdl_al .swiper-button-prev{  top:auto; bottom: -7%; left: 46%;background: #fff; border-radius: unset;}
			.hzdl_al_bg{width: 100%; height: 367px; background: #e2f0ea; position: absolute; top:40%}
			
			.about_ry{ margin-bottom: 5%; padding-bottom: 5%;}
			.about_ry .swiper-pagination1{ bottom: 0%!important; width: 18%!important; margin: 0 auto; left: 0; right: 0; position: absolute;}
			.about_ry .swiper-pagination1 .swiper-pagination-bullet{width: 20px!important; height: 20px!important; background: #009a44!important;}
			.about_ry .swiper-pagination1 .swiper-pagination-bullet-active{ background:#fbac02!important;}
			
			.about_ry .swiper-button-next,.about_ry .swiper-button-prev{display: none;}
			.about_ry  dl dt img{ vertical-align: bottom; width: 100%;}
			.about_ry  dl dd{ text-align: center;font-size: 18px; color: #006A54; line-height: 50px; border-bottom: 2px solid #006A54;}
			.about_ry  dl:hover dd{ background:#006A54; color: #fff;}
			.b_about{display: flex;justify-content: space-between;}
			.b_about_l{width: 600px;}
			.b_about_r{width: 580px;}
			.b_about_r h2{font-size: 38px;font-weight: bold; border-bottom:5px solid #fbac02; margin-bottom: 3%;}
			.b_about_r p{font-size: 18px; padding: 1% 0; line-height: 25px;}
			.about_xbg{background: url(../img/aboutbg.png); background-size: 100% 100%; display: block; overflow: hidden; margin: 50px auto; padding-bottom:80px; }
			
			.about_xbg_t{position: absolute; right: 0; text-align: right; top:80px;color: #fff;}
			.about_xbg_t p{font-size: 36px;}
			.about_xbg_t h2{font-size: 60px; font-weight: bold;}
			.about_xbg_l{width: 520px; display:flex; justify-content: space-between; margin: 80px 0 0 0; position:relative; z-index:5}
			.about_xbg_nn .about_xbg_l:nth-child(2) dl:nth-child(1){ background:url(../img/n_bg1.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(2) dl:nth-child(2){ background:url(../img/n_bg2.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(2) dl:nth-child(3){ background:url(../img/n_bg3.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(3) dl:nth-child(1){ background:url(../img/n_bg4.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(3) dl:nth-child(2){ background:url(../img/n_bg5.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(3) dl:nth-child(3){ background:url(../img/n_bg6.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(4) dl:nth-child(1){ background:url(../img/n_bg9.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(4) dl:nth-child(2){ background:url(../img/n_bg8.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(4) dl:nth-child(3){ background:url(../img/n_bg7.png); background-size:100% 100%}
			
			
			.about_xbg_nn .about_xbg_l:nth-child(2) dl:nth-child(1):hover{ background:url(../img/n_bg1_1.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(2) dl:nth-child(2):hover{ background:url(../img/n_bg2_1.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(2) dl:nth-child(3):hover{ background:url(../img/n_bg3_1.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(3) dl:nth-child(1):hover{ background:url(../img/n_bg4_1.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(3) dl:nth-child(2):hover{ background:url(../img/n_bg5_1.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(3) dl:nth-child(3):hover{ background:url(../img/n_bg6_1.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(4) dl:nth-child(1):hover{ background:url(../img/n_bg7_1.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(4) dl:nth-child(2):hover{ background:url(../img/n_bg8_1.png); background-size:100% 100%}
			.about_xbg_nn .about_xbg_l:nth-child(4) dl:nth-child(3):hover{ background:url(../img/n_bg9_1.png); background-size:100% 100%}
			
			.about_xbg_l dl{width: 160px;height: 160px; text-align: center;  background: #fff; border-radius: 10px;}
			.about_xbg_l dl p{text-align: center; font-size: 16px;}
			.about_xbg_l dl dt{font-size: 36px; font-weight: bold;font-style: italic; margin-top:75px}
			.about_xbg_l dl dd{font-size: 20px; font-weight: bold;}
			.about_xbg_l dl:hover{background: #fbac02; color: #fff;}
			.about_xbg_b{position: absolute; left: ;: 0; text-align: left; bottom:0%;color: #fff;}
			.about_xbg_line{position: absolute; left:80px; text-align: left; top:170px;color: #fff; z-index:0}
			.about_xbg_b h2{font-size: 26px; margin-bottom:15px;}
			.about_xbg_b p{font-size: 24px;}
			.about_xbg .about_xbg_l:nth-child(3){ margin: 50px 0 0 410px;}
			.about_xbg .about_xbg_l:nth-child(4){  float: right; margin: 50px auto 0;}
			
			
			
			.topdh{display: flex; justify-content: space-between; margin: 0 0 0 20%; padding-top: 2%; }
			.topdh_l h2{font-size: 30px; color: #090909; font-family: 'SourceHanSansCN-Normal';  }
			.topdh_l p{font-size: 18px; color: #818181;}
			.topdh_r dl{display: flex;}
			.topdh_r dl p{font-size: 18px;}
			.topdh_r dl h2{font-size: 24px; color: #16402C;}
			
			
			.xrt_bg1{position: relative; margin: 0 auto; background: #F4F4F4; padding: 5% 0 0 0;}
			.hs_zxtel{width: 500px; margin: 5% auto ;}
		    .hs_zxtel ul{display: flex; justify-content: space-between;}
			.hs_zxtel ul li:nth-child(1){width: 77%; text-align: center; font-size: 18px; color: #16402C; border:1px dashed #16402C;border-top-left-radius: 50px;border-bottom-left-radius: 50px; line-height: 48px; border-right: none; background: #fff;}
		   .hs_zxtel ul li:nth-child(2){width: 23%; text-align: center; background: #dccbb7; color: #333333; line-height: 48px; font-size: 18px; border-top-right-radius: 50px;border-bottom-right-radius: 50px;}
		  .hs_zxtel ul li:nth-child(1) img{vertical-align: text-bottom; margin-right: 10px;}
						
			.xrt_n_r{width: 900px; float: right;}
			.xrt_l{position: absolute; left: 5%; top:15%;}
			.xrt_n_r_t h2{font-size: 24px; font-weight: bold; margin: 3% 0;}
			.xrt_n_r_t p{font-size: 20px; color: #6D6D65;} 
			
			.xrt_bg2{position: relative; margin: 0 auto; background: url(../img/bg2.png); padding: 3% 0;}
			.xrt_con2_pos{position: absolute; right: 0%; top:15%}
			.xrt_con2{display: flex; justify-content: space-between;}
			.xrt_con2_l{width: 342px;}
			.xrt_con2_r{width: 815px; margin-top: 5%;}
			.xrt_con2_r h2{font-size: 36px;font-weight: bold;font-family: 'SourceHanSansCN-Normal'; }
			.xrt_con2_r h3{font-size: 24px; font-weight: bold; color: #333333; margin-top: 5%;}
			.xrt_con2_r p{font-size: 18px; color: #6D6D65; padding-left: 1.5%; margin-top: 2%;}
			.xtr_pub_tit{width: 100%; text-align: center; margin: 3% auto;}
			.xtr_pub_tit ul{display: flex; justify-content: center;}
			.xtr_pub_tit ul li h2{font-size: 36px;  font-weight: bold;font-family: 'SourceHanSansCN-Normal'; }
			.xtr_pub_tit ul li p{font-size: 18px; color: #454545; text-align: center;font-family: 'SourceHanSansCN-Normal'; }
			.xtr_pub_tit ul li  img{margin-top: 5%;}
			.xtr_con3{display: flex; justify-content: space-between;}
			.xtr_con3_l{width: 380px;}
			.xtr_con3_l dl{display: flex; justify-content: space-between; border-bottom: 2px solid #E8E8E8; padding-bottom: 8%; margin-bottom: 10%;}
			.xtr_con3_l dl dt{width: 60px;}
			.xtr_con3_l dl dd{width: 310px;}
			.xtr_con3_l dl dd h2{font-size: 22px; font-weight: bold;}
			.xtr_con3_l dl dd p{font-size: 18px; color: #616161; line-height: 30px;}
			.xtr_con3_r dl{display: flex; justify-content: center; margin-top: 5%;}
			.xtr_con3_r dl dd p{font-size: 16px; color: #989898;}
			.xtr_con3_r dl dd h2{font-size: 30px; color: #16402C; font-weight: bold;}
			.xtr_con3_r dl  dt{margin: 10px 10px 0 0;}
			.xtr_con3_m{margin-top: 8%;}
			.xtr_con4{display: flex; justify-content: space-between;}
			.xtr_con4 dl{width: 20%; background: #fff; padding: 3% 2%; text-align: center;}
			.xtr_con4 dl dt{font-size: 24px; font-weight: bold; margin: 3% 0;}
			.xtr_con4 dl dd{font-size: 18px; color: #616161;}
			.xtr_con4 dl:hover{background: url(../img/bbg1.png); background-size: 100% 100%;}
			.xtr_con5{background: url(../img/bbg2.png);background-size: 100% 100%; margin: 1% auto 0;}
			.xtr_con5_n{padding: 3%; display: flex; justify-content: space-between;}
			.xtr_con5_l h2{font-size: 34px; font-weight: bold;font-family: 'SourceHanSansCN-Normal'; }
			.xtr_con5_l h2 span{color: #16402C;}
			.xtr_con5_l h3{width: 38px; height: 2px; background: #D9D9D9; margin: 3% 0;}
			.xtr_con5_l p{font-size: 18px; color: #747474; line-height: 30px;}
			.xtr_con5_l h2 span{color: #16402C;}
			.xtr_con5_r dl{display: flex; justify-content: space-between; margin-top: 5%;}
			.xtr_con5_r dl dt p{font-size: 18px; color: #898989; text-align: right;}
			.xtr_con5_r dl dt h2{font-size: 28px; color: #16402C; font-weight: bold;}
			.xtr_con5_r dl dd p{font-size: 18px; color: #616161; text-align: center;}
			.xtr_con5_r dl dt {margin: 20% 5% 0 0;}
			.xtr_con5_r dl dd{width:150px; text-align: center;}
			.xtr_con6{width: 1310px; margin: 0 auto; position: relative;}
			.xtr_con6 ul li p{background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000000 100%);border-radius: 0px 0px 0px 0px;opacity: 0.5; position: absolute; width: 100%;  line-height: 52px; bottom: 0; font-size: 18px; color: #fff; text-align: center;}
			.xtr_con6 ul li{position: relative;}
			.xtr_con6 .swiper{width: 91%;}
			.xtrbg7{background: url(../img/bg3.png); background-size: 100% 100%; padding: 1px 0 2% 0; margin-top: 4%;}
			.xtr_con7{width: 1310px; margin: 0 auto; position: relative;}
			.xtr_con7 .swiper{width: 90%;}
			.xtr_con7 .swiper dl {text-align: center;}
			.xtr_con7 .swiper dl dt{background: url(../img/qbg1.png); padding: 10% 0;}
			.xtr_con7 .swiper dl:hover dt{background: url(../img/qbg2.png); padding: 10% 0;}
			.xtr_con7 .swiper dl dd{margin: 5% 0; font-size: 20px;}
			.xtr_con8 ul{display: flex; justify-content: space-between;}
			.xtr_con8 ul li{width: 16%; position: relative;}
			.xtr_con8 ul li p{background: rgba(0,0,0,0.7);border-radius: 0px 0px 0px 0px;opacity: 1; font-size: 18px; line-height:42px; text-align: center;color: #fff; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; margin: 0 auto;}
			.xtr_con8 ul li img{vertical-align: bottom;}
			.xtrbg9{background: url(../img/bg4.jpg); background-repeat: no-repeat; background-position: center; padding: 2% 0;}
			.xtr_con9{display: flex; justify-content: space-between;}
			.xtr_con9_l{display: flex; justify-content: space-between; width: 800px;}
			.xtr_con9_r h2{font-size: 28px; font-weight: bold;font-family: 'SourceHanSansCN-Normal'; }
			.xtr_con9_r h3{font-size: 32px; font-weight: bold; color: #333333;font-family: 'SourceHanSansCN-Normal'; }
			.xtr_con9_r p{font-size: 18px; color: #818181; margin-top: 2%;}
			.xtr_con9_r{text-align: right;}
			.xtr_con9_l dl{width: 10%;border-left: 1px solid #fff; color: #fff; padding-left: 2%;}
			.xtr_con9_l dl dd{ font-size: 18px; margin-top: 2%;}
			.xtr_con9_l dl:first-child{border: none; padding-left: 0;}
			.xtr_con10{display: flex; justify-content: space-between;}
			.xtr_con10_l{width: 586px;}
			.xtr_con10_r{width: 590px;}
			.xtr_con10_r dl{display: flex; justify-content: left; padding:5%  0 5% 2%; margin-bottom: 1%;}
		    .xtr_con10_r dl dt img:nth-child(2){display: none;}
			.xtr_con10_r dl dt{ margin-right: 10px; margin-top: 2.5%;}
			.xtr_con10_r dl dd h2{font-size: 24px; font-weight: bold;}
			.xtr_con10_r dl dd p{font-size: 18px; margin-top: 2%;}
			.xtr_con10_r dl:hover{background: #16402C; color: #fff;}
			.xtr_con10_r dl:hover dt img:nth-child(1){display: none;}
			.xtr_con10_r dl:hover dt img:nth-child(2){display: inline-block;}
			
			
			.hs_bg12{width: 100%; background: url(../img/bg8.png); background-position: top center; background-repeat: no-repeat;  margin: 3% 0 ; padding: 2% 0;}
						.hs_con12{display: flex; justify-content: space-between;}
						.xwmor{text-align: center;}
						.xwmor a{display: inline-block; padding: 8px 25px; font-size: 20px;color: #fff; border-radius: 50px; background: #E0B650;}
						.hs_con12_l{width: 600px; color: #333333;}
						.hs_con12_r{width: 318px; padding: 30px 50px; margin-right: 100px; background: #fff;}
						.hs_con12_l p:nth-child(1){display: inline-block; background: #16402C; font-size: 20px; padding: 5px 10px;letter-spacing: 5px; line-height: 35px; color: #fff; margin-top: 3%;}
						.hs_con12_l p:nth-child(2){font-size: 43px; font-weight: bold; line-height: 120px;}
						.hs_con12_l p:nth-child(3){font-size: 24px; font-weight: bold; }
						.hs_con12_l p:nth-child(4){margin: 7% 0; font-style: italic; font-size: 18px; font-weight: bold;} 
						.hs_con12_l p:nth-child(4) span{font-size: 32px;}
						.hs_con12_l p:last-child{width: 38px; height: 3px; background: #16402C; margin: 5% 0; font-style: italic;} 
						.hs_con12_l p{font-size: 18px;}
						.hs_con12_l p:last-child{font-size: 24px; font-weight: bold; margin-top:5%;}
						.hs_con12_r h2{font-size: 24px; font-weight: bold; text-align: center; margin-bottom: 5%;}
						.hs_con12_r h2 span{font-size: 16px;font-weight: normal;color: #626262; text-align: center;}
						.hs_con12_r ul{display: flex; justify-content: space-between; margin: 5% 0;}
						.hs_con12_r ul li{width: 45%; line-height: 40px; font-size: 16px; color: #A5A5A5; background: #F4F4F4; padding-left:3%;}
						.hs_con12_r ul li input{background: #F4F4F4; width: 100%; line-height: 40px;}
						.hs_con12_r h3{line-height: 40px; font-size: 16px; color: #A5A5A5; background: #F4F4F4; padding-left:3%;}
						.hs_con12_r h3 input{background: #F4F4F4; width: 100%; line-height: 40px;}
						.hs_con12_r p{display: flex;background: #F4F4F4; margin: 5% 0; font-size: 16px;font-weight: normal;color: #626262; padding: 2% 3%;}
						.hs_con12_r p textarea{width: 75%; height: 150px; background:#F4F4F4 ; border:none; padding: 0;}
						.hs_con12_r p span{width: 28%;}
						.hs_con12_r h4 input{background:#16402C; font-size: 18px; text-align: center;line-height: 42px; color:#fff; width: 100%;}
			
			
			.xtr_foot{background: #E6E6E6;}
			.xtr_foot_t1 dl{justify-content: center; display: flex; margin: 5% 0 3% 0;}
			.xtr_foot_t1 dl dd h2{font-size: 26px; font-weight: bold;}
			.xtr_foot_t1 dl dd p{font-size: 18px;font-weight: bold; margin-top: 2%;}
			.xtr_foot_t1 dl dt{margin-right: 20px;}
			.xtr_foot_t2 ul{display: flex; justify-content: space-between; border-bottom: 1px solid #c2c2c2; padding-bottom: 3%; margin-bottom: 3%;}
			.xtr_foot_t2 ul li{font-size: 18px; font-weight: bold; text-align: center;}
			.xtr_foot_t2 ul li p{font-size: 16px; text-align: center;}
			.xtr_foot_t3{background: #d4d4d4; width: 80%; margin: 0 auto 3%; padding: 5%; display: flex; justify-content: space-between;}
			.xtr_foot_t3 h2{font-size: 18px; font-weight: bold;}
			.xtr_foot_t3 h2 img{vertical-align: middle; margin-right: 10px;}
			.xtr_foot_t3 h3{font-size: 32px;font-weight: bold; color: #333333;}
			.xtr_foot_t3 p{font-size: 18px; line-height: 30px; font-weight: bold;}
			.xtr_foot_t3_r ul {display: flex; justify-content: space-between;}
			.xtr_foot_t3_r ul p{ font-size: 14px; text-align: center;}
			.xtr_foot_t3_r{width: 220px;}
			.xtr_foot_bottom{background: #322f2a; font-size: 18px; color: #322f2a; line-height: 50px;text-align: center; color: #fff;}
			.xrt_con2_r h3 span{color: #16402C;}
			
			.xtr_hz .xtr_con10_r{width: 100%; display: flex; justify-content: space-between; margin-bottom: 5%;}
			.xtr_hz .xtr_con10_r dl{ flex-wrap: wrap; text-align: center; padding: 3% 0; box-shadow: 0 0 10px #ececec; background: #fff; margin: 5px; width: 18%; border-radius: 10px;}
			.xtr_hz .xtr_con10_r dl p{text-align: center; line-height: 30px;}
			.xtr_hz .xtr_con10_r dl dt{margin: 5% auto;}
			.xtr_hz .xtr_con10_r dl dd{width: 100%;}
			.xtr_hz .xtr_con10_r dl:hover{background: #16402C;}
			.xtr_hz{display: flex; justify-content: space-between; margin-top: 5%;}
			.xtr_hz_l{width: 422px;}
			.xtr_hz_r{width:719px; background: url(../img/hzbg.png); height: 319px; margin-top: 5%; padding: 30px; background-repeat: no-repeat;}
			.xtr_hz_d{position: absolute;right: 5%; bottom: 15%;width: 270px;}
			.xtr_hz_r h2{font-size: 36px;font-weight: bold;}
			.xtr_hz_r h3{font-size: 32px;font-weight: bold; color: #333333; margin: 1% 0 2% 0;}
			.xtr_hz_r h3 span{font-size: 18px; color: #615F5F;}
			.xtr_hz_r h4{font-size: 22px; color: #494949; margin-top: 5%;}
			.xtr_hz_r h4 img{vertical-align: middle; margin-right: 10px;}
			.xtr_hz_d p{font-size:20px; border-bottom: 2px solid #999999; padding-bottom: 3%; margin-bottom: 3%; text-align: center;}
			.xtr_hz_d a{background: #16402C; font-size: 18px; color: #fff; line-height: 45px; border-radius: 5px; width: 100%; display: block; text-align: center;}
			
			.xtr_dzn ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
			.xtr_dzn ul li{width: 31%; margin-bottom: 5%;}
			.xtrdzbg{width: 100%; background: url(../img/dzbg.png); background-position: top center; background-repeat: no-repeat;  margin: 3% 0 ; padding: 2% 0; color: #fff; background-size: 100% 100%;}
			.xtrdz_con_t h2{text-align: center; font-size: 32px; font-weight: bold;}
			.xtrdz_con_t p{text-align: center; font-size: 16px;}
			.xtrdz_con_m{font-size: 24px;   width: 98%; border:1px solid #fff; margin: 5% auto; padding: 5% 0;}
			.xtrdz_con_m p{text-align: center;line-height: 35px;}
			.xtrdz_con{width: 700px; margin: 0 auto;}
			.xtrdz_con_d dl{display: flex; justify-content: space-between;}
			.xtrdz_con_d dl dt img{vertical-align: middle; margin-right: 10px;}
			.xtrdz_con_d dl dt span{font-size: 32px; font-weight: bold;}
		    .xtrdz_con_d dl dt {font-size: 18px;}
		 .xtrdz_con_d dl dd{width: 127px; line-height: 45px; background: #fff; text-align: center; font-size: 18px; color: #333333; border-radius: 50px;}
		
		.xrt_cp{width: 880px; float: right;}
		.xrt_cp ul{display:flex; justify-content: space-between;flex-wrap: wrap;}
		.xrt_cp ul li{width: 44%; padding: 2%; border:1px solid #e2d3c9; margin-bottom: 3%;}
		.xrt_cp ul li p{font-size: 20px; text-align: center; line-height: 50px;}
		.xrt_cp ul li:hover{border:1px solid #16402C}
		.xrt_cp ul li:hover p{color: #16402C;}
		
		.hs_con1{position: relative; margin: 5% 0;}
					.hs_con1_l{position: absolute; left: 5%; bottom: 0;}
					.hs_con1_r{position: absolute; right: 5%; top: 30%;}
					.hs_con1_n{display: flex; justify-content: space-between;}
				    .hs_con1_n_l{width: 600px;}
					.hs_con1_n_r{width: 600px;}
					.hs_con1_n_r p{text-align: right;}
					.hs_con1_n_r p:nth-child(1){font-size: 48px; font-weight: bold; color: #CBCBCB; margin-top: 5%; line-height: 50px;}
					.hs_con1_n_r p:nth-child(2){font-size: 48px; font-weight: bold; color: #16402C; margin: 1% 0 5% 0;line-height: 50px;}
					.hs_con1_n_r p:nth-child(3){font-size: 56px; font-weight: bold; color: #333333; margin: 1% 0 5% 0;line-height: 50px;}
					.hs_con1_n_r p:nth-child(4){font-size: 32px;color: #484848; margin: 1% 0 5% 0;line-height: 50px;}
					.hs_con1_n_r p:nth-child(4) span{color: #E0B650;}
					.hs_con1_n_r p:nth-child(5){font-size: 22px; color: #333333; font-weight: bold; text-align: left;}
					.hs_con1_n_r dl{background: #F7F7F7; padding: 5% 2% 5% 5%; margin-top: 3%;}
					.hs_con1_n_r dl dt{font-size: 22px; color: #333333; font-weight: bold;}
					.hs_con1_n_r dl dd,.hs_con1_n_r dl h2{ font-size: 18px; color: #6D6D65; margin-top: 2%;}
					.hs_con1_n_l img{vertical-align: bottom;}
					.hs_con1_n_l_b p{font-size: 20px; color: #919191; text-align: center; line-height: 40px; text-align: right;}
					.hs_con1_n_l_b p span{font-size: 28px; color: #16402C;font-weight: bold;}
		            .hs_con1_n_l_b p img{vertical-align: middle; margin-right: 10px;}
		.xtr_aboutx .xtr_con3_l dl{border: none; flex-wrap: wrap;}
		.xtr_aboutx .xtr_con3_l dl dt{width: 100%; font-size: 22px; font-weight: bold; margin-bottom: 2%;}
		.xtr_aboutx .xtr_con3_l dl dt img{vertical-align: middle; margin-right: 10px;}
		.xtr_aboutx .xtr_con3_l{width: 330px;}
			.xtr_ggd{margin-top: 3%;}
			
			
			.bsbg1{width: 100%; background: url(../img/bg1.jpg); background-position: center bottom; background-repeat: no-repeat;  padding: 5% 0;}
			.bs_con_n{width: 720px; float: right;}
			.bs_con_n_n_t h2{font-size: 28px; font-weight: bold; margin: 5% 0;}
			.bs_con_n_n_t h2 span{font-size: 46px; color: #16402C;}
			.bs_con_n_n_b{ display: flex; justify-content: space-between;}
			.bs_con_n_n_b dl{width: 25%; border:2px solid #000000; padding: 3%; text-align: center; border-radius: 20px;}
			.bs_con_n_n_b dl dt{color: #4F9D85; font-size: 22px; margin: 3% 0;}
			.bs_con_n_n_b dl dd{font-size: 18px; color: #;}
			.bsbg2{width: 100%; background: url(../img/bg2.png); background-position: center bottom; background-repeat: no-repeat;  padding: 1px 0 5% 0;}
			.bs_pub_tit{text-align: center; margin: 5% 0;text-align: center;}
			.bs_pub_tit h2{font-size: 48px; color: #fff; font-weight: bold;}
			.bs_pub_tit h2 img{margin: 0 20px;}
			.bs_pub_tit p{font-size: 26px;  color: #b2cae3; text-align: center;margin-top: 10px;}
			.bs_con2{display: flex; justify-content: space-between; }
			.bs_con2 dl{width: 20%; background: #fff; padding: 3% 2%;}
			.bs_con2 dl h2{font-size: 28px; font-weight: bold; color: #16402C;}
			.bs_con2 dl h2 span{float: right; font-size: 28px; color: #cae1da;}
			.bs_con2 dl dt{font-size: 22px; font-weight: bold; margin: 8% 0;}
			.bs_con2 dl p{font-size: 18px; line-height: 25px; margin-top: 5%;}
			.bs_pub_tit2 h2{color: #000;}
			.bs_pub_tit2 p{color: #666666;}
			.bs_con3_t ul{display: flex; justify-content: space-between; position: relative; z-index: 1;}
			.bs_con3_t{position: relative;}
			.bs_con3_t_line{width: 100%; height: 2px; background: #DEDDDD; position: absolute; top:38%}
			.bs_con3_t ul li img{background: #fff; display: block;}
			.bs_con3_t ul li p{font-size: 22px; color: #b2b2b2; text-align: center; margin: 5% 0; line-height: 70px;}
			.bs_con3_n{margin-top: 5%;}
			.bs_con3_q dl{display: flex; justify-content: space-between;position: relative;}
			.bs_con3_q dl h3{position: absolute; bottom: 0; left: 0; display: flex;}
			.bs_con3_q dl h3 img:nth-child(1){ margin-right: 13%;}
			.bs_con3_q dl dt h2{font-size: 36px; font-weight: bold;}
			.bs_con3_q dl dt p{font-size: 22px; margin-top: 5%;}
			.bs_con3_q{display: none;}
			.bs_con3_n .active{display: block;}
			.bs_con3_t ul li img:nth-child(2){display: none;}
			.bs_con3_t ul .active img:nth-child(1){display: none;}
			.bs_con3_t ul .active img:nth-child(2){display: block;}
			.bs_con3_t ul .active p{color:#16402C}
			.bs_gdd{margin: 5% 0;}
			
			.bs_con4_1 dl{display: flex; justify-content: space-between;}
			.bs_con4_1 dl dt{width: 600px;}
			.bs_con4_1 dl dd{width: 500px;}
			.bs_con4_1 dl dt h2{font-size: 22px; font-weight: bold; color: #16402C;}
			.bs_con4_1 dl dt p{ font-size: 18px; line-height: 32px; margin-top: 3%;}
			.bs_con4_2{border-top: 1px solid #e9e8e8;border-bottom: 1px solid #e9e8e8; margin: 5% 0;}
			.bs_con4_2_n{padding:5%; display: flex; justify-content: space-between;}
			.bs_con4_2_n dl dt{font-size: 18px; color: #fff; font-weight: bold;}
			.bs_con4_2_n dl dt span{font-size: 42px; font-weight: bold;}
			.bs_con4_2_n dl dd{font-size: 18px; color: #fff; margin-top: 2%;}
			.bs_con4_2_n dl{border-right: 1px solid #febe78; width:26%; }
			.bs_con4_2_n dl:last-child{border:none}
			
			.bs_con5{position: relative;}
			.bs_con5bg{position: absolute; right: 0; bottom: 0;}
			.bs_con5_n ul {display: flex; justify-content: space-between; padding-bottom: 5%;}
			.bs_con5_n ul li{width: 30%;}
			.bs_con5_n ul li p{ font-size: 26px; color: #fff; line-height: 70px; text-align: center; margin-top: 3%;}
			
			.bsbg6{width: 100%; background: url(../img/bg2.jpg); background-position: center bottom; background-repeat: no-repeat;  padding: 3% 0 15% 0;}
			.bs_con6_n{width: 540px; float: right;}
			.bs_con6_n h2,.bsxbt h2{font-size: 26px; color: #16402C;font-weight: bold;}
			.bs_con6_n h3,.bsxbt h3{width: 26px;height: 3px;background: #4F9D85; margin: 30px 0; }
			.bs_con6_n p{font-size: 18px; line-height: 32px; margin-bottom: 3%;}
			.bsxbt{margin: 3% auto 1%;}
			.bsbg7{background: url(../img/bg3.png); background-position: center bottom; background-repeat: no-repeat;  display: flex; justify-content: space-between; height: 600px;}
			.bsbg7 dl{width: 25%; text-align: center; color: #fff; position: relative;}
			.bsbg7 dl h2{font-size: 32px; font-weight: bold; margin-top: 20%;}
			.bsbg7 dl h3{width: 32px; height: 3px; background: #fff; margin: 10% auto;  display: none;}
			.bsbg7 dl p{font-size: 18px; line-height: 32px; text-align: center; margin-top: 3%; display: none;}
			.bsbg7 dl dd{ position: absolute; left: 0; right: 0; bottom: 8%; text-align: center;}
			.bsbg7 dl:hover{background: rgba(30, 96, 170, .7);}
			.bsbg7 dl:hover h3,.bsbg7 dl:hover p{display: block;}
			.bsbg7 dl:hover dd img:nth-child(1){display: none;} 
			.bsbg7 dl:hover dd img:nth-child(2){display: inline-block;} 
			.bsbg7 dl dd img:nth-child(2){display: none;} 
			.bsbg7 dl:hover dd{bottom: 0;}
			.bsxbt2{text-align: right;}
			.bsxbt2 h3{float: right;}
			.bs_con8{display: flex; justify-content: space-between;}
			.bs_con8 dl{width: 20%; text-align: center; padding: 3% 3% 8% 3%; border-bottom: 8px solid #fff;}
			.bs_con8 dl p img:nth-child(2){display: none;}
			.bs_con8 dl dt{font-size: 20px; color: #fff; border-radius: 50px; background: #16402C; margin: 10% 0; line-height: 50px;}
			.bs_con8 dl p{font-size: 18px;}
			.bs_con8 dl:hover{ background: #16402C; border-bottom: 8px solid #4F9D85;}
			.bs_con8 dl:hover p img:nth-child(1){display: none;}
			.bs_con8 dl:hover p img:nth-child(2){display: inline-block;}
			.bs_con8 dl:hover dt{background: #fff; color: #16402C;}
			.bs_con8 dl:hover dd{color: #fff;}
			.bs_bg9{background: #f4f4f4; padding: 3% 0;}
			
			.bs_con9{display: flex; justify-content: space-between;}
			.bs_con9_l{width: 580px;}
			.bs_con9_r{width: 560px;}
			.bs_con9_xw_t p{ font-size: 18px; line-height: 140px;}
			.bs_con9_xw_t p span{ color: #616161; padding-right: 10%;}
			.bs_con9_xw{border-bottom: 1px solid #d5d4d5;}
			.bs_con9_xw_b{border-left: 6px solid #4F9D85; background: #16402C; background-image: url(../img/xwbg.png); background-position: right; background-repeat: no-repeat; padding: 2% 5%; display: none;}
			.bs_con9_xw_b dl{display: flex; justify-content: left;}
			.bs_con9_xw_b dl dt{width: 180px; height: 146px; overflow: hidden; margin-right: 30px;}
			.bs_con9_xw_b dl  dd h2{font-size: 14px; color: #759dcb;}
			.bs_con9_xw_b dl  dd p{font-size: 18px; color: #fff; margin: 5% 0; line-height: 30px;}
			.bs_con9_xw:hover .bs_con9_xw_b{display: block;}
			.bs_con9_xw:hover .bs_con9_xw_t{display: none;}
			.bs_con9_r dl{position: relative;}
			.bs_con9_r dl dd{position: absolute; width: 88%; margin: 0 auto; left: 0; right: 0; bottom: 5%;}
			.bs_con9_r dl dd h2{font-size: 18px; color: #b4c6da; margin-bottom: 2%;}
			.bs_con9_r dl dd p{font-size: 20px; color:#fff ; line-height: 30px;}
			
			.bsbg10{background: url(../img/bdbg.png); background-position: center bottom; background-repeat: no-repeat;  margin-top: 5%; }
			.bs_con10_l{width: 520px; background: #fff; padding:0px 40px 40px 40px; box-shadow: 0 0 10px #e6e6e6; margin: 10px 10px 0 10px;}
			.bs_con10{display: flex; justify-content: space-between;}
			.bs_con10_r{margin-top: 23%;}
			.bs_foot{background: #16402C; color: #fff;  font-size: 18px;}
			.bs_foot_t{display: flex; justify-content: space-between; padding: 5% 0;}
			.bs_foot dl{display: flex; justify-content: left;}
			.bs_foot dl dt{width: 50px;  height: 333px;}
			.bs_foot dl dd h2{font-size: 20px; border-bottom: 1px solid #fff;display: inline-block; font-weight: bold; padding-bottom: 10px; margin-bottom: 50px;}
			.bs_foot_t_n1{width: 390px;}
			.bs_foot_t_n3{width: 280px;}
			.bs_foot_t_n1 ul{width: 60%; display: flex; justify-content: space-between; flex-wrap: wrap;}
			.bs_foot_t_n1 ul li{line-height: 50px;}
			.bs_foot_t_n1 p{margin-bottom: 20px;}
			.bs_foot_t_n2 p{margin-bottom: 40px; padding-right:30%; line-height: 30px;}
			.bs_foot_t_n2 p span{width: 32px; height: 32px; margin-right: 10px; float: left;display: block; overflow: hidden;}
		    .bs_foot_t_n3 ul{ display: flex; justify-content: space-between;  margin-top: 10%;}
			 .bs_foot_t_n3 ul li p{font-size: 14px; text-align: center; margin-top: 5%;}
			 .bs_foot_t_n3 ul li{width: 45%; text-align: center;}
			  .bs_foot_t_n3 dl dd{width: 100%;}
			.bs_foot_b{border-top: 1px solid #BBAB93;}
			.bs_foot_b_n{line-height: 80px;}
			 .bs_con3_q dl dd p{display: none;}
			.bs_qyys ul li p {color: #333333!important;}
			
			
			.bs_about{display: flex; justify-content: space-between;}
			.bs_about_l{width: 500px;}
			.bs_about_r{width:635px;}
			.bs_about_r h2{font-size: 36px; font-weight: bold; color: #16402C; margin-bottom: 5%;}
			.bs_about_r p{font-size: 18px; line-height: 35px; margin-bottom: 2%;}
			
			.bsbghz6{background: url(../img/bg22.jpg); padding: 5% 0 15% 0; background-repeat: no-repeat;}
			.bsbghz6 .bs_con6_n{float: left;}
			.bs_hzys{background: url(../img/bzbg.png); background-position: center bottom; background-repeat: no-repeat;  padding: 5% 0;}
			
			.bs_hzys .bsbg7{background: unset; height: auto;}
			.bs_hzys .bsbg7 p{display: block;}
			.bs_hzys .bsbg7 dl:hover h3{display: none;}
			.bs_hzys .bsbg7 dl:hover{background: unset;}
			.bs_hzys .bsxbt  h2{color: #fff;}
			.bs_hzys .bsbg7 dl h2{font-size: 30px;}
			.bs_hzys .bsbg7 dl{width: 20%; text-align: left;}
			.bs_hzys .bsbg7 dl p{text-align: left;}
			
			.bs_hzbg2{background: #F3F3F3; padding: 1px 0 5% 0;}
			.bs_hz3{background: #fff; padding: 3% 0; border-radius: 20px;}
			.bs_hz3 ul{display: flex; justify-content: space-between;}
			.bs_hz3 ul li{width: 20%; text-align: center;}
			.bs_hz3 ul li p{font-size: 20px; text-align: center;}
			
			.bs_cpysbg1{background: url(../img/ysbg.png); background-position: center bottom; background-repeat: no-repeat;  padding:5%  0 2% 0;}
			
			.bs_cpysn1{display: flex; justify-content: space-between; flex-wrap: wrap;}
			.bs_cpysn1 dl{width: 33%; text-align: center; color: #fff; margin-bottom: 3%;}
			.bs_cpysn1 dl dd{font-size: 22px; font-weight: bold; margin: 5% 0;}
			.bs_cpysn1 dl  p{font-size: 18px; color: #DDDDDD; line-height: 30px; text-align: center;}
			.bs_pub_tit5 h2{color: #16402C;}
			.bs_pub_tit5 p{color: #16402C;}
			.bs_yscon2 h2 span{float: left!important; margin-right: 10px;}
			.bs_yscon2 h2{margin-top: 5%;}
			.bs_yscon2 dl{border:1px solid #4F9D85;border-radius: 5px;}
			.bs_yscon2 dl:hover{border-color: #16402C;}
			
			.bs_dyh{display:flex; justify-content: space-between;}
			.bs_dyh dl{width: 24%; text-align: center;}
			.bs_dyh dl dt{margin: 10% 0;}
			.bs_dyh dl h2{font-size: 22px; color: #16402C; font-weight: bold; margin: 5% 0;}
			.bs_dyh dl p{text-align: center; font-size: 18px; padding: 0 5%;}
			
			.jqbg1{background: url(../img/bg1.png); background-position: center bottom; background-repeat: no-repeat;  padding:2.5% 0; color: #fff;}
			.jq_con h2{font-size: 36px; font-weight: bold; line-height: 66px;}
			.jq_con ul{width: 540px; display: flex; justify-content: space-around; border-top: 1px solid #b4d7d0; margin-top: 2%; padding-top: 2%;}
			.jq_con h3{font-size: 20px; line-height: 26px; color: #f9fbfb;}
			.jq_con ul li p{font-size: 20px; line-height: 50px; color: #f9fbfb; text-align: center; }
			
			.jq_pub_tit h2{font-size: 40px; font-weight: bold;}
			.jq_pub_tit p{font-size: 24px; color: #676767;}
			.jq_con2{margin: 5% auto!important;}
			.jq_pub_tit img{margin: 20px 0;}
			.jq_con2_n{margin-top: 20%;}
			.jq_con2_n ul li{width: 230px; line-height: 70px; color: #676767; font-size: 26px; margin-top: 5%; text-align: center;}
			.jq_con2_r{width: 650px; padding:80px 40px; border-top:6px solid #16402C;background: #f9f9f9; border-bottom-left-radius: 70px;border-bottom-right-radius: 70px;}
			.jq_con2_r_nn{ display: flex; justify-content: space-between;}
			.jq_con2{display: flex; justify-content: space-between;}
			.jq_con2_r dl{width: 31%; text-align: center;}
			.jq_con2_r dl dd{font-size: 24px; margin: 30% 0 15% 0; font-weight: bold;}
			.jq_con2_r dl  h2{font-size: 18px;}
			.jq_con2_r dl p{ width: 26px; height: 2px; background: #FEA94B; margin: 20% auto 10%;}
			.jq_con2_n ul .active{background: url(../img/qbg1.png); color: #fff;}
			.jq_con2_r_n{display: none;}
			.jq_con2_r .active{display: block;}
			.jqbg3{background: url(../img/bg3.png); background-position: center bottom; background-repeat: no-repeat;  padding:0; color: #fff;}
			.jq_con3{display: flex; justify-content: space-between;}
			.jq_con3_l{width: 600px;}
			.jq_con3_r{width: 600px; margin-top: 25%;}
			
			.jq_pub_tit2{text-align: right;}
			.jq_pub_tit2 p{text-align: right;color: #fff;}
			.jq_con3_l dl{background: #f9f9f9; padding:9% 10%; margin-top: 3%;}
			.jq_con3_l dl dt{font-size: 26px; font-weight: bold; color: #000; margin-bottom: 2%;}
			.jq_con3_l dl dd{font-size: 20px; color: #313131;}
			.jq_con3_l dl p{font-size: 14px; color: #989898; margin-top: 2%;}
			.jq_con3_l dl dt img{ margin-right: 10px;}
			.jqbg4{background: url(../img/bg4.png); background-position: center bottom; background-repeat: no-repeat;  padding:5% 0 1% 0 }
			.jq_pub_tit3,.jq_pub_tit3 p{text-align: center;}
			.jq_con4{width: 1350px; margin: 5% auto; position: relative;}
			.jq_con4 .swiper{width: 87%;}
			.jq_con4 .swiper dl{background: #fff; text-align: center; height: 420px;}
			.jq_con4 .swiper dl dd{font-size: 26px; font-weight: bold;}
			.jq_con4 .swiper dl h2{width: 26px; height: 2px; background: #FEA94B; margin: 5% auto;}
			.jq_con4 .swiper dl p{color: #737373; font-size: 18px; text-align: center; line-height: 30px;}
			.jq_con4 .swiper dl dt{ padding: 15% 0 5% 0;}
			.jqbg5{background-image: url(../img/bg5.png); background-position:right; background-repeat: no-repeat;  padding:5% 0; background-color: #16402C; }
			.jq_con5_l{color: #fff; width: 500px;}
			.jq_pub_tit5 p{color: #ffff;}
			.jq_con5_l_n h2{font-size: 26px; background: #FEA94B; line-height: 72px; display: inline-block; padding:  0 5%; margin: 20% 0 10% 0;}
			.jq_con5_l_n  p{ font-size: 18px; margin-bottom: 5%;}
			.jq_con5_r{width: 600px; }
			.jq_con5{display: flex; justify-content: space-between;}
			.jq_con5_r_t{font-size: 36px;font-weight: bold;color: #fff; margin: 25% 0 5% 0; text-align: right; padding-right: 5%;}
			.jq_con5_r_b{background: #fff; padding: 50px; display: flex; justify-content: space-between; flex-wrap: wrap;}
			.jq_con5_r_b dl dt{font-size:20px; font-weight: bold; margin: 5% 0;}
			.jq_con5_r_b dl dd{font-size:18px; color: #989898;}
			.jq_con5_r_b dl{width: 48%; margin-bottom: 3%;}
			
			.jqbg6{background: url(../img/bg6.png); background-position:center; background-repeat: no-repeat;  padding:5% 0 5% 0; position: relative;  }
			.jq_con6{display: flex; justify-content: space-between;}
			.jq_con6_l{width: 640px;}
			.jq_con6_r .jq_pub_tit p,.jq_con7_r .jq_pub_tit p{color: #676767;}
			.jq_con6_l dl{border:1px solid #c5c5c5; padding:8% 5%; border-radius: 20px; margin-bottom: 8%; display: flex; justify-content: space-between;}
			.jq_con6_l dl dt{width: 30%; text-align: center; font-size: 36px; font-weight: bold; border-right: 1px solid #d8d8d8;}
			.jq_con6_l dl dd{font-size: 22px; color: #2f2f2f; width: 65%; line-height: 35px;}
			.jq_con6_r_n{font-size: 26px; margin: 15% 0 0 0;}
			.jq_con6_r{padding-top: 2%}
			.jqbg6_r{position: absolute; right: 10%; bottom: -5%;}
			.jqbg7{background: #f9f9f9; padding: 5% 0; margin-bottom: 5%;}
			.jq_con7_r{width: 600px; float: right; position: relative;z-index: 1; height: 700px;}
			
			.jq_con7_l{position: absolute; left: 0;}
			.jq_con7_r_n{background: #16402C; color: #fff; padding:10% 20% 15% 20%; margin-top: 15%;}
			.jq_con7_r_n h2{font-size: 36px;font-weight: bold;}
			.jq_con7_r_n p{font-size: 22px; color: #a6dcda; margin: 8% 0 15% 0;}
			.jq_con7_r_n a{font-size: 18px; border: 1px solid #72c8c5; display: inline-block; padding:3% 5%;}
			
			.jqbg8{background: url(../img/bg8.png); background-position:center; background-repeat: no-repeat;  padding:5% 0 5% 0; position: relative;  margin-top: 5%;}
			.jq_con8{display: flex; justify-content: space-between;}
			.jq_con8_l{width: 172px;}
			.jq_con8_l a{width: 100%; line-height: 53px; border: 1px solid #c6c3b1; display: inline-block; text-align: center; font-size: 22px; color: #fff; margin-top: 210%;}
			.jq_con8_r{width: 850px;}
			.jq_con8_r ul{display: flex; justify-content: space-between;}
			.jq_con8_r ul li{width: 45%;}
			.jq_con8_r ul li p{font-size: 42px; font-weight: bold; text-align: center; margin: 10% 0 5% 0; text-align: center; line-height: 100px;}
			.jqbg9{background: url(../img/bg9.png); background-position:center top; background-repeat: no-repeat;  padding:5% 0 5% 0; position: relative; }
			.jqbg9 .jq_pub_tit{color: #FFF;}
			.jq_con9{width: 1350px; position: relative; margin: 5% auto 0;}
			.jq_con9 .swiper{width: 88%;}
			.jqbg10{background: url(../img/bg10.jpg); background-position:center top; background-repeat: no-repeat;  padding:7% 0 4% 0; position: relative;  margin-bottom: 5%;}
			.jq_con10{display: flex; justify-content: space-between;}
			.jq_con10_l{width: 500px; margin-left: 10%;}
			.jq_con10_r{width: 700px;}
			.jq_con10_l .jq_pub_tit p{line-height: 40px;}
			
			.jq_con10_n {margin-top: 15%;}
			.jq_con10_n ul li{width: 120px; line-height: 48px; margin-top: 10%; font-size: 30px; color: #8f8d8e;}
			.jq_con10_n ul .active{border-bottom: 2px solid #FEA94B; color: #FEA94B; font-weight: bold;}
			.jq_con10_r_n{display: none}
			.jq_con10_r .active{display: block;}
			.q7,.q9{top:auto!important; bottom: 0!important; right: auto!important; left: 15%!important;}
			.q8,.q10{top:auto!important; bottom: 0!important; right: auto!important; left: 10%!important;}
			.jq_con11{width: 1350px; position: relative; margin: 5% auto;}
			.jq_con11 .swiper{width: 88%;}
			
			.jqbg12{background:#16402C; background-position:center top; background-repeat: no-repeat;  padding:5% 0 1px 0; position: relative; }
			.jqbg12_t_l{position: absolute; left: 0; }
			.jqbg12_t .jq_pub_tit h2{color: #fff;}
			
			.jqbg12_n{width: 1350px; position: relative; margin: 5% auto;}
			.jqbg12_n .swiper{width: 88%;}
			.jqbg12_n dl{background: #fff; padding: 40px 20px 30px 20px; position: relative;}
			.jqbg12_n dl dt{font-size: 28px; color: #16402C; font-weight: bold;}
			.jqbg12_n dl dd{font-size: 22px; margin: 5% 0 8% 0;}
			.jqbg12_n dl h2{font-size: 90px; color: #fffaf4; font-weight: bold; position: absolute; top: 17%; right: 5%;}
			.jqbg12_n dl p{position: relative; z-index: 1;}
			
			.jqbg13{background: url(../img/xwbg.png); background-position:center top; background-repeat: no-repeat;  padding:5% 0 1% 0; position: relative; }
			.abm_con13_t{display: flex; justify-content: space-between; margin-top: 5%;}		 
				.abm_con13_t_l{width: 328px; border-right: 2px solid #dde3e4;}		 
				.abm_con13_t_m{width: 65px;}	
					 .abm_con13_t_m h2{font-size: 18px; font-weight: bold; color: #000;}
					  .abm_con13_t_m p{font-size: 14px;color: #8e8e8e;}
				.abm_con13_t_r{width: 750px;}		 
				.abm_con13_t_r h2{font-size: 26px; color: #16402C; font-weight: bold;}		 
				.abm_con13_t_r p{font-size: 18px; color: #000;  line-height: 35px; margin: 5% 0;}			 
				.abm_con13_t_r a{font-size: 18px; color: #16402C; display: inline-block; border-bottom: 4px solid #FEA94B; font-weight: bold; line-height: 15px;}		 
				.abm_con13_b{ display: flex; justify-content: space-between; margin-top: 5%;}		 
				.abm_con13_b dl{width: 26%; padding: 3%; background: #fff;}
				.abm_con13_b dl dt{display: none;}		 
				.abm_con13_b dl dd h3{font-size: 14px; color: #999999;}		 
				.abm_con13_b dl dd h2{font-size: 18px; color: #000; line-height: 40px; margin: 5% 0;}		 
				.abm_con13_b dl  p a{font-size: 16px; color: #16402C; display: inline-block; border-bottom: 1px solid #FEA94B;}	
			
			.jq_gdd img{vertical-align: bottom;}
			
						.zyt_lx{display: flex; justify-content: space-between; margin-bottom: 5%;}
												.zyt_lx_l{width: 530px;}
												.zyt_lx_r{width: 520px;}
												.zyt_lx h2{color: #16402C; font-size: 28px; margin-bottom:5%; font-weight: bold;}
												.zyt_lx_l p{font-size: 18px;}
												.zyt_lx_l dl{margin-top: 5%;}
												.zyt_lx_l dl dt{font-size: 22px; margin-bottom: 2%;}
												.zyt_lx_l dl dd{font-size: 18px; color: #a6a6a6;}
												.zyt_lx_r p{width: 100%; margin-bottom: 3%;}
												.zyt_lx_r p input{ border:1px solid #C6C6C6; border-radius: 10px; line-height:70px; padding-left: 20px; color: #C6C6C6; width: 90%;font-size: 20px;}
												.zyt_lx_r p textarea{ border:1px solid #C6C6C6; border-radius: 10px; line-height:70px;  color: #888888; height: 150px; width: 90%; font-size: 20px; padding-left: 20px;}
												
												
												
												.zyt_lx_r h3{text-align: right;}
												.zyt_lx_r h3 input{width: 30%; float: right; background: #16402C; line-height: 60px; text-align: center; color: #fff; font-size: 26px; border-radius: 50px;}
		.con7_b_t textarea::placeholder{color: #808080;}
		.zyt_lx_r p textarea::placeholder{color: #808080;}
		.zzbg{background: url(../img/zzbg.png); background-position:center top; background-repeat: no-repeat;  padding:5% 0 5% 0; position: relative; }
			
		.zzbg .jq_pub_tit{color: #fff;}	
		
		.jq_aboutbg{background: url(../img/aboutbg.jpg); background-position:center bottom; background-repeat: no-repeat;  padding:5% 0 0 0; position: relative; }
		.jq_about_n{width: 530px; float: right;}
		.jq_about_n h2{font-size: 36px; font-weight: bold;}
		.jq_about_n h3{width: 50px; height: 4px; background: #16402C; margin: 5% 0;}
		.jq_about_n p{font-size: 18px; margin-bottom: 2%; line-height: 30px;}
		.jq_about_n2{margin-top: 8%;}
		
		.jq_aboutbg2 { margin: 5% 0;}
		


.fay_con1{position: relative; margin: 5% 0;}
.fay_con1_l{position: absolute; left: 0; top: 0;}
.fay_con1_r{position: absolute; right: 0; bottom: 0;}
.fay_con1_n_n_t h2{font-size: 46px;color: #000000; font-weight: bold; margin-top: 3%;}
.fay_con1_n_n_t span{color: #16402C; font-size: 20px; vertical-align:middle; padding-left: 2%;}
.fay_con1_n_n_t p{color: #555555; font-size: 26px; margin: 2% 0 6% 0;}
.fay_con1_n_n_t ul{width: 440px; display:flex;justify-content: space-between;}
.fay_con1_n_n_t ul li{font-size: 24px; color: #16402C;}
.fay_con1_n_n_t ul li img{vertical-align: sub; padding-right: 15px;}
.fay_con1_n_n_qh h2{font-size: 26px; color: #000; font-weight: bold;}
.fay_con1_n_n_qh p{color: #555555; font-size: 18px; margin-top: 3%; line-height: 30px;}
.fay_con1_n_n_d{margin-top: 13%; width: 624px;}
.fay_con2{width: 100%; background: url(../img/bg2.jpg);   background-repeat: no-repeat; background-position: center bottom;}
.fay_con2_n{width: 1300px; margin: 0 auto;}
.fay_con2_n ul{display: flex; justify-content: space-between;}
.fay_con2_n ul li{font-size: 26px; color: #939393; width: 200px; text-align: center; padding-top: 5.5%;}
.fay_con2_n ul .active{background: url(../img/qbg1.png); background-size: 100% 100%;  line-height: 140px; color: #fff; height: 140px; padding: 0;}
.fay_con1_n_n_qh{display: none; height: 115px;}
.fay_con1_n_n_d .active{display: block;}

.fay_pub_tit h2{font-size: 46px;color: #000000; font-weight: bold; margin-top: 5%;}
.fay_pub_tit p{color: #555555; font-size: 26px; margin:1% 0 0 0; width: 468px; text-align: right; float: right; line-height: 45px;}
.fay_pub_tit{text-align: right; margin: 5% 0; position: relative;}
.fay_pub_tit h3{width: 508px; height: 1px; background: #DCDCDC; position: absolute; right: -10%; top:18%}
.fay_pub_tit h4{width: 1px; height: 134px; background: #DCDCDC; position: absolute; right: -4%; top:0}

.fay_con4{background: #F5F5F5; padding: 8% 0 5% 0; position: relative;}
.fay_con4_n{width: 862px; height: 965px; padding-left: 40px;}
.fay_con4_n_t{height: 330px; padding-top: 80px; width: 460px;}
.fay_con4_n_t_n{ display: none;}
.fay_con4_n_t dt{font-size: 26px; font-weight: bold; color: #000;}
.fay_con4_n_t dd{font-size: 18px; color: #555555; line-height: 35px; margin: 5% 0;}
.fay_con4_n_t h2{width: 36px; height: 2px; background: #16402C; margin-bottom: 5%;}
.fay_con4_n_t h3{font-size: 20px; font-weight: bold; color: #333333; line-height: 40px;}
.fay_con4_n_d{font-size: 18px; color: #333333; margin-top: 3%; display: none;}
.fay_con4_n_d img{vertical-align: middle;}
.fay_con4 .swiper-slide {width: auto;}

.fay_con4_n{background: unset;}
.fay_con4 .swiper-slide-active .fay_con4_n{ background: url(../img/bg4.jpg);background-repeat: no-repeat; background-position: left; }
.fay_con4 .swiper-slide-active .fay_con4_n_t_n{display: block;}
.fay_con4 .swiper-slide-active .fay_con4_n_d{display: block;}
.fay_pub_tit2{position: absolute; right: 12%; top: 0; z-index: 22;}
.fay_con4  .q1{right: 12%; top:30%; width: 72px!important; height: 72px!important;}
.fay_con4  .q2{right: 17%; top:30%; left: auto; width: 72px!important; height: 72px!important;}


.faybg5{background: #2A2A2A; padding: 5% 0; position: relative;}
.fay_pub_tit3{width: 454px; text-align: left; color: #fff;}
.fay_pub_tit3 p{text-align:left; color: #fff; width: 430px; float: left;}
.fay_pub_tit3 h2{color: #fff;}
.fay_pub_tit3 h3{width: 416px; background: #3E3E3E; top: -26%; right: auto; left: -10%;}
.fay_pub_tit3 h4{height: 81px; background: #3E3E3E; right: auto; left: -6%; top:-55%}
.faybg5_n{display: flex; justify-content: space-between;}
.faybg5_n_n{width: 100%; color: #fff; float: left; font-size: 26px;  margin: 15% 0;}
.faybg5_n_d{width: 330px; float: left;}
.faybg5_n_d ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.faybg5_n_m{float: left; margin-top: 5%;  width: 100%;}
.faybg5_n_d ul li img{border:3px solid #2A2A2A}
.faybg5_n_d ul .active img{ border-color: #FFFFFF;}
.faybg5_n_m a{font-size: 18px;color: #fff; display: inline-block; border: 1px solid #949494; line-height: 44px; padding: 0 5%;}
.faybg5_n_n ul li{display: none;}
.faybg5_n_n ul .active{display: block;}
.fay_con5_al{position: absolute; right: 0; top:20%; z-index: 11;} 
.fay_con5_al_qh p{background: #16402C; color: #fff; font-size: 32px; padding: 0 10%; line-height: 114px;}
.fay_con5_al_qh  img{vertical-align: bottom;}
.fay_con5_al_qh{display: none;}
.fay_con5_al .active{display: block;}
.faybg6{background: #F5F5F5; position: relative; padding: 5% 0;}
.fay_con6_t{display: flex; justify-content: space-between;}
.fay_pub_tit4 h3{top: 34%;}
.fay_con6_t_l{width: 300px; margin-top: 10%;}
.fay_con6_t_l ul{display: flex; justify-content: space-between;}

.fay_con6_t_l ul li{width: 50%; font-size: 26px; text-align: center;}
.fay_con6_t_l ul .active{font-weight: bold;}
.fay_con6_t_l ul li p{width: 36px; height: 4px; background: #F5F5F5; margin: 5% auto; text-align: center;}
.fay_con6_t_l ul .active p{background: #16402C;}
.fay_con6_n{width: 1430px; margin: 0 auto; position: relative;}
.fay_con6_n .swiper{width: 1200px;}
.fay_con6_n dl{display: flex; justify-content: space-between;}
.fay_con6_n dl dt img{float: left; margin-bottom: 11%;}
.fay_con6_n dl dt img:nth-child(2){margin: 0;}
.fay_con6_n dl dt{width: 365px;}
.fay_con6_n dl dd{width: 800px; position: relative; }
.fay_con6_n dl dd p{background: rgba(143, 116, 76, .7); color: #fff; font-size: 26px;line-height: 114px; text-align: center; position: absolute; left: 0; right: 0; bottom: 0;}
.fay_con6_n dl dd img{vertical-align: bottom;}
.fay_con6_n .q1{width: 72px!important; height: 72px!important;}
.fay_con6_n .q2{width: 72px!important; height: 72px!important;}
.fay_con6_n_qh{display:none;}
.fay_con6_n .active{display: block;}
.fay_con6_n .q3{width: 72px!important; height: 72px!important;}
.fay_con6_n .q4{width: 72px!important; height: 72px!important;}
.faybg7{background: url(../img/bg7.jpg); padding: 5% 0 10% 0; position: relative; margin-bottom: 10%;}
.fay_pub_tit5 h3,.fay_pub_tit5 h4{background: #757C82;}
.faybg7 .faybg5_n_l{width: 600px;}
.fay_pub_tit5{width: 550px;}
.fay_con7_n .active{display: block;}
.fay_con7_n_qh{display: none;width: 420px;  margin: 8% 0 0 0; color: #fff;}
.fay_con7_n_qh h2{font-size: 26px; font-weight: bold; margin-bottom: 8%;}
.fay_con7_n_qh p{font-size: 18px; line-height: 40px;}
.fay_con7_d{width: 81.5%; position: absolute; right: 0; bottom: -13%; padding: 2% 0; background: #F5F5F5;}
.fay_con7_d_n{display: flex; justify-content: space-between;}
.fay_con7_d_n dl dd{font-size: 18px;}
.fay_con7_d_n dl{width: 50%; text-align: center; padding: 2% 0 5% 0;}
.fay_con7_d_n dl dt img:nth-child(2){display: none;}
.fay_con7_d_n  .active dl{background: #16402C; color: #fff;width: 50%;}
.fay_con7_d_n  .active dt img:nth-child(1){display: none;}
.fay_con7_d_n  .active dt img:nth-child(2){display: inline-block;}
.fay_con7_d_n_n{width: 19%; border-right: 1px solid #CAC8C6;}						
.fay_con7_d_n_n:last-child{border-right: 0;}						
.fay_pub_tt2{text-align: center; margin: 5% 0;}						
.fay_pub_tt2 p{text-align: center;}
.fay_pub_tt2 h3{font-size: 80px; color: #f2eee9;}
.fay_pub_tt2 h2{ font-size: 46px; color: #000; font-weight: bold; margin-top: -60px;}
.fay_pub_tt2 p{ font-size:26px; margin-top: 1%;}
.fay_con8{display: flex; justify-content: space-between;}
.fay_con8 dl{width: 32%; text-align: center; background: #F5F5F5; padding: 5% 0;}
.fay_con8 dl dt img:nth-child(2){display: none;}
.fay_con8 dl h3{font-size: 26px; font-weight: bold; color: #000; margin: 5% 0;}
.fay_con8 dl  h2{width: 36px; height: 4px; background: #16402C; margin: 10% auto;}
.fay_con8 dl p{font-size: 18px; line-height: 30px; text-align: center;}
.fay_con8 dl:hover{background: #16402C; color: #fff;}
.fay_con8 dl:hover dt img:nth-child(1){display: none;}
.fay_con8 dl:hover dt img:nth-child(2){display: inline-block;}
.fay_con8 dl:hover  h3{color: #fff;}
.fay_con8 dl:hover  h2{background: #fff;}
.faybg9{ background: #2A2A2A; padding: 5% 0; margin-top: 5%;}
.fay_con9_n_t{margin: 5% 0;}
.fay_con9_n_b{display: flex; justify-content: space-between; border-top:1px solid #FFFFFF; padding-top: 5%;}
.fay_con9_n_b dl{width: 31.5%;}
.fay_con9_n_b dl dd{font-size: 18px; line-height: 30px; margin-top: 4%; color: #fff;}
.fay_con9_n_t{ position: relative; width: 1030px;}
.fay_con9_n_t p{background: rgba(143, 116, 76, .7); color: #fff; font-size: 26px;line-height: 114px; text-align: center; position: absolute; left: 0; right: 0; bottom: 0;}
.fay_con9_n_t  img{vertical-align: bottom;}
.fay_con9_n_b dl dt{ position: relative;}						
.fay_con9_n_b dl dt p	{background: rgba(143, 116, 76, .7); color: #fff; font-size: 18px;line-height: 50px; text-align: center; position: absolute; left: 0; right: 0; bottom: 0;}					
.fay_con9_n_b dl dt img{vertical-align: bottom;} 

.fay_con10_n dl{border: 2px solid #CAC8C6; padding:10% 10%  5% 10%; position: relative; margin: 15% 0 5% 0; }						
.fay_con10_n dl dd h2{font-size: 26px; font-weight: bold;}						
.fay_con10_n dl dd h3{width: 20px; height: 2px; background: #16402C; margin: 5% 0;}					
.fay_con10_n dl dd p{font-size: 18px; line-height: 35px;}						
.fay_con10_n dl dt{ position: absolute; top: -16%; width: 125px; background: #fff; text-align: center; left: 15%;}						
.fay_con10 .swiper{padding-bottom:5%;}						
.fay_con10 .swiper-pagination-bullet{width: 10px!important; height: 8px!important; border-radius: 0!important;}						
.fay_con10 .swiper-pagination-bullet-active{width: 60px!important; height: 8px!important; border-radius: 0!important; background: #16402C!important;}
						
.faybg11{background: #F5F5F5; padding: 5% 0; margin: 5% 0 0 0;}							
.fay_pub_tit6 h2{color: #000000;}						
.fay_pub_tit6 p{color: #333333;}						
.fay_pub_tit6 h3{background: #DCDCDC; width: 232px;}							
.fay_pub_tit6 h4{background: #DCDCDC;}							
.fay_con11{display: flex; justify-content: space-between; margin-top: 4%;}							
.fay_con11 dl{width: 31%;}						
.fay_con11 dt{font-size: 46px; font-weight: bold; color: #31221B; margin: 5% 0;}						
.fay_con11 dd{font-size: 18px; line-height: 30px; border-bottom: 1px solid #939393; padding-bottom: 8%; margin-bottom: 8%;}						
.fay_con11 p{font-size: 18px;}						
.fay_con11 p img{vertical-align: middle; padding-left: 10px;}						
.fay_con12{width: 100%; background: url(../img/bg15.jpg);   background-repeat: no-repeat; background-position: center top; margin: 0 0 2% 0; padding: 1px 0 6% 0;}						
.fay_pub_tt3 h3{color: #51504D;}	
.fay_pub_tt3 h2{color: #fff;}	
.fay_pub_tt3 p{color: #D5D5D4;}	
.fay_con12_n{display: flex; justify-content: space-between;}	
.fay_con12_n dl{font-size: 26px; font-weight: bold; color: #fff; width: 20%; border-right: 1px solid #5D5C5B; padding: .5% 0; line-height: 50px;}		
.fay_con12_n dl:last-child{width: 10%; border:none}		
.fay_con12_d{text-align: center; margin: 5% 0 0 0;}	
.toplog ul dl dd p span{display: block;}	

.newscentercon1{overflow: hidden;}
					.newscenter_wrap{display: flex;flex-flow: row wrap;justify-content: space-between;width: 1200px;margin:70px auto;}
					.newscentercon ul li{margin: 0 auto;overflow: hidden;}
					.newscentercon ul li:hover{background-color: #F7F7F7;margin:70px auto;margin:0 auto;overflow: hidden;}
					.newscentercon1{width: 176px;}
					.newscentercon1 dl{width: 96%;display: flex;justify-content: center;align-items: center;}
					.newscentercon1 dl dd{color:#3e3d3d;font-size: 28px; }
					.newscentercon2{width: 690px;}
					.newscentercon3{width: 282px;}
					.newscentercon2 h3{font-size: 22px; -webkit-line-clamp: 2; color: #000000; font-weight: bold;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    text-overflow: ellipsis;}
					.newscentercon2 p{font-size: 18px;line-height: 30px;margin-top: 20px; -webkit-line-clamp: 3;
		    display: -webkit-box;
		    -webkit-box-orient: vertical;
		    overflow: hidden;
		    text-overflow: ellipsis;}
					
					
				   .newscentercon li dl dd h2 {color: #3E3D3D; font-size: 40px; font-weight: bold;}
				    .newscentercon li dl dd h3{ text-align:center; color:#D6D6D6; font-size:25px; margin:15% auto; text-align:center}
		           .newscentercon li dl dd p {color: #7F7C7C; font-size: 21px; text-align: center;}
					
			.newscentercon2 h4	{width: 154px;
line-height: 48px;
background: #B5C6B6; font-size: 18px;text-align: center; color: #fff; margin-top: 5%;}	
	

.fay_al .swiper-slide{width: auto;}
.fay_al dl{ position: relative;}
.fay_al dl dd {background: rgba(143, 116, 76, .7); color: #fff; font-size: 26px;line-height: 114px; text-align: center; position: absolute; left: 0; right: 0; bottom: 0;}
.fay_al dl img{vertical-align: bottom}
.fay_al {margin: 4% 0;}

.fany_aboutbg{background:url(../img/abbg.jpg); background-size: 100% 670px; background-position: center; background-repeat: no-repeat;}
.fany_about{width: 1350px; margin: 0 auto; display: flex; justify-content: space-between;}
.fany_about_l {width: 580px;}
.fany_about_r{width: 690px; padding-top: 10%;}
.fany_about_r h2{font-size: 26px; margin: 5% 0; font-weight: bold;}
.fany_about_r  p{font-size: 18px; margin-bottom: 3%; line-height: 40px;}
.fany_about_r span{font-size: 32px; font-weight: bold; color: #16402C; display: inline-block; margin-bottom: 5%; border-bottom: 1px solid #16402C;}
.fany_about_r h3:nth-child(4){margin-top: 15%;}


.sjmr_pub_tit{text-align: center; margin: 5% auto 4%;}
.sjmr_pub_tit h2{font-size: 50px;font-weight: bold;}
.sjmr_pub_tit  p{font-size: 30px;text-align: center; margin-top: 1%;}
.sjmr_pub_tit  p img{padding-right: 10px; vertical-align: middle;}
.sjmr_pub_tit2{display: flex; justify-content: space-between;}
.sjmr_pub_tit2 h2{text-align: left;}
.sjmr_pub_tit2  p{margin-top: 3%;}
.sjmr_con1_n_l{width: 585px;}
.sjmr_con1_n_r{width: 540px;}
.sjmr_con1_n{display: flex; justify-content: space-between;}
.sjmr_con1_n_l dl{display: flex; justify-content: space-between;}
.sjmr_con1_n_l dl dt{width:4px; margin-top: 2%;}
.sjmr_con1_n_l dl dd{width:538px; position: relative; height: 340px;}
.sjmr_con1_n_l dl dd h2{font-size: 26px;font-weight: bold;}
.sjmr_con1_n_l dl dd  p{font-size: 20px; color: #666666; line-height: 38px; margin: 5% 0;}
.sjmr_con1_n_l dl dd  h3{ position: absolute; bottom: 0;}
.sjmr_con1_n_r img{vertical-align: bottom;}

.sjmr_con1 .q1{width: 104px!important; height: 44px!important; top: auto; bottom: 0; right: 37%;}
.sjmr_con1 .q2{width: 104px!important; height: 44px!important; top: auto; bottom: 0; left: 46.4%;}

.sjmrbg2{background: url(../img/bg2.png); background-size: 100% 100%; padding: 1px 0 5% 0; margin-top: 5%;}


.sjmr_con2{display: flex; justify-content: space-between;}
.sjmr_con2_l{width: 310px;}
.sjmr_con2_r{width: 765px; color: #fff; display: flex; justify-content: space-between;}
.sjmr_con2_r dl{display: flex; justify-content: center; border-bottom: 1px solid #3F574A;}
.sjmr_con2_r dl dd{display: flex; margin-top: 20px; }
.sjmr_con2_r dl dd p{writing-mode: vertical-rl; font-size: 24px; letter-spacing: 5px; padding: 0 10px;}
.sjmr_con2_r dl dt{font-size: 26px;font-weight: bold; border-top: 1px solid #fff;border-bottom: 1px solid #fff; height: 77px; padding: 10px 0;  text-align: center; margin-right: 20px; letter-spacing: 10px; padding-left:6px}
.sjmr_con3_t{font-size: 20px; margin-bottom: 3%;}
.sjmr_con3_t p{line-height: 38px;}
.sjmr_con3_d ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.sjmr_con3_d ul li{width: 32%; margin-bottom: 5%; border-bottom: 1px solid #E7E7E7; padding-bottom: 1%;}
.sjmr_con3_d ul li p{font-size: 26px;text-align: center; line-height: 80px;}
.sjmr_con3 .q1{top: 0; width: 62px!important; height: 62px!important;}
.sjmr_con3 .q2{top: 0; left: auto; right: 70px;width: 62px!important; height: 62px!important;}
.mySwiper3 .q1{top: 5%; width: 62px!important; height: 62px!important; right: 18%;}
.mySwiper3 .q2{top: 5%; left: auto; right: 23%;width: 62px!important; height: 62px!important;}
.sjbgcor{background: #F4EFE7; padding-bottom: 5%;}
.sjmr_con4{display: flex; justify-content: space-between;}
.sjmr_con4 dl{width: 24%; text-align: center;}
.sjmr_con4 dl dd{width: 1px;height: 60px;background: #B5C6B6; margin: 3% auto;}
.sjmr_con4 dl p{text-align: center; font-size: 26px; line-height: 38px;}
.sjmr_con5{display: flex; justify-content: space-between; margin-top: 5%!important;}
.sjmr_con5_l{width: 518px;}
.sjmr_con5_r{width: 559px;}
.sjmr_con5_l .sjmr_pub_tit{text-align: left;}
.sjmr_con5_l .sjmr_pub_tit p{text-align: left;}
.sjmr_con5_l_n dl{display: flex; justify-content: space-between; margin-top: 10%;}
.sjmr_con5_l_n dl dt{width: 22px; height: 24px; line-height: 24px;text-align: center; font-size: 20px; background: #16402C;  color: #fff; margin: 10px 20px 0 0;}
.sjmr_con5_l_n dl dd{width: 518px; font-size: 20px;line-height: 38px;}
.sjmrbg6{background: url(../img/bg2.jpg); background-size: 100% 100%; padding:5% 0;}
.sjmr_con6{display: flex; justify-content: space-between;}
.sjmr_con6_l{width: 614px; margin-left: -100px;}
.sjmr_con6_r{width: 600px; position: relative;}
.sjmr_con6_r_t{display: flex; justify-content: space-between; margin-bottom: 10%;}
.sjmr_con6_r_t h2{font-size: 26px; font-weight: bold; border-top: 1px solid #fff;border-bottom: 1px solid #fff; padding: 1% 0;}
.sjmr_con6_r_m p{font-size: 26px; line-height: 38px;}
.sjmr_con6_r_d{position: absolute; left: 3%; bottom: 5%;}
.sjmr_con6_r_d p{font-size: 18px;text-align: right;   line-height: 38px;}

.sjmr_con6_m{width: 800px;background:#068747; position: absolute; right: 0; bottom: 30%; }
.sjmr_con6_m ul{display: flex; justify-content: space-between; padding: 7% 10%;}
.sjmr_con6_m ul li{width: 33%; text-align: center; font-size: 30px;  color: #AFC392; padding: 2% 0;}
.sjmr_con6_m ul li span{font-weight: bold; margin-bottom:3%; display: block;}
.sjmr_con6_m ul li:hover{color: #fff;} 


.sjmr_con7{margin-top: 5%;}
.sjmr_con7{display: flex; justify-content: space-between;}
.sjmr_con7_l{width: 530px;}
.sjmr_con7_r{width: 590px;}
.sjmr_con7_l .sjmr_pub_tit{text-align: right;}
.sjmr_con7_l .sjmr_pub_tit p{text-align: right;}
.sjmr_con7_l_n{margin: 10% 0 0 0}		
.sjmr_con7_l_n p{font-size: 18px; text-align: right; line-height: 38px;}	.sjmr_con7_l_n a{width: 158px;background: #16402C; font-size: 18px; color: #fff;text-align: center; line-height: 50px;display: block; margin-top: 13%;}	
		
.sjmr_con7_r ul{display: flex; justify-content: space-between;}		
.sjmrbg8{background: url(../img/bg8.png); background-size: 100% 100%; padding: 1px 0 5% 0; margin-top: 5%;}	
.sjmr_con8{display: flex; justify-content: space-between;}		
.sjmr_con8 dl dd{width: 30px;height: 2px;background: #16402C; margin: 5% auto 10%;}		
.sjmr_con8 dl p{font-size: 26px;text-align: center; line-height: 38px;}		
.sjmr_con8 dl {text-align: center;}
.sjmr_con9{width: 1400px; margin: 0 auto; position: relative;}
.sjmr_con9 .swiper{width: 1200px;}
.sjmr_con9 .q1{width: 60px!important; height: 60px!important; top: 45%;}
.sjmrbg10{background: url(../img/bg10.png); background-size: 100% 100%; padding: 1px 0 5% 0; margin-top: 5%;}	
.sjmr_con10{display: flex; justify-content: space-between;}
.sjmr_con10_l{width: 540px; padding-top: 8%;}
.sjmr_con10_r{width: 720px; margin-right: -140px;}
.sjmr_con10_l h2{font-size: 26px;font-weight: bold;}
.sjmr_con10_l h3{width: 26px;height: 2px;background: #16402C; margin: 6% 0;}
.sjmr_con10_l p{font-size: 20px; color: #666666; line-height: 38px;}
.sjmr_con10_l h4{font-size: 20px; color: #B5C6B6; margin: 6% 0;font-weight: bold;}
.sjmr_con10_l a{width: 158px;background: #16402C; font-size: 18px; color: #fff;text-align: center; line-height: 50px;display: block; margin-top: 20%;}	
	
.sjmrbg11{background: url(../img/bg11.png); background-size: 100% 100%; padding: 1px 0 5% 0; margin-top: 5%; color: #fff;}
.sjmr_con11 h3{width: 1px;height: 60px;background: #FFFFFF;opacity: 0.7; margin: 0 auto 5%;}
.sjmr_con11 h2{font-size: 26px; margin-bottom: 3%; font-weight: bold; text-align: center;}
.sjmr_con11 p{font-size: 20px; line-height: 38px; text-align: center;}
.sjmr_con12{display: flex; justify-content: space-between; margin-bottom: 3%;}
.sjmr_con12 dl{width: 27%; padding-left: 3.8%; border-left: 1px solid #F0F0F0; padding-top: 3%;}
.sjmr_con12 dl h3{font-size: 16px; color: #999999;}
.sjmr_con12 dl h3 strong{font-size: 26px; color: #000;}
.sjmr_con12 dl h2{font-size: 18px; margin: 5% 0;}
.sjmr_con12 dl dd{font-size: 18px; margin: 5% 0; color: #666666; line-height: 36px;-webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.sjmr_con12 dl p a{font-size: 16px; color: #B5C6B6; font-weight: bold;}

.sjmrfootbg{background:#068747; padding: 2%  0; color: #fff; background-size: 100% 100%;}
.sjmrfoot_t{border-bottom: 1px solid #1a8e55; padding-bottom: 1%;}
.sjmrfoot_t h2{font-size: 30px;font-weight: bold; margin-top: 2%;}
.sjmrfoot_t{display: flex; justify-content: space-between;}
.sjmrfoot_t ul{width: 840px; display: flex; justify-content: space-between; font-size: 20px;}
.sjmrfoot_t ul li{line-height:120px;}
.sjmrfoot_m{display: flex; justify-content: space-between;  padding: 1% 0 0 0; margin: 3% 0 0 0;}
.sjmrfoot_m_l {width: 565px; font-size: 18px;}
.sjmrfoot_m_l  p img{vertical-align: middle; padding-right: 10px;}
.sjmrfoot_m_l  p{margin-bottom: 5%; }
.sjmrfoot_m_r{width: 350px;}
.sjmrfoot_m_r ul{display: flex; justify-content: space-between;}
.sjmrfoot_m_r ul li p{font-size: 16px;text-align: center; margin-top: 5%;}
.sjmrfoot_m_l dd{margin-top: 5%;}
.sjmrfoot_m_l dd p{line-height: 36px;}
.sjmrfoot_d ul{display: flex; justify-content: space-between;}		
.sjmrfoot_d ul li{width: 50%;}		
.sjmr_about dl{display: flex; justify-content: space-between;}		
.sjmr_about dl dt{width: 580px;}	
.sjmr_about dl dd{width: 560px; padding-top: 7%;}	
.sjmr_about dl dt h2{font-size: 20px; line-height: 60px; border-top: 1px solid #333333;}	
.sjmr_about dl dd h2{font-size: 32px;font-weight: bold; margin-bottom: 5%;}		
.sjmr_about dl dd p{font-size: 20px; line-height: 36px;}					
.sjmr_about dl dd  a{width: 158px;background: #16402C; font-size: 18px; color: #fff;text-align: center; line-height: 50px;display: block; margin-top: 10%; float: right;}	


.sjmr_con1  .sjmr_pub_tit h2{font-size: 38px;font-family: 'SourceHanSansCN-Normalzt'}
.gcgjbg1{background: url(../img/bg1.jpg); background-size: 100% 100%; padding: 2% 0 5% 0;}
.gcgj_con1{display: flex; justify-content: space-between;}
.gcgj_con1_l{width: 600px;}
.gcgj_con1_r{width: 520px;}
.gcgj_con1_l dl dt{width: 4px;height: 22px;background: #B5C6B6; margin-top: 3px;}
.gcgj_con1_l dl{display: flex; justify-content: space-between; margin-bottom: 10%;}
.gcgj_con1_l dl dd{width: 576px;}
.gcgj_con1_l dl dd h2{font-size: 20px; margin-bottom: 2%;}
.gcgj_con1_l dl dd p{font-size: 18px; color: #999999; line-height: 32px;}
.gcgj_con1_l a{width: 167px;line-height: 52px;background: #B5C6B6; display: block; text-align: center; font-size: 20px; color: #fff;}
.gcgj_con1_l a img{vertical-align: middle; padding-left: 10px;}
.sjmr_pub_tit3{text-align: left;}
.sjmr_pub_tit3 p{text-align: left; font-size: 30px; margin-top: 5%;}
.sjmr_pub_tit3 h2{margin-top: 10%;}
.sjmr_pub_tit3  h4{font-weight: bold; color: #068747; font-size: 30px; margin-top: 3%;}
.gcgjbg3{background: url(../img/bg3.jpg); background-position: center top; background-repeat: no-repeat;}
.gcgj_con3_l{width: 260px; padding: 60px; background: url(../img/bg3_1.jpg); background-size: 100% 100%;}
.gcgj_con3_l_t{display: flex; justify-content: space-between; letter-spacing: 5px;}
.gcgj_con3_l_t h2{width: 68px; border-left: 1px solid #CDCDCD; border-right: 1px solid #CDCDCD;  font-size: 36px;writing-mode: vertical-rl; font-weight: bold; padding-right: 10px;}
.gcgj_con3_l_t h2 img{padding-bottom: 15px;}



.gcgj_con3_l_t h3{font-size: 18px;writing-mode: vertical-rl;  color: #333333;}
.gcgj_con3_l_t h4{width: 1px;height: 100px;background: #333333;opacity: 0.1;}
.gcgj_con3_l_t p{color: #999999; font-size: 18px; writing-mode: vertical-rl;}
.gcgj_con3_l_d a{width: 80px; line-height: 52px;background: #B5C6B6; text-align: center;display: block;  float: right;}
.gcgj_con3_l_d a img{vertical-align: middle;}
.gcgj_con3_l_d{display: block; overflow: hidden; margin-top:70px;}
.gcgj_con4 dl{display: flex; justify-content: space-between;}
.gcgj_con4 dl dt{width: 50%;}
.gcgj_con4 dl dd{width: 40%; padding: 5%; background: url(../img/bg4.jpg); background-size: 100% 100%; color: #fff;}
.gcgj_con4 dl dd h2{font-size: 26px;font-weight: bold;font-family: 'SourceHanSansCN-Normalzt'}
.gcgj_con4 dl dd h3{width: 200px;height: 1px;background: #FFFFFF;opacity: 0.4; margin: 7% 0;}
.gcgj_con4 dl dd p{font-size: 18px; line-height: 30px;}
.gcgjbg5{background: url(../img/bg5.jpg); background-size: 100% 100%; padding: 1px 0 5% 0; margin-top: 5%;}

.gcgj_con5_t{display: flex; justify-content: space-between; height: 350px;}
.gcgj_con5_t dl{width: 68px;}
.gcgj_con5_t dl dt{width: 66px;height: 66px;border: 1px solid #333333; line-height: 66px;text-align: center; border-radius: 50%; font-size: 26px;}
.gcgj_con5_t dl dd{font-size: 26px;writing-mode: vertical-rl; width: 41px; border-bottom: 1px solid #333333; padding: 10px 0; letter-spacing: 8px; margin: 10px auto 0; padding-right: 5px;}
.gcgj_con5_t dl:nth-child(2) dd{letter-spacing: 7px;}
.gcgj_con5_t dl:nth-child(3) dd{letter-spacing: 7px;}
.gcgj_con5_t dl:nth-child(8) dd{letter-spacing: 7px;}
.gcgj_con5_d p{text-align: center; font-size: 20px;}
.gcgj_con5_t h2{width: 46px;height: 1px;background: #333333; margin: 30px auto 0;}
.gcgj_con5_t dl:hover dt{background: url(../img/ybg.png); background-size: 100% 100%; color: #fff; border-color: #B5C6B6;}
.gcgj_con5_t dl:hover h2{background:#B5C6B6 ;}
.gcgj_con5_t dl:hover dd{border: none; background: url(../img/qbg.png); color: #fff; padding-bottom: 20px; background-size: 100% 100%; margin-top: 20px;}
.gcgj_con6{display: flex; justify-content: space-between;}
.gcgj_con6_l{width: 255px; padding-top: 4%;}
.gcgj_con6_r{width:850px;}
.gcgj_con6_l_d{display: flex;justify-content: space-between; margin-top: 15%;}
.gcgj_con6_l_d p{writing-mode: vertical-rl; font-size: 18px; color: #666666; letter-spacing: 5px;}
.gcgj_con4 dl dt img{vertical-align: bottom;}
.gcgjbg7{background: url(../img/bg7.jpg); background-size: 100% 100%; padding: 3% 0 5% 0; margin-top: 5%;}
.gcgj_con7{display: flex; justify-content: space-between;}
.gcgj_con7_l{width: 560px;}
.gcgj_con7_r{width: 560px; padding-top: 3%;}
.sjmr_pub_tit4 p{font-size: 26px; margin-top: 3%;}
.gcgj_con7_l_n dl{font-size: 20px; line-height: 38px; color: #fff; display: flex; justify-content: space-between; margin-top: 5%;}
.gcgj_con7_l_n dl dt{display: block;width: 22px;height: 24px;background: #FFFFFF; line-height: 24px; color: #B5C6B6;  text-align: center; margin-top: 7px;}
.gcgj_con7_l_n dl dd{width: 518px;}
.gcgj_con7_l_n {margin-top: 20%;}
.gcgj_con8{width: 1400px; margin: 0 auto; position: relative;}
.gcgj_con8 .swiper{width: 1200px;}
.gcgjbg9{background: url(../img/bg9.jpg); background-size: 100% 100%; padding: 1px 0 5% 0; margin-top: 5%;}
.gcgj_con9_n{display: flex; justify-content: space-between;  flex-wrap: wrap;}
.gcgj_con9_n dl{width: 48%; margin-bottom: 5%; }
.gcgj_con9_n dl dt{font-size: 20px;}
.gcgj_con9_n dl dt span{padding: 0 10px; color: #A2A499; font-size: 16px;font-weight: normal;}
.gcgj_con9_n dl dd{font-size: 18px; line-height: 30px; color: #666666; margin: 3% 0;}
.gcgj_con9_n dl:hover h2{border: 2px solid #B5C6B6; padding: 2px;}
.gcgj_con9_n dl h2 img{vertical-align: bottom;}
.gcgj_con9_n dl h2 {border: 2px solid rgba(255, 0, 0, 0); padding: 2px;}
.gcgj_con9 .swiper-pagination-bullet{width: 6px!important;height: 6px!important;background: #B5C6B6!important;opacity: 0.4!important; border-radius: 0!important;}
.gcgj_con9 .swiper-pagination-bullet-active{width: 40px!important;opacity: 1!important; }

.gcgjbg10{background: url(../img/bg10.jpg); background-size: 100% 100%; padding: 5% 0; color: #fff;}
.gcgj_con10_t ul{display: flex; justify-content: space-between; width: 90%; margin: 0 auto 2%;}
.gcgj_con10_t ul li{ font-size: 18px;}
.gcgj_con10_m{background: url(../img/bg10_1.png); background-size: 100% 100%; padding:1px 0 1% 0; position: relative; margin-bottom: 5%;}
.gcgj_con10_m_r{width: 20px;height: 2px;background: #FFFFFF; position: absolute; top: 13%; right: 5%;}
.gcgj_con10_m .sjmr_pub_tit{padding-left: 5%;}
.gcgj_con10_m .sjmr_pub_tit p{margin-top: 2%;}
.gcgj_con10_m_d p{font-size: 26px; line-height: 48px;  padding: 5%;}
.gcgj_con10{width: 1400px; margin: 0 auto;}
.gcgj_con10_d h2{font-size: 48px;font-weight: bold; text-align: center;}
.gcgj_con10_d p{font-size: 20px; line-height: 38px;text-align: center;}

.gcgj_con10_d h3{width: 90px;height: 2px;background: #FFFFFF; margin: 2% auto;}
.gcgj_con10_d{margin-bottom: 5%;}
.gcgj_con10_dh p{width: 160px;height: 160px;border: 1px solid #FFFFFF; line-height: 160px;text-align: center; border-radius: 50%; font-size: 26px;font-weight: bold;font-family: 'SourceHanSansCN-Normalzt';}
.gcgj_con10_dh p:hover{background: #FFFFFF; color: #B5C6B6;}
.gcgj_con10_dh .swiper{padding-bottom: 5%;} 
.gcgj_con10_dh .swiper-pagination-bullet{width: 6px!important;height: 6px!important;background: #fff!important;opacity: 0.4!important; border-radius: 0!important;}
.gcgj_con10_dh .swiper-pagination-bullet-active{width: 40px!important;opacity: 1!important; }

.gcgjbdbg{background: url(../img/bdbg.jpg); background-size: 100% 100%; padding:5% 0; margin-top: 5%;}
.con7{background:rgba(255, 255, 255, .7);border-radius: 26px;}
.con7_b{padding: 5% 7% 1% 7%;}
.gcgj_bdtit h2{font-size: 40px; text-align: center; color: #068747; font-weight: bold;}
.gcgj_bdtit h3{width: 32px;height: 4px;background: #068747; margin: 2% auto;}
.gcgj_bdtit p{text-align: center; font-size: 28px; color: #4B4B4B;}
.gcgj_lx{display: flex; justify-content: space-between; border: 1px solid #E6E6E6;}
.gcgj_lx dl{width: 27%; padding: 5% 4%;}
.gcgj_lx dl dt img:nth-child(2){display: none;}
.gcgj_lx dl dd h2{font-size: 20px; margin: 3% 0;}
.gcgj_lx dl dd p{font-size: 18px; color: #999999; line-height: 32px;}
.gcgj_lx dl:hover{background: #B5C6B6; color: #fff;}
.gcgj_lx dl:hover dt img:nth-child(1){display: none;}
.gcgj_lx dl:hover dt img:nth-child(2){display: inline-block;}
.gcgj_lx dl:hover dd p{color: #fff;}

.gcgj_about_r{position: absolute; right: 0; top:0 ;}
.gcgj_about_l{position: relative; z-index: 1; width: 610px; margin-bottom: 13%;}
.gcgj_about_d{position: absolute; right: -200px; bottom: 10%;}
.gcgj_about_l h4{font-size: 18px; color: #CCCCCC;}
.gcgj_about_l h3{font-size: 20px; color: #B5C6B6; margin: 2% 0 6% 0;}
.gcgj_about_l h2{font-size: 26px; margin-bottom: 5%;}
.gcgj_about_l ul{ background: #B5C6B6; padding:3% 5% 5%;}
.gcgj_about_l ul p{font-size: 18px; line-height: 30px; margin-top: 2%; color: #fff;}
.gcgj_about_l h5{font-size: 18px; color: #999999; text-align: right; margin-top: 18%; padding-right: 20%;}

.gcgj_cp_t{border-bottom: 1px solid #E6E6E6;}
.gcgj_cp_t ul{width: 52%; display: flex; justify-content: space-between;}
.gcgj_cp_t ul li{font-size: 20px;  color: #666666; line-height: 50px;}
.gcgj_cp_d{margin: 5% auto 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.gcgj_cp_d dl{width: 48.5%;  margin-bottom: 5%; border-bottom: 1px solid #E5E5E5;}
.gcgj_cp_d dl dd{padding: 4% 0; font-size: 22px;}
.gcgj_cp_d dl dd span{float: right; margin-top: 10px;}
.gcgj_cp_t ul .active{border-bottom: 5px solid #B5C6B6; color: #333333; font-weight: bold;font-family: 'SourceHanSansCN-Normalzt';}

.rwsbg1{background: url(../img/bg1.jpg);  background-size: 100% 100%; padding: 1px  0 3% 0; margin-bottom: 5%;}
.rws_pub_tit{margin: 5% auto 3%; text-align: center;}
.rws_pub_tit h2{font-size: 50px;font-weight: bold; margin-bottom: 1%;}
.rws_pub_tit p{font-size: 30px; text-align: center; margin-bottom: 1%; }

.rws_con1{text-align: center;}
.rws_con3_n{position: absolute; bottom: 10%; left: 5%; width: 485px; display: flex; justify-content: space-between;}
.rws_con3_n p{font-size: 30px;text-align: center;width: 30%; background: url(../img/qbg1.png); padding: 7% 0; background-repeat: no-repeat; line-height: 35px; color: #fff; background-size: 100% 100%;}
.rws_con3_n p:hover{ background: url(../img/qbg2.png); background-size: 100% 100%; color: #333333;}
.rws_con4{display: flex; justify-content: space-between; width: 1130px; margin: 0 auto;}
.rws_con4 p{width: 22%; padding: 0 5%; border-radius: 6px;
border: 1px solid #CCCCCC; font-size: 30px; display: flex; justify-content: space-between; line-height: 116px; border-bottom: 3px solid #068747;}
.rws_con4 p span img:nth-child(2){display: none;}
.rws_con4 p span img{vertical-align: text-top; }
.rws_con4 .active span img:nth-child(1){display: none;}
.rws_con4 .active span img:nth-child(2){display: inline-block;}
.rws_con4 .active{background: #068747; color: #fff;}
.rwsbg5{background: url(../img/bg5.png);  background-position: center top; background-repeat: no-repeat; margin-top: 5%; padding: 10% 0 5% 0;}
.rws_con5{width: 1130px; margin: 0 auto;}
.rws_con5_l{width: 520px;}
.rws_con5_l .rws_pub_tit p{margin: 5% 0;}
.rws_con5_l_b p{font-size: 30px; line-height: 43px; margin-top: 53%;}
.rwsbg6{background: #088847; padding: 1px 0 5% 0;}
.rws_pub_tit2{color: #fff;}
.rws_pub_tit2 p{color: #fff;}
.rws_con6{width: 1185px; margin: 0 auto; display: flex; justify-content: space-between;}
.rws_con6 dl{width: 32%; text-align: center; color: #fff;}
.rws_con6 dl dd h2{margin: 6% 0;}
.rws_con6 dl dd p{font-size: 24px; line-height: 35px; text-align: center;}
.rws_con7{width: 1370px; margin: 0 auto; position: relative;}
.rws_con7 .swiper{width: 1218px;}
.rws_con7  dl {position: relative; padding-bottom: 30px;}
.rws_con7  dl dd{width: 143px; font-size: 24px; color: #666666;
line-height: 53px; text-align: center;background: #FFFFFF;box-shadow: 0px 5px 15px 1px rgba(86,86,86,0.3); position: absolute; bottom: 0; right: 5%; margin: 20px;}
.rws_con7  dl:hover dd{ background: #088847; color: #fff;}
.rwsbg8{background: #F7F7F7; padding: 1px 0 5% 0; margin-top: 5%;}
.rws_con8{width: 1080px; margin: 0 auto;}
.rws_con8 .swiper{padding-bottom: 8%;}
.rws_con8 .q3{top: auto; bottom: 0; right: 44%;} 
.rws_con8 .q4{top: auto; bottom: 0; left: 44%;} 
.rws_con9{text-align: center;}
.rws_con10{text-align: center; margin: 5% auto 3% 0;}
.rws_con11{width: 1056px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap:wrap;}
.rws_con11 dl{width: 44%;border: 1px solid #D9D9D9; padding: 3% 2%; margin-bottom: 4%;}
.rws_con11 dl dd h2{font-size: 36px; margin: 4% 0; font-weight: bold;}
.rws_con11 dl dt img:nth-child(2){display: none;}
.rws_con11 dl dd p{font-size: 20px; line-height: 28px;}
.rws_con11 dl:hover{background: #088847; border-color: #088847; color: #fff;}
.rws_con11 dl:hover dt img:nth-child(1){display: none;}
.rws_con11 dl:hover dt img:nth-child(2){display: inline-block;}
.rwsbg12{background: url(../img/bg12.jpg);  margin-top: 5%; padding:5% 0; background-size: 100% 100%;}
.rws_con12{width: 1050px; margin: 0 auto; color: #fff; text-align: center;}
.rws_con12 h2{font-size: 50px; letter-spacing: 10px; font-weight: bold;}
.rws_con12 h3{margin: 2% 0;}
.rws_con12 h4{font-size: 33px; line-height: 40px; border-bottom: 1px dashed #fff;border-top: 1px dashed #fff; display: inline-block; padding: 1% 0;}
.rws_con12 ul{display: flex; justify-content: space-between; margin-top: 5%;}
.rws_con12 ul li{width: 19%; background: #568015; border-radius: 7px; font-size: 33px; line-height: 52px;text-align: center; color: #fff; border-bottom: 3px solid #fff;}
.rws_con12 p{text-align: center; font-size: 33px; line-height: 43px;font-weight: bold; margin: 3% 0;}
.rws_con12  h5{font-size: 20px; color: #fff; line-height: 52px;}
.rws_con12  h5 img{vertical-align: middle; padding-right: 10px;}
.rwsbg13{background: url(../img/bg13.jpg);  padding:1px 0 5% 0; background-size: 100% 100%;}
.rws_con13 ul{display: flex; justify-content: space-between;}
.rws_con13 ul li{width: 235px; line-height:58px; padding: 0 15px; background: #fff; font-size: 24px; color: #666666;border-radius: 29px;}
.rws_con13 ul li strong{font-weight: bold; color: #088847; padding-left: 10px;}
.rws_con13 ul li img{padding-right: 10px; vertical-align: middle;}
.rws_con13 ul:nth-child(1){width: 615px; margin:0 auto;}
.rws_con13 ul:nth-child(2){width: 915px; margin:2% auto 5%;}
.ws_con13_d{width: 1155px; margin: 0 auto; display: flex; justify-content: space-between; }
.ws_con13_d dl{text-align: center;}
.ws_con13_d dl dt img:nth-child(2){display: none;}
.ws_con13_d dl dd{font-size: 24px; color: #666666; margin-top:5%;}
.ws_con13_d dl:hover dt img:nth-child(1){display: none;}
.ws_con13_d dl:hover dt img:nth-child(2){display: inline-block;}
.ws_con14{text-align: center; position: relative; width: 860px; margin: 0 auto;}
.ws_con14 h2{padding: 10%  0;}
.ws_con14 dl dt img:nth-child(2){display: none;}
.ws_con14 dl dd{font-size: 24px; color: #666666; text-align: center; margin-top: 10px;}
.ws_con14 dl:hover dt img:nth-child(1){display: none;}
.ws_con14 dl:hover dt img:nth-child(2){display: inline-block;}
.ws_con14 dl:hover dd{ color: #8BC113;}
.dpos1{position: absolute; top:0; right: 0; left: 0;} 
.dpos2{position: absolute; top:17%; left: 10%;} 
.dpos3{position: absolute; top:40%; left: 1%;} 
.dpos4{position: absolute; top:67%; left: 7%;} 
.dpos5{position: absolute; top:84%; left: 20%;} 
.dpos6{position: absolute; bottom:0%; left: 50%;} 
.dpos9{position: absolute; top:17%; right: 10%;} 
.dpos8{position: absolute; top:45%; right: 1%;} 
.dpos7{position: absolute; top:73%; right: 11%;} 
.wsbg15{background: #F0F0F0;  padding: 1px 0 5% 0; margin-top: 5%;}
.rws_con15{width: 1175px; margin: 0 auto; display: flex; justify-content: space-between; font-weight: bold;}
.rws_con15_l dl{width: 591px;background: #FFFFFF;border-radius: 26px; text-align: center;}
.rws_con15_r{width: 560px; display: flex; justify-content: space-between;}
.rws_con15_l dl dd{font-size: 20px; padding: 0 5% ; line-height: 60px;-webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.rws_con15_l dl dd img{vertical-align: middle; padding-right: 10px;}
.rws_con15_r dl{width: 42%; padding:8% 3% 3% 3%;background: #FFFFFF;
border-radius: 24px;}
.rws_con15_r dl h3{font-size: 14px; color: #333333; font-weight: bold;}
.rws_con15_r dl h2{font-size: 18px;line-height: 28px; margin: 5% 0 15% 0;-webkit-line-clamp: 2; font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.rws_con15_r dl dd{font-size: 14px;  color: #444444; margin-top: 10%; padding: 0 5%; font-weight: bold;}
.rws_con15_r dl dd span{float: right;}
.dbanh{text-align: center; font-size: 16px; line-height: 82px; background: #FFBD0A;  color: #fff; text-align: center;}


.xws_pos_n{border-bottom: 1px solid #CECECE; margin-top: -100px; margin-bottom: 4%;}
.xws_pos_n_l{width: 200px; background: #fff; padding: 4% 0 4% 2%;  background: #088847; color: #fff; float: left; margin-right: 5%;}	
	.xws_pos_n_l h2{font-size: 36px;font-weight: bold;}
.xws_pos_n_r{margin-top: 13%; font-size: 16px; color: #666666;}	
.xws_pos_n_r img{vertical-align: middle; padding-right: 10px;}	
.xws_lx{width: 1390px;  margin: 0 auto; display: flex; justify-content: space-between;}	
.lxwm{width: 924px;}	
.xws_lx_r{width: 420px; padding: 4% 2%; background: #088847; color: #fff;}
.xws_lx_r_t h2{font-size: 36px;font-weight: bold; margin-bottom: 5%;}	
.xws_lx_r_t p{font-size: 18px; line-height: 30px; margin: 3% 0;}	
.xws_lx_r_t h3{font-size: 40px;font-weight: bold; color: #fff; margin: 3% 0;}	
.xws_lx_r_d ul{display: flex; justify-content: left; margin-top: 5%;}	
.xws_lx_r_d ul li{width: 37%; text-align: center; margin-right: 5%;}	
.xws_lx_r_d ul li p{text-align: center; margin-top: 5%;}	
.lxwm_l{width: 924px;}
.xws_lx{margin-bottom: 5%;}

.xws_lx_r_d ul{ justify-content: space-between;width: 80%;margin: 15% auto 0;}


.wlzxbg1{background: url(../img/bg1.png); background-position: center top; background-repeat: no-repeat; padding: 8% 0;  margin-top: -125px; position: relative;z-index: 11;}
.wlzx_con1_l{ padding: 0 0 0 5%;}
.wlzx_con1_l h2{font-size: 36px; font-weight: bold; line-height: 47px;}
.wlzx_con1_l h2 span{color: #088847;}

.wlzx_con1_l p{font-size: 18px;color: #333333;line-height: 32px;width: 521px; margin: 3% 0 2% 0;}

.wlzxbg2{background: url(../img/bg2.jpg);padding: 5% 0; background-size: 100% 100%;}
.wlzx_con2{width: 1080px; margin: 0 auto; display: flex; justify-content: space-between;}
.wlzx_con2_l{width:479px;}
.wlzx_con2_r{width:520px;}
.wlzx_con2_r_t dl{display: flex; justify-content: right;}
.wlzx_con2_r_t h2{font-size: 36px; text-align: right; margin: 10px 0;}
.wlzx_con2_r_t{margin-bottom: 8%;}
.wlzx_con2_r_t p{font-size: 36px;color: #B91D21; font-weight: bold;}
.wlzx_con2_r_t dl dt{margin-right:10px;}
.wlzx_con2_r_d dl{display: flex; justify-content: left; margin-top: 5%;}
.wlzx_con2_r_d dl dt img:nth-child(2){display: none;}
.wlzx_con2_r_d dl dt{margin: 0 10px 0 0;}
.wlzx_con2_r_d dl dd h2{font-size: 18px; font-weight: bold;}
.wlzx_con2_r_d dl dd p{font-size: 12px; color: #D1D1D1;}
.wlzx_con2_r_d dl:hover dt img:nth-child(1){display: none;}
.wlzx_con2_r_d dl:hover dt img:nth-child(2){display: inline-block;}
.wlzx_con2_r_d dl:hover dd{color: #B91D21;}
.wlzx_con2_r_d dl:hover dd p{color: #B91D21;}
.wlzx_con3{text-align: center; margin: 5% auto;}
.wlzx_pub_tit{margin: 5% auto 4%; text-align: center;}
.wlzx_pub_tit h3 strong{width:39px; line-height: 39px; background: url(../img/tbg.png); font-size: 18px;text-align: center; display: inline-block; font-weight: bold; color: #fff;  margin-left: 10px;}
.wlzx_pub_tit h3 img{vertical-align: middle;}
.wlzx_pub_tit h2{font-size: 50px; line-height: 67px;font-weight: bold; margin: 10px 0;}
.wlzx_pub_tit p{font-size: 24px; text-align: center; color: #666666;}
.wlzx_pub_tit h4{color: #D9D9D9; font-size: 12px; margin-top: 10px;}
.wlzx_pub_tit h5{ margin-top: 10px; font-size:18px}
.wlzx_con4bg1{background: url(../img/p4_1.jpg);padding: 5% 0  0; background-size: 100% 100%; color: #fff;}
.wlzx_con4_qh h2{font-size:36px;font-weight: bold;}
.wlzx_con4_qh p{font-size: 18px; margin: 1% 0;}
.wlzx_con4_qh{display: none; height: 530px;}
.wlzx_con4_t .active{display: block;}
.wlzx_con4{position: relative;}
.wlzx_con4_d{position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between;  height: auto;}
.wlzx_con4_d dl{width: 25%; text-align: center; background: #068747; padding: 6% 0;}
.wlzx_con4_d dl dd{font-size: 30px;font-weight: bold; margin-top: 5%; color: #fff;}
.wlzx_con4_d .active{background: #EA950D;}
.wlzx_con4bg2{background: url(../img/p4_2.jpg);padding: 5% 0  0; background-size: 100% 100%; color: #fff;}
.wlzx_con4bg3{background: url(../img/p4_3.jpg);padding: 5% 0  0; background-size: 100% 100%; color: #fff;}
.wlzx_con4bg4{background: url(../img/p4_4.jpg);padding: 5% 0  0; background-size: 100% 100%; color: #fff;}

.wlzx_con5{display: flex; justify-content: space-between;}
.wlzx_con5_l dl dt{width: 9px;height: 35px;background: #088847; margin: 0 15px 0;}
.wlzx_con5_l{width: 510px; padding-top: 3%;}
.wlzx_con5_r{width: 686px;}
.wlzx_con5_l dl{ display: flex; justify-content: left; padding: 5% 0; border-left: 9px solid #fff; width: 100%; margin-bottom: 3%;}
.wlzx_con5_l dl dd{width: 426px;}
.wlzx_con5_l dl dd h2{font-size: 20px; color: #BFBFBF;}
.wlzx_con5_l dl dd p{font-size: 20px; line-height: 27px; height: 50px; margin-top: 3%;}
.wlzx_con5_l .active{background: #088847; border-color: #EA950D; color: #fff;}
.wlzx_con5_l .active p{color: #fff;}
.wlzx_con5_l .active  h2{color: #fff;}
.wlzx_con5_qh{display: none;}
.wlzx_con5_r .active{display: block;}


.wlzxbg6{background: url(../img/bg6.jpg); background-position: center top; background-repeat: no-repeat; padding: 1px 0 0 0;  margin-top: 5%; }
.wlzx_con6_qh{display: none;}
.wlzx_con6_r .active{display: block;}
.wlzx_con6{background: #088847; display: flex; justify-content: space-between; width: 1346px; margin: 0 auto; color: #fff;}
.wlzx_con6_l{width: 565px; background: #F6F7F8; }
.wlzx_con6_r{width: 658px; margin-right: 75px; padding-top: 5%;}
.wlzx_con6_qh p{width: 492px; font-size: 18px; line-height: 28px; margin-bottom: 3%;}
.wlzx_con6_l ul li a{padding-left: 1%; font-size: 22px; color: #666666; line-height: 110px; display: flex; justify-content: left; padding-right: 10%;}
.wlzx_con6_l ul li strong{font-size: 22px; color: #666666; padding-right:15px}
.wlzx_con6_l ul .active{background: #088847; color: #fff;}
.wlzx_con6_l ul .active a{color: #fff;}
.wlzx_con6_l ul .active strong{color: #fff;}
.wlzx_con6_qh h2{margin-bottom: 8%;}
.wlzx_con6_qh h2 img{ border-radius:20px;}
.wlzx_con7{display: flex; justify-content: space-between;box-shadow: 0px 1px 7px 0px #D0D0D0;}
.wlzx_con7 dl{width: 33%; text-align: center; padding: 5% 0;}
.wlzx_con7 dl dt img:nth-child(2){display: none;}
.wlzx_con7 dl dd h2{font-size: 30px;font-weight: bold; margin: 5% 0;}
.wlzx_con7 dl dd p{font-size: 24px;text-align: center;}
.wlzx_con7 .active{background: #068747; color: #fff;}
.wlzx_con7 .active dt img:nth-child(1){display: none;}
.wlzx_con7 .active dt img:nth-child(2){display: inline-block;}
.wlzx_con8{width: 1130px; margin: 0 auto;}
.wlzx_con8{display: flex; justify-content: space-between;}
.wlzx_con8 dl{width: 48.5%; background: url(../img/bg8.jpg); background-size: 100% 100%; padding: 0 0 5% 0;}
.wlzx_con8 dl dt{font-size: 36px;font-weight: bold; text-align: center; color: #fff;line-height: 118px; margin-bottom: 5%;}
.wlzx_con8 dl dd p{font-size: 26px; font-weight: bold;  padding: 8% 0;}
.wlzx_con8 dl dd {padding-left: 22%;}

.wlzxbg9{background: url(../img/bg9.jpg); background-position: center top; background-repeat: no-repeat; padding: 1px 0 2% 0;  margin-top: 5%; }
.wlzx_con9 dl{display: flex; justify-content: left;}
.wlzx_con9 dl dt{font-size: 36px;font-weight: bold; margin: 0px 10px 0 0;}
.wlzx_con9 dl dd h2{font-size: 15px;}
.wlzx_con9 dl dd p{font-size: 11px;}
.wlzx_con9 dl{margin-bottom: 5%; padding: 10px 20px;width:180px;}
.wlzx_con9 dl:nth-child(1){margin-left: 45%;}
.wlzx_con9 dl:nth-child(2){margin-left: 30%;}
.wlzx_con9 dl:nth-child(3){margin-left: 22%;}
.wlzx_con9 dl:nth-child(4){margin-left: 17%;width:220px;}
.wlzx_con9 dl:nth-child(5){margin-left: 15%;}
.wlzx_con9 dl:hover{background: #068747;border-radius: 6px; color: #fff;}
.wlzxbg10{background: url(../img/bg10.png); background-position: right; background-repeat: no-repeat; padding: 8% 0;  }
.wlzx_pub_tit2{text-align: left;}
.wlzx_con10_n{width: 1060px; background: #068747;border-radius: 24px; margin-top: 15%; display: flex; justify-content: space-between;}
.wlzx_con10_n dl{width: 33%; text-align: center; padding: 5% 0; color: #fff;}
.wlzx_con10_n dl dt img:nth-child(2){display: none;}
.wlzx_con10_n dl dd{font-size: 32px;font-weight: bold; margin-top: 5%;}
.wlzx_con10_n .active dt img:nth-child(1){display: none;}
.wlzx_con10_n .active dt img:nth-child(2){display: inline-block;}
.wlzx_con10_n .active{color: #EA950D;}
.wlzx_con11{width: 90%; margin: 0 auto; position: relative;}
.wlzx_con11 .swiper{width: 90%;}

.wlzx_con12 dl dd{line-height: 50px; font-size: 16px;text-align: center;background: #F1F1F1; margin-top: 3%;}
.wlzx_con12 dl:hover dd{background: #068747; color: #fff;}
.wlzx_con12 .swiper{padding-bottom: 10%;}
.wlzx_con12 .q3{top: auto; bottom: 0; right: 45%;}
.wlzx_con12 .q4{top: auto; bottom: 0; left: 45%;}
.wlzx_con13{text-align: right; margin: 5% 0;}
.wlzx_con14{display: flex; justify-content: space-between; flex-wrap: wrap;}
.wlzx_con14 dl{width: 30%; text-align: center; padding: 5% 0; margin-bottom: 5%; background: #F6F7F8;}
.wlzx_con14 dl dd h2{font-size: 30px; margin: 5% 0; font-weight: bold;}
.wlzx_con14 dl dd p{font-size: 18px; text-align: center;}
.wlzx_con14 dl dt img:nth-child(2){display: none;}
.wlzx_con14 dl:hover dt img:nth-child(1){display: none;}
.wlzx_con14 dl:hover dt img:nth-child(2){display: inline-block;}

.wlzx_con14 dl:hover {background: #068747; color: #fff;}
.wlzx_con14 dl:hover dd p{color: #fff;}
.wlzxbg15{background: url(../img/bg15.jpg); background-position: center top; background-repeat: no-repeat; padding: 4% 0 15% 0;  }
.wlzx_pub_tit2 p{text-align: left;}
.wlzx_con15_l_n{width: 606px;}
.wlzx_con15_l_n p{font-size: 20px; line-height: 40px;}
.wlzx_con16{display: flex; justify-content: space-between; width: 1160px; margin: 0 auto;}
.wlzx_con16_l{width: 334px;}
.wlzx_con16_r{width:760px; display: flex; justify-content: space-between;}
.wlzx_con16_r dl{width: 45%;}
.wlzx_con16_r dl dt strong{font-size: 36px;font-weight: bold; padding-right: 10px;}
.wlzx_con16_r dl dt {font-size: 18px;font-weight: bold; margin-bottom: 3%; margin-top: 3%;}
.wlzx_con16_r dl h2{font-size: 20px; line-height: 30px; margin: 5% 0; font-weight: bold; -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.wlzx_con16_r dl p{font-size: 16px; color: #666666; line-height: 23px;-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.wlzx_con16_r dl h3 span img:nth-child(2){display: none;}
.wlzx_con16_r dl h3{font-size: 16px; border-top: 1px solid #F1F1F1; padding-top: 6%; margin-top:6%;}
.wlzx_con16_r dl h3 img{vertical-align: middle; padding-left: 10px;}

.wlzx_con16_r dl:hover{color: #068747;}
.wlzx_con16_r dl:hover p,.wlzx_con16_r dl:hover h3 {color: #068747;}
.wlzx_con16_r dl:hover h3 span img:nth-child(1){display: none;}
.wlzx_con16_r dl:hover h3 span img:nth-child(2){display: inline-block;}

.xws_cp{display: flex; justify-content: space-between; margin: 0 auto 5%; width: 1140px; flex-wrap: wrap;}
.xws_cp dl { margin-bottom:5%; width:49%; border:1px solid #088847}
.xws_cp dl dd{font-size: 24px;color: #fff; line-height: 90px; background: #088847; text-align: center;}
.xws_cp dl dd strong{ padding-right: 10px;}
.xws_cp dl dt img{vertical-align: bottom;}
.xws_cp dl:hover dd{background: #EA950D;} 
.xws_cp dl:hover { border:1px solid #EA950D;} 
.wlzxabbg{background: url(../img/abbg.jpg);  background-repeat: no-repeat; background-position: center top; padding: 3% 0 10% 0;}
.wlzx_about_l{width: 560px; padding-left: 5%;}
.wlzx_about_l h2{font-size: 30px;font-weight: bold; margin: 5% 0;}
.wlzx_about_l p{font-size: 20px; line-height: 39px;text-indent: 2em;}
.wlzx_ys{display: flex;  justify-content: space-between;}
.wlzx_ys dl{position: relative;color: #fff; }
.wlzx_ys dl dt img:nth-child(2){ display:none}
.wlzx_ys dl:hover dt img:nth-child(1){ display:none}
.wlzx_ys dl:hover dt img:nth-child(2){ display:inline-block}
.wlzx_ys dl dd{position: absolute; left: 0; right: 0; text-align: center; top: 20%; padding: 0 10%;}
.wlzx_ys dl dd h2{font-size: 36px;font-weight: bold; margin: 10% 0;}
.wlzx_ys dl dd  p{font-size: 18px; line-height: 27px;text-align: center;}
.wlzx_jg ul{display: flex; justify-content: space-between; flex-wrap: wrap;}
.wlzx_jg ul li{margin-bottom: 1%;}
.wlzx_jg .swiper{padding-bottom: 7%;}
.wlzx_jg .q1{top: auto; bottom: 0;right: 45%;}
.wlzx_jg .q2{top: auto; bottom: 0;left: 45%;}


.mys_con1{margin: 5% auto!important;}
.mysbg2{background: url(../img/bg2.jpg); padding: 3% 0; background-size: 100% 100%; text-align: center; color: #fff;}
.mys_con2_n{display: flex; justify-content: space-between; width: 790px; margin: 3% auto;}
.mys_con2 h2{margin-top: 3%;}
.mys_con2 p{text-align: center; font-size: 25px; color: #FFBD0A; font-weight: bold;  line-height: 40px;}
.mys_con2 p img{padding-right: 10px; vertical-align: sub;}
.mys_con2_n dl {text-align: center;}
.mys_con2_n dl dd{font-size: 24px; font-style: italic;}
.mys_con2_n dl dd span{font-size: 30px;}
.mys_pub_tit{margin: 5% auto 3%; text-align: center;}
.mys_pub_tit h2{font-size: 50px; font-weight: bold; margin: 1% 0;}
.mys_pub_tit p{font-size: 22px;text-align: center; line-height:35px}
.mysbg3{background: url(../img/bg3.jpg);background-position: center; background-repeat: no-repeat;}
.mys_con3{width: 1155px; margin: 0 auto; position: relative;}
.mys_con3_n{display: flex; justify-content: space-between; text-align: center;}
.mys_con3_n dl dd{font-size: 30px; color: #fff; margin-top: 3%;}
.mys_con3_m{text-align: center; line-height:94px; text-align: center; font-size: 50px; color: #FFBD0A; background: url(../img/bg3_1.png); background-repeat: no-repeat; background-position: center; position: absolute; left: 0; right: 0; margin: 0 auto; top: 30%; font-weight: bold; padding-left: 25px;}
.mys_pub_tit2{color: #fff;}
.mys_pub_tit2 p{color: #fff;}
.mys_con4{text-align: center;}
.mys_con5{width: 1130px;  margin: 0 auto; position: relative;}
.mys_con5 dl dd{font-size: 30px; line-height: 43px; text-align: center; margin: 3% 0;}
.mys_con5 dl h2 img:nth-child(2){display: none;}
.mys_con5 dl {text-align: center;  padding: 4% 0 10% 0;}
.mys_con5 dl:hover{background: #068747; color: #fff;} 
.mys_con5 dl:hover h2 img:nth-child(1){display: none;}
.mys_con5 dl:hover h2 img:nth-child(2){display: inline-block;}

.mysbg6{background: url(../img/bg6.jpg);background-position: center top; background-repeat: no-repeat; margin-top: 5%; padding: 65px 0 160px 0; color: #fff; text-align: center;}
.mys_con6_d{width: 750px; margin: 3% auto; display: flex; justify-content: space-between;}
.mys_con6_d dl{width: 49%; text-align: center;}
.mys_con6_d dl dt{font-size: 30px; color: #068747; line-height: 50px; display: inline-block; font-weight: bold;  border-radius: 50px; padding: 0 20px; background: #fff;}
.mys_con6_d dl dd{font-size: 22px; margin: 5% 0;}
.mys_con6_d dl h2{width: 14px;  margin: 0 auto;height: 14px;border-radius: 50%;border: 2px solid #FFBD0A;}
.mys_con7{display: flex; justify-content: space-between; flex-wrap: wrap;}
.mys_con7 dl{width: 32%; text-align: center; margin-bottom: 3%; background: url(../img/fbg1.jpg); background-size: 100% 100%; padding: 5% 0;}
.mys_con7 dl dd h2{font-size: 36px; margin-top: 3%;}
.mys_con7 dl dd p{font-size: 22px; line-height: 32px; padding: 3% 12% 0 12%; text-align: center;}
.mys_con7 dl dt img:nth-child(2){display: none;}
.mys_con7 dl:hover{background: url(../img/fbg2.jpg); background-size: 100% 100%; color: #fff;}
.mys_con7 dl:hover dt img:nth-child(1){display: none;}
.mys_con7 dl:hover dt img:nth-child(2){display: inline-block;}

.mys_con8{width: 1135px; margin: 0 auto; position: relative; display: flex; justify-content: space-between;}
.mys_con8_l{width: 475px;}
.mys_con8_r{width: 585px; padding-top: 7%;}
.mys_con8_r p{font-size: 30px; color: #666666;}
.mys_con8_r h2{font-size: 36px; font-weight: bold; margin: 3% 0;}
.mys_con8_r h3{width: 35px;height: 5px;background: #FFBD0A;}
.mys_con8_d{position: absolute; right: 0; width: 780px; padding: 40px; background: #088847; top: 50%; display: flex; justify-content: space-between;  color: #fff; font-size: 32px;text-align: center;}
.mys_con8_d dl:hover{color: #FFBD0A;}
.mysbg9{background:url(../img/bg9.jpg); padding: 1px 0 5% 0; margin: 5% auto; background-size: 100% 100%;}

.mys_con9{width: 1320px; margin: 0 auto; position: relative;}
.mys_con9 .swiper{width: 1200px;}
.mys_con9  dl dt{position: relative;}
.mys_con9  dl dt h2{width: 69px;height: 69px;background: #088847;border-radius: 50%; font-size: 36px;text-align: center; font-weight: bold;line-height: 69px; color: #fff; position: absolute; right: 12%; bottom: 10%; }
.mys_con9  dl dd{font-size: 24px; margin-top: 3%;}
.mys_con9  dl {text-align: center;}
.mys_con9  dl p{font-size: 24px; text-align: center;}
.mys_con9  dl:hover dt h2{background: #FFBD0A;}
.mys_con10 .swiper-slide{width: auto;}
.mys_con10 .swiper-slide p{position: relative;}
.mys_con10 .swiper-slide p span{display: block; position: absolute; left: 0; bottom: 0;width: 207px;line-height: 82px;background: #088847; font-size: 36px; color: #fff; text-align: center;}
.mys_con10 .swiper-slide p  img{vertical-align: bottom;}
.mys_con10 .swiper{padding-bottom: 5%;}
.mys_con10 .q3{top: auto; bottom: 0; right:46%;}
.mys_con10 .q4{top: auto; bottom: 0; left:46%;}

.mysbg11{background:url(../img/bg11.jpg); padding: 1px 0 5% 0; margin: 5% auto; background-size: 100% 100%;}
.mys_con11{display: flex; justify-content: space-between;}
.mys_con11_r{width: 647px; margin-left: -80px; padding-top: 3%;}
.mys_con11_r p{font-size: 20px; line-height: 35px;}
.mys_con11_l{width: 626px;}
.mys_con11_qh{display: none;}
.mys_con11_l_n .active{display: block;}
.mys_con11_l_t{width: 410px; margin: -80px 0 25px 10px;}
.mys_con11_l_t ul{display: flex; justify-content: space-between;flex-wrap: wrap}
.mys_con11_l_t ul li{width: 48%;text-align: center; font-size: 24px; line-height: 46px; background: #D4D4D4; border-radius: 30px;}
.mys_con11_l_t ul li:nth-child(3){ width: 100%; margin-top: 15px;}
.mys_con11_l_t ul .active{background: #17883B; color: #fff;}
.mys_con12 {width: 1170px; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.mys_con12 dl{width: 43%;padding: 5px 5% 5px 5px; display: flex; justify-content: space-between; margin-bottom: 3%;border-radius: 96px;
border: 1px solid #088847;}
.mys_con12 dl dt{width: 180px;}
.mys_con12 dl dt img{vertical-align: middle;}
.mys_con12 dl dd{width: 296px; margin-top: 5%;}
.mys_con12 dl dd h2{font-size: 24px; font-weight: bold;  border-bottom: 1px solid #EFEFEF; padding-bottom: 3%; margin-bottom: 3%;}
.mys_con12 dl dd p{font-size: 18px; line-height: 28px;}
.mys_con12 dl:hover{border-color: #FFBD0A;} 

.mysbg13{background:url(../img/bg13.jpg); padding: 1px 0 180px 0; margin: 5% auto;  background-repeat: no-repeat; background-position: center top;}
.mys_pub_tit h5{margin-bottom: 30px;}
.mys_con13_l{width: 375px;}
.mys_con13_r{width: 375px;}
.mys_con13{display: flex; justify-content: space-between;}
.mys_con13 dl{display: flex;justify-content: space-between; color: #fff; margin-top: 52px;}
.mys_con13 dl dt{width: 72px; margin-top: 10px;}
.mys_con13 dl dd{width: 292px;}
.mys_con13 dl dt img:nth-child(2){display: none;}
.mys_con13 dl dd h2{font-size: 28px;}
.mys_con13 dl dd p{font-size: 20px;line-height: 26px;}
.mys_con13 dl:hover  dt img:nth-child(1){display: none;}
.mys_con13 dl:hover  dt img:nth-child(2){display: inline-block;}
.mys_con14{width: 1330px; margin: 0 auto; position: relative;}
.mys_con14 .swiper{width: 1200px;}
.mys_con14 p{text-align: center; position: relative; padding-bottom: 3%;}
.mys_con14 p span{width: 114px;background: #088847; display: block; font-size: 36px; padding: 10px 0; text-align: center; position: absolute; bottom: 0 ; right: 10%; color: #fff; line-height: 42px;}
.mys_con14 p:hover span{background: #FFBD0A;}
.mysbg15{background: #FAFAFA; padding: 1px 0 2% 0; margin: 5% auto 0;}
.mys_con15{margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.mys_con15 dl{width: 20%; text-align: center; margin-bottom: 4%;}
.mys_con15 dl dt{background: url(../img/ybg1.png); background-position: center; background-repeat: no-repeat; width: 71px; height: 71px; line-height: 71px; background-size: 100% 100%; margin:  0 auto;}
.mys_con15 dl dt img{vertical-align: middle;}
.mys_con15 dl dd{font-size: 26px; margin-top: 3%;}
.mys_con15 dl:hover dt{background: url(../img/ybg2.png); background-size: 100% 100%; }

.mysbg16{background:url(../img/bg16.jpg); background-color: #088847; padding: 1px 0 3% 0; margin: 0 auto 5%;  background-size: 100% 100%; color: #fff;}
.mys_con16{display: flex; justify-content: space-between; flex-wrap: wrap;}
.mys_con16 dl{width: 25%; text-align: center; margin-bottom: 4%;}
.mys_con16 dl dt img:nth-child(2){display: none;}
.mys_con16 dl dd{font-size: 24px; margin-top: 3%;}
.mys_con16 dl:hover  dt img:nth-child(1){display: none;}
.mys_con16 dl:hover  dt img:nth-child(2){display: inline-block;}


.mys_cp{width: 1110px; margin: 5% auto; display: flex; justify-content: space-between; }
.mys_cp dl{width: 48%; text-align: center;}
.mys_cp dl dt img{vertical-align: bottom;}
.mys_cp dl dd{font-size: 30px; color: #fff; line-height: 102px; background: #088847;}

.mysabbg{background: url(../img/abbg.jpg); background-position: center; background-repeat: no-repeat; padding: 5% 0;}












 @media (max-width:1700px) {
	 .mysbg13{padding: 20px 0  150px 0;}
}
@media (max-width:1500px) {
	 .mysbg13{padding: 50px 0  170px 0;}
}
	
	.mysbg16 h8{ display:block; text-align:center; color:#fff; margin-top:2%}		
				 @media (max-width: 767px) {
.mysbg16 h8{ font-size:14px}					 
.xws_lx_r_d ul li p{font-size: 14px;}					 
.xws_lx_r_d ul{margin-top: 5%;}					 
.xws_lx_r{width: 90%; padding: 7% 5%;}					 
.mys_cp{width: 95%; flex-wrap:wrap;}					 
.mys_cp dl{width: 100%; margin-bottom: 5%;}					 
.mys_cp dl dd{font-size: 14px; line-height: 35px;}					 
					 
	.mys_con2 h2 img{ width:85%; margin:5% auto 10%}				 
					 
	.mysbg11{background:url(../img/mbg11.jpg); background-size:100% 100%}			 
	.mysbg16{background:url(../img/mbg16.jpg); background-size:100% 100%}
	.mysbg13{background:url(../img/mbg13.jpg); background-size:100% 100%}
	.mysbg6{background:url(../img/mbg6.jpg); background-size:100% 100%}					 
					 
.mys_con1{margin: 0 auto!important; width: 100%!important;}
.mysbg2{background: url(../img/mbg2.jpg); background-size: 100% 100%; padding: 10% 0;}

.mys_con2 h3 img{width: 40%;}
.mys_con2_n{width: 100%; flex-wrap: wrap; margin-top: 5%;}
.mys_con2_n dl {width: 30%; margin-bottom: 5%;}
.mys_con2_n dl dd{font-size: 14px;}
.mys_con2_n dl dd span{font-size: 16px;}
.mys_con2_n dl dt img{width: 60px;}
.mys_con2 p{font-size: 16px; line-height: 28px;}
.mys_con2 p img{width: 20px;}
.mys_con2{width: 85%!important;}
.mys_pub_tit h2{font-size: 22px;}
.mys_pub_tit{margin: 9% auto 5%;}
.mys_pub_tit h3{width: 90%; margin: 0 auto;}
.mys_pub_tit p{font-size: 15px;}
.mys_pub_tit h2{margin: 2% 0;}
.mysbg3{background: url(../img/mbg3.jpg); background-size: 100% 100%; padding: 5% 0;}
.mys_con3_n dl dd{font-size: 16px;}
.mys_con3_n .swiper-pagination-bullet-active{background: #fff!important;}
.mys_con5{width: 90%;}
.mys_con5 dl dd{font-size: 14px; line-height: 25px;}
.mys_con5 dl h2 img{width: 20px;}
.mys_con6_d {width: 100%; flex-wrap: wrap;}
.mys_con5 dl {width: 100%;}
.mys_con6_d dl dt{font-size: 15px; line-height: 35px;  width:100%; padding:0; text-align:center}
.mys_con6_d dl dd{font-size: 14px;text-align: center; padding: 5%;}
.mys_con6_d dl h2{width: 8px; height: 8px;}
.mysbg6{padding: 8% 0 20% 0;}
.mys_con7 dl{width: 80%; margin: 0 auto;}
.mys_con7 dl dd h2{font-size: 16px;}
.mys_con7 dl dd p{font-size: 14px; line-height: 25px;}
.mys_con7 .swiper{padding-bottom: 12%;}
.mys_con7 .swiper-pagination-bullet-active{background: #068747!important;}
.mys_con8{width: 95%; margin: 0 auto;}
.mys_con8_l{width: 40%;}
.mys_con8_r{width: 55%;}
.mys_con8_r p{font-size: 14px;}
.mys_con8_r h2{font-size: 17px;}
.mys_con8_d{width: 54%; position: absolute; top: 0; right: 0; flex-wrap: wrap; font-size: 14px; padding: 3%;}
.mys_con8_d dl{width: 30%;}
.mys_con8_d dl:nth-child(4){width: 50%;}
.mys_con8_d dl:nth-child(5){width: 50%;}
.mys_con8_r{padding-top: 35%;}
.mys_con9{width: 95%;}
.mys_con9 .swiper{width: 72%;}
.mys_con9 dl dd{font-size: 14px;}
.mys_con9 dl p{font-size: 14px;}
.mys_con9 dl dt h2{font-size: 20px; width: 50px; height: 50px; line-height: 50px;}
.mys_con10 .swiper-slide p span{font-size: 18px; line-height: 45px; width: 100px;}
.mys_con10{width: 95%; margin: 0 auto;}
.mys_con10 .swiper{padding-bottom: 15%;}
.mys_con10 .q3{right: 37%;}
.mys_con10 .q4{left: 37%;}
.mys_con11{flex-wrap: wrap;}
.mys_con11_l{width:95%;  margin: 0 auto; margin-left: 15%;}
.mys_con11_l_t{width: 75%; margin: -50px 0 0 0;}
.mys_con11_l_t ul li{font-size: 14px; line-height: 30px;}
.mys_con11_r{width: 100%; margin: 5% auto 0;}
.mys_con11_r p{font-size: 14px; line-height: 25px;}
.mys_con12 dl{width: 100%;}
.mys_con12 dl:nth-child(3){display: none;}
.mys_con12 dl:nth-child(4){display: none;}
.mys_con12{width: 95%;}
.mys_con12 dl dt{width: 35%;}
.mys_con12 dl dd{width: 60%;}
.mys_con12 dl dd h2{font-size: 14px;}
.mys_con12 dl dd p{font-size: 14px; line-height: 20px;}
.mysbg13{padding:2% 0 6% 0;}
.mys_con13{flex-wrap: wrap;}
.mys_con13_r dl{flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;flex-direction: row-reverse;}
.mys_con13 dl dd h2{font-size: 16px;font-weight: bold;}
.mys_con13 dl dd p{font-size: 13px; line-height: 25px;}
.mys_con13 dl dt{width: 12%; margin-top: 0;}
.mys_con13 dl dd{width: 85%;}
.mys_con13 dl{margin-top: 0; margin-bottom: 5%;}
.mys_con14{width: 95%;}
.mys_con14 .swiper{width: 100%; padding-bottom: 20%;}
.mys_con14 p span{font-size: 16px; width: 65px; line-height: 25px;padding: 3% 0;}
.mys_con14 .q1{top: auto; bottom: 5%; right: 39%;}
.mys_con14 .q2{top: auto; bottom: 5%; left: 39%;}
.mys_con15 dl:last-child{display: none;}
.mys_con15 dl{width: 33%; text-align: center; margin-bottom: 10%;}
.mys_con15 dl dd{font-size: 14px;}
.mys_con15 dl dt{width: 50px; height: 50px; line-height: 45px;}
.mys_con15 dl dt img{width: 20px;}
.mys_con16 dl{width: 33%;}
.mys_con16 dl:nth-child(7){width: 33%; margin-left: 16.5%;}
.mys_con16 dl:nth-child(8){width: 33%;margin-right: 16.5%;}
.mys_con16 dl dt img{width: 80px;}
.mys_con16 dl dd{font-size: 14px;}






					 
.wlzxabbg{background: unset; padding: 1px 0;}					 
.wlzx_about_l{width: 100%; padding-left: 0;}					 
.wlzx_about_l h2{font-size: 20px;}					 
	.wlzx_about_l p{font-size: 14px; line-height: 25px; margin: 5% 0;}				 
.wlzx_ys{flex-wrap: wrap;}					 
.wlzx_ys dl{width: 49%; margin-bottom: 2%;}					 
.wlzx_ys dl dd h2{font-size: 18px;}					 
.wlzx_ys dl dd p{font-size: 13px; line-height: 20px;}					 
.wlzx_ys dl dd img{width: 35px;}						 
.wlzx_jg ul li{width: 49%;}					 
.wlzx_jg .swiper{padding-bottom: 15%;}
.wlzx_jg .q1{top: auto; bottom: 0;right: 40%!important;}
.wlzx_jg .q2{top: auto; bottom: 0;left: 40%!important;}










					 
					 
					 
.xws_cp{width: 95%; flex-wrap: wrap;}					 
.xws_cp dl{width: 100%; margin-bottom: 5%;}					 
.xws_cp dl dd{font-size: 16px; line-height: 40px;}					 
					 
.wlzxbg1{background: #fff; margin:5%  0;}
.wlzx_con1_l h2{font-size: 22px; line-height: 35px;}
.wlzx_con1_l p{width: 100%; font-size: 14px; line-height: 25px;}
.wlzx_con1_l{padding-left: 0;}
.wlzx_con1_l h3{margin-bottom: 5%;}
.wlzx_con2{width: 95%; flex-direction: row-reverse;flex-wrap: wrap-reverse;}
.wlzx_con2_r_t h2{font-size: 14px;}
.wlzx_con2_r_t p{font-size: 25px;}
.wlzx_con2_r_t dd img{width: 32px;}
.wlzx_con2_r_d dl dd h2{font-size: 12px;}
.wlzx_con2_r_d dl dd p{font-size: 8px;}
.wlzx_con2_r_d dl dt{width: 40px;}
.wlzxbg2{background: url(../img/mbg2.jpg); background-size: 100% 100%; padding: 10% 0 10% 0;}
.wlzx_con2_l{margin-top: 5%;}
.wlzx_pub_tit h2{font-size: 25px; line-height: 35px; margin-bottom: 5px;}
.wlzx_pub_tit{margin: 10% auto 5%;}
.wlzx_pub_tit p{font-size: 14px;}
.wlzx_pub_tit h4{margin-top: 5px;}
.wlzx_con4bg1{background-size: 100% 100%; background-repeat: no-repeat; padding:10% 5%;}
.wlzx_con4_qh h2{font-size: 20px;}
.wlzx_con4_qh p{font-size: 14px; margin: 3% 0; line-height: 25px;}
.wlzx_con4_qh  h3 img{width: 30px;}
.wlzx_con4_qh{height: 300px;}
.wlzx_con4_d {width: 100%!important;}
.wlzx_con4_d dl dd{font-size: 16px;}
.wlzx_con4_d dl dt img{width: 30px;}
.wlzx_con4bg2{background-size: 100% 100%; background-repeat: no-repeat; padding:10% 5%;}
.wlzx_con4bg3{background-size: 100% 100%; background-repeat: no-repeat; padding:10% 5%;}
.wlzx_con4bg4{background-size: 100% 100%; background-repeat: no-repeat; padding:10% 5%;}
.wlzx_con5{flex-wrap: wrap;}
.wlzx_con5_l{width: 100%;}
.wlzx_con5_l dl dd{width: 85%;}
.wlzx_con5_l dl dd p{font-size: 14px; line-height: 25px;}
.wlzx_con5_l dl dd h2{font-size: 18px;}
.wlzxbg6{background-size: 100% 100%;}
.wlzx_mcon6_t{width: 90%; background: #FFB031; padding-left: 5%;}
.wlzx_mcon6_t p{font-size: 14px; line-height: 50px; color: #fff;}
.wlzx_mcon6_t p strong{padding-right: 20px;}
.wlzx_mcon6_d{background: #088847; color: #fff; padding: 5% 3%;}
.wlzx_mcon6_d p{padding: 1% 5%; font-size: 14px; line-height: 25px;}
.wlzx_mcon6_d  h2{margin-top: 5%;}
.mySwiperm1 {padding-bottom: 15%!important;}
.mySwiperm1 .q1{top: auto; bottom: 2%; right: 40%!important;}
.mySwiperm1 .q2{top: auto; bottom: 2%; left: 40%!important;}
.wlzx_con7{flex-wrap: wrap;}
.wlzx_con7 dl{width: 80%; display: flex; justify-content: space-between; padding: 5% 10%; margin: 2% 0;}
.wlzx_con7{width: 85%!important; padding: 5%; margin: 0 auto;}
.wlzx_con7 dl dt{width: 18%; margin-top: 3%;}
.wlzx_con7 dl dd h2{font-size: 18px;}
.wlzx_con7 dl dd p{font-size: 14px;}
.wlzx_con7 dl dd {width: 70%;}
.wlzx_con8{width: 95%; flex-wrap: wrap;}
.wlzx_con8 dl{width: 100%; padding-bottom: 10%; margin-bottom: 7%;}
.wlzx_con8 dl dt{font-size: 20px; line-height: 80px;}
.wlzx_con8 dl dd p{font-size: 16px; margin: 1% 0; padding: 5% 0;}
.wlzxbg9{background: unset;}

.wlzx_con9 dl:nth-child(1){margin-left: 0;}
.wlzx_con9 dl:nth-child(2){margin-left: 0%;}
.wlzx_con9 dl:nth-child(3){margin-left: 0%;}
.wlzx_con9 dl:nth-child(4){margin-left: 0%;width:42%;}
.wlzx_con9 dl:nth-child(5){margin-left: 0%;}
.wlzx_con9 {display: flex; justify-content: center; flex-wrap: wrap;}
.wlzx_con9 dl{width: 44%; padding: 2%; display: flex; justify-content:left;}
.wlzx_con9 dl dt{font-size: 20px;}
.wlzx_con9 dl dd p{font-size: 6px;}
.wlzx_con9 dl dd h2{font-size: 12px;}
.wlzxbg9 h5{width: 80%; margin: 5% auto;}
.wlzxbg10{background: unset;}
.wlzx_pub_tit2{text-align: center;}
.wlzx_pub_tit2 p{text-align: center;}
.wlzx_con10_n{width: 50%; flex-wrap: wrap; padding: 5% 0; padding-right: 50%; margin-top: 5%;}
.wlzx_con10_n dl{width: 100%; margin: 2px 0;}
.wlzx_con10_n dl dd{font-size:15px;}
.wlzx_con10_n{background: url(../img/mbg10.jpg); background-size: 100% 100%;}
.wlzx_con11{width: 100%;}
.wlzx_con11 .swiper{width: 95%; padding-bottom: 20%;}
.wlzx_con11  .q1{top: auto; bottom: 5%; right: 40%!important;}
.wlzx_con11  .q2{top: auto; bottom: 5%; left: 40%!important;}
.wlzx_con12 dl dd{font-size: 14px; line-height: 20px; padding: 3%;}
.wlzx_con12 .swiper{ padding-bottom: 25%!important;}
.wlzx_con12  .q3{top: auto!important; bottom: 5%!important; right: 40%!important;}
.wlzx_con12  .q4{top: auto!important; bottom: 5%!important; left: 40%!important;}
.wlzx_con14 dl{width: 48%;}
.wlzx_con14 dl dd h2{font-size: 16px;}
.wlzx_con14 dl dd p{font-size: 14px;}
.wlzx_con14 dl dt img{width: 35px;}
.wlzxbg15{background: unset;}
.wlzx_con15_l_n p{font-size: 14px; line-height: 25px; margin-bottom: 5%;}
.wlzx_con15_l_n {width: 100%;}
.wlzx_con16{width: 95%; flex-wrap: wrap;}
.wlzx_con16_l{width: 100%;}
.wlzx_con16_r{flex-wrap: wrap; margin-bottom:8%}
.wlzx_con16_r dl:nth-child(2){display: none;}
.wlzx_con16_r dl{width: 100%;}
.wlzx_con16_r dl dt{display: none;}
.wlzx_con16_r dl dd img{width: 100%;}
.wlzx_con16_r dl h2{font-size: 16px; margin:5% 0 0 0}
.wlzx_con16_r dl p{font-size: 14px; line-height: 25px;}
.wlzx_con16_r dl h3{font-size: 14px; margin-top: 3%; padding-top: 3%;}



					 
.xws_pos_n_l{display: none;}					 
.xws_pos_n_r{margin: 5% 0;}					 
.xws_lx{width: 100%; flex-wrap: wrap-reverse; flex-direction: row-reverse;}	
.xws_lx_r_t h2{font-size: 25px;}	
.xws_lx_r_t p{font-size: 14px;}	
	.xws_lx_r_t h3{font-size: 20px;}
#allmap{width: 100%!important; height: 400px!important;}	
.xws_pos_n{margin-bottom: 5%!important;}					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
.rws_pub_tit h2{font-size: 25px; line-height: 30px;}
.rws_pub_tit  p{font-size: 14px; }
.rws_pub_tit{margin: 9% auto 5%;}
.rws_con3{width: 100%!important;}
.rws_con3_n{width: 90%; margin: 0 auto; left: 0; right: 0; bottom: 5%;}
.rws_con3_n p{font-size: 18px; line-height: 26px;}
.rws_con4{flex-wrap: wrap; width: 95%;}
.rws_con4 p{width: 75%; margin-bottom: 5%; font-size: 20px; line-height: 80px; padding:  0 0 0 25%; justify-content: left;}
.rws_con4 p img{padding-right: 30px; width: 25px;}
.rwsbg5{background: url(../img/mbg5.jpg); background-size: 100% }
.rws_con5{width: 100%;}
.rws_con5_l{width: 100%;}
.rws_con5_l .rws_pub_tit p{margin: 2% 0;}
.rws_con5_l_b p{font-size: 14px; line-height: 25px;}
.rws_con5_l_b{width: 65%; margin: 60% 0 10% 8%;}
.rws_con6{width: 95%; flex-wrap: wrap;}
.rws_con6 dl{width: 100%; display: flex; justify-content: space-between; margin-bottom: 5%;}
.rws_con6 dl dt{width: 60%;}
.rws_con6 dl dd{width: 35%;}
.rws_con6 dl dd h2 img{width: 30px;}
.rws_con6 dl dd p{font-size: 14px; line-height: 22px;}
.rws_con6 dl:nth-child(2){flex-direction: row-reverse; flex-wrap: wrap-reverse;}
.rws_con7{width: 95%;}
.rws_con7 .swiper{width: 100%; padding-bottom: 15%;}
.rws_con7 .q1{top: auto; bottom: 5%; right: 40%!important;}
.rws_con7 .q2{top: auto; bottom: 5%; left: 40%!important;}
.rws_con7  dl dd{width:100px; font-size: 14px; line-height: 35px;}
.rws_con8{width: 95%;}
.rws_con8 .swiper{padding-bottom: 15%;}
.rws_con8 .q3{top: auto!important; bottom: 0; right: 40%!important;}
.rws_con8 .q4{top: auto!important; bottom: 0; left: 40%!important;}
.rwsbg8{padding: 1% 0 9% 0;}
.rws_con9{width: 95%; margin: 0 auto;}
.rws_con10{margin: 10% 0 5% 0;}
.rws_con11{width: 95%;}
.rws_con11 dl dd h2{font-size: 18px;}
.rws_con11 dl dd p{font-size: 14px; line-height: 22px;}
.rws_con11 dl dt img{width: 25px;}
.rws_con11 dl {padding: 5% 3%; width: 42%;}
.rwsbg12{background: url(../img/mbg12.jpg); background-size: 100% 100%; padding: 8% 0;}
.rws_con12{width: 95%; margin: 0 auto;}
.rws_con12 h2{font-size: 25px;}
.rws_con12 h4{font-size: 14px; line-height: 25px;}
.rws_con12 ul{justify-content: center; flex-wrap: wrap;}
.rws_con12 ul li{width: 30%; margin: 1%; font-size: 16px; line-height: 40px; border-bottom-width: 2px;}
.rws_con12 p{font-size: 20px; line-height: 35px;}
.rws_con12 h5{font-size: 16px;}
.rws_con12 h5 img{width: 25px;}
.rws_con13 ul:nth-child(1){width: 100%; justify-content: center;}
.rws_con13 ul:nth-child(2){width: 95%; flex-wrap: wrap;}
.rws_con13 ul li{width: 40%; font-size: 14px; margin-bottom: 3%; line-height: 40px;}
.rws_con13 ul li img{width: 20px;}
.ws_con13_d{width: 100%; flex-wrap: wrap; justify-content: center;}
.ws_con13_d dl{width: 28%; margin:0 2% 5% 2%;}
.ws_con13_d dl dt img{width: 80%;}
.ws_con13_d dl dd{font-size: 14px;}
.ws_con14 h2 img{width: 65%;}
.ws_con14{width: 98%;}
.ws_con14 dl dd{font-size: 14px; margin-top: 2%;}
.ws_con14 h2 {padding: 15% 0;}
.ws_con14 dl dt img{width: 20px;}
.rws_con15_r{display: none;}
.rws_con15_l{width: 100%;}
.rws_con15{width: 95%;}
.rws_con15_l dl{width: 100%;}
.rws_con15_l dl dd{font-size: 14px;}
.rws_con15_l dl dd img{width: 20px;}
.wsbg15{padding-bottom: 10%;}
.sjmrfoot_m_l p{display: flex; justify-content: center;  flex-wrap: wrap; font-size: 14px;}
.sjmrfoot_m_l p span{display: block; width: 100%; text-align: center; margin-bottom: 3%;}
.sjmrfoot_t h2{font-size: 25px;}
.sjmrfootbg{background: #068747; background-size: 100% 100%;}
.sjmrfoot_m_r ul li{width: 45%;}










					 
					 
.gcgj_about_r{position: unset;}					 
.gcgj_about_l h5{display: none;}					 
.gcgj_about_l{width: 100%;}					 
.gcgj_about_l ul p{font-size: 14px; line-height: 25px;}					 
.gcgj_about_d{display: none;}					 
.gcgj_cp_t ul{width: 100%;}					 
.gcgj_cp_t ul li{font-size: 16px;}					 
.gcgj_cp_d dl{width: 100%;}					 
.gcgj_cp_d dl dd{font-size: 16px;}					 
.gcgj_cp_d dl dd span{margin-top: 0;}					 
					 
.posnav {background: #F7F7F7; width: 100%!important;}					 
.gcgj_lx dl dd p{font-size: 14px; line-height: 25px;}					 
.gcgj_lx dl dt img{width: 50px;}					 
					 
.newscentercon2 h4{display: none;} 					 
 .newscentercon2 p{font-size: 12px;line-height: 20px;margin-top: 3%;}
			
								 					 .newscentercon2 h3{font-size: 18px;}
			
								 					 .newscenter_wrap{width: 92%;margin:5% auto;}
			
								 					 .newscentercon1{display: none;}
			
								 					 .newscentercon3{display: block; width: 100%;}
		 .newscentercon3 img{width: 100%;}
					 
					 					 
					 
					 
					 
					 
					 
					 
					 
					 
.gcgjbg1{background: url(../img/mbg1.jpg); background-size: 100% 100%;}					 
.gcgj_con1{flex-direction: row-reverse;flex-wrap: wrap-reverse;}
.gcgj_con1_r {margin: 7% auto 5%; width: 100%;}
.gcgj_con1_l{width: 100%;}
.gcgj_con1_l dl dd h2{font-size: 14px;}
.gcgj_con1_l dl dd p{font-size: 12px; line-height: 18px;}
.gcgj_con1_l dl dt{width: 3px; height: 15px;} 
.gcgj_con1_l dl dd{width: 97%;}
.gcgj_con1_l a{width: 130px; line-height: 40px; float: right; font-size: 14px;}
.gcgjbg1{padding: 8% 0;}
.sjmrbg6{background: url(../img/mbg2.jpg); background-size: 100% 100%;}
.sjmr_con6 .sjmr_pub_tit3{text-align: left;}
.sjmr_con6 .sjmr_pub_tit3 h2{text-align: left; margin-top: 5%;}
.sjmr_con6 .sjmr_pub_tit3 h5 img{width:130px;}
.sjmr_con6 .sjmr_pub_tit3 p{text-align: left; margin-top: 3%;}
.sjmr_con6_r{width: 95%; float: unset; margin: 0 auto;}
.sjmr_con6_l {width: 70%; margin: 5% auto;}
.sjmr_con6_r_d{position: unset; text-align: right; width: 100%;}
.sjmr_con6_r_d img{ margin: 0 10% 0 0;}
.sjmr_pub_tit3 h4{font-size: 16px; margin-top: 1%;}
.sjmr_con6 {width: 100%!important;}
.gcgjbg3{background: unset;}
.gcgj_con3_l{width: 100%; padding: 10% 40% 10% 10%; width:50%;}
.gcgj_con3_l_t h2{font-size: 20px;}
.gcgj_con3_l_t h3{font-size: 16px;}
.gcgj_con3_l_t p{font-size: 14px;}
.gcgj_con3_l_t h2{width: 40px;}
.gcgj_con3_l_d{position: absolute; right: 10%; top: 20%; z-index: 1;}
.gcgj_con3_l{position: relative;}
.gcgj_con3_l_d a{width: 70px; line-height: 40px; height: 40px;}
.gcgj_con4 dl{flex-wrap: wrap;}
.gcgj_con4 dl dt{width: 100%;}
.gcgj_con4  dl dd{width: 100%;}
.gcgj_con4 dl dd h2{font-size: 20px;}
.gcgj_con4 dl dd h3{margin: 3% 0;}
.gcgj_con4 dl dd p{font-size: 14px; line-height: 25px;}
.gcgjbg5{background: url(../img/mbg5.jpg); background-size: 100% 100%; margin-top: 9%;}
.gcgj_con5_t{flex-wrap: wrap; height: auto;}
.gcgj_con5_t dl{width: 22%; margin-bottom: 10%;}
.gcgj_con5_t dl dt{width: 50px; height: 50px; line-height: 50px; margin: 0 auto;  font-size: 22px;}
.gcgj_con5_t dl dd{font-size: 20px;}
.gcgj_con5_t dl dd{width: 33px;}
.gcgj_con5_t h2{width: 33px;}
.gcgj_con5_d p {font-size: 14px; line-height: 25px;text-align: center;}
.gcgj_con6{flex-direction: row-reverse;flex-wrap: wrap-reverse;}
.gcgj_con6_l{width: 100%;}
.gcgj_con6_r{width: 100%;}
.gcgj_con6_l_d p {font-size: 14px; display: inline-block; border-left: 1px solid #F0F0F0; display: table; float: left; padding-left: 2%; margin-left: 4%; letter-spacing: 3px;}
.gcgj_con6_l_d{display: unset;}
.gcgj_con6_l_t{margin: 5% auto;}
.gcgj_con6_l_d h2{width: 31%; float: right; padding-right: 3%;}
.gcgj_con7_l{width: 100%; float: unset;}
.gcgj_con7_l h3{text-align: center; margin: 0 auto;}
.gcgj_con7_r{width: 100%; margin: 5% auto 0;}
.gcgj_con7_l{width: 100%;}
.gcgj_con7_l_n{margin-top: 5%;}
.gcgj_con7_l_n dl dd{width: 90%; font-size: 14px; line-height: 25px;}
.gcgj_con8{width: 95%;}
.gcgj_con8 .swiper{width: 70%;}
.gcgjbg9{background: url(../img/mbg9.jpg); background-size: 100% 100%; margin-top: 9%;}
.gcgj_con9_n{flex-wrap: wrap;}
.gcgj_con9_n dl{width: 100%;}
.gcgj_con9_n dl dd{font-size: 14px; line-height: 25px;}
.gcgj_con9 .swiper{padding-bottom: 10%;}
.gcgj_con9_n dl dt{font-size: 18px;}
.gcgj_con10{width: 95%;}
.gcgjbg10{background: url(../img/mbg10.jpg); background-size: 100% 100%; padding: 7% 0;}
.gcgj_con10_t ul li:nth-child(1){display: none;}
.gcgj_con10_t ul li:nth-child(3){display: none;}
.gcgj_con10_t ul li:nth-child(2){width: 100%; text-align: center;}
.gcgj_con10_m .sjmr_pub_tit3 h2{font-size: 22px; text-align: left;}
.gcgj_con10_m .sjmr_pub_tit3 p{text-align: left;}
.gcgj_con10_m_d p{font-size: 14px; line-height: 25px;text-align: center;}
.gcgj_con10_d h2{font-size: 25px; margin-top: 9%;}
.gcgj_con10_d p{font-size: 12px; line-height: 25px;}
.gcgj_con10_m{background: url(../img/mbgk.png); background-size: 100% 100%; width: 100%;}
.gcgj_con10_m_d{width: 98%; margin: 0 auto; padding-right: 1.2%;}
.gcgj_con10_dh p{width: 100px; height: 100px; line-height: 100px; font-size: 16px;}
.gcgj_con10_dh .swiper{padding-bottom: 15%;}
.gcgjbdbg{background:url(../img/mbdbg.jpg); padding: 5% 0; background-size: 100% 100%;}
.con7_b{ }
.gcgj_bdtit h2{font-size: 20px;}
.gcgj_bdtit h2 strong{display: block;}
.gcgj_bdtit p{font-size: 14px;}
.gcgj_bdtit h3{margin: 3% auto;}

.con7_b_t input{border-radius: 0; line-height: 45px; background: #F4F4F4; margin-bottom: 3%;}
.con7_b_t textarea{background: #F4F4F4; border-radius: 0; height: 100px;}
.con7_b_t textarea::placeholder{color: #333333;}

.posnav h2{color: #333333;}
.posnav h2 span{ padding-left: 10px;}
.posnav p{font-size: 14px; margin-top: 0;}
.gcgj_lx{flex-wrap: wrap;}
.gcgj_lx dl{width: 100%; text-align: center;}
.gcgj_lx dl dd p{text-align: center;}

































					 
.sjmr_about dl{flex-wrap: wrap;}					 
.sjmr_about dl dd h2{font-size: 18px;}					 
.sjmr_about dl dd p{font-size: 14px; line-height: 24px;}		
.sjmr_con1 .sjmr_pub_tit h2{font-size: 25px;}			 
.sjmr_con1 .sjmr_pub_tit h2 span{color: #999999; font-size: 14px; display: block; font-weight: normal; font-family: 'SourceHanSansCN-Normal'; margin-top: 3%; }
.sjmr_con1 .sjmr_pub_tit h2{width: 80%; text-align: left;}	 
.sjmr_con1 .sjmr_pub_tit p{width: 7%; margin-top: 7%;}	 
						 
					 
.sjmr_pub_tit{margin: 9% auto 5%;}					 
					 
.sjmr_pub_tit h2{font-size: 25px; text-align: center; width: 100%;}	.sjmr_pub_tit h2 strong{display: block;}				 
	
.sjmr_pub_tit p{font-size: 14px;text-align: center; width: 100%; margin-bottom: 2%;}				 
.sjmr_con1_n{flex-wrap: wrap-reverse;flex-direction: row-reverse;}		
.sjmr_con1_n_l{width: 100%; margin-top: 5%;}
.sjmr_con1_n_l dl dd h2{font-size: 20px;}
.sjmr_con1_n_l dl dd p{font-size: 14px; line-height: 24px;}
.sjmr_con1_n_l dl dd{width: 95%; height: 170px;}
.sjmr_con1_n_l dl dd h3{ right: 0; bottom: 0;}
.sjmr_con1 .swiper{padding-bottom: 20%;}
.sjmr_con1 .q1{width: 50px!important; height: 50px!important; top: auto; bottom: 0; right: 32%!important;}
.sjmr_con1 .q2{width: 50px!important; height: 50px!important; top: auto; bottom: 0; left:32%!important;}
.sjmr_con2{flex-wrap: wrap;}
.sjmr_con2_l{width: 100%; margin-bottom: 5%;}
.sjmr_con2_r dl dt{font-size: 18px;}
.sjmr_con2_r dl dd p{font-size: 14px; padding: 0 2px;}
.sjmr_con2_r dl {padding-bottom: 10%;}
.sjmr_con2_r dl dt{margin-right: 15px; height: 50px;}
.sjmrbg2{background: url(../img/mbg2.png); padding: 3% 0 8% 0; background-size: 100% 100%;}
.sjmr_con3_t p{font-size: 14px; line-height: 24px;}
.sjmr_con3_d ul li{width: 48%;}			 
.sjmr_con3_d ul li p{font-size: 14px; line-height: 30px;}					 
.sjmr_con3_d .swiper{padding-bottom: 15%;}					 
.sjmr_con3 .q1{width: 50px!important; height: 50px!important; top: auto; bottom: 0; right: 32%!important;}
.sjmr_con3 .q2{width: 50px!important; height: 50px!important; top: auto; bottom: 0; left:32%!important;}					 
.sjmr_con3{margin-bottom: 5%!important;}					 
.sjbgcor{padding-top: 1%;}					 
.sjmr_mcon3 dl dt{width: 90%; margin: 0 auto;}					 
.sjmr_mcon3 dl dt img{vertical-align: bottom;}
.sjmr_mcon3 dl dd{background: url(../img/mcpbg.png); background-size: 100% 100%; color: #fff; padding: 5%; height: 170px;}		 
.sjmr_mcon3 dl dd h2{font-size: 16px; font-weight: bold; margin-bottom: 5%;}					 
.sjmr_mcon3 dl dd p{font-size: 14px; border-bottom: 1px solid #A0ADA7; padding-bottom: 5%;}					 
.sjmr_mcon3 dl dd p span{float: right;}					 
.sjmr_mcon3 .q1{width: 50px!important; height: 50px!important; top: auto; bottom: 5%; right: 32%!important;}
.sjmr_mcon3 .q2{width: 50px!important; height: 50px!important; top: auto; bottom: 5%; left:32%!important;}					 
.sjmr_mcon3 h3{margin: 7% auto; text-align: center; font-size: 20px; color: #16402C;font-weight: bold;}					 
.sjmr_con4{flex-wrap: wrap;}
.sjmr_con4 dl{width: 48%; margin-bottom: 5%;}
.sjmr_con4 dl dd{height: 50px;}
.sjmr_con4 dl p{font-size: 14px; line-height: 24px;}
.sjmr_con5_l{width: 100%;}
.sjmr_con5_l .sjmr_pub_tit p{text-align: center;}
.sjmr_con5_l_n dl dd{font-size: 14px; line-height: 24px; width: 95%;}
.sjmr_con5_l_n dl {margin-top: 5%;}
.sjmr_con5_l_n dl dt{font-size: 16px; margin: 7px 10px 0 0;}
.sjmr_con6_m{position: unset; width: 100%; }
.sjmr_con6{flex-wrap: wrap;}
.sjmr_con6_r_m{margin: 5% 0;}
.sjmr_con6_m ul li{font-size: 18px;}
.sjmr_con6_m ul {padding:5%;}
.sjmr_con6_r_m p{font-size: 14px; line-height: 24px;}
.sjmr_con6_r_t h2{font-size: 20px; padding: 2% 0;}
.sjmr_con6_r_t{margin: 5% 0;}
.sjmr_con7{flex-wrap: wrap;}
.sjmrbg6{margin-bottom: 5%;}
.sjmr_con7_l .sjmr_pub_tit p{text-align: center;}
.sjmr_con7_r ul li{width: 48%;}
.sjmr_con7_r p{font-size: 14px; margin-top: 5%;}
.sjmr_con8 dl p{font-size: 16px; line-height: 24px;}
.sjmr_con9{width: 90%;}
.sjmr_con9 .swiper{width: 100%; padding-bottom: 30%;}
.sjmr_con9 .q1{width: 50px!important; height: 50px!important; top: auto; bottom: 5%; right: 32%!important;}
.sjmr_con9 .q2{width: 50px!important; height: 50px!important; top: auto; bottom: 5%; left:32%!important;}	
.sjmrbg10{background: url(../img/mbg10.png); padding: 3% 0 8% 0; background-size: 100% 100%;}
.sjmr_con10{flex-wrap: wrap-reverse;flex-direction: row-reverse;}
.sjmr_con10_r{width: 100%; margin: 0 0 0 0;}
.sjmr_con10_l h2{font-size: 16px;}
.sjmr_con10_l p{font-size: 14px; line-height: 24px;}
.sjmr_con10_l h4{font-size: 14px; margin: 3% 0;}
.sjmr_con10_l h3{margin: 3% 0;}
.sjmr_con11 h3{height: 40px;}
.sjmr_con11 h2{font-size: 16px; line-height: 26px;}
.sjmr_con11 p{font-size: 14px; line-height: 24px;}
.lmzx_mcon12 dl{background: #B5C6B6;  background-repeat: no-repeat; background-position: right center;display: flex; justify-content: space-between; padding: 3%; color: #fff; margin-bottom: 3%;}				 
	.lmzx_mcon12 dl dt{width: 35%;}				 
	.lmzx_mcon12 dl dd{width: 60%;}						 
	.lmzx_mcon12 dl dd h3{font-size: 14px; color: #DCE4DD;}				 
	.lmzx_mcon12 dl dd h2{font-size: 14px;-webkit-line-clamp: 2; margin: 2% 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}	

.con7_b_t input::placeholder{color: #333333!important;}
.ggbd .active::placeholder{color: #fff!important;}
.sjmrfootbg{padding: 10% 0 10% 0;}
.sjmrfoot_m {flex-wrap: wrap; border-bottom: none;}
.sjmrfoot_m_l{flex-wrap: wrap;}
.sjmrfoot_m_l dl{width: 100%; text-align: center;}
.sjmrfoot_m_l dl p{text-align: center;}
.sjmrfoot_m_l dl dt img{width: 32px;}
.sjmrfoot_m_l dd{margin: 0 0 5% 0;}					 
.sjmrfoot_m_r{width: 80%; margin: 5% auto;}
.sjmrfoot_t h2{width: 100%; text-align: center;}
					 
					 
					 
					 .fany_about{width: 100%;}
					 
					 .fany_about_r p{line-height: 26px; font-size: 14px;}
					 .fany_about_r span{font-size: 18px;}
					 
					 
					 
					.fany_about_l{display: none;} 
					.fany_about_r{padding-top: 0;} 
					.fany_aboutbg{background: #f5f5f5; padding: 5%;} 
					 .fany_about_r{width: 100%;}
					 .fany_about_r h2{ font-size: 20px;}
					 .fay_al dl dd {font-size: 16px; line-height: 45px;}
					 .newscentercon2 p{font-size: 12px;line-height: 20px;margin-top: 3%;}
					 					 .newscentercon2 h3{font-size: 18px;}
					 					 .newscenter_wrap{width: 92%;margin:5% auto;}
					 					 .newscentercon1{display: none;}
					 					 .newscentercon3{ margin-bottom: 3%;}
					 
					 
					 
			#header{width: 100%!important; position: unset;}
			.toplog ul dl dd{border: none; color: #333333; font-size: 15px; padding-left: 0px; width: 85%; margin-top: 0px; line-height: 26px;}		 
			.toplog ul dl dd p span{display: inline-block;}		 
			.toplog ul dl dt{width: 43%;}		 
			.toplog ul dl dd p{text-align: left; border-left: 1px solid #E6E6E6; padding-left: 10px; margin-top: 3px;}		 
			.toplog ul{padding-top: 2%;}		 
			.fay_con1_n_n_t h2{font-size: 20px; text-align: center;}		 
			.fay_con1_n_n_t p{font-size: 14px;text-align: center;}		 
			.fay_con1_r{position: unset;}		 
			.fay_con1_n_n_t ul{width: 80%; margin: 0 auto 5%;}		 
			.fay_con1_n_n_t ul li{font-size: 16px;}		 
			.fay_con1_n_n_t ul li img{width: 20px; padding-right: 5px;}		 
			.fay_con2_n{width: 90%; margin: 0 auto;}		 
			.fay_con2_n ul{display: flex; justify-content: space-between; flex-wrap: wrap;}		 
			.fay_con2_n ul li{width: 33.333333333333333%; text-align: center; line-height: 45px; font-size: 16px; text-align: center; padding: 0; background: #F5F5F5;}		 
			.fay_con2_n ul .active{width: 33.3333333333333333333%; text-align: center; line-height: 45px; font-size: 16px; background: url(../img/mqb.png); background-size: 100% 100%; color: #fff; height: auto;}		 
			.fay_con2{background: unset;}		 
			.fay_con1_n_n_d{width: 90%; margin: 5% auto;}		 
			.fay_con1_n_n_qh h2{font-size: 18px;}		 
			.fay_con1_n_n_qh p{font-size: 14px; line-height: 28px;}		 
			.fay_con4 .swiper-slide-active .fay_con4_n{background: unset;}
			.fay_pub_tit2{ right: 16%;}
			.fay_pub_tit h2{font-size: 20px;}
			.fay_pub_tit p{font-size: 14px; line-height: 22px;}
			.fay_pub_tit img{width: 20px;}
			.fay_pub_tit h3{width: 230px; top: 24%;}
			.fay_pub_tit h4{height: 66px;}
			.fay_con4{padding-top: 40%; width: 100%;}
			
			.fay_con4_n{ display: flex; flex-wrap: wrap-reverse; flex-direction: row-reverse; width: 100%; height: auto; padding: 0;}
			.fay_con4_n_t{width: 100%;}
			.fay_con4_n_m{width: 100%;}
			.fay_con4_n_t_n{display: block;}
			.fay_con4 .swiper-slide-active .fay_con4_n_d{display: none;}
			.fay_con4_n_t dt{font-size: 18px;}
			.fay_con4_n_t dd{font-size: 14px; line-height: 25px; margin: 3% 0;}
			.fay_con4_n_t h3{font-size: 16px;line-height: 25px;}
			.fay_con4_n_t{padding: 5%; background: #fff; }
			.fay_con4_n_m{width: 87%; margin: 0 auto;}
			.fay_con4_n_m img{vertical-align: bottom;}
			.fay_con4 .q2{width: 30px!important; height: 30px!important; left: 5px!important; top:43%}		 
			.fay_con4 .q1{width: 30px!important; height: 30px!important; right: 5px!important; top:43%}			 
			.fay_con4_n_t{height: auto;}
			.fay_con5_al{position: unset;}		 
			.faybg5_n_l {display: flex;}		 
			.faybg5_n_l	.fay_pub_tit {width: 65%; padding-left: 5%;}	 
			.faybg5_n_l	.faybg5_n_r{width: 20%; text-align: center; margin-top: 5%;}		 
			.faybg5_n_l	.faybg5_n_r img{width: 20px;}		 
			.faybg5 .fay_pub_tit h3{top:5%;width: 140px; left: 2%;} 		 
			.fay_pub_tit3 h4{height: 60px; left: 5%; top:-3%}		 
			.fay_con5_al .swiper{width: 90%;}		 
			.fay_con5_al_qh p{font-size: 16px; line-height: 40px;}		 
			.fay_m5{text-align: center; margin: 5% auto 3% ; width: 40%;}		 
			.fay_con6_t{flex-wrap: wrap-reverse; flex-direction: row-reverse;}		 
			.fay_pub_tit4 {padding-right: 5%;}		 
			.fay_pub_tit4 h3{width:235px; top: 42%;}		 
			.fay_pub_tit4 h4{right: 4%;}		 
			.fay_con6_t_l{width: 100%;}		 
			.fay_con6_t_l ul li{width: 50%; background: #fff; color: #9F9F9F; font-size: 16px; line-height: 50px;}	
			.fay_con6_t_l ul li p{display: none;}
			.fay_con6_t_l ul .active{background: #16402C; color: #fff;}	
			.fay_con6_t_l{margin:0 0 5% 0 ;}	
			.fay_con6_n dl dt{display: none;}	
			.fay_con6_n{width: 100%;}	
			.fay_con6_n	.swiper{width:87%;}
			.fay_con6_n .q2{width: 30px!important; height: 30px!important; left: 5px!important; top:43%}
			.fay_con6_n .q1{width: 30px!important; height: 30px!important; right: 5px!important; top:43%}	
			.fay_con6_n .q4{width: 30px!important; height: 30px!important; left: 5px!important; top:43%}
			.fay_con6_n .q3{width: 30px!important; height: 30px!important; right: 5px!important; top:43%}
			.fay_con6_n dl dd p{font-size: 16px; line-height: 40px;}		
			.faybg7{background:url(../img/mbg2.png); background-size: 100% 100%;}	
			.fay_con7_d{display: none;}
			.faybg7 .faybg5_n_l{width: 80%;}
			.faybg7 .faybg5_n_r{width: 10%; text-align: center; margin-top: 5%;}
			.faybg7 .faybg5_n_r img{width: 20px;}
			.faybg7 .faybg5_n_l .fay_pub_tit{width: 100%;}
			.fay_con7_n{display: none;}
			.fay_conm7{width: 90%; margin: 0 auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
			.fay_conm7 dl{width: 38%; color: #fff; border: 1px solid #D9D8D8; padding: 5%; border-radius: 15px; margin-bottom: 4%; text-align: center;
			}
			.fay_conm7 dl dt img{width: 45px;}
				.fay_conm7 dl h2{font-size: 16px; font-weight: bold; margin: 3% 0 5% 0;}
			.fay_conm7 dl p{font-size: 12px; line-height: 17px; text-align: center;}	
			.fay_pub_tt2 h2{font-size: 20px; margin-top: -15px;}
			.fay_pub_tt2 p{font-size: 14px;}
			.fay_pub_tt2 h4{width: 45%; margin: 0 auto;}
			.fay_con8{flex-wrap: wrap;}
			.fay_con8 dl{width: 90%; display: flex; justify-content: space-between; text-align: left; margin-bottom: 3%; padding: 2% 5%;}
			.fay_con8 dl dt{width: 15%;}
			.fay_con8 dl dd{width: 77%;}
			.fay_con8 dl h2{display: none;}
			.fay_con8 dl p{text-align: left; font-size: 12px; line-height: 16px;}
			.fay_con8 dl h3{font-size: 14px; margin: 4% 0 1% 0;}
			.fay_con8 dl h4{width: 2px; height: 20px; background: #16402C; margin-top: 5%;}
			.fay_con8 dl:hover h4{background: #fff;}
			.faybg5_n_r{width: 20%;}
			
			.faybg9 .faybg5_n_l{width: 80%;}
			.faybg9 .faybg5_n_r{width: 10%; text-align: center; margin-top: 5%;}
			.faybg9 .faybg5_n_r img{width: 20px;}
			.faybg9 .faybg5_n_l .fay_pub_tit{width: 100%;}
			.faybg9 .fay_pub_tit h3{top: 10%; left: .5%;}
			.faybg9 .fay_pub_tit h4{left: 2%;}
			
			.fay_con9_n_t{width: 100%;}	
			.fay_con9_n_t p{font-size: 14px; line-height: 40px;}	
			.fay_con9_n_b dl dt p{font-size: 12px; line-height: 22px;}	
			.fay_con9_n_b dl dd{font-size: 12px; line-height: 18px;}		 
			.fay_con10_n dl dt img{width: 35px;}
			.fay_con10_n dl dd h2{font-size: 18px;}		 
			.fay_con10_n dl dd p{font-size: 14px; line-height: 20px;}		 
			.fay_con10_n dl dt{width: 90px; top:-15%}		 
			.fay_con10_n{ padding-bottom: 7%;}		 
			.fay_con10  .swiper-pagination-bullet-active{width: 25px!important;}		 
			.fay_con11 dl:last-child{display: none;}		 
			.fay_con11 dl{width: 48%;}
			.fay_con11 dt{font-size: 18px;}		 
			.fay_con11 dd{font-size: 14px; line-height: 20px;}		 
			.fay_con11 p{font-size: 14px;}		 
			.fay_con12_n dl{font-size: 14px; line-height: 20px; width: 20%;}		 
			.fay_con12_n dl:last-child{width: 16%;}		 
			.fay_con12_d img{width: 20px;}		 
			.fay_con12{background: url(../img/mbg3.png); background-size: 100% 100%; padding: 5% 0 15% 0;}		 
			.fay_con12_d{margin-top: 10%;}		 
			.bs_foot{background: #2A2A2A; padding-top: 5%;}	
				 .mlogo{border-bottom: 1px solid #7F7F7F; padding: 5%; width: 80%; margin: 0 auto;}
					 
					 
					 
					 
					 
					 
					 .jq_aboutbg{background: unset;}
					 .jq_about_n{width: 100%;}
					 .jq_about_n h2{font-size: 20px; margin-top: 3%;}
					 .jq_about_n p{font-size: 14px; line-height: 20px;}
					 .jq_about_n1{background: #16402C;}
					 
					 
					 
					  .zyt_lx{flex-wrap: wrap;} 
					 					 					 .zyt_lx h2{font-size: 18px;}
					 					 					 .zyt_lx_l p{font-size: 14px;}
					 					 					 .zyt_lx_l dl dt{font-size: 16px;}
					 					 					 .zyt_lx_l dl dd{font-size: 14px;}
					 					 					 .zyt_lx_l{margin-bottom: 8%;}
					 					 					 .zyt_lx_r p input,.zyt_lx_r p textarea{line-height: 45px; font-size: 14px;}
					 					 					 .zyt_lx_r h3 input{width: 50%; text-align: center; font-size: 14px; line-height: 40px; margin-bottom: 5%; float: unset;}
					 					 					  .zyt_lx_r h3 {text-align: center;}
					  .prdc_con_r ul li p{font-size: 16px;}
			.toplog ul li:nth-child(1){font-size: 14px; margin-top: 3%; line-height: 50px;}
			.toplog ul li:nth-child(1) img{margin-right: 10px;}
			.jqbg1{background: url(../img/mbg1.png); background-size: 100% 100%; padding: 8% 0;}
			.jq_con h2{font-size: 16px; text-align: center; line-height: 30px;}
			.jq_con h2 span{ display: none;}
			.jq_con h4{font-size: 20px; color: #fff; text-align: center; font-weight: bold; margin-bottom: 2%;}
			.jq_con h3{font-size: 14px; text-align: center; margin: 5% 0;}
			.jq_con ul{width: 100%; padding-top: 5%;}
			.jq_con ul li{width: 17%;}
			.jq_con ul li p{font-size: 14px; line-height: 30px;}
			.jq_con2{flex-wrap: wrap;}
			.jq_pub_tit{text-align: center;}
			.jq_pub_tit p{text-align: center; font-size: 14px;}
			.jq_pub_tit h2{font-size: 20px;}
			.jq_pub_tit img{width: 60%; margin: 2% auto;}
			.jq_con2_n{margin-top: 5%;}
			.jq_con2_n ul{display: flex; justify-content: space-between; margin-bottom: 5%;}
			.jq_con2_n ul li{width: 48%; line-height: 45px; background: #CCCCCC; color: #000; font-size: 14px; margin-top: 0;}
			.jq_con2_n ul .active{background: #16402C;}
			.jq_con2_r{width: 90%; padding: 5%; border-top: 3px solid #16402C; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
			.jq_con2_r dl dt img{width: 40px;}
			.jq_con2_r dl dd{font-size: 12px; margin: 5% 0;}
			.jq_con2_r dl h2{font-size: 10px;}
			
			.jqbg3{background: url(../img/mbg2.png); background-size: 100% 100%; padding: 8% 0;}
			.jq_con3{flex-wrap: wrap-reverse;}
			.jq_con3_r{margin-top: 0;}
			.jq_con3_l{width: 100%; display: flex; justify-content: space-between;}
			.jq_con3_l dl{width: 28%; padding: 5% 2%; text-align: center;}
			.jq_con3_l dl dt{font-size: 14px;}
			.jq_con3_l dl dt img{display: none;}
			.jq_con3_l dl dd{font-size: 7px; font-weight: bold; margin: 5% 0;}
			.jq_con3_l dl p{font-size: 5px; line-height: 12px; text-align: left;}
			.jq_con4{width: 95%;}
			.jq_con4 .swiper{width: 72%;}
			.jq_con4 .swiper dl dt img{width: 40px;}
			.jq_con4 .swiper dl dd{font-size: 20px;}
			.jq_con4 .swiper dl p{font-size: 14px;}
			.jq_con4 .swiper dl{height: 240px;}
			
			.jqbg5{background-image: url(../img/mbg5.png); background-position:center; background-repeat: no-repeat;  padding:8% 0; background-color: #16402C; background-size: 100%; }
			.jq_con5{flex-wrap: wrap;}
			.jq_con5_r_t{display: none;}
			.jq_con5_r_b{padding: 5%; margin: 5% 0;}
			.jq_con5_r_b dl img{width: 40px;}
			.jq_con5_r_b dl dt{font-size: 18px;}
			.jq_con5_r_b dl dd{font-size: 12px;}
			.jq_con5_r_b dl{margin-bottom: 5%;}
			.jq_m51 {font-size: 20px; font-weight: bold; margin: 5% 0; text-align: center; color: #fff;}
			.jq_m52 p{font-size: 14px; line-height: 30px; color: #fff; padding: 5% 5% 2% 5% ;}
			
			.jqbg6{background: url(../img/mbg6.png); background-size: 100% 100%; padding: 8% 0;}
			.jq_con6{flex-wrap: wrap-reverse;}
			.jq_con6_l dl dt{font-size: 20px;}
			.jq_con6_l dl dd{font-size: 14px; line-height: 25px;}
			.jq_con6_l{width: 100%; margin: 5% 0 0 0;}
			.jq_con6_r_n{margin: 0 auto; text-align: center; font-size: 14px;}
			.jqbg7 .jq_pub_tit p{color: #676767;} 
			.jq_con7_r{width: 100%; float: unset; margin: 0; padding: 0; height: auto;}
			.jq_con7_r_n{padding: 0; margin:5% 0; position: relative;}
			.jq_con7_r_n h2{font-size: 20px; padding: 5%;}
			.jq_con7_r_n p{font-size: 14px; padding:  0 5% 5%; margin: 0;}
			.jq_con7_r_n a{font-size: 14px; padding: 1% 3%; position: absolute; right: 5%; bottom: 7%;}
		
			.jq_con8_l{display: none;}
			.jqbg8{background: unset;}
			.jq_con8_r ul li p{font-size: 14px; line-height: 25px;}
			.jqbg9{ background: url(../img/mbg9.png); background-size: 100% 200px; background-position: center top; background-repeat: no-repeat;}
			.jq_con9{width: 100%;}
			.jq_con9 .swiper{padding-bottom: 10%;}
			.swiper-pagination-bullet {width: 10px!important; height: 10px!important;}
			.swiper-pagination-bullet-active{background: #16402C!important;}
			.jq_con10{flex-wrap: wrap;}
			
			.jq_con10_l{width: 100%; margin-left: 0;}
			.jq_con10_n{margin-top: 5%;}
			.jq_con10_n ul{display: flex; justify-content: space-between; margin-bottom: 5%;}
			.jq_con10_n ul li{width: 48%; line-height: 45px; background: #CCCCCC; color: #000; font-size: 14px; margin-top: 0; text-align: center;}
			.jq_con10_n ul .active{background: #16402C; color: #fff; border-bottom: none;}
			.jq_con10_r{width: 100%;}
			.q7{top: 70%!important; left: auto!important; right: 2%!important;}
			.q8{top: 70%!important; left: 2%!important; right: auto!important;}
			.jq_con11{width: 95%; }
			.jqbg12_n{width: 95%;}
			.jqbg12_n .swiper{width: 70%;}
			.jqbg12_n dl dt{font-size: 20px;}
			.jqbg12_n dl dd{font-size: 14px;}
			.jqbg12_n dl h2{font-size: 60px;}
			.jqbg12_n dl{padding: 5%;}
			.jqbg13{background: unset;}
			.con7_b_t input,.con7_b_t textarea{background: #F4F4F4;}
			.mlogo{text-align: center; margin-bottom:5%;}
			
			
			
			
			
			
			
			
			
			
			
			
					 
					  .abm_con13_b dl dt{display: block; width: 48%;}		
					 					  .abm_con13_b dl{display: flex;}
					 					 .abm_con13_b{flex-wrap: wrap;}
					 					 .abm_con13_b dl{width: 100%; display: flex; justify-content: space-between;}
					 					  .abm_con13_b dl dd{display: block; width: 48%;}		
					 					 .abm_con13_b dl dd h2{font-size: 14px; line-height: 22px; -webkit-line-clamp: 2;
					     display: -webkit-box;
					     -webkit-box-orient: vertical;
					     overflow: hidden;
					     text-overflow: ellipsis;}
					 					 .abm_con13_b dl p a{font-size: 14px;}
					 					 .abm_con13_b dl:last-child{display: none;}
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 .bs_hz3 ul li img{width: 30px;}
					  .bs_hz3 ul li p{font-size: 14px;}
					 .bs_cpysn1 dl dd{font-size: 14px;}
					 .bs_cpysn1 dl dt img{width: 50px;}
					 .bs_cpysn1 dl p{font-size: 14px; line-height: 20px;}
					 .bs_dyh{flex-wrap: wrap; }
					 .bs_dyh dl{width: 48%;}
					 .bs_dyh dl dd img{width: 50px;}
					 .bs_dyh dl h2{font-size: 16px;}
					 .bs_dyh dl p{font-size: 14px;}
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 .x11_xw{flex-wrap: wrap;}
					 .bs_about{flex-wrap: wrap;}
					 .bs_about_r h2{font-size: 20px; margin: 3% 0;}
					 .bs_about_r p{font-size: 14px; line-height: 20px;}
					 .bs_hzys .bsbg7 dl{width: 48%;}
					.bs_hzys{background: unset;} 
					.bs_hzys .bsbg7 dl h2{font-size: 15px; text-align: center;} 
					.bs_hzys .bsbg7 dl p{text-align: center;} 
					 .bs_hzys .bsbg7 dl {padding: 5% 0;}
					.bs_hzys .bsxbt h2{color: #16402C;} 
					 
					 
					 
					 
					 
					 
					.toplog{width: 90%; } 
					 .topnav{display: none;}
					 .toplog img{ float: left; }
					 
					 
					 .bsbg1{background: unset;}
					 .bs_con_n{width: 100%;}
					 .bs_con_n_n_t h2{font-size: 16px;}
					 .bs_con_n_n_t h2 span{font-size: 20px;} 
					 .bs_con_n_n_b dl img{width: 50px;}
					 .bs_con_n_n_b dl dt{font-size: 14px;}
					.bs_con_n_n_b dl dd{font-size: 12px;}
					.bs_con_n_n_b dl{padding: 5% 1%; width: 29%;}
					 .bs_pub_tit h2{font-size: 20px;}
					 .bs_pub_tit  p{font-size: 14px; padding: 0 10%;} 
					  .bs_pub_tit h2 img{width: 10px; margin: 0 5px;}
					 .bs_con2{flex-wrap: wrap;}
					  .bs_con2 dl{width: 44.5%; margin-bottom: 3%; }
					.bs_con2 dl h2{font-size: 20px;} 
					 .bs_con2 dl h2 span{font-size: 18px;}
					 .bs_con2 dl dt{font-size: 16px;}
					  .bs_con2 dl p{font-size: 14px; line-height: 20px;}
					.bs_con3_t_line{display: none;} 
					 .bs_con3_t ul li p{font-size: 14px; line-height: 40px;}
					  .bs_con3_t ul li  img{width: 50px;}
					 .bs_con3_q dl dt, .bs_con3_q dl h3{display: none;}
					  .bs_con3_q dl dd p{display: block; width: 100%; background: #16402C; color: #fff; font-size: 16px; text-align: center;  line-height: 60px;}
					   .bs_con3_q dl dd img{vertical-align: bottom;}
					 .bs_con4_1 dl{flex-wrap: wrap-reverse;}
					 .bs_con4_1 dl dt h2{margin-top: 5%;}
					 .bs_con4_1 dl dt p{font-size: 14px; line-height: 20px;}
					 .bs_con4_2_n dl dt span{font-size: 20px;}
					 .bs_con4_2_n dl{width: 31%; border: none;}
					 .bs_con4_2_n dl dd{font-size: 9px;}
					 .bs_con5_n ul li p{font-size: 14px; line-height: 20px;}
					 .bs_con5_n ul li{width: 32%;}
					 .bsbg6{background: #f4f4f4; padding-bottom: 5%;}
					 
					 .bs_con6_n{width: 100%;}
					 .bs_con6_n h2, .bsxbt h2{font-size: 16px; margin-top: 5%;}
					 .bs_con6_n h3, .bsxbt h3{margin: 2% 0;}
					 .bs_con6_n p{font-size: 14px; line-height: 20px;}
					 .bsxbt3{margin: 5% 0; text-align: center;}
					  .bsxbt3 h3 {margin: 3% auto;}
					 .bsbg7{background: unset; flex-wrap: wrap; width: 95%; margin: 5% auto;}
					  .bsbg7 dl{width: 49%; background: url(../img/mbg1.png); margin-bottom: 3%;}
					 .bsbg7 dl h2{font-size: 20px;}
					 .bsbg7 dl h3{display: block;}
					 .bsbg7 dl p{display: block; font-size: 14px; line-height: 20px; padding: 0 10%;}
					 .bs_con8 dl{width: 100%; padding-top: 5%;}
					 .bs_con8 dl p img{width: 70%; margin: 0 auto;}
					 .bs_con8 dl p {text-align: center;}
					 .bs_con8 dl dt{width: 80%; line-height: 35px; font-size: 16px; margin: 5% auto;}
					 .bs_con8 dl dd{font-size: 14px;}
					  .bs_con8 .swiper{padding-bottom: 10%;}
					 .bs_con8 .swiper-pagination-bullet-active{background:#16402C!important;}
					 .bs_con9_xw_t{display: none;}
					 .bs_con9_xw_b{display: block; background-color: #f4f4f4; border-left: 5px solid #1d61a8; margin-bottom: 5%; background-image: url(../img/mxwbg.png);}
					 .bs_con9_xw{border: none;}
					  .bs_con9_xw:nth-child(3), .bs_con9_xw:nth-child(4){display: none;}
					.bs_con9_xw_b dl dd p{font-size: 14px; color: #000; line-height: 20px;} 
					.bs_con9_xw_b dl dd h2{color: #a9a9a9;}
					 .bs_con9_xw_b dl dt{height: 120px;}
					 .bs_bg9{background: #fff;}
					 .bs_con10{ flex-wrap: wrap-reverse;}
					 .bsbg10{background: unset;}
					 .con7_b_t input{line-height: 40px;}
					 .bs_con10_l{width: 90%; padding:0 5% 5%; margin-bottom: 5%;} 
					 .subsit{ line-height: 40px;  font-size: 14px;  -webkit-appearance: none; margin-top: 3%;}
					 .bs_foot_t{flex-wrap: wrap;}
					 .bs_foot_t_logo{text-align: center; padding-bottom: 5%; border-bottom: 1px solid #75a1ce; width: 100%;}
					.bs_foot dl dt{display: none;} 
					 .bs_foot dl dd h2{display: none;}
					.bs_foot_t_n2 p{padding: 0; text-align: center; display: flex; flex-wrap: wrap; padding: 0 10%; justify-content: center; margin-bottom: 5%;}
					 .bs_foot_t_n2 p span{display: block; margin: 5% auto;width: 100%; }
					 .bs_foot_t_n3 ul{width: 70%; margin: 5% auto 15%;}
					 .bs_foot_t_n3{width: 100%;}
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
				.xtr_aboutx .xtr_con3_l{width: 45%;}
				.xtr_about3{display: none;}
				.xtr_aboutx .xtr_con3_l dl dt{font-size: 14px;}
				.xtr_aboutx .xtr_con3_l dl dt img{width: 25px; margin-right: 5px;}
				.hs_con1_n_r_t{display: flex; justify-content: space-between;} 
									.hs_con1_n_r p:nth-child(1){font-size: 18px; line-height: 0;} 
									.hs_con1_n_r p:nth-child(2){font-size: 18px; margin: 1% 0;} 
									.hs_con1_n_r p:nth-child(3){font-size: 25px; margin: 1% 0; line-height: 20px;} 
									.hs_con1_n_r p:nth-child(4){font-size: 14px; margin: 15% 0 0 0; line-height: 0;} 
									.hs_con1_n_r_t_l {width: 45%;} 
									.hs_con1_n_r_t_l img{vertical-align: bottom;}
									.hs_con1_n_r_t_r{width: 50%;}  
									.hs_con1_n_r dl{margin-top: 0;}
									.hs_con1_n_r dl dt{font-size: 14px;} 
									.hs_con1_n_r dl dd, .hs_con1_n_r dl h2{font-size: 14px;} 
				
				
					.xtrdz_con{width: 95%; margin: 0 auto;}
					.xtrdz_con_t h2{font-size: 20px;}
					.xtrdz_con_t p{font-size: 14px;}
					.xtrdz_con_m p{font-size: 14px; line-height: 25px;}
					.xtrdz_con_d dl dd{height: 45px; margin-top: 5%;}
					.xrt_cp{width: 100%;}
					.xrt_cp ul li{width: 100%;}
					.xrt_cp ul li p{font-size: 14px; line-height: 35px;}
					
				.xtr_hz .xtr_con10_r{flex-wrap: wrap;}	 
				.xtr_hz .xtr_con10_r dl{width: 47%;}	 
				.xtr_hz{flex-wrap: wrap;}	 
				.xtr_hz_r h2{font-size: 20px;}
				.xtr_hz_r h3{font-size: 16px;}	 
				.xtr_hz_r h3 span{font-size: 12px;}	 
				.xtr_hz_d{bottom: 10%; left: 0; right: 0; margin: 0 auto; width: 70%;}	 
				.xtr_hz_d p{font-size: 16px;}	 
				.xtr_hz_d a{font-size: 16px; line-height: 35px;}	 
				.xtr_hz_r{width: 90%; padding: 5% 5% 0 5%;}	 
					 
					 
					 
					 
					 
					 
					 
				#header{background: #fff;}
				.xrt_n_r{width: 100%;}
				.xrt_n_r_t h2{font-size: 16px;}
				.xrt_n_r_t p{font-size: 14px;}
				.xrt_con2_r h2{font-size: 20px; text-align: center;}
				.xrt_bg1{padding-bottom: 5%;}
				.xrt_con2_r h3{font-size: 16px;}
				.xrt_con2_r p{font-size: 14px; padding-left: 5%;}
				.xtr_pub_tit ul li:nth-child(odd){display: none;}
				.xtr_pub_tit ul li h2{font-size: 20px;}	 
				.xtr_pub_tit ul li p{font-size: 14px;}	 	 
				.xtr_pub_tit{margin: 5% 0;}	 
				.xtr_con3_l{width: 45%;}	 
				.xtr_con3_m{margin-top: 0;}	 
				.xtr_con3_l dl dd h2{font-size: 14px;}	 
				.xtr_con3_l dl dd p{font-size: 12px; line-height: 18px;}	 
				.xtr_con3_l dl{border:none; flex-wrap: wrap;}	 
				.xtr_con3_l dl dt img{width: 35px;}	 
				.xtr_con3{width: 90%!important;}	 
				.xtr_con4{flex-wrap: wrap;}	 
				.xtr_con4 dl{width: 39%; margin-bottom: 2%; padding: 5%; background-size: 100% 100%;}	 
				.xtr_con4 dl img{width: 40px;}	 
				.xtr_con4 dl dt{font-size: 16px;}	 
				.xtr_con4 dl dd{font-size: 12px;}	 
				.xtr_con5_l h2 {font-size: 20px;}
				.xtr_con5_l p{font-size: 14px; line-height: 18px;}
				.xtr_con6{width: 96%; margin: 0 auto;}
				.xtr_con6 .swiper{width: 73%;}
				.xtr_con6 ul li p{font-size: 14px; line-height: 35px;}
				.xtr_con7{width: 96%; margin: 0 auto;}
				.xtrbg7{background: url(../img/mbg1.png); background-size: 100% 100%; }
				.xtr_con7 .swiper dl dt{background-size: 100% 100%;padding: 10%;}
				.xtr_con7 .swiper dl:hover dt{background-size: 100% 100%;padding: 10%;}
				.xtr_con7 .swiper{width: 73%;}
				.xtr_con8 ul{flex-wrap: wrap;}
				.xtr_con8 ul li{width: 32.5%; margin-bottom: 2%;}
				.xtr_con8 ul li p{font-size: 12px; line-height: 35px;}	 
				.hs_zxtel{width: 90%;} 
									.hs_zxtel ul li:nth-child(1){font-size: 14px; line-height: 35px;} 
									.hs_zxtel ul li:nth-child(2){font-size: 14px; line-height: 35px;} 
									.hs_zxtel ul li:nth-child(1) img{vertical-align: middle;} 
									.hs_zxtel{margin: 3% auto 5%;} 	 
				.xtr_con9{flex-wrap: wrap-reverse;}	
				.xtrbg9{background: #f4f4f4;}	
				.xtr_con9_r{width: 90%; margin: 5% 0 0 0; background: #fff; padding: 5%;}	
				.xtr_con9_r h2{font-size: 16px;}	
				.xtr_con9_r h3{font-size: 20px;}	
				.xtr_con9_r p{font-size: 14px; text-align: right; margin-top: 0;}	
				.xtr_con9_l{background: #16402C; width: 100%; flex-wrap: wrap; padding:3%;}	
				.xtr_con9_l dl{width: 32%; display: flex; padding-left: 0; border: none; margin: 3% 0;}	
				.xtr_con9_l dl dd{font-size: 14px;}	
				.xtr_con9_l dl dt img{width: 32px; margin-top: 18%;}	
				.xtr_con9_hh{position: absolute; top: 11px; left: 0;width: 30%;}	
				.xtr_con10_r dl dd h2{font-size: 18px;}	
				.xtr_con10_r dl dd p{font-size: 14px;}	
				.xtr_con10_r dl dt img{width: 45px;}	
				
				.xtr_foot_t1 dl dd{display: none;}	
				.xtr_foot,.xtr_foot_t3 {background: #333333; color: #fff;}	
				.xtr_foot_t2,.xtr_foot_t3_l,.xtr_foot_bottom{display: none;}	 
				.xtr_foot_t3_r{width: 80%; margin: 0 auto 15%;}	 
				.xtr_foot_t3_r ul p{font-weight: normal;}	
				 .mffoot p{text-align: center; font-size: 14px; margin-top: 5%;}
				 .mffoot p span{display: block;margin: 1% 0; font-size:20px;} 
				 .xtr_foot_t1 dl dt{margin-right: 0;}
				 
				 
				 
				 
				 
				 
					 
					 .about_xbg_line{ left:20%; top:30%; width:70%;}
					 .about_xbg_line img{ height:240px;}
					 .b_bg5 .b_con11 .swiper-button-next,.b_bg5 .b_con11 .swiper-button-prev{ display:block}
					 .b_con4_r_n{ margin-left:0}
					 .dhtop img{ display: none;}
					 .dhtop dl dd p,.b_con4_l h2{font-size: 20px;}
					 .b_con1_n p{ font-size: 16px; padding: 1% 2%;}
					 .b_con1_n h2{font-size: 14px; width: 90%; margin: 5% auto 0;}
					 .b_pos1{top:65%}
					 .b_pos2{top:40%}
					 .bm_con2{display: flex!important;justify-content: space-between;flex-wrap: wrap;}
					 .bm_con2 dl{width: 49%; background:url(../img/mqbg2.png);background-size: 100% 100%; margin-bottom: 2%;}
					 .bm_con2 dl dt{font-size: 13px; font-weight: bold; color: #16402C; text-align: center; margin-top: 5%;}
					 .bm_con2 dl dd{font-size: 13px; padding: 5%; }
					 .bm_con2 dl:hover{background:url(../img/mqbg1.png);background-size: 100% 100%;}
					 .b_bg1{background: url(../img/mbg1.png); background-size: 100% 100%; display: block; overflow: hidden; margin: 50px auto; padding-bottom: 5%;}
					 .b_con3_n_l,.b_con3 .swiper-button-next,.b_con3 .swiper-button-prev,.b_con3_n_r dl dd img,.b_con3_n_r dl:hover dd img:nth-child(2){display: none;}
					 .b_con3_n_r{width: 100%;}
					 .b_con3_n{ position: unset;}
					 .b_con3_n_r .swiper-slide{width: 47%; height: auto; margin: 1%;}
					 .b_con3_n_r .swiper-wrapper{ display: flex!important;justify-content: space-between; flex-wrap: wrap;}
					 .b_con3_n_r dl:hover dd img{ display: none;}
					 .b_con3_n_r dl:hover dt img{box-sizing: border-box;}
					 .b_con3_n_r dl dt img{box-sizing: border-box;}
					 .b_con4_l{width: 100%; text-align: center;}
					 .b_con4{background: unset;}
					 .b_con4_n,.b_con7 dl{flex-wrap: wrap;}
					 .b_con4_r_t{display: none;}
					 .b_con4_l p{font-size: 14px; text-align: center;}
					 .b_con4_r{width: 100%; margin-right: 0; margin-top: 3%;}
					 
					 .b_con4_r .swiper-button-next1{position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color)); width:30px; height:30px; left:auto; right:0
}
		 .b_con4_r .swiper-button-prev1{position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color)); width:30px; height:30px; right:auto; left:0
}	
					 
					 .b_con4_r_n{margin-top: 3%;}
					 .b_con4_r_n h2{font-size: 20px; margin-top: 3%;}
					 .b_con4_r_n h3{font-size: 14px;}
					 .b_con4_r_n p{font-size: 14px; margin-top: 3%;}
					
					 .b_con5 dl dd{font-size: 18px;}
					 .b_con6 dl{width: 48%; height: auto; padding-bottom: 8%; margin:3% 1%;}
					 .b_con6 dl dd{font-size: 12px; padding: 1% 5%;}
					 .b_con6_more{margin: 5% auto;}
					 .b_con6_more a{font-size: 16px; padding: 2% 5%;}
					 .b_con7 dl{width: 24%; margin-bottom: 5%; display: unset;}
					 .b_con7 dl dt{width: 55%; margin: 0 auto 3%;}
					 .b_con7 dl dd{width: 100%; font-size: 12px; text-align: center; margin: 0;}
					 .b_bg3{padding-top: 5%;}
					 .about_ry .swiper-button-next,.about_ry .swiper-button-prev{display: block;}
					 .b_about{flex-wrap: wrap;}
					 .b_about_l{width: 100%;}
					 .b_about_r{width: 100%;}
					 .b_about_r h2{font-size: 20px; border-bottom: 2px solid #fbac02;}
					 .b_about_r p{font-size: 14px;}
					 
					 
					 .b_con9 .swiper-button-next{ top:auto; bottom: -40%; right:42%!important; }
					 .b_con9 .swiper-button-prev{  top:auto; bottom: -40%; left: 42%!important;background: #fff; border-radius: unset;}
					 .b_con9 dl dd{font-size: 14px; line-height: 30px; bottom: 3%;}
					 
					 .b_bg4{ padding-top: 5%; padding-bottom: 20%;}
					 .b_bg5{ padding-top: 5%; background: url(../img/malbg.png); background-size: 100% 100%; margin:5% auto}
					 .mySwiper66 dl dd{font-size: 14px;}
					 .mySwiper66 dl p{font-size: 12px; line-height: 20px;}
					 .mySwiper66 dl{height: 430px;}
					 .pro_cp{width: 95%; float: unset; margin: 0 auto;}
					 .b_hzdl dl dt{font-size: 18px;}
					 .b_hzdl dl dd{font-size: 12px;}
					 .b_hzdl dl{width: 48%;}
					 
					 .hzdl_al dl dt img,.hzdl_al dl dd{height: auto;}
					 .hzdl_al dl dd{padding: 3%; width: 94%;}
					 .hzdl_al dl dt{width: 100%;}
					 .hzdl_al dl{display: block; margin-bottom:5%; overflow: hidden;}
					 .hzdl_al dl dd h2{font-size: 14px;}
					 .hzdl_al dl dd p{font-size: 12px; display: none;}
					.about_xbg_t{position: unset; text-align: center;}
					.about_xbg_t p{font-size: 18px; text-align: center;}
					.about_xbg_t h2{font-size: 20px;}
					.about_xbg{ background: #16402C; padding: 10% 0;}
					.about_xbg_l{width: 100%; float: unset; margin: 3% auto;}
					 .about_xbg_l dl{width: 31%; height:auto}
					 .about_xbg_l dl dt{font-size: 22px; margin-top:40%}
					 
					 .about_xbg_l dl dd{font-size: 20px;}
					 .about_xbg_l dl p{font-size: 14px; margin-bottom:5%}
					 .about_xbg .about_xbg_l:nth-child(3),.about_xbg .about_xbg_l:nth-child(4){margin: 5% auto 0;}
					 .about_xbg_b{display: none;}
					 
				 .a_pub_tit{ margin: 5% auto; display: block; overflow: hidden;} 
				.a_pub_tit h2{font-size: 25px;}	 
				.a_pub_tit p{font-size: 14px; line-height: 20px; width: 90%; margin: 0 auto;}	 
			    .a_pub_tit h2 img{width: 30px;} 
				.a_con1,.a_con3_n dl,.a_con4,.a_con9 {flex-wrap: wrap;}
				.a_con1 dl{width: 100%; margin-bottom:5%;}	 
				.a_con1 dl h2,.x_con10_t ul li,.a_con3_n dl dd h2,.a_con4 dl dt,.a_con5 dl dt,.a_con6_con h2,.a_con9_l_n h2,.a_nxwlist dl dd h2{font-size: 18px;}
			    .a_con1 dl p,.a_con3_n dl dd p,.a_con4 dl dd,.a_con6_con p,.a_con9_l_n p,.a_nxwlist dl dd p{font-size: 14px;} 
				.a_con1 dl h2{margin: 3% 0 0 0;}	 
				.a_con1 dl p{padding: 3% 5%;}	 
					 .x_con4 .swiper-button-next, .x_con4 .swiper-button-next1{ right: 0%!important; width: 30px; height: 30px;}
					 .x_con4 .swiper-button-prev, .x_con4 .swiper-button-prev1{ left: 0%!important;width: 30px;height: 30px;}
					 .x_con4 dl dd{font-size: 14px; line-height: 40px;}
					.x_con4 dl{ padding-bottom: 20%;} 
					.x_con10_t ul li{ line-height: 40px;} 
					.a_con3_n dl dt,.a_con3_n dl dd{width: 100%;} 
				.a_con3 .swiper-button-next{display: none;}
				.a_con3 .swiper-button-prev{ display: none;}
				.a_con4 dl{width: 49%; margin-bottom: 2%;}	 
				.a_con5 dl{width: 11.5rem; height: 11.5rem;}	 
				.a_con5 dl dd{ font-size: 12px;}	 
				.a_con5 dl img{width: 30px; margin: 15% 0 0 0;}	 
				.a_con6_con{bottom: 0%; left: 10%; top: auto;} 
				.a_con6_con p{margin: 2% 0; width: 90%;}
				.a_con9_r{display: none;}	 
				.a_con9_l_n p	 {-webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
	.a_con9_l_n h2{overflow: hidden;
    text-overflow: ellipsis;m
    white-space: nowrap;}
					 .foot_c_b_m p{ display: unset;}
					 .a_bg1{background: url(../img/mbg1.jpg); background-size: 100% 100%;}
					 .a_bg2{background: url(../img/mbg2.jpg); background-size: 100% 100%;}
					 .foot{background: url(../img/mbg3.jpg); background-size: 100% 100%;}
					 .a_nxwlist dl{flex-wrap: wrap;}
					 .a_nxwlist dl dt,.a_nxwlist dl dd{width: 100%;}
					 .a_nxwlist dl dt{margin-bottom: 3%;}
					 .a_nxwlist dl dd h3{display: none;}
					 .a_nxwlist dl dd p{ margin: 3% 0; line-height: 25px;}
					 .a_hz_con ul li{width: 49%; margin-bottom: 2%;}
					 .a_ncplist_t{display: none;}
					 .a_ncplist_n ul li{width: 49%;}
					 .a_ncplist_n ul li p{font-size: 14px; line-height: 40px;}
					 .a_ncplist_tit{ padding-bottom: 50%;}
					 .a_ncplist_tit_r{ bottom: 0; top: auto; width: 95%; margin: 0 auto; left: 0; right: 0;}
					 
					 .a_about_zz .swiper-pagination{ width: 15%!important; margin: 0 auto; left: 0; right: 0;}
					 .a_about_zz .swiper-pagination-bullet{width: 15px!important; height: 15px!important; background: #16402C!important;}
					 .a_about_zz .swiper-pagination-bullet-active{ background:#16402C!important;}
					 
					 
					 .hzdl_al .swiper-button-next{ top:45%; right:0%; }
					 .hzdl_al .swiper-button-prev{  top:45%;  left: 0%;background: #fff; border-radius: unset;}
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 
					 .foot_c_b_m h3, .foot_c_b_r h3{ margin: 3% auto;}
					 .foot_c_b_m h2, .foot_c_b_r h2{ font-size: 20px;}
					 #logo dl dt{ margin-top: 10px;}
					 #logo dl dd,.navling,.x_con5_r,.x_con11_l_t dl dt,.x_con11_l_b span{display: none;}
					 .pubtt h3{font-size: 14px; color: #C9C9C9;}
					  .pubtt h2{font-size: 20px; color: #333333; font-weight: bold; width:93%; margin:0 auto} 
					 .pubtt p{text-align: center; font-size: 14px; color: #777777; line-height: 20px;}  
					 .x_about,.x_hzdl,.x_con1{flex-wrap: wrap;}
					 .x_about_l,.x_about_r,.x_hzdl_r,.x_hzdl_l,.x_hzdl_con{width: 95%; margin: 0 auto;}
					 .x_about_l dl{ margin: 5% 0;}
					 .x_hzdl_r_n,.x_hzdl{margin-bottom: 5%;}
					 .fatx .x_about_l dl{margin-top: 5%;}
					 .x_zjtd dl dd,.x_con2_n h2,.x_con5_l dl dd h2,.x_con6_b_n h2,.x_con7 dl dd,.x_con8 dl dt,.x_con11_l_b h2,.x_con11_r dl dd h2{font-size: 18px;}
					 .g-wrap1{width: 95%; margin: 0 auto;}
					 .x_con2 dl dt p,.x_con2_n p,.x_con5_l dl dd p,.x_con6_b_n p,.x_con6_b_n h3,.x_con7 dl p,.x_con8 dl dd,.x_con9 dl dd,.x_con11_l_b p,.x_con11_r dl dd p{font-size: 14px; line-height: 20px;}
					 .x_con2 dl dt{margin-bottom: 5%;}
					 .x_con2_n{width:70%; background-size: 100% 100%; padding: 8%;}
					 .x_con4 .swiper{ margin-bottom: 15%;}
					 .x_con4 dl{ margin: 1%;}
					
					 .x_con5_l{width: 100%;}
					 .x_con5_l_line{ left:5%; top:5%}
					 .x_con5_l dl dt{ margin-right: 2%; margin-top: 1%;}
					 .qbg1,.qbg2,.qbg3{ background-size: 100% 100%;}
					 .x_con6_b_n{ padding: 3%;}
					 .x_con7{flex-wrap: wrap;}
					 .x_con7 dl{width:49%; margin-bottom: 2%; height: auto;}
					 .x_con7 dl p{display: block!important;}
					 .x_con7 dl:hover dt{ margin: 10% auto 0; width: 30%;}
					 .x_con7 dl dt{ margin: 10% auto 0; width: 30%;}
					 .x_con7 dl:nth-child(1){background: url(../img/Group1051.png);}
					 .x_con7 dl:nth-child(2){background: url(../img/Group1052.png);}
					 .x_con7 dl:nth-child(3){background: url(../img/Group1053.png);}
					 .x_con7 dl:nth-child(4){background: url(../img/Group1050.png);}
					 .x_con7 dl p{ padding: 5% 5% 10% 5%;}
					 .x_con8 dl{width:48%}
					 .x_con8 dl img{ width:60px; margin: 0 auto;}
					 .x_con9 dl{width:100%; height: auto;}
					 .x_con9 dl dt{width: 17%; margin: 3%;}
					 .x_con9 dl dd{width: 75%; margin-top: 6%;}
					 .x_con9 dl:nth-child(2) dd, .x_con9 dl:nth-child(3) dd{ margin-top: 8%;}
					 .x_con10_t{width:80%; margin: 0 auto 5%;}
					 .x_con11_l{width:100%}
					 .x_con11{flex-wrap: wrap;}
					 .x_con11_r dl dt{ display: none;}
					 .x_con11_r dl dd{width: 100%;}
					 .x_con11_r dl{ padding:0;  margin-top:10%;}
					 .x_con11_r{width: 100%;}
					 .x_con11_r dl dd h2 img{ display: block; width: 100%; margin-bottom: 3%;}
					 .foot_c_b_m h2, .foot_c_b_r h2,.foot_c_b_m h3, .foot_c_b_r h3{ display: none;}
					 
					 
					 .x_con2 dl dt h2{font-size: 24px; margin: 5% 0;}
					 .x_con2 dl dt h2 img{width: 25px; margin-right: 2%;}
					
					 .prdc_con_r dl{width: 100%; }
					 .prdc_con_r dl dt{text-align: center;}
					 .prdc_con_r dl dd{font-size: 16px; line-height: 55px;}
					 .x_hzdl_con dl{width: 42%; padding: 3%; height: 180px; margin-bottom: 5%;}
					 .x_hzdl_con dl dt{ width: 50%; margin: 0 auto;}
					 .x_hzdl_con dl dd{font-size: 15px;}
					 .mt_syxw_n_l dl img{ display:block; margin-top:5%}
					 .x8_item:nth-child(2) .x8_item_t_r dl dt span, .x8_item:nth-child(4) .x8_item_t_r dl dt span, .x8_item:nth-child(6) .x8_item_t_r dl dt span{ font-size:21px}
					 .mtprolist ul li p{font-size: 16px;}
					 .mtprolist ul li{width: 100%;}
					 .mt_about dl dt{width: 100%;}
					 .mt_about dl dd{width: 90%; padding: 3%; margin: 0 auto; font-size: 16px;}
					 .mt_about dl dd p{line-height: 25px;}
					 .abtsq{ padding: 0;}
					 .abtsq_n,.mtprolist{width: 95%!important; margin: 5% auto;}
					 .abtsq_n p{font-size: 16px; line-height: 25px;}
					 .abtsq_n{padding: 2%;}
					 .mtjm{ margin-top: 8%;}
					 .mtjm h2{font-size: 20px;}
					 .mtjm p{font-size: 12px; margin: 2% 0;}
					 .mtjm h4{font-size: 16px; margin-top: 3%;}
					 .mtjm h5{font-size: 16px; margin: 3% 0;}
					 
					 .ab_con1{width: 95%!important; margin: 0 auto;}
					 
					 #header{ background-image:none}
					 
					 .x_con1 dl{width:44%; padding:3%}
					 .x_con1 dl p{ font-size: 14px; line-height: 20px;}
					 .x_con1 dl dd{ font-size: 18px;}
					 .x_con1 dl:nth-child(1) dt span:nth-child(1) {font-size: 30px;}
					 .x_con1 dl dt span:nth-child(1){ font-size: 35px;}
					 .x_con3 h2{font-size:20px}
					 .x_con3 ul li{ font-size:14px; width:24%}
					 .pubtt{ margin: 5% auto!important;}
					.mhide{  display: none!important;}
					.ppos{ position: unset!important; overflow: unset!important;}
					.x_con2 dl{flex-wrap: wrap; margin-bottom: 35%;}
					.mbttm dl{ margin-bottom: 15%;}
					.x_con2 dl dt,.x_con2 dl dd{width:100%}
					.x_con2{  height: auto!important;}
					 .dhtop dl dd p span,.x_con3{ display: none;}
					 .mySwiper22 .swiper-slide img { height:auto}
					 .mtcp{ background:#f3efeb}
					 .mySwiper11{margin:0 auto; padding:0 10%}
					 
					 .mySwiper11 .swiper-button-prev, .swiper-rtl .swiper-button-next{ left:2px!important;}
					 .mySwiper11 .swiper-button-next, .swiper-rtl .swiper-button-prev{ right:2px!important;}
				
					 .mt_syxw_n_l p, .mt_syxw_n_r p{font-size: 20px;}
					 .mt_syxw_n_l dt, .mt_syxw_n_r dt{font-size: 18px;}
					 .mt_syxw_n_l dd, .mt_syxw_n_r dd{font-size: 14px;}
					 .mt_syxw_n_r h2{font-size: 14px;}
					 
					 .mt_syxw_n{flex-wrap:wrap;}
					 .mt_syxw_n_l, .mt_syxw_n_r{width: 95%; margin: 5% auto;}
					 .mt_syxw_n_r{margin-top: 0;}
					  .mt_syxw_n_l{margin-bottom: 0;}
					 .ggbd input::-webkit-input-placeholder {
					 /* WebKit browsers，webkit内核浏览器 */
					 color: #929292; 
					 font-size: 14px;
					 } 
					 	.ggbd .active::-webkit-input-placeholder {
					 	/* WebKit browsers，webkit内核浏览器 */
					 	color: #fff; 
					 	font-size: 14px;
					 	} 
					.mt_syxw_t{width: 95%; margin: 0 auto;}
					 .mt_syxw_t h2{font-size: 20px; width: 100px; float: left; margin-bottom: 10px;}
					 .mt_syxw_t span { font-size: 16px; margin-top:0; padding-bottom: 10px;}
					.con7_b_t textarea{font-size: 14px;} 
					 .mtsq{height: 315px;}
					 .mtsq_n dl{width: 100%;}
					 .mtsq_n dl dd{width: 90%; }
					 .mtsq_n{left: 2%; bottom: 2%; right: 2%; top:2%; width: 90%; padding: 3%; height: auto;}
					 .mtsq_n h2{font-size: 20px;}
					 .mtsq_n dl dd{font-size: 16px;}
					 .mtly_m_n_t ul li{width: 10%; height: 170px; font-size: 14px; padding-top: 15%; padding-right: 5%;}
					 .mtly_l,.mtly_r{display: none;}
					 .x8_bg{margin-bottom: 0;}
					 .x8_con_nn,.mtly_m_n_t{width: 95%; margin: 0 auto; float: unset;}
					 .x8_item_t_l{width: 35px; height: 35px; line-height: 35px; margin-left: 8%; margin-right: 5%;}
					 .x8_item_t_r dl dt{margin-right: 10px;}
					 .pplog{display: none;}
					 .x8_item_t_r dl dt span{font-size: 22px;}
					 .x8_item_t_r dl dd h2{font-size: 16px;}
					 .x8_item_t_r dl dd p{ display: none;}
					 
					 
					 .mtcj{margin: 5% auto 0; position: unset;}
					 .mtcp_t{width: 90%; left: 0; right: 0; top: 1%;}
					 .mtcp_r{position:absolute;width:95%; margin: 0 auto; left: 0; right: 0; bottom: 3%;}
					 .mtcp_r p,.x8_con_t p{ line-height: 25px; font-size: 15px; text-align: center;}
					 .mySwiper22{ padding-bottom: 0!important;}
					 .newystit{ border-top: 0; box-shadow:none; position: unset;}
					 .x8_con_t{text-align: center;}
					 .mtcj_n{margin-bottom: 0;}
					 .mtcp_l{width: 100%; margin-top:25%; height:500px;}
					 .mtcp,.mtcp_t{ width: 100%; margin-left: unset; margin-top: unset;}
					.xfcp,.mtcj_b{ display: none;}
					.mySwiper22 .swiper-slide img{ margin-bottom: 0;}
					 .mtcp_r h2{width: 90%; margin: 3% auto;}
					.mySwiper22 .swiper-pagination{ display: none;}
					 
					 .mySwiper22 .swiper-button-prev, .swiper-rtl .swiper-button-next{left: 3%!important; top:40%!important}
					 .mySwiper22 .swiper-button-next, .swiper-rtl .swiper-button-prev{right: 3%!important;top:40%!important}
					 #logo dl dt{width: 120px;}
					
					 .mt_xm_t,.mtcp_t h2,.x8_con_t h2{font-size: 20px; line-height: 35px; text-align: center;}
					  .mt_xm_t img{width: 20px;}
					 .x1pub_tit,.mtcp_t{width: 90%; margin: 5% auto;}
					.mt_xm_con_l,.mt_xm_con_r{width: 95%; margin: 5% auto; float: unset;}
					 .mt_xm_con_r dl{display: unset; text-align: center; width: 30%;}
					 .mt_xm_con_r dl dt{width: 70px; height: 70px; margin: 0 auto;}
					 .mt_xm_con_r dl dt span{line-height: 70px; font-size: 25px;}
					  .mt_xm_con_r dl dd p{text-align: center; margin-top:2%;}
					  .mt_xm_con_r dl dd h2{font-size: 20px;}
					 .mt_xm_con_l_n p{width: 100%; bottom: 3%; left: 0; right: 0; font-size: 15px; line-height: 25px;}
					 .foot_c_t p img{ margin: 5% auto;}
					
					 .con7_b_t input{ text-indent: 0; padding-left: 5%;}
					 .con7_b_t textarea{ text-indent: 0;padding-left: 5%; border-radius: 5px;}
					 
					 .ydyjm,.dhtop dl dd h2{display: none;}
					 .dhtop dl dt{width: 20%;}
					 .csrjj,.nxwlist .x11_xw_r,.prdc_con_r{width: 95%!important; margin: 5% auto;}
					.csrjj dl dd h2{font-size: 22px;}
					 .csrjj dl dd h3{font-size: 20px; margin: 3% auto;}
					 .csrjj dl dd p{font-size: 14px;line-height: 25px;margin: 2% 0;} 
					 .nxwlist .x11_xw_l{display: none;}
			         .xwli{display: unset;}
					 .xwli_l{width: 100%; margin-bottom: 3%;}
					 .xwli_r{width: 100%;}
					
					 .prdc_con_l{display: none;}
					 .prdc_con_r ul li{width:100%}
					 .prdc_con_r{float: unset;}
					 .prdc_con_r ul li{ font-size: 18px;}
					 .prdc_con_r ul li p span{width: 25px; height: 25px;line-height: 25px; }
					 
					 
					 
					 .xfooter{display: none;}
					
					 .x11_xw_r{width: 95%; margin: 0 auto 5%;}
					 .x11_xw_r dl dd h2,.nxwlist .x11_xw_r dl dt{font-size: 18px;}
					 .x11_xw_r dl dd p{font-size: 14px;}
					 .x11_xw_r dl dt,.x11_xw_r dl dd{width: 100%; text-align: center;}
					 .x11_xw_r dl{display: unset; margin-bottom:10%;}
					  .x11_xw_r dl dt img{width: 100%; margin-bottom: 3%;}
					 .x9_crs_r img,.x11_xw_l{display: none;}
					.x9_crs_r{ margin-top: 430px;} 
					.x9_crs_r_con{position: unset; width: 90%; background: url(../img/csrbg.jpg); background-size: 100% 100%; padding:20% 5% 10% 5%;}
					 .x9_crs_r_con h2{font-size: 30px;}
					.x9_crs_r_con h3:nth-child(3){font-size: 16px;}
					 .x9_crs_r_con h3{ font-size:18px; font-weight: bold; margin: 5% 0;}
					 .x9_crs_r_con p{font-size: 16px; margin: 3% 0; display: flex;}
					 .x1pub_tit h2 img{right: 0; width: 30px; height: 30px; top: -8px;}
					 .x9_crs_r_con a img{display: block!important; margin: 0 auto;}
					 .x11_xw_r dl dd p{ line-height: 25px;}
					 .x9_crs_r_con a{float: none; margin-top: 5%;}
					 
					 .x11_xw_r dl dd a{display: none;}
					 
					 .mfoot{background: #13274F; display: block; color: #fff; text-align: center; padding: 5% 0 15% 0;}
					 .mfoot p{display: block; width: 80%; margin: 3% auto; text-align: center; font-size: 14px;}
					 .mfoot p span{display: block; margin: 0 auto; text-align: center; font-size: 20px;}
					 .mfoot  ul{display: flex;justify-content: space-between; width: 60%; margin: 5% auto;}
					 
					 .xfoot2{display: none;}
					 
					 .x6_con dl:nth-child(1) dt{width: 100%;}
					 .x6_con .active{width:100%!important;}
					 .x6_con dl dd{width: 100%; float: left; display: block;}
					 .x6_con dl dt,.x6_con dl:nth-child(2) dt,.x6_con dl:nth-child(2),.x6_con dl{width: 100%; height: auto; padding: 0;}
					 .x6_con dl dt p{width: 100%;writing-mode:horizontal-tb; height: auto; letter-spacing: 0; margin-bottom: 2%;}
					 .x6_con dl{ border: none; margin-bottom: 5%;}
				
					 .mx8_con{display: block;}
					 .mx8_con ul {display: flex; justify-content:center; flex-wrap: wrap;}
					 .mx8_con ul li{width: 60px; height: 60px; margin: 3% 3% 10% 3%; background: #960005; color: #fff; border-radius: 100%; text-align: center;  padding: 1%; line-height: 60px;}
					  .mx8_con ul li span{font-size: 30px;}
					  .mx8_con ul li p{font-size: 14px; color: #333333; text-align: center;}
					 
			
					 
					 .top_img,.xl_bg1,.xl_bg2,.x3_con_r,.x4_bg .x1pub_tit p:nth-child(2),.x5_con .x1pub_tit p:nth-child(2),.x7bg{display: none;}
					 .x1pub_tit h2{font-size: 20px; line-height: 28px;}
					 .x1pub_tit p,.mtcp_t p{font-size: 14px; text-align: left; line-height: 25px;}
					 .hblock{display: block;}
					 .mkd{width: 95%!important; margin: 0 auto;}
					 .x1_con1_con{flex-wrap: wrap;}
					 .x1_con1_con dl{width: 49%; margin-bottom: 2%;padding: 10% 0; border:none}
					 .x1_con1_con dl:hover{border: none;}
					 .x1_con1_con dl dt span:{font-size: 35px;}
					 .x1_con1_con dl dd h2{font-size: 18px;}
					 .x1_con1_con dl dd p{font-size: 14px;}
					  .x1_con1_con dl:nth-child(1) dt span,.x1_con1_con dl:nth-child(4) dt span{font-size: 32px;}
					 .x2_con2_l dl{margin-left: 10%; width: 100%;}
					 .x2_con2_l dl dd, .x2_con2_r dl dd{padding: 2% 5%; width: 80%;}
					 .x2_con2{flex-wrap: wrap;}
					 .x2_con2_l dl dt{width: 45px; height: 45px; border-radius: 100%; font-size: 22px; color: #960005; line-height: 45px; text-align: center; position: absolute; left:-35px; top:27%; font-weight: bold;border:1px solid #960005}
					 .x2_con2_l dl dd h2,.x2_con2_r dl dd h2{font-size: 18px;}
					 .x2_con2_l dl dd p,.x2_con2_r dl dd p{font-size: 14px;}
					 .x2_con2_r dl dt{width: 45px; height: 45px; border-radius: 100%; font-size: 22px; color: #960005; line-height: 45px; text-align: center; position: absolute; left:-35px; top:27%; font-weight: bold;border:1px solid #960005}
					 .x2_con2_r dl{margin-left: 10%; width: 100%;}
					 .x3_con_l dl dd h2,.mySwiper11 dl dt{font-size: 18px;}
					 .x3_con_l dl dd p,.mySwiper11 dl dd{font-size: 14px;}
					 .x3_con_l dl dd h4{font-size: 30px;}
					 
					 
					 .mdfwnr{background: #f2f2f3;}
					 .mdzyyw ul li{width: 49%;}
					 .mdzyyw ul li p{font-size: 15px;}
					 .bxzx_r ul li{width: 100%;}
					 .bxzx_r ul li p{font-size: 14px;}
					.ab_wdys{flex-wrap: wrap; justify-content: center;}
					.ab_wdys dl{width: 28%; margin: 2%; font-size: 20px;} 
					.ab_wdys dl:nth-child(4),.ab_wdys dl:nth-child(5),.ab_wdys dl:nth-child(9),.ab_wdys dl:nth-child(10){width: 42%;}
					 
					 .ab_wdys dl span{font-size: 22px;  padding: 8%;}
					 
					 
					
					 
					 .swiper-button-next, .swiper-button-prev{width: 30px; height: 30px; font-size: 20px;}
					 
					 .foot_c_t p{font-size: 22px; line-height: 30px;}
					 .foot_c_t p span{font-size: 15px;}
					 .mshow{display: block;}
					  .pcshow{display: none;}
					 .mbtit4{background-size: 100% 100%; height: auto;}
					 .mdys dl:nth-child(2),.mdys dl:nth-child(4){flex-direction: unset;}
					 .mdys dl dd{ padding: 10% 0;}
					 .mdys dl dt,.mdys dl dd{width: 100%;}
					 .mdys dl{flex-wrap: wrap; margin-bottom: 3%;}
					 .mdys dl dd p{width: 90%; margin: 0 auto;}
					 .mdys dl dd h2{font-size: 20px;}
					 .mdys dl dd span{font-size: 25px;}
					 .mdys dl dd h3{margin-bottom: 5%;}
					 .jz_fw_r,.jzfw_pos{width: 100%; padding: 2% 0;}
					 .jz_fw_r h2{font-size: 20px;text-align: center;}
					 .jz_fw{display: unset; width: 95%; margin: 0 auto 15%;}
					 .jz_fw_l{width: 100%;}
					 .mdpubtit{margin: 5% auto;}
					 .jzfw_pos{position:unset ; padding: 3%;  width: 94%; }
					 .jzfw_pos p{font-size: 15px; line-height: 25px; margin: 1% auto;}
					 .jz_fw a{ left: 0; right: 0; bottom: -10%; width: 40%; margin: 0 auto; font-size: 20px; }
					 .mbtit3 .mdpubtit{margin: 5% auto; padding-top: 0px;}
					  .mbtit3{ background: url(../img/sybg_10.jpg); width: 100%; height: auto;}
					 
					 .mbcon2_b{font-size: 16px; margin: 3% 0;}
					 .mbcon2_b span{ font-size: 16px;}
					  .mbcon2_n_cm,.mbcon2_b{flex-wrap: wrap; width: 95%; margin: 0 auto;}
					 .mbcon2_n_c a{ width: 49%; display: block; margin-bottom: 1%;}
					 .mbcon2_t ul{flex-wrap: wrap; justify-content: center;}
					 .mbcon2_t ul li{width: 31%; font-size: 18px;  line-height: 50px; margin: 1%;}
					 
					 .mdpubtit dl dt{width:25%;}
					 .mdpubtit dl dd h2{font-size: 25px; margin-bottom: 2%;}
					 .mdpubtit dl dd{text-align: left; margin-top: 4%;}
					 .mdpubtit dl dd p{font-size: 16px;}
					
					.mySwiper11 .swiper-pagination-bullet{width: 10px!important; border-radius: 10px; height: 10px!important; border:1px solid #fff; background: none;}
					.mySwiper11		.swiper-pagination-bullet-active	{ background: #fff;}
					 .mdpic{position: unset; width:80%;}
					  .mdpic img{margin-bottom: 0;}
					 .mdpic p{ position: unset;font-size: 14px; line-height: 25px; color: #fff; height: 80px; width: 90%; padding: 3% 5%;}
					 
					 
					 
					 
					 
					 
					 .mbg1{display: block;}
					 .mdcon1_c_l,.mdcon1_c_r{display: none;}
					 .mdcon1{width: 100%;}
					 .mdcon1_c_m dl{width:48%; margin-bottom: 5%; }
					 .mdcon1_c_m dl dt{width: 140px; height: 90px;padding-top: 0px; padding-top: 50px;}
					 .mdcon1_c_m{padding:10% 8% 0% 8%;flex-wrap: wrap;}
					 .mdcon1_c_m dl dt p span{font-size: 35px; color: #878787;}
					 .mdcon1_c_m dl dt h2{font-size: 20px; color: #333333; line-height: 30px;}
					 .mdcon1_c_m dl dd{font-size: 14px; margin-top: 5%;}
					 
					 .mdcon1_c_m{background:#ededed} 
					 
					 
					 
					 
					 
					 
					 
					 
					 
				     .foot{font-size:14px}
				     	.pchidden{ display:block}
				     .xf{ width: 100%; position: fixed; left: 0; bottom:0; z-index: 999;display: flex;justify-content: space-between;flex-wrap: nowrap;}
				.xf a{ width: 50%; background: #FFBD0A; color: #fff; padding: 10px 0; text-align: center; font-size: 20px;}
				.xf a:nth-child(2){ background: #FFFFFF; color: #068747; }
				     
				     .foot_c_b_l h2{ font-size:20px; margin-top:2%}
					 .foot_c_b_m{width:83%!important;margin:2% auto!important};
					 .lxwm_l dl dt{font-size: 20px; pointer-events: 3%; margin-bottom: 3%;}
					 
					 .lxwm_l dl dd,.lxwm_l dl dd ul li p{font-size: 14px;}
					 .lxwm_l dl dt span{font-size: 20px;}
					 .fy{ padding: 0;}
					 .gy_hdjl dl{font-size: 16px; line-height: 30px;}
					 .gywm dl dd h2{font-size: 25px; margin-bottom: 3%;}
					 .gywm dl dd p{font-size: 14px; line-height: 25px; margin: 2% 0;}
					  .posnav{margin: 5% auto!important;}
					 .posnav h2{font-size: 20px;}
					 	
					  .posnav h2 span{font-size: 12px;}
					 
					 .gywm dl dt,.gywm dl dd{width: 100%;}
					 
					 .foot_c_t,.foot_c_b,.gywm dl{display: unset;}
					 .foot_c_b{text-align: center;}
					 .foot_c_t p,.foot_c_t h2,.foot_c_b_l,.foot_c_b_m{width: 100%;text-align: center; margin: 2% 0;}
					 .foot_c_b_r{width: 60%; margin: 5% auto 15%;}
					 .foot_c_b_r ul li{width:40%}
					 .foot_c_b_l p,.foot_c_b_m p{text-align: center;}
					 .foot_c_b_m p span{display: block;width: 100%; text-align: center; margin: 3% 0;}
					 .mfwln_c{background: #fff; width: 88%; padding: 5%; margin: 0 auto;border-radius: 20px;}
					  .mfwln_c dl {margin-bottom: 5%;}
					 .mfwln_c dl dt{font-size: 20px; text-align: center;}
					 .mfwln_c dl dd{font-size: 14px; text-align: center;margin: 5% 0;}
					 .mfwln_c dl p{width: 80%;height: 1px; border-bottom: 1px dashed #77bcc3; margin: 0 auto;}	 
					 .mfwln_c dl  dd ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
					 .mfwln_c dl  dd ul li{width: 48%; text-align: center; line-height: 30px; margin-bottom: 2%; border-radius: 10px; border:1px solid #77bcc3}
					 .mwdly ul{display: flex;flex-wrap: wrap; justify-content: center;}
					 .mwdly ul li{width: 28%; margin: 2%;}
					 .wap{display: block;}
	 .foot_c_t ul,.foot_b{display: none;}
	 .con7_b_t input,.con7_b_b textarea{font-size: 16px;}
	 .corbs{color: #fff!important;}
	 .mfwln{background: #77bcc3; padding: 5% 2%;}
	 .mtit,.mgywm{display: block; line-height: 40px;}
	 .mgywm p{font-size: 14px; line-height: 25px; margin-bottom: 3%;}
	 .mbgfw{background: #f1f1ef; padding: 5% 0; display: block;}
	 .mfwcon dl{background: #fff; padding-bottom: 3%; margin-bottom: 5%;}
	 .mfwcon dl dt{font-size: 30px; color: #77bcc3; margin: 5% 0; padding-left: 5%;}
	 .mfwcon dl h2{font-size: 20px;padding-left: 5%; color: #333333; line-height: 30px;}
	 .mfwcon dl dd{font-size:16px;padding-left: 5%; line-height: 25px; margin: 2% 0;}
	 .jz_con3 dl{width: 30%; border:none; text-align: center;}
	 .jz_con3 dl dt{border:none}
	 .jz_con3 dl dd{font-size: 20px; margin: 10% 0;}
	 .jz_con3 dl p{font-size: 14px; line-height: 20px;}
	 #logo2,.bgabout,.pctit,.jz_con5{display: none;}
	 .dhtop{right: 20%; top:15px; width: 60%; font-size: 16px; color: #960005;}
	 .dhtop dl dt{ margin-top: 0;margin-right: 3%;}
	 .dhtop dl dd p em{ font-size:20px; margin-top: 3%;}
	.lxrig{ display: none;}
	.gg_tit h2{font-size: 28px;}
	.gg_tit p{font-size: 18px;}
	.gg_tit{margin: 8% 3%;}
	.gg_tit h3{margin: 2% 0;}
	 .jz_con1,.mfwcon,.mgywm,.mwdly,.gywm,.gywm_con2_c,.anli_list,.article{width: 95%!important; margin: 0 auto;}
	 .jz_con1 dl{width: 45%; padding: 5% 2%;}
	 .jz_con1 dl dt span{font-size: 40px;}
	 .jz_con1 dl dd{font-size: 20px;}
	 .jz_con1 dl p{font-size: 14px; line-height: 20px;display: contents;}
	 .jz_con1 dl:nth-child(1) p{display: block;}
	 
	 .jz_con1 .active{background: #fff; color: #333333;}
	 .jz_con1 .active dt span{color: #77bcc3; background: none; padding: 0%; font-size: 40px;}
	 .jz_con1 .active dd{color: #333333;}
	 .jz_con1 dl:hover{background: #ca3924; color: #fff;}
	 .jz_con1 dl:hover dt span{color: #ca3924; background: #fff; padding: 4%; border-radius: 100px; font-size: 40px;}
	 .jz_con1 dl:hover dd{color: #fff;}
	 
	 
	 
	 
	 
	 
	 
	 
	 .ab_con1 h2{font-size: 20px;}
	 .bxzx_l h2:nth-child(1){display: block; font-size: 20px; line-height: 40px;}
		  .bxzx_l h2,.bxzx_l h3{display: none;}
	 .bxzx_l p{width: 43%; float: left;}
	 .bxzx_l{width: 100%; margin-bottom: 5%;}
	 .bxzx_r,.bxzx_r_c{width: 99%;margin: 0 auto;}
	 .bxzx_r dl{font-size: 16px; line-height: 40px;}
	 .bxzx_l p{font-size: 18px; line-height: 40px;}
	 .gd108{width: 95%; margin: 3% auto;}
	 .posnav h2{font-size: 20px;}
	 .posnav p{margin-top: 1%;}
	 .foot_n_t{display: none;}
	 .foot_n_b_l{text-align: center;}
	  .foot_n_b_l img{display: block; text-align: center; margin: 3% auto 0;}
	 .foot_n_b{display: unset;}
	 .foot_n_b_l p{text-align: center;}
	 .ab_con2 ul li p{font-size: 14px;}
	 
	 .hzhb_c p:nth-child(1){width: 70%; margin: 3% auto;}	 
	 
	 
	 
	 
	 .con7_t h2{font-size: 28px;}
	 .con7_t p{font-size: 20px;}
	 .con7_t p span{font-size: 25px;}
	 .con7_b_t {flex-wrap: wrap;}
	 .con7_b_t input{width: 100%; margin-top:2%; font-size: 14px; border-radius: 5px;}
	 .con6_b{display: none;}
	 .dwdw1{top:0}
	.pubtit h2{font-size: 26px; line-height: 30px;}
	 .pubtit img {width: 40%; margin: 2% auto;}
	 .pubtit p{font-size:16px;line-height: 25px; width: 95%; margin: 0 auto;}
	 .con2 ul{justify-content: center; flex-wrap: wrap;}
	 .con2 ul li{width: 30%; margin: 1%;}
	 .con3{ padding: 5% 0;}
	 .con3 h2{font-size: 26px; font-weight: bold; margin-bottom: 2%;}
	 .con3 h3{font-size: 18px;color: #fff;margin-bottom: 2%;}
	 .con3 p{font-size: 18px; text-align: center;}
	.con4{ margin: 0 auto; display: unset; width: 95%!important;}
	.con5_n,.con7,.hzhb_c{width: 95%!important; margin: 0 auto;}
	 .con5_n dl dd{display: none;}
	  .con5_n dl dt{font-size: 16px; padding: 0; width: 115%; text-align: center; line-height: 35px;}
	 .con5_n dl{margin-bottom: 30%;}
	   .con5_n_r dl {margin-bottom: 60%;}
	 
	.PartVideo .img {
	     padding-top: 250px;
	 }
	 .cpnr_c dl dt{text-align: center;}
	 .cpnr_c dl dt h3{ margin: 5% auto;}
	 .cpnr_c dl dt h2{font-size: 30px;}
	 .cpnr_c dl dt p{font-size: 16px; text-align: center;}
	 
	 .mfzlc ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	 .mfzlc ul li{width: 48%;text-align: center; line-height: 40px; font-size: 16px; background: linear-gradient(0deg,#589bff,#266eff);color: #fff; margin-bottom: 3%;border-radius: 10px;}
	 .mfzlc ul .active{background: #0149ce; color: #fff;}
	 .mfzlc_con p{font-size: 14px; line-height: 20px; margin: 2% 0; color: #666666;}
	 
	  .Part1 .PartBox .item {
	         width: 48%;
	         padding: 10px;
	     }
	     .Part1 .PartBox .item h1 {
	         font-size: 18px;
	         margin: 20px 0;
	     }
.Part1 .PartBox .item .dec {
	         font-size: 13px;
	         line-height: 20px;
	         height: 120px;
	     }
	 
	 
	 .cpnr_c dl dt{margin-bottom: 10%;}
	 
	 .mfzlc_con{display: none;}
	 .mfzlc_c .active{display: block;}
	 .about-main2{background: url(../img/lxbg.jpg);
    background-size: 100% 100%; height: auto;}
	 .about-main2 .cor{ margin: 10% 0;}
	 .lc1,.lc2,.lc3,.lc4{position: initial; display: none;}
	 
	 .nav_t{top:100px; height: 50px;}
	 	.nav_t ul li{font-size: 16px; line-height: 50px;}
	 	.about_c1{margin-top: 15%!important;}
	 	.about_jzg img:nth-child(3){display: none;width: 0;}
	 .about_jzg{ padding: 3% 0;  background: none;}
	 .about_jzg img:nth-child(1){position: unset;}
	 .about_jzg img:nth-child(5){position: unset;}
     .jsfz_con{background: none; box-shadow: none;}
	 .xzn h2{font-size: 25px;}
	 .xzn p,.xzn h3{font-size: 14px; padding: 2%;}
	 .tdwh ul{flex-wrap: wrap;}
	 .tdwh ul li{width: 47%; margin: 1%;}
	 
	 .pub_tit_cp{font-size: 20px; display: block; overflow: hidden; font-weight: bold;}
	 .cp_con1,.cp_con2 dl,.case_t,.case_t_l ul,.map_b_con,.about_c1 dl,.jsfz_con dl,.ryzz_con dl,.cpnr_c dl{display:unset;}
	 .cp_con1_l,.cp_con2 dl dt,.cp_con2 dl dd,.orc_con,.case_t_l,.case_con,.lx_con,.nav_t,.about_c1,.jsfz_con,.ryzz_con,.tdwh,.mfz,.cpnr_c,.cp1con,.PartBox{width: 95%!important; margin: 0 auto 5%;}
	 .cp_con1_l img{width: 60%;}
	 .cp_con1_l  dl{ padding-bottom: 3%; margin-bottom: 5%;}
	 .cp_con1_l dt{width: 50%; float: left;}
	 .cp_con1_l dd{width: 40%; float: right; padding: 10% 0 0 0;}
	 .cp_con1_r{width:95%; margin: 0 auto;}
	 .cp_con2 dl dt h2{font-size: 20px; font-weight: bold;}
	 .cp_con2 dl dt p{font-size: 16px;}
	 .ocr_tit p{font-size: 14px; width: 95%; margin: 2% auto; line-height: 25px;}
	 .orc_con dl{width: 45%; padding: 2%;}
	 .orc_con dl dt{font-size: 16px;}
	 .orc_con dl img{width: 30%; margin-top: 5%;}
	 .case_t_l ul{width: 100%;overflow: hidden;overflow-x: auto;white-space: nowrap;}
	 .case_t .case_t_l{margin: 2%; height: auto;}
	 .case_t .case_t_l ul li{display: inline-block; width: 35%;}
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width:10px;
    height:10px;
    background-color:#ececec;
}

/*定义滑块
 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    background-color:#999999;
}
	 .case_t_r h2{font-size: 20px;}
	 .case_con{margin-top: 5%;}
	 .case_t_r p{font-size: 14px; line-height: 22px;}
	 .case_bg{display: none;}
	 .cor{color: #666666;}
	 .case_t_r a{font-size: 14px; margin-bottom: 5%;}
	 .morecase_t{background: #0c2083; padding: 2%;}
	 .morecase_t ul li{width: 25%;}
	 .morecase_t ul,.map_t ul {flex-wrap: wrap;}
	 .morecase_con_cor dl{width: 45%; padding: 2%; margin-top: 5%;}
	 
	 .morecase_con_cor h2 p{font-size: 16px;}
	 .lx_con img{width: 48%;}
	 .map_t ul li{width: 25%; font-weight: normal;}
	 .map_b_c_l{height: auto;}
	 .map_b_c_l dl,.two dl:last-child,.three dl:last-child{margin: 0;}
	 .map_b_c_l dl dt{font-size: 20px;}
	 
	
 	img{max-width: 100%;}
 	body{max-width: 750px; min-width: 320px;font-family: 'SourceHanSansCN-Normal'; src: url('./font/SourceHanSansCN-Normal.ttf')}
 	#nav{display: none;}
 	#header,.g-wrap{width: 95%; margin:0 auto}
 	#logo{width: 70%; left: 0%; top:12px;}
 	#header{height: 80px;}
 	#logo h2{font-size: 20px;}
	#logo p{font-size: 16px; margin-top: 0;}
 	.nav_wap{width: 98%; position: absolute; top: 27%; right: 2%; display: block;z-index: 999999; display: flex;}
    .nav_wap li:nth-child(1){width: 90%; margin-right: 10px; margin-top: -2%;}
 	.home-slider .flex-prev{width: 30px; height: 30px;background-size: contain; z-index: 999; display: none;}
 	.home-slider .flex-direction-nav a.flex-next{width: 30px; height: 30px;background-size: contain;z-index: 999; display: none;}
 	
 	.jtjs_t dl dd p{padding-top:8px;}
.subNavBox{display: none;}
.subNavShow{z-index: 889;}
.subNavBox{position: fixed;z-index: 888;width: 100%; top:0; display: none;}
.subNav{border-bottom: 1px #eee solid;cursor:pointer;font-size:16px;color:#333;line-height:55px;padding-left:10px;}
.subNav:hover{color:#fff;}
.currentDd{color:#fff}
.currentDt{background-image:url(../img/jiantou.jpg);}
.navContent{display: none;border-bottom:solid 1px #fff;}
.navContent li a{display:block;height:45px;font-size:16px;line-height:45px;color:#fff; text-indent: 2em;}
.subNavBox_l{width: 38%;min-height: 100vh;height: 100%;float: left;} 	
.subNavBox_r{width: 32%;background:#fff;
    color: #333; height: 100%;float: right; position:relative; text-align: center; padding:0 2%;margin-top: 20%} 
.subNavHide{font-size: 40px; color: #333; text-align: right; padding-right: 5%; padding:8% 8% 0 8%;}
.jt{ font-size: 40px;position: absolute;top: -24px;left: 69px; color:#fff}


.redian,.footer_r{ display: none;} 	
#subjects .g-wrap .item-1 .p1{width: 100%; height:7rem;left: -15%;}
#subjects .state-0 .item-2{left: 25%;}
#subjects .state-0 .item-3{left: 50%;}
#subjects .state-0 .item-4{left: 75%;}
#subjects{height: 7rem; margin-top: 3%;}
#subjects .g-wrap a{width: 70%; height: 7rem;}
#subjects .g-wrap .item-1{background:none;}
#subjects .g-wrap .item-2{background:none;}
#subjects .g-wrap .item-3{background:none;}
#subjects .g-wrap .item-4{background:none;}
.abou_t{padding: 3% 0; margin: 3% auto; background-size: 100% 100%; display: block;overflow: hidden;}
.about_n{width: 95%;}
.about_l{width: 47.5%;}
.about_r{width: 52.5%; float: left;}
.pos1{top:40%;font-size: 12px; left: 31.5%;letter-spacing:-1px}
.pos2{top:49%;font-size: 12px; left: 34.5%;letter-spacing:-1px}
.pos3{top:57%;font-size: 12px; left: 28%;letter-spacing:-1px}
.pos4{top:65%;font-size: 12px; left: 28%;letter-spacing:-1px}

.footer_n{width: 90%; font-size: 16px; display: block;overflow: hidden;}
.footer_m p{text-align: center;}
.mno,.postion{display: none;}
.footer_m{width: 100%;}
.footer h2{display: none;}
.footer_wx{display: block; width: 90%; display: block;overflow: hidden; margin: 10% auto 0;}
.footer_wx dl{ display: flex;justify-content: space-between; width: 90%;}
.footer_wx dl dt { padding-top: 23%;}
.footer_wx dl dt p{text-align: right;font-size: 16px;color: #838383; line-height: 35px;}

.pub_nr_tit h2{font-size: 20px;}
.pub_nr_tit p{font-size: 12px;}
.jtjs{width: 100%;}
.jtjs_c{width: 90%; margin: 5% auto;}
.jtjs_t h2{font-size: 18px;}
.jtjs_t dl dt{font-size: 40px;}
.jtjs_t dl dd p{font-size: 14px; line-height: 16px;}
.jtjs_n p{font-size: 14px; padding: 3% 0; line-height: 25px;}

.fonsize{font-size: 30px!important;}
.fonsize1{font-size: 25px!important;}

.gltd,.fzlc{width: 90%; padding: 3% 2%;}
.gltd dl dt h2{font-size: 16px;}
.gltd dl dt p{display: none;}
.gltd dl dd{width: 65%;}
.gltd dl dd p{font-size: 13px; line-height: 25px;}
.gltd dl dd h2{font-size: 13px; line-height: 25px;}
.fzlc dl{margin-top: 3%; margin-bottom: 10%;}
.fzlc_l{width: 100%;}
.fzlc_l dl dt{text-align: center; font-size: 20px;}
.fzlc_l dl dd{font-size:13px; line-height: 25px;}
.fzlc_l dl dt span{font-size: 20px;}
.fzlc_m{display: none;}

.qyry{width: 90%; margin: 0 auto;}
.qyry_l{width: 100%; text-align: left;}
.qyry_l dl{margin-top: 0; text-align: left;}
.qyry_m{display: none;}
.qyry_l dl dt{font-size: 25px;}
.qyry_l dl dd{font-size: 20px;}
.mrtop{margin-top: 0!important;}
.qyry_l dl{margin-bottom: 15%;}
.qyry_l dl dd{padding: 2% 0; font-size: 14px;}
.hfyc{width: 100%;}
.hfyc_t_l{width: 90%; margin: 0 auto; float: none;}
.hfyc_t_r{width: 90%; margin: 0 auto; float: none;}
.hfyc_t_r h2{text-align: center; font-size: 20px;}
.hfyc_t_r p{font-size: 14px;}

.dcxm{width: 90%; margin: 0 auto;}
.dcxm_t p{font-size: 17px;}
.dcxm_t p span{font-size: 16px;}
.dcxm_c_l{width: 100%;}
.dcxm_c_r{width:90%; padding:5%;}
.dcxm_c_r h2{font-size: 16px; line-height: 20px;}
.dcxm_c_r p{font-size: 15px; line-height: 25px;}
.dcxm_c_r p strong{font-size: 17px;}
.dcxm_c_r p span{font-size: 16px;}
.dcxm_c_rn2 ul li{font-size: 13px; padding: 0 2%;}
.fzbg{width: 90%;margin: 0 auto;}
.fzbg dl dt{width: 40%;}
.fzbg dl dd{width: 55%;}
.fzbg dl dd h2{font-size: 25px; line-height: 30px; padding-top: 5%;}
.fzbg dl dd p{font-size: 13px; line-height: 20px;}
.fzbg dl dd p:nth-child(3){font-size: 12px;}
.fzbg dl dd h3 a{font-size: 14px;}

.lxwm{width: 90%; margin: 0 auto 10%;}
.lxwm_t_l,.lxwm_t_m,.lxwm_t_r{width: 100%;margin: 0;}
.lxwm_t_m h2{font-size: 23px; padding-top: 3%;}
.lxwm_t_m p{font-size: 15px;line-height: 25px;}
.lxwm_t_m h3 img{width: 30px;}
.lxwm_t_m h3 {font-size: 18px; line-height: 30px;}
.lxwm_t_r {margin-top: 5%;}
.lxwm_t_r ul li{width: 50%; margin: 0; text-align: center;}
.lxwm_t_r ul li p{font-size: 14px;}

.join{width: 95%; margin: 0 auto 10%;}
.join_l dt{width: 100%;}
.join_l dt p{font-size: 14px; margin-bottom: 2%; text-align:center}
.join_b dl dt{width: 50px; height: 50px;}
.join_b dl dt strong{font-size: 18px;}
.join_b dl dt p{font-size: 16px; line-height: 18px;}
.join_b dl dt p:nth-child(3){font-size: 14px;}
.join_b dl dd{width: 75%; float: right; margin-left: 0; font-size: 16px;}
.xw_list{width: 95%; margin: 0 auto; display: flex;justify-content: space-between;flex-wrap: wrap;}
.xw_list dl{width: 95%;float: left; margin:2% auto;}
.xw_list dl dt{width: 100%; text-align: center; line-height: 25px;}
.xw_list dl dd{width: 94%; text-align: center; margin: 0; padding: 3%;}
.xw_list dl dd h2{font-size: 13px;}
.xw_list dl dd p{font-size: 12px; line-height: 20px;}
.xw_list dl dd p:last-child img{width: 20px;}
.xw_list dl dd p span{font-size: 12px; line-height: 12px;}
.fy li{padding:0 7px ;}
.spzx{width: 95%;}
.spzx dl{width: 49%;}
.spzx dl dd{font-size: 15px;line-height: 35px;}

.qykw{width: 95%; margin: 0 auto 10%;}

.artilce_t{ text-align:center; font-size:14px; padding:2% 0;}
.qyry_new{ width:95%; margin:0 auto 5%}
.qyry_new ul li{ width:44%; margin-bottom:2%; padding:2%}
.qyry_new ul li p{ font-size:14px; padding-top:3%; line-height:20px}
.fzlc_l dl:nth-child(2){ margin-top:3%}


.xmarticle{width: 95%; margin: 0 auto 10%;}
		   	.xmarticle_t_n h2{font-size: 20px; width: 100%; line-height: 30px;}
		   	.xmarticle_t_n p{width: 100%; font-size: 14px;color: #333333; line-height: 20px; padding: 2% 0 2% 2%;}
		   	.xmarticle_t_n p:nth-child(2){font-size: 25px;}
		   	.xmarticle_t_n p:nth-child(2) span{font-size: 14px;}
		   	.xmarticle_t_n p img{width: 20px;}
		   	.xmput_tit{width: 80%; margin: 3% auto; font-size: 18px;border-left: 5px solid #000000; padding: 12px;}
		   	.xmput_con{font-size: 14px; line-height: 25px;}
			

.qykw{width:95%;margin: 0 auto; display: flex;overflow: hidden;justify-content: space-between;flex-wrap: wrap;}
.qykw dl{width: 48%; display: block;overflow: hidden; margin-bottom: 5%;}
.qykw dl dt{width: 100%;float: left; text-align:center}
.qykw dl dd{width: 100%; float: left; margin-left: 3%;}
.qykw dl dd p{font-size: 14px;color: #373737; line-height: 30px; text-align:center}
.qykw dl dd h3{margin-top: 8%; text-align:center}
.qykw dl dd h3 a{ display: inline-block; padding: 2% 5%;border:1px solid #640f0c; margin-right: 3%; font-size: 13px; color: #640f0c;}

.csrjs dl{flex-wrap: wrap;}
.csrjs dl dt{ width:90%; margin:0 auto}
.csrjs dl dd{ width:100%; text-align:center;}
.csrjs dl dd h2{ font-size:18px; padding:5% 0 2% 0;}
.csrjs dl dd  p{ font-size:14px; line-height:20px;}

.hzb1{ width:75%; margin:0 auto; display:flex;justify-content: space-between;}
.hzb2{ width:95%; margin:0 auto; display:flex;justify-content: space-between;}
.hzb3{ width:75%; margin:0 auto; display:flex;justify-content: space-between;}
.hzb4{ width:55%; margin:0 auto; display:flex;justify-content: space-between;}

.footer_m h3{ margin:0; text-align:center}
.xzt { margin-bottom:5%}
.wlzx_pub_tit h5{ font-size:14px; line-height:25px}
 }
 