@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: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}


/* 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%;
}

select {
    outline: none;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    overflow-x: hidden;
}

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;
}

a:focus {
    outline: 0;
}

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: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}


/* 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;
}


/* css3效果 */

.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;
}


/* 公共样式 */

.shadow {
    padding: 20px;
    box-sizing: content-box;
    box-shadow: 0px 0px 20px 0px rgba(166, 182, 192, 0.3);
    background-color: #fff;
}

.nopadding-shadow {
    box-shadow: 0px 0px 20px 0px rgba(166, 182, 192, 0.3);
    background-color: #fff;
}

.p20 {
    box-sizing: content-box;
    padding: 0 20px;
}

.mt20 {
    margin-top: 20px;
}

.bdl {
    display: none;
}

@media(max-width:1240px) {
    .shadow {
        box-sizing: border-box;
    }
    .p20 {
        box-sizing: border-box;
        padding: 0;
    }
}

@media(max-width:979px) {
    /* 公共样式 */
    .shadow {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media(max-width:767px) {
    /* 公共样式 */
    .p20 {
        padding: 0 12px;
    }
}


/* 通用样式 */

#header {
    height: 340px;
}

.head-top {
    line-height: 28px;
    padding: 4px 0;
    color: #666;
    background-color: #fff;
}

.top-date {
    float: left;
}

.top-date>span {
    margin: 0 5px;
}

.top-link {
    float: right;
}

.top-link>a {
    color: #666;
    margin: 0 5px;
}

.top-link>span {
    display: inline-block;
    width: 1px;
    height: 13px;
    background-color: #aaa;
    margin-top: 8px;
    vertical-align: top;
}

.head-info {
    position: relative;
}


/* logo */


/* 手机端 */

@media(max-width:767px) {
    .top-date,
    .top-link {
        float: none;
    }
}


/* logo */

.logo {
    float: left;
    padding-top: 55px;
    margin-left: -20px;
}


/* 搜索框 */

.search-boxs {
    position: relative;
    float: right;
    width: 360px;
    height: 40px;
    border-radius: 50px;
    margin-top: 93px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.search-boxs.focus {
    background-color: #fff;
}

.search-input {
    position: relative;
    z-index: 1;
    margin-right: 44px;
    padding-left: 18px;
    height: 38px;
}

.search-input .input-placeholder {
    position: absolute;
    top: 0;
    left: 18px;
    height: 38px;
    line-height: 38px;
    color: #84929f;
    z-index: -1;
    cursor: text;
}

.search-input .input-box {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 0;
    background: 0 0;
}

.search-btns {
    position: absolute;
    top: 9px;
    right: 19px;
    width: 18px;
    height: 19px;
    background: url('../images/search_btn.png') no-repeat;
    cursor: pointer;
}


/* 小屏幕 */

@media(max-width:1199px) {
    #header {
        height: auto;
    }
    .logo {
        width: 60%;
        margin-left: 0;
    }
    .search-boxs {
        margin-top: 81px;
    }
}


/* pad */

@media(max-width:979px) {
    #header {
        padding-bottom: 20px;
    }
    .logo {
        float: none;
        padding-top: 20px;
    }
    .search-boxs {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}


/* 手机端 */

@media(max-width:767px) {
    .logo {
        width: 80%;
    }
}


/* 菜单 */

.menu {
    margin-top: 84px;
}

.menu-items {
    margin: 0 -7px;
}

.menu-items>li {
    float: left;
    width: 14.285%;
}

.menu-items>li>a {
    display: block;
    margin: 0 7px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-color: rgba(27, 121, 218, 0.7);
}

.menu-items>li>a:hover,
.menu-items>li.current>a {
    background-color: #1b79da;
}

.phone-ico {
    display: none;
    height: 40px;
    background: url('../images/phone_ico.png') center no-repeat;
}


/* pad */

@media(max-width:979px) {
    .menu {
        position: absolute;
        right: 50%;
        top: 50%;
        margin-top: -40px;
        margin-right: -365px;
        width: 40px;
        height: 40px;
        z-index: 2;
    }
    .phone-ico {
        display: block;
    }
    .menu-items {
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        min-width: 150px;
        padding: 10px 0;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .menu-items>li {
        float: none;
        width: 100%;
    }
    .menu-items>li>a {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .menu-items>li>a,
    .menu-items>li>a:hover,
    .menu-items>li.current>a {
        background-color: transparent;
    }
}


/* 手机端 */

@media(max-width:767px) {
    .menu {
        margin-right: 0;
        right: 12px;
    }
}


/*轮播 */

.banner {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    z-index: -1;
    max-height: 667px;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}


/* 手机端 */

@media(max-width:767px) {
    .banner {
        top: 64px;
    }
}


/* footer */

.select {
    padding-top: 10px;
}

.select-items {
    margin: 0 -12px;
}

.select-items>li {
    float: left;
    width: 25%;
    margin-top: 10px;
}

.select-items>li>div {
    margin: 0 12px;
}


/* chosen */

.select-info {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 6px;
    border: 1px solid #ddd;
}

.chosen-container {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 40px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #ddd;
}

.chosen-container-single .chosen-single span {
    margin-right: 20px;
    height: 38px;
    line-height: 38px;
}

.chosen-container-single .chosen-single div {
    width: 20px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 20px;
    height: 38px;
    background: url("../images/sel_ico.png") left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: auto;
    bottom: 40px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 0;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}


/* pad */

@media(max-width:979px) {
    .select-items>li {
        width: 100%;
    }
    .select-items,
    .select-items>li>div {
        margin: 0;
    }
}

.foot-info {
    padding: 18px 0;
    min-height: 136px;
    background-color: #0b61b9;
}

.foot-info>.container {
    position: relative;
}

.foot-link {
    margin-bottom: 20px;
}

.foot-link>a {
    float: left;
    color: #fff;
}

.foot-link>span {
    float: left;
    width: 1px;
    height: 13px;
    margin: 4px 9px 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.foot-program {
    line-height: 30px;
    color: #fff;
}

.foot-program>span,
.foot-program>a {
    display: inline-block;
    margin-right: 70px;
    vertical-align: top;
}

.foot-ico1 {
    padding-left: 19px;
    color: #fff;
    background: url('../images/foot_ico1.png') no-repeat left center;
}

.foot-ico {
    position: absolute;
}

.ico2 {
    top: 19px;
    right: 140px;
}

.ico3 {
    top: 22px;
    right: 0;
}


/* pad */

@media(max-width:979px) {
    .foot-ico {
        display: inline-block;
        position: static;
        margin-top: 10px;
        margin-right: 10px;
    }
}


/* 右侧 */

.sidebar {
    position: fixed;
    top: 50%;
    margin-top: -141px;
    right: 50%;
    margin-right: -700px;
    z-index: 10;
}

.sidebar-items>li {
    width: 70px;
    margin-top: 1px;
}

.sidebar-items>li>a {
    position: relative;
    display: block;
    padding-top: 42px;
    height: 70px;
    text-align: center;
    color: #fff;
    background-color: #a6c2da;
}

.sidebar-items>li>a:before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 70px;
    height: 37px;
    background-repeat: no-repeat;
    background-position: center;
}

.sidebar-items>li:nth-child(1)>a:before {
    background-image: url('../images/sidebar-ico1.png');
}

.sidebar-items>li:nth-child(2)>a:before {
    background-image: url('../images/sidebar-ico2.png');
}

.sidebar-items>li:nth-child(3)>a:before {
    background-image: url('../images/sidebar-ico3.png');
}

.sidebar-items>li:nth-child(4)>a:before {
    background-image: url('../images/sidebar-ico4.png');
}

.sidebar-items>li>a:hover {
    background-color: #1b79da;
}

@media(max-width:1370px) {
    .sidebar {
        right: 0;
        margin-right: 0;
    }
}


/* 信息列表 */

.news-items {
    padding-top: 9px;
}

.news-items>li {
    position: relative;
    line-height: 36px;
    padding-left: 10px;
}

.news-items>li:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -2.5px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #666;
}

.news-items>li>a {
    display: block;
    color: #333;
    padding-right: 120px;
}

.news-time {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}

.news-items>li:hover a,
.news-items>li:hover .news-time {
    color: #eb900f;
}

.news-items>li:hover:before {
    background-color: #eb900f;
}


/* 手机端更多样式 */

.ewb-phone-more {
    color: #666;
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #EDEDED;
    border: 1px solid #ccc;
    border-radius: 2px;
    clear: both;
    margin-top: 5px;
}


/* 面包屑 */

.ewb-location {
    line-height: 15px;
    padding-left: 20px;
    color: #999;
    background: url("../images/location_icon.png") left top no-repeat;
}

.ewb-location a {
    color: #999;
}

.ewb-location span {
    color: #0b61b9;
}


/* header2 */

#secondHeader {
    height: 162px;
}

#secondHeader .header {
    position: relative;
}

