@charset "utf-8";
/*--公共部分--*/
html, body { min-width: 1280px; margin: 0 auto; }

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre { margin: 0; padding: 0; border: 0; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; font-weight: normal; }

body, button, input, select, textarea { font: 14px/1.5 Arial, 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif; color: #333; }

ul, li { list-style: none; }

img { border: 0px; vertical-align: middle; }

table { border-collapse: collapse; border-spacing: 0; }

table th, table td { }

*, :after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

article, aside, footer, header, nav, section { display: block; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] { cursor: pointer; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

audio, video { display: inline-block; }

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; }

input, textarea, select { outline: none; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; border-radius: 0; }

textarea { overflow: auto; vertical-align: top; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important; }

.bd_weixin_popup, .content-box { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.clearfix { *zoom: 1; }

.clear { clear: both; line-height: 0; height: 0; font-size: 0; }

.fl { float: left; }

.fr { float: right; }

.show { display: block !important; }

.hide { display: none !important; }

.commonweb { padding: 0px 15px; min-width: 1200px; }

.commonwebbox { margin-left: 0px; margin-right: 0px; }

.commonleft { float: none; }

.commonright { float: none; }

.visible-sm, .visible-md, .visible-lg { display: none; }

.hidden-sm, .hidden-md, .hidden-lg { display: block; }



@media (max-width: 320px) { body { min-width: 320px; } }

@media (min-width: 768px) { .commonweb { padding: 0px 20px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .visible-sm { display: block; }
  .hidden-sm { display: none; } }

@media (min-width: 992px) { .commonweb { padding: 0px 40px; }
  .commonwebbox { margin-left: -10px; margin-right: -10px; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-md { display: block; }
  .hidden-md { display: none; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; } }

@media (min-width: 1200px) { html { cursor: default; }
  .commonleft { float: left; }
  .commonright { float: right; }
  .visible-lg { display: block; }
  .hidden-lg { display: none; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; padding-left: 10px; padding-right: 10px; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; } }

@media (min-width: 1260px) { .commonweb { margin: 0px auto; max-width: 1200px; padding: 0; } }

/* layout start*/
.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -o-transition-property: -o-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform, -o-transform; transition-property: transform,-webkit-transform,-o-transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); -o-transform: translate(0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; -moz-box-align: start; align-items: flex-start; -webkit-transition-property: -webkit-transform,height; -o-transition-property: -o-transform; -webkit-transition-property: height,-webkit-transform; transition-property: height,-webkit-transform; -o-transition-property: height,-o-transform; transition-property: transform,height; transition-property: transform,height,-webkit-transform,-o-transform; }

.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

.swiper-pagination-bullet { width: 8px; height: 8px; display: inline-block; -webkit-border-radius: 100%; border-radius: 100%; background: #000; }

button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -moz-appearance: none; -ms-appearance: none; -webkit-appearance: none; appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer; }

.swiper-pagination-bullet-active { opacity: 1; background: #8bbe01; }

.animated { -webkit-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }

.animated.infinite { -webkit-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.animated.hinge { -webkit-animation-duration: 2s; -o-animation-duration: 2s; animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY { -webkit-animation-duration: .75s; -o-animation-duration: .75s; animation-duration: .75s; }


.ovhid { overflow: hidden; }

.ac { color: #8bbe01; }

.disblock { display: block; }

.inblock { display: inline-block; }

.font16 { font-size: 14px; }

.font17, .font18 { font-size: 15px; }

.font20, .font22 { font-size: 16px; }

.font24, .font26, .font28 { font-size: 18px; }

.font30, .font32, .font34, .font36, .font40, .font42, .font46 { font-size: 20px; }

.font54 { font-size: 24px; }

.font60 { font-size: 30px; }

.lighter { font-weight: lighter; }

.unline { text-decoration: underline; }

.text-center { text-align: center; }

.scale img { -webkit-transition: 1s; -o-transition: 1s; transition: 1s; }

.grey { color: #666; }

.white { color: #fff; }

.imghover img { -webkit-transition: 1s; -o-transition: 1s; transition: 1s; }

.center { text-align: center; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.recruitmentfloat { display: none; z-index: 110; width: 100%; position: fixed; height: 100%; background: rgba(0, 0, 0, 0.6); left: 0px; top: 0px; }

.tianjiatvwrap { width: 95%; margin: 0 auto; position: absolute; top: 50%; left: 2.5%; margin-top: -125px; }

.tianjiatvwrap .videobox { height: 250px; position: relative; z-index: 1; }

.recclosebtn { display: block; width: 25px; height: 25px; position: absolute; right: 15px; top: -5px; cursor: pointer; z-index: 100; margin: -20px -20px 0 0; z-index: 9; }

.recclosebtn:before { content: ''; position: absolute; top: 10px; width: 20px; height: 2px; background-color: #FFF; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.recclosebtn:after { content: ''; position: absolute; top: 10px; width: 20px; height: 2px; background-color: #FFF; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

@media (min-width: 768px) { .font16 { font-size: 16px; }
  .font17 { font-size: 17px; }
  .font18, .font22, .font20 { font-size: 18px; }
  .font28, .font24, .font26 { font-size: 22px; }
  .font30, .font32, .font34, .font36 { font-size: 24px; }
  .font40, .font42 { font-size: 26px; }
  .font46 { font-size: 28px; }
  .font54 { font-size: 30px; }
  .distable { width: 100%; display: table; }
  .table-cell { display: table-cell; vertical-align: middle; }
  .tianjiatvwrap { width: 660px; left: 50%; margin-left: -330px; margin-top: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
  .tianjiatvwrap .videobox { height: 400px; } }

@media (min-width: 1024px) { .font22, .font20 { font-size: 20px; }
  .font24 { font-size: 24px; }
  .font26 { font-size: 26px; }
  .font28 { font-size: 28px; line-height: normal; }
  .font40, .font42 { font-size: 30px; line-height: normal; }
  .font46 { font-size: 32px; }
  .font54 { font-size: 36px; }
  .md-block { display: block; }
  .tianjiatvwrap { width: 700px; margin-left: -350px; }
  .tianjiatvwrap .videobox { height: 400px; } }

@media (min-width: 1200px) { .font22 { font-size: 22px; }
  .font30 { font-size: 30px; line-height: normal; }
  .font32 { font-size: 32px; line-height: normal; }
  .font34 { font-size: 34px; line-height: normal; }
  .font36 { font-size: 36px; line-height: normal; }
  .font40 { font-size: 40px; }
  .scale:hover img { -webkit-transform: scale(1.03, 1.03); -ms-transform: scale(1.03, 1.03); -o-transform: scale(1.03, 1.03); transform: scale(1.03, 1.03); }
  .font42 { font-size: 42px; }
  .font46 { font-size: 46px; }
  .font54 { font-size: 54px; }
  .imghover:hover img { -webkit-transform: scale(1.03, 1.03); -ms-transform: scale(1.03, 1.03); -o-transform: scale(1.03, 1.03); transform: scale(1.03, 1.03); }
  .tianjiatvwrap { width: 1000px; margin-left: -500px; }
  .tianjiatvwrap .videobox { height: 600px; } }

.searchtitle401 { background-color: #f3f3f3; }

.searchcont401 { padding: 10px 0; }

.resultlist401 { font-size: 13px; padding: 0; }

.resultlist401 ul { padding-bottom: 30px; }

.resultlist401 img { display: block; width: 100%; }

.resultlist401 li { padding: 15px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin-bottom: -1px; }

.resultlist401 h4 { font-size: 16px; line-height: 24px; margin-bottom: 10px; }

.resultlist401 h4 a { display: block; }

.resultlist401 h4 em { color: red; font-style: normal; }

.resultlist401 h4 a { display: block; }

.resulttext401 { height: 72px; font-size: 14px; line-height: 24px; display: -webkit-box; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #666; }

.resultlabel401 { color: #333; display: inline-block; padding-top: 3%; }

.searchinputcont401 { padding-right: 60px; }

.searchinputcont401 dt input { position: relative; float: left; width: 100%; height: 40px; line-height: 40px; text-indent: 12px; font-size: 15px; color: #333; background-color: #fff; }

.searchinputcont401 dd input { position: relative; left: 60px; margin-left: -60px; float: left; width: 60px; height: 40px; line-height: 40px; font-size: 14px; color: #fff; cursor: pointer; background: #8bbe01; }

.searchimg401 { display: block; margin-bottom: 3%; }

@media (min-width: 768px) { .searchcont401 { padding: 30px 0; }
  .searchinputcont401 { max-width: 61.8%; margin: 0 auto; }
  .searchtitle401 { font-size: 24px; }
  .resultlist401 { padding: 0; }
  .resultlist401 img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 100%; width: auto; }
  .searchimg401 { float: left; margin: 0 3% 0 0; display: block; width: 200px; height: 150px; overflow: hidden; position: relative; }
  .resultlist401 h4 { font-size: 20px; margin-bottom: 2%; } }

@media (min-width: 1024px) { .searchcont401 { padding: 0px 0 50px; }
  .searchtitle401 { padding: 28px 15px; }
  .searchinputcont401 { width: 45%; }
  .searchinputcont401 dt { float: left; width: 78%; }
  .searchinputcont401 dd { float: left; width: 22%; }
  .searchinputcont401 dd input { left: 0; margin-left: 0; width: 100%; }
  .searchinputcont401 dt input { font-size: 18px; }
  .searchinputcont401 dd input { text-align: center; font-size: 16px; }
  .resultlist401 h4 a:hover { color: #8bbe01; } }

.sitemap { padding-bottom: 30px; }

.sitemapcont2 { padding: 6% 10px; overflow: hidden; background: #fff; }

.sitemapcont2 dl { position: relative; margin-bottom: 36px; }

.sitemapcont2 dl:last-of-type { margin-bottom: 0; }

.sitemapcont2 dl dt { font-size: 16px; font-weight: bold; padding: 0 8px; background: #fff; position: absolute; left: 18px; top: -14px; }

.sitemapcont2 dl dt a { color: #8bbe01; }

.sitemapcont2 dl dt a:hover { color: #8bbe01; }

.sitemapcont2 dl dd { padding: 4% 3% 1% 3%; border: 1px solid #e6e6e6; }

.sitemapcont2 dl dd a { display: inline-block; padding-left: 10px; margin: 0 23px 8px 0; }

@media (min-width: 767px) { .sitemapcont2 { padding: 5% 10px; }
  .sitemapcont2 dl dt { font-size: 20px; }
  .sitemapcont2 dl dd { padding: 2% 3% 1% 3%; border: 1px solid #e6e6e6; }
  .sitemapcont2 dl dd a { margin: 0 45px 8px 0; }
  .sitemapcont2 dl dd a:hover { color: #8bbe01; } }

@media (min-width: 1024px) { .sitemap { padding: 0 0 50px; }
  .sitemapcont2 { padding: 3.5% 30px; }
  .sitemapcont2 dl { margin-bottom: 50px; } }

a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.header { height: 133px; }

.logo { width: 264px; float: left; margin-top: 15px; }

.logo img { height: 70px; }

.header-content { width: 936px; float: left; }

.nav { font-size: 0; color: #000; float: left; padding-top: 27px; padding-left: 15px; padding-right: 15px; }

.nav a { font-size: 18px; font-weight: bold; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; margin: 0 4px; }

.nav a:hover { color: #8bbe01; }

/*.search { width: 180px; height: 30px; border: 1px solid #ccc; -webkit-border-radius: 20px; border-radius: 20px; float: left; overflow: hidden; padding: 0 50px 0 11px; position: relative; margin-top: 26px; margin-left: 30px; }

.search input { padding: 0; display: block; height: 28px; }

.search input[type=text] { color: #8bbe01; width: 100%; }

.search input[type=submit] { width: 36px; background: url(../images/icon-search.png) center no-repeat; position: absolute; right: 0; top: 0; }

.search input::-webkit-input-placeholder { color: #8bbe01; }*/

.reportCall { width: 150px; height: 59px; background-color: #0370e7; float: right; color: #fff; text-align: center; line-height: 20px; padding-top: 10px; font-size: 12px; }

.header-thumb { padding-top: 13px; }

.nav-area { padding-left: 15px; padding-right: 15px; float: left; height: 20px; }

.nav-area a { display: inline-block; vertical-align: top; *display: inline; *zoom: 1; margin: 0 3px; line-height: 20px; }

.nav-area a:hover { color: #8bbe01; }

.attention { padding-right: 15px; float: left; }

.attention a { width: 25px; height: 20px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; background-position: center; position: relative; }

.attention a:hover .qrcode-box { display: block; }

.attention .qrcode-box { width: 150px; padding: 5px; position: absolute; top: 35px; left: 50%; margin-left: -75px; z-index: 10; display: none; -webkit-box-shadow: 0 0 2px #ddd; box-shadow: 0 0 2px #ddd; background-color: #fff; }

.attention .qrcode-box:before { content: ''; width: 11px; height: 6px; display: block; background: url(../images/qrcode-arrow.png) center no-repeat; position: absolute; left: 50%; top: -6px; margin-left: -5px; }

.attention img { width: 100%; display: block; }

.attention-wechat { background-image: url(../images/icon-wechat.png); margin-right: 9px; }

.attention-sina { background-image: url(../images/icon-sina.png); margin-right: 5px; }

.attention-mobile { background-image: url(../images/icon-mobile.png); margin-right: 5px; }

.attention-email { background-image: url(../images/icon-mail.png); }

.link { position: relative; margin-right: 5px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; }

.link .title { color: #8bbe01; padding-right: 16px; background: url(../images/icon-arrow.png) right center no-repeat; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.link.on .title { background-image: url(../images/icon-arrow-up.png); }

.link-drop { z-index: 5; background: #fff; border: 1px solid #e1e1e1; position: absolute; top: 25px; right: -10px; width: 350px; padding: 10px 20px; line-height: 35px; -webkit-box-shadow: 0 0 2px #ddd; box-shadow: 0 0 2px #ddd; color: #858585; display: none; font-size: 0; }

.link-drop a { display: inline-block; vertical-align: top; *display: inline; *zoom: 1; color: #858585; font-size: 12px; }

.link-drop a:after { content: "|"; margin-left: 10px; margin-right: 10px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; }

.link-drop a:hover { color: #8bbe01; }

.link-drop a:hover:after { color: #858585; }

.link-drop:before { content: ''; width: 11px; height: 6px; display: block; background: url(../images/qrcode-arrow.png) center no-repeat; position: absolute; right: 35px; top: -6px; }

.szplatform { width: 104px; height: 21px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; text-align: center; }

.szplatform img { max-width: 104px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; }

.banner { overflow: hidden; }

.banner img { width: 1400px; position: relative; margin-left: -700px; left: 50%; }

.headline-News { /*height: 153px; */padding: 0 60px 0 30px; margin: 8px 0 30px; position: relative; text-align: center; }

.headline-News .title { padding-top: 28px; font-size: 0; font-weight: bold; }

.headline-News .title a {/* white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis;*/ overflow: hidden; font-size: 40px; color: #282828; display: block; line-height:50px; }

.headline-News .title a:hover { color: #e6002d; }

.headline-News .title .label { position: relative; padding-right: 35px; color: #e6243b; }

.headline-News .title .label:after { content: ""; width: 8px; height: 8px; background-color: #e6243b; -webkit-border-radius: 100%; border-radius: 100%; position: absolute; right: 14px; top: 50%; margin-top: -4px; }

.headline-News .list { font-size: 0; padding-top: 3px; }

.headline-News .list h3 { display: inline-block; vertical-align: top; *display: inline; *zoom: 1; font-size: 16px; }

.headline-News .list h3:after { content: "|"; margin: 0 2px; }

.headline-News .list h3:last-child:after { content: ""; }

.headline-News .list a { color: #666; }

.headline-News .list a:hover { color: #8bbe01; }

.headline-News .more { width: 34px; height: 100%; position: absolute; right: 0; top: 0; background-color: #8bbe01; color: #fff; font-size: 18px; line-height: 1; display: inline-block; vertical-align: middle; padding-top: 55px; }

.hot-News-switch { position: relative; }

.hot-News-switch .bd { display: none; }

.hot-News-switch .bd:first-child { display: block; }

.hot-News-switch .thumb { width: 71.42857%; height: 483px; overflow: hidden; display: none; background-color: #000; }

.hot-News-switch .thumb img { position: relative; width: 100%; }

.hot-News-switch .thumb video { width: 100%; height: 100%; display: block; }

.hot-News-switch .thumb:first-child { display: block; }

.hot-News-switch .list { width: 28.57143%; position: absolute; top: 0; right: 0; background-color: #827a6f; }

.hot-News-switch .list a { height: 78px; display: block; padding: 10px 20px 5px; overflow: hidden; z-index: 2; position: relative; background-color: rgba(0, 0, 0, 0.5); }

.hot-News-switch .list a:after { content: ""; display: block; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 10px solid #fff; position: absolute; top: 50%; left: -10px; margin-top: -10px; z-index: 1; opacity: 0; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }

.hot-News-switch .list .image-bg { width: 100%; height: 100%; position: absolute; right: 0; top: 0; z-index: 1;  -webkit-filter: blur(5px); filter: blur(5px);}

.hot-News-switch .list .label { min-width: 48px; line-height: 20px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; font-size: 14px; text-align: center; padding: 0 5px; background-color: #dc0f27; -webkit-border-radius: 10px; border-radius: 10px; color: #fff; }

.hot-News-switch .list .title { display: block; font-size: 16px; color: #fff; display: -webkit-box; height: 40px; line-height: 20px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 3px; }

.hot-News-switch .list .on { height: 93px; background-color: #e6002d; }

.hot-News-switch .list .on .title { color: #fff; font-size: 20px; height: 48px; line-height: 24px; }

.hot-News-switch .list .on .label { background-color: #fff; color: #e6002d; }

.hot-News-switch .list .on:after { opacity: 1; left: 0; }

.hot-News-switch .video-bd .list .on .title { color: #fff; }

.hot-News-switch .video-bd .list .on { background-color: #e6002d; }

.hot-News-hd { position: absolute; top: 0; left: 0; z-index: 10; }

.hot-News-hd a { color: #fff; font-size: 18px; background-color: rgba(0, 0, 0, 0.5); float: left; min-width: 80px; margin-right: 1px; text-align: center; line-height: 44px; }

.hot-News-hd a.on, .hot-News-hd a:hover { background-color: #8bbe01; }

.index-right { width: 27.14286%; float: right; padding-bottom: 50px; margin-left:30px; }

.right-label { min-width: 122px; line-height: 34px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; font-size: 18px; background-color: #d32f25; text-align: center; padding: 0 5px; }

.right-label a { color: #fff; }

.right-label a:hover { color: #fff; }

.right-headline { border-bottom: 1px solid #e2e2e2; }

.right-headline .top { padding-top: 2px; }

.right-headline .top a { display: -webkit-box; max-height: 68px; line-height: 34px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 22px; text-align: center; color: #000; white-space: normal; font-weight: bold; margin-top: 18px; }

.right-headline .other-list { padding-top: 15px; padding-bottom: 15px; }

.right-headline .other-list a { color: #333; font-size: 15px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; line-height: 40px; display: block; }

.right-headline a:hover { color: #8bbe01; }

.right-mediaGroup { padding-top: 20px; padding-bottom: 21px; border-bottom: 1px solid #e2e2e2; margin-bottom: 25px; }

.right-mediaGroup .label { font-size: 24px; font-weight: bold; }

.right-mediaGroup-swiper { position: relative; padding: 0 25px; margin-top: 10px; /* ul{ overflow: hidden; zoom: 1; } */ }

.right-mediaGroup-swiper li { height: 87px; font-size: 12px; text-align: center; }

.right-mediaGroup-swiper img { display: block; margin: 0 auto 10px; max-width: 100%; }

.right-mediaGroup-swiper .prev, .right-mediaGroup-swiper .next { width: 24px; height: 57px; background-color: #b2b2b2; cursor: pointer; display: block; position: absolute; top: 50%; margin-top: -28px; background-position: center; }

.right-mediaGroup-swiper .prev:hover, .right-mediaGroup-swiper .next:hover { background-color: #8bbe01; }

.right-mediaGroup-swiper .prev { left: 0; background-image: url(../images/icon-arrow-prev.png); }

.right-mediaGroup-swiper .next { right: 0; background-image: url(../images/icon-arrow-next.png); }

.right-mediaGroup-swiper a:hover { color: #8bbe01; }

.right-rank { padding-bottom: 26px; }

.right-rank .top { border-bottom: 1px solid #e2e2e2; padding-bottom: 20px; position: relative; padding-left: 38px; margin-top: 15px; }

.right-rank .top .num { top: 14px; }

.right-rank .top .title { font-weight: bold; }

.right-rank .num {width: 26px;height: 26px;line-height: 26px;background-color: #8bbe01;color: #fff;display: block;position: absolute;left: 0;top: 0;text-align: center;-webkit-border-radius: 100%;border-radius: 100%;}

.right-rank .date { font-size: 12px; color: #999; font-family: arial; display: block; padding-top: 5px; }

.right-rank .thumb { width: 53.82353%; float: left; padding-top: 12px; }

.right-rank .image { width: 45%; height: 86px; float: right; overflow: hidden; }

.right-rank .image img { height: 86px; position: relative; left: 50%; margin-left: -76px; }

.right-rank .title { font-size: 12px; display: -webkit-box; max-height: 48px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #1a1a1a; }

.right-rank a:hover { color: #8bbe01; }

.right-rank .right-label a:hover { color: #fff; }

.right-rank-list .item { position: relative; padding-left: 30px; }

.right-rank-list .item:first-child .title { font-weight: bold; }

.right-rank-list .item { margin-top: 18px; display: block; }

.right-rank-list .item .title { display: block; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; line-height: 26px; }

.right-rank-list .item:hover .title { color: #8bbe01; }

.right-m-title { border-bottom: 1px solid #eaeaea; font-size: 18px; }

.right-m-title a { color: #8bbe01; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; position: relative; }

.right-m-title a:after { content: ""; display: block; width: 100%; height: 3px; position: absolute; bottom: -2px; left: 0; background-color: #8bbe01; }

.right-m-title img { margin-bottom: 5px; }

.right-m-news { margin-bottom: 22px; }

.right-m-news .list { padding-top: 15px; }

.right-m-news .list > a { display: block; font-size: 12px; color: #333; margin-bottom: 6px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.right-m-news .list > a:first-child { font-weight: bold; font-size: 15px; }

.right-m-news .list > a:hover { color: #8bbe01; }

.right-m-news .list .strong { font-size: 15px; font-weight: bold; }

.right-m-news .swiper-container { height: 85px; }

.right-m-news .swiper-container li { height: auto; }

.right-m-news .swiper-container li a { display: block; font-size: 16px; color: #333; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.right-m-news .swiper-container a:hover { color: #8bbe01; }

.right-adv { position: relative; margin-bottom: 25px; display: block; }

.right-adv .label { min-width: 60px; line-height: 26px; font-size: 14px; text-align: center; padding: 0 5px; color: #fff; background-color: #8bbe01; position: absolute; left: 0; top: 0; z-index: 1; }

.right-adv img { width: 100%; display: block; }

.right-restaurant { margin-bottom: 25px; }

.right-restaurant .thumb { margin-top: 15px; display: block; position: relative; }

.right-restaurant img { width: 100%; display: block; }

.right-restaurant .title { width: 100%; display: block; position: absolute; bottom: 15px; left: 0; color: #fff; font-size: 14px; padding: 0 13px; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; }

.right-cooperation { background-color: #f6f7fb; padding: 20px 20px 6px; margin-bottom: 20px; }

.right-cooperation dt { font-size: 15px; color: #8bbe01; }

.right-cooperation dd { padding-bottom: 18px; padding-top: 5px; }

.right-cooperation a { color: #666; margin-right: 20px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; line-height: 24px; position: relative; }

.right-cooperation img { display: none; position: absolute; z-index: 10000; left: 50%; bottom: 24px; margin-left: -75px; width: 144px; height: 155px; background: url(../images/wx-bg.png) no-repeat; padding: 7px 7px 18px; }

.right-cooperation a:hover img { display: block; }

.right-net { background-color: #f6f7fb; padding: 25px 20px 20px; margin-bottom: 20px; }

.right-net .title { color: #1659a6; font-size: 14px; padding-left: 34px; line-height: 21px; background: url(../images/icon-city.png) left center no-repeat; }

.right-net .item { padding-bottom: 14px; padding-top: 14px; color: #666; font-size: 0; line-height: 24px; }

.right-net .item a, .right-net .item span { font-size: 14px; }

.right-net .item a { margin-right: 10px; color: #666; }

.right-net .item a:nth-child(2):before { display: none; }

.right-net .item a:before { content: "|"; padding-right: 10px; }

.right-net .item a:hover { color: #8bbe01; }

.right-net .item a:hover:before { color: #666; }

.right-net .item a:nth-of-type(n+11) { display: none; }

.right-net .apply { display: inline-block; vertical-align: top; *display: inline; *zoom: 1; min-width: 100px; padding: 0 10px; text-align: center; line-height: 30px; color: #fff; background-color: #0370E8; -webkit-border-radius: 20px; border-radius: 20px; }

.right-net .btn { cursor: pointer; color: #8bbe01; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; padding-right: 11px; background: url(../images/icon-arrow.png) right center no-repeat; background-size: 8px; }

.right-net .btn.on { background-image: url(../images/icon-arrow-up.png); }

.right-info { padding: 17px 20px; background-color: #f6f7fb; color: #808080; line-height: 26px; font-size: 12px; }

.right-info a { color: #808080; }

.right-info a:hover { color: #8bbe01; }

.right-info-tel { margin: 5px 0; padding-left: 19px; color: #8bbe01; background: url(../images/icon-tel.png) 1px 8px no-repeat; }

.right-info-link { padding-top: 17px; padding-bottom: 15px; }

.right-info-link a { margin: 0 10px; }

.index-left { width: 70%; float: left; padding-bottom: 50px; }

.quick-scroll { margin-top: 24px; position: relative; padding-left: 130px; line-height: 24px; }

.quick-scroll .label { font-size: 18px; font-weight: bold; position: absolute; left: 0; top: 0; padding-left: 38px; background: url(../images/icon-vol.png) left center no-repeat; }

.quick-scroll .label a { color: #8bbe01; }

.quick-scroll .bd { width: 100%; overflow: hidden; height: 24px; }

.quick-scroll ul { white-space: nowrap; }

.quick-scroll li { display: inline-block; vertical-align: top; margin-right: 30px; }

.quick-scroll a { white-space: nowrap; display: block; color: #666; font-size: 16px; }

.index-news { padding-top: 23px; }

.index-news-controls { height: 41px; border-bottom: 1px solid #e6e6e6; }

.index-news-controls .control-fixed { top: 0; background-color: #fff; z-index: 50; }

.index-news-controls .control-fixed.fix { position: fixed; border-bottom: 1px solid #ddd; }

.index-news-controls .control-fixed.fix .backtop { display: block; }

.index-news-controls .hd { float: left; font-size: 0; }

.index-news-controls .hd a { display: inline-block; vertical-align: top; *display: inline; *zoom: 1; min-width: 90px; font-size: 18px; color: #000; text-align: center; line-height: 40px; }

.index-news-controls .hd .on { color: #fff; background-color: #8bbe01; }

.index-news-controls .hd a:hover { color: #8bbe01; }

.index-news-controls .hd .on:hover { color: #fff; }

.index-news-controls .ctrl { float: right; }

.index-news-controls .ctrl a { color: #000; font-size: 18px; margin-left: 30px; line-height: 40px; float: left; }

.index-news-controls .ctrl a:hover { color: #8bbe01; }

.index-news-controls .ctrl .card { padding-left: 19px; margin-left: 0; background: url(../images/icon-card.png) left center no-repeat; }

.index-news-controls .ctrl .card.on, .index-news-controls .ctrl .card:hover { color: #8bbe01; background-image: url(../images/icon-card-ac.png); }

.index-news-controls .ctrl .tab { padding-left: 28px; background: url(../images/icon-menu.png) left center no-repeat; }

.index-news-controls .ctrl .tab.on, .index-news-controls .ctrl .tab:hover { color: #8bbe01; background-image: url(../images/icon-menu-ac.png); }

.index-news-controls .ctrl .backtop { display: none; }

.index-news-list { padding-top: 15px; }

.index-news-list .bd { display: none; }

.index-news-list .bd:first-child { display: block; }

.index-news-list .image { overflow: hidden; }

.index-news-list .image img { display: block; }

.index-news-list .title { font-size: 20px; color: #000; font-weight: bold; }

.index-news-list .desc a { color: #666666; font-size: 14px; display: -webkit-box; height: 52px; line-height: 26px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

.index-news-list .label { width: 34px; line-height: 20px; text-align: center; color: #fff; background-color: #ffa825; font-size: 12px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; vertical-align: 3px; -webkit-border-radius: 4px; border-radius: 4px; font-weight: normal; margin-left: 5px; }

.index-news-list .date { color: #666; }

.index-news-list .share { padding-left: 24px; color: #666; line-height: 16px; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; opacity: 0; }

.index-news-list .share a { width: 16px; height: 16px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; background-position: center; position: relative; top: 1px; margin: 0 1px; }

.index-news-list .share .wechat { background-image: url(../images/icon-share-wecht.png); margin-left: 5px; }

.index-news-list .share .qq { background-image: url(../images/icon-share-qq.png); }

.index-news-list .share .sina { background-image: url(../images/icon-share-sina.png); }

.index-news-list .thumb:hover .share { opacity: 1; }

.index-news-list.card ul { margin: 0 -12px; }

.index-news-list.card li { width: 33.33333%; padding: 0 12px 24px; float: left; }

.index-news-list.card .thumb { background-color: #f5f5f5; overflow: hidden; height: 310px; position: relative; }

.index-news-list.card .title { display: -webkit-box; height: 90px; line-height: 30px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.index-news-list.card .desc { display: none; }

.index-news-list.card .thumb-content { padding: 17px 28px; }

.index-news-list.card .bot { padding-top: 15px; }

.index-news-list.card .image img { position: relative; width: 100%; height: 149px; /*height: 174px; left: 50%; margin-left: -155px; */ }

.index-news-list.card .large { width: 66.66666%; }

.index-news-list.card .large img { width: 100%; height: 310px; /* width: 645px; height: 330px; left: 50%; margin-left: -327px; */ }

.index-news-list.card .large .thumb-content { width: 100%; position: absolute; bottom: 0; left: 0; z-index: 2; padding-bottom: 15px; }

.index-news-list.card .large .title, .index-news-list.card .large .date, .index-news-list.card .large .share { color: #fff; }

.index-news-list.card .large .title { display: block; white-space: nowrap; height: 30px; -webkit-line-clamp: 1; }

.index-news-list.card .large .bot { padding-top: 8px; }

.index-news-list.tab { padding-top: 27px; }

.index-news-list.tab li { padding-bottom: 30px; }

.index-news-list.tab .thumb { width: 100%; display: table; }

.index-news-list.tab .image, .index-news-list.tab .thumb-content { display: table-cell; vertical-align: middle; }

.index-news-list.tab .image { width: 31.63265%; height: 174px; }

.index-news-list.tab .image img { width: 310px; height: 174px; }

.index-news-list.tab .thumb-content { width: 68.36735%; padding-left: 3.57143%; }

.index-news-list.tab .desc { margin-top: 3px; }

.index-news-list.tab .bot { padding-top: 12px; padding-bottom: 20px; border-bottom: 1px solid #e6e6e6; }

.eyesz-swiper { height: 365px; overflow: hidden; margin-top: 18px; background: #f3f6f7; }

.eyesz-swiper li { font-size: 14px; overflow: hidden; width: 100%; float: left !important; }

.eyesz-swiper .image { width: 100%; height: 204px; display: block; overflow: hidden; }

.eyesz-swiper img { width: 380px; height: 204px; display: block; position: relative; left: 50%; margin-left: -190px; }

.eyesz-swiper .title { font-size: 18px; font-weight: bold; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; display: block; }

.eyesz-swiper .desc { display: -webkit-box; height: 72px; line-height: 24px; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.eyesz-swiper .eyesz-thumb { padding: 10px 20px; }

.eyesz-swiper .more { display: block; color: #8bbe01; text-align: right; display: block; font-size: 14px; }

.eyesz-swiper .eyesz-dot { font-size: 0; text-align: center; }

.eyesz-swiper .eyesz-dot span { width: 10px; height: 10px; display: inline-block; vertical-align: top; *display: inline; *zoom: 1; margin: 0 3px; background-color: #ddd; -webkit-border-radius: 100%; border-radius: 100%; cursor: pointer; }

.eyesz-swiper .eyesz-dot span.swiper-pagination-bullet-active { background-color: #8bbe01; }

.eyesz .right-m-news .list a { white-space: normal; }

.index-lg .commonweb { max-width: 1400px; }

.index-lg .header-main { padding-left: 14px; }

.index-lg .header-content { width: 1136px; }

.index-lg .header-thumb { padding-left: 17px; }

.index-lg .nav a { margin: 0 11px; }

.index-lg .nav-area a { font-size: 15px; margin: 0 8px; }

.index-lg .link { margin-right: 12px; }

.index-lg .attention { padding-right: 20px; padding-left: 20px; }

.index-lg .search { margin-left: 45px; }

.index-lg .hot-News-hd a { font-size: 22px; min-width: 90px; }

.index-lg .right-mediaGroup-swiper { /* li{ width: (330px/3); } */ }

.index-lg .right-rank .top .title, .index-lg .right-rank-list .item:first-child .title { font-size: 18px; }

.index-lg .index-news-controls .hd a { min-width: 100px; }

.index-lg .hot-News-switch .thumb { height: 563px; }

.index-lg .hot-News-switch .list a { height: 92px; }

.index-lg .hot-News-switch .list .title { font-size: 18px; line-height: 28px; height: 56px; }

.index-lg .hot-News-switch .list .on { height: 103px; }

.index-lg .hot-News-switch .list .on .title { font-size: 24px; line-height: 30px; height: 60px; }

.index-lg .index-news-list.card .thumb { height: 364px; }

.index-lg .index-news-list.card .thumb-content { padding: 25px 28px; }

.index-lg .index-news-list.card .image img { height: 174px; }

.index-lg .index-news-list.card .large img { height: 364px; }

.index-lg .index-news-list.card .bot { padding-top: 30px; }

.index-lg .right-headline .other-list a { font-size: 18px; }

.index-lg .right-rank .title { font-size: 16px; }

.index-lg .right-m-news .list > a:first-child, .index-lg .right-m-news .list .strong { font-size: 18px; }

.index-lg .right-m-news .list .strong { font-weight: bold; }

.index-lg .right-restaurant .title { font-size: 16px; }

.index-lg .right-m-news .list a { font-size: 14px; }

.index-lg .right-info { font-size: 14px; }

@media (min-width: 1600px) { .commonweb { max-width: 1400px; }
  .header-main { padding-left: 14px; }
  .header-content { width: 1136px; }
  .header-thumb { padding-left: 17px; }
  .nav a { margin: 0 11px; }
  .nav-area a { font-size: 15px; margin: 0 8px; }
  .link { margin-right: 12px; }
  .attention { padding-right: 20px; padding-left: 20px; }

  .hot-News-hd a { font-size: 22px; min-width: 90px; }
  .right-mediaGroup-swiper { /* li{ width: (330px/3); } */ }
  .right-rank .top .title, .right-rank-list .item:first-child .title { font-size: 18px; }
  .index-news-controls .hd a { min-width: 100px; }
  .hot-News-switch .thumb { height: 563px; }
  .hot-News-switch .list a { height: 92px; }
  .hot-News-switch .list .title { font-size: 18px; line-height: 28px; height: 56px; }
  .hot-News-switch .list .on { height: 103px; }
  .hot-News-switch .list .on .title { font-size: 24px; line-height: 30px; height: 60px; }
  .index-news-list.card .thumb { height: 364px; }
  .index-news-list.card .thumb-content { padding: 25px 28px; }
  .index-news-list.card .image img { height: 174px; }
  .index-news-list.card .large img { height: 364px; }
  .index-news-list.card .bot { padding-top: 30px; }
  .right-headline .other-list a { font-size: 18px; }
  .right-rank .title { font-size: 16px; }
  .right-m-news .list > a:first-child, .right-m-news .list .strong { font-size: 18px; }
  .right-m-news .list .strong { font-weight: bold; }
  .right-restaurant .title { font-size: 16px; }
  .right-m-news .list a { font-size: 16px; }
  .right-info { font-size: 14px; } }
  
  
/* 头部样式 begin */
.flex {display: flex;}
.blue {color: #1574d2;}
.header {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.col-fix{position:fixed;top:0;}
.header>div {
    width: 100%;
    height: 60px;
}

.header>div>div {
    width: 1400px;
    height: 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.header .nav_top {
    background-color: white;
}

.header .nav_bottom {
    background-color: #f5f5f5;
    font-size: 20px;
    color: #333;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.header .nav_tr {
    display: flex;
    font-size: 14px;
    margin-top: 15px;
}

.header ul {
    margin-top: 15px;
}

.header li {
    float: left;
}

.header .nav_bottom li {
    margin-right: 20px;
}

.header .nav_bottom li a {
    color: #333;
}
.header .nav_bottom li a:hover{
  color:#8bbe01;
}
.header .nav_tl {
    padding: 10px 0;
    height: 60px;
}

.header .nav_tl img {
    height: 100%;
    display: block;
}

.header .nav_tr>div {
    height: 60px;
    margin: 0 10px;
}

.header .nav_tr .nav_tr_item,
.header .nav_tr .nav_tr_item img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
    position: relative;
}

.tn-box {
    background: #fff;
    width: 137px;
    height: 137px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 2px #ddd;
    -webkit-box-shadow: 0 0 2px #ddd;
    position: absolute;
    top: 36px;
    left: 50%;
    margin: 0 0 0 -67px;
    z-index: 100;
    display: none;
}

.tn-box-arrow {
    background-image: url('../images/ico.png');
    background-position: 0 -714px;
    display: block;
    width: 11px;
    height: 6px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0 0 0 -5px;
}

.tn-box .qrcode {
    width: 138px !important;
    height: 138px !important;
}

.header .nav_tr .reglog,
.header .nav_tr .search {
    display: flex;
    height: 30px;
    line-height: 30px;
    position: relative;
}
#platform, #platform img {
    width: auto;
}
.nav_tr .reglog .tn-box {
    width: 175px;
    height: auto;
    padding: 10px;
}
.nav_tr .formLogin input {
    width: 154px;
    height: 28px;
    padding-left: 8px;
    line-height: 28px;
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    border: 1px solid;
}
.nav_tr .formLogin .loginbox {
    font-size: 13px;
}
.nav_tr .formLogin .loginbox a {
    width: 154px;
    height: 30px;
    padding: 0 4px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background-color: #0370e7;
}
.header .nav_tr .search {
    border: 1px solid #cbcbcb;
    border-radius: 15px;
}

.header .nav_tr .search .search_tit {
    color: #aaa;
    width: 50px;
    text-align: center;
    cursor: default;
}

.header .nav_tr .search input {
    width: 100px;
}

.header .nav_tr .search .search_btn {
    width: 40px;
    cursor: pointer;
    background: url(../images/icon-search.png) no-repeat center;
}
.header .nav_br ul li:nth-child(4) {
    display: none;
} 
.header .nav_br ul li {
    position: relative;
}
.header .nav_br ul li > a {
    background: url('../images/icon-arrow-bottom.png') no-repeat right;
    padding-right: 15px;	
}
.link-drop {
    z-index: 5;
    background: #fff;
    border: 1px solid #e1e1e1;
    position: absolute;
    top: 40px;
    right: -10px;
    width: 350px;
    padding: 10px 20px;
    line-height: 35px;
    -webkit-box-shadow: 0 0 2px #ddd;
    box-shadow: 0 0 2px #ddd;
    color: #858585;
    display: none;
    font-size: 0;
}
.link-drop:before {
    content: '';
    width: 11px;
    height: 6px;
    display: block;
    background: url('../images/qrcode-arrow.png') center no-repeat;
    position: absolute;
    right: 35px;
    top: -6px;
}
.link-drop a {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    color: #858585!important;
    font-size: 12px;
}
.link-drop a:after {
    content: "|";
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
}
/* 头部样式 end */
/* 主体 begin */
.main {
    width: 1400px;
    margin: auto;
    margin-top: 120px;
    position: relative;
}

.breadcrumb {
    padding: 10px 0;
    float: left;
    /* color: #666; */
}

.breadcrumb a,
.breadcrumb span,
.newslist-item-desc a {
    color: #666;
}
.breadcrumb a {
    margin-right: 5px;
}
.breadcrumb a:nth-last-child(1) {
    font-weight: bold;
}

.loading {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    padding-top: 100px;
    cursor: default;
}
.loading img {
    height: 30px;
    animation: rotate 1s infinite linear;
}
.withSide {
    display: flex;
    float: left;
    width: 100%;
}
.side {
    width: 35%;
}

/*侧边图标*/
.sidefloat {
    position: fixed;
    width: 70px;
    top: 50%;
    left: calc(50vw + 700px);
}
.sidefloat > div {
    width: 70px;
    height: 70px;
    box-shadow: 0 0 5px #eee;
    margin-bottom: 7px;
    background: no-repeat center;
    cursor: pointer; border-radius:5px; overflow:hidden;
}
.sidefloat .sf_refresh {
    background-image: url("../images/icon-refresh.png");
}
.sidefloat .sf_totop {
    background-image: url("../images/icon-totop.png");
}


/* 主体 end */
/* 文章页 begin */
.article {
    width: 100%;
    height: 1000px;
    float: left;
    margin-top: 10px;
}
.article .withSide {
    border-top: 4px solid;
    padding-top: 40px;
}
.article .a_title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.article .a_info {
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
    
}
.article .a_info div {
    margin-right: 20px;
}
.article .flex {
    justify-content: space-between;
    color: #848484;
}
.article .a_content {
    width: 990px;
}
/* 文章页 end */

/*习总栏目列表 begin*/
.xz-list h3{ font-size:26px;text-align:center;margin-bottom:10px;font-weight:bold;}
.xz-list h3 a{color:#333;}
.xz-list h3 a:hover{color:#0370e7;}
.xz-list .text{line-height:150%; text-align:center; margin-bottom:30px;}
.xz-list .text a{display:inline; font-size:16px;}
/*习总栏目列表 end*/

.bsBox#bsWXBox { box-sizing: content-box!important;}
.tt315 li:nth-child(3n-2) {font-weight: bold;}

@media (max-width: 1600px) {
    .header>div>div,.main { width: 1200px;}
    .header>div>div { font-size: 18px;}
    .sidefloat { left: calc(50vw + 605px);}
}