/* css reset*/

ul,
li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
ol,
ul,
li,
img,
button,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body,
div,
p,
span,
img,
ul,
li,
dl,
dd,
dt,
em,
strong {
    margin: 0;
    padding: 0;
    border: none;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

html,
body {
    width: 100%;
    margin-right: 0;
    overflow-x: hidden;
}

html {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.1s ease-in-out;
    /* Safari and Chrome */
    -o-transition: all 0.1s ease-in-out;
    /* Opera */
}

hr {
    margin: 20px 0;
    border-top: 1px solid #efefef;
}

a {
    cursor: pointer;
    color: #0047BB;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0047BB;
}

img {
    vertical-align: middle;
}

 :after,
 :before {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding: 0;
    margin: 0;
}
/* css reset*/

.header {
    width: 100%;
    max-width: 1220px;
    background: #fff;
    margin: 0 auto;
}

.row-title h1 {
    font-size: 14px;
    background: #F0F3F6;
    line-height: 32px;
    text-align: center;
    height: 32px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.row-title img {
    display: block;
    width: 100%;
    height: 4px;
}

.header .navbar-right-container {
    width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.header .first-nav {
    float: none;
    display: block;
    height: 44px;
}

.header .first-nav li {
    line-height: 44px;
    font-size: 16px;
    float: right;
}

.header .first-nav li:hover {
    background: #F5F7FA;
}

.header .first-nav li a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: rgba(51, 51, 51, 1);
    padding: 0 12px;
    line-height: 44px;
}

.header .first-nav li a:hover {
    color: #0047BB;
}

.header .first-nav li img {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -1px;
}

.header .lang {
    width: 140px;
    background: #fff;
    z-index: 9999;
    position: absolute;
    right: -5px !important;
    text-align: left;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
}

.header .lang li {
    line-height: 42px;
    cursor: pointer;
    padding: 0 10px;
}

.header .lang li:hover {
    border-bottom: 1px solid #FF671F;
}

.header .lang li a {
    display: inline-block;
    width: 100%;
    color: #333333;
}

.header .lang li a.active {
    color: #0047BB;
}

.navTab {
    width: 1220px;
    line-height: 100px;
    margin: 0 auto;
    /* padding: 20px 20px 0 20px; */
    box-sizing: border-box;
}

.row:before {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
    display: table;
    content: " ";
}

.logo {
    display: block;
    width: 220px;
    height: auto;
    margin-top: 22px;
}

.navTab .navbar-nav {
    /* margin-top: 15px; */
}

.navTab .navbar-nav li a {
    color: #333333;
    font-size: 16px;
    margin: 0 20px;
    padding: 5px 0;
    padding-right: 12px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.navTab .navbar-nav li a:hover {
    border-bottom: 1px solid #FF671F;
}

.navTab .navbar-nav li a.selectUp:before {
    position: absolute;
    right: 0px;
    bottom: 8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333333;
}

.navTab .navbar-nav li a.selectDown:after {
    position: absolute;
    right: 0px;
    bottom: 8px;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #333333;
}

.navTab .navbar-nav li:nth-of-type(3) a.selectUp:before {
    display: none;
}

.navTab .navbar-nav li:nth-of-type(3) a.selectDown:after {
    display: none;
}

.navTab .navbar-nav li:nth-of-type(3) a {
    padding-right: 0;
}

.cat-list {
    width: 524px;
    position: absolute;
    right: 0;
    top: 85px;
    z-index: 1000;
}

.cat-list li {
    width: 164px;
    display: inline-block;
    position: absolute;
    top: -10px;
    background: #FFFFFF;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
}

.cat-list li:nth-of-type(1) {
    left: -220px;
}

.cat-list li:nth-of-type(2) {
    left: -90px;
}

.cat-list li:nth-of-type(3) {
    left: 230px;
}

.cat-list li:nth-of-type(4) {
    left: 165px;
}

.cat-list li:nth-of-type(5) {
    left: 265px;
}

.cat-list li:nth-of-type(6) {
    left: 375px;
}

.cat-list li a {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
    padding: 20px;
    border-bottom: 1px solid #F5F7FA;
}

.cat-list li a:hover {
    border-bottom: 1px solid #FF671F;
    font-family: source-han-sans-traditional, sans-serif;
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
}

.cat-list li:nth-of-type(5) a:nth-of-type(1):hover {
    padding: 20px 16px;
}


/* 固定header样式 */

.header-fade-in {
    background: #fff;
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
}

.header-fade-in .navTab {
    width: 1220px;
    margin: 0 auto;
    padding: 0;
    line-height: 96px;
    box-sizing: border-box;
}

.btn {
    display: inline-block;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #0047BB;
    border-radius: 0;
    line-height: 40px;
    font-size: 16px;
    color: #0047BB;
    font-family: source-han-sans-traditional, sans-serif;
    font-weight: 500;
    transition: background .25s;
}

.btn:hover {
    color: #FFFFFF;
    background: #0047BB;
}

.header-fade-in .btn {
    width: initial;
    padding: 0 18px;
    float: right;
    margin: 25px 0 0 45px;
    display: inline-block;
    outline: none;
    background: linear-gradient(4deg,rgba(23,116,251,1),rgba(59,133,251,1));
    border: none;
    border-radius: 0;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-family: source-han-sans-traditional, sans-serif;
    font-weight: 500;
    transition: background .25s;
}

.header-fade-in .btn:hover {
    color: #ffffff;
    background:linear-gradient(4deg,rgba(23,116,251,1),rgba(59,133,251,1));
}

.header-fade-in .navTab .navbar-nav {
    margin-top: 0;
}

.header-fade-in .cat-list {
    top: 50px;
    left: 84px;
}

.header-fade-in .cat-list li {
    top: 15px;
}

.header-fade-in .cat-list li:nth-of-type(1) {
    left: -5px;
}

.header-fade-in .cat-list li:nth-of-type(2) {
    left: 123px;
}

.cat-list li:nth-of-type(3) {
    left: 230px;
}

.header-fade-in .cat-list li:nth-of-type(4) {
    left: 380px;
}

.header-fade-in .cat-list li:nth-of-type(5) {
    left: 478px;
}

.header-fade-in .cat-list li:nth-of-type(6) {
    left: 588px;
}


/* 移动端header */

.container-fluid {
    width: 1220px;
    margin: 0 auto;
    padding: 0;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

.panel-heading {
    border-radius: 0;
    border: none;
    color: #333333;
    padding: 0;
}

.panel-title a {
    display: block;
    padding: 15px;
    position: relative;
    font-size: 16px;
    padding-left: 25px;
    text-align: left;
    font-family: source-han-sans-traditional, sans-serif;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.navbar .panel-title a:hover,
.navbar .panel-title a:visited,
.navbar .panel-title a:focus {
    color: rgba(51, 51, 51, 1);
}

.panel-body {
    background: #fff;
    text-align: left;
    padding: 5px 0 20px 0;
    padding-left: 8px;
    font-size: 16px;
    line-height: 24px;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}


/* section */

#section1 {
    max-width: 1220px;
    height: 600px;
    margin: 0 auto;
    background: yellow;
    border: 1px solid #333;
}

#section2 {
    max-width: 1220px;
    height: 600px;
    margin: 0 auto;
    background: blue;
    border: 1px solid red;
}

@media (min-width: 1200px) {
    .col-lg-4 {
        width: 33.33333333%;
        float: left;
        position: relative;
        min-height: 1px;
    }
    .col-lg-8 {
        width: 66.66666667%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-lg-2 {
        width: 16.66666667%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-lg-10 {
        width: 83.33333333%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: -15px;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px;
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    /* 移动端header */
    .navbar {
        margin-bottom: 0;
    }
    .container-fluid {
        width: 100%;
    }
    .header-imgGredient {
        width: 100%;
        height: 4px;
    }
    .ad-entry {
        background: #DFE3E6;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        padding: 5px 20px 5px 78px;
        z-index: 99;
    }
    .ad-entry img {
        position: absolute;
        width: 38px;
        height: 38px;
        left: 31px;
    }
    .ad-entry img.close {
        position: absolute;
        width: 15px;
        height: 15px;
        left: 6px;
        opacity: 1;
    }
    .ad-entry .text .title {
        display: block;
        font-size: 15px;
        font-weight: 600;
    }
    .ad-entry .text .ad-content {
        display: inline-block;
        font-size: 10px;
    }
    .ad-entry .btn {
        display: inline-block;
        background: #FF671F;
        color: #ffffff;
        border: none;
        position: absolute;
        right: 20px;
        top: 10px;
        padding: 0 10px;
        margin: 0;
        line-height: 30px;
        min-width: 50px;
        font-size: 14px;
        font-weight: 400;
    }
    .container-fluid>.navbar-header {
        position: relative;
        margin: 0;
        padding: 0 20px;
        background: #ffffff;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .navbar-default .navbar-toggle {
        border-color: #ffffff;
    }
    .navbar-brand {
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
    .navbar-brand>img {
        width: 132px;
        height: 32px;
        margin-top: 9px;
        display: inline-block;
    }
    .login img {
        width: 20px;
        height: 20px;
        float: right;
        position: absolute;
        right: 72px;
        top: 17px;
    }
    .lan {
        width: 20px;
        height: 20px;
        float: right;
        position: absolute;
        right: 110px;
        top: 17px;
    }
    .lan img {
        width: 100%;
        height: 100%;
    }
    #m-navbar-collapse {
        width: 100%;
        margin: 0;
        padding: 40px 30px 0 30px;
        background: #ffffff;
        max-height: none;
        z-index: 99999999999999;
    }
    #m-navbar-collapse #accordion {
        overflow-y: scroll;
        padding-bottom: 120px;
    }
    #m-navbar-collapse .panel-group .panel {
        border-bottom: none;
        margin-bottom: 20px;
    }
    #m-navbar-collapse .panel-group .panel-heading {
        border-bottom: 1px solid #DFE3E6;
    }
    #m-navbar-collapse .panel-body {
        padding: 0;
    }
    #m-navbar-collapse .panel-body a {
        display: block;
        text-align: center;
        color: #333333;
        font-weight: 400;
        line-height: 44px;
        margin-top: 20px;
        font-size: 16px;
        border-bottom: 1px solid #DFE3E6;
    }
    #m-lang-collapse {
        width: 100%;
        margin: 0;
        padding: 0 30px;
        background: #ffffff;
        text-align: center;
        padding-bottom: 40px;
    }
    #m-lang-collapse li {
        line-height: 44px;
        border-bottom: 1px solid #DFE3E6;
    }
    #m-lang-collapse li a {
        color: #333333;
        font-size: 14px;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    #m-navbar-collapse .panel-group .panel-heading.active {
        border-bottom: 1px solid #FF671F;
    }

    #accordion .panel-heading a:before {
        content: "\e258";
        font-size: 14px;
        position: absolute;
        font-family: "Glyphicons Halflings";
        left: 100%;
        margin-left: -15px;
        top: 16px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #333333;
    }

    #accordion .panel:nth-of-type(3) .panel-heading a:before {
        display: none;
    }

    #accordion .panel-heading.active a:before {
        transform: rotate(90deg);
        transition: all 0.3s;
        color: #333333;
    }
    /* 移动端header */
}

