@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "D-DIN";
    src: url("./fonts/D-DIN.woff") format("woff"), url("./fonts/D-DIN.ttf") format("truetype"), url("./fonts/D-DIN.eot") format("embedded-opentype");
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    min-width: 1200px;
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    font-family: "Microsoft YaHei"\0;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #718bae;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #718bae;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #718bae;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #718bae;
}

.placeholder {
    color: #718bae;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}

.box {
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0px 5px 10px 0px rgba(31, 51, 129, 0.1);
}


/* 头部 */

.com-header {
    height: 76px;
    background-color: #fff;
}

.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 32;
}

.header {
    position: relative;
    height: 100%;
}

.header .logo {
    margin-top: 10px;
    width: 320px;
}

.search-condition {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    height: 430px;
    background: url("../images/search_condition.jpg") no-repeat;
    z-index: 90;
}

.condition-slide {
    width: 201px;
    height: 100%;
    padding-left: 1px;
    background-color: #fff;
    filter: alpha(opacity=50);
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5));
}

.confition-slideitem {
    position: relative;
    height: 76px;
    line-height: 76px;
    padding: 0 20px 0 40px;
}

.confition-slideitem a {
    font-size: 20px;
    color: #333;
}

.confition-slideitem.active,
.confition-slideitem:hover {
    background: url("../images/condition_slidebg.jpg") no-repeat;
}

.confition-slideitem.active:before,
.confition-slideitem:hover:before {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6.5px;
    content: "";
    width: 14px;
    height: 11px;
    background: url("../images/right_arrow.png") no-repeat;
}

.confition-slideitem.active a,
.confition-slideitem:hover a {
    color: #fff;
}

.condition-content {
    height: 100%;
   /* margin-left: 202px; */
    margin-left: 20px;
    padding: 0 23px;
}

.condition-top {
    height: 81px;
    padding-top: 18px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d7e1ef;
}

.condition-top .condition-tt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.header-sel {
    display: none;
    width: 120px;
    height: 40px;
    border: 1px solid #b5c2d4;
    border-radius: 6px;
    box-sizing: border-box;
    color: #718bae;
}

.province-sel {
    width: 120px;
    margin-right: 10px;
}

.province-sel .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
    border-color: #b5c2d4;
    border-radius: 6px;
    padding-left: 15px;
    color: #718bae;
    background: transparent;
}

.province-sel .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    box-shadow: none;
    color: #333;
}

.province-sel .chosen-container-single .chosen-single div b {
    background: url("../images/topsel_down.png") no-repeat center;
}

.province-sel .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-image: url("../images/top_selup.png");
}

.province-sel .chosen-container-single .chosen-single div {
    right: 11px;
}

.chosen-search {
    display: none;
}

.province-sel .chosen-container .chosen-results li {
    height: 32px;
    line-height: 32px;
    padding: 0 11px;
}

.province-sel .chosen-with-drop .chosen-drop {
    top: 42px;
    padding: 5px 0;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 0px rgba(31, 51, 129, 0.1);
}

.province-sel .chosen-container .chosen-results {
    margin: 0 5px 0 0;
    max-height: 290px !important;
    height: 290px !important;
}

.province-sel .chosen-container .chosen-results::-webkit-scrollbar {
    width: 3px;
    /*对垂直流动条有效*/
}


/*定义滚动条的轨道颜色、内阴影及圆角*/

.province-sel .chosen-container .chosen-results::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #d9e5f2;
}


/*定义滑块颜色、内阴影及圆角*/

.province-sel .chosen-container .chosen-results::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #1463ce;
}


/*/*定义两端按钮的样式*/

::-webkit-scrollbar-button {
    display: none;
}

.input-tips {
    position: relative;
}

.input-placeholder {
    position: absolute;
}

.condition-tips {
    width: 350px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #b5c2d4;
    box-sizing: border-box;
    border-radius: 6px;
}

.condition-tips .input-placeholder {
    left: 12px;
    top: 0;
    color: #718bae;
}

.condition-tips .input {
    width: 100%;
    height: 100%;
    line-height: 38px;
    padding: 0 45px 0 12px;
    box-sizing: border-box;
    background: none;
}

