

/*头部*/
.header {
    z-index: 999;
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
}

@media (min-width: 766px) {
    .header{width:100%;height:64px;line-height:64px;transition:all .2s ease; background: #fff}
    .logo{float:left;-webkit-transition:all .2s ease;transition: all .2s ease;}
    .logo img{height:100%;}
    .navR{margin-top: 0px;}
    .navList{float:left;}
    .navList li{float:left;position: relative;margin: 0 10px;}
    .navList li a{padding:0px 15px;color:#000;font-size:16px;display:block;-webkit-transition:all .2s ease;transition:all .2s ease;}
    .navList li.active a,.navList li:hover a{color: #0C80CB}
    .navList li.active::after,.navList li:hover::after{
        position: absolute;
        left: 0;
        top: 61px;
        content: '';
        width: 100%;
        height: 3px;
        background: #0C80CB;
    }
    .download{
        border: 1px dotted #5C7A99;
        background: #F5F7FA;
        margin: 12px 0;
        padding: 0 70px;
        float: right;
        height: 40px;
        line-height: 40px;
    }
    .download i,.download a{
        color: #5C7A99;
        margin-right: 10px;
    }
    .navPhone{display: none;}
    .resTit{position:relative;transition:0.7s 0.5s;}
    .resTit.resTit2{opacity:1;}
    .resLsit li{ height:200px;text-align: center;position:relative;cursor: pointer;transition:all .6s;-webkit-transform:translateY(50px);transform:translateY(50px);}
    .resLsit li h6{font-size:66px;font-family: "iconfont";transition:all .5s;heigt:80px;line-height:80px;color:#999;}
    .resLsit li p{font-size:16px;color:#999;font-weight: bold;font-family: "微软雅黑";margin:16px 0 12px;transition:all .5s;}
    .resLsit .active h6{color:#ff5555;}
    .resLsit .active p{color:#ff5555;}
    .resLsit li em{width:1px;height:20px;margin:0 auto 12px;display: block;background:#999;transition:all .5s;}
    .resLsit .active em{background: #ff5555;}
    .phone_r, .carousel-indicators-2{
        display: none;
    }
    #openlc{
        display: none;
    }
}
/*.logo{*/
    /*font-size: 26px;*/
    /*color: #fff;*/
/*}*/
.logo a{
    color: #fff;
}

@media (max-width: 766px) {
    .header{
        width: 100%;
        background: #fff;
        height: 50px;
        z-index: 1000;
    }
    .header .container{
        padding-right: 0px;
        padding-left: 0px;
    }
    .header .btn {
        padding: 10px 15px;
        background: rgba(0,0,0,0);
        cursor: pointer;
    }
    /*.logo {*/
        /*display:none;*/
    /*}*/

    .phone_r {
        padding: 7px 20px ;
        font-size: 20px;
        float: right;
        color: #fff;
        background: #ef2c3e;
    }
    .phone_r:hover{
        color: #fff;
        text-decoration: underline;
    }

    .lcbody {
        width: 30px;
        height: 30px;
        position: relative;
        transform: translateZ(0px) rotate(0deg);
        transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
    }
    .lcitem {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateZ(0px) rotate(0deg);
        transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
        -webkit-transform: translateZ(0px) rotate(0deg);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
        width: 30px;
        height: 30px;
    }

    .lciCenter{position: absolute;
        left: 0;
        top: 0;
        transform: translateZ(0px) rotate(0deg);
        transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
        -webkit-transform: translateZ(0px) rotate(0deg);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
        width: 30px;
        height: 30px;}

    .lciCenter .rectLine{width: 20px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 0;
        top: 14px;
        transition: transform 0.2s ease 0.2s;
        -webkit-transition: -webkit-transform 0.2s ease 0.2s;
    }

    .lcitem .rect {
        width: 30px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 0;
        top: 14px;
        transition: transform 0.2s ease 0.2s;
        -webkit-transition: -webkit-transform 0.2s ease 0.2s;
    }
    .lcitem .rect.top {
        transform: translate3d(0px, -8px, 0px);
        -webkit-transform: translate3d(0px, -8px, 0px);
    }
    .lcitem .rect.bottom {
        transform: translate3d(0px, 8px, 0px);
        -webkit-transform: translate3d(0px, 8px, 0px);
    }
    body.open #openlc{
        padding-left: 230px;
    }
    body.open .lcbody {
        transform: translateZ(0px) rotate(90deg);
        -webkit-transform: translateZ(0px) rotate(90deg);
    }
    body.open .lcitem {
        transform: translateZ(0px) rotate(45deg);
        transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
        -webkit-transform: translateZ(0px) rotate(45deg);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    }
    body.open .lciCenter{display:none;}

    body.open .lcitem .rect {
        transition: transform 0.2s ease 0s;
        transform: translate3d(0px, 0px, 0px);
        -webkit-transition: -webkit-transform 0.2s ease 0s;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    body.open .lcitem.bottom {
        transform: translateZ(0px) rotate(-45deg);
        -webkit-transform: translateZ(0px) rotate(-45deg);
    }
    body.open .lcitem .rect {
        transition: transform 0.2s ease 0s;
        transform: translate3d(0px, 0px, 0px);
        -webkit-transition: -webkit-transform 0.2s ease 0s;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    /*#leftcontrol{display:none;}*/
    #leftcontrol {
        width: 220px;
        height: 100%;
        background: #222222;
        position: fixed;
        left:0;
        z-index:999;
        display:none;
        transition: 0.4s;
    }
    body.open #leftcontrol{
        display:block;
        transition-delay: 0s;
    }
    .navList li {
        display: block;
        min-height: 49px;
        border-bottom: 1px solid #333;
        font-size: 16px;
        width: 100%;
    }
    .navList li a {
        display: block;
        color: #666;
        padding: 0 25px;
        height: 49px;
        line-height: 49px;
    }
    .navList li .active{
        background:#ef2c3e;
        color:#fff;
    }
    .navPhone {
        color: #666;
        height: 49px;
        line-height: 49px;
        font-size: 14px;
        background: #191d21;
    }
    .navPhone .icon_p {
        display: inline-block;
        font-size: 16px;
        padding: 0 8px;
        font-family: "iconfont";
    }
    .resTit{
        display: none;
    }
    .tab-content{
        padding-bottom: 40px;
    }

    .carousel-indicators-2 li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #cfcfcf;
        border-radius: 10px;
        border: 1px solid #cfcfcf;
    }
    .carousel-indicators-2 .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #ff5555;
        border: 1px solid #ff5555;
    }
}


.blog-header {
    background-size: cover;
    position: relative;
}
@media (min-width: 766px) {
    .blog-header {
        margin-top: 0px;
    }
    .blog-header-banner-wap{display: none}
}

@media (max-width: 766px) {
    .blog-header-banner-web{display: none}
    .blog-header {
        margin-top: 0px;
    }
}



.section-padding {
    padding: 20px 0;
}


.section-title {
    position: relative;
    margin-bottom: 55px;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #5c5c5c;
}

.section-title:before {
    content: "";
    width: 76px;
    height: 5px;
    background: #0C80CB;;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
}

.p-padding p {
    padding-bottom: 10px;
    letter-spacing: 1.5px;
    color: #666;
}


.blog-wrapper {
    background: #f8f8f8;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-bottom: 0;
}
.blog-wrapper .col-sm-4 {
    margin: 10px 0 20px;
}


.img-responsive {
    width: 100%;
}


.team-designation {
    width: 100%;
    background: #ffffff;
    padding: 10px 0 5px 0;
    text-align: center;
}

.zoomIn .team-designation p {
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 10px;
}

.team-designation span {
    color: #989898;
    font-size: 14px;
    display: block;
    padding: 0 15px;
    line-height: 160%;
    height: 45px;
    overflow: hidden;
}




/*!*我们的伙伴*!*/
.PartnerBox{width:100%;border-bottom:solid 1px #e5e5e5;}
.PartnerCont{margin:20px auto;transition:0.5s 0.5s;}
.PartnerCont.PartnerCont2{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}
/*.swiper-container{height:140px;margin-top:60px;}*/
.titBor{border-top:solid 1px #e5e5e5;margin:0 auto;}

.praList{text-align: center;}

.praList li img{width:100%;}
.praList li:hover{ }


.praList2{width:90%;margin:0 auto;text-align: center;}
.praList2 li{width:49%;border:solid 1px #eeeeee;display: inline-block;margin-right:-1px;max-width:232px;}
.praList2 li img{width:100%;}
.swiper-container3{width:100%;height:0;overflow: hidden;position: relative;}

@media (min-width: 766px) {
    .praList li{float:left;width:150px; background:#fff;border: 1px solid #e5e5e5; margin:10px;  padding: 10px; vertical-align: middle;transition:all 0.3s;}
}

@media (max-width: 766px) {
    .praList li{float:left;width:40%;transition:all 0.3s; border: 1px solid #e5e5e5; margin:5%;}
}

/******底部*********/

footer .footer-heading {
    font: bold 14px/19px 'Roboto Condensed', sans-serif;
    letter-spacing: 1.5px;
    color: #e1e1e1;
    text-transform: uppercase;

}
.footer-bottom {
    background-color: #252525;
    padding: 20px 0;
}
.footer-bottom .col-xs-12 p {
    font-size: 12px;
}
.footer-heading::first-letter {
    color: #ef2c3e;
}

.footer-content {
    font: normal 13px/20px Open Sans;
    color: #dcdcdc;
    margin: 40px 0 0;
}

.footer ul.footermenu, .footer ul.footercontact, .footer .footerblog {
    margin: 20px 0 0;
}
.footer .col-xs-6{
    padding:0;
}
.footer ul.footercontact li a, .foote ul.footercontact li a {
    font: normal 13px/28px 'Open Sans', sans-serif;
    color: #fff;
    letter-spacing: 1.2px;
}

.footer ul.footermenu li a {
    text-transform: capitalize;
    font: normal 14px/18px 'Roboto Condensed', sans-serif;
    color: #666;
    letter-spacing: 1.2px;
}

.footer ul li a:hover {
    color: #fff !important;
}

.footer ul.footermenu li a:before {
    content: ">";
    margin: 0 5px 0 0;
}

.footer ul.footercontact li span, .footer ul.footercontact li i {
    color: #dcdbdb;
}

.footer .g_icons{
    font-family: "iconfont";
    font-size:18px;
    line-height:20px;
    color:#fff;
    display:inline-block;
    margin-right:15px;
    vertical-align: middle;
}



/*===============================================================
                         Blog Sidebar
================================================================*/

.blog-content {
    /*padding: 10px 20px;*/
}
.blog-content p {
    padding-bottom: 10px;
    color: #333;
    text-justify: inter-ideograph;
}



.blog-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.blog-content table > thead > tr > th,
.blog-content table > tbody > tr > th,
.blog-content table > tfoot > tr > th,
.blog-content table > thead > tr > td,
.blog-content table > tbody > tr > td,
.blog-content table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}


.blog-content img{
    width: 100%;
}
.effect-duke img{
    border-radius: 100px;
}

.blog-content h3 {
    font-size: 16px;
    margin: 10px 0;
    color: #0C80CB;
}

.sidebar {
    margin: 10px 0;

}
.blog-sidebar{
    background: #EDF0F2;
    padding: 20px 0;
}

.blog-sidebar .bg-white {
    background-color: #fff !important;
    margin: 20px 0;
    padding: 10px 20px;
}

.blog-sidebar .list-group-item {
    border-width: 1px 0 1px 0;
    border-color: #ececec;
    border-style: solid;
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 0;

}

.blog-sidebar .list-group-item span {
    font-weight: 300;
}

.blog-sidebar .list-group-item:first-child,
.blog-sidebar .list-group-item:last-child {
    border-radius: 0;
}

.blog-sidebar .list-group-item.active,
.blog-sidebar .list-group-item.active:hover,
.blog-sidebar .list-group-item.active:focus,
.blog-sidebar .sidebar-heading {
    background: transparent;
    color: #4e4e4e;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-width: 0 0 0 0;
    letter-spacing: 1.5px;
}

.blog-sidebar .list-group-item.active {
    position: relative;
}

.blog-sidebar .list-group-item.active:before,
.blog-sidebar .sidebar-heading:before {
    content: " ";
    border-width: 0 0 2px 0;
    border-color: #0C80CB;
    border-style: solid;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-sidebar .list-group-item.active:after,
.blog-sidebar .sidebar-heading:after {
    content: " ";
    border-width: 0 0 1px 0;
    border-color: #eee;
    border-style: solid;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-sidebar a.list-group-item:hover, .blog-sidebar a.list-group-item:focus {
    background: transparent;
    color: #0C80CB;
}




.blog-content .titbar {
    font-size: 14px;
    font-weight: 600;
    color: #0C80CB;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.guest ul , .guest ol{
    margin: 0;
    padding: 0;
    padding-left: 25px;
}
.guest ul li, .guest ol li {
    list-style: decimal;
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 10px;
    text-align: justify;
}

.i-want-tip {
    background: #0366c1;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 4px;
}

.i-want-test {
    background: #0C80CB;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 4px;
}

.i-want-in {
    background: #FF7F00;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 35px;
    margin-top: 15px;
    border-radius: 4px;
}

.i-want-test a ,.i-want-tip a ,.i-want-in a {
    color: #fff;
}


.blog-content .list-group-item.active, .blog-content .list-group-item.active:hover, .blog-content .list-group-item.active:focus, .blog-content .sidebar-heading {
    background: transparent;
    color: #0C80CB;
    font-size: 16px;
}

.color-red{
    color: #ef2c3e;
}
.btn-send {
    height: 45px;
    color: #fff;
    background: #0C80CB;
    margin-bottom: 20px;
    font-size: 16px;
    border-radius: 0;
}
.btn-send:hover, .btn-send:focus{
    color: #fff;

}

@media (min-width: 766px) {
    .btn-send{
        width: 20%;
    }
}

@media (max-width: 766px) {
    .btn-send{
        width: 100%;
    }
}


/******介绍*********/
.profile{
    margin-bottom: 40px;
}
.fonth3{
    font-size: 18px;
    margin: 20px 0;
    color: #0C80CB;
}
.papers{ margin:0; padding:0; padding-left:25px;}
.papers li{ list-style:decimal; font-size:14px; line-height:180%; margin-bottom:10px;text-align: justify; text-justify: inter-ideograph;}


/*新闻列表*/
.article_list_out_js{padding:20px 20px;overflow:hidden;transition:all .4s;border-top:solid 1px #e6e6e6;}
.article_list_out_js dd h2{ margin-bottom:10px;ont-size:16px; font-weight: bold; line-height: 160%;}
.article_list_out_js dd h2 a{color:#333;}
.article_list_out_js p{font-size:14px;line-height:20px;max-height: 60px;color:#999;overflow:hidden;}

.article_list_out_js:hover{background:#f9f9f9;}
.article_list_out_js:hover{-webkit-transform:translateX(20px);transform:translateX(20px);}
.article_list_out_js:hover h2{color:#f25f0f;}
.new_info{padding-top:16px;font-size:12px;color:#999;}
.new_info .ll{
    display: none;
}


/**分页**/

.x_page{text-align: center; margin: 40px auto}


@media (min-width: 766px) {
    .article_list_out_js dt{float:left;margin-right:20px;}
    .article_list_out_js dt img{width:200px;height:130px;}


    .x_page a.current{display:inline-block;padding:10px 15px;margin-right:5px;border:1px solid #e5e5e5;border-radius: 3px;color:#808080;font-size: 12px;transition: all 0.3s;}
    .x_page span.current{display:inline-block;padding:10px 20px;}
    .x_page .disabled{margin: 0 10px;}
    .x_page a:hover{background:#ff5555;color:#fff;padding:10px 15px;}
}

@media (max-width: 766px) {
    .article_list_out_js dt{}
    .article_list_out_js dt img{width:100%;}
    .x_page a.current, .x_page span.current{display:none;}
    .x_page .disabled{background:#ff5555;color:#fff;padding:10px 15px; margin-right: 10px;}

}


.more-area{
    background-color: orangered;
    background-size    : cover;
    /*padding            : 20px 0 10px;*/
}
.more-area h2{
    font-family     : 'Roboto Condensed', sans-serif;
    font-weight     : 400;
    color           : #ffffff;
    text-transform  : uppercase;
    font-size       : 25px;
    padding-top     : 8px;

}



.gallery {

    padding: 5px;
}

.gallery > div {
    position: relative;
    float: left;
    padding: 5px;
}

.gallery > div > img {
    width: 100%;
    transition: .1s transform;
    transform: translateZ(0);
    /* hack */
}

.gallery > div:hover {
    z-index: 1;
}

.gallery > div:hover > img {
    transform: scale(1.5, 1.5);
    transition: .3s transform;
}

.cf:before, .cf:after {
    display: table;
    content: "";
    line-height: 0;
}

.cf:after {
    clear: both;
}

.display_none {
    display: none;
}


.Registration .t_head {
    background: #0C80CB;
    color: #fff;
    font-size: 16px;
}

.Registration .t_footer td .favorable {
    font-weight: 500;
    font-size: 14px;
    padding-left: 10px;
    margin-top: 8px;
}
.t_footer td span {
    font-size: 20px;
    color: #E64D4F;
    font-weight: 700;
    padding: 0 3px;
}


.Registration .number {
    font-size: 14px;
    border: 1px solid #999;
    text-align: center;
    background: #fff;
    width: 40px;
    height: 25px;
    color: #555;
    border-radius: 3px;
    position: relative;
    top: 1px;
}
.Registration .reduce{
    display: inline-block;
    color: #333;
    border: 1px solid #d0e5fd;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 20px;
    font-size: 24px;
    cursor: pointer;
}

.Registration .add_btn {
    display: inline-block;
    color: #e64d4f;
    border: 1px solid #e64d4f;
    vertical-align: middle;
    background: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 20px;
    font-size: 24px;
    cursor: pointer;
}