/* header end */



/* footer start */
footer {
    padding: 40px 0 120px 0;
    border: none;
    background: #f9f9f9;
}

.footer-detail .container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto;
    color: #333333;
    max-width: 1220px !important;
}

footer .row {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.footer-detail .row:first-child {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
}

.footer-detail .column {
    width: auto;
}

.footer-detail .logo {
    width: 620px;
    height: auto;
    position: relative;
}

.footer-detail .logo {
    display: inline-block;
}

.footer-detail .logo p {
    width: 100%;
    max-width: 250px;
}

.footer-detail .logo img {
    width: 248px;
    height: auto;
    margin-bottom: 0;
    margin-right: 55px;
    display: inline-block;
}

.footer-detail .logo p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(90, 90, 90, 1);
    line-height: 24px;
    min-width: 275px;
    display: inline-block;
    vertical-align: middle;
}

.footer-detail .logo::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100px;
    background: #d8d8d8;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
}

.footer-detail .cat-tag {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0;
    margin-left: 80px;
}

.footer-detail .cat-tag a:last-child li {
    border: none;
}

.footer-detail .column {
    width: auto;
}

footer .cat-tag p {
    display: inline-block;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 27px;
    padding: 12px 16px;
}

.footer-detail .cat-tag p {
    display: none;
}

