/*@font-face {
    font-family: 'INTER';
    src: url('../font/INTERSTATECOND.eot');
    src:
    url('../font/INTERSTATECOND.eot?#font-spider') format('embedded-opentype'),
    url('../font/INTERSTATECOND.woff') format('woff'),
    url('../font/INTERSTATECOND.ttf') format('truetype'),
    url('../font/INTERSTATECOND.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#666; background:#fff;font-size: 12px;}
a{text-decoration:none; color:inherit;}
i, em{ font-style:normal;}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}

.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.w1002{width: 1002px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../images/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 3px;background: #0c2387;margin-top: 5px;position: relative;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.header{position: relative;}
.header img{width: 100%;}

.nav{background: url(../images/navBg.png) no-repeat center;box-sizing:border-box;padding: 0 1%;position: relative;z-index: 999;}
.nav .nLi{position: relative;}
.nav .nLi h3 a{display: block;padding: 0 15px;color: #fff;font-size: 15px;line-height: 50px;}
.nav .nLi .navSub{position: absolute;left: 0;top:50px;width: 100%;display: none;}
.nav .nLi .navSub ul{border-top: #fff 1px solid;}
.nav .nLi .navSub ul li a{display: block;font-size: 13px;font-weight: bold;color: #fff;text-align: center;line-height: 24px;padding:3px;background: url(../images/blueBg.png) repeat;}


.scrollNews{padding: 9px 0 9px 62px;position: relative;line-height: 30px;box-sizing:border-box;}
.scrollNews dt{position: absolute;left: 0;top:9px;font-size: 12px;color: #666;font-weight: bold;}
.scrollNews dd .container{width: 100%;position: relative;overflow: hidden;height: 30px;}
.scrollNews dd .container .swiper-slide a{line-height: 30px;}
.scrollNews dd .container .swiper-slide a:hover{color: #f6c01a;}

.iMain{margin-bottom: 15px;}

.list li{height: 30px;border-bottom: 1px dashed #BDBDBD;line-height: 30px;}
.list li a{display: block;padding: 0 120px 0 18px;background: url(../images/ico01.png) no-repeat left center;position: relative;}
.list li a h5{font-size: 12px;color: #666;font-weight: normal;}
.list li a span{position: absolute;right: 0;top:0;}
.list li a:hover h5,.list li a:hover span{color: #f6c01a;}


.side{width: 22%;}
.side .tit{height: 28px;line-height: 28px;padding: 0 20px;position: relative;font-size: 14px;color: #fff;background: url(../images/titleBg1.png) no-repeat left center;border-radius: 5px;margin-bottom: 5px;}
.side .tit:before{content: "";width: 4px;height: 14px;background: #fff543;position: absolute;left: 12px;top:50%;margin-top: -7px;}
.side .item{padding: 4px 6px 10px;border: 1px solid #a2cadf;background: #edf8fd;margin-top: 10px;}
.side .item:first-child{margin-top: 0;}
.side .item .cont{height: 265px;box-sizing:border-box;padding: 6px 7px 27px;background: #ffffff;border-radius: 5px;
-webkit-box-shadow: 0px 0px 4.75px 0.25px rgba(220, 236, 243, 0.14);box-shadow: 0px 0px 4.75px 0.25px rgba(220, 236, 243, 0.14);}
.side .item1 .cont .container{width: 100%;height: 100%;position: relative;overflow: hidden;}
.side .item1 .cont .container .swiper-slide a{display: block;text-align: center;}
.side .item1 .cont .container .swiper-slide a .pic{width: 130px;height: 150px;padding: 2px;border:1px solid #dddddd;margin: 0 auto 3px;}
.side .item1 .cont .container .swiper-slide a .pic img{width: 100%;height: 100%;}
.side .item1 .cont .container .swiper-slide a h5{font-size: 14px;line-height: 38px;}
.side .item1 .cont .container .swiper-slide a p{line-height: 18px;font-weight: bold;height: 36px;overflow: hidden;}
.side .list li a h5{font-weight: bold;}

.side .item2 .cont{height: 272px;}
.side .item2 .cont .list li a{padding-right: 0;}

.side .qEntry{margin-top: 10px;}
.side .qEntry li{margin-bottom: 5px;padding: 1px;border:1px solid #a2cadf;}
.side .qEntry li a{display: block;width: 100%;height: 0;padding-bottom: 66px;position: relative;overflow: hidden;}
.side .qEntry li a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}

.side .item3 .cont{height: 180px;}
.side .item3 .cont .list li a{padding-right: 0;}

.side .item4 .cont{height: 116px;line-height: 116px;text-align: center;font-size: 0;}

.iMain .med{width: 55.09%;margin-left: 0.7%;}
.iMain .med .item{margin-bottom: 10px;}
.iMain .med .item .tit{height: 27px;background: #eef8f9;border-bottom: 1px solid #c5d5e2;padding: 0 11px;line-height: 27px;}
.iMain .med .item .tit h3{width: 132px;height: 27px;text-align: center;line-height: 27px;color: #fff;font-size: 14px;background: url(../images/titleBg2.png) no-repeat -10px center;border-radius: 5px 5px 0 0;}
.iMain .med .item .tit .imore{font-size: 14px;}
.iMain .med .item .tit .imore:hover{color: #f6c01a;}

.iMain .med .item1{height: 314px;}
.iMain .med .item1 .cont{padding-top: 3px;}
.iMain .med .item1 .container{width: 80.5%;}
.iMain .med .item1 .container .swiper-slide a{display: block;width: 100%;height: 282px;position: relative;overflow: hidden;}
.iMain .med .item1 .container .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.iMain .med .item1 .container .swiper-slide a h5{position: absolute;left: 0;bottom: 0;z-index: 2;width: 100%;box-sizing:border-box;padding: 0 12px;background: rgba(0,0,0,0.6);height: 40px;line-height: 40px;font-size: 14px;color: #fff;font-weight: normal;}
.iMain .med .item1 .tabs{width: 18.18%;}
.iMain .med .item1 .tabs li{margin-top: 9px;height: 62px;border:1px solid #cccccc;position: relative;overflow: hidden;cursor: pointer;}
.iMain .med .item1 .tabs li:first-child{margin-top: 0;}
.iMain .med .item1 .tabs li em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.iMain .med .item1 .tabs li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;z-index: 2;box-sizing:border-box;border:4px solid #f6c01a;opacity: 0;}
.iMain .med .item1 .tabs li.active:before{opacity: 1;}

.iMain .med .item2 .cont,
.iMain .med .item3 .cont{height: 382px;box-sizing:border-box;padding: 6px 11px 0;}

.iMain .med .item4 .tit h3{width: 112px;}
.iMain .med .item4 dd{width: 49.27%;}
.iMain .med .item4 .cont{box-sizing:border-box;height: 329px;padding: 6px 11px 0;}
.iMain .med .item4 .cont .pic{width: 100%;height: 0;padding-bottom: 162px;position: relative;overflow: hidden;margin-bottom: 4px;}
.iMain .med .item4 .cont .pic a{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.iMain .med .item4 .cont .pic:hover a{-webkit-transform: scale(1.1);transform: scale(1.1);}
.iMain .med .item4 .cont .list li a{padding-right: 0;}

.iMain .right{width: 20.9%;}
.iMain .right .list li:last-child{border:none;}
.iMain .right .list li a{padding-right: 0;background: none;padding-left: 0;}
.iMain .right .tit{height: 27px;border-bottom: 1px solid #c5d5e2;padding: 0 11px;line-height: 27px;margin-bottom: 6px;background: #eef8f9;background: url(../images/titleBg4.png) no-repeat left center;}
.iMain .right .tit .imore{font-size: 14px;font-weight: bold;color: #0385bb;}
.iMain .right .tit .imore:hover{color: #f6c01a;}
.iMain .right .tit h3{width: 100px;height: 27px;text-align: center;line-height: 27px;color: #0385bb;font-size: 14px;background: url(../images/dot.png) no-repeat 6px center;background-size: 10px;}
.iMain .right .item{border:1px solid #d8d8d8;margin-bottom: 10px;}
.iMain .right .item .cont{box-sizing:border-box;padding: 0 11px;}
.iMain .right .item1{height: 314px;}
.iMain .right .item2{height: 406px;}
.iMain .right .item3{height: 406px;}
.iMain .right .item4{height: 356px;}
.iMain .right .item4 .cont .pic{width: 100%;height: 0;padding-bottom: 162px;position: relative;overflow: hidden;margin-bottom: 4px;}
.iMain .right .item4 .cont .pic a{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.iMain .right .item4 .cont .pic:hover a{-webkit-transform: scale(1.1);transform: scale(1.1);}

.footer .picScroll{margin-bottom: 14px;position: relative;overflow: hidden;}
.footer .picScroll .swiper-slide{overflow: hidden;}
.footer .picScroll .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 145.49%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.footer .picScroll .swiper-slide a:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}

.footer .link{border:1px solid #aeccf0;}
.footer .link .tit{padding: 2px;border-bottom: 1px solid #b3c9ea;}
.footer .link .tit h3{height: 34px;line-height: 34px;font-size: 14px;color: #479cdf;text-align: center;background: #f7f7f7 url(../images/titleBg3.png) no-repeat center;}
.footer .link .cont{padding: 4px;font-size: 12px;color: #666;line-height: 28px;}
.footer .link .cont a{display: inline-block;*display: inline;*zoom: 1;margin: 0 5px;}
.footer .link .cont a:hover{color: #f6c01a;}
.footer .text{padding: 12px;text-align: center;font-size: 12px;line-height: 26px;}
.footer .text span{margin: 0 6px;}


.nyWrap{min-height: 500px;margin-bottom: 20px;}

.side .item.nyNav .cont{height: auto;padding: 10px 15px;}
.side .item.nyNav .cont ul li{margin-bottom: 10px;}
.side .item.nyNav .cont ul li a{display: block;padding-left: 30px;line-height: 28px;font-weight: bold;font-size: 14px;font-weight: bold;background: url(../images/navBg.gif) no-repeat left center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.side .item.nyNav .cont ul li.on a,
.side .item.nyNav .cont ul li a:hover{color: #f6c01a;}


.nyWrap .nyContent{width: 76.8%;}

.path{border: 1px solid #c2d5e0;background: #f0f8fb;padding: 0 10px;line-height: 24px;font-weight: bold;}
.path span{margin: 0 5px;}
.path i,.path a:hover{color: #f6c01a;}

.nyContent .content{padding: 20px 10px;}
.pageStyle{font-size: 13px;line-height: 2;color: #555;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.newsList1.list{padding-bottom: 40px;}
.newsList1.list li{height: 42px;line-height: 42px;}
.newsList1.list li a{padding-right: 0;height: 42px;line-height: 42px;background-image: url(../images/ico02.png);}
.newsList1.list li a:hover{background-image: url(../images/ico01.png);}


.newsList2.list{padding-bottom: 40px;}
.newsList2.list li{height: 42px;line-height: 42px;}
.newsList2.list li a{height: 42px;line-height: 42px;background-image: url(../images/ico02.png);}
.newsList2.list li a:hover{background-image: url(../images/ico01.png);}
.newsList1.list li a h5,.newsList1.list li a span,
.newsList2.list li a h5,.newsList2.list li a span{font-size: 14px;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;margin: 0 3px 3px;background: #f3f3f3;height: 30px;padding: 0 16px;line-height: 30px;font-size: 12px;color: #52555c;}
.page a.num{padding: 0 10px;font-size: 14px;color: #52555c;}
.page a.on,.page a:hover{background: #f6c01a;color: #fff;}

.passage{padding-top: 20px;}
.passage .psgTit{padding-bottom: 15px;border-bottom: 1px solid #eeeeee;font-size: 16px;line-height: 26px;color: #333333;font-weight: normal;text-align: center;}
.passage .info{margin: 6px 0 18px;text-align: center;font-size: 12px;line-height: 26px;color: #999999;}
.passage .info span{margin: 0 9px;}
.passage .psgCont{padding-bottom: 30px;border-bottom: 1px solid #eeeeee;margin-bottom: 20px;}
.passage .psgCont .pic{margin: 23px 0;text-align: center;}
.passage .psgCont .mrgBtm{margin-bottom: 14px;}
.passage .psgLink{font-size: 14px;line-height: 34px;color: #555555;}
.passage .psgLink li:hover a{text-decoration: underline;color: #f6c01a;}


@media screen and (max-width: 1024px){
.w1002{width: auto;padding: 0 5%;}
.header{padding: 0;}
.header .menuIcon{display: block;}
.nav{display: none;}

.scrollNews{margin: 0 5%;padding: 5px 0 5px 62px; }
.scrollNews dt{top: 5px;}

}


@media screen and (max-width: 1024px){

}

@media screen and (max-width: 768px){
.side,.iMain .med,.iMain .right{width: 100%;margin-bottom: 10px;}
.side .tit{background-size: cover;}

.iMain .med .item4 dd{width: 100%;}
.iMain .med .item4 dd:first-child{margin-bottom: 10px;}
.iMain .med .item4 .cont .pic,.iMain .right .item4 .cont .pic{padding-bottom: 64.8%;}
.iMain .right .item4{height: auto;margin-bottom: 0;}

.iMain .med .item1,
.iMain .med .item2 .cont,
.iMain .med .item3 .cont,
.iMain .med .item4 .cont,
.iMain .right .item1,
.iMain .right .item2,
.iMain .right .item3,
.iMain .right .item4{height: auto;}

.nyWrap{min-height: 350px;}
.nyWrap .side{display: none;}
.nyWrap .nyContent{width: 100%;}
.nyContent .content{padding-top: 10px;}
.newsList1.list{padding-bottom: 20px;}
.newsList2.list{padding-bottom: 20px;}

.passage{padding-top: 15px;}
.passage .psgTit{font-size: 16px;line-height: 22px;padding-bottom: 15px;}
.passage .info{font-size: 12px;line-height: 20px;margin: 8px 0 18px;}
.passage .info span{margin: 0 3px;}
.passage .psgCont .pic{margin: 15px 0;}
.passage .psgCont .mrgBtm{margin-bottom: 10px;}
.passage .psgCont{padding-bottom: 24px;}
.passage .psgLink{font-size: 13px;line-height: 28px;}

.side{display: none;}
}

@media screen and (max-width: 468px){
.iMain .med .item1 .tabs{display: none;}
.iMain .med .item1 .container{width: 100%;}
.iMain .med .item1 .container .swiper-slide a{height: 0;padding-bottom: 63.51%;}
.iMain .med .item1{height: auto;}
.side .qEntry li a{padding-bottom: 30.55%;}

}