.condition-tips .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    background: url("../images/main_search.png") no-repeat center;
    cursor: pointer;
}

.condition-scroll {
    line-height: 32px;
}

.condition-scroll .condition {
    padding: 10px 0;
}

.condition-scroll .condition:first-child {
    overflow: hidden;
}

.condition-scroll .condition+.condition {
    border-top: 1px dashed #d7e1ef;
}

.condition-scroll .condition-tt {
    width: 61px;
    text-align: right;
}

.hot-box {
    height: 84px;
    box-sizing: border-box;
}

.hot-list {
    margin-left: 72px;
}

.hot-item {
    margin: 0 20px;
}

.hot-item a {
    color: #3f5279;
}

.hot-item.current a,
.hot-item:hover a {
    color: #1463ce;
}

.letter-list {
    margin-left: 78px;
}

.letter-list .hot-item {
    margin: 0 12px;
}

.letter-box {
    overflow: hidden;
}

.section-wrap {
    height: 193px;
    margin-top: 20px;
    overflow: auto;
}

.section-wrap::-webkit-scrollbar {
    width: 6px;
    /*对垂直流动条有效*/
}


/*定义滚动条的轨道颜色、内阴影及圆角*/

.section-wrap::-webkit-scrollbar-track {
    background-color: transparent;
}


/*定义滑块颜色、内阴影及圆角*/

.section-wrap::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c3dbf7;
}

.section-item {
    position: relative;
    padding-bottom: 20px;
    z-index: 1;
    overflow: hidden;
}

.section-item:before {
    position: absolute;
    left: 50px;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    border-left: 2px solid #dadde1;
    z-index: -1;
}

.section-item .letter {
    width: 52px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-right: 2px solid #dadde1;
    box-sizing: border-box;
}

.section-item.current .letter {
    border-color: #1463ce;
    color: #1463ce;
}

.section-item .hot-item {
    height: 32px;
    line-height: normal;
}

.all-country {
    height: 29px;
    line-height: 29px;
    margin: 24px 0 0 20px;
    padding-left: 22px;
    font-size: 18px;
    background: url("../images/header_location.png") no-repeat left center;
    cursor: pointer;
}

.header-nav {
    text-align: right;
    font-size: 0;
}

.header-navitem {
    display: inline-block;
    height: 76px;
    line-height: 70px;
    padding: 3px 10px 0;
    margin-left: 5px;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
}

.header-navitem a {
    font-size: 18px;
    color: #333;
}

.header-navitem.active,
.header-navitem:hover {
    border-color: #1463ce;
    background-color: #fff;
}

.header-navitem.active a,
.header-navitem:hover a {
    color: #1463ce;
}

.main-margin {
    margin-top: 76px;
}


/* 尾部 */

.footer {
    height: 96px;
    line-height: 96px;
    text-align: center;
    color: #d0dcf6;
    background-color: #102234;
}

.footer a {
    color: #d0dcf6;
}


/* 右侧工具栏 */

.slide-list {
    position: fixed;
    top: 50%;
    margin-top: -220px;
    right: 30px;
    height: 440px;
    width: 80px;
    z-index: 99;
}

@media (max-width:1366px) {
    .slide-list {
        right: 5px;
    }
}

.slide-item+.slide-item {
    margin-top: 10px;
}

