/*@font-face{ font-family: fontR; src: url('../fonts/SourceHanSansCN-Regular.otf');}*/
html,body{padding: 0;margin: 0;font-size: 16px;color: #000000;font-family: "微软雅黑"; /* overflow-x:hidden; *//*min-width: 1200px;*/}
.wrap{margin: 0 auto;max-width: 1200px; }
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;background: none;text-decoration: none;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ovh5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
p{margin: 0;}
i,em{font-style: initial;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}

.flexcen{display: flex;justify-content: center;align-items: center;}
.flexsta{display: flex;justify-content: flex-start;align-items: center;}
.flexend{display: flex;justify-content: flex-end;align-items: center;}
.flexbet{display: flex;justify-content: space-between;align-items: center;}

/**导航菜单**/
header{position: fixed;top: 0;left: 0;width: 100%;z-index: 9;transition: all .5s; }
header .headerTop{background: #313131;color: #999;font-size: 14px;}
header .headerTop .wrap{height: 36px; }
header .headerTop .loginBtn a{color: #999;}
header .headerTop .loginBtn a:hover{color: #9CDCFE;}
header .headerTop .regBtn a{color: #999; margin-left: 12px;}
header .headerTop .regBtn a:hover{color: #9CDCFE; }
header .header-container{background: #fff;box-shadow: 0 2px 4px 0 rgba(0,0,0,0.05); }
header .logo a{height: 72px;position: relative;z-index: 98;display:flex;justify-content:center;align-items:center; color: #2E3190;font-weight: 600;font-size: 22px;}
header .logo img{max-height: 50%;}
header .rightDiv{float: right;}
header .rightDiv .menu{text-align: right;position: relative; }
header .rightDiv .menu>ul{display: inline-block!important; }
header .rightDiv .menu>ul>li{float: left;margin:0 0 0 3vw; }
header .rightDiv .menu>ul>li>a{height: 72px;text-align: left;color: #3C3C3C;position: relative;font-size: 16px;display: flex;justify-content: center;align-items: center;text-transform: uppercase;position: relative; }
header .rightDiv .menu>ul>li:hover>a span,
header .rightDiv .menu>ul>li:focus>a span,
header .rightDiv .menu>ul>li.on>a span,
header .rightDiv .menu>ul>li.active>a span{background: none;color: #175F97;font-weight: bold; }
header .rightDiv .menu>ul>li>a::after{content: "";width: 32px;position: absolute;left: 50%;margin-left: -16px;background: #175F97;height: 4px;bottom: 0;opacity: 0;transform: scaleX(0);-webkit-transition: all 0.4s;transition: all 0.4s;border-radius: 2px;}
header .rightDiv .menu>ul>li:hover>a::after,
header .rightDiv .menu>ul>li.on>a::after{opacity: 1;transform: scaleX(1);}

header .mbtn {display: inline-block;width: 50px;height: 50px;background: url(../img/menu1.png) no-repeat center center;background-size: 22px auto;position: absolute;top: 40pxheader .rightDiv .menu;right: 0;display: none;}
header .mbtn:active{opacity: .8;}
body.on-menu header .mbtn{background: url(../img/menu-hide1.png) no-repeat center center;background-size: 22px auto;}

.on-fixed header{top: -36px;}

/****底部***/
.footerDiv{background: #191919;position: relative;color: #fff; }
.footerDiv .hdDiv{position: relative;z-index: 1;padding: 30px 0;align-items: initial; }
.footerDiv .hdDiv .leftDiv{width: 45%;align-items: flex-start; flex-direction: column; justify-content: center; line-height: 30px;color: #666666;font-size: 14px;}
.footerDiv .hdDiv .leftDiv .nav p a{ color: #666666;}
.footerDiv .hdDiv .rightDiv{width: 45%;border-left: 1px solid #666;max-width: 460px; }
.footerDiv .hdDiv .listDiv span{color: #fff;font-weight: 500;text-transform: uppercase;margin-bottom: 15px;display: block;font-size: 14px; }
.footerDiv .hdDiv .listDiv span a{color: #fff; }
.footerDiv .hdDiv .listDiv ul li{margin-top: 5px;}
.footerDiv .hdDiv .listDiv ul li a{color: #999;font-size: 12px; }
.footerDiv .hdDiv .listDiv ul li a:hover{color: #fff; }
.footerDiv .hdDiv .rightDiv{justify-content: flex-start; }
.footerDiv .hdDiv .rightDiv .ewmDiv{text-align: center;margin-left: 30px;max-width: 100px; }
.footerDiv .hdDiv .rightDiv .ewmDiv span{font-size: 14px;margin-bottom: 10px;display: block; }
.footerDiv .hdDiv .rightDiv .ewmDiv p{font-size: 12px;color: #999;margin-top: 8px; }
.footerDiv .hdDiv .rightDiv .logoDiv{text-align: center;max-width: 120px;margin-left: 40px;}
.footerDiv .hdDiv .rightDiv .logoDiv p{font-size: 12px;color: #999;margin-top: 8px;}
.footerDiv .bdDiv{border-top: 1px solid #666;padding: 20px 0;color: #999999;font-size: 12px; }
.footerDiv .bdDiv a{color: #999999; }


/********************************* 首页 **********************************/
.main{margin-top: 108px;}

/*banner轮播*/
.index-banner{width: 100%;position:relative;}
.index-banner .swiper-slide{overflow: hidden;}
.index-banner .img{width: 100%;display: block;height: 470px;background: none no-repeat center;background-size: cover;}
.index-banner .img img{height: 100%;width: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 10px;}
.index-banner .swiper-pagination-bullet{width: 10px;height: 10px;background: #D8D8D8;background-size: 100%; opacity:.5;border-radius: 50%; }
.index-banner .swiper-pagination-bullet-active{opacity: 1;position: relative;background: #fff; }
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
/* .index-banner .swiper-button-next,.index-banner  .swiper-button-prev{width: 24px;height: 46px;margin-top: -23px; }
.index-banner .swiper-button-next{background: url(../img/right.png) no-repeat center center/100%;right: 6.25vw;}
.index-banner .swiper-button-prev{background: url(../img/left.png) no-repeat center center/100%;left: 6.25vw;} */

.sypt{color: #AD7C59; margin-left: 3px;margin-top:1%; font-weight: 600; font-size: 14px;}
/* .index-banner .wrap{height: 100%;display:flex;justify-content:flex-start;align-items:center;color: #fff;text-align: left;position: absolute;z-index: 1;}
.index-banner .textDiv{width: 70%;font-family: 'Franklin Gothic Medium';}
.index-banner .textDiv .p1{font-size: 2.9167vw;line-height: 1.3; }
.index-banner .textDiv .p2{font-size: 0.8333vw;margin: 2vw 0;}
.index-banner .textDiv a{width: 7.8125vw;height: 2vw;background: rgba(255, 255, 255, 1);color: #000;border-radius: 2px;font-size: 0.8333vw; }
 */


.indexTitle{position: relative;font-size: 24px;color: #000;font-weight: bold; }

.indexDiv1{padding: 40px 0 20px; }
.indexDiv1 .hdDiv{align-items: flex-end; }
.indexDiv1 .hdDiv .leftDiv{width: calc(100% - 100px);position: relative;}
.indexDiv1 .hdDiv .leftDiv .hd a{color: #3C3C3C;margin-left: 20px;position: relative; }
.indexDiv1 .hdDiv .leftDiv .hd a.on{color: #00609C; }
.indexDiv1 .hdDiv .leftDiv .hd a.on:after{content: "";width: 32px;height: 3px;background: #00609C;position: absolute;left: 50%;transform: translateX(-50%);bottom: -4px; }
.indexDiv1 .hdDiv .leftDiv .bd{margin-top: 20px;position: relative; }
.indexDiv1 .hdDiv .leftDiv .bd .aDiv{position: absolute;left: 0;top: 0;width: 100%;opacity: 0;z-index: -1; }
.indexDiv1 .hdDiv .leftDiv .bd .aDiv.on{position: relative;opacity: 1;z-index: 1; }
.indexDiv1 .hdDiv .leftDiv .bd a{width: 88px;line-height: 26px;border: 1px solid #D9D9D9;border-radius: 15px;text-align: center;color: #3C3C3C;font-size: 14px;margin-right: 10px; }
.indexDiv1 .hdDiv .leftDiv .bd a.on{background: #00609C;border-color: #00609C;color: #fff; }
.indexDiv1 .hdDiv a.morebtn{font-size: 14px;color: #666666;line-height: 36px; }
.indexDiv1 .bdDiv{margin-top: 30px; }
.indexDiv1 .row{margin: 0 -10px; }
.indexDiv1 .row>div{padding: 0 10px;margin-bottom: 20px; }
.indexDiv1 .row>div a{display: block;background: #F7F8FA;border-radius: 4px;padding: 20px;height: 100%;padding-top: 45px;padding-bottom: 40px;position: relative;border:1px solid #F7F8FA; }
.indexDiv1 .row>div a .hd{position: absolute;left: 0;top: 15px;width: 100%;padding: 0 20px; }
.indexDiv1 .row>div a .hd .tag{padding: 0 7px;background: rgba(0,96,156,.1);color: #00609C;font-size: 12px;line-height: 20px;display: block; }
.indexDiv1 .row>div a .hd .status{font-size: 12px;color: #619512;line-height: 20px;display: block;position: relative;padding-left: 12px; }
.indexDiv1 .row>div a .hd .status:before{content: "";width: 6px;height: 6px;background: #619512;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.indexDiv1 .row>div a .date{position: absolute;border-top: 1px solid #E9E9E9;left: 20px;bottom: 10px;width: calc(100% - 40px);font-size: 12px;color: #ABAFB3;padding-top: 10px;display: flex; justify-content: space-between; }
.indexDiv1 .row>div a .date span{color: #666666; }
.indexDiv1 .row>div a .title{padding-bottom: 10px;color: #000;font-size: 14px;font-weight: bold;text-align: justify; }
.indexDiv1 .row>div a:hover{background: #fff;border:1px solid #00609C; }

.indexDiv2 .hdDiv a.morebtn{font-size: 14px;color: #666666; }
.indexDiv2 .bdDiv{margin: 30px 0; }
.indexDiv2 .bdDiv .row{margin: 0 -10px; }
.indexDiv2 .bdDiv .row>div{padding: 0 10px;margin-bottom: 20px; }
.indexDiv2 .bdDiv .row>div .conDiv{height: 100%; }
.indexDiv2 .bdDiv .row>div .conDiv .hd{height: 40px;font-size: 14px;font-weight: bold; }
.indexDiv2 .bdDiv .row>div .conDiv .hd img{margin-right: 10px; }
.indexDiv2 .bdDiv .row>div:nth-child(1) .conDiv a .hd{color: #C58007 ; }
.indexDiv2 .bdDiv .row>div:nth-child(2) .conDiv a .hd{color: #333333; }
.indexDiv2 .bdDiv .row>div .conDiv .bd{padding: 20px; }
#marquee1,#marquee2{width: 100%;overflow: hidden;height: 230px;}
.indexDiv2 .bdDiv .row>div .conDiv .bd ul li a{color: #000;font-size: 14px;padding-left: 15px;position: relative;margin: 0 0 15px;;transition: all .5s; }
.indexDiv2 .bdDiv .row>div .conDiv .bd ul li a:before{content: "";width: 6px;height: 6px;background: #ECAE16;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
/* .indexDiv2 .bdDiv .row>div .conDiv .bd ul li a:hover{transform: translateX(10px); } */
.indexDiv2 .bdDiv .row>div:nth-child(2) .conDiv .bd ul li a:before{background: #999999;}

.floatRightDiv{position: fixed;right: 10px;bottom: 70px;z-index: 99;background: #FFFFFF;box-shadow: 0 0 12px 0 rgba(0,0,0,0.07);border-radius: 4px; }
.floatRightDiv ul li{position: relative;}
.floatRightDiv ul li a{text-align: center;height: 64px;width: 64px;display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;}
.floatRightDiv ul li:not(:last-child) a:after{content: "";width: 30px;height: 1px;background: #979797;opacity: .2;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%); }
.floatRightDiv ul li a img{width: 20px;}
.floatRightDiv ul li a span{display: block;font-size: 12px;color: #000;margin-top: 5px;}
.floatRightDiv ul li .ewmDiv{position: absolute;right: 110%;top: 0;min-width: 120px;background: #fff;box-shadow: 0px 0px 13px rgba(0,0,0,.08);z-index: 11;text-align: center;min-height: 64px;padding:10px;display: none;}
.floatRightDiv ul li .ewmDiv2{position: absolute;right: 110%;top: -125%;min-width: 330px;background: #fff;box-shadow: 0px 0px 13px rgba(0,0,0,.08);z-index: 11;text-align: center;min-height: 64px;padding:10px;display: none;}
.floatRightDiv ul li .ewmDiv2 img{width: 300px;}
.floatRightDiv ul li:hover>div{display: block;}


.menu,.menu ul li,.menu ul li a,.menu #menu-button{margin:0;padding:0;border:0;list-style:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.menu:after,.menu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.menu #menu-button{display:none}
.menu{width:auto;}
#menu-line{position:absolute;top:0;left:0;height:3px;background:#009ae1;-webkit-transition:all .25s ease-out;-moz-transition:all .25s ease-out;-ms-transition:all .25s ease-out;-o-transition:all .25s ease-out;transition:all .25s ease-out}
.menu>ul>li{float:left}
/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/
.menu>ul>li>a{padding:0;font-size:15px;text-decoration:none;text-transform:uppercase;color:#555555;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu>ul>li:hover>a,.menu>ul>li.active>a{color:#fff}
.menu>ul>li.has-sub>a{padding-right:0}
/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-12px;width:8px;height:8px;border-bottom:2px solid #333333;border-right:2px solid #333333;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.indexHeader .menu>ul>li.has-sub>a::after{border-color: #fff;}
.on-fixed  .indexHeader .menu>ul>li.has-sub>a::after{border-color: #333;}
.menu>ul>li.has-sub:hover>a::after{border-color:#f80e02!important;}
.menu>ul>li.has-sub.on>a::after{border-color:#f80e02;}*/
.menu ul ul{position:absolute;left:-9999px;text-align: center;width: max-content;}
.menu li:hover>ul{left:0;}
/*.menu.align-right li:hover>ul{right:0}*/
.menu ul ul ul{right:100%;top:10px;min-width: initial;}
.menu ul ul li:hover>ul{left: 100%;margin-left: 0;}
/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/
.menu ul ul li{-webkit-transition:height .2s ease;-moz-transition:height .2s ease;-ms-transition:height .2s ease;-o-transition:height .2s ease;transition:height .2s ease;float: left;margin-right: 60px;}
.menu ul ul{padding: 0 13px;background: #fff;}
.menu ul ul li a .iconDiv{margin-bottom: 30px;}
.menu ul ul li>a{font-size: 16px;color:#fff;text-decoration:none;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;}
.menu ul ul li .alist a{display: block;font-size: 16px;color: #666666;margin-top: 15px;text-decoration:none;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease;}
.menu ul ul li>a:hover,.menu ul ul li a:hover{opacity: .8;}
header .rightDiv .menu>ul>li{position: relative;}
header .rightDiv .menu>ul>li ul{min-width: 180px;box-shadow: 0px 0px 7px rgba(0,0,0,.1);}
header .rightDiv .menu>ul>li:hover>ul{left: 0;}
header .rightDiv .menu>ul>li li{display: block;float: initial;width: 100%;border-bottom: 1px solid #d2d2d2;}
header .rightDiv .menu>ul>li li a{font-size: 15px;color: #333333;margin: 0;font-weight: normal;text-align: left;text-transform: capitalize;padding: 15px 0;}
header .rightDiv .menu>ul>li li a:hover {color: #0e6437;}
.menu ul .default ul{padding: 0;}


/*.menu ul ul li.has-sub>a::after{position:absolute;top:13px;right:10px;width:4px;height:4px;border-bottom:1px solid #ddd;border-right:1px solid #ddd;content:"";-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}
.menu.align-right ul ul li.has-sub>a::after{right:auto;left:10px;border-bottom:0;border-right:0;border-top:1px solid #ddd;border-left:1px solid #ddd}
.menu ul ul li.has-sub:hover>a::after{border-color:#fff}*/

/******公告公示*****/
.zczkListDiv{padding: 20px 0 60px;background-color: #f6f6f6;}
.zczkListDiv .conDiv{position: relative;}
.zczkListDiv .leftDiv{width: 220px;background: #FFFFFF;font-weight: bold;/*height: calc(100% - 65px);*/}
.zczkListDiv .leftDiv span{padding: 0 20px;margin-bottom: 15px;display: block;}
.zczkListDiv .leftDiv ul li a{display: block;padding: 0 20px;line-height: 60px;position: relative; color: #333;}
.zczkListDiv .leftDiv ul li:hover a{color: #295ea5;}
.zczkListDiv .leftDiv ul li.active a,.noticeListDiv .leftDiv ul li.active:hover a{color: #fff;background: #295ea5;}
.zczkListDiv .leftDiv ul li a:after{content: "";width: 8px;height: 14px;position: absolute;right: 20px;top: 50%;margin-top: -7px;}
.zczkListDiv .leftDiv ul li.active a:after{content: "";width: 8px;height: 14px;position: absolute;right: 20px;top: 50%;margin-top: -7px;}
.zczkListDiv .rightDiv{width: calc(100% - 238px);}
.zczkListDiv .rightDiv ul{background: #FFFFFF;padding: 10px 25px;}
.zczkListDiv .rightDiv ul li a{display: block;padding: 30px 0;border-bottom: 1px solid #ddd;}
.zczkListDiv .rightDiv ul li .fwzx{display: flex;padding-bottom: 0;justify-content: space-between;}
.zczkListDiv .rightDiv ul li:last-child a{border: 0;}
.zczkListDiv .rightDiv ul li .imgDiv{width: 153px;height: 105px;overflow: hidden;}
.zczkListDiv .rightDiv ul li .textDiv{padding-left: 183px;position: relative;}
.zczkListDiv .rightDiv ul li .title{font-size: 16px;color: #000;font-weight: bold;}
.zczkListDiv .rightDiv ul li p{font-size: 12px;margin: 10px 0;line-height: 2;color: #666666;height: 48px;overflow: hidden;}
.zczkListDiv .rightDiv ul li span{font-size: 12px;color: #999999; position: absolute; right:0;top:0;}
.zczkListDiv .rightDiv ul li a:hover .title{color: #295ea5;}

.detailDiv{padding: 0 0 60px;}
.breadcrumbDiv .con{font-size: 12px;margin: 30px 0 30px;color: #666666;}
.breadcrumbDiv .con a{color: #333;}
.breadcrumbDiv .con a:hover{color: #295ea5;}
.pageDiv{text-align: center;margin-top: 30px;line-height: 32px;font-size: 14px;color: #000000;overflow: hidden;}
.pageDiv a,.pageDiv span{font-size: 12px;color: #333333;padding: 0 13px;border: 1px solid #ddd;font-weight: bold;background: #fff;margin: 0 3px;display: inline-block;}
.pageDiv span,.pageDiv a:hover{background: #3f94fc;border-color: #3f94fc;color: #fff;}


/* ------------------------------栏目页-------------------------------------*/
.ny-banner{height: 200px;width: 100%;background: url('../img/09.png') no-repeat center center;background-size: cover;}
.ny-banner .banner-title{position: relative;height: 100%;display: flex;align-items: flex-end;padding: 30px 0;}
.ny-banner .banner-title .title-box div:nth-child(1){font-size: 26px; color: #000000;text-align: justify;font-weight: 600; position: relative;}
.ny-banner .banner-title .title-box .title span{z-index: 10; position: relative;}
.ny-banner .banner-title .title-box .title:before{display: block;content: ""; background-color: #1b5f97;position: absolute;height: 4px;width: 50px;left: 0; bottom: 4px;}
.ny-banner .banner-title .title-box div:nth-child(2){margin-top: 5px;font-size: 16px; color: #666666;text-align: center;font-weight: 200;}
.channel-div{display: flex; flex-direction: row;margin-top: 40px;}
.channel-div .left-div div{display: flex; flex-direction: column;}
.channel-div .left-div div a{background-color: #F7F8FA;border-radius: 4px;width: 150px;height: 36px;font-size: 14px;color: #3C3C3C;text-align: center;margin-bottom: 10px;line-height: 36px;}
.channel-div .left-div div a.on{background-color: #00609C;color: #fff;}
.channel-div .right-div{margin-left: 30px;width:100%;}
.channel-div .right-div .bd{position: relative; margin-bottom: 20px;}
.channel-div .right-div .bd .aDiv{position: absolute;left: 0;top: 0;width: 100%;opacity: 0;z-index: -1; }
.channel-div .right-div .bd .aDiv.on{position: relative;opacity: 1;z-index: 1; }
.channel-div .right-div .bd a{width: 88px;line-height: 26px;border: 1px solid #D9D9D9;border-radius: 15px;text-align: center;color: #3C3C3C;font-size: 14px;margin-right: 10px; }
.channel-div .right-div .bd a.on{background: #00609C;border-color: #00609C;color: #fff; }
.channel-div .right-div .row{margin: 0 -10px; }
.channel-div .right-div .row>div{padding: 0 10px;margin-bottom: 20px; }
.channel-div .right-div .row>div a{display: block;background: #F7F8FA;border-radius: 4px;padding: 20px;height: 100%;padding-top: 45px;padding-bottom: 40px;position: relative;border:1px solid #F7F8FA; }
.channel-div .right-div .row>div a .hd{position: absolute;left: 0;top: 15px;width: 100%;padding: 0 20px; }
.channel-div .right-div .row>div a .hd .tag{padding: 0 7px;background: rgba(0,96,156,.1);color: #00609C;font-size: 12px;line-height: 20px;display: block; }
.channel-div .right-div .row>div a .hd .status{font-size: 12px;color: #619512;line-height: 20px;display: block;position: relative;padding-left: 12px; }
.channel-div .right-div .row>div a .hd .status:before{content: "";width: 6px;height: 6px;background: #619512;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translateY(-50%); }
.channel-div .right-div .row>div a .date{position: absolute;border-top: 1px solid #E9E9E9;left: 20px;bottom: 10px;width: calc(100% - 40px);font-size: 12px;color: #ABAFB3;padding-top: 10px;display:flex;justify-content: space-between; }
.channel-div .right-div .row>div a .date span{color: #666666; }
.channel-div .right-div .row>div a .title{padding-bottom: 10px;color: #000;font-size: 14px;font-weight: bold;text-align: justify; }
.channel-div .right-div .row>div a:hover{background: #fff;border:1px solid #00609C; }
.channel-div .right-div .zxDiv .row>div a{padding: 20px;}
.channel-div .right-div .zxDiv .row>div a .zx{display: flex; flex-direction: row;width: 100%;} 
.channel-div .right-div .zxDiv .row>div a .zx .imgDiv{flex: 0 0 40%; height: 100px;overflow: hidden;margin-right: 10px;}
.channel-div .right-div .zxDiv .row>div a .zx .imgDiv img{height: 100%;border-radius: 4px;}
.channel-div .right-div .zxDiv .row>div a .zx .textDiv .time{width: calc(100% - 40px);font-size: 12px;color: #ABAFB3;padding-top: 10px;position:absolute;bottom:12%;}
.channel-div .right-div .zxDiv .row>div a .zx .textDiv .time span{color: #666666;}

.cp-banner{width: 100%;background: url('../img/cp.png') no-repeat;background-position: 46% 100%;background-size: cover;padding-top: 320px;padding-bottom: 100px;}
.cp-banner .cpDiv .gsyj{background: url('../img/ydd.png') no-repeat center center;margin: 0 auto;font-size: 26px;border-radius: 24px;text-align: center;color: #FFFFFF;height: 240px;position: relative;}
.cp-banner .cpDiv .gsyj .gsyj-title{position: absolute;top:10px;left: 45%;}
.cp-banner .cpDiv .gsyj .gsyj-content{position: absolute;top: 80px;left: 6%;text-align: left;font-size: 20px;width: 88%; height: 159px;}
.cp-banner .cpDiv .gsyj .gsyj-content div:nth-child(1){color: #000000;position: absolute;left: -34px;display: flex;align-items: center;}
.cp-banner .cpDiv .gsyj .gsyj-content div:nth-child(1) img{margin-right: 10px;}
.cp-banner .cpDiv .gsyj .gsyj-content div:nth-child(2){color: #00609C;font-weight: 500;margin-top: 12px;position: absolute; top: 40px;}
.cp-banner .cpDiv .gsyj .gsyj-content div:nth-child(3){color: #000000;font-weight: 500;margin-top: 12px;position: absolute;top: 90px;width: 100%;display: flex;align-items: center;justify-content: space-between;}
.cp-banner .cpDiv .jzzz .back{background-image: linear-gradient(270deg,#69E1FF 0%,rgba(255,255,255,0.00) 100%);border-radius: 0 24px;opacity: 0.3;position: relative;height: 80px;margin-bottom: -50px;}
.cp-banner .cpDiv .jzzz .jzzz-title{background: url('../img/title.png') no-repeat center;background-size: contain; position: absolute;width: 200px;height: 80px;font-size: 26px;color: #FFFFFF;text-align: center;line-height: 64px;z-index: 7;}
.cp-banner .cpDiv .jzzz .jzzz-content{background-image: linear-gradient(221deg,#ECF4FF 0%, #FFFFFF 100%);box-shadow: 0 2px 18px 0 rgba(0,0,0,0.10);padding: 30px;margin-top: 30px;border-radius: 16px;position: relative;z-index: 5;}
.cp-banner .cpDiv .jzzz .jzzz-content .content{margin: 30px 0;}
.cp-banner .cpDiv .jzzz .jzzz-content .content .content-title{font-size: 20px;color: #000000;letter-spacing: 0; font-weight: 600;background: url('../img/1.png') no-repeat;background-size: 15% 50%; background-position: left 22px; }
.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main{margin-top: 20px; font-size: 18px;display: flex;justify-content: space-between;}
.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .col-sm-4{max-width: 32%;}
.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .col4{width: 49%;}
.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .content-detail{background-image: linear-gradient(270deg, rgba(36,167,251,0.06) 0%, rgba(0,99,208,0.06) 100%);border-radius: 0 24px 0 24px;padding: 20px;}
.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .content-detail .detail-title{font-size: 16px;font-weight: 600;margin-bottom: 10px; padding-bottom: 10px;border-bottom: 1px solid #c6d1dd;width: 80%;}
.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .content-detail .detail-content{font-size: 16px;}
.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .col4{padding: 30px 20px;}
.cp-banner .cpDiv .jzzz .cpgn-content{background-image: linear-gradient(221deg,#ECF4FF 0%, #FFFFFF 100%);box-shadow: 0 2px 18px 0 rgba(0,0,0,0.10);padding: 30px 50px;margin-top: 30px;border-radius: 16px;position: relative;z-index: 5;}
.cp-banner .cpDiv .jzzz .cpgn-content .cpgn-title{font-size: 20px;font-weight: 600;text-align: center; padding: 30px;}
.cp-banner .cpDiv .jzzz .fwjg-content{background-image: linear-gradient(221deg,#ECF4FF 0%, #FFFFFF 100%);box-shadow: 0 2px 18px 0 rgba(0,0,0,0.10);padding: 50px 30px;padding-bottom: 30px;margin-top: 30px;border-radius: 16px;position: relative;z-index: 5;}
.cp-banner .cpDiv .jzzz .fwjg-content .fwjg{margin-top: 10px;font-size: 20px;display: flex;align-items: baseline;}
.cp-banner .cpDiv .jzzz .fwjg-content .fwjg img{margin-right: 20px;}

.detailgf{
	background: #fff;
    padding: 30px 20px;
}
.yxgf{ color: #C58007}
.detailgf .title {
	text-align: center;
	font-size: 26px;
  }
  .supplierListTitle {
	font-weight: bold;
         white-space: nowrap;
  }

.breadcrumb_div .con {
    background: url(../img/shouye.png) no-repeat left 3px;
    font-size: 12px;
    font-weight: bold;
    margin: 30px 0 30px;
    padding-left: 23px;
}
.breadcrumb_div .con a {
    color: #333333;
}
.breadcrumb_div .con span {
    color: #ad7c59;
}

.detail_div {
    width: 100%;
    padding: 0 0 30px;
}
.art_box{
padding-top:16px;
}
.detail_div .article_div {
     background: #fff;
    padding: 30px;
}
.detail_div .article_div .title {
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    font-family: "pfm";
}
.detail_div .article_div .sm_title {
    text-align: center;
    margin-top: 15px;
}
.detail_div .article_div .sm_title .tag_div {
    background: #f2f2f2;
    line-height: 25px;
    padding: 0 10px;
    margin-right: 25px;
    font-size: 12px;
    color: #666666;
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}
.detail_div .article_div .sm_title .tag_div span {
    color: #000;
}
.detail_div .article_div .text_div {
     padding: 10px 0;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}
.detail_div .article_div .text_div p {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.botwrap {
    width: 1200px;
    margin: 0 auto;
}
.phone {
    background: #f5f5f5;
}

/******合作伙伴*****/
.home-section-3 .menu{
	text-align: center;
	position: relative;
	height: 60px;
        padding-top: 5px;
}
.home-section-3 .menu ul{
	display: inline-block;
}
.home-section-3 .menu ul li{
	float: left;
	position: relative;
}
.home-section-3 .menu ul li>a{
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	display: inline-block;
	position: relative;
	/*width: 5.729vw;*/
	margin: 0 30px;
}

.home-section-3 .menu ul li>a:hover,
.home-section-3 .menu ul li>a:focus,
.home-section-3 .menu ul li>a.on,
.home-section-3 .menu ul li>a.active{
	background: transparent;
	color: #295ea5;
}
.home-section-3.on .menu ul li>a{
	color: #295ea5;
}
.home-section-3 .menu ul li>a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #295ea5;
    height: 4px;
    opacity: 0;
    transform: scaleX(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.home-section-3 .menu ul li:hover>a::after,
.home-section-3 .menu ul li>a.on::after{
	opacity: 1;
    transform: scaleX(1);
}


.home-section-3 {
  padding-bottom: 10px;
  background: #fff;
 }
.home-section-3 .cases-item {
    border: 1px solid #e8e8e8;
    text-align: center;
    padding: 20px 0;
   margin-bottom: 2px;
 }
.home-section-3 .cases-item p {
      font-size: 16px;
      line-height: 40px;
      margin: 0;
      color: #999999;
      text-align: center; 
}
.home-section-3 .cases-item .itemBox {
     height: 50px;
      text-align: center; 
}
.home-section-3 .cases-item .itemBox img {
     display: inline-block; 
}
.home-section-3 .cases-swiper-container {
   padding-bottom: 60px;
}
.home-section-3 .cases-swiper-container .swiper-pagination-bullet {
      width: 20px;
      height: 6px;
      border-radius: 8px;
      background: #cccccc;
      -webkit-transition: width .2s;
      transition: width .2s;
}
.home-section-3 .cases-swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #1b5f97;
        width: 36px;
 }
.home-section-3 .row>div{margin-bottom: 20px;padding: 0 12px;}
.home-section-3 .row{margin-right: 15px;margin-left: 15px;margin-top: 25px;}

.m-section .m-section-h1 {
      color: #000;
    font-size: 28px;
    margin-bottom: 10px;
}
.m-section {
     text-align: center;
    padding-top: 30px;
    position: relative;
}
.m-section:before {
    content: "";
    width: 110px;
    height: 3px;
    background: #1b5f97;
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -53px;
}
.m-section .m-section-h1 {
    color: #000;
    font-size: 28px;
    margin-bottom: 4px;
}
.m-section .m-section-desc {
    color: #666666;
    font-size: 18px;
    padding: 20px 0;
    margin-bottom: 40px;
}

.b-section {
    padding-top: 30px;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99;
  }
  .overlay2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99;
  }
  .popup {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    position: relative;
    top: 100px;
    width: auto;
    margin: 0 auto;
    padding-bottom: 24px;
    pointer-events: none;
  }
  .popup .content{
	position: relative;
    background-color: #fff;
    background-clip: padding-box;
	width: 40%;
	margin: 0 auto;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.15);
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    pointer-events: auto;
  }
  .popup .content .close{
	display: block;
    width: 56px;
    height: 56px;
    font-size: 16px;
    font-style: normal;
    line-height: 56px;
    text-align: center;
    text-transform: none;
    text-rendering: auto;
  }
  .popup .content .header{
	padding: 16px 24px;
    color: rgba(0, 0, 0, .65);
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 4px 4px 0 0;
	font-size: 16px;
  }
  .popup .content .options{
	display: flex;
	margin: 20px;
  }
  .popup .content .options a{
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 50%;
	text-align: center;
	line-height: 50px;
	color: #181818;
	height: 137px;
	padding: 20px 0;
	box-sizing: border-box;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: .3s;
	cursor: pointer;
  }
  .overlay2 .popup .content .options a{
	width: 50%;
  }
  .popup .content .options a:hover{
	color: #00609C;
	box-shadow: 0 0 5px rgba(36, 158, 244, 0.8);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
  }
  .popup .content .content-footer{
	padding: 10px 16px;
    text-align: right;
    background: 0 0;
    border-top: 1px solid #e8e8e8;
    border-radius: 0 0 4px 4px;
  }
  .popup .content .content-footer button{
	line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.015);
    box-shadow: 0 2px 0 rgba(0,0,0,.015);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    border-color: #d9d9d9;
  }
@media screen and (min-width: 1601px){
	.cp-banner{
		background-position: 0% 0%;
	}
}
@media screen and (min-width: 2001px){
	.cp-banner{
		padding-top: 400px;
	}
}
@media (max-width:1220px) {
	.wrap{padding: 0 30px;}
}
@media (max-width:1100px) {
}
@media (min-width:992px) and (max-width:1024px) {
}
@media (min-width:768px) and (max-width:991px) {
	
}
@media (max-width:991px){
	.wrap{padding: 0 30px;}
	.menu{width:100%}
	.menu ul{width:100%;display: block;}
	.menu>ul>li>a{padding: 0 20px;}
	.menu.align-center>ul,.menu.align-right ul ul{text-align:left}
	.menu ul li,.menu ul ul li,.menu ul li:hover>ul>li{width:100%;height:auto;border-top:1px solid rgba(0,0,0,.2);}
	/*.indexHeader .menu ul li,.indexHeader .menu ul ul li,.indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(255,255,255,.2);}*/
	/*.on-fixed .indexHeader .menu ul li,.on-fixed .indexHeader .menu ul ul li,.on-fixed .indexHeader .menu ul li:hover>ul>li{border-top:1px solid rgba(0,0,0,.2);}*/
	.menu ul li a,.menu ul ul li a{width:100%}
	.menu>ul>li,.menu.align-center>ul>li,.menu.align-right>ul>li{float:none;display:block}
	.menu ul ul li a{padding:0 20px 0 30px;font-size:12px;color:#333;background:0 0}
	.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#333}
	
	.indexHeader .menu ul ul li a{color:#fff;}
	.indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#fff}
	
	.on-fixed .indexHeader .menu ul ul li a{color:#333;}
	.on-fixed .indexHeader .menu ul ul li:hover>a,.indexHeader .menu ul ul li a:hover{color:#333}
	
	.menu ul ul ul li a{padding-left:40px}
	.menu ul ul,
	.menu ul ul ul{position:relative;left:0;right:auto;width:100%;margin:0}
	.menu>ul>li.has-sub>a::after,.menu ul ul li.has-sub>a::after{display:none}
	#menu-line{display:none}
	.menu #menu-button{display:block;padding:20px;color:#000;cursor:pointer;font-size:12px;text-transform:uppercase}
	.menu #menu-button::after{content:'';position:absolute;top:20px;right:20px;display:block;width:15px;height:2px;background:#fff}
	.menu #menu-button::before{content:'';position:absolute;top:25px;right:20px;display:block;width:15px;height:3px;border-top:2px solid #fff;border-bottom:2px solid #fff}
	.menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}
	
	/*.indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(255,255,255,.2);height:52px;width:52px;cursor:pointer}
	.indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#fff;z-index:99}
	.indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#fff;;z-index:99}*/
	
	/*.on-fixed .indexHeader .menu .submenu-button{position:absolute;z-index:10;right:0;top:0;display:block;border-left:1px solid rgba(0,0,0,.2);height:52px;width:52px;cursor:pointer}
	.on-fixed .indexHeader .menu .submenu-button::after{content:'';position:absolute;top:21px;left:26px;display:block;width:1px;height:11px;background:#333;z-index:99}
	.on-fixed .indexHeader .menu .submenu-button::before{content:'';position:absolute;left:21px;top:26px;display:block;width:11px;height:1px;background:#333;;z-index:99}*/
	
	
	.menu .submenu-button.submenu-opened:after{display:none}
	.menu ul ul{background: transparent;border-bottom:none;padding: 0;}
	.menu ul ul ul{top: 0;}
	.menu li:hover>ul{left: auto;margin-left: auto;}
	.menu ul ul .wrap{padding:0;}
	header .rightDiv .menu>ul>li li a{text-align: left;line-height: 50px;}
	/*header.indexHeader .rightDiv .menu>ul>li li a{color: #fff;}*/
/*	.on-fixed header.indexHeader .rightDiv .menu>ul>li li a{color: #333;}*/
	
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		transition: right 300ms !important;
	}
	header .logo a{height: 50px;}
	header .logo a img{max-height: 70%;}
	header .mbtn {display: block;}
	body.on-menu header .mbtn{z-index: 1;}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 86px;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		padding-top: 0;
		background:#fff;
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul{float: initial;}
	/*header .rightDiv .menu ul.open{background: #000;}*/
	header .rightDiv .menu ul li {
		padding: 0;
		margin: 0;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: initial;
		position: relative;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		text-align: center;
		font-size: 16px;
	}
	/*header.indexHeader .rightDiv .menu>ul>li>a{color: #333;}*/
	header .rightDiv .menu>ul>li>a small{display: none;}
	header .rightDiv .menu>ul {display: block;padding-top: 0;}
	body.on-menu header .rightDiv .menu {right: 0;}
	body.on-menu .main {right: 0;}
	header .rightDiv .menu>ul>li>a{padding:0 15px;background: none;}
	header .rightDiv .menu>ul>li>a::after{bottom: 5px; }
	header .rightDiv .menu>ul>li>a span{display: inline-block;line-height: 34px;}
	header .rightDiv .menu>ul>li:hover,header .rightDiv .menu>ul>li:focus,header .rightDiv .menu>ul>li.on{background: none;}
	.menu ul ul{box-shadow: none;}
	.menu ul ul li a .iconDiv{display: none;}
	.menu ul ul li>a{margin-bottom: 0;}
	.menu ul ul li .alist a{margin: 0;}
	.main {position: relative;right: 0;transition: right 300ms !important;margin-top: 86px; }
	header .rightDiv .menu>ul>li ul{box-shadow: none;}
	header .rightDiv .menu>ul>li li{border-bottom: 0;}
	header .rightDiv .menu>ul>li li a{padding: 0 20px 0 30px;}
	header .rightDiv .menu>ul>li li.has-sub>a,header .rightDiv .menu>ul>li li.has-sub:hover>a{background: none;}
	.menu ul ul li:hover>ul{left: 0;}
	
	html, body{min-width: 100%;}
	.on-fixed header .logo a,.on-fixed header .rightDiv .menu>ul>li>a,.on-fixed header .rightDiv .ssbtn{height: 50px;}
	.on-fixed header .rightDiv .menu{top: 50px;}
	header .rightDiv .ssbtn{float: initial;height: 50px; }
}

.hidden-xs{display: block;}
.visible-xs{display: none;}

/*手机*/
@media (max-width:767px) {
	
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
	.floatRightDiv{display: none;}
	.floatRightDiv{right: 0;}
	header .headerTop{font-size: 12px; }
	header .headerTop .regBtn{margin-left: 10px; }
	html, body{font-size: 14px;overflow-x:hidden;}
	
	.index-banner .img{height: 40vw; }
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 5px; }
	.index-banner .swiper-pagination-bullet{width: 5px;height: 5px; }
	.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 3px; }
	
	header .headerTop{display: block; }
	.indexTitle span{line-height: 1.1;}
	.indexTitle p{font-size: 14px;margin-top: 10px; }
	
	.wrap{padding: 0 15px;}
	
	.indexDiv1{padding: 20px 0; }
	.indexDiv1 .hdDiv{display: block;position: relative; }
	.indexDiv1 .hdDiv .leftDiv{width: 100%;}
	.indexDiv1 .hdDiv .leftDiv .hd{display: block; }
	.indexDiv1 .hdDiv .leftDiv .hd a{margin: 6px; }
	.indexDiv1 .hdDiv .leftDiv .bd {margin-top: 10px; }
	.indexDiv1 .hdDiv a.morebtn{position: absolute;right:0;top: 0;line-height: 36px; }
	.indexDiv1 .row{margin: 0 -5px; }
	.indexDiv1 .row>div{padding: 0 5px;margin-bottom: 10px; }
	.indexDiv1 .row>div a{padding-left: 10px;padding-right: 10px; }
	.indexDiv1 .row>div a .hd{padding: 0 10px; }
	.indexDiv1 .row>div a .date{width: calc(100% - 20px);left: 10px; }
	.indexDiv1 .row>div a .title{padding-bottom:30px}
	.footerDiv .hdDiv{flex-wrap: wrap;display: block; }
	.footerDiv .hdDiv .leftDiv{width: 100%;display: block; }
	.footerDiv .hdDiv .listDiv{width: 100%;margin-bottom: 15px;border-bottom: 1px solid rgba(255,255,255,.1);padding-bottom: 15px; }
	.footerDiv .hdDiv .listDiv:last-child{border-bottom: 0;}
	.footerDiv .hdDiv .listDiv span{margin-bottom: 10px; }
	.footerDiv .hdDiv .listDiv ul li{display: inline-block;margin-right: 15px;  }
	.footerDiv .hdDiv .rightDiv{width: 100%;border: 0; }
	.footerDiv .hdDiv .rightDiv .logoDiv{margin-left: 0; }
	.footerDiv .bdDiv{padding: 15px 0;text-align: center; }
	

	.channel-div{flex-wrap: wrap;}
	.channel-div .left-div{margin-bottom: 10px;}
	.channel-div .left-div div{flex-wrap: wrap; flex-direction: row;}
	.channel-div .left-div div a{width: 105px;margin: 10px;}
	.channel-div .right-div{margin-left: 0;}
        .channel-div .right-div .bd{margin-left:10px;}
	.channel-div .right-div .row .col-sm-6{flex: 0 0 100%;max-width: 100%;}
        .channel-div .right-div .row>div a .title{padding-bottom: 30px}

.ydd{background: url('../img/16.png');background-size: cover;}
	.cp-banner{width: 100%;background: url('../img/cp.png'); background-position: 50% 0%;background-repeat: no-repeat;background-size: 150%;padding-top: 150px;padding-bottom: 50px;}
	.cp-banner .cpDiv .gsyj {background: url('../img/ydd.png') no-repeat center center;font-size: 18px;height: 180px;border-radius: 14px;background-size: cover;width: 100%;}
	.cp-banner .cpDiv .gsyj .gsyj-title {font-size: 20px;top: 10px;left: 50%;transform: translateX(-50%);}
	.cp-banner .cpDiv .gsyj .gsyj-content {top: 60px;left: 8%;font-size: 14px;}
	.cp-banner .cpDiv .gsyj .gsyj-content div:nth-child(1){left: -29px;}
	.cp-banner .cpDiv .gsyj .gsyj-content div:nth-child(1) img{width: 20px;margin-right: 5px;}
	.cp-banner .cpDiv .gsyj .gsyj-content div:nth-child(2){top:25px}
	.cp-banner .cpDiv .gsyj .gsyj-content div:nth-child(3){top:80px}
	.cp-banner .cpDiv .gsyj .gsyj-content div:nth-child(3) img{width: 20px;}
	.cp-banner .cpDiv .jzzz {width: 100%;margin-top: 20px;}
	.cp-banner .cpDiv .jzzz .back {height: 50px;margin-bottom: -30px;}
	.cp-banner .cpDiv .jzzz .jzzz-title {width: 150px;height: 60px;font-size: 20px;line-height: 48px;}
	.cp-banner .cpDiv .jzzz .jzzz-content {padding: 20px;margin-top: 20px;}
	.cp-banner .cpDiv .jzzz .jzzz-content .content {margin: 20px 0;}
	.cp-banner .cpDiv .jzzz .jzzz-content .content .content-title {font-size: 16px;background-size: 12% 40%;background-position: left 18px;}
	.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main {margin-top: 16px;font-size: 14px;flex-wrap: wrap;}
	.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .col-sm-4 {max-width: 48%;margin-bottom: 10px;}
	.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .col4 {width: 100%;padding: 10px;}
	.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .col4:nth-child(1){margin-bottom: 16px;}
	.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .content-detail {padding: 10px;}
	.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .content-detail .detail-title {font-size: 14px;padding-bottom: 6px;}
	.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .content-detail .detail-content {
		font-size: 14px;
	  }
	.cp-banner .cpDiv .jzzz .jzzz-content .content .content-main .col4 {
		padding: 20px;
	  }
	.cp-banner .cpDiv .jzzz .cpgn-content {
		padding: 20px;
		margin-top: 20px;
	  }
	.cp-banner .cpDiv .jzzz .cpgn-content .cpgn-title {
		font-size: 16px;
		padding: 20px 0;
	  }
	.cp-banner .cpDiv .jzzz .cpgn-content .cpgn-title img{
		max-width: 33%;
	}
	.cp-banner .cpDiv .jzzz .fwjg-content {
		padding: 30px;
		padding-bottom: 20px;
		margin-top: 20px;
	  }
	.cp-banner .cpDiv .jzzz .fwjg-content .fwjg {
		margin-top: 10px;
		font-size: 16px;
	  }
	.cp-banner .cpDiv .jzzz .fwjg-content .fwjg img {
		margin-right: 10px;
	  }

	.zczkListDiv .rightDiv ul{padding: 10px 15px;}
	.zczkListDiv .rightDiv ul li a{padding: 20px 0;}
	.zczkListDiv .rightDiv ul li .imgDiv{width: 40%;height: 85px;}
	.zczkListDiv .rightDiv ul li .textDiv{padding-left: 43%;}
	.zczkListDiv .rightDiv ul li p{margin: 5px 0;line-height: 1.8;height: 40px;}
    .zczkListDiv{padding: 20px 0 30px;}
	.zczkListDiv .leftDiv{width: 100%;height: initial;position: relative;}
	.zczkListDiv .rightDiv{width: 100%;margin-top: 20px;}
.zczkListDiv .rightDiv ul li span{position: relative;}
       .home-section-3 .menu ul li>a{
	   height: 60px;
	   line-height: 60px;
	   text-align: center;
	   color: #666666;
	   font-size: 16px;
	   display: inline-block;
	   position: relative;
	   margin: 0 10px;
        }
.detail_div .article_div{
padding:0;
}
.popup .content{
width: 80%;
}
.popup .content .options{
flex-wrap: wrap;
}
.popup .content .options a{
width: 50%;
}
	@media (max-width:320px) {
		
		
		
	}
	
}
