@charset "utf-8";
/* CSS Document */
body { font: 16px/1.5 helvetica, Arial, '微软雅黑'; color: #333; background-color: #fff; }
/*Webkit,Opera9.5+,Ie9+*/
::selection { background: #4299de; color: #fff; }
/*Mozilla Firefox*/
::-moz-selection {
 background:#4299de;
 color:#fff;
}
body, header, footer, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }
i, b { font-style: normal; font-weight: normal }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: none; }
legend { display: none }
address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content: "" }
a { text-decoration: none; color: #333; }
/*a:active{ background:none;}*/
a:hover { text-decoration: none }
a:hover { color: #0351B7; }
abbr, acronym { border: 0; }
.less12px { -webkit-text-size-adjust: none; }/*chrome私有属性，允许font-size<12px*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block }
* html .clearfix { height: 1%; }
.clearfix { display: block }
.tul, .tul:hover { text-decoration: underline; }
input[type="checkbox"], input[type="radio"] { margin-left: 5px; margin-right: 5px; }
input, img, textarea, button { outline: none; vertical-align: middle; font: 14px helvetica, Arial, '微软雅黑'; }
a { -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; transition: all .2s ease-out; }
a, img, .timer { -o-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; outline: none; }
/* 按钮 */
.btn-box { padding-top: 18px; text-align: center; }
.btn-defaul { background-color: #fff; border: 1px solid #999; border-radius: 4px; display: inline-block; line-height: 36px; padding: 0 25px; text-align: center; color: #666; cursor: pointer;/* box-shadow: 0 0 5px #ddd;*/ }
.btn-defaul:hover { background-color: #ca2b1f; border-color: #ca2b1f; color: #fff;/* box-shadow: 0 0 8px #aaa;*/ }
.btn-red { background-color: #ca2b1f; color: #fff; }
.title01 { margin-bottom: 30px; color: #0351B7; }
.title01 .large { font-size: 18px; }
.title01 .eg { font-size: 14px; text-transform: uppercase; }
.title01 .large .iconfont { position: relative; top: -4px; display: inline-block; margin-left: 10px; color: #E68709; line-height: 1; font-size: 20px; }
.titlewhite .large { color: #fff; }
.titlewhite .large:after { background-color: #fff; }
.fcblue { color: #0351B7; }
@font-face { font-family: "iconfont"; src: url('font/iconfont.eot'); /* IE9 */ src: url('font/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;') format('woff2'), url('font/iconfont.woff') format('woff'), url('font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('font/iconfont.svg') format('svg'); /* iOS 4.1- */ }
.iconfont { font-family: "iconfont" !important; font-size: 1rem; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; }
.icon-down:before { content: '\e606'; }
.icon-tel:before { content: '\e600'; }
.icon-add:before { content: '\e614'; }
.icon-right2:before { content: '\e688'; }
.icon-left:before { content: '\e707'; }
.icon-right:before { content: '\e601'; }
.icon-more:before { content: '\e70e'; }
/* 页面框架 */
html, body { position: relative; width: 100%; height: 100%; }
.wrap { width: 100%; position: relative; z-index: 10; overflow: hidden; min-width: 1200px; }
.content { width: 1200px; margin: 0 auto; overflow: hidden; }
.headWrap { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; background-color: #f1f1f1; }
.header { padding-left: 4%; padding-right: 4%; }
.header .logo { float: left; padding: 5px 0; height: 70px; }
.header .logo a { display: block; }
.header .logo img { display: block; height: 70px; }
.nav { padding-top: 20px; float: right; }
.nav li { float: left; margin-left: 50px; }
.nav li a { position: relative; display: block; line-height: 40px; height: 40px; padding-bottom: 20px; font-size: 18px; font-weight: 500; }
.nav li a:after { content: ""; position: absolute; bottom: 0; left: 50%; margin-left: -15px; width: 30px; height: 0; background-color: #0351B7; }
.nav .active a { color: #0351B7; }
.nav .active a:after { height: 4px; }
/* footer */
.title02 { margin-bottom: 15px; text-align: center; }
.title02 .large { position: relative; font-size: 22px; font-weight: bold; line-height: 30px; }
.title02 .large:after { content: ""; display: block; width: 20px; height: 4px; background-color: #fff; margin: 10px auto 0; }
.copyRight { background-color: #212121; text-align: center; color: #fff; line-height: 40px; font-size: 14px; }
.footWrap { margin-top: 80px; background: url("../images/footBg.jpg") top center no-repeat; }
.footWrap .content { min-height: 300px; overflow: hidden; }
.footWrap .item { position: relative; padding-top: 85px; color: #fff; float: left; }
.footWrap .item:after { content: ""; position: absolute; width: 1px; height: 100px; background-color: #fff; top: 155px; right: 0; }
.footWrap .item3:after { display: none; }
.footWrap .item1 { width: 335px; }
.footWrap .item2 { margin-left: 95px; width: 495px; }
.footWrap .item3 { margin-left: 157px; }
.footWrap a { color: #fff; }
.footWrap .item .main { line-height: 32px; }
.footWrap .item1 a { display: block; }
.footWrap .item1 .title02 { padding-right: 90px; }
.footWrap .item2 .main { padding-top: 20px; }
.footWrap .iconfont { margin-right: 8px; }
.footWrap .item2 .title02 { padding-right: 160px; }
.homeBanner { min-width: 1200px; position: relative; width: 100%; height: 100%; overflow: hidden; }
.homeBanner .bgPic { position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; }
.homeBanner img { display: block; width: 100%; height: 100%; }
.bannerMenu { width: 800px; height: 100%; padding-top: 80px; overflow: hidden; position: relative; z-index: 5; }
.bannerMenu .item { position: relative; float: right; width: 198px; height: 100%; border-right: 1px solid rgba(255,255,255,0.5); text-align: center; background: rgba(0,0,0,0.2); opacity: 0; }
.bannerMenu .item a { position: relative; height: 100%; display: block; color: #fff; }
.bannerMenu .item:hover { background: rgba(0,0,0,0.5); }
.bannerMenu .item:before { content: ""; position: absolute; right: -1px; width: 2px; height: 90px; /*top: 50%;*/ top: 0; margin-top: -190px; background-color: #e68709; transition: all 0.4s; }
.bannerMenu .item:hover:before { top: 50%; }
.bannerMenu .item .main { position: absolute; top: 50%; left: 0; width: 100%; margin-top: -77px; }
.bannerMenu .item .pic { display: block; width: 53px; height: 52px; margin: 0 auto 9px; background: url("../images/icon-banner.png") 0 0 no-repeat; }
.iconNext { display: inline-block; width: 10px; height: 20px; margin: 0 auto; background: url("../images/icon-banner.png") -222px 0 no-repeat; }
.bannerMenu .item .iconNext { display: block; margin: 0 auto; }
.bannerMenu .item .txt { padding-top: 10px; font-size: 18px; text-transform: uppercase; line-height: 32px; }
.bannerMenu .item .eg { display: block; font-weight: 600; }
.bannerMenu .item4 .pic { background-position: 0 0; }
.bannerMenu .item3 .pic { background-position: -53px 0; }
.bannerMenu .item2 .pic { background-position: -106px 0; }
.bannerMenu .item1 .pic { background-position: -159px 0; }
.bannerMore { display: block; position: absolute; z-index: 10; width: 15px; height: 42px; text-align: center; left: 50%; margin-left: -7px; bottom: 10px; color: #fff; cursor: pointer; -webkit-animation: fadeInDown infinite 2s; animation: fadeInDown infinite 2s; }
.bannerMore .iconfont { display: block; text-align: center; }
.homeWrap { margin-bottom: -80px; padding-top: 55px; padding-bottom: 60px; background: url("../images/hmBg1.jpg") bottom center no-repeat; }
.homeWrap .left { float: left; width: 390px; }
.homeWrap .right { float: right; width: 770px; }
.videoHome { width: 770px; height: 430px; }
.videoHome img { display: block; width: 100%; }
.shiyeHome { overflow: hidden; }
.shiyeHome .item { float: left; }
.shiyeHome .item1 { margin-bottom: 10px; clear: both; }
.shiyeHome .item a { display: block; position: relative; overflow: hidden; }
.shiyeHome .item .bgPic { display: block; width: 100%; height: 100%; }
.shiyeHome .item .iconPc { display: block; height: 40px; margin: 0 auto; }
.shiyeHome .item .main { position: absolute; z-index: 5; top: 20px; left: 20px; right: 20px; color: #fff; }
.shiyeHome .item1 .iconPc { margin: 0; }
/*.shiyeHome .item .main{ position: relative; z-index: 5; }*/
.shiyeHome .item .title { padding-top: 8px; line-height: 32px; font-size: 18px; }
.shiyeHome .item .txt { margin-top: 18px; font-size: 14px; line-height: 20px; }
.shiyeHome .btn-box { text-align: right; padding-top: 5px; }
.shiyeHome .btn-defaul { padding: 0 14px; border-radius: 22px; line-height: 24px; border-color: #0351B7; font-size: 14px; background-color: #0351B7; color: #fff; }
.shiyeHome .item:hover .bgPic { transform: scale(1.1, 1.1); }
.shiyeHome .item2, .shiyeHome .item3 { width: 190px; height: 210px; text-align: center; color: #fff; }
.shiyeHome .item2 { background-color: #e68709; }
.shiyeHome .item3 { margin-left: 10px; background-color: #0351b6; }
.shiyeHome .item2 a, .shiyeHome .item3 a { height: 210px; color: #fff; }
.shiyeHome .item2 .main, .shiyeHome .item3 .main { top: 65px; }
.shiyeHome .item2 .bgPic, .shiyeHome .item3 .bgPic { opacity: 0; z-index: -1; }
.shiyeHome .item2:hover .bgPic, .shiyeHome .item3:hover .bgPic { opacity: 1; z-index: 2; }
/*page*/
.pageBanner { width: 100%; min-width: 1200px; padding-top: 80px; position: relative; }
.pageBanner .pic { display: block; width: 100%; }
.pageBanner .content { position: absolute; z-index: 5; width: 1200px; left: 50%; padding-top: 80px; top: 50%; margin-top: -100px; margin-left: -600px; color: #fff; }
.pageBanner .eg { font-size: 24px; text-transform: uppercase; }
.pageBanner .title { margin-bottom: 10px; font-size: 42px; font-weight: 600; }
.title03 { padding-top: 90px; padding-bottom: 65px; text-align: center; line-height: 1; }
.title03 .eg { font-size: 48px; text-transform: uppercase; color: #EFEFEF; }
.title03 .title { position: relative; z-index: 5; margin-top: -20px; font-size: 32px; font-weight: 600; }
.titlewhite { color: #fff; }
.fengcWrap { overflow: visible; }
.fengcWrap .content { padding-bottom: 20px; width: 1600px; }
.poster-main { position: relative; padding-bottom: 20px; }
.poster-main a, .poster-main img { display: block; width: 100%; height: 100% }
.poster-main img { }
.poster-main .poster-list { width: 1000px; /*height:500px;*/ padding-bottom: 10px; }
.poster-main .poster-list .poster-item {/* padding: 20px;*/ background-color: #fff; width: 200px; height: 500px; position: absolute; left: 0; top: 0; /*box-shadow: 0 0 5px #eee;*/ }
.poster-main .poster-btn { position: absolute; top: 0; cursor: pointer; filter: opacity(.5) brightness(1); background-color: #aaa; }
.poster-main .poster-btn:hover { filter: opacity(1) brightness(2); }
.poster-main .poster-prev-btn { left: 0; background: url(../images/left.png) no-repeat center center }
.poster-main .poster-next-btn { right: 0; background: url(../images/right.png) no-repeat center center }
.poster-item-title { font-size: 18px; text-align: center; line-height: 48px; display: block }
@media screen and (max-width:1680px) {
.fengcWrap .content { position: relative; left: -50px; }
}
@media screen and (max-width:1440px) {
.fengcWrap .content { position: relative; left: -160px; }
}
.swiperPic { padding: 10px 0; }
.swiperPic .swiper-slide { width: 700px; height: 410px; box-shadow: 0 0 10px #ddd;/*box-sizing: border-box;;*/ }
.swiperPic .swiper-slide-active { position: relative; z-index: 10; /*background-color: #fff; border: 20px solid #fff;*/ }
.swiperPic .swiper-slide img { display: block; width: 100%; height: 100%; border: 20px solid #fff; box-sizing: border-box; }
.swiperPic .swiper-pagination { display: none; position: relative; bottom: 0; margin-top: 15px; }
/* about */
.aboutWrap .aboutDetl { padding-bottom: 80px; }
.aboutDetl { overflow: hidden; }
.aboutDetl .main { padding-top: 10px; float: left; width: 570px; }
.aboutDetl .main .txt { text-indent: 2em; line-height: 2; }
.aboutDetl .pic { float: right; width: 600px; }
.aboutDetl .pic img { display: block; width: 100%; }
.aboutStory { height: 600px; background: url("../images/abtBg1.jpg") top center no-repeat; }
.aboutStory .title03 .eg { opacity: 0.3; }
.storyLeft { margin-top: 20px; position: relative; }
.storyLeft .prev, .storyLeft .next { position: absolute; width: 40px; height: 60px; line-height: 60px; text-align: center; top: 50%; margin-top: -30px; color: #fff; font-size: 32px; cursor: pointer; }
.storyLeft .prev .iconfont, .storyLeft .next .iconfont { font-size: 34px; }
.storyLeft .next { left: 0; text-align: left; }
.storyLeft .prev { right: 0; text-align: right; }
.storyLeft { padding-left: 45px; padding-right: 45px; }
.storyLeft { height: 220px; background: url("../images/line.png") center no-repeat; }
.storyLeft li { position: relative; float: left; width: 25%; color: #fff; text-align: center; }
.storyLeft li:after, .storyLeft li:before { content: ""; position: absolute; z-index: 5; left: 50%; border-radius: 50%; }
.storyLeft li:before { width: 27px; height: 27px; border: 1px solid #E68709; top: 95px; margin-left: -15px; }
.storyLeft li:after { width: 20px; height: 20px; background: #E68709; top: 99px; margin-left: -10px; }
.storyLeft li .title { margin-bottom: 10px; font-size: 24px; line-height: 30px; }
.storyLeft li .txt { line-height: 26px; font-size: 17px; }
.storyLeft li:nth-child(2n) { padding-top: 157px; }
.aboutCult { height: 600px; background: url("../images/abtBg2.jpg") top center no-repeat; }
.aboutCult .title03 .eg { opacity: 0.3; }
.aboutCultBox { padding-top: 30px; overflow: hidden; }
.aboutCultBox .item { float: left; width: 20%; width: 16.666%; text-align: center; color: #fff; }
.aboutCultBox img { display: block; margin: 0 auto 45px; }
.aboutCultBox .tit { margin-bottom: 12px; font-size: 24px; line-height: 30px; }
.aboutCultBox .txt { font-size: 18px; line-height: 32px; }
.aboutOffice { }
.officeLeft { position: relative; padding-left: 45px; padding-right: 45px; }
.officeLeft .prev, .officeLeft .next { position: absolute; width: 40px; height: 60px; line-height: 60px; text-align: center; top: 50%; margin-top: -30px; color: #999; font-size: 32px; cursor: pointer; }
.officeLeft .prev .iconfont, .officeLeft .next .iconfont { font-size: 34px; }
.officeLeft .next { left: 0; text-align: left; }
.officeLeft .prev { right: 0; text-align: right; }
.officeLeft .prev:hover, .officeLeft .next:hover { color: #0351b6; }
.officeList { }
.officeLeft .bd { overflow: hidden; }
.officeList { margin-left: -20px; }
.officeList li { margin-right: 30px; /* margin: 0 20px;*/ float: left; width: 350px; overflow: hidden; }
.officeList li img { display: block; width: 100%; }
.pageMenu { padding-bottom: 60px; padding-top: 70px; overflow: hidden; }
.pageMenu li { margin-right: 50px; float: left; border: 2px solid #0351b6; }
.pageMenu li a { display: block; padding: 0 50px; line-height: 46px; color: #0351b6; font-size: 22px; }
.pageMenu .active a, .pageMenu li:hover a { background-color: #0351b6; color: #fff; }
.shiyeBxo { padding: 5px 0; overflow: hidden; }
.shiyeBxo .pic { float: right; width: 730px; box-shadow: 0 0 10px #ddd; }
.shiyeBxo .main { float: left; width: 435px; }
.shiyeBxo .title { margin-bottom: 20px; font-size: 24px; }
.shiyeBxo .title .iconfont { position: relative; top: -2px; margin-left: 8px; color: #E68709; font-size: 20px; line-height: 1; }
.shiyeBxo .main .txt { margin-bottom: 3px; line-height: 2; text-indent: 2em; }
.pageWrap { padding-top: 80px; }
.newsTop { padding-bottom: 60px; border-bottom: 2px solid #f8f8f8; }
.newsLieft { position: relative; }
.newsLieft li { overflow: hidden; }
.newsLieft .pic { float: left; margin-right: 40px; display: block; width: 600px; height: 338px; overflow: hidden; }
.newsLieft .pic img { display: block; width: 100%; }
.newsLieft .info { float: left; width: 560px; }
.newsLieft .title { margin-bottom: 20px; font-size: 28px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 600; }
.newsLieft .txt { line-height: 1.875; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.newsLieft .more { margin-top: 50px; }
.newsLieft .more .iconfont { margin-left: 10px; font-size: 13px; }
.newsLieft .more a { color: #0351b6; }
.newsLieft .hd { background-color: #fff; position: absolute; z-index: 10; bottom: 0; right: 0; }
.newsLieft .hd li { display: inline-block; margin: 0 8px; width: 12px; height: 12px; border-radius: 50%; background-color: #999; text-indent: -999em; cursor: pointer; }
.newsLieft .hd .on { background-color: #0351b6; }
.newsList { }
.newsList li { padding: 60px 0; border-bottom: 1px solid #f1f1f1; overflow: hidden; }
.newsList li:last-child { border-bottom: none; }
.newsList .pic { float: left; width: 320px; height: 180px; }
.newsList .pic img { display: block; width: 100%; }
.newsList .info { position: relative; height: 180px; padding-left: 215px; float: left; width: 665px; }
.newsList .title { margin-bottom: 20px; font-size: 24px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 600; }
.newsList .txt { line-height: 1.875; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.newsList .more { position: absolute; bottom: 0; right: 0; text-align: right; }
.newsList .more .iconfont { font-size: 32px; color: #999; line-height: 1; }
.newsList .more:hover .iconfont, .newsList li:hover .iconfont { color: #0351b6; }
.newsList .timer { position: absolute; left: 50px; top: 50%; margin-top: -29px; font-size: 18px; line-height: 1.4; color: #999; }
.newsList .timer strong { display: block; font-size: 24px; color: #333; }
.newsList .timer:after { content: ""; position: absolute; width: 1px; height: 80px; top: -11px; left: 113px; background-color: #f1f1f1; }
.newsList li:hover img { transform: scale(1.1, 1.1); }
.newsList li:hover a { color: #0351b6; }
.joinBox { }
.joinBox .item { position: relative; margin-bottom: 30px; padding: 25px 30px; border: 2px solid #f1f1f1; line-height: 1.875; }
.joinBox .active.item:before { content: ""; position: absolute; width: 5px; height: 80px; left: 0; top: 28px; background-color: #e68709; }
.joinBox .title { font-size: 24px; }
.joinBox .welfare { color: #0351b6; }
.joinBox .tit { font-size: 20px; }
.joinBox .main { padding-top: 25px; }
.joinBox .jobFoot { margin-top: 20px; position: relative; text-align: right; }
.joinBox .jobFoot a { position: relative; z-index: 5; display: inline-block; padding: 0 20px; background-color: #fff; color: #0351b6; }
.joinBox .jobFoot:before { content: ""; position: absolute; top: 50%; left: 0; width: 100%; height: 0; border-bottom: dashed 1px #0351b6; }
.joinBox .hideBox { display: none; }
.joinBox .active .title { color: #0351b6; }
.contact { overflow: hidden; }
.contact .map { float: left; width: 760px; height: 360px; margin-right: 40px; }
.contact .main { float: left; width: 400px; }
.contact .title { margin-bottom: 35px; font-size: 24px; }
.contact .title .iconfont { position: relative; color: #e68709; top: -5px; margin-left: 5px; line-height: 1; }
.contact .txt { margin-bottom: 18px; font-size: 18px; }
.contact .wechat { width: 112px; }
.contact .wechat img { display: block; width: 100%; }
.page { margin: 0 -4px; padding: 20px 0; text-align: center; font-size: 0; line-height: 0; }
.page a, .page p, .page span { font-family: arial; border: none !important; background: none !important; ; background-color: inherit !important; display: inline-block; cursor: pointer; font-size: 18px;/* min-width: 22px;*/ padding: 0 4px !important; height: 30px; text-align: center; overflow: hidden; line-height: 30px; border-radius: 0; margin: 0 8px; color: #0351b6; }
.page .pageRemark {/* display: none; padding: 0;*/ border: none !important; color: #999; }
.page .cur, .page .numb:hover { color: #fff !important; background-color: #0351b6 !important; }
.page a:first-child, .page a:last-child { padding: 0; min-width: 30px; color: #999 !important; }
.page .more { background-color: inherit; margin: 0; }
.page p { color: #999 !important; ; }
.pageDtl { margin-top: 30px; line-height: 30px; overflow: hidden; }
.pageDtl p { float: left; width: 50%; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pageDtl p a { color: #666; }
.pageDtl a:hover { color: #0351b6; }
.pageDtl .next { text-align: right; }
.dtlHead { position: relative; padding: 15px 0; margin-bottom: 40px; text-align: center; }
.dtlHead .title { border-bottom: 2px solid #f8f8f8; margin-bottom: 18px; padding-left: 100px; padding-right: 100px; padding-bottom: 18px; font-size: 28px; }
.dtlHead .other { font-size: 16px; color: #0351b6; }
.dtlHead .other span { display: inline-block; margin: 0 10px; }
.dtlHead .blackList { position: absolute; left: 0; top: 20px; line-height: 36px; }
.blackList a { color: #0351b6; }
.blackList .iconfont { margin-right: 10px; }
.detail { line-height: 32px; }
.detail .pic { text-align: center; }
.detail .pic img { display: block; max-width: 100%; margin: 25px auto; }
.detail .txt { margin-bottom: 5px; }
.t2 { text-indent: 2em; }
@media (min-width: 1680px) {
.nav li { margin-left: 70px; }
}