footer .cat-tag li {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: rgba(90, 90, 90, 1);
    padding: 0 15px;
    margin: 5px 0 3px;
    line-height: 16px;
    border-right: 1px solid #5a5a5a;
}

footer .a-link {
    min-width: 1200px;
    margin-top: 20px;
    margin-bottom: 37px;
}

footer .warning p {
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 200;
    color: rgba(77, 85, 90, 1);
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-detail .warning p {
    text-align: left;
}

footer .a-link a {
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 400;
    color: rgba(140, 155, 165, 1);
    line-height: 18px;
    cursor: pointer;
}

@media (max-width:768px) {
    footer {
        padding: 40px 35px 0 35px;
    }
    .footer-detail {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer .row {
        padding: 0;
        box-sizing: border-box;
        margin: 0;
        width: 100%;
    }
    .footer-detail .row:first-child {
        display: block;
    }
    .col-xs-12, .col-xs-6 {
        padding: 0;
    }
    .footer-detail .column {
        width: 100%;
    }
    .footer-detail .logo {
        width: 100%;
        text-align: left;
    }
    .footer-detail .logo::after {
        display: none;
    }
    footer .logo img {
        display: block;
        margin: 0 auto;
    }
    .footer-detail .logo img {
        width: 175px;
        margin: 0;
    }
    footer .logo p {
        max-width: 100%;
    }
    .footer-detail .logo p {
        max-width: none;
        text-align: left;
        margin-top: 20px;
        font-size: 18px;
        font-weight: 400;
    }
    .footer-detail .cat-tag {
        display: block;
        margin: 0;
        margin-left: -12px;
        margin-top: 25px;
    }
    .footer-detail .column {
        width: 100%;
    }
    footer .cat-tag p {
        width: 100%;
        font-size: 24px;
        color: rgba(51, 51, 51, 1);
        line-height: 18px;
        margin-top: 70px;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 0 20px 0;
    }
    .footer-detail .cat-tag li {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        padding: 0 12px;
        margin: 5px 0;
    }
    footer .hot-tag {
        padding-bottom: 30px;
    }
    footer .hot-tag p {
        width: 100%;
        font-size: 24px;
        color: rgba(51, 51, 51, 1);
        line-height: 18px;
        margin-bottom: 20px;
        margin-top: 70px;
        border-bottom: 1px solid #d8d8d8;
    }

    footer .a-link {
        min-width: initial;
        text-align: center;
    }

    footer .warning p {
        font-size: 14px;
    }

    .footer-detail .warning p:last-child {
        padding-bottom: 50px;
    }
    
    footer .a-link a {
        font-size: 14px;
    }
}
/* footer end */