@charset "utf-8";

html, body, div, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video { margin: 0; padding: 0; }
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
ul, ol { list-style: none; }
img { border: 0 none; vertical-align: top; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong, em, i { font-style: normal; font-weight: normal; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
mark { background: none; }
input::-ms-clear { display: none !important; }
body { font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif; background: #fff; }
a { text-decoration: none; color: #333; }
a:hover { text-decoration: none; }

a.in_a,a:visited.in_a{color:#fff;}
a:hover.in_a{color:#323c75;}

#commonHeader {
    background: url(../img/header_bg.jpg) no-repeat center;
    background-size: cover;
}
.header-logo {
    padding: 40px 0 30px;
}
.header-logo .logo {
    height: 80px;
}
.header-logo .right {
    float: right;
}
.header-logo .right img {
    height: 50px;
}
.header-nav {
    width: 100%;
    background: transparent;
}
.header-menu {
    width: 100%;
}
.header-menu a {
    color: #fff;
}
.header-menu > li {
    text-align: center;
    width: 11.11%;
}
.header-menu > li > a {
    font-size: 18px;
    padding: 15px 0px;
    border-bottom: 2px solid transparent;
}
.header-menu > li > a:hover, .header-menu > li > a:focus, .header-menu > li > a:hover, .header-menu .open > a, .header-menu .open > a:focus, .header-menu .open > a:hover  {
    font-weight: bold;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
}
.dropdown-menu {
    border: none;
    width: 100%;
    left: 0;
    padding: 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 15px 0 15px 15px;
    background: #000;
    color: #fff;
}
.dropdown-menu > li > a:hover {
    background: #282c44;
    color: #fff;
}


#commonFooter {
    background: #282c44 url(../img/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
.bottom-nav {
    border-bottom: 1px solid #545e90;
}
.bottom-nav ul {
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    margin: 10px 0;
    padding: 5px 0;
    
}
.bottom-nav li {
    float: left;
    margin: 0 5px;
    font-size: 16px;
}
.bottom-nav li a {
    padding: 5px 8px;
    color: #fff;
}
.bottom-nav li a:hover {
    background: rgba(255,255,255,.1);
    border-radius: 5px;
}
#backToTop {
    float: right;
}
#backToTop img {
    width: auto;
    height: 30px;
    margin-top: 15px;
}
.footer-info {
    padding: 30px 0;
}
.footer-logo {
    line-height: 65px;
    font-size: 30px;
    color: #fff;
}
.footer-logo img {
    height: 75px;
    margin-right: 20px;
}
.footer-logo span {
    float: right
}
.footer-info-content {
    font-size: 14px;
    color: #fff;
}
.footer-info-content .left {
    float: left;
    line-height: 2.5;
}
.footer-info-content .right {
    float: right;
    text-align: right;
}
.footer-info-content .right a {
    color: #fff;;
}
.footer-copyright {
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #304788;
}


/* 公用样式 */

.ISC-btn {
    padding: 6px 25px;
    color: #fff;
    font-size: 16px;
    background: #323c75;
    border: 2px solid #323c75;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,.3);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.ISC-btn.large {
    padding: 6px 50px;
    font-size: 20px;
}
.ISC-btn.login {
    padding: 5px 0;
    margin: 10px 0;
    width: 100%;
    font-size: 14px;
}
.ISC-btn:hover {
    background: #fff;
    border: 2px solid #323c75;
    color: #363f75;
}
.ISC-btn:hover a,.ISC-btn:hover a:visited,.ISC-btn:hover a:hover{color:#363f75}




/* 首页样式 */
.index-carousel {
    width: 100%;
    height: 500px;
    background: #f1f1f1;
}
.index-carousel .swiper-slide {
    display: block;
    background-size: cover!important;
}
.index-pagination {
    bottom: 30px!important;
}
.index-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: .5;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.index-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.ISC-intro {
    padding: 60px 0 70px;
}
.ISC-intro h4 {
    font-size: 24px;
    font-weight: 300;
}
.ISC-intro h1 {
    margin: 0;
    font-size: 46px;
    font-weight: 700;
    color: #393939;
}
.ISC-intro div {
    display: block;
    margin: 15px 0;
    text-align: left;
}
.ISC-intro div span {
    display: inline-block;
    width: 200px;
    min-height: 1px;
    border-bottom: 4px solid #323c75;
}
.ISC-intro p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #4e4e4e;
    line-height: 2;
}

.ISC-link {
    padding: 70px 0;
    background: url(../img/link_bg.jpg) no-repeat center;
    background-size: cover;
}
.link-item {
    text-align: center;
}
.link-item .ISC-btn {
    min-width: 150px;
}

.link-item .wrapper {
    margin: 0 20px;
    padding: 40px 10px;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
    border-radius: 15px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}
.link-item .wrapper:hover {
    box-shadow: 0 3px 20px rgba(0,0,0,.2);
}
.link-item-icon {
    display: block;
    margin: 0 auto 20px;
    height: 80px;
}
.link-item-title {
    margin: 30px 0 35px;
    font-weight: 600;
    color: #636363
}

.ISC-requirement {
    padding: 60px 0;
}
.requirement-item .wrapper {
    margin: 10px;
}
.requirement-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 46px;
}
.requirement-title::before {
    content: "-";
    margin-right: 15px;
    color: #363f75;
}
.requirement-title::after {
    content: "-";
    margin-left: 15px;
    color: #363f75
}
.requirement-subtitle {
    position: relative;
    padding: 5px 0;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    border-bottom: 5px solid #ececec
}
.requirement-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    display: block;
    margin: 0 auto;
    width: 5px;
    height: 5px;
    background: #323c75;
}
.requirement-content {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
}
.requirement-button {
    display: block;
    text-align: center;
    margin: 15px 0;
}




/* 登录注册页样式 */
.fullscreen {
    width: 100%;
    height: 100%;
}
.fullscreen-background {
    background-size: cover!important;
}
#login .container {
    max-width: 1000px;
}
.ISC-login {
    margin-top: 200px;
    background: #fff;
    overflow: hidden;
    zoom: 1;
}
.ISC-login.sign-up {
    margin-top: 100px;
}
.login-tab {
    overflow: hidden;
    zoom: 1;
}
.login-tab a {
    display: block;
    float: left;
    width: 50%;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    background: #f1f1f1
}
.login-tab a.active {
    border-bottom: 2px solid #282c44;
    background: #fff;
}
.ISC-login .wrapper {
    padding: 20px 30px;
    background: #fff;
}
.login-field {
    margin: 20px 0;
}
.login-field label {
    color: #636363;
    font-size: 12px;
    margin-bottom: 3px;
}
.login-field input {
    margin-top: 5px;
    border-radius: 0;
}
.login-field input:focus {
    border: 1px solid #323c75;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.login-field select {
    border-radius: 0;
}
.login-field select:focus {
    border: 1px solid #323c75;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.ISC-login-info {
    margin-top: 30px;
    line-height: 2;
}
.ISC-login-info h2 {
    margin: 10px 0 5px;
    font-size: 30px;
    color: #393939
}
.ISC-login-info h4 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #636363;
}
.back-link {text-align: center;}

