﻿.header .nav>ul>li:first-child>a {
    color: #F75616;
}
.ibanner .bxslider {
    height: 500px;
    overflow: hidden;
}
.ibanner .bxslider li {
    height: 500px;
}
.ibanner .bxslider li a {
    display: block;
    width: 100%;
    height: 100%;
}
.ibanner .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: #0049B7;
    margin-bottom: 0;
}
.ibanner .bx-controls-direction {
    width:  1200px;
    position: absolute;
    left:  50%;
    top: 50%;
    margin-left: -600px;
}
.ibanner .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 51px;
    margin-top: -25px;
}
.ibanner .bx-wrapper .bx-controls-direction a:hover {
    opacity: .8;
}
.ibanner .bx-wrapper .bx-prev {
    background: url("../img/banner_l.png") center no-repeat;
    left: -90px;
}
.ibanner .bx-wrapper .bx-next {
    background: url("../img/banner_r.png") center no-repeat;
    right: -90px;
}
.ibanner .bx-wrapper .bx-pager {
    padding: 0;
    bottom: 40px;
}
.ibanner .bx-wrapper .bx-pager {
    padding: 0;
    bottom: 40px;
}
.ibanner .bx-wrapper .bx-pager.bx-default-pager a {
    border-radius:  0;
    width:  34px;
    height: 3px;
    margin: 0 10px;
    background: #fff;
}
.ibanner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #E76430;
}