.second-top {
    height: 114px;
}

.second-top>img {
    padding: 24px 0 0 10px;
}

.second-logo {
    float: left;
}

.second-r {
    float: right;
}


/* 搜索框 */

.second-boxs {
    position: relative;
    float: left;
    width: 300px;
    height: 38px;
    border-radius: 8px;
    margin-top: 36px;
    background-color: #f1f2f3;
    overflow: hidden;
}

.second-input {
    position: relative;
    z-index: 1;
    margin-right: 50px;
    padding-left: 15px;
    height: 38px;
}

.second-input .input-placeholder {
    position: absolute;
    top: 0;
    left: 15px;
    height: 38px;
    line-height: 38px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.second-input .input-box {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 0;
    background: 0 0;
}

.second-btns {
    position: absolute;
    top: 9px;
    right: 14px;
    width: 19px;
    height: 19px;
    background: url('../images/second_ser.png') no-repeat;
    cursor: pointer;
}

.second-wrap {
    float: left;
    width: 215px;
    padding-left: 50px;
    margin-left: 28px;
    margin-top: 34px;
    background: url('../images/second_user.png') no-repeat left center;
}

.second-wrap>ul>li {
    float: left;
    width: 92px;
    line-height: 20px;
}

.second-wrap>ul>li:nth-child(2n) {
    position: relative;
    width: 68px;
    text-align: right;
}

.second-wrap>ul>li:nth-child(2n):before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -7.5px;
    width: 1px;
    height: 15px;
    background: #d0d0d0;
}

