﻿@charset "utf-8";

/* CSS Document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after { margin: 0; padding: 0; }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
html, body { height: 100%; }
*::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
a { background: transparent; text-decoration: none; }
a:active, a:hover { outline: 0; }
a:focus { outline: none; -moz-outline: none; -webkit-outline: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
ul, ol { list-style: none outside none; }
li { list-style-type: none; }
mark { background: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5rem; }
sub { bottom: -0.25rem; }
iframe { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 1em 40px; }
hr { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; -moz-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35rem 0.625rem 0.75rem; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; }
optgroup { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

/*内容区域通用*/
body { font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; background: #e9eef6; }
img { border: 0; vertical-align: middle; display: block; }
figure { margin: 0; }
.clearfix { display: block; #zoom: 1; }
.clearfix::after { content: ''; overflow: hidden; width: 100%; height: 0px; font-size: 0px; display: block; clear: both; }
.fl { float: left; }
.fr { float: right; }
.domPC { display: block; }
.domMobile { display: none; }
.row { font-size: 0; +word-spacing: -1px; }
.row .dib { display: inline-block; +display: inline; +zoom: 1; font-size: 14px; letter-spacing: normal; word-spacing: normal; vertical-align: top; }
.top-bar { height: 45px; text-align: center; border-bottom: 1px solid #ccc; color: #cccccc; width: 100%; position: fixed; _position: absolute; z-index: 1040; top: 0; left: 0; background-color: #fff; box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2); overflow: hidden; }
.top-bar .menu { width: 1200px; overflow: hidden; margin: 0 auto; }
.top-bar .home-site-link { font-style: normal; font-weight: 700; }
.top-bar li::after { content: "|"; color: #d5d5d5; }
.top-bar li:first-of-type::after { content: " "; padding-right: 15px; }
.top-bar li:last-of-type::after { content: " "; }
.top-bar .item { line-height: 45px; font-size: 14px; }
.top-bar .item a { padding: 0 7px; }
.top-bar .home-site-link { color: black; }
.top-bar a { color: #1a1a1a; }
.top-bar .loading { display: block; text-align: center; height: 32px; line-height: 32px; font-size: 12px; background-color: #f5f5f5; }

/* banenr begin*/
.phd img { width: 100%; }

/* banenr end*/
.phd { height: 880px; }

/*RTools*/
.RTools { position: fixed; _position: absolute; right: 10px; bottom: 200px; width: 60px; z-index: 10000; display: none; }
.RTools .qrcode { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 5px 5px 0; border: 1px solid #ccc; background-color: #f7f7f7 !important; right: 0; bottom: 70px; position: absolute; }
.RTools .qrcode canvas { width: 100%; height: auto; }
.RTools .qrcode:hover::after { content: '扫描分享'; width: 100%; color: #333; font-size: 16px; display: block; text-align: center; }
.RTools .qrcode:hover { transform: translate(0, 0); animation: change 1s; -moz-animation: change 1s; -webkit-animation: change 1s; -mozanimation-fill-mode: forwards; -webkit-animation-fill-mode: forwards; overflow: hidden; width: 100%; }
@keyframes change {
	from { width: 48px; height: 48px; opacity: 1; }
	to { width: 100px; height: 125px; opacity: 1; }
}
.RTools .gototop { width: 60px; height: 60px; cursor: pointer; background: #525ba3 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%; transition: .3s; opacity: 0; filter: alpha(opacity=0); }
.show { display: block; }
.adBottom { background: #525ba3;	/*padding: 20px 0 40px;*/ }
.footer { padding: 66px 0 50px; background: #525ba3; text-align: center; color: #fff;	/*border-top: #df0045 solid 5px;*/ }
.footer p { line-height: 2; }
.f_logo { margin-bottom: 30px; text-align: center; }
.f_logo img { display: inline-block; }
.container { width: 1200px; margin-left: auto; margin-right: auto; }

/* 头部 */
.header { position: absolute; left: 0; right: 0; top: 45px; height: 110px; background: url('../img/header_bg.png') center top repeat-x; border-bottom: 1px solid #8b8a89; }
.logo_01 { margin-top: 37px; }
.logo_02 { margin-top: 35px; margin-left: 60px; }
.nav { margin-top: 34px; }
.nav li { float: left; margin-left: 40px; }
.nav li:first-child { margin-left: 137px; }
.nav li a { display: block; height: 44px; line-height: 44px; font-size: 18px; color: #fff; }
.nav li a.on, .nav li a:hover { font-weight: bold; border-bottom: 4px solid #fff; }
#xhsearch { position: relative; margin-top: 36px; margin-right: 0px; }
#xhsearch .form { width: 209px; height: 38px; background: none; border: 1px solid #aaacad; border-radius: 38px; }
#xhsearch .submitBtn { width: 42px; height: 38px; position: absolute; z-index: 1; top: 0; right: 0px; left: auto; cursor: pointer; }
#xhsearch .iconSearchBtn { background: url('../img/icon_search.png') center center no-repeat; }
#xhsearch input { display: block; width: 152px; padding-left: 18px; height: 38px; line-height: 38px\9; font-size: 14px; color: #fff; border: 0px; background: none; position: absolute; top: 0px; left: 5px; }
#xhsearch input::-webkit-input-placeholder { color: #a09f9e; }
#xhsearch input:-moz-placeholder { color: #a09f9e; }
#xhsearch input::-moz-placeholder { color: #a09f9e; }
#xhsearch input:-ms-input-placeholder { color: #a09f9e; }
.slot-lunbo ul, .slot-lunbo li { margin: 0; padding: 0; list-style: none }
.slot-lunbo img { border: 0; vertical-align: top }
.slot-lunbo { position: relative; height:430px; }
.slot-lunbo .d_img { position: relative; margin: 0 auto; width: 1100px; height: 370px; }
.slot-lunbo .d_img li { position: absolute; display: none; z-index: 0; border-radius: 15px 15px 0 0; overflow: hidden; }
.slot-lunbo .d_img li .span-black { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url('../img/bg_05.png') center bottom repeat-x rgba(0, 0, 0, .4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000); }
.slot-lunbo .d_img li .span-word { position: absolute; bottom: 17px; font-size: 14px; color: rgba(255, 255, 255, .6); padding: 0 100px 0 17px; line-height: 24px; }
.slot-lunbo .d_img li .span-word .bdo-title { font-size: 18px; margin-bottom: 6px; }
.slot-lunbo .d_img li .span-word .bdo-title a { color:#FFFFFF; }
.slot-lunbo .d_img li .span-word .bdo-details { height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.slot-lunbo .d_img li .span-word img { width: 55px; height: 55px; position: absolute; right: 21px; bottom: 16px; }
.slot-lunbo .d_img li.xz { border-radius: 30px 30px 0 0; -webkit-box-shadow: 0 0 35px rgba(20, 19, 23, .49); -moz-box-shadow: 0 0 35px rgba(20, 19, 23, .49); box-shadow: 0 0 35px rgba(20, 19, 23, .49); }
.slot-lunbo .d_img li.xz .span-black { background: url('../img/bg_06.png') center bottom repeat-x rgba(0, 0, 0, 0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000); }
.slot-lunbo .d_img li.xz .span-word { padding: 0 198px 17px 30px; color: #fff; }
.slot-lunbo .d_img li.xz .span-word img { width: 68px; height: 68px; }
.slot-lunbo .d_img li a>img { width: 100% }
.slot-lunbo .d_img li:first-child { display: block; width: 520px; left: 0%; top: 38px; z-index: 1 }
.slot-lunbo .d_img li:nth-child(2) { display: block; width: 630px; left: 233px; top: 0; z-index: 2 }
.slot-lunbo .d_img li:nth-child(3) { display: block; width: 520px; right: 0%; top: 38px; z-index: 1 }
.slot-lunbo .d_menu { display: none; }
.slot-lunbo .d_prev, .slot-lunbo .d_next { position: absolute; top: 186px; width: 17px; height: 31px; z-index: 10; cursor: pointer; }
.slot-lunbo .d_prev { left: 0; }
.slot-lunbo .d_next { right: 0; }
.slot-lunbo .more{ margin-top: 20px; position:absolute; right:0px; top:-40px; }
.slot-lunbo .more a{ display: inline-block; width: 115px; height: 30px; line-height: 30px; text-align: center; border-radius: 30px; font-size: 14px; color: #fff; background: #535ba3; }
.slot-video, .slot-video>img, .slot-project, .slot-project>img { display: block; border-radius: 10px; width: 590px; height: 420px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.slot-video a { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, .3); }
.slot-video a img {  }
.slot-video:hover>img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.slot-project .div-mc { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, .6); padding-left: 37px; padding-right: 37px; }
.slot-project-item1 { width: 138px; margin: 25px 15px 0; padding-bottom: 4px; }
.slot-project-item1 a { display: block; width: 100%; text-align: center; color: #fff; font-size: 14px; line-height: 24px; }
.slot-project-item1 a img { display: block; margin-left: auto; margin-right: auto; -webkit-transition: all .8s; -moz-transition: all .8s; -o-transition: all .8s; transition: all .8s; }
.slot-project-item1 .bdo-txt { margin-top: 15px; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size:16px; color:#FFFFFF; text-align:center; }
.slot-project-item1 .bdo-txt a{ margin-top: 15px; height: 48px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.slot-project-item1 a:hover img { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
.slot-rite-img { border-radius: 10px; }
.slot-rite-img a, .slot-rite-img a img { display: block; width: 590px; height: 340px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.slot-rite-img:hover a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.slot-rite-details { width: 546px; height: 263px; padding: 47px 22px 30px; border-radius: 10px; background: url('../img/bg_01.png') right top no-repeat #fff; }
.slot-rite-details .title { font-weight: bold; font-size: 20px; color: #444492; line-height: 32px; height: 64px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.slot-rite-details .title a { color: #444492; }
.slot-rite-details .details { font-size: 14px; color: #000; line-height: 26px; margin-top: 17px; margin: 17px auto 47px; height: 104px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; text-align: justify; }
.slot-rite-details .more a { display: inline-block; width: 115px; height: 30px; line-height: 30px; border-radius: 30px; background: #535ba3; color: #fff; text-align: center; font-size: 14px; }
#forum{ position: absolute; margin-top: -60px; }
.forum { background: url('../img/bg_02.png') center bottom no-repeat; }
.forum-swiper { width: 390px; height: 350px; border-radius: 8px; overflow: hidden; margin-top: 10px; }
.forum-swiper .pic img { display: block; width: 390px; height: 350px; }
.forum-swiper .title { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, .7); color: #fff; padding: 0px 125px 0px 20px; line-height: 56px; height: 56px; }
.forum-swiper .title a { color: #fff; font-size: 16px; }
.forum-swiper .swiper-pagination-fraction { bottom: 15px; right: 30px; left: auto; width: auto; color: #fff; font-size: 24px; }
.forum-swiper .swiper-pagination-fraction .swiper-pagination-current { color: #ff8a00; }
.forum-swiper .swiper-pagination-fraction .swiper-pagination-total { font-size: 18px; }
.forum-swiper .swiper-button-prev, .forum-swiper .swiper-button-next { background-color: rgba(0, 0, 0, .5); padding: 20px 5px; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; font-size: 20px; background-size: 15px 29px; }
.forum-swiper .swiper-button-prev { left: 0; top: 40%; }
.forum-swiper .swiper-button-next { right: 0; top: 40%; }
.forum-swiper .swiper-button-prev:hover, .forum-swiper .swiper-button-next:hover { background-color: rgba(0, 0, 0, .8); }
.forum-swiper .section-list { width: 500px; overflow: hidden; float: right; }
.forum-swiper .section-list .mod-topics { border-top: dotted 1px #d9d9d9; margin-top: -1px; padding-top: 16px; padding-bottom: 16px; }
.forum-swiper .section-list .mod-topics:nth-child(1) { padding-top: 0; margin-top: -5px; }
.forum-swiper .section-list .mod-topics .topic a { color: #404040; font-size: 18px; font-weight: normal; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.forum-swiper .section-list .mod-topics .topic a:hover { color: #1381f2; }
.forum-swiper .section-list .mod-topics .abstract { line-height: 24px; color: #808080; padding-top: 5px; font-size: 14px; }
.form-img { margin-left: 10px; margin-top: 10px; }
.form-img, .form-img a, .form-img a img { display: block; width: 260px; height: 170px; border-radius: 8px; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.form-img a:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.forum-art { padding: 27px 270px 24px 30px; line-height: 24px; }
.forum-art .title { font-size: 20px; font-weight: bold; color: #535ba3; }
.forum-art .title a { color: #535ba3; }
.forum-art .details { font-size: 14px; margin-top: 2px; text-align: justify; height: 72px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.forum-art .more { position: absolute; right: 30px; bottom: 30px; }
.forum-art .more, .forum-art .more a { display: inline-block; width: 115px; height: 30px; line-height: 30px; text-align: center; color: #fff; background: #535ba3; border-radius: 30px; }
#basicMain{ position: absolute; margin-top: -100px; }
.basic-main { width: 100%; min-width: 1200px; margin-top: 86px; background: url('../img/bg_03.png') center bottom no-repeat; }
.basic_title { position: absolute; left: 0; top: -37px; }
.basic_title>img { display: block; }
.basic_title a { display: block; width: 154px; height: 48px; line-height: 48px; background: #525ba3; border-radius: 48px; font-size: 18px; color: #fff; text-align: center; margin-top: 27px; }
.basic_title a img { display: inline-block; margin-right: 14px; position: relative; top: -3px; }
.basic-city-name span { position: absolute; }
.basic-city-name span a { display: inline-block; background: #525ba3; color: #fff; padding: 0 16px; border: 1px solid #fff; height: 32px; line-height: 32px; border-radius: 34px; text-transform: uppercase; font-size: 20px; position: relative; }
.basic-city-name span a::before { content: " "; position: absolute; width: 18px; height: 18px; background: url('../img/icon_dian.png') center center no-repeat; top: 50%; margin-top: -9px; }
.basic-city-name span a::after { content: ""; position: absolute; top: 50%; height: 1px; background: #43569d; }
.basic-city-name span a bdo { margin-right: 6px; }
.basic-city-name .span-dw1 { left: 0; top: 340px; }
.basic-city-name .span-dw1 a::before { right: -193px; }
.basic-city-name .span-dw1 a::after { width: 175px; left: 100%; margin-left: 1px; }
.basic-city-name .span-dw2 { left: 0; top: 440px; }
.basic-city-name .span-dw2 a::before { right: -105px; }
.basic-city-name .span-dw2 a::after { width: 87px; left: 100%; margin-left: 1px; }
.basic-city-name .span-dw3 { top: 188px; right: 70px; }
.basic-city-name .span-dw3 a::before { left: -202px; }
.basic-city-name .span-dw3 a::after { width: 184px; right: 100%; margin-right: 1px; }
.basic-city-name .span-dw4 { right: 0; top: 368px; }
.basic-city-name .span-dw4 a::before { left: -138px; }
.basic-city-name .span-dw4 a::after { width: 120px; right: 100%; margin-right: 1px; }
.basic-city-name .span-dw5 { top: 440px; right: 87px; }
.basic-city-name .span-dw5 a::before { left: -149px; }
.basic-city-name .span-dw5 a::after { width: 131px; right: 100%; margin-right: 1px; }
.basic-city-name .span-dw6 { top: 518px; right: 117px; }
.basic-city-name .span-dw6 a::before { left: -269px; }
.basic-city-name .span-dw6 a::after { width: 251px; right: 100%; margin-right: 1px; }
.basic-main .more{ margin-top: 0; position: absolute; right: 0; bottom: 20px; }
.basic-main .more a{ display: inline-block; width: 115px; height: 30px; line-height: 30px; text-align: center; border-radius: 30px; font-size: 14px; color: #fff; background: #535ba3; }