@font-face {
    font-family: 'RobotoBold';
    src: url('../font/RobotoBold.eot');
    src:
    url('../font/RobotoBold.eot?#font-spider') format('embedded-opentype'),
    url('../font/RobotoBold.woff') format('woff'),
    url('../font/RobotoBold.ttf') format('truetype'),
    url('../font/RobotoBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoThin';
    src: url('../font/RobotoThin.eot');
    src:
    url('../font/RobotoThin.eot?#font-spider') format('embedded-opentype'),
    url('../font/RobotoThin.woff') format('woff'),
    url('../font/RobotoThin.ttf') format('truetype'),
    url('../font/RobotoThin.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:#333; background:#fff;}
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;}
.TXTovehid-two{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.TXTovehid-three{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}

/*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 img,
.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);}

/*网页限定宽度*/
.w1200{width: 1200px;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); }

/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 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: 30px;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 img{width: 100%;}

.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;}

.w1366{width: 90%;margin: 0 auto;max-width: 1366px;}

.header{position: fixed;left: 0;top:0;z-index: 9;width: 100%;background: rgba(255,255,255,0.7);border-bottom: 1px solid #fff;}
.header .w1366{position: relative;}
.header .logo{height: 132px;line-height: 132px;}
.header .logo img{-webkit-transform-origin:left center;transform-origin:left center;}
.header .top{position: absolute;right: 0;top:32px;overflow: hidden;-webkit-transition:all 0.3s linear 0.15s;transition:all 0.3s linear 0.15s;}
.header .top .mail{font-size: 16px;color: #505050;line-height: 32px;margin-right: 31px;padding-left: 25px;position: relative;}
.header .top .mail:before{content: "";width: 18px;height: 15px;position: absolute;left: 0;top:50%;margin-top: -7px;background: url(../images/mailIcon.png) no-repeat left top;}
.header .top .mail:hover{color: #026ba2;}
.header .top .mail:hover:before{background-position: left bottom;}
.header .top .searchBtn{width: 20px;height: 32px;position: relative;cursor: pointer;}
.header .top .searchBtn:before{content: "";width: 16px;height: 16px;position: absolute;left: 50%;top:50%;margin: -8px 0 0 -8px;background: url(../images/searchBtn.png) no-repeat left top;}
.header .top .searchBtn:hover:before{background-position: left bottom;}
.header .nav{padding-top: 64px;}
.header .nav .nLi{position: relative;margin-left: 35px;}
.header .nav .nLi:first-child{margin-left: 0;}
.header .nav .nLi h3 a{display: block;position: relative;padding-bottom: 30px;font-size: 17px;line-height: 38px;color: #333333;font-weight: normal;}
.header .nav .nLi h3 a:before{content: "";width: 100%;height: 4px;background: #026ba2;position: absolute;left: 0;bottom: -1px;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.header .nav .nLi.on h3 a,.header .nav .nLi:hover h3 a{color: #026ba2;}
.header .nav .nLi.on h3 a:before,.header .nav .nLi:hover h3 a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.header .nav .nLi.on h3 a{font-weight: bold;}
.header .nav .nLi .navSub{position: absolute;left: 50%;top:67px;width: 150px;margin-left: -75px;background:  rgba(255,255,255,0.7);text-align: center;display: none;}
.header .nav .nLi .navSub ul{padding: 12px 0;}
.header .nav .nLi .navSub li a{display: block;font-size: 15px;color: #333;line-height: 24px;padding: 8px 3px;position: relative;}
.header .nav .nLi .navSub li a:hover{color: #fff;background: #026ba2;}
.header .nav .nLi .navSub li a:before{content: "";position: absolute;left: 0;top: 50%;width: 3px;height: 0;background-color: #fff;transition: 0.3s;}
.header .nav .nLi .navSub li a:hover:before{top: 0;height: 100%;}


.header.scroll{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.header.scroll .logo{height: 90px;line-height: 90px;}
.header.scroll .logo img{-webkit-transform: scale(0.8); -moz-transform: scale(0.8);}
.header.scroll .top{opacity: 0;height: 0;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.header.scroll .nav{padding-top: 0;}
.header.scroll .nav h3 a{line-height: 90px;padding-bottom: 0;}
.header.scroll .nav .nLi .navSub{background: #fff;top:90px;}


.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 950px;padding-bottom: 100vh;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .slide1 .w1366{padding-top: 507px;text-align: right;}
.banner .slide2 .w1366{padding-top: 367px;text-align: right;}
.banner .slide3 .w1366{padding-top: 305px;}
.banner .slide4 .w1366{padding-top: 412px;}

.banner .swiper-pagination{z-index: 1;left: 50%;bottom: 58px;width: auto;font-size: 0;transform: translateX(-50%);}
/* .banner .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 10px!important;background-color: #fff;border-radius: 4px;box-shadow: 0 0 2px #000;opacity: .7;transition: 0.3s;} */
.banner .swiper-pagination-bullet{width: 15px;height: 15px;margin: 0 10px!important;background-color: #fff;border-radius: 8px;box-shadow: 0 0 2px #000;opacity: 1;transition: 0.3s;}
.banner .swiper-pagination-bullet-active{position: relative;opacity: 1;}
.banner .swiper-pagination-bullet-active:after{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #fff;opacity: .5;border-radius: 50%;animation: scaleDouble 2s ease-out infinite;}
@keyframes scaleDouble{
	to{transform: scale(2);}
}

.iMain{position: relative;z-index: 1;padding-top: 46px;}
.iMain:before{content: "";width: 100%;height: 908px;position: absolute;left: 0;top:0;background: url(../images/iBg1.jpg) no-repeat center;background-size: cover;}
.isect1{padding: 46px 0 53px;position: relative;z-index: 2;padding: 0 0 53px;}
.isect1 dl{padding-left: 220px;position: relative;}
.isect1 dl dt{position: absolute;left: 0;top:0;width: 220px;height: 85px;background: #026ba2;font-size: 30px;color: #ffffff;line-height: 85px;font-weight: bold;text-align: center;}
.isect1 dl dt img{margin-right: 12px;opacity: 0.5;}
.isect1 dl dd{padding: 22px 100px 22px 45px;position: relative;background: #eeeeee;}
.isect1 dl dd .container{width: 100%;position: relative;overflow: hidden;height: 41px;line-height: 41px;}
.isect1 dl dd .container a{display: block;padding-left: 104px;position: relative;}
.isect1 dl dd .container a:before{content: "";width: 1px;height: 20px;background: #959595;position: absolute;left: 78px;top:50%;margin-top: -10px;}
.isect1 dl dd .container a .date{position: absolute;left: 0;top:0;font-size: 16px;color: #999999;font-family: "Arial";}
.isect1 dl dd .container a .date em{font-size: 25px;color: #555555;font-weight: bold;}
.isect1 dl dd .container a h5{font-size: 22px;color: #026ba2;}
.isect1 dl dd .btnWrap{width: 42px;position: absolute;right: 0;top:0;}
.isect1 dl dd .btnWrap div{width: 42px;height: 42px;margin-top: 1px;cursor: pointer;position: relative;background: #e5e5e5;}
.isect1 dl dd .btnWrap div:first-child{margin-top: 0;}
.isect1 dl dd .btnWrap div:before{content: "";width: 8px;height: 8px;border-left: 1px solid #b2b2b2;border-bottom: 1px solid #b2b2b2;position: absolute;left: 50%;top:50%;margin: -4px 0 0 -4px;
-webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg);}
.isect1 dl dd .btnWrap div.prev:before{-webkit-transform: rotateZ(135deg); -moz-transform: rotateZ(135deg); -ms-transform: rotateZ(135deg); transform: rotateZ(135deg);}
.isect1 dl dd .btnWrap div:hover:before{border-color: #026ba2;}

.ititle{margin-bottom: 38px;line-height: 50px;}
.ititle h3{font-size: 30px;color: #333333;}

.isect2{position: relative;z-index: 2;padding-bottom: 56px;padding-bottom: 40px;}
.isect2 .tabs li{position: relative;}
.isect2 .tabs li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #026ba2;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.isect2 .tabs li a{display: block;padding: 0 30px;font-size: 22px;color: #666666;position: relative;z-index: 2;}
.isect2 .tabs li a:before{content: "";width: 1px;height: 20px;background: #b5b5b5;position: absolute;left: 0;top:50%;margin-top: -10px;}
.isect2 .tabs li:first-child a:before{display: none;}
.isect2 .tabs li.active:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.isect2 .tabs li.active a{color: #fff;}
.isect2 .tabs li.active a:before{opacity: 0;}
.isect2 .container{width: 100%;position: relative;overflow: hidden;}
.isect2 .picScroll{width: 48.3%;position: relative;overflow: hidden;}
.isect2 .picScroll a{display: block;background: #ffffff;}
.isect2 .picScroll a .pic{width: 100%;height: 0;padding-bottom: 376px;position: relative;overflow: hidden;}
.isect2 .picScroll a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 .picScroll a .text{padding: 23px 30px 22px 130px;position: relative;}
.isect2 .picScroll a .text:before{content: "";width: 1px;height: 50px;position: absolute;left: 110px;top:50%;margin-top: -25px;background: #eeeeee;}
.isect2 .picScroll a .text .date{position: absolute;left: 25px;top:23px;}
.isect2 .picScroll a .text .date p{font-size: 16px;line-height: 36px;color: #999999;font-family: "Arial";}
.isect2 .picScroll a .text .date p em{font-size: 25px;color: #555555;font-weight: bold;}
.isect2 .picScroll a .text .date .btn{max-width: 63px;height: 21px;border:1px solid #eeeeee;background: #ffffff;border-radius: 12px;}
.isect2 .picScroll a .text .date .btn i{display: block;width: 20px;height: 13px;margin: 4px auto;background: url(../images/arrow1.png) right center;}
.isect2 .picScroll a .text h5{font-size: 18px;line-height: 33px;color: #111111;}
.isect2 .picScroll a .text .desc{font-size: 16px;line-height: 30px;color: #666666;}
.isect2 .picScroll a:hover .text h5,
.isect2 .picScroll a:hover .text .date p,
.isect2 .picScroll a:hover .text .date p em{color: #026ba2;}
.isect2 .picScroll a:hover .text .date .btn{border-color: #026ba2;background: #026ba2;}
.isect2 .picScroll a:hover .text .date .btn i{background-position: left center;}
.isect2 .picScroll .swiper-pagination{bottom: 122px;height: 10px;line-height: 10px;}
.isect2 .picScroll .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;border-radius: 5px;opacity: 0.7;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.isect2 .picScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 20px;opacity: 1;}
.isect2 .textScroll{width: 48.3%;position: relative;overflow: hidden;}
.isect2 .textScroll .list li{border-bottom: 1px solid #e5e5e5;}
.isect2 .textScroll .list li:first-child{border-top: 1px solid #e5e5e5;}
.isect2 .textScroll .list li a{display: block;padding: 33px 60px 27px 100px;position: relative;}
.isect2 .textScroll .list li a:before{content: "";width: 1px;height: 50px;background: #eeeeee;position: absolute;top:50%;margin-top: -25px;left: 78px;}
.isect2 .textScroll .list li a  .tit{margin-bottom: 4px;position: relative;}
.isect2 .textScroll .list li a  .tit:before{content: "";width: 16px;height: 3px;background: #026ba2;position: absolute;left: 0;top:50%;margin-top: -2px;-webkit-transform: scale(0,1);transform: scale(0,1);-webkit-transform-origin:left center;transform-origin:left center;}
.isect2 .textScroll .list li a  .tit h5{font-size: 18px;line-height: 30px;color: #111111;font-weight: normal;}
.isect2 .textScroll .list li a p{font-size: 16px;line-height: 26px;color: #666666;}
.isect2 .textScroll .list li a .date{position: absolute;left: 0;top:41px;font-family: "Arial";}
.isect2 .textScroll .list li a .date em{display: block;font-size: 14px;line-height: 18px;color: #999999;}
.isect2 .textScroll .list li a .date span{display: block;font-size: 25px;color: #a0a0a0;line-height: 27px;font-family: "RobotoBold";}
.isect2 .textScroll .list li a .arr{width: 24px;height: 24px;border:2px solid #e5e5e5;border-radius: 50%;position: absolute;top:50%;margin-top: -14px;cursor: pointer;right: 2px;}
.isect2 .textScroll .list li a .arr:before{content: "";width: 8px;height: 8px;border-left: 2px solid #e5e5e5;border-bottom: 2px solid #e5e5e5;position: absolute;left: 50%;top:50%;margin: -5px 0 0 -6px;-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);}
.isect2 .textScroll .list li a:hover .date span{color: #026ba2;}
.isect2 .textScroll .list li a:hover .tit:before{-webkit-transform: scale(1,1);transform: scale(1,1);}
.isect2 .textScroll .list li a:hover .tit h5{-webkit-transform:translateX(33px);transform:translateX(33px);color: #026ba2;}
.isect2 .textScroll .list li a:hover .arr,.isect2 .textScroll .list li a:hover .arr:before{border-color: #026ba2;}
.isect2 .textScroll .tips{font-size: 14px;color: #999;line-height: 24px;display: none;padding-bottom: 12px;}

.isect3{width: 100%;position: relative;}
.isect3 .ititle{padding-bottom: 10px;}
.isect3 .ititle h3{text-align: center;}
.isect3 .content{width: 100%;position: relative;}
.isect3 .bgContainer{position: relative;overflow: hidden;}
.isect3 .bgContainer .slide em{display: block;width: 100%;height: 0;padding-bottom: 760px;background-repeat: no-repeat;background-position: center;background-size: cover;-webkit-transform: scale(1.05);transform: scale(1.05);}
.isect3 .bgContainer .slide.swiper-slide-active em{-webkit-transform: scale(1);transform: scale(1);}
.isect3 .tabs{position: absolute;left: 0;bottom: 0;z-index: 2;width: 100%;height: 100%;}
.isect3 .tabs li{width: 16.6%;height: 100%;box-sizing:border-box;border-left: 1px solid rgba(255,255,255,0.4);text-align: center;cursor: pointer;position: relative;overflow: hidden;}
.isect3 .tabs li:first-child{width: 17%;border:none;}
.isect3 .tabs li .content{position: absolute;left: 0;bottom: -130px;width: 100%;padding: 0 0 48px;}
.isect3 .tabs li .content h5{font-size: 24px;color: #ffffff;line-height: 24px;font-weight: normal;}
.isect3 .tabs li .content .more{width: 80%;max-width: 170px;height: 50px;box-sizing:border-box;border:1px solid rgba(255,255,255,0.5);border-radius: 25px;text-align: center;line-height: 48px;font-size: 0;margin: 112px auto 0;position: relative;color: #ffffff;opacity: 0;
-webkit-transition:all 0.3s linear;transition:all 0.3s linear;-webkit-transform: scale(0.2);transform: scale(0.2);}
.isect3 .tabs li .content .more span{display: inline-block;*display: inline;*zoom: 1;font-size: 16px;padding-right: 32px;position: relative;}
.isect3 .tabs li .content .more span:before{content: "";width: 20px;height: 13px;position: absolute;right: 0;top:50%;margin-top: -6px;background: url(../images/arrow6.png) no-repeat right center;}

.isect3 .tabs li.active{background: rgba(0,0,0,0.2);}
.isect3 .tabs li.active .content{bottom:0;padding-bottom: 70px;}
.isect3 .tabs li.active .content .more{opacity: 1;-webkit-transform: scale(1);transform: scale(1);-webkit-transition:all 0.3s linear 0.6s;transition:all 0.3s linear 0.6s;}

.isect3 .tabs li .content .more:before,
.isect3 .tabs li .content .more:after{content: "";z-index: -2;position: absolute;left: 0;right: 0;top: 0;bottom: 0;border-radius: 25px;background-color: rgba(255,255,255,1);opacity: 0;}
@keyframes scaleBtn{to{transform: scale(1.2,1.5);opacity: 0;}}

.isect3 .tabs li .content .more:hover{background: #fff;color: #026ba2;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;}
.isect3 .tabs li .content .more:hover span:before{background-position: left center;}
.isect3 .tabs li .content .more:hover:before{opacity: 1;animation: scaleBtn 2s linear infinite;}
.isect3 .tabs li .content .more:hover:after{opacity: 1;animation: scaleBtn 2s 1s linear infinite;}

.isect4{margin: 90px auto 66px;position: relative;padding-bottom: 32px;}
.isect4 .ititle{position: absolute;left: 0;top:-10px;background: #fff;width: 14%;z-index: 2;}
.isect4 .container{width: 100%;position: relative;overflow: hidden;height: 126px;}
.isect4 .container a{display: block;}
.isect4 .container a .text{width: 12.15%;padding-top: 54px;font-size: 16px;line-height: 30px;color: #666666;max-height: 60px;overflow: hidden;}
.isect4 .container a .pic{width: 82.87%;height: 0;padding-bottom: 126px;position: relative;overflow: hidden;}
.isect4 .container a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect4 .swiper-pagination{width: 100%;height: 8px;line-height: 8px;bottom: 0;font-size: 0;}
.isect4 .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;background: none;opacity: 1;margin: 0 6px;position: relative;}
.isect4 .swiper-pagination .swiper-pagination-bullet:before{content:"";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: #e8e8e8;border-radius: 50%;z-index: 3;}
.isect4 .swiper-pagination .swiper-pagination-bullet:after{content:"";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: #fee9c4;border-radius: 50%;z-index: 2;opacity: 0;animation: scaleDouble 2s ease-out infinite;}
.isect4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background: #fcbf56;}
.isect4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity: 1}

.isect5{padding: 88px 0 93px;background: url(../images/isect5Bg.jpg) no-repeat center;background-size: cover;}
.isect5 .text{width: 45%;}
.isect5 .text .ititle{margin-bottom: 24px;}
.isect5 .text .desc{margin-bottom: 38px;font-size: 16px;line-height: 40px;text-align:justify;color: #666666;max-height: 160px;overflow: hidden;font-size: 18px;color: #333333;max-height: 180px;line-height: 36px;}
.isect5 .text .desc .blue{color: #026ba2;}
.isect5 .text .ul{padding: 28px 0;border-top: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;text-align: center;}
.isect5 .text .ul li{width: 33.33%;}
.isect5 .text .ul li h5{margin-bottom: 10px;font-size: 15px;line-height: 40px;color: #bebebe;font-weight: normal;}
.isect5 .text .ul li h5 span{margin-right: 8px;font-size: 35px;color: #026ba2;font-family: "RobotoBold";}
.isect5 .text .ul li p{font-size: 14px;line-height: 26px;color: #666666;}
.isect5 .video{width: 48.2%;margin-top: 10px;cursor: pointer;}
.isect5 .video .pic{width: 100%;height: 0;padding-bottom: 345px;position: relative;overflow: hidden;}
.isect5 .video .pic em{position: absolute;;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect5 .video .pic i{width: 68px;height: 68px;position: absolute;left: 50%;top:50%;z-index: 2;margin: -34px 0 0 -34px;background: url(../images/videoIcon.png) no-repeat center;background-size: 100% 100%;}
.isect5 .video h5{padding: 0 38px;font-size: 26px;line-height: 78px;color: #333333;background: #ffffff;}
.isect5 .video:hover{box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.isect5 .video:hover h5{color: #026ba2;}
.isect5 .video:hover i{-webkit-transform: rotateZ(360deg);transform: rotateZ(360deg);}

.memCompany{padding: 68px 0 90px;}
.memCompany .ititle{padding-bottom: 6px;text-align: center;}
.memCompany .scroll{padding: 0 50px;position: relative;}
.memCompany .scroll .btn{width: 24px;height: 24px;border:2px solid #e5e5e5;border-radius: 50%;position: absolute;top:50%;margin-top: -14px;cursor: pointer;}
.memCompany .scroll .prev{left: 0;}
.memCompany .scroll .next{right: 0;}
.memCompany .scroll .btn:before{content: "";width: 8px;height: 8px;border-left: 2px solid #e5e5e5;border-bottom: 2px solid #e5e5e5;position: absolute;left: 50%;top:50%;margin: -4px 0 0 -4px;}
.memCompany .scroll .prev:before{-webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg);}
.memCompany .scroll .next:before{-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);margin: -4px 0 0 -6px;}
.memCompany .scroll .btn:hover,.memCompany .scroll .btn:hover:before{border-color: #026ba2;}
.memCompany .scroll .container{width: 100%;position: relative;overflow: hidden;}
.memCompany .scroll .container a{display: block;height: 98px;border:1px solid #e5e5e5;text-align: center;line-height: 98px;overflow: hidden;}
.memCompany .scroll .container a img{max-width: 90%;max-height: 90%;}
.memCompany .scroll .container a:hover{border-color: #026ba2;}

.footer{background: url(../images/footerBg.jpg) no-repeat center;background-size: cover;}
.footer .top{padding: 34px 0 32px;font-size: 14px;line-height: 30px;color: #888888;}
.footer .top .title{padding: 15px 0 0 10px;font-size: 16px;line-height: 34px;color: #333333;}
.footer .top .fContact .tel{margin-top: 13px;padding: 0 114px 0 50px;background: url(../images/telIcon.png) no-repeat left center;font-size: 25px;line-height: 32px;color: #e49815;font-family: "Arial";font-weight: bold;font-style: italic;}
.footer .top .qrcode{width: 104px;text-align: center;}
.footer .top .qrcode2{display: none;}
.footer .top .qrcode .pic{height: 104px;margin-bottom: 6px;}
.footer .top .qrcode .pic img{width: 100%;height: 100%;}
.footer .top .qrcode p{font-size: 13px;color: #555555;line-height: 14px;}
.footer .top .link{width: 18.74%;margin-right: 4.54%;}
.footer .top .link .select{position: relative;}
.footer .top .link .select dt{border-bottom: 1px solid #dfdfdf;padding:0 36px 0 10px;position: relative;cursor: pointer;font-size: 14px;line-height: 28px;color: #888888;}
.footer .top .link .select dt i{width: 20px;height: 28px;position: absolute;right: 0;top:0;}
.footer .top .link .select dt i:before{content: "";width: 1px;height: 10px;background: #cacaca;position: absolute;left: 0;top:50%;margin-top: -5px;}
.footer .top .link .select dt i:after{content: "";width: 9px;height: 9px;border-left: 1px solid #989898;border-bottom: 1px solid #989898;position: absolute;left: 50%;top:50%;margin: -5px 0 0 -3px;-webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg);}
.footer .top .link .select dd{position: absolute;left: 0;top:29px;width: 100%;background: #e9e9e9;display: none;}
.footer .top .link .select dd ul{max-height: 100px;overflow: auto;padding-left: 10px;}
.footer .top .link .select dd ul li a{display: block;font-size: 13px;line-height: 26px;}
.footer .top .link .select dd ul li a:hover{color: #026ba2;}

.footer .top .link .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.footer .top .link .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.footer .top .link .select dd ul::-webkit-scrollbar-corner,
.footer .top .link .select dd ul::-webkit-scrollbar-track{background-color:#fff}
.footer .top .link .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#026ba2; }
.footer .top .link .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.footer .top .link .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }
.footer .btm{font-size: 14px;color: #b7b7b7;line-height: 28px;padding: 11px 0;background: rgba(0,0,0,0.6);text-align: center;}
.footer .btm span{margin: 0 10px;}
.footer .btm span img{margin-right: 8px;}

.nyWrap{padding-top: 90px;}

.nyBanner{width: 100%;height: 360px;background-repeat: no-repeat;background-position: center;background-size: cover;box-sizing:border-box;padding-top: 118px;color: #026ba2;height:0;padding-top: 0;padding-bottom: 18.75%; }
.nyBanner .w1366{padding-top: 118px;padding-top: 6.14%;}
.nyBanner h3{font-size: 30px;line-height: 42px;font-weight: normal;}
.nyBanner h4{font-size: 17px;line-height: 26px;font-weight:normal;text-transform: uppercase;}
.nyBanner.banwhite{color: #fff;}

.nyNav{box-shadow: -1.04px 4.891px 7.52px 0.48px rgba(0, 0, 0, 0.1);line-height: 60px;font-size: 16px;color: #666666;position: relative;z-index: 2;}
.nyNav ul li{position: relative;}
.nyNav ul li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #026ba2;transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nyNav ul li a{display: block;font-size: 18px;color: #111111;padding: 0 25px;position: relative;z-index: 2;}
.nyNav ul li.on:before,.nyNav ul li:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.nyNav ul li.on a,.nyNav ul li:hover a{color: #fff;}
.nyNav .path{padding-left: 14px;background: url(../images/pathIcon.png) no-repeat left center;}
.nyNav .path a:hover{color: #026ba2;}

.pageStyle{font-size: 16px;line-height: 32px;text-align:justify;color: #333333;}
.pageStyle *{max-width: 100% !important;margin: 10px auto;}
.pageStyle img{height: auto !important;}

.aboutWrap{min-height: 350px;}
.aboutWrap .title{font-size: 30px;color: #333333;line-height: 30px;}
.aboutWrap .item1{padding: 76px 0 56px;background: url(../images/aboutBg1.jpg) no-repeat center top;}
.aboutWrap .item1 .top{margin-bottom: 40px;}
.aboutWrap .item1 .top .left{width: 45.2%;}
.aboutWrap .item1 .top .left .title{margin-bottom: 36px;}
.aboutWrap .item1 .top .left .text{margin-bottom: 42px;}
.aboutWrap .item1 .top .left .text .blue{color: #026ba2;}
.aboutWrap .item1 .top .left .ul{padding: 35px 0 26px;border-top: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;text-align: center;}
.aboutWrap .item1 .top .left .ul li{width: 33.33%;}
.aboutWrap .item1 .top .left .ul li h5{font-size: 15px;color: #bebebe;line-height: 41px;font-weight: normal;}
.aboutWrap .item1 .top .left .ul li h5 span{font-size: 35px;color: #026ba2;font-family: "RobotoBold";margin-right: 6px;}
.aboutWrap .item1 .top .left .ul li p{font-size: 14px;line-height: 30px;color: #666666;}
.aboutWrap .item1 .top .video{width: 48.3%;cursor: pointer;}
.aboutWrap .item1 .top .video .pic{width: 100%;height: 0;padding-bottom: 345px;position: relative;overflow: hidden;}
.aboutWrap .item1 .top .video .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutWrap .item1 .top .video .pic i{width: 68px;height: 68px;position: absolute;left: 50%;top:50%;z-index: 2;margin: -34px 0 0 -34px;background: url(../images/videoIcon.png) no-repeat center;background-size: 100% 100%;}
.aboutWrap .item1 .top .video:hover .pic i{-webkit-transform: rotateZ(360deg);transform: rotateZ(360deg);}
.aboutWrap .item1 .top .video h5{padding: 0 38px;line-height: 78px;background: #ffffff;font-size: 26px;color: #333333;}
.aboutWrap .item1 .top .video:hover h5{color: #026ba2;}
.aboutWrap .item1 .btm .mrgBtm{margin-bottom: 20px;}

.aboutWrap .item2{padding: 80px 0 50px;background: url(../images/aboutBg2.jpg) no-repeat center;background-size: cover;}
.aboutWrap .item2 .title{color: #fff;margin-bottom: 40px;text-align: center;}
.aboutWrap .item2 .cont{color: #eaf1f5;}
.aboutWrap .item2 .cont .mrgBtm{margin-bottom: 20px;}
.aboutWrap .item2 .cont .point{margin: 50px 0 24px;font-size: 20px;color: #ffffff;font-weight: bold;}
.aboutWrap .item2 .cont .sign{text-align: right;font-size:18px;color: #fff;}
.aboutWrap .item2 .cont .sign span{margin-left: 5px;}

.aboutWrap .item3{padding: 50px 0 72px;background: url(../images/aboutBg3.jpg) no-repeat center top;background-size: cover;}
.aboutWrap .item3 .title{text-align: center;margin-bottom: 42px;}

.page{text-align: center;font-size: 0;}
.page .clearfix{display: inline-block;}
.page a,.page span,.page em,.page .text{margin: 0 4px;height: 36px;line-height: 36px;padding: 0 17px;border:1px solid #dddddd;font-size: 14px;color: #444444;background: #fff;}
.page .text{width: 38px;text-align: center;padding: 0;}
.page em{border:none;line-height: 38px;padding: 0 4px;}
.page a.num{padding: 0 14px;}
.page a.on,.page a:hover{background: #e7ac5c;border-color: #e7ac5c;color: #fff;}

.nyContent{padding: 60px 0 60px;min-height: 300px;}

.busChanel li{width: 32%;margin: 0 2% 56px 0;}
.busChanel li:nth-child(3n){margin-right: 0;}
.busChanel li a{display: block;background: #f8f8f8;text-align: center;color: #111111;}
.busChanel li a .pic{width: 100%;height: 0;padding-bottom: 73.18%;position: relative;overflow: hidden;background: #026ba2;}
.busChanel li a .pic em,
.busChanel li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.busChanel li a .pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.busChanel li a .pic b{background: #026ba2;opacity: 0;z-index: 2;}
.busChanel li a .pic .text{position: absolute;left: 0;top:50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);width: 100%;text-align: center;z-index: 3;}
.busChanel li a .pic .text p{margin-top: 24px;font-size: 20px;line-height: 30px;color: #ffd35e;font-family: "RobotoThin";opacity: 0;-webkit-transform:translateY(30px);transform:translateY(30px);}
.busChanel li a .pic .text .icon{opacity: 0;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.busChanel li a h5{font-size: 18px;line-height: 78px;font-weight: normal;padding: 0 12px;}
.busChanel li a:hover{background: #ffffff;color: #026ba2;box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.1);}
.busChanel li a:hover .pic em{opacity: 0.7;}
.busChanel li a:hover .pic b{opacity: 0.5;}
.busChanel li a:hover .pic .text .icon{opacity: 1;-webkit-transform: rotateY(0);transform: rotateY(0);transition-delay: 0.5s;}
.busChanel li a:hover .pic .text p{opacity: 1;-webkit-transform:translateY(0);transform:translateY(0);transition-delay: 0.8s;}

.newsBtm{font-size: 14px;line-height: 24px;color: #333333;}
.newsBtm .date{font-size: 16px;font-family: "Arial";padding: 0 19px 0 19px;margin-right: 18px;background: url(../images/dateIcon.png) no-repeat left 6px;position: relative;}
.newsBtm .date:before{content: "";width: 1px;height: 13px;background: #e1e1e1;position: absolute;right: 0;top:50%;margin-top: -6px;}
.newsBtm .more{padding-right: 26px;position: relative;}
.newsBtm .more:before{content: "";width: 18px;height: 9px;position: absolute;right: 0;top:50%;margin-top: -4px;background: url(../images/arrow2.png) no-repeat right center;}



.recomNews{padding: 40px 0;background: url(../images/newsBg.jpg) no-repeat center;background-size: cover;}
.recomNews .wrap{box--sizing:border-box;padding: 30px 35px 30px 30px;background: #ffffff;}
.recomNews .container{width: 100%;position: relative;overflow: hidden;}
.recomNews .container a{display: block;}
.recomNews .container .pic{width: 50%;height: 0;padding-bottom: 376px;position: relative;overflow: hidden;}
.recomNews .container .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.recomNews .container .text{width: 46%;}
.recomNews .container .text h5{padding-top: 17px;font-size: 22px;line-height: 36px;color: #111111;max-height: 72px;overflow: hidden;margin-bottom: 21px;}
.recomNews .container .text p{padding-top: 16px;font-size: 18px;line-height: 36px;color: #333333;max-height: 144px;overflow: hidden;margin-bottom: 54px;border-top: 1px solid #e5e5e5;}
.recomNews .container a:hover .text h5,.recomNews .container a:hover .newsBtm .more{color: #026ba2;}
.recomNews .container a:hover .newsBtm .more:before{background-position: left center;}
.recomNews .btnWrap{width: 50px;position: absolute;right: 0;bottom: 36px;z-index: 3;}
.recomNews .btnWrap div{width: 18px;height: 18px;border:1px solid #d3d3d3;border-radius: 50%;position: relative;cursor: pointer;}
.recomNews .btnWrap div:before{content: "";width: 5px;height: 5px;border-left: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;position: absolute;left: 50%;top:50%;margin: -3px 0 0 -4px;-webkit-transform: rotateZ(-135deg);transform: rotateZ(-135deg);}
.recomNews .btnWrap div.prev:before{-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);margin: -3px 0 0 -2px;}
.recomNews .btnWrap div:hover{background: #f48b1a;border-color: #f48b1a;}
.recomNews .btnWrap div:hover:before{border-color: #fff;}

.newsList{padding: 36px 0 60px;min-height: 300px;}
.newsList ul{padding-bottom: 10px;}
.newsList ul li{margin-bottom: 50px;padding: 28px 56px 32px 28px;background: #f8f8f9;}
.newsList ul li a{display: block;height: 200px;padding-left: 362px;position: relative;}
.newsList ul li a .pic{width: 320px;height: 200px;position: absolute;left: 0;top:0;overflow: hidden;}
.newsList ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsList ul li a .tit{margin-bottom: 16px;border-bottom: 1px solid #e6e6e6;position: relative;}
.newsList ul li a .tit:before{content: "";width: 0;height: 1px;background: #026ba2;position: absolute;left: 0;bottom: -1px;-webkit-transition:all 2s linear;transition:all 2s linear; }
.newsList ul li a .tit h5{font-size: 20px;line-height: 64px;color: #111111;}
.newsList ul li a p{font-size: 16px;line-height: 28px;color: #333333;max-height: 56px;overflow: hidden;margin-bottom: 38px;}
.newsList ul li:hover a .tit h5,.newsList ul li:hover .newsBtm .more{color: #026ba2;}
.newsList ul li a:hover .tit:before{width: 100%;}
.newsList ul li:hover a .newsBtm .more:before{background-position: left center;}
.newsList ul li:hover{background: #fff;box-shadow: 0px 0px 20.68px 1.32px rgba(0, 69, 122, 0.2);}

.passage .psgTit{margin-bottom: 38px;}
.passage .psgTit h3{margin-bottom: 12px;padding-bottom: 32px;border-bottom: 1px solid #e5e5e5;text-align: center;font-size: 26px;color: #333333;line-height: 30px;font-weight: normal;}
.passage .psgTit .info{font-size: 14px;line-height: 30px;color: #999999;}
.passage .psgTit .info span{margin-left: 32px;padding-left: 17px;background: url(../images/psgIcon1.png) no-repeat left center;}
.passage .psgTit .info span:first-child{margin-left: 0;}
.passage .psgTit .info span.span2{background-image: url(../images/psgIcon2.png);}
.passage .psgTit .info span.span3{background-image: url(../images/psgIcon3.png);padding-left: 21px;}
.passage .psgTit .info span.span4{background-image: url(../images/psgIcon4.png);padding-left: 20px;}
.passage .psgTit .info .toList{padding-left: 28px;background: url(../images/toList.png) no-repeat left center;}
.passage .psgTit .info .toList:hover{color: #026ba2;}
.passage .psgCont{padding-bottom: 60px;}
.passage .psgCont .pic{text-align: center;padding: 23px 0;}
.passage .psgCont .mrgBtm{margin-bottom: 20px;}
.passage .psgShare{margin-bottom: 15px;font-size: 16px;line-height: 26px;color: #666666;}
.passage .psgShare .item{margin-right: 7px;}
.passage .psgShare .item:last-child{margin-right: 0;}
.passage .psgLink{padding-top: 40px;border-top: 1px solid #e5e5e5;font-size: 16px;line-height: 30px;color: #5e5e5e;}
.passage .psgLink a:hover{color: #026ba2;text-decoration: underline;}

.noticeList ul{padding-bottom: 7px;}
.noticeList ul li{width: 48%;margin-bottom: 52px;}
.noticeList ul li:nth-child(2n){float: right;}
.noticeList ul li a{display: block;padding: 4px 36px 21px 30px;border:1px solid #eeeeee;}
.noticeList ul li a .tit{position: relative;margin-bottom: 12px;border-bottom: 1px solid #eeeeee;}
.noticeList ul li a .tit:before{content: "";width: 0;height: 1px;background: #026ba2;position: absolute;left: 0;bottom: -1px;-webkit-transition:all 2s linear;transition:all 2s linear; }
.noticeList ul li a .tit h5{font-size: 18px;color: #111111;line-height: 70px;font-weight: normal;}
.noticeList ul li a p{margin-bottom: 24px;font-size: 16px;line-height: 30px;color: #666666;height: 60px;overflow: hidden;}
.noticeList ul li a .btm{font-size: 16px;line-height: 26px;color: #333333;}
.noticeList ul li a .btm span{font-family: "Arial";padding-left: 22px;position: relative;}
.noticeList ul li a .btm span:before{content: "";width: 12px;height: 12px;position: absolute;left: 0;top:50%;margin-top: -6px;background: url(../images/dateIcon1.png) no-repeat left top;}
.noticeList ul li a .btm i{width: 63px;height: 21px;border:1px solid #eeeeee;border-radius: 10px;position: relative;}
.noticeList ul li a .btm i:before{content: "";width: 20px;height: 13px;position: absolute;left: 50%;top:50%;margin: -7px 0 0 -10px;background: url(../images/arrow4.png) no-repeat right center;}
.noticeList ul li a:hover{border-color: #fff;box-shadow: 0px 0px 20.68px 1.32px rgba(0, 69, 122, 0.2);}
.noticeList ul li a:hover .tit h5{color: #015ca2;}
.noticeList ul li a:hover .tit:before{width: 100%;}
.noticeList ul li a:hover .btm span{color: #026ba2;}
.noticeList ul li a:hover .btm span:before{background-position: left bottom;}
.noticeList ul li a:hover .btm i{border-color: #026ba2;background: #026ba2;}
.noticeList ul li a:hover .btm i:before{background-position: left center;}

.busSector{background: url(../images/busSectorBg.jpg) no-repeat center;background-size: cover;overflow: hidden;}
.busSector > .w1366{position: relative;}
.busSector .picScroll{width: 64.9%;position: relative;overflow: hidden;}
.busSector .picScroll .swiper-slide em{display: block;height: 0;padding-bottom: 560px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.busSector .picScroll .swiper-pagination{bottom: 33px;height: 18px;}
.busSector .picScroll .swiper-pagination .swiper-pagination-bullet{width: 18px;height: 18px;margin:0 5px;cursor: pointer;position: relative;opacity: 1;background: none;}
.busSector .picScroll .swiper-pagination .swiper-pagination-bullet:before{content: "";width: 6px;height: 6px;position: absolute;left: 50%;top:50%;margin: -3px 0 0 -3px;background: #fff;opacity: 0.5;border-radius: 50%;}
.busSector .picScroll .swiper-pagination .swiper-pagination-bullet:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;box-sizing:border-box;border:1px solid #fff;border-radius: 50%;opacity: 0;-webkit-transform: scale(0);transform: scale(0);}
.busSector .picScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{opacity: 1;}
.busSector .picScroll .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.busSector .picScroll .btnWrap{position: absolute;bottom: 24px;right: 53px;z-index: 11;}
.busSector .picScroll .btnWrap div{width: 36px;height: 36px;background: rgba(0,0,0,0.3);cursor: pointer;position: relative;margin-left: 5px;}
.busSector .picScroll .btnWrap div:first-child{margin-left: 0;}
.busSector .picScroll .btnWrap div:before{content: "";width: 9px;height: 9px;border-left: 1px solid #fff;border-bottom: 1px solid #fff;position: absolute;left: 50%;top:50%;margin: -5px 0 0 -5px;}
.busSector .picScroll .btnWrap div.prev:before{-webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); transform: rotateZ(45deg);}
.busSector .picScroll .btnWrap div.next:before{-webkit-transform: rotateZ(-135deg); -moz-transform: rotateZ(-135deg); -ms-transform: rotateZ(-135deg); transform: rotateZ(-135deg);}
.busSector .picScroll .btnWrap div:hover{background: rgba(255,255,255,0.5);}
.busSector .picScroll .btnWrap div:hover:before{border-color: #d40000;}
.busSector .textWrap{width: 49.5%;position: absolute;top:45px;right: -4.8%;box-sizing:border-box;padding: 25px 27px 60px 45px;background: #ffffff;z-index: 2;}
.busSector .textWrap .tit{margin-bottom: 10px;font-size: 24px;line-height: 44px;color: #026ba2;font-weight: normal;text-align: center;}
.busSector .textWrap .cont{height: 290px;overflow: auto;padding-right: 46px;text-align: justify;}
.busSector .textWrap .cont::-webkit-scrollbar{width:3px;height:3px}
.busSector .textWrap .cont::-webkit-scrollbar-button:vertical{display:none}
.busSector .textWrap .cont::-webkit-scrollbar-corner,
.busSector .textWrap .cont::-webkit-scrollbar-track{background-color:#d2d2d2}
.busSector .textWrap .cont::-webkit-scrollbar-thumb{border-radius:0;background-color:#026ba2; }
.busSector .textWrap .cont::-webkit-scrollbar-thumb:vertical:hover{ }
.busSector .textWrap .cont::-webkit-scrollbar-thumb:vertical:active{ }

.lawsList{padding: 40px 0 60px;min-height: 300px;}
.lawsList ul{padding-bottom: 20px;}
.lawsList ul li{margin-bottom: 40px;}
.lawsList ul li a{display: block;padding: 24px 220px 38px 38px;background: #fbfbfb;position: relative;}
.lawsList ul li a .tit{margin-bottom: 16px;border-bottom: 1px solid #e6e6e6;font-size: 20px;line-height: 64px;color: #111111;position: relative;}
.lawsList ul li a .tit:before{content: "";width: 0;height: 1px;background: #026ba2;position: absolute;left: 0;bottom: -1px;-webkit-transition:all 2s linear;transition:all 2s linear; }
.lawsList ul li a p{font-size: 16px;line-height: 28px;color: #333333;height: 56px;overflow: hidden;}
.lawsList ul li a .date{width: 118px;padding-left: 42px;position: absolute;right: 0;top:52px;}
.lawsList ul li a .date:before{content: "";width: 1px;height: 90px;background: #eeeeee;position: absolute;left: 0;top:0;}
.lawsList ul li a .date span{display: block;font-size: 14px;line-height: 22px;color: #999999;font-family: "Arial";}
.lawsList ul li a .date em{display: block;font-size: 25px;color: #777777;line-height: 32px;font-family: "RobotoBold";}
.lawsList ul li a .date i{display: block;width: 63px;height: 21px;border: 1px solid #dedede;border-radius: 12px;position: relative;margin-top: 15px;}
.lawsList ul li a .date i:before{content: "";width: 20px;height: 13px;position: absolute;left: 50%;top:50%;margin: -7px 0 0 -10px;background: url(../images/arrow4.png) no-repeat right center;}
.lawsList ul li a:hover{background: #ffffff;box-shadow: 0px 0px 20.68px 1.32px rgba(0, 69, 122, 0.2);}
.lawsList ul li a:hover .tit,.lawsList ul li a:hover .date em{color: #015ca2;}
.lawsList ul li a:hover .tit:before{width: 100%;}
.lawsList ul li a:hover .date i{border-color: #015ca2;background: #015ca2;}
.lawsList ul li a:hover .date i:before{background-position: left center;}

.picList{padding-bottom: 20px;}
.picList li{width: 31.4%;margin: 0 2.9% 40px 0;}
.picList li:nth-child(3n){margin-right: 0;}
.picList li a{display: block;background: #f8f8f8;}
.picList li a .pic{width: 100%;height: 0;padding-bottom: 68.6%;position: relative;overflow: hidden;}
.picList li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.picList li a .text{padding: 0 60px 0 20px;line-height: 80px;font-size: 18px;color: #111111;position: relative;}
.picList li a .text h5{font-weight: normal;}
.picList li a .text i{width: 14px;height: 14px;border:1px solid #e8e8e8;border-radius: 50%;position: absolute;right: 20px;top:50%;margin-top: -8px;background: url(../images/arrow5.png) no-repeat right center;}
.picList li a .text:before{content: "";width: 1px;height: 15px;background: #eeeeee;position: absolute;right: 43px;top:50%;margin-top: -7px;}
.picList li a:hover{background: #ffffff;box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.17);}
.picList li a:hover .text{color: #015ca2;}
.picList li a:hover .text:before{background: #015ca2;}
.picList li a:hover .text i{border-color: #015ca2;background-position: left center;}

.contactUs .left{width: 25.6%;}
.contactUs .left li{border-bottom: 1px solid #eeeeee;padding: 30px 10px 19px 74px;position: relative;}
.contactUs .left li:first-child{border-top: 1px solid #eeeeee;}
.contactUs .left li .icon{position: absolute;left: 0;top:32px;}
.contactUs .left li h5{font-size: 18px;line-height: 24px;color: #666666;font-weight: normal;margin-bottom: 6px;}
.contactUs .left li p{font-size: 16px;line-height: 20px;color: #666666;min-height: 40px;}
.contactUs .left li p.num{font-weight: bold;font-family: "Arial";}
.contactUs .mapWrap{width: 70.8%;;height: 477px;box-sizing:border-box;padding: 5px;box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.17);}



@media screen and (max-width: 1600px){
.busSector .textWrap{right: 0;}
.busSector .textWrap .cont{padding-right: 30px;}

.isect3 .bgContainer .slide em{padding-bottom: 560px;}
.isect3 .tabs li .content .more{margin-top: 80px;}

}

@media screen and (max-width: 1440px){
.header .logo{height: 120px;line-height: 120px;}
.header .logo img{height: 48px;}
.header .top{top:20px;}
.header .nav{padding-top: 52px;}
.header .nav .nLi{margin-left: 25px;}

.banner .swiper-slide a{padding-bottom: 62.54%;}

.banner .slide1 .w1366{padding-top: 34%;}
.banner .slide1 .w1366 .line1 img{width: 69.1%;}
.banner .slide1 .w1366 .line2 img{width: 69.1%;}

.banner .slide2 .w1366{padding-top: 26.8%;}
/*.banner .slide2 .w1366 .line1 img{width: 19.47%;}*/
.banner .slide2 .w1366 .line1 img,
.banner .slide2 .w1366 .line2 img{height: 40px;}

.banner .slide3 .w1366{padding-top: 19.32%;}
.banner .slide3 .w1366 .line1 img{width: 16.1%;}
.banner .slide3 .w1366 .line1 img{width: 20.27%;}
.banner .slide3 .w1366 .line2 img{width: 84.99%;}

.banner .slide4 .w1366{padding-top: 30.16%;}
.banner .slide4 .w1366 .line1 img{width: 31.4%;}
.banner .slide4 .w1366 .line2 img{width: 42.82%;}

.pageStyle{font-size: 16px;}

.aboutWrap .item1 .top .left .text{margin-bottom: 20px;}
.aboutWrap .item1 .top .left .ul{padding: 20px 0;}
.aboutWrap .item1 .top .left .ul li p{font-size: 13px;line-height: 24px;}


}

@media screen and (max-width: 1300px){
.header .logo{height: 120px;line-height: 120px;}
.header .logo img{height: 40px;}
}

@media screen and (max-width: 1200px){
.header .nav,.header .top{display: none;}
.header .menuIcon{display: block;}
.header .logo{height: 90px;line-height: 90px;}
.header .logo img {-webkit-transform: scale(0.8);-moz-transform: scale(0.8);}

.isect1 dl{padding-left: 160px;}
.isect1 dl dt{font-size: 20px;width: 160px;height: 67px;line-height: 67px;}
.isect1 dl dt img{height: 20px;margin-right: 6px;}
.isect1 dl dd{padding: 12px 60px 12px 20px;}
.isect1 dl dd .container{height: 43px;line-height: 43px;}
.isect1 dl dd .btnWrap{width: 33px;}
.isect1 dl dd .btnWrap div{width: 33px;height: 33px;}
.isect1 dl dd .container a{padding-left: 68px;}
.isect1 dl dd .container a:before{height: 12px;margin-top: -6px;left: 58px;}
.isect1 dl dd .container a .date{font-size: 14px;}
.isect1 dl dd .container a .date em{font-size: 20px;}
.isect1 dl dd .container a h5{font-size: 16px;}

.isect4 .container a{overflow: hidden;}
.isect4 .container a .pic em{background-size: contain;}

.memCompany .scroll{box-sizing:border-box;}

.footer .top .fContact .tel{padding-right: 30px;padding-left: 36px;background-size: auto 26px;font-size: 20px;}
.footer .top .link{width: 24%;margin-right: 2%;}

.nyBanner{height: auto;padding: 8% 0 10%;}
.nyBanner .w1366{padding-top: 0;}
.partyBanner{padding: 16% 0;}
.nyNav ul li a{padding: 0 20px;}

.nyContent{padding: 30px 0 30px;}
.busChanel li{margin-bottom: 2%;}

.recomNews{padding: 40px 0;}
.recomNews .container .pic{padding-bottom: 300px;}
.recomNews .container .text h5{padding-top: 7px;font-size: 18px;line-height: 28px;max-height: 58px;margin-bottom: 10px;}
.recomNews .container .text p{font-size: 15px;line-height: 30px;max-height: 120px;}

.passage .psgTit h3{font-size: 22px;padding-bottom: 20px;}

.contactUs .left{width: 35%;}
.contactUs .mapWrap{width: 62%;}


}



@media screen and (max-width: 1024px){
.header{position: relative;background: #fff;}
.header .logo,.header.scroll .logo{height: 90px;line-height: 90px;}
.header.scroll .logo img{-webkit-transform: scale(1); -moz-transform: scale(1);}

.ititle h3{font-size: 24px;}

.isect2 .picScroll a .pic{padding-bottom: 280px;}
.isect2 .picScroll a .text{padding: 12px 12px 12px 90px;}
.isect2 .picScroll a .text .date{left: 12px;}
.isect2 .picScroll a .text:before{left: 78px;height: 36px;margin-top: -18px;}
.isect2 .picScroll a .text .date p{font-size: 13px;}
.isect2 .picScroll a .text .date p em{font-size: 18px;}
.isect2 .textScroll .list li a{padding: 14px 30px 14px 88px;}
.isect2 .textScroll .list li a .date{top:22px;}

.isect3 .bgContainer .slide em{padding-bottom: 55.6%;}
.isect3 .tabs li .content .more{height: 40px;line-height: 40px;}
.isect3 .tabs li .content .more span{font-size: 13px;padding-right: 24px;}
.isect3 .tabs li .content .more span:before{-webkit-transform-origin:right center;transform-origin:right center;-webkit-transform: scale(0.8);transform: scale(0.8);}
.isect3 .tabs li .content .icon img{height: 60px;}
.isect3 .tabs li .content h5{font-size: 18px;}
.isect3 .tabs li.active .content{padding-bottom: 30px;}
.isect3 .tabs li.active .content .more{margin: 60px auto 0;}

.isect4{margin: 40px auto;}
.isect4 .container{height: 100px;}
.isect4 .container a .pic{padding-bottom: 100px;}
.isect4 .container a .text{font-size: 14px;line-height: 24px;max-height: 48px;}

.isect4 .ititle{position: relative;text-align: center;width: 100%;margin-bottom: 10px;}
.isect4 .container a{padding-left: 17.13%;position: relative;}
.isect4 .container a .text{position: absolute;left: 0;top:50%;padding-top: 0;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.isect4 .container a .pic{width: 100%;}
.isect4 .container a .pic em{background-size: contain;}

.isect5{padding: 40px 0;}
.isect5 .text .ititle{margin-bottom: 10px;}
.isect5 .text .desc{margin-bottom: 20px;font-size: 14px;line-height: 26px;text-align:justify; }
.isect5 .text .ul{padding: 16px 0 12px;}
.isect5 .text .ul li p{font-size: 12px;line-height: 20px;}
.isect5 .text .ul li h5{font-size: 13px;line-height: 30px;margin-bottom: 4px;}
.isect5 .text .ul li h5 span{font-size: 28px;}
.isect5 .video h5{font-size: 18px;padding: 0 12px;line-height: 44px;}
.isect5 .video .pic{padding-bottom: 245px;}
.isect5 .video .pic i{width: 40px;height: 40px;margin: -20px 0 0 -20px;}

.memCompany{padding: 30px 0;}
.memCompany .ititle{padding: 0;}

.footer .top .fContact{width: 100%;}
.footer .top .fContact .text{padding-top: 13px;}
.footer .top .fContact .text p{float: left;margin-right: 12px;}
.footer .top .fContact .text p:last-child{margin-right: 0;}
.footer .top .link{float: left;width: 60%;}
.footer .top .qrcode{padding-top: 10px;}

.nyWrap{padding-top: 0;}

.nyNav{display: none;}

.aboutWrap .item1{padding: 30px 0 20px;}
.aboutWrap .item1 .top .left,.aboutWrap .item1 .top .video{width: 100%;}
.aboutWrap .item1 .top .video{margin-top: 20px;}
.aboutWrap .item2{padding: 30px 0;}
.aboutWrap .item2 .title{margin-bottom: 20px;}
.aboutWrap .item3{padding: 30px 0;}
.aboutWrap .item3 .title{margin-bottom: 20px;}

.busChanel li a h5{font-size: 16px;line-height: 45px;}
.busChanel li a .pic .text .icon{height: 54px;}
.busChanel li a .pic .text p{margin-top: 8px;}

.newsList ul li{margin-bottom: 25px;padding: 16px;}
.newsList ul li a{padding-left: 348px;}

.passage .psgTit .info span.span2,.passage .psgTit .info span.span3{display: none;}

.noticeList ul li a{padding: 4px 16px 16px;}
.noticeList ul li a .tit h5{font-size: 16px;line-height: 44px;}
.noticeList ul li a p{font-size: 14px;line-height: 24px;height: 48px;}

.busSector .picScroll{width: 100%;}
.busSector .textWrap{width: 100%;position: relative;top:0;padding: 30px;}
.busSector .textWrap .cont{height: auto;padding-right: 0;}
.busSector .textWrap .tit{margin-bottom: 20px;}

.picList li{margin-bottom: 2.9%;}
.picList li a .text{padding: 0 40px 0 12px;font-size: 15px;line-height: 54px;}
.picList li a .text:before{display: none;}
.picList li a .text i{right: 10px;}

.contactUs .left{width: 45%;}
.contactUs .mapWrap{width: 52%;}

}

@media screen and (max-width: 768px){
.banner .swiper-pagination{bottom: 6%;}
.banner .swiper-pagination-bullet{width: 6px; height: 6px; margin: 0 4px!important;}
.banner .slide2 .w1366 .line1 img,
.banner .slide2 .w1366 .line2 img{height: 30px;}
.nyBanner{height:130px;}

.iMain{padding-top: 20px;}
.iMain:before{display: none;}
.isect1{padding: 20px 0;padding: 0 0 20px;}
.isect2 .picScroll,.isect2 .textScroll{width: 100%;}
.isect2 .textScroll .list li:first-child{border-top: none;}
.isect2 .textScroll .list li a{padding: 20px 0 20px 88px;}
.isect2 .textScroll .list li a .arr{display: none;}
.isect2 .textScroll .tips{display: block;}

.ititle{margin-bottom: 20px;text-align: center;}
.ititle h3{width: 100%;font-size: 24px;line-height: 32px;margin-bottom: 10px;}

.isect2{padding-bottom: 30px;}
.isect2 .tabs{width: 100%;font-size: 0;height: 34px;}
.isect2 .tabs li{float: none;display: inline-block;}
.isect2 .tabs li a{padding: 0 20px;font-size: 16px;line-height: 34px;}
.isect2 .tabs li a:before{height: 14px;margin-top: -7px;}

.isect3 .tabs li,.isect3 .tabs li:first-child{width: 33.33%;height: 50%;}
.isect3 .tabs li .content .more{display: none;}
.isect3 .tabs li .content,.isect3 .tabs li.active .content{padding-bottom: 0;bottom: auto;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}

.isect4{margin: 30px auto 20px;}
.isect4 .ititle{margin-bottom: 10px;top:0;}
.isect4 .container{height: 120px;}
.isect4 .container a{padding-left: 0;}
.isect4 .container a .text{width: 100%;position: relative;top:auto;-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);text-align: center;margin-top: 12px;max-height: 24px;-webkit-line-clamp:1;}
.isect4 .container a .pic{padding-bottom: 80px;}

.isect5 .text,.isect5 .video{width: 100%;}
.isect5 .video{margin-top: 30px;}

.memCompany .scroll{padding: 0 40px;}
.memCompany .scroll .container{padding: 0 1px;}
.memCompany .scroll .container a{height: 60px;line-height: 60px;}

.footer .top{padding: 20px 0;}

.nyBanner h3{font-size: 24px;line-height: 34px;}
.nyBanner h4{font-size: 16px;}

.pageStyle{font-size: 15px;line-height: 30px;}
.aboutWrap .title{font-size: 24px;}
.aboutWrap .item1 .top{margin-bottom: 20px;}
.aboutWrap .item1 .top .left .title{margin-bottom: 15px;}
.aboutWrap .item1 .btm .mrgBtm{margin-bottom: 8px;}
.aboutWrap .item2 .cont .mrgBtm{margin-bottom: 8px;}
.aboutWrap .item2 .cont .point{margin: 20px 0 10px;font-size: 17px;}

.page a, .page span, .page em, .page .text{height: 30px;line-height: 30px;font-size: 12px;padding: 0 12px;}
.page span, .page em, .page .text,.page a.num{display: none;}
.page a.num.on{display: inline-block;}

.busChanel li{width: 49%;margin-right: 0;}
.busChanel li:nth-child(2n){float: right;}


.recomNews{padding: 30px 0;}
.recomNews .wrap{padding: 15px;}
.recomNews .container .pic{padding-bottom: 220px;}
.recomNews .container .text h5{padding-top: 7px;font-size: 16px;line-height: 24px;max-height: 24px;margin-bottom: 10px;-webkit-line-clamp:1;}
.recomNews .container .text p{font-size: 13px;line-height: 24px;max-height: 48px;margin-bottom: 10px;}
.recomNews .btnWrap{bottom: 0;}

.newsBtm{font-size: 12px;}
.newsBtm .date{font-size: 14px;padding-right: 10px;margin-right: 10px;}

.newsList ul li a{height: 158px;padding-left: 270px;}
.newsList ul li a .pic{width: 250px;height: 158px;}
.newsList ul li a .tit{margin-bottom: 10px;}
.newsList ul li a .tit h5{font-size: 16px;line-height: 34px;padding-bottom: 4px;}
.newsList ul li a p{font-size: 13px;line-height: 24px;max-height: 48px;margin-bottom: 20px;}

.passage .psgTit{margin-bottom: 20px;}
.passage .psgTit h3{font-size: 17px;font-weight: bold;line-height: 24px;padding-bottom: 8px;margin-bottom: 8px;}
.passage .psgTit .info{font-size: 12px;line-height: 24px;}
.passage .psgTit .info span{margin-left: 12px;}
.passage .psgCont{padding-bottom: 20px;font-size:15px;line-height:28px;}
.passage .psgCont p{margin:8px auto;}
.passage .psgShare{display:none;}
.passage .psgLink{padding-top: 20px;font-size: 14px;line-height: 26px;}

.noticeList ul li{width: 100%;margin-bottom: 30px;}

.busSector .picScroll .swiper-slide em{padding-bottom: 63.13%;}
.busSector .picScroll .btnWrap{right: 20px;}
.busSector .textWrap{padding: 20px;}

.lawsList ul li{margin-bottom: 20px;}
.lawsList ul li a{padding: 12px 140px 20px 20px;}
.lawsList ul li a .date{width: 88px;padding-left: 20px;top:50%;-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.lawsList ul li a .date:before{height: 60px;top:50%;margin-top: -30px;}
.lawsList ul li a .date em{font-size: 20px;}
.lawsList ul li a .date i{margin-top: 8px;}
.lawsList ul li a .tit{font-size: 16px;line-height: 40px;}
.lawsList ul li a p{font-size: 13px;line-height: 24px;height: 48px;}

.picList li{width: 49%;margin-right: 0;}
.picList li:nth-child(2n){float: right;}

.contactUs .left,.contactUs .mapWrap{width: 100%;}
.contactUs .left{margin-bottom: 20px;}
.contactUs .mapWrap{height: 300px;}
.contactUs .left li h5{font-size: 16px;margin-bottom: 3px;line-height: 18px;}

}

@media screen and (max-width: 580px){
.newsList ul li a{height: auto;padding-left: 0;}
.newsList ul li a .pic{position: relative;width: 100%;padding-bottom: 62.5%;height: 0;margin-bottom: 10px;}
.newsList ul li a p{margin-bottom: 12px;}

}
@media screen and (max-width: 468px){
.header .logo,.header.scroll .logo{height: 60px;line-height: 62px;}
.header .logo img{height: 30px;}
.header .menuIcon{width: 30px;right: 0%;}

.banner .slide2 .w1366 .line1 img,
.banner .slide2 .w1366 .line2 img{height: 20px;}

/*.isect1 dl{padding-left: 120px;}
.isect1 dl dt{font-size: 16px;width: 120px;height: 67px;line-height: 67px;}
.isect1 dl dt img{height: 16px;margin-right: 6px;}
.isect1 dl dd{padding-right: 20px;}
.isect1 dl dd .btnWrap{display: none;}*/

.ititle{margin-bottom: 12px;}
.ititle h3{font-size: 20px;}

.isect1 dl{padding-left: 0;}
.isect1 dl dt{font-size: 16px;width: 120px;height: 44px;line-height: 44px;position: relative;width: 100%;}
.isect1 dl dt img{height: 16px;margin-right: 6px;}
.isect1 dl dd{padding: 5px 10px;}
.isect1 dl dd .btnWrap{display: none;}
.isect1 dl dd .container a h5{font-size: 14px;}

.isect2 .picScroll a .pic{padding-bottom: 56.96%;}
.isect2 .picScroll a .text{padding: 8px 10px 8px 68px;}
.isect2 .picScroll a .text:before{left: 60px;height: 30px;margin-top: -15px;display: none;}
.isect2 .picScroll a .text .date{left: 6px;}
.isect2 .picScroll a .text .date p{font-size: 15px;}
.isect2 .picScroll a .text .date p em{font-size: 20px;}
.isect2 .picScroll a .text .date .btn{display:none;}
.isect2 .picScroll a .text h5{font-size: 15px;line-height: 28px;}
.isect2 .picScroll a .text .desc{font-size: 13px;}
.isect2 .picScroll .swiper-pagination{bottom: 80px;}

.isect2 .textScroll .list li a{padding: 12px 0 12px 66px;}
.isect2 .textScroll .list li a:before{display: none;}
.isect2 .textScroll .list li a .date{top:;}
.isect2 .textScroll .list li a .date em{font-size: 12px;}
.isect2 .textScroll .list li a .date span{font-size: 16px;}
.isect2 .textScroll .list li a .tit h5{font-size: 15px;}
.isect2 .textScroll .list li a p{font-size: 13px;}

.isect2 .picScroll a .text .date{top:16px;}
.isect2 .picScroll a .text .desc{display: none;}
.isect2 .picScroll a .text h5{white-space:normal;height: 48px;line-height: 24px;
overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.isect2 .textScroll .list li a p{display: none;}
.isect2 .textScroll .list li a .tit h5{white-space:normal;height: 48px;line-height: 24px;
overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.isect2 .textScroll .list li a .date{top:16px;}
.isect2 .textScroll .list li a:hover .tit h5{-webkit-transform:translateX(0);transform:translateX(0);}
.isect2 .textScroll .list li a .tit:before{display: none;}

.isect3 .ititle{padding-bottom: 0;}
.isect3 .tabs li .content .icon img{height: 40px;}
.isect3 .tabs li .content h5{font-size: 15px;font-weight:bold;line-height: 20px;}

.isect4{padding-bottom: 20px;}
.isect4 .container{height: 84px;}
.isect4 .container a .pic{padding-bottom: 48px;}
.isect4 .container a .pic em{background-size: cover;}

.isect5{padding: 20px 0;}
.isect5 .video{margin-top: 15px;}
.isect5 .video .pic{padding-bottom: 52.27%;}

.footer .top{padding: 10px 0 20px;font-size: 13px;line-height: 24px;}
.footer .top .fContact{float: none;}
.footer .top .link{width: 100%;margin-right: 0;float: none;}
.footer .top .qrcode1{display: none;}
/*.footer .top .qrcode2{display: block;float: none;}*/
.footer .btm{font-size: 12px;line-height: 20px;}
.footer .btm span{display: block;margin: 5px -10px;}

.pageStyle{font-size: 15px;line-height: 28px;}
.aboutWrap .title{text-align: center;}
.aboutWrap .item1 .top .left .ul li h5{font-size: 14px;}
.aboutWrap .item1 .top .left .ul li h5 span{font-size: 26px;margin-right: 2px;}
.aboutWrap .item1 .top .left .ul li p{font-size: 12px;line-height: 20px;}
.aboutWrap .item1 .top .video .pic{padding-bottom: 52.27%;}
.aboutWrap .item1 .top .video .pic i{width: 36px;height: 36px;margin: -18px 0 0 -18px;}
.aboutWrap .item1 .top .video h5{padding: 0 12px;font-size: 16px;line-height: 44px;text-align: center;box-shadow: 0 0 5px rgba(0,0,0,0.1)}
.aboutWrap .item2 .cont .point{font-size: 15px;line-height: 24px;}
.aboutWrap .item2 .cont .sign span{margin-left: 6px;}
.aboutWrap .item2 .cont .sign{font-size: 15px;}

.busChanel li{width: 49%;}
.busChanel li a .pic .text .icon{height: 45px;}
.busChanel li a .pic .text p{font-size: 16px;}

.recomNews .container .pic,.recomNews .container .text{width: 100%;}
.recomNews .container .pic{margin-bottom: 8px;padding-bottom: 56.97%;}
.recomNews .container .text p{padding-top: 10px;}

.passage .psgTit .info{text-align: center;}
.passage .psgTit .info span{float: none;display: inline-block;margin: 0 4px;}
.passage .psgTit .info .toList{display: none;}
.passage .psgCont .pic{padding: 12px 0;}
.passage .psgCont .mrgBtm{margin-bottom: 12px;}

.noticeList ul li{margin-bottom: 15px;}
.noticeList ul li a p{margin-bottom: 12px;}
.noticeList ul li a .btm{font-size: 13px;}

.busSector .picScroll .btnWrap{display: none;}
.busSector .picScroll .swiper-pagination{bottom: 15px;}
.busSector .textWrap .tit{margin-bottom: 12px;font-size: 20px;line-height: 28px;}

.lawsList{padding: 30px 0 40px;}
.lawsList ul li{margin-bottom: 20px;}
.lawsList ul li a{padding: 8px 84px 12px 12px;}
.lawsList ul li a .date{width: 60px;padding-left: 12px;}
.lawsList ul li a .date:before{height: 40px;margin-top: -20px;}
.lawsList ul li a .date span{font-size: 12px;}
.lawsList ul li a .date em{font-size: 15px;line-height: 20px;}
.lawsList ul li a .date i{margin-top: 8px;width: 50px;height: 18px;}
.lawsList ul li a .date i:before{-webkit-transform: scale(0.8);transform: scale(0.8);}
.lawsList ul li a .tit{font-size: 15px;line-height: 40px;margin-bottom: 8px;}
.lawsList ul li a p{font-size: 12px;line-height: 20px;height: 40px;}

.picList li{width: 100%;}

.contactUs .left li{padding: 15px 0 15px 54px;}
.contactUs .left li p{min-height: auto;}
.contactUs .left li p{font-size: 14px;}
.contactUs .left li .icon{width: 40px;top:15px;}

.nyBanner h3{font-size: 18px;line-height: 28px;}
.nyBanner h4{font-size: 14px;}
.aboutWrap .item1 .top .left .title{font-size: 18px;line-height: 24px;}

.newsList{padding: 36px 0 36px;}

}