/* 用户中心样式 */
#userCenter {
    margin: 50px 0;
}
.column-banner {
    height: 300px;
    background-size: cover!important;
}

.ISC-column {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.ISC-column h1 {
    padding: 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 200;
}
.ISC-column .navbar-collapse {
    padding: 0!important;
}
.column-menu li {
    font-size: 14px;
}
.column-menu li a {
    display: block;
    padding: 6px 20px;
}
.column-menu li a span {
    margin-right: 15px;
}
.column-menu li a.active {
    border-left: 2px solid #304788;
    color: #304788!important;
    background: #fff!important;
}
.column-menu li a:hover {
    color: #fff;
    background: #282c44;
}
.column-list-divider {
    margin: 10px 0;
}
.ISC-content {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.ISC-content.single {
    margin: 30px 0;
    padding: 30px;
}
.ISC-profile {
    padding: 30px;
}
.ISC-profile h1 {
    margin: 0;
    font-size: 24px;
}
.ISC-profile h1 span {
    color: #304788;
    font-weight: 700;
}
.ISC-profile p {
    margin: 5px 0;
}
.ISC-profile .panel-default {
    margin: 10px 0;
}
.navbar-toggle-column {
    float: none;
    color: #000!important
}

.content-title {
    position: relative;
    padding: 10px 0;
    font-size: 26px;
    font-weight: 700;
    color: #393939;
    border-bottom: 2px solid #ededed;
}
.content-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 105px;
    border-bottom: 4px solid #304788
}
.post-content {
    padding: 20px 0;
    line-height: 1.8;
}
.nws_content{font-size:14px;}
.nws_content table{border:1px solid #ddd;padding:5px;}

.nws_content table td{border:1px solid #ddd;padding:5px;}
.nws_content img{max-width: 100%;padding:10px 0px;}


@media screen and (max-width:1200px) {
    .link-item {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .requirement-item {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .ISC-column {
        margin: 20px 0;
    }
}


@media screen and (max-width:768px) {
    .header-logo {
        padding: 20px 0 10px;
    }
    .header-logo .logo {
        width: 100%;
        height: auto;
    }
    .header-logo .right {
        display: none;
    }
    .navbar-toggle {color: #fff;padding: 3px 10px;}
    .header-nav .container {padding: 0}
    .navbar-collapse {width: 100%;margin:0!important;padding:0!important}
    .navbar-nav {margin: 0;}
    .nav > li {width: 100%;}
    .bottom-nav li {
        width: 33.33%;
        margin: 8px 0;
    }
    .bottom-nav li a {
        display: block;
        text-align: center;
    }
    #backToTop {
        float: none;
        display: block;
        text-align: center;
    }
    #backToTop img {
        margin: 5px 0;
    }
    .footer-logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    .ISC-login {
        margin: 60px 0 0;
    }
}