.banner_bottom {
    height: 188px;
    background: rgb(52,141,254);
    background:linear-gradient(-84deg,rgba(52,141,254,1) 0%,rgba(0,73,183,1) 100%);
}
.banner_bottom li {
    width: 280px;
    height: 118px;
    background: #fff;
    margin: 34px 0 0 24px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(240,240,240,1);
    box-shadow:1px 6px 17px 1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display:  table;
}
.banner_bottom li:hover {
    border:1px solid rgba(18,57,122,1);
    box-shadow:0px 3px 18px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.banner_bottom li:first-child {
    margin-left: 0;
}
.banner_bottom li a {
    text-align: center;
    font-size: 16px;
    color: #0C46BC;
    font-weight: bold;
    display:  table-cell;
    width:  100%;
    height: 100%;
    vertical-align:  middle;
}
.banner_bottom li a i {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto 9px auto;
    background: url("../img/i1.png") center no-repeat;
}
.banner_bottom li.n2 a i {
    background-image: url("../img/i2.png");
}
.banner_bottom li.n3 a i {
    background-image: url("../img/i3.png");
}
.banner_bottom li.n4 a i {
    background-image: url("../img/i4.png");
}

.main h3 {
    font-size:  26px;
    color: #0C40AB;
    text-align:  center;
}
.main h3 span {
    position:  relative;
}
.main h3 span:after,.main h3 span:before {
    content: "";
    width: 66px;
    height: 1px;
    background: #0C40AB;
    top: 50%;
    position:  absolute;
}
.main h3 span:before {
    left: -87px;
}
.main h3 span:after {
    right: -87px;
}
.main .more_box a.more {
    text-align: center;
}
.main a.more {
    font-size:  12px;
    color: #3E3E3E;
    border: 1px solid #d2d2d2;
    display:  block;
    width: 108px;
    height:  34px;
    line-height:  34px;
    margin:  0 auto;
}
.main a.more:hover {
    color: #FF7C48;
}

.about {
    margin: 55px auto 30px auto;
    text-align: center;
}
.about .number-box ul {
    width: 902px;
    margin: 50px auto 0 auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 28px;
}
.about .number-box li {
    width: 300px;
    color: #7A7A7A;
    position:  relative;
}
.about .number-box li span.number-add {
    font-size:  34px;
    color: #090909;
}
.about .number-box li .p2 {
    font-size: 12px;
}
.about .number-box li:before {
    content:  "";
    position:  absolute;
    height:  45px;
    width:  1px;
    background: #ddd;
    left: 0;
    top: 10px;
}
.about .number-box li:first-child:before {
    display: none;
}
.about .number-box .sum {
    line-height: 23px;
    color: #313131;
    margin: 25px 0 36px 0;
}
.themes {
    background: #F4F4F4 url("../img/themes_bg.jpg") center/cover no-repeat;
    padding: 50px 0 70px 0;
}
.themes ul {
    margin-top: 60px;
}
.themes li {
    width: 399px;
    height: 168px;
    text-align: center;
    display: table;
    border-top: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
}
.themes li:hover {
    border-color: #0C46BC;
}
.themes li.n1,.themes li.n2,.themes li.n3 {
    border-top: 0;
}
.themes li.n1,.themes li.n4 {
    border-left: 0;
}
.themes li a {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #0C46BC;
    background: #fff;
}
.themes li a i {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 14px auto;
    background: url("../img/i5.png") center no-repeat;
}
.themes li.n2 a i {
    background-image: url("../img/i6.png");
}
.themes li.n3 a i {
    background-image: url("../img/i7.png");
}
.themes li.n4 a i {
    background-image: url("../img/i8.png");
}
.themes li.n5 a i {
    background-image: url("../img/i9.png");
}
.themes li.n6 a i {
    background-image: url("../img/i10.png");
}
.themes li:hover a {
    background: #0C46BC;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.themes li.n1:hover a i {
    background-image: url("../img/i5_on.png");
}
.themes li.n2:hover a i {
    background-image: url("../img/i6_on.png");
}
.themes li.n3:hover a i {
    background-image: url("../img/i7_on.png");
}
.themes li.n4:hover a i {
    background-image: url("../img/i8_on.png");
}
.themes li.n5:hover a i {
    background-image: url("../img/i9_on.png");
}
.themes li.n6:hover a i {
    background-image: url("../img/i10_on.png");
}
.forum {

    margin: 53px auto 43px auto;
}
.forum ul {
    margin: 19px 0 12px 0;
}
.forum li {
    width: 250px;
    padding: 17px 25px;
    position:  relative;
}
.forum li:hover {
    background: #1F77E8;
    color: #fff;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}
.forum li:hover a p,.forum li:hover p.con span {
    color: #fff;
    -webkit-transition: all 0.12s ease-in-out;
    transition: all 0.12s ease-in-out;
}
.forum li:before {
    position:  absolute;
    height:  106px;
    width:  1px;
    background: #d9d9d9;
    content: "";
    left: 0;
    top: 48px;
}
.forum li:first-child:before,.forum li:hover:before {
    display: none;
}

.forum li p.tit {
    font-size: 16px;
}
.forum li p.con {
    font-size: 12px;
    line-height: 20px;
    color: #8B8B8B;
    padding-bottom: 14px;
    position:  relative;
}
.forum li a p.con:after {
    content: "";
    position:  absolute;
    width: 0;
    height: 2px;
    background: #fff;
    left:  0;
    bottom: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.forum li:hover a p.con:after {
    width: 32px;
    background: #FF753E;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.forum li p.con span {
    display:  block;
    color: #757575;
    margin: 4px 0 9px 0;
}
.forum li p.for {
    font-size: 12px;
    color: #555555;
    margin-top: 19px;
}
.news {
    margin-bottom: 45px;
}
.news>ul {
    margin: 45px 0 26px 0;
}
.news li {
    width: 380px;
    margin-right: 29px;
    cursor: pointer;
    margin-bottom:20px;
}
.news li:nth-child(3n) {
    margin-right: 0;
}
.news li .img {
    width: 100%;
    height: 226px;
    overflow:  hidden;
}
.news li .img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.news li:hover .img img {
    transform: scale(1.05);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.news li .con {
    background: #F7F7F7;
    padding: 20px 20px 16px 20px;
    font-size: 12px;
    line-height: 19px;
    color: #6C6C6C;
    border-left: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.news li:hover .con {
    border-color: #2C5DCE;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.news li:hover .con p {
    color: #2C5DCE;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.news li .con p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1E1E1E;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.video {
    height: 368px;
    position: relative;
}
.video .img:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("../img/play.png") center no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
}
.video .img {
    cursor: pointer;
    width: 100%;
    height: 368px;
    overflow: hidden;
}
.video .pop_video {
    display: none;
}
.video_box {
    position: fixed;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
}

.video_box .close {
    width: 32px;
    height: 32px;
    position: absolute;
    background: url("../img/close.png") center no-repeat;
    top: 0;
    right: -40px;
    cursor:  pointer;
    display:  none;
}
.video_box .video_info {
    width: 100%;
    position:  relative;
}
.video_box .video_info p#video_play_0,.video_box .video_info p#video_play_0 video,.video_box .video_info p#video_play_0 embed {
    width: 100% !important;
}

.partner {
    background: #F4F4F4;
    padding: 41px 0;
    border: 1px solid #F0F0F0;
}
.partner h3 {
    border-bottom: 1px solid #F0F0F0;
    line-height:  60px;
    height: 60px;
}
.partner .partner_list {
    padding: 20px 35px;
    position: relative;
}
.partner>.center {
    background: #fff;
    margin-bottom: 30px;
    position:  relative;
}
.partner>.center a.prev,.partner>.center a.next {
    display: block;
    width: 19px;
    height: 25px;
    background: url("../img/p1.png") center no-repeat;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    position:  absolute;
    top: 50%;
    margin-top: -12px;
}
.partner>.center a.prev {
    left: 0;
}
.partner>.center a.next {
    background-image: url("../img/n1.png");
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    right: 0;
}
.partner>.center .prev:hover {
    background-image: url("../img/p2.png");
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.partner>.center .next:hover {
    background-image: url("../img/n2.png");
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.partner .partner_list li {
    width: 174px;
    height: 73px;
    display:  table;
    text-align:  center;
    float: left;
    border: 1px solid #E3E3E3;
    margin-right: 14px;
    cursor:  pointer;
}
.partner .partner_list li:hover {
    background: #F4F4F4;
}
.partner .partner_list li .img {
    display:  table-cell;
    vertical-align:  middle;
    height: 100%;
}
.partner .partner_list li .img img {
    vertical-align:  middle;
    max-height: 90%;
    max-width: 70%;
}
.entry {
    line-height:  76px;
    height: 76px;
    background: #2c5dce;
    text-align:  center;
}
.entry a {
    color: #fff;
    display: inline-block;
    width: 220px;
    line-height: 24px;
    border-left: 1px solid #fff;
}
.entry a:first-child {
    border-left: 0;
}
.entry a:hover {
    color: #FF7C48;
}
.entry a i {
    padding: 2px 15px;
    background: url("../img/i11.png") center right no-repeat;
}


@media only screen and (max-width: 1380px) {
    .ibanner .bx-wrapper .bx-prev {
        left: 0;
    }
    .ibanner .bx-wrapper .bx-next {
        right: 0;
    }
}