.slide-item {
    position: relative;
    height: 80px;
    line-height: 22px;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(241, 243, 246, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#E5f1f3f6, endColorstr=#E5f1f3f6)";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(241, 243, 246, 0.5));
}

.slide-link {
    display: block;
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
    color: #333;
    background-repeat: no-repeat;
    background-position: center 16px;
}

.slide-item.first .slide-link {
    background-image: url("../images/slide_ico1.png");
}

.slide-item.second .slide-link {
    background-image: url("../images/slide_ico2.png");
}

.slide-item.third .slide-link {
    background-image: url("../images/slide_ico3.png");
}

.slide-item.forth .slide-link {
    background-image: url("../images/slide_ico4.png");
}

.slide-item.fifth .slide-link {
    background-image: url("../images/slide_ico5.png");
}

.slide-item.sixth .slide-link {
    background-image: url("../images/slide_ico6.png");
background-position: -5px 0px;}


.slide-item:hover .slide-link {
    color: #1463ce;
}

.slide-item:hover {
    border-color: #1463ce;
}

.go-top {
    background-color: #326fca;
    background: linear-gradient(to bottom, #326fca, #51aef0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#E5326fca, endColorstr=#E5326fca)";
}

.go-top .slide-link {
    color: #fff;
}

.go-top:hover {
    border-color: transparent;
    background-color: #1b58b7;
    background: linear-gradient(to bottom, #1b58b7, #257ccb);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#E51b58b7, endColorstr=#E51b58b7)";
}

.go-top:hover .slide-link {
    color: #fff;
}

.slide-item:hover .slide-hover {
    display: block;
}

.slide-hover {
    display: none;
    position: absolute;
    right: 79px;
    padding-right: 4px;
}

.slide-inside {
    box-sizing: border-box;
}

.slide-item.second .slide-hover {
    top: -2px;
}

.slide-item.second .slide-inside {
    width: 181px;
    line-height: 25px;
    padding: 28px 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #1463ce;
    background-color: #f2f5f7;
}

.slide-item.third .slide-inside {
    width: 150px;
    height: 160px;
    padding-top: 12px;
    box-sizing: border-box;
    background-color: #f0f3f6;
    background: linear-gradient(to bottom, #f0f3f6, #fff);
}

.slide-item.sixth .slide-inside {
    width: 150px;
    height: 220px;
    padding-top: 12px;
    box-sizing: border-box;
    background-color: #f0f3f6;
    background: linear-gradient(to bottom, #f0f3f6, #fff);
}

.yjzx{
	height: 180px !important;
}

.slide-item.third .slide-hover {
    top: 50%;
    margin-top: -80px;
}
.slide-item.sixth .slide-hover {
    top: 50%;
    margin-top: -90px;
}

.code-img {
    width: 111px;
    height: 111px;
    margin: 0 auto;
}

.code-img img {
    width: 100%;
    height: 100%;
}

.code-text {
    line-height: 20px;
    margin-top: 4px;
    text-align: center;
}


/* 通用列表 */

.news-item {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
}

.news-item:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #bcd5fb;
}

.news-item a {
    display: block;
    font-size: 16px;
    color: #333;
}

.news-item:hover a {
    color: #1463ce;
}

.news-item:hover::before {
    background-color: #1463ce;
}


.area-sel {
    width: 120px;
    margin-left: 20px;
}

.area-sel .chosen-container .chosen-results::-webkit-scrollbar {
    width: 3px;
    /*对垂直流动条有效*/
}


/*定义滚动条的轨道颜色、内阴影及圆角*/

.area-sel .chosen-container .chosen-results::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #d9e5f2;
}


/*定义滑块颜色、内阴影及圆角*/

.area-sel .chosen-container .chosen-results::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #1463ce;
}

.area-sel .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 32px;
    border-color: #b5c2d4;
    border-radius: 6px;
    padding-left: 15px;
    color: #718bae;
}

.area-sel .chosen-container-single .chosen-single span {
    height: 30px;
    line-height: 30px;
}

.area-sel .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    box-shadow: none;
    color: #333;
}

.area-sel .chosen-container-single .chosen-single div b {
    background: url("../images/topsel_down.png") no-repeat center;
}

.area-sel .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-image: url("../images/top_selup.png");
}

.area-sel .chosen-container-single .chosen-single div {
    right: 11px;
}

.area-sel .chosen-container .chosen-results li {
    line-height: 20px;
    padding: 5px 11px;
}

.area-sel .chosen-with-drop .chosen-drop {
    top: 42px;
    padding: 5px 0;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 5px 10px 0px rgba(31, 51, 129, 0.1);
    background-color: #fff;
}

.area-sel .chosen-container .chosen-results {
    margin: 0 5px 0 0;
    max-height: 290px !important;
    height: 290px !important;
}

.sel-box-head {
    display: none;
}

.city-sel {
    display: none;
}

.country-sel {
    display: none;
}

.choose-list {
    margin-left: 20px;
}

.choose-item {
    height: 34px;
    line-height: 32px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: #3f5279;
    cursor: pointer;
}

.choose-item.active {
    color: #3768cd;
    border-color: #3768cd;
}