body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    font-weight: normal;
}
body {
    font: 12px "microsoft yahei", Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
    line-height: 24px;
    box-sizing: border-box;
}
ul,ol {
    list-style: none;
}
input,button {
    font-family: "Microsoft YaHei";
}
a {
    color:#737373;
    text-decoration: none;
}
a:hover {
    color:#0070b8;
    text-decoration: none;
}
.clearfloat:after {
    content: " ";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}
b{
    font-weight: normal;
}
.link {
    display: block;
    width: 100%;
    height: 100%;
}
.lf{
    float:left;
}
.rt{
    float: right;
}
img {
    border: none;
}
li {
    list-style: none;
}
input, select, textarea {
    outline: none;
    border: none;
}
input[type="button"]{
    cursor: pointer
}
textarea {
    resize: none;
}
b{
    font-weight: 400;
}
@font-face {
    font-family: "Fashion Hei";
    src:url(../fonts/fashion%20hei.TTF);
}
/*em{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 90%;
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    transform: skewx(-25deg);
    -o-transform: skewx(-25deg);
    -moz-transform: skewx(-25deg);
    -webkit-transform: skewx(-25deg);
    animation: v1 3s infinite linear;
    animation-delay: 0s;
}
@keyframes v1 {
    0%{left:-100%;}
    100%{left:100%;}
}
@-o-keyframes v1 {
    0%{left:-100%;}
    100%{left:100%;}
}
@-webkit-keyframes v1 {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@-ms-keyframes v1 {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@-moz-keyframes v1 {
    0%{left:-100%;}
    100%{left:100%;}
}*/
/****************************************************************************/
/*导航条*/
.container{
    width:1200px;
    margin:0 auto;
}
@media(max-width: 992px){
    .container{
        width:750px;
    }
}
@media(max-width: 768px){
    .container{
        width:100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
}
header{
    padding-top: 12px;
    position: relative;
}
.nav-box{
    width: 100%;
    height:97px;
    position: relative;
}
.logo{
    margin-right: 50px;
}
.nav{
    padding-top: 30px;
    font-size: 18px;
    line-height: 34px;
}
.navbar>li{
    float: left;
    margin-right: 84px;
}
.navbar>li.d{
    margin-right: 54px;
    transition: all 0.3s ease-in;
}
.navbar>li:last-child{
    margin-right: 0;
}
.navbar>li>a{
    display: inline-block;
    color:#010101;
    border-top: 2px solid transparent;
}
.navbar>li>a:hover,.navbar>li.active>a{
    color:#0070b8;
    border-top: 2px solid #0070b8;
}
.nav-box .search{
    position: absolute;
    right:0;
    top:35px;
}
.nav-box .search-box{
    display: inline-block;
    height:30px;
    /*width:200px;*/
    width:30px;
    border:1px solid transparent;
    /*border:1px solid #999;*/
    box-sizing: border-box;
    border-radius: 20px;
}
.nav-box .ph-search-box{
    display: inline-block;
    height:30px;
    width:150px;
    /*width:30px;*/
    /*border:1px solid transparent;*/
    border:1px solid #999;
    box-sizing: border-box;
    border-radius: 20px;
}
.nav-box .search-box.d{
    width:200px;
    border-color: #999;
    transition: all 0.3s ease-in;
    overflow: hidden;
    padding-left: 8px;
}
.nav-box .search-box input{
    height:28px;
    border-radius: 20px;
    /*width:164px;*/
    width:0;
    padding-left: 4px;
    box-sizing: border-box;
}
.nav-box .ph-search-box input{
    height:28px;
    border-radius: 20px;
    width:114px;
    /*width:0;*/
    padding-left: 4px;
    box-sizing: border-box;
}
.nav-box .search-box.d input{
    width:160px;
    transition:all 0.3s linear ;
    color:#cecece;
}
.nav-box .search-box img,.nav-box .ph-search-box img{
    vertical-align: middle;
}
.nav-box .search-box a{
    position: absolute;
    right:5px;
	top:7px;
}
#slide-down{
    position: absolute;
    top:98%;
    left: 0;
    display: none;
    width: 100%;
}
#slide-down>ul>li{
    float: left;
}
#slide-down>ul{
    width: 100%;
    position: relative;
}
#slide-down>ul>li{
    background:rgba(0,112,184,.7);
    padding: 15px 22px 21px 14px;
    width: 135px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 32px;
    z-index: 2000;
}
#slide-down>ul>li a{
    color:#fff;
}
#slide-down>ul>li b{
    display: block;
    width: 18px;
    height:10px;
    position: absolute;
    top:-10px;
    left: 28px;
    background: url(../images/trangel.png) no-repeat;
}
.con-btn{
    display: inline-block;
    width:28px;
    height:24px;
    margin-top: 10px;
    background: url(../images/open.jpg) no-repeat center;
    background-size: 90% 90%;
}
/*手机导航*/
.phone-dropdown{
    width:220px;
    background: #024491;
    padding-bottom: 40px;
}
@media screen and (min-width:993px){
    .phone-dropdown{
        display: none;
    }
    #ph-search-box{
        display: none;
    }
    .con-btn{
        display: none;
    }
}
@media screen and (max-width: 993px){
    .phone-dropdown{
        /* display: none;*/
        position: absolute;
        top: 101%;
        left: -220px;
        z-index: 1000;
    }
    .phone-dropdown.d{
        left:0;
        transition: left 1s linear;
    }
    .phone-dropdown.b{
        left:-220px;
        transition: left 1s linear;
    }
    .phone-dropdown>ul>li>ul{
        display: none;
        font-size: 12px;
        background: #fff;
    }
    .phone-dropdown>ul>li>ul a{
        color: #024491;
    }
    .phone-dropdown>ul{
        padding-left: 10px;
    }
    .phone-dropdown>ul>li{
        font-size: 14px;
        line-height: 38px;
        border-bottom: 1px solid #fff;
        text-align: center;
    }
    .phone-dropdown .active>a{
        color: #e67817;
        text-decoration: none;
    }
    .phone-dropdown>ul a{
        color: #fff;
    }
    .head-box{
        position: relative;
    }
    .nav-box .search-box img {
        vertical-align: top;
    }
    #search-box{
        display: none;
    }
    .nav{
        display: none;
    }

    .nav-box .search{
        position: absolute;
        right:0;
        top:20px;
    }
    .ph-search-box{
        display: inline-block;
        margin-right: 10px;
    }
    .con-btn {
        vertical-align: bottom;
        border: 1px solid #ddd;
        padding: 2px;
    }
}
@media(max-width: 769px){

    .logo img{
        width:60px;
    }
    .nav-box {
        height: 80px;
    }
}
.banner,.banner .swiper-container,.banner .swiper-container .swiper-slide>img{
    width:100%;
}
.banner .swiper-container .swiper-slide{
    position: relative;
}
.banner .float{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-align: center;
    padding-top:15%;
    box-sizing: border-box;
}
.banner .swiper-container .swiper-slide .f-content>div{
    position: absolute;
    z-index: 100;
}
.f-lf{
    top:-14px;
    left: -14px;
}
.f-rt{
    bottom:-14px;
    right: -14px;
}
.f-content{
    display: inline-block;
    position: relative;
}
.banner .swiper-pagination-bullet {
    width: 56px;
    height: 10px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 1;
}
.banner .swiper-container-horizontal>.swiper-pagination {
    bottom: 40px;
    left: 0;
    width: 100%;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0070b8;
}
.banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
}
@media(max-width: 1280px){
    .f-content{
        width: 70%;
    }
    .f-content>img{
        width: 100%;
    }
}
@media screen and (min-width:993px){
    .ph-banner{
        display: none;
    }
}
@media screen and (max-width: 993px){
    .pc-banner{
        display: none;
    }
    .banner .swiper-pagination-bullet {
        width: 46px;
        height: 6px;
    }
    .banner .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }
}
.section{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 94px;
    box-sizing: border-box;
}
.section h3{
    /*font-family: "Fashion Hei";*/
    font-size: 19px;
    color: #ff8e00;
    letter-spacing: 3px;
}
.section h4{
    font-size: 26px;
    color: #ff8e00;
    letter-spacing: 3px;
    margin-bottom: 34px;
}
.section h4 p{
    /*padding: 22px 0;*/
    padding-top: 22px;
    padding-bottom:20px;
}
.section h4 span{
    display: inline-block;
    width: 82px;
    height:2px;
    background: #ff8e00;
}
.section>div>p{
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.section_01 ul{
    margin-top: 90px;
}
.section_01 ul>li{
    width:377px;
    float: left;
    position: relative;
    overflow: hidden;
}
.section_01 ul>li:not(:last-child){
    margin-right: 32px;
}
.section_01 ul>li>a{
    display: block;
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    background: rgba(0,112,184,.8);
    padding-top: 53px;
    box-sizing: border-box;
    opacity: 0;
}
.section_01 ul>li>a span{
    display: inline-block;
    color:#fff;
    font-size: 20px;
    padding: 30px 32px 0;
    border-top: 2px solid #fff;

}
@media(max-width: 992px){
    .section_01 ul>li{
        width:32%
    }
    .section_01 ul>li:not(:last-child){
        margin-right: 2%;
    }
    .section_01 ul>li>a{
        opacity: 1;
    }
}
@media(max-width: 768px){
    .section_01 ul>li{
        width:49%
    }
    .section_01 ul>li:not(:first-child){
        margin-right: 0;
    }
    .section_01 ul>li:first-child{
        margin-right: 2%;
    }
    .section_01 ul>li:last-child{
        display: none;
    }
    .section_01 ul>li>img{
        width: 100%;
    }
    .section_01 ul>li>a>img{
        width: 50%;
    }
    .section_01 ul>li>a{
        padding-top: 12%;
    }
    .section_01 ul>li>a span{
        display: inline-block;
        color:#fff;
        font-size: 18px;
        padding: 10px 12px 0;
        border-top: 2px solid #fff;

    }

}
@media(max-width: 480px){
    .section_01 ul>li>a span{
        display: inline-block;
        color:#fff;
        font-size: 14px;
        padding: 10px 12px 0;
        border-top: 2px solid #fff;

    }
}

/*.section_01 ul>li:hover>a{
    opacity: 1;
    transition: all 0.3s linear;
}
.section_01 ul>li:hover>a span{
    opacity: 1;
    transition: all 0.3s linear;
}*/
.section_02{
    background:url(../images/bg_01.jpg) no-repeat ;
    background-size: 100% 100%;
    min-height: 870px;
}
.section_02 h3,.section_02 h4{
    color:#fff;
}
.section_02 h4 span{
    background: #fff;
}
.section_02 .business-box{
    padding-top: 216px;
}
.section_02 .business-box ul>li{
    float: left;
    width:296px;
    height:256px;
    background: #fff;
}
.section_02 .business-box ul>li a{
    display: block;
    position: relative;
}
.section_02 .business-box ul>li .top{
    width:210px;
    height:210px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top:-105px;
    left: 43px;
    border-right:3px solid #ff8e00;
    border-bottom:3px solid #ff8e00;
    box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
}
.section_02 .business-box ul>li .top img{
    transform: rotate(-45deg);
    margin-top: -42px;
    margin-left: -42px;
}
.section_02 .business-box ul>li:hover .top{
    border-color:#0070b8;
}
.section_02 .business-box ul>li .bottom{
    position: absolute;
    bottom:-405px;
    left:0;
    width:296px;
    height:149px;
    overflow: hidden;
}
.section_02 .business-box ul>li .bottom>div{
    width:0;
    height:0;
    border: 149px solid;
    border-color: #fff transparent transparent transparent;
}
.section_02 .business-box ul>li:hover .bottom>div{
    border-color: #fff #fff transparent #fff;
    transition: all 0.2s linear;
}
.section_02 .business-box ul>li:hover .bottom{
    border-bottom: 3px solid #0070b8;
}
.section_02 .business-box ul>li h5{
    width:100%;
    font-size: 22px;
    color: #333;
    position: absolute;
    top:179px;
    text-align: center;
}
.section_02 .business-box ul>li p{
    width:100%;
    font-size: 14px;
    color: #666;
    position: absolute;
    top:251px;
    text-align: center;
    padding: 0 37px;
    box-sizing:border-box;
    line-height: 34px;
    opacity: 0;
}
.section_02 .business-box ul>li:hover p{
    opacity: 1;
    transition: all 0.3s linear;
}
.section_02 .business-box ul>li .btn-box{
    width:100%;
    font-size: 14px;
    color: #666;
    position: absolute;
    top:210px;
    text-align: center;
}
.section_02 .business-box ul>li .btn-box .btn{
    display: inline-block;
    width:26px;
    height:26px;
    border-radius: 50%;
    border: 1px solid #666;
    font-size: 30px;
    line-height: 21px;
    color:#666;
}
.section_02 .business-box ul>li:hover .btn-box{
    top:274px;
    /*transition: all 0.3s linear;*/
}
.section_02 .business-box ul>li:hover .btn-box .btn{
    color:#fff;
    background: #0070b8;
    border-color: #0070b8;
    transform: rotate(180deg);
    transition: all 0.3s linear;
}
.section_02 .business-box ul>li:not(:last-child){
    margin-right: 156px;
}
.section_03{
    padding-bottom: 0;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 875px;
}
.section_03 .container .content{
    position: relative;
    min-height: 680px;
}
.section_03 .intro{
    position: absolute;
    top:84px;
    left: 0;
    text-align: left;
}
.section_03 h5{
    display: inline-block;
    font-size: 43px;
    color:#0070b8;
    text-align: left;
    margin-bottom: 24px;
    position: relative;
}
.section_03 h5 span{
    display: inline-block;
    width: 50%;
    height:30px;
    border-bottom: 4px solid #0070b8;
}
.section_03 .intro p{
    width: 380px;
    font-size: 18px;
    text-indent: 36px;
    color:#333;
    line-height: 48px;
}
.section_03 .expertise-list {
    position: absolute;
    right: 30px;
    top:58px;
    transform: rotate(-45deg);
}
.section_03 .expertise-list ul{
    height:146px;
    margin-bottom: 10px;
}
.section_03 .expertise-list ul>li{
    float: left;
    width: 146px;
    height:146px;
}
.section_03 .expertise-list ul>li:not(:last-child){
    margin-right: 8px;
}
@media screen and (max-width: 769px){
    .section{
        text-align: center;
        padding-top: 40px;
    }
    .section_02 {
        min-height: 660px;
    }
}
/*脚部*/
footer{
    min-height: 350px;
    background: url(../images/bottom_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 56px;
    box-sizing: border-box;
}
footer ul{
    height:214px;
    width: 100%;
}
footer ul li{
    float: left;
    height:100%;
    color:#fff;
    font-size: 14px;
}
footer ul li:first-child img{
    margin-top: 50px;
    margin-right: 69px;
}
footer ul li:not(:last-child){
    border-right: 1px dashed #fff;
}
footer ul li:nth-child(2),
footer ul li:nth-child(3){
    width:373px;
    text-align: center;
    border-right: 1px dashed #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
footer ul li:last-child{
    padding-left: 20px;
    text-align: center;
}
footer ul li h2{
    line-height: 60px;
}
footer ul li table{
    text-align: left;
    /*margin-top: 30px;*/
}
footer ul li table tr>td:first-child{
    width: 100px;
    vertical-align: text-top;
    text-align: right;
}
.bottom-box{
    /*height:24px;*/
    padding:30px 0;
    color: #fff;
    font-size: 12px;
    background: #000;
    line-height: 24px;
    text-align: center;
}
@media screen and (max-width: 993px){
    footer ul li:not(:nth-child(3)){
        display: none;
    }
    footer ul li:nth-child(3){
        width:100%;
        border-right: 0;
        float: none;
        padding: 0;
    }
    footer{
        min-height: 190px;
        background: url(../images/bottom_bg.jpg) no-repeat;
        background-size: 100% 100%;
        padding: 20px 0 20px;
        box-sizing: border-box;
    }
    footer ul{
        height:150px;
    }
    .section_03 .intro{;
        left: 15px;
    }
    .bottom-box span{
        display: block;
    }
}

















@media screen and (min-width:769px){
    .ph-business-box{
        display: none;
    }
}
@media screen and (min-width:993px){
    .section_03 .ph-expertise-list{
        display: none;
    }
    .content-banner img{
        width: 100%;
    }
}
@media screen and (max-width: 993px){
    .section{
        padding-top: 30px;
        padding-bottom: 44px;
    }
    .section_01>.container>p{
        display: none;
    }
    .section_01 ul {
        margin-top: 0;
    }
    .section_03 .expertise-list{
        display: none;
    }
    .section_03 .ph-expertise-list{
        margin-top: 230px;
    }
    .section_03 .ph-expertise-list>ul>li{
        float: left;
        width:24%;
        margin-right: 1%;
        /*transform: rotate(-45deg);*/
    }
    .section_03 .ph-expertise-list>ul>li a{
        display: block;
    }
    .section_03 .ph-expertise-list>ul>li a img{
        width:100%;
    }


    /*.section_01 ul>li {
        width: 100%;
        float: none;
        position: relative;
        overflow: hidden;
    }*/
    .section_03 .container .content{
        position: relative;
        min-height: 500px;
    }
}
@media screen and (max-width: 993px){
    .section_03 .intro {
        position: absolute;
        top: -190px;
        left: 0;
        text-align: left;
        width: 100%;
    }
    .section_03 .intro p {
        width: 100%;
        font-size: 14px;
        text-indent: 28px;
        color: #333;
        line-height: 32px;
    }
    .section_03 h5 {
        display: inline-block;
        font-size: 23px;
        color: #0070b8;
        text-align: left;
        margin-bottom: 24px;
        position: relative;
    }
    .section_03 h5 span {
        height: 20px;
    }
    /* .section_02 .business-box{
         display: none;
     }*/
}
@media (min-width: 769px) and (max-width: 992px){
    .section_02 .business-box ul>li .top {
        width: 164px;
        height: 164px;
        background: #fff;
        transform: rotate(45deg);
        position: absolute;
        top: -82px;
        left: 35px;
        border-right: 3px solid #ff8e00;
        border-bottom: 3px solid #ff8e00;
        box-sizing: border-box;
        padding: 10px;
        overflow: hidden;
    }
    .section_02 .business-box ul>li .bottom {
        position: absolute;
        bottom: -372px;
        left: 0;
        width: 232px;
        height: 116px;
        overflow: hidden;
    }
    .section_02 .business-box ul>li:not(:last-child) {
        margin-right: 26px;
    }

    .section_02 .business-box ul>li {
        float: left;
        width: 232px;
        height: 256px;
        background: #fff;
    }
    .section_02 .business-box ul>li .bottom>div {
        width: 0;
        height: 0;
        border: 116px solid;
        border-color: #fff transparent transparent transparent;
    }
    .section_02 .business-box ul>li p {
        width: 100%;
        font-size: 14px;
        color: #666;
        position: absolute;
        top: 230px;
        text-align: center;
        padding: 0 25px;
        box-sizing: border-box;
        line-height: 34px;
        opacity: 0;
    }
    .section_02 .business-box ul>li:hover .btn-box{
        top:254px;
        /*transition: all 0.3s linear;*/
    }
    .section_02 .business-box ul>li .top img {
        transform: rotate(-45deg);
        margin-top: -38px;
        margin-left: -38px;
        width: 154%;
    }
    .section_02 .business-box {
        padding-top: 150px;
    }
    .section_02 {
        min-height: 764px;
    }
}
@media screen and (max-width: 768px){
    .business-box{
        display: none;
    }
    .ph-business-box li{
        width:49%;
        background: #fff;
        float: left;
        border-bottom: 3px solid #0070b8;
    }
    .ph-business-box ul>li:nth-child(odd){
        margin-right: 2%;
    }
    .ph-business-box li>a>img{
        width:98%;
        margin-top: 4px;
    }
    .section_02 .ph-business-box ul>li h5 {
        width:100%;
        font-size: 18px;
        color: #0070b8;
        text-align: center;
    }

    .section_02 .ph-business-box ul>li .btn-box .btn{
        display: inline-block;
        width:26px;
        height:26px;
        border-radius: 50%;
        border: 1px solid #666;
        font-size: 30px;
        line-height: 21px;
        color:#666;
    }
    .section_02 .ph-business-box ul>li p{
        font-size: 14px;
    }
    .section_02 .ph-business-box ul>li .btn-box {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px){
    .section_03 .ph-expertise-list>ul>li{
        float: left;
        width:32.3%;
        margin-right: 1%;
        /*transform: rotate(-45deg);*/
        margin-bottom:4px;
    }
    .ph-business-box li>a>img{
        width:100%;
        margin-top: 0;
    }
    .section_02 .ph-business-box ul>li p{
        display: none;
    }
    .section_02 .ph-business-box ul>li .btn-box {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .section_02 .ph-business-box ul>li h5 {
        width:100%;
        font-size: 14px;
        color: #0070b8;
        text-align: center;
    }
    .section_02 .ph-business-box ul>li .btn-box .btn{
        display: inline-block;
        width:18px;
        height:18px;
        border-radius: 50%;
        border: 1px solid #666;
        font-size: 24px;
        line-height: 14px;
        color:#fff;
        background: #0070b8;
    }
    .section_02 {
        min-height:480px;

    }
}
@media screen and (max-width: 400px){
    .section_03 .container .content{
        position: relative;
        min-height: 420px;
    }
    .section_02 {
        min-height: 450px;

    }
}
@media screen and (max-width: 380px){
    .section_03 {
        min-height: 800px;
    }
    .section_03 .container .content{
        position: relative;
        min-height: 300px;
    }
    .section_03 .intro {
        position: absolute;
        top: -210px;
        left: 0;
        text-align: left;
        width: 100%;
    }
    .section_03 .ph-expertise-list{
        margin-top: 240px;
    }
    .section_02 {
        min-height: 430px;
    }
}
.breadcrumb{
    border-bottom: 1px solid #dfdfdf;
    height:36px;
    line-height: 36px;
    margin-bottom: 30px;
}
.breadcrumb ul{
    float: right;
}
.breadcrumb ul>li{
    display: inline-block;
    color:#cecece;
}
.breadcrumb ul>li a{
    color:#cecece;
}
.breadcrumb ul>li a:hover{
    color:#0070b8;
}
.main-lf{
    width:16%;
    background: #2e8ac5;
    float: left;
    position: relative;
    min-height:366px;
    letter-spacing: 2px;
}
.main-lf b{
    display: block;
    width:0;
    height:0;
    border:20px solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    right:-20px;
    top:0;
}
.main-lf h3{
    font-size: 20px;
    color:#fff;
    line-height: 64px;
    height:64px;
    background: #0070b8;
    padding-left: 18px;
}
.main-lf ul{

}
.main-lf ul>li{
    height:40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 18px;
    box-sizing: border-box;
    position: relative;
}
.main-lf ul>li a{
    display: block;
    color:#fff;
    height:40px;
    border-bottom: 1px solid #0070b8;
    box-sizing: border-box;
}
.main-lf ul>li:hover,.main-lf ul>li.active{
    padding: 4px 0 0 4px;
}
.main-lf ul>li:hover a,.main-lf ul>li.active a{
    background: #0070b8;
    padding-left: 14px;
    height:36px;
    line-height: 36px;
}
.main-lf ul>li i{
    display: block;
    width:0;
    height:0;
    border:18px solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top:4px;
    right:-36px;
}
.main-lf ul>li:hover i,.main-lf ul>li.active i{
    border-color: transparent transparent transparent #0070b8;
}
.main-rt{
    float: right;
    padding-left: 44px;
    width:84%;
    box-sizing: border-box;
}
.main-rt>h3{
    height:52px;
    line-height: 52px;
    border-bottom: 1px solid #dfdfdf;
    font-size: 22px;
    color: #666;
}
.main-rt>h3 span{
    display: inline-block;
    height:51px;
    border-bottom: 2px solid #0070b8;
}
.main-rt>h4 {
    color: #0070b8;
    font-size: 38px;
    letter-spacing: 4px;
    line-height: 58px;
}
.main-rt>h5{
    color: #666;
    font-size: 38px;
    line-height: 70px;
    border-bottom: 1px solid #dfdfdf;
    height:70px;
    margin-bottom: 25px;
}
.main-rt>h5 i{
    display: inline-block;
    width:8px;
    height:8px;
    border-radius: 50%;
    background: #999;
    vertical-align: middle;
    margin: 0 10px;
}
.main-rt>h5 span{
    display: inline-block;
    height:69px;
    border-bottom: 2px solid #0070b8;
}
.main-rt p{
    text-indent: 28px;
    font-size: 14px;
    color:#666;
    letter-spacing: 1px;
}
.main{
    min-height: 933px;
}
@media screen and (max-width: 992px){
    .main-lf{
        display: none;
    }
    .main-rt{
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 480px){
    .main-rt>h3{
        height:42px;
        line-height: 42px;
        border-bottom: 1px solid #dfdfdf;
        font-size: 20px;
        color: #666;
    }
    .main-rt>h3 span{
        display: inline-block;
        height:41px;
        border-bottom: 2px solid #0070b8;
    }
    .main-rt>h4 {
        color: #0070b8;
        font-size: 28px;
        letter-spacing: 2px;
        line-height: 48px;
    }
    .main-rt>h5{
        color: #666;
        font-size: 30px;
        line-height: 60px;
        border-bottom: 1px solid #dfdfdf;
        height:60px;
        margin-bottom: 25px;
    }
    .main-rt>h5 i{
        display: inline-block;
        width:8px;
        height:8px;
        border-radius: 50%;
        background: #999;
        vertical-align: middle;
        margin: 0 10px;
    }
    .main-rt>h5 span{
        display: inline-block;
        height:59px;
        border-bottom: 2px solid #0070b8;
    }
    .main-rt p{
        text-indent: 24px;
        font-size: 12px;
        color:#666;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 350px){
    .main-rt>h4 {
        color: #0070b8;
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 48px;
    }
}
/*专家团队*/
/*.manage-box{
    position: relative;
    height:88px;
    background: #f7f6fa;
    border-radius: 28px;
    padding: 12px 0;
    box-sizing: border-box;
}
.manage-box .swiper-container{
    width:80%;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    height:64px;
    padding-left: 50px;
    /!*padding-right: 30px;*!/
}
.swiper-button-next{
    background: url(../images/right-icon.png) no-repeat;
    right:30px;
}
.swiper-button-prev{
    background: url(../images/left-icon.png) no-repeat;
    left:30px;
}
.manage-box .swiper-slide{

}
.manage-box .swiper-slide img{
    width:60px;
    height:60px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
}
.manage-box .swiper-slide img:hover{
    border-color: #0070b8;
}
.manage-detail{
    padding-top: 64px;
}
.manage-detail img{
    width:28%;
    margin-right: 6%;
    vertical-align: middle;
}
.manage-detail .detail{
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}
.manage-detail .detail h4,.manage-detail .detail h5{
    font-size: 20px;
    color: #666;
    line-height: 38px;
}
.manage-detail .detail h4 span{
   font-size: 16px;
    color: #999;
    margin-left:20px;
}
.manage-detail .detail h5{
    margin-bottom: 10px;
}
.manage-detail .detail p{
    color: #999;
}
.manage-detail>li:not(:first-child){
    display: none;
}

@media (min-width:769px) and (max-width: 992px){
    .swiper-button-next{
        right:10px;
    }
    .swiper-button-prev{
        left:10px;
    }

}
@media (max-width: 768px){
    .swiper-button-next{

        right:1px;
    }
    .swiper-button-prev{
        left:1px;
    }
    .manage-box .swiper-container{
        width:70%;
        border-right: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
        height:64px;
        padding-left: 50px;
        /!*padding-right: 30px;*!/
    }
    .manage-detail .detail{
        display: inline-block;
        width: 65%;
        vertical-align: top;
    }
}
@media (max-width: 480px){
    .manage-box .swiper-container{
        padding-left: 30px;
    }
    .manage-detail img{
        width:96%;
        margin-right: 2%;
    }
    .manage-detail .detail{
        display: block;
        width: 96%;
        vertical-align: middle;
        margin-right: 2%;
    }
}*/
.main-rt{
    padding-bottom: 160px;
}
.main>.container .join-us p{
    text-indent: 0;
    font-size: 12px;
}
.main-rt .img-box img{
    width: 100%;
    margin-top: 40px;
}
.main .hot-job .table{
    width: 100%;
    border: 1px solid #cecece;
    margin-bottom: 22px;
}
.main .hot-job .table ul>li{
    width: 33%;
    float: left;
}
.main .hot-job .table ul>li:not(:last-child){
    font-size: 18px;
}
.main .hot-job .table ul>li:nth-child(2),
.main .hot-job .table ul>li:nth-child(4),
{
    font-size: 14px;
}
.main .hot-job .table ul>li:nth-child(6){
    font-size: 14px;
}
/*.main .hot-job .table tbody>tr{
    height:36px;
    line-height: 36px;

}*/
.main .hot-job .table ul>li:last-child{
    background: #f6f6f6;
    width: 100%;
}
.main .hot-job .table ul>li{
    padding: 12px 12px;
    box-sizing: border-box;
}
.main .hot-job li .btn{
    display: inline-block;
    float: right;
    background: transparent;
    width:103px;
    height:28px;
    border:1px solid #cecece;
    line-height: 28px;
    color: #999;
    text-align: center;
    margin-top: 3px;
}
.main .hot-job .table:hover li .btn{
    background: #0070b8;
    color: #fff;
}
.main .hot-job .table:hover {
    border: 1px solid #0070b8;
}
@media (max-width: 768px) {
    .main .hot-job .table ul>li{
        width: 50%;
        float: left;
    }
    .main .hot-job .table ul>li:not(:last-child){
        font-size: 12px;
    }
    .main .hot-job .table ul>li:nth-child(2),
    .main .hot-job .table ul>li:nth-child(4),
    {
        font-size: 12px;
    }
    .main .hot-job .table ul>li:nth-child(3){
        float: right;
    }
    .main .hot-job .table ul>li:nth-child(6){
        font-size: 12px;
    }
    .main .hot-job .table ul>li{
        padding: 3px 6px;
        box-sizing: border-box;
    }
    .main .hot-job li .btn{
        display: inline-block;
        float: right;
        background: #0070b8;
        width:103px;
        height:28px;
        border:1px solid #cecece;
        line-height: 28px;
        color: #fff;
        text-align: center;
        margin-top: 3px;
    }
}
.page-box{
    text-align: center;
}
.mypage {
    width:100%;
    height:auto;
    padding:15px 0 40px;
    border:#f00 0px solid;
    font-size:12px;
    margin:20px 0;
    display: inline-block;
}
.mypage a{
    color:#0070b8;
    font-weight:bold;
    width:auto;
    height:auto;
    padding:12px 20px;
    font-size:12px;
    border:#cdcdcd 1px solid;
    margin-right:5px;
    background: #f6f6f6;
}
.mypage .linking,.mypage a:hover {
    color:#fff;
    background-color:#0070b8;
    border-color:#0070b8;
}
.mypage .prev{
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.mypage .next{
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.clickme{
    cursor:pointer
}
.success{
    width:100%;
    height:auto;
}

.job-detail h4{
    height:49px;
    background: url(../images/tab.png) no-repeat left;
    color:#fff;
    font-size: 18px;
    padding-left: 30px;
    line-height: 37px;
}
.detail-box{
    padding-left: 12px;
    margin-top: -12px;
}
.detail-ceil{
    background: #f6f6f6;
    padding: 32px 66px 55px;
    margin-bottom: 60px;
}
.job-detail .detail-ceil p{
    text-indent: 0;
    color: #666;
}
.job-detail .table{
    font-size: 14px;
    color: #333;
    line-height: 34px;
    margin-bottom: 40px;
}
.btn-box{
    text-align: center;
    margin-top: 60px;
}
.job-detail .btn{
    display: inline-block;
    width:150px;
    height:45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color:#fff;
    border-radius: 5px;
    background: #0070b8;
}
.detail-ceil ul>li{
    width: 33%;
    float: left;
}

/*模态框*/
.modal{
    position: fixed;
    top:0;
    left: 0;
    height:100vh;
    background: rgba(0,0,0,.7);
    width: 100%;
    display: none;
}
.modal-box{
    width:52%;
    background: #fff;
    margin-left: 24%;
    margin-top: 210px;
}
.modal-box h3{
    font-size: 20px;
    line-height: 58px;
    height:58px;
    text-align: center;
    background: #0070b8;
    color: #fff;
}
.modal-box h3 b{
    margin-right: 12px;
    margin-top: -10px;
    display: inline-block;
    cursor: pointer;
}
.modal .form-group{
    text-align: center;
    margin-top: 28px;
    position: relative;
}
.modal .form-group label{
    display: inline-block;
    width:60px;
    text-align: right;
}
.modal .form-group input{
    width:260px;
    height:36px;
    border: 1px solid #eee;
    border-radius: 6px;
}
.modal .form-group span{
    color:#ff0000;
    padding: 0 5px;
}
.modal .form-group .btn{
    display: inline-block;
    width:88px;
    height:28px;
    border:1px solid #eee;
    background: #ff8e00;
    text-align: center;
    line-height: 28px;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 226px;
    top:4px;
    z-index:1;
}
.file-upload{
    position:absolute;
    right: 226px;
    top:4px;
    opacity:0;
    z-index:20;
}
.modal .form-group p{
    margin-top: 10px;
}
.modal .btn-box{
    margin-top: 30px;
    padding-bottom: 60px;
}
.modal .btn-box .btn{
    display: inline-block;
    width:150px;
    height:46px;
    border-radius: 5px;
    line-height: 46px;
    text-align: center;
    background: #0070b8;
    color: #fff;
    font-size: 20px;
}
@media(min-width: 993px){
    .img_hide{
        display:none;
    }
}
@media(max-width: 992px){
    .modal .form-group .btn{
        display:inline-block;
        width:58px;
        height:28px;
        border:1px solid #eee;
        background: #ff8e00;
        text-align: center;
        line-height: 28px;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        position: relative;
        right: 0;
        top:0;
    }
    .modal .form-group p{
        display: inline-block;
        margin-top: 10px;
    }
    .file-upload{
        position:absolute;
        right: 0;
        left:0;
        top:70px;
        opacity:0;
        z-index:20;
    }
    .img_hide1{
        display:none;
    }
}
@media (max-width: 768px){
    .job-detail .table{
        font-size: 12px;
        margin-bottom: 30px;
    }
    .detail-ceil{
        background: #f6f6f6;
        padding: 22px 26px 35px;
        margin-bottom: 60px;
    }
    .detail-ceil ul>li{
        width: 50%;
        float: left;
    }
    .job-detail .btn{
        display: inline-block;
        width:120px;
        height:40px;
        line-height: 40px;
        text-align: center;
        font-size: 18px;
    }

}
@media (max-width: 480px){
    .job-detail h4{
        height:49px;
        font-size: 16px;
        background-size:100% 100%;
    }
    .modal-box{
        width:96%;
        background: #fff;
        margin-left: 2%;
        margin-top: 10px;
    }
    .main {
        min-height: 550px;
    }
    .job-detail .btn{
        display: inline-block;
        width:100px;
        height:32px;
        line-height: 32px;
        text-align: center;
        font-size: 14px;
    }
    .modal-box h3{
        font-size: 16px;
        line-height: 38px;
        height:38px;
    }
    .modal-box h3 b{
        margin-right: 5px;
        margin-top: -10px;
    }
    .modal .form-group label{
        display: block;
        width:100%;
        text-align: left;
    }
    .modal .form-group span{
        padding: 0;
        float: right;
    }
    .modal .form-group{
        margin-top: 8px;
        padding:0 15px;
    }
    .modal .form-group .btn{
        display:inline-block;
        width:58px;
        height:28px;
        border:1px solid #eee;
        background: #ff8e00;
        text-align: center;
        line-height: 28px;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        position: relative;
        right: 0;
        top:0;
    }
    .modal .form-group p{
        display: inline-block;
        margin-top: 10px;
    }
    .modal .btn-box .btn{
        display: inline-block;
        width:100px;
        height:36px;
        border-radius: 5px;
        line-height: 36px;
        font-size: 14px;
    }
}
/*新闻列表*/
.new .row{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.new .row a{
    color:#252525;
}
.new .row:hover a{
    color: #0081cc;
    text-decoration: none;
}
.new .row img{
    border: 1px solid transparent;
    width: 100%;
}
.new .row:hover img{
    transform: scale(1.1);
    transition: all 0.8s;
    /*border: 1px solid #0081cc;*/
}
.new .row:hover .c_1{
    overflow: hidden;
}
.new .row>.c_3{
    border-left: 1px solid #ddd;
}
.new h5{
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}
.new .row .c_2 p{
    text-indent: 24px;
    color: #666;
}
.new button{
    margin-top: 10px;
}
.new .row .c_1{
    width:16.5%;
}
.new .row .c_2{
    width: 72%;
    padding:0 24px;
    box-sizing: border-box;
}
.new .row .c_3{
    width: 10.5%;

    padding-left:22px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}
.new .row .c_3 p{
    line-height: 30px;
}
.new .row .btn{
    width: 106px;
    height:30px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background: #0070b8;
    cursor: pointer;
}
.new .row:hover .btn{
    background: #fff;
    border: 1px solid #0070b8;
    color:#0070b8;
}
.information-detail h4{
    font-size: 20px;
    text-align: center;
    color:#000;
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 30px;
}
.information-detail .source{
    width:60%;
    margin: 0 auto;
    height:42px;
    line-height: 42px;
    margin-bottom: 26px;
}
.information-detail .source span b{
    color:#999;
}
.information-detail>p{
    text-indent: 24px;
    font-size: 14px;
    color: #666;
}
.information-detail .img-box{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 55px;
}
.information-detail .img-box img{
    width:90%;
}

.information-detail .detail-bottom{
    min-height:50px;
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    line-height: 50px;
	margin-top:30px;
}
.information-detail .detail-bottom .nextOne{
    margin-left: 36%;
}
.information-detail .detail-bottom b{
    color:#999;
}
.information-detail .detail-bottom a{
    color:#333;
}
.information-detail .detail-bottom a:hover{
    color:#e67817;
}
.information-detail{
    padding-bottom: 40px;
}
@media(max-width: 768px){
    .information-detail .detail-bottom .nextOne{
        margin-left: 30%;
    }
	.information-detail .detail-bottom{
    min-height:50px;
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    line-height: 30px;
	margin-top:30px;
}
	.information-detail .detail-bottom span{
		display:block;
		float:none;
		margin:0;
	}
		.information-detail p img{
	width:40% !important;
}
.information-detail .detail-bottom .nextOne{
        margin-left: 0;
    }
}
@media(max-width: 480px){
    
    .information-detail .source{
        width: 90%;
    }
	.information-detail p img{
	display:block !important;
	width:96% !important;
	margin:0 auto !important;
}
}
.contact h3{
    font-size: 24px;
    color: #0070b8;
    letter-spacing: 2px;
}
.contact li{
    float: left;
    width: 49%;
    border-bottom: 1px dashed #ddd;
    padding: 28px 0;
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
}
.contact>ul>li:nth-child(odd){
    margin-right: 2%;
}
.contact>ul>li:nth-child(even){
    padding-left: 15%;
    box-sizing: border-box;
}
.contact>ul{
    margin-bottom: 40px;
}
.bdmap{
    height:560px;
}
@media screen and (max-width: 993px){
    .contact h3{
        font-size: 16px;
        color: #0070b8;
        letter-spacing: 2px;
        text-align: center;
    }
    .contact{
        padding-bottom: 30px;
    }
    .contact li{
        width: 96%;
        margin: 0 2%;
        font-size: 12px;
        padding: 10px 0;
    }
    .contact>ul>li:nth-child(odd){
        margin-right: 0;
    }
    .contact>ul>li:nth-child(even){
        padding-left: 0;
        box-sizing: border-box;
    }
    .contact li span{
        display: block;
    }
    .content-banner img{
        width: 100%;
    }
    .new .c_2 h5{
        margin-bottom: 0;
        font-size: 14px;
        color: #333;
    }
}
@media (min-width:769px) and (max-width: 992px){
    .new .c_2 h5{
        margin-bottom: 0;
        font-size: 14px;
        color: #333;
    }
    .new .row .c_1{
        width:16.5%;
        overflow: hidden;
    }
    .new .row .c_2{
        width: 60%;
        padding:0 14px;
        box-sizing: border-box;
    }
    .new .row .c_3{
        width: 13%;
        height: auto;
        padding-left:12px;
        box-sizing: border-box;
        font-size: 14px;
        color: #666;
    }
    .new .row .c_3 p{
        line-height: 24px;
    }
    .new .row .btn{
        width: 106px;
        height:30px;
        text-align: center;
        line-height: 24px;
        color: #fff;
        background: #0070b8;
        cursor: pointer;
    }
}
@media screen and (min-width: 768px){
    .new .row .btn1{
        display: none;
    }
    .new .row .c_2 span{
        display: none;
    }
}
@media screen and (max-width: 768px){
    .new .row .c_3{
        display: none;
    }
    .new .row{
        position: relative;
        padding-bottom: 10px;
    }
    .new .row .c_1{
        width:30%;
        overflow: hidden;
    }
    .new .row .c_2{
        width: 70%;
        padding:0 14px;
        box-sizing: border-box;

    }
    .new .row .c_2 p{
        display: none;
    }
    .new .row .btn1{
        cursor: pointer;
        font-size: 12px;
        margin-top: 0;
        position: absolute;
        right:20px;
        bottom: 20px;
    }
    .mypage a{
        color:#0070b8;
        font-weight:bold;
        width:auto;
        height:auto;
        padding:6px 10px;
        font-size:12px;
        border:#cdcdcd 1px solid;
        margin-right:5px;
        background: #f6f6f6;
    }
}

/*专家团队轮播*/
body {
    padding: 0;
    margin: 0;
}

.pc-slide {
    /*width: 500px;*/
    margin: 0 auto;
}

.view .swiper-container {
    width: 91%;
    min-height: 300px;
}

.view .arrow-left {
    background: url(../images/index_tab_l.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    background: url(../images/index_tab_r.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}
.view{
    position: relative;
}
.preview {
    width: 80%;
    position: relative;
    margin: 10px auto 60px;
    background: #f4f4f4;
    border-radius: 38px;
}
@media(max-width: 400px){
    .preview {
        width: 96%;
    }
}
.preview .swiper-container {
    /*width: 430px;*/
    height: 84px;
    margin-left: 35px;
}

.preview .swiper-slide {
    width: 82px;
    height: 82px;
}
.preview .swiper-slide img{
    width: 82px;
    height:82px;
}
.preview .swiper-wrapper{
    width: 100% !important;
}

/*.preview .slide6 {
    width: 82px;
}*/

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
    border-radius: 50%;
}
.manage-detail .swiper-wrapper,.manage-detail .swiper-slide{
    height:auto !important;
}
.preview .active-nav img {
    padding: 0;
    border: 2px solid #0081cc;
    width: 78px;
    height:78px;
}
.manage-detail img{
    width:28%;
    margin-right: 6%;
    vertical-align: middle;
}
.manage-detail .detail{
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}
.manage-detail .detail h4,.manage-detail .detail h5{
    font-size: 20px;
    color: #666;
    line-height: 38px;
}
.manage-detail .detail h4 span{
    font-size: 16px;
    color: #999;
    margin-left:20px;
}
.manage-detail .detail h5{
    margin-bottom: 10px;
}
.manage-detail .detail p{
    color: #999;
}
.manage-detail>li:not(:first-child){
    display: none;
}
@media (max-width: 768px){
    .preview .swiper-container{
        padding-left: 50px;
    }
    .manage-detail .detail{
        display: inline-block;
        width: 65%;
        vertical-align: top;
    }
		.main-rt {
    padding-bottom: 80px;
}
}
@media (max-width: 480px){
    .preview .swiper-container{
        padding-left: 30px;
    }
    .manage-detail img{
        width:96%;
        margin-right: 2%;
    }
    .manage-detail .detail{
        display: block;
        width: 96%;
        vertical-align: middle;
        margin-right: 2%;
    }
    .view .arrow-left {
        background-size: 100%,100%;
        left: -13px;
        top: 50%;
        margin-top: -12px;
        width: 14px;
        height: 25px;
    }
    .view .arrow-right {
        background-size: 100%,100%;
        right: -13px;
        top: 50%;
        margin-top: -12px;
        width: 14px;
        height: 25px;
    }
}


















