/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, body, * {     font-family: "Microsoft YaHei" ! important; }
body {
    background-color: #f3f3f3;
}
.container {
    width: 1200px;
}
@media (min-width: 1200px) {
    .carousel {
        width: 100%;
    }
    body {
        width: 100%;
    }
    #list-banner {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .carousel {
        width: 1200px;
    }
    body {
        width: 1200px;
    }
    #list-banner {
        width: 1200px;
    }
}
.clear {
    clear: both;
}
.top {
    position: relative;
    top: 0;
    z-index:2;
    width: 100%;
    height: 30px;
    font-size: 14px;
    background-color: #515055;
    color: #999999;
}
.top .tel {
    float: left;
    line-height: 29px;
}
.top .tel img {
    margin-bottom: 3px;
    margin-right: 8px;
}
.top .tel span {
    font-weight: bold;
}
.top .web-link {
    float: right;
    padding-right: 10px;
}
.top .web-link a {
    color: #999999;
    font-size: 12px;
    text-decoration: none;
    line-height: 30px;
}
.top .web-link span {
    margin: 0 12px;
}
.navbar {
    z-index:1;
    position: relative;
    width: 100%;
    height: 90px;
    margin-bottom: 0;
    border: 0;
}
.navbar .nav-logo {
    float: left;
    margin: 24px 0;
}
.navbar .nav-logo a {
    display: inline-block;
    height: 42px;
}
.navbar-inverse {
    background-color: #ffffff;
}
#img-home {
    display: block;
    float: right;
    margin-top: 32px;
    margin-right: 10px;
}
#img-home a {
    display: block;
    width: 20px;
    height: 19px;
}
#nav {
    height: 90px;
    float: right;
}
#nav ul {
    padding: 0;
    margin-top: 25px;
    list-style: none;
    height: 40px;
}
#nav ul li {
    position: relative;
    display: inline-block;
    float: left;
    /* width: 86px; */
    height: 65px;
    padding: 0 16px 25px 16px;
}
#nav ul li a {
    position: relative;
    display: inline-block;
    /* width: 55px; */
    height: 40px;
    color: #222222;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    z-index: 3;
}
#nav ul .cur .nav-a{
    color: #e60012;
    border-bottom: 3px solid #e60012;
}
#nav .nav {
    display: none;
    width: 444px;
    height: 256px;
    left: -3px;
    top: -12px;
    position:absolute;
    background: url("../img/nav-order.png") no-repeat;
    padding: 105px 28px 10px 28px;
    z-index: 2;
}
#nav li.nearLast .nav {
    left: -355px;
    background: url("../img/nav-order2.png") no-repeat;
}
#nav .nav img {
	float: left;
	margin-right: 20px;
}
#nav .nav a{
    display:block;
    width:auto;
    float:left;
    height:20px;
    background:none;
    line-height:20px;
    margin: 10px 12px;
    font-size:15px;
    text-align:center;
    z-index: 2;
}
#nav .nav a:hover{
    color: #e60012;
    border-bottom: 2px solid #eb636a;
}

.carousel-indicators {
    height: 15px;
    bottom: 4.44%;
    margin-bottom: 0;
}
.carousel-indicators li {
    height: 12px;
    width: 12px;
    background-color: #433344;
    margin: 0 6px;
    border: none;
}
.carousel-indicators .active {
    background-color: #e60012;
    margin: 0 6px;
    border: none;
}
#banner-left{
    background: url("../img/banner-previous.png") no-repeat;
    position: absolute;
    display: inline-block;
    height: 50px;
    width: 50px;
    top: 40%;
    left: 23.23%;
}
#banner-right{
    background: url("../img/banner-next.png") no-repeat;
    position: absolute;
    display: inline-block;
    height: 50px;
    width: 50px;
    top: 40%;
    right: 23.23%;
}
#current-nav {
    height: 100px;
}
#current-nav .container {
    padding-top: 32px;
}
.left-nav {
    float: left;
}
.left-nav ul {
    margin: 0;
    padding: 0;
}
.left-nav ul li {
    float: left;
    list-style: none;
    margin-right: 1px;
}
.left-nav ul li a {
    display: inline-block;
    width: 100px;
    height: 34px;
    background-color: #515055;
    border-radius: 3px;
    text-align: center;
}
.left-nav ul li a{
    color: #ffffff;
    line-height: 34px;
    text-decoration: none;
}
.left-nav ul .cn-current a {
    background-color: #e60012;
}
.right-nav {
    float: right;
    height: 34px;
    color: #515055;
    font-size: 12px;
    padding-right: 10px;
}
.right-nav a {
    color: #515055;
    line-height: 34px;
    text-decoration: none;
}
.right-nav span {
    margin-left: 5px;
    margin-right: 10px;
}
.right-nav a:hover {
    color: #e60012;
}

