/*@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:#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 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;}

body{min-width: 1366px;}
.w1366{width: 1366px;margin: 0 auto;}

.header{line-height: 90px;position: relative;z-index: 9;min-width: 1366px;}
.header .nav .nLi{position: relative;}
.header .nav .nLi h3 a{display: block;font-size: 18px;color: #333333;font-weight: normal;padding: 0 10px;padding: 0 16px;}
.header .nav .nLi h3 a:before,
.header .nav .nLi h3 a:after{content: "";width: 2px;height: 16px;position: absolute;left: 50%;margin-left: -1px;-webkit-transform: scale(1,0);transform: scale(1,0); }
.header .nav .nLi h3 a:before{top:0;background: #1FA639;-webkit-transform-origin:center top;transform-origin:center top;}
.header .nav .nLi h3 a:after{bottom: 0;background: #225BA9;-webkit-transform-origin:center bottom;transform-origin:center bottom;}
.header .nav .nLi .navSub{position: absolute;width: 120px;left: 50%;margin-left: -60px;top:90px;background: #fff;display: none;}
.header .nav .nLi .navSub li{padding: 6px 0;}
.header .nav .nLi .navSub a{display: block;font-size: 15px;line-height: 25px;text-align: center;color: #444;position: relative;}
.header .nav .nLi .navSub a:before{content: "";width: 3px;height: 100%;background: #225BA9;position: absolute;left: 0;top:0;-webkit-transform: scale(1,0);transform: scale(1,0);}
.header .nav .nLi.on h3 a,.header .nav .nLi:hover h3 a,.header .nav .nLi .navSub a:hover{color: #225BA9;}
.header .nav .nLi .navSub a:hover:before{-webkit-transform: scale(1,1);transform: scale(1,1);}
.header .nav .nLi.on h3 a:before,.header .nav .nLi.on h3 a:after,
.header .nav .nLi:hover h3 a:before,.header .nav .nLi:hover h3 a:after{-webkit-transform: scale(1,1);transform: scale(1,1);}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner a{display: block;width: 100%;height: 650px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.banner .swiper-pagination{width: 1366px;left: 50%;margin-left: -683px;bottom: 30px;text-align: left;font-size: 20px;color: #FFFFFF;}
.banner .swiper-pagination .swiper-pagination-bullet{width: auto;height: auto;background: none;border-radius: 0;opacity: 1;margin: 0 28px 0 0;-webkit-transition:all 0.3s linear;transition:all 0.3s linear;position: relative;}
.banner .swiper-pagination .swiper-pagination-bullet:before{content: "";width: 43px;height: 1px;background: #FFFFFF;border-radius: 0.5px;position: absolute;left: 36px;bottom: 8px;-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform: scale(0,1);transform: scale(0,1);}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{font-size: 28px;margin-right: 60px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{-webkit-transform: scale(1,1);transform: scale(1,1);}


.iNotice{width: 100%;min-width: 1366px;box-shadow: 0 2px 10px rgba(0,0,0,0.1);padding: 15px 0;}
.iNotice .container{width: 100%;height: 30px;overflow: hidden;position: relative;box-sizing: border-box;padding-left: 30px;background: url(../images/notice.svg) no-repeat left center;}
.iNotice .container a{line-height: 30px;font-size: 16px;color: #666666;}
.iNotice .container a span{font-size: 18px;color: #333333;margin-right: 8px;}
.iNotice .container a:hover{color: #225BA9;}

.iTitle1{border-bottom: 1px solid #CCCCCC;margin-bottom: 30px;}
.iTitle1 h3{font-size: 28px;line-height: 28px;color: #333333;font-weight: normal;padding-bottom: 21px;}
.iTitle1 .imore{padding: 0 42px 24px 0;font-size: 16px;line-height: 21px;color: #999999;position: relative;margin-top: 4px;}
.iTitle1 .imore:before{content: "";width: 36px;height: 6px;position: absolute;right: 0;top:8px;background: url(../images/arrow1.svg) no-repeat right center;}
.iTitle1 .imore:hover{color: #225BA9;}
.iTitle1 .imore:hover:before{background-position: left center;}
.iTitle1 .tabs li{margin-left: 30px;padding-top: 5px;}
.iTitle1 .tabs li a{display: block;position: relative;font-size: 20px;color: #333333;line-height: 20px;padding-bottom: 24px;}
.iTitle1 .tabs li a:before{content: "";width: 100%;height: 4px;background: #225BA9;position: absolute;left: 0;bottom: -1px; -webkit-transform: scale(0,1);transform: scale(0,1);opacity: 0;}
.iTitle1 .tabs li.active a:before{-webkit-transform: scale(1,1);transform: scale(1,1);opacity: 1;}

.listStyle li a{display: block;height: 48px;line-height: 48px;position: relative;padding-right: 99px;}
.listStyle li a h5{font-size: 18px;color: #333333;font-weight: normal;}
.listStyle li a span{position: absolute;right: 0;top:0;font-size: 14px;color: #999999;}
.listStyle li a:before{content: "";width: 12px;height: 4px;position: absolute;left: 0;top:50%;margin-top: -2px;background: #1FA639;-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform: scale(0,1);transform: scale(0,1);}
.listStyle li a:hover:before{-webkit-transform: scale(1,1);transform: scale(1,1);}
.listStyle li a:hover h5{color: #225BA9;-webkit-transform:translateX(15px);transform:translateX(15px);}


.isect1{padding: 60px 0 50px;}
.isect1_1{width: 870px;overflow: hidden;padding-bottom: 10px;}
.isect1_1 .container{width: 100%;position: relative;}
.isect1_1 .innerScroll{width: 380px;box-shadow: 0 2px 10px rgba(0,0,0,0.1);position: relative;overflow: hidden;margin-left: 5px;}
.isect1_1 .innerScroll a{display: block;}
.isect1_1 .innerScroll .pic{width: 100%;height: 0;padding-bottom: 260px;position: relative;overflow: hidden;}
.isect1_1 .innerScroll .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1_1 .innerScroll .text{padding: 19px 12px 45px 20px;}
.isect1_1 .innerScroll .text span{display: block;font-size: 14px;line-height: 14px;color: #999999;margin-bottom: 10px;}
.isect1_1 .innerScroll .text h5{font-size: 18px;line-height: 36px;color: #333333;font-weight: normal;height: 72px;overflow: hidden;}
.isect1_1 .innerScroll a:hover .text h5{color: #225BA9;}
.isect1_1 .innerScroll .btnWrap{position: absolute;bottom: 20px;left: 20px;z-index: 2;}
.isect1_1 .innerScroll .btnWrap div{width: 20px;height: 20px;margin-right: 28px;cursor: pointer;}
.isect1_1 .innerScroll .btnWrap div.prev{background: url(../images/leftArr.svg) no-repeat left center;}
.isect1_1 .innerScroll .btnWrap div.next{background: url(../images/rightArr.svg) no-repeat right center;}
.isect1_1 .innerScroll .btnWrap div.prev:hover{background-position: right center;}
.isect1_1 .innerScroll .btnWrap div.next:hover{background-position: left center;}
.isect1_1 .listStyle{width: 460px;margin-top: -15px;}


.isect1_2{width: 456px;}
.isect1_2 .iTitle1{margin-bottom: 4px;}
.isect1_2 li a{display: block;padding: 16px 0;border-bottom: 1px solid #DDDDDD;position: relative;}
.isect1_2 li a:before{content: "";width: 120px;height: 1px;position: absolute;left: 0;bottom: -1px;background: #1FA639;-webkit-transform-origin:left center;transform-origin:left center;-webkit-transform: scale(0,1);transform: scale(0,1);transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.isect1_2 li h5{font-size: 18px;line-height: 36px;color: #333333;font-weight: normal;margin-bottom: 6px;}
.isect1_2 li span{display: block;line-height: 24px;font-size: 14px;color: #999999;}
.isect1_2 li span em{font-size: 24px;color: #333333;}
.isect1_2 li a:hover:before{-webkit-transform: scale(1,1);transform: scale(1,1);}
.isect1_2 li a:hover h5{color: #2968C0;}

.iTitle2{position: relative;margin-bottom: 42px;padding-bottom: 14px;font-size: 28px;color: #333333;line-height: 28px;font-weight: normal;text-align: center;}
.iTitle2:before{content: "";width: 48px;height: 4px;background: #2968C0;position: absolute;left: 50%;margin-left: -24px;bottom: 0;}


.isect2{width: 100%;min-width: 1366px;padding: 60px 0;background: url(../images/isect2Bg.jpg) no-repeat center top;background-size: cover;text-align: center;}
.isect2 .ul{margin-bottom: 30px;}
.isect2 .ul li{width: 20%;box-sizing: border-box;border-right: 1px solid #DDDDDD;padding: 2px 0 12px;}
.isect2 .ul li:first-child{border-left: 1px solid #DDDDDD;}
.isect2 .ul li h5{margin-bottom: 30px;font-size: 16px;color: #1FA639;font-weight: normal;}
.isect2 .ul li h5 span{margin-right: 18px;font-size: 40px;font-weight: 300;}
.isect2 .ul li h5 span em{font-weight: bold;}
.isect2 .ul li p{font-size: 16px;color: #666666;line-height: 16px;}
.isect2 .desc{margin-bottom: 40px;font-size: 16px;line-height: 32px;color: #333333;}
.isect2 .pic{position: relative;overflow: hidden;height: 0;padding-bottom: 380px;cursor: pointer;margin-bottom: 48px;}
.isect2 .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 .pic .btn{width: 60px;height: 60px;position: absolute;left: 50%;top:50%;margin: -30px 0 0 -30px;vertical-align: top;background-color: #fff;border-radius: 50%;cursor: pointer;}
.isect2 .pic .btn:before{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;border-radius: 50%;background-color: #fff;animation: scaleBtn 2s linear infinite;}
.isect2 .pic .btn:after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;border-radius: 50%;background-color: #fff;animation: scaleBtn 2s 1s linear infinite;}
.isect2 .pic .btn i{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 0;height: 0;margin: auto;border: 10px solid transparent;border-left: 15px solid #2968C0;border-right-width: 5px;transform: translateX(20%);z-index: 2;}
@keyframes scaleBtn{to{transform: scale(1.6);opacity: 0;}}

.moreBtn{display: block;width: 148px;height: 48px;background: #2968C0;border-radius: 3px;margin: 0 auto;color: #fff;line-height: 48px;font-size: 0;position: relative;overflow: hidden;text-align: center;}
.moreBtn span{display: inline-block;font-size: 16px;padding-right: 42px;background: url(../images/arrow2.svg) no-repeat right center;position: relative;z-index: 2;}
.moreBtn:before{width: 250px;height: 250px;border-radius: 100%;background: #1FA639;content: '';position: absolute;left: -24%;top: -80%;-webkit-transition: all 0.8s ease 0s;transition: all 0.8s ease 0s;-webkit-transform: scale(0);transform: scale(0);}
.moreBtn:hover:before{-webkit-transform: scale(1.25);transform: scale(1.25);}


.isect3{padding: 60px 0 80px;background: url(../images/isect3Bg.jpg) no-repeat center;background-size: cover;}
.isect3 .iTitle2{color: #fff;}
.isect3 ul{display: table;width: 100%;}
.isect3 ul li{display: table-cell;width: 22.7%;width: 17.6%;}
.isect3 ul li.active{width: 31.9%;width: 29.6%;}
.isect3 ul a{display: block;position: relative;overflow: hidden;height: 0;padding-bottom: 400px;}
.isect3 ul a:before{content: "";width: 100%;height: 200px;position: absolute;left: 0;bottom: 0;background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));z-index: 2;}
.isect3 ul a em,
.isect3 ul a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.isect3 ul a em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 ul a b{z-index: 2;background: #2968C0;opacity: 0;}
.isect3 ul a .text{position: absolute;left: 0;top:200px;width: 100%;height: 100%;z-index: 3;box-sizing: border-box;padding: 40px;color: #fff;text-align: center;}
.isect3 ul a .text .icon{width: 50px;height: 50px;line-height: 50px;display: block;margin: 0 auto;}
.isect3 ul a .text .icon img{height: 100%;}
.isect3 ul a .text h5{margin: 34px auto;font-size: 20px;line-height: 26px;font-weight: normal;}
.isect3 ul a .text p{font-size: 16px;line-height: 32px;height: 96px;margin-bottom: 45px;opacity: 0;width: 355px;}
.isect3 ul a .text i{display: block;width: 40px;height: 40px;margin: 0 auto;background: url(../images/arrow3.svg) no-repeat center;background-size: 100%;opacity: 0;}
.isect3 ul .active a:before{opacity: 0;}
.isect3 ul .active a b{opacity: 0.8;}
.isect3 ul .active a .text{top:0;}
.isect3 ul .active a .text p,.isect3 ul .active a .text i{opacity: 1;}


.isect4{padding: 60px 0;}
.isect4 .tabs{margin-bottom: 48px;text-align: center;}
.isect4 .tabs li{width: 14.28%;box-sizing: border-box;border-right: 1px solid #DDDDDD;}
.isect4 .tabs li:first-child{border-left: 1px solid #DDDDDD;}
.isect4 .tabs li a{display: block;padding: 20px 0;}
.isect4 .tabs li a .icon{width: 60px;height: 60px;margin: 0 auto 20px;position: relative;}
.isect4 .tabs li a .icon i{position: absolute;left: 0;top:0;}
.isect4 .tabs li a .icon i.o{opacity: 0;}
.isect4 .tabs li a .icon i img{height: 100%;}
.isect4 .tabs li a h5{font-size: 18px;line-height: 24px;color: #666666;font-weight: normal;}
.isect4 .tabs li.active a .icon .d{opacity: 0;}
.isect4 .tabs li.active a .icon .o{opacity: 1;}
.isect4 .tabs li.active a h5{color: #1FA639;}
.isect4 .container{width: 100%;position: relative;overflow: hidden;}
.isect4 .container ul{margin-bottom: 48px;}
.isect4 .container ul li{width: 554px;}
.isect4 .container ul li a{display: block;height: 0;padding-bottom: 611px;position: relative;overflow: hidden;padding-bottom: 295px;}
.isect4 .container ul li a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect4 .container ul li a:before{content: "";width: 100%;height: 120px;position: absolute;left: 0;bottom: 0;z-index: 2;background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.7));}
.isect4 .container ul li a .text{width: 100%;position: absolute;left: 0;bottom: 0;box-sizing: border-box;padding: 0 20px 16px;color: #fff;z-index: 3;}
.isect4 .container ul li a .text h5{font-size: 22px;line-height: 30px;font-weight: normal;}
.isect4 .container ul li a .text .more{height: 0;overflow: hidden;}
.isect4 .container ul li a .text span{display: inline-block;line-height: 22px;font-size: 16px;padding-right: 42px;background: url(../images/arrow2.svg) no-repeat right center;}
.isect4 .container ul li a:hover .text .more{height: 22px;margin-top: 12px;}
.isect4 .container ul li.li1,.isect4 .container ul li.li2{margin-right: 20px;}
.isect4 .container ul li.li1 a{padding-bottom: 611px;}
.isect4 .container ul li.li2,.isect4 .container ul li.li3{width: 386px;margin-bottom: 20px;}
.isect4 .container ul li.li4{width: 792px;}


.footer{background: url(../images/footerBg.jpg) no-repeat center;background-size: cover;color: rgba(255,255,255,0.6);}
.footer .top{width: 100%;min-width: 1366px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.footer .top .logo{padding: 30px 0;}
.footer .top .logo img{filter: brightness(0) invert(1);}
.footer .top .select{margin-top: 35px;width: 340px;position: relative;margin-bottom: 62px;}
.footer .top .select dt{height: 40px;background: #FFFFFF;border-radius: 3px;padding: 0 12px;position: relative;cursor: pointer;font-size: 16px;color: #666666;line-height: 40px;}
.footer .top .select dt:before{content: "";width: 11px;height: 11px;border-left: 1px solid #979797;border-bottom: 1px solid #979797;position: absolute;right: 16px;top:50%;margin-top: -10px;-webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); transform: rotateZ(-45deg);}
.footer .top .select dd{position: absolute;left: 0;top:40px;width: 100%;background: #fff;display: none;}
.footer .top .select dd a{display: block;padding: 0 12px;font-size: 13px;color: #555;line-height: 40px;}
.footer .top .select dd a:hover{background: #efefef;}
.footer .top .select dd ul{max-height: 200px;overflow: auto;}

.footer .top .select dd ul::-webkit-scrollbar{width:3px;height:3px}
.footer .top .select dd ul::-webkit-scrollbar-button:vertical{display:none}
.footer .top .select dd ul::-webkit-scrollbar-corner,
.footer .top .select dd ul::-webkit-scrollbar-track{background-color:#ccc}
.footer .top .select dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#2968C0; }
.footer .top .select dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.footer .top .select dd ul::-webkit-scrollbar-thumb:vertical:active{ }

.footer .med{padding: 30px 0 24px;font-size: 16px;line-height: 24px;width: 100%;min-width: 1366px;border-bottom: 1px solid rgba(255,255,255,0.2);}
.footer .med .tit{font-size: 18px;color: #fff;font-weight: normal;line-height: 18px;margin-bottom: 24px;}
.footer .fNav dl{width: 144px;}
.footer .fNav dd{padding: 4px 0;font-weight: 300;}
.footer .fNav a:hover{color: #fff;}
.footer .med .contactUs{width: 422px;float: right;}
.footer .btm{font-size: 14px;padding: 15px 0;line-height: 30px;width: 100%;min-width: 1366px;}
.footer .btm a:hover{color: #fff;text-decoration: underline;}

.nyBanner{width: 100%;min-width: 1366px;height: 340px;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
.nyBanner:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(0,0,0,0.4);opacity: 0;}
.nyBanner .w1366{padding-top: 129px;position: relative;z-index: 2;}
.nyBanner h3{font-size: 36px;line-height: 52px;color: #fefefe;font-weight: normal;}
.nyBanner .path{font-size: 14px;line-height: 32px;color: #fefefe;}
.nyBanner .path span{margin: 0 10px;}
.nyBanner .path a:hover{text-decoration: underline;}

.nyNav{background: #f5f5f5;border-bottom: 1px solid #e0e0e0;width: 100%;min-width: 1366px;}
.nyNav li{margin-right: 50px;}
.nyNav li a{display: block;height: 76px;line-height: 76px;font-size: 16px;color: #1a1a1a;position: relative;}
.nyNav li a:before{content: "";width: 100%;height: 4px;background: #225BA9;position: absolute;left: 0;bottom: -1px;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nyNav li.on a:before,.nyNav li a:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.nyNav li.on a,.nyNav li a:hover{color: #225BA9;}
.nyNav li.on a{font-weight: bold;}

.nyWrap{padding-bottom: 80px;min-height: 350px;min-width: 1366px;}
.nyWrap.w100p{width: 100%;min-width: 1366px;}

.nyTitle{text-align: center;font-size: 32px;color: #1a1a1a;line-height: 132px;font-weight: normal;}

.pageStyle{font-size: 15px;line-height: 30px;color: #4c4c4c;}
.pageStyle img{max-width: 100% !important;}

.aboutUs .text{width: 64%;}
.aboutUs .text .title{font-size: 28px;line-height: 64px;color: #225BA9;font-weight: normal;margin-bottom: 16px;background: url(../images/comma.png) no-repeat left top;}
.aboutUs .pic{width: 32%;}
.aboutUs .pic img{width: 100%;}


.honorWrap{width: 100%;overflow: hidden;position: relative;}
.honorWrap .honorScroll{padding-bottom: 21px;position: relative;}
.honorWrap .honorScroll .swiper-slide{width: 100%;}
.honorWrap .honorScroll .swiper-slide .hd{width: 350px;padding-bottom: 30px;}
.honorWrap .honorScroll .swiper-slide .hd ul li{border-bottom: 1px solid #e0dfdf;margin-bottom: 8px;font-size: 16px;color: #333333;line-height:28px;padding: 10px 0;cursor: pointer;position: relative;}
.honorWrap .honorScroll .swiper-slide .hd ul li:before{content: "";width: 0;height: 1px;background: #225BA9;position: absolute;left: 0;bottom: -1px;z-index: 2;
-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.honorWrap .honorScroll .swiper-slide .hd ul li.on{color: #225BA9;font-weight: bold;}
.honorWrap .honorScroll .swiper-slide .hd ul li.on:before{width: 464px;width: 431px;}
.honorWrap .honorScroll .swiper-slide .bd{margin-top: 6px;width: 798px;height: 502px;border:1px solid #e0dfdf;
-moz-box-shadow:2.5px 5px 5px 0px #e6e6e6; -webkit-box-shadow:2.5px 5px 5px 0px #e6e6e6; box-shadow:2.5px 5px 5px 0px #e6e6e6;}
.honorWrap .honorScroll .swiper-slide .bd .swiper-slide .pic{width: 100%;height: 502px;text-align: center;line-height: 502px;font-size: 0;cursor: pointer;}
.honorWrap .honorScroll .swiper-slide .bd .swiper-slide .pic img{max-width: 90%;max-height: 90%;width: 80%;height: 80%;}

.honorWrap .honorScroll .btnWrap{position: absolute;left: 0;bottom: 0;height: 24px;}
.honorWrap .honorScroll .btnWrap .btn{width: 38px;height: 22px;border:1px solid #d4d4d4;margin: 0 9px 0 0;position: relative;margin-top: 0;top: 0;left: 0;right: 0;background: #fff;}
.honorWrap .honorScroll .btnWrap .btn:before,
.honorWrap .honorScroll .btnWrap .btn:after{content: "";width: 7px;height: 14px;position: absolute;left: 16px;top: 4px;z-index: 3;background: url(../images/arrow4.png) no-repeat left top;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.honorWrap .honorScroll .btnWrap .btn:after{z-index: 4;background-position: left bottom;filter: alpha(opacity=0);opacity: 0;}
.honorWrap .honorScroll .btnWrap .btn.swiper-button-next:before{background-position: right top;}
.honorWrap .honorScroll .btnWrap .btn.swiper-button-next:after{background-position: right bottom;}
.honorWrap .honorScroll .btnWrap .btn b{width: 0;height: 100%;position: absolute;left: 0;top: 0;background: #225BA9;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.honorWrap .honorScroll .btnWrap .btn:hover{border-color: #225BA9;}
.honorWrap .honorScroll .btnWrap .btn:hover b{width: 100%;}
.honorWrap .honorScroll .btnWrap .btn:hover:before{filter: alpha(opacity=0);opacity: 0;}
.honorWrap .honorScroll .btnWrap .btn:hover:after{filter: alpha(opacity=100);opacity: 1;}



.newsTop .news{width: 100%;padding-bottom: 33px;border-bottom: 1px solid #dad9d9;}
.newsTop .news a{display: block;height: 285px;position: relative;padding-left: 461px;}
.newsTop .news a .pic{width: 433px;height: 285px;position: absolute;left: 0;top: 0;overflow: hidden;}
.newsTop .news a .pic img{width: 100%;height: 100%;}
.newsTop .news a .text{width: 100%;padding-top: 20px;}
.newsTop .news a .text h5{margin: 0 0 10px 0;font-size: 22px;line-height: 36px;color: #333333;position: relative;}
.newsTop .news a .text h5:before{content: "";width: 0;height: 2px;background: #225BA9;position: absolute;left: 0;top: 50%;margin-top: -1px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.newsTop .news a .text .date{font-size: 14px;line-height: 24px;color: #888888;margin-bottom: 26px;}
.newsTop .news a .text p{font-size: 14px;line-height: 24px;color: #888888;height: 72px;overflow: hidden;margin-bottom: 42px;}
.newsTop .news a .text .btn{width: 134px;height: 38px;border:1px solid #cbcaca;text-align: center;line-height: 38px;font-size: 14px;color: #666666;position: relative;}
.newsTop .news a .text .btn span{position: relative;z-index: 2;}
.newsTop .news a .text .btn:before{content: "";width: 0;height: 100%;position: absolute;left: 0;top: 0;background: #225BA9;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.newsTop .news a:hover .text .btn{border-color: #225BA9;color: #fff;}
.newsTop .news a:hover .text .btn:before{width: 100%;}
.newsTop .news a:hover .text h5{padding-left: 20px;color: #225BA9;}
.newsTop .news a:hover .text h5:before{width: 12px;}

.newsBtm{width: 100%;padding-top: 11px;}
.newsBtm ul{margin-bottom: 49px;}
.newsBtm ul li{padding: 24px 0 38px;border-bottom: 1px solid #dad9d9;}
.newsBtm ul li .wrap{display: block;padding: 0 198px 0 45px;position: relative;}
.newsBtm ul li .wrap a{display: inline-block;*display: inline;*zoom: 1;}
.newsBtm ul li .wrap h5{line-height: 50px;font-size: 20px;color: #333333;position: relative;}
.newsBtm ul li .wrap h5 a{display: block;}
.newsBtm ul li .wrap h5:before{content: "";width: 0;height: 2px;background: #225BA9;position: absolute;left: 0;top: 50%;margin-top: -1px;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.newsBtm ul li .wrap p{font-size: 14px;line-height: 28px;color: #777777;height: 56px;overflow: hidden;margin-bottom: 20px;}
.newsBtm ul li .wrap .btm{width: 132px;height: 29px;border:1px solid #dadada;border-radius: 15px;font-size: 0;}
.newsBtm ul li .wrap .btm .views{width: 86px;height: 29px;text-align: center;line-height: 29px;font-size: 14px;color: #999999;}
.newsBtm ul li .wrap .btm .views img{margin-right: 5px;}
.newsBtm ul li .wrap .btm .shareBtn{width: 43px;height: 29px;border-left: 1px solid #dadada;}
.newsBtm ul li .wrap .btm .shareBtn a{display: block;width: 100%;height: 29px;background: url(../images/shareIcon1.png) no-repeat center;font-size: 0;text-indent: 999em;padding: 0;margin: 0;}
.newsBtm ul li .wrap .date{width: 152px;position: absolute;top: 33px;right: 0;text-align: center;}
.newsBtm ul li .wrap .date em,.newsBtm ul li .wrap .date em{display: block;}
.newsBtm ul li .wrap .date em{font-size: 60px;color: #555555;line-height: 62px;font-weight: bold;}
.newsBtm ul li .wrap .date span{font-size: 16px;color: #555555;line-height: 29px;}
.newsBtm ul li:hover .wrap h5{padding-left: 20px;color: #225BA9;}
.newsBtm ul li:hover .wrap h5:before{width: 12px;}
.newsBtm ul li .wrap .date1{font-size: 14px;line-height: 24px;color: #888888;margin-bottom: 16px;display: none;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;height: 29px;padding: 0 26px;margin: 0 3px;font-size: 12px;color: #666666;line-height: 29px;border:1px solid #d5d5d5;}
.page a.num{padding: 0 10px;}
.page a.on,.page a:hover{border-color: #225BA9;background: #225BA9;color: #fff;}


.business{width: 100%;overflow: hidden;}
.business ul{width: 1260px;margin: 0 auto;}
.business ul li{width: 390px;margin: 0 30px 0 0;}
.business ul li a{display: block;}
.business ul li a .pic{width: 100%;height: 0;padding-bottom: 100%;position: relative;overflow: hidden;}
.business ul li a .pic em{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-repeat: no-repeat;background-position: center;background-size: cover;}
.business ul li a .pic b{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;background: rgba(34,91,169,0.8);filter: alpha(opacity=0);opacity: 0;}
.business ul li a .pic span{width: 92%;height: 92%;position: absolute;left: 4%;top: 4%;z-index: 3;border:1px solid #fff;box-sizing: border-box;filter: alpha(opacity=0);opacity: 0;
-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}
.business ul li a .pic i{width: 84px;height: 74px;position: absolute;left: 50%;top: 50%;z-index: 4;margin: -37px 0 0 -42px;background-repeat: no-repeat;background-position: center;filter: alpha(opacity=0);opacity: 0;text-align: center;line-height: 74px;
-webkit-transition:all 0.3s linear 0.2s; -moz-transition:all 0.3s linear 0.2s; -ms-transition:all 0.3s linear 0.2s; transition:all 0.3s linear 0.2s;}
.business ul li a .pic i img{height: 80%;}
.business ul li a:hover .pic b{filter: alpha(opacity=100);opacity: 1;}

.business ul li a:hover .pic span,.business ul li a:hover .pic i{filter: alpha(opacity=100);opacity: 1;-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
.business ul li a .text{width: 100%;height: 72px;padding-top: 15px;text-align: center;}
.business ul li a .text h4{height: 28px;line-height: 28px;font-size: 20px;color: #333333;font-weight: normal;}
.business ul li a .text h5{font-size: 12px;color: #747474;line-height: 20px;font-weight: normal;text-transform: uppercase;}

.caseList ul{width: 1305px;padding-bottom: 40px;}
.caseList ul li{width: 410px;margin: 0 25px 20px 0;padding-bottom: 15px;}
.caseList ul li a{display: block;}
.caseList ul li a .pic{width: 100%;height: 0;padding-bottom: 68.29%;position: relative;overflow: hidden;}
.caseList 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;}
.caseList ul li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.4);opacity: 0;}
.caseList ul li a h5{padding-top: 12px;font-size: 18px;line-height: 42px;color: #1a1a1a;font-weight: normal;}
.caseList ul li a p{font-size: 15px;line-height: 26px;color: #707070;height: 52px;overflow: hidden;}
.caseList ul li a:hover .pic em{transform: scale(1.05);}
.caseList ul li a:hover .pic b{opacity: 0;}
.caseList ul li a:hover h5{color: #225BA9;}

.contactTop{padding-top: 50px;margin-bottom: 68px;}
.contactTop ul li{padding-left: 117px;position: relative;min-height: 96px;max-width: 400px;}
.contactTop ul li .icon{width: 94px;height: 94px;border:1px solid #e0e0e0;border-radius: 50%;position: absolute;left: 0;top: 0;}
.contactTop ul li .icon:before,.contactTop ul li .icon:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.contactTop ul li .icon:after{z-index: 2;filter: alpha(opacity=0);opacity: 0;}
.contactTop ul li.li1{width: 280px;margin-right: 80px;}
.contactTop ul li.li2{}
.contactTop ul li.li3{}
.contactTop ul li.li3 .pic{width: 120px;padding: 5px;border: 1px solid #e0e0e0;}
.contactTop ul li.li3 .pic img{width: 100%;}
.contactTop ul li.li1 .icon:before{background: url(../images/contactIcon1.png) no-repeat center;}
.contactTop ul li.li1 .icon:after{background: url(../images/contactIcon1On.png) no-repeat center;}
.contactTop ul li.li2 .icon:before{background: url(../images/contactIcon2.png) no-repeat center;}
.contactTop ul li.li2 .icon:after{background: url(../images/contactIcon2On.png) no-repeat center;}
.contactTop ul li.li3 .icon:before{background: url(../images/contactIcon4.png) no-repeat center;}
.contactTop ul li.li3 .icon:after{background: url(../images/contactIcon4On.png) no-repeat center;}
.contactTop ul li:hover .icon{border-color: #0076ab;}
.contactTop ul li:hover .icon:before{filter: alpha(opacity=0);opacity: 0;}
.contactTop ul li:hover .icon:after{filter: alpha(opacity=100);opacity: 1;}
.contactTop ul li .tit{padding: 17px 0 12px;font-size: 14px;color: #333333;line-height: 22px;}
.contactTop ul li .cont{font-size: 18px;line-height: 24px;color: #333333;}
.contactTop ul li.li1 .cont{margin-bottom: 5px;}

.contactTop ul li,.contactTop ul li.li1{width: 33.33%;margin:0;box-sizing: border-box;padding: 0 20px;text-align: center;max-width: none;}
.contactTop ul li .icon{position: relative;margin: 0 auto;width: 80px;height: 80px;}
.contactTop ul li.li3 .pic{margin: 0 auto;width: 100px;}

.mapWrap{padding: 9px;background: #fff;border:1px solid #e0dfdf;height: 560px;
-moz-box-shadow:2.5px 5px 5px 0px #e6e6e6; -webkit-box-shadow:2.5px 5px 5px 0px #e6e6e6; box-shadow:2.5px 5px 5px 0px #e6e6e6;}


.passage{margin: 58px auto 0;}
.passage .psgTit{font-size: 30px;line-height: 36px;color: #222222;font-weight: normal;text-align: center;margin-bottom: 39px;}
.passage .info{padding-bottom: 15px;border-bottom: 1px solid #dddddd;margin-bottom: 33px;font-size: 14px;color: #777777;line-height: 30px;}
.passage .info .dare{padding-left: 27px;background: url(../images/dateIcon.png) no-repeat 3px center;margin-right: 19px;}
.passage .info .views{padding-left: 26px;background: url(../images/views1.png) no-repeat left center;margin-right: 23px;}

.passage .info .toList{font-size: 14px;line-height: 30px;color: #777777;padding-left: 25px;position: relative;}
.passage .info .toList:before,.passage .info .toList:after{content: "";width: 24px;height: 13px;position: absolute;left: 0;top: 8px;background: url(../images/toList.png) no-repeat left top;-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.passage .info .toList:after{z-index: 2;background-position: left bottom;filter: alpha(opacity=0);opacity: 0;}
.passage .info .toList:hover{color: #225BA9;}
.passage .info .toList:hover:after{filter: alpha(opacity=100);opacity: 1;}
.passage .info .toList:hover:before{filter: alpha(opacity=0);opacity: 0;}
.passage .psgCont{font-size: 15px;line-height: 34px;letter-spacing: 1px;color: #666666;text-align: justify;min-height: 300px;margin-bottom: 60px;word-break:normal;word-wrap:break-word;font-size: 16px;line-height: 34px;}
.passage .psgCont.small{font-size: 14px;line-height: 30px;}
.passage .psgCont.big{font-size: 18px;line-height: 40px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgCont img{height: auto !important;}
/*.passage .psgCont p{text-indent: 2em;}*/
.passage .psgLink{padding-top: 27px;border-top: 1px solid #dddddd;font-size: 15px;color: #333333;line-height: 30px;}
.passage .psgLink p{margin-bottom: 9px;}
.passage .psgLink p span{font-weight: bold;color: #555555;}
.passage .psgLink p:hover a{color: #225BA9;text-decoration: underline;}

.float{position: fixed;right: 0;top:50%;z-index: 8;text-align: center;padding-bottom: 10px;background: #fff;width: 200px;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.float .pic img{width: 100%;}
.float p{font-size: 14px;color: #444;line-height: 24px;}