.second-wrap>ul>li>a {
    color: #333;
}

.second-wrap>ul>li>a:hover {
    color: #ef8d00;
}


/* nav */

.second-nav {
    height: 48px;
    background-color: #3a86e8;
}

.second-nav-list {
    float: left;
    width: 14.28%;
}

.second-nav-list a {
    font-size: 18px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 48px;
}

.second-nav-list>a:hover,
.second-nav-list.active>a {
    background-color: #1564cb;
}

.phone-ico2 {
    background: url(../images/phone_ico2.png) center no-repeat;
}

@media(max-width:1199px) {
    .second-top>img {
        width: 30%;
        padding-top: 33px;
    }
}

@media(max-width:979px) {
    #secondHeader,
    .second-top {
        height: auto;
    }
    .second-top>img {
        float: none;
        width: 60%;
        padding-left: 0;
        padding-top: 20px;
    }
    .second-r {
        float: none;
    }
    .second-wrap {
        float: none;
        margin-top: 20px;
        margin-left: 0;
    }
    .second-boxs {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .second-info {
        position: absolute;
        right: 50%;
        top: 50%;
        margin-top: -70px;
        margin-right: -365px;
        width: 40px;
        height: 40px;
        z-index: 2;
    }
    .second-nav {
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        height: auto;
        min-width: 150px;
        padding: 10px 0;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .second-nav>.container {
        width: auto;
        padding: 0;
    }
    .second-nav-list {
        float: none;
        width: 100%;
    }
    .second-nav-list>a {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .second-nav-list>a,
    .second-nav-list>a:hover,
    .second-nav-list.active>a {
        background-color: transparent;
    }
}

@media(max-width:767px) {
    .second-info {
        right: 12px;
        margin-right: 0;
    }
}


/* 底部下拉样式 */

.second-footer .select {
    padding-left: 0;
    padding-right: 0;
}

.second-footer .select-items {
    margin: 0 5px;
}

@media(max-width:979px) {
    .second-footer .select {
        padding: 0 12px 0 12px;
        box-shadow: none;
    }
    .second-footer .select-items {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        box-shadow: 0px 0px 20px 0px rgba(166, 182, 192, 0.3);
    }
}