#list-banner {
    height: 180px;
    background: url("../img/list-bannar.png") no-repeat;
    background-size: cover;
}
#list-banner .container {
    padding-top: 64px;
}
#list-banner .container .cn {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 24px;
    border-left: 6px solid #fe1c2e;
}
#list-banner .container .en {
    color: #b2b2b6;
    padding-left: 18px;
}

#list {
    margin-top: 5px;
    min-height: 400px;
}
.content-list {
    margin: 0;
    padding: 0;
}
.content-list .li-list {
    line-height: 30px;
}
.content-list li img {
    width: 100%;
}
.content-list li a {
    color: #444444;
    font-size: 12px;
    text-decoration: none;
}
.content-list li span {
    font-size: 12px;
    color: #999999;
    float: right;
}
.content-list li {
    list-style: none;
    background-color: #ffffff;
    display: block;
    padding: 25px 28px;
    margin-top: 20px;
}
.content-list li .li-left {
    float: left;
    margin-right:20px;
    width:260px;
    height:144px;
}
.content-list li .li-right {
    float: left;
    position: relative;
    width: 830px;
    height: 144px;
}
.content-list li .li-right span {
    float: none;
}
.content-list li .li-right h2 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4em;
}
.content-list li .li-right h2 a{
    font-size: 16px;
    color: #444444;
    line-height: 16px;
    font-weight: 600;
}
.content-list li .li-right .first-date {
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}
.content-list li .li-right p {
    font-size: 12px;
    color: #666666;
    line-height: 2em;
    margin: 0;
}
.content-list li .li-right .seemore{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 97px;
    height: 33px;
    margin-top: 12px;
    color: #ffffff;
    font-size: 12px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    background-color: #e60012;
}

.block-right {
    float: right;
    width: 320px;
    height: 360px;
    background-color: #ffffff;
    padding: 25px 30px;
}
.block-login {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #dcdcdc;
}
.form-group {
    margin-bottom: 12px;
}
.input-group-addon {
    padding: 9px 10px;
    background-color: #f7f7f7;
    border: 1px solid #d1d0d0;
}
.input-group .form-control {
    height: 39px;
    font-size: 12px;
    border: 1px solid #d1d0d0;
}
.block-login button {
    height: 43px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 50px;
    background-color: #e60012;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
}
.block-login span {
    float: right;
    margin-left: 15px;
}
.block-login span a{
    color: #444444;
    font-size: 12px;
    text-decoration: none;
}

#detail {
    margin-top: 25px;
    margin-bottom: 10px;
}
#detail .de {
    padding: 50px;
    background-color: #ffffff;
}
.de .de-title {
    text-align: center;
    padding-bottom: 35px;
    border-bottom: 1px solid #f2f2f2;
}
.de .de-title h2 {
    margin: 5px 0 20px 0;
    padding: 0;
    color: #444444;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
}
.de .de-title span {
    color: #999999;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
}
.de .de-content {
    padding-top: 25px;
    padding-bottom: 25px;
}
.de .de-content p {
    color: #666666;
    line-height: 26px;
}
.de .px {
    margin-top: 30px;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
}
.de .px a {
    text-decoration: none;
}
.de .px .previous {
    color: #e60012;
}
.de .px .previous a {
    color: #e60012;
}
.de .px .next a {
    color: #444444;
}
.pagination {
	width: 100%;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
}
.pagination span {
	display: inline-block;
	border-radius: 3px;
}
.pagination a {
	display: inline-block;
	background-color: #515055;
	color: #ffffff;
	padding: 0 10px;
	text-decoration: none;
	border-radius: 3px;
}
.pagination .currentPage {
	background-color: #e60012;
	color: #ffffff;
	padding: 0 10px;
}

#footer {
    height: 180px;
    background-color: #353438;
    margin-top: 35px;
}
.footer-left {
    float: left;
    color: #999999;
}
.footer-left .footer-img {
    float: left;
    margin: 30px 20px 0 12px;
    font-size: 12px;
    text-align: center;
}
.footer-left .footer-img img {
	width:90px;
    height:90px;
    margin-bottom: 5px;
}
.footer-left .footer-chat {
    float: left;
    margin-top: 30px;
}
.footer-left .footer-chat h3 {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
}
.footer-left .footer-chat h2 {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #dad9dc;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.footer-right {
    float: right;
    color: #999999;
}
.footer-right .footer-share {
    margin: 45px 15px 15px 0;
}
.footer-right .footer-share a {
    display: inline-block;
    height: 33px;
    margin-left: 24px;
}
.footer-right span {
    float: right;
    margin-right: 15px;
    font-size: 12px;
}
