/*关于我们*/
.container.basic-container {
    margin-top: -45px;
}
.about-card{
    padding:35px 50px;
    border:1px solid #E1E6EB;
    font-size:14px;
    background: #fff;
}
.about-card .about-text{
    line-height:28px;
    margin-top:30px;
}
.about-card .about-text .text-title{
    font-weight:bold;
}
.about-card .about-text .padding-text{
    padding-left:40px;
}
.about-card .about-title{
    padding-bottom:25px;
    border-bottom:2px solid #F1F1F1;
    overflow: hidden;
}

.about-card .about-title .about-left{
    float: left;
    color: #319BD7;
    font-size:16px;
}
.about-card .about-title .about-right{
    float: right;
}
.aboutUs-container{
    margin-top:-50px;
    /*margin-bottom:50px;*/
}
.aboutUs-nav{
    /*width: 200px;*/
    /*border:1px solid #e6e6e6;*/
    /*float: left;*/
}
.aboutUs-nav .aboutUs-nav-title{
    background: #373737;
    height:45px;
    line-height:45px;
    text-align: center;
    font-size:18px;
    color: #fff;
    font-weight:bold;
}
.aboutUs-nav .aboutUs-nav-item{
    /*padding:15px 35px;*/
    /*background: #fff;*/
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.aboutUs-nav .aboutUs-nav-item>li{
    height:50px;
    line-height:50px;
    /*float: left;*/
    width: 20%;
    text-align: center;
    background-color: #373737;
    color: #fff;
}
.aboutUs-nav .aboutUs-nav-item>li a{
    color: #fff!important;
    display: block;
}
.aboutUs-nav .aboutUs-nav-item>li img{
    margin-right:30px;
}
.aboutUs-nav .aboutUs-nav-item>li img.arrow-active{
    display: none;
}
.aboutUs-nav .aboutUs-nav-item>li.active a{
    /*color: #b2272d;*/
    background-color: #22a7f0;
}
.aboutUs-nav .aboutUs-nav-item>li.active img.arrow-default{
    display: none;
}
.aboutUs-nav .aboutUs-nav-item>li.active img.arrow-active{
    display: inline-block;
}
.aboutUs-nav .aboutUs-nav-item>li>a{
    color: #fff;
    font-size:14px;
    text-decoration: none;
    color: #4d4d4d;

}

.aboutUS-content{
    /*border:1px solid #F2F2F2;*/
    /*background: #fff;*/
    /*margin-left:220px;*/
    /*padding:0 35px;*/
}
.aboutUS-content .aboutUS-content-title{
    height:50px;
    line-height:50px;
    border-bottom:1px solid #E7E7E7;
    font-size:14px;
    color: #4d4d4d;
    display: flex;
    justify-content: space-between;
}
.aboutUS-content .aboutUS-content-detail{
    padding:120px 0 100px 40px;
}
.FAQ-table > thead > tr > th, .FAQ-table > tbody > tr > th, .FAQ-table > tfoot > tr > th, .FAQ-table > thead > tr > td, .FAQ-table > tbody > tr > td, .FAQ-table > tfoot > tr > td{
    border:0;
    padding:0;
}
.FAQ-list{
    padding-bottom:34px;
}
.FAQ-list .FAQ-list-question{
    font-size:18px;
    color: #000;
    margin-bottom:13px;
}
 .FAQ-list-question .FAQ-question-q{
    font-size:20px;
    margin-right:10px;
}
.FAQ-list .FAQ-list-answer{
    padding:8px 35px;
    font-size:14px;
    color: #666666;
    background: #F2F2F2;
    line-height:24px;
    display: none;
}
.FAQ-list .FLQquestionactive{
    color: #3294ff;
    text-decoration: underline;
}
.FAQ-list .FAQ-list-question:hover{
    color: #3294ff;
    text-decoration: underline;
}
.FAQ-list .FAQ-list-active{
    display: block;
}

/*管理团队*/
.aboutUS-team-list{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    margin:10px 0;
}
.aboutUS-team-list .aboutUS-team-li{
    width:500px;
    height:230px;
    position: relative;
    margin-bottom:105px;
}
.aboutUS-team-list .aboutUS-team-li .team-intro{
    width:428px;
    height:230px;
    border-left:4px solid #373737;
    background: #373737;
    line-height:22px;
    padding:40px 115px 40px 35px;
    color: #fff;
    font-size:12px;
    word-break: break-all;
}
.aboutUS-team-li .team-intro .team-name{
    font-size:18px;
    font-weight:bold;
    color: #22A7F0;
    margin-bottom:10px;
}
.aboutUS-team-list .aboutUS-team-li .team-konw-more{
    display: inline-block;
    font-size:14px;
    color: #fff;
    padding:11px 24px;
    position: absolute;
    bottom:-10px;
    left:39px;
    background: #2D2D2D;
    text-decoration: none;
}
.aboutUS-team-list .aboutUS-team-li .team-img{
    width:150px;
    height:150px;
    background: #C1C1C1;
    position: absolute;
    right:0;
    top:50%;
    margin-top:-75px;
    overflow: hidden;
}
.aboutUS-team-list .aboutUS-team-li .team-img img{
    width:100%;
    height:auto;
}
.aboutUS-team-li:hover .team-intro{
    border-left-color:#22A7F0;
}
.aboutUS-team-li:hover .team-konw-more{
    background-color:#22A7F0;
}
/*简介*/
.summary-text{
    font-size: 14px;
    color: #333333;
    padding: 10px 80px 20px;
    line-height: 26px;
}
.summary-text p{
    margin-bottom:24px;
}

/*特聘专家*/
.aboutUS-content-detail-title{
    border-bottom:1px dashed #B3B3B3;
    font-size:18px;
    text-align: center;
    padding-bottom:10px;
    margin-bottom:55px;
}
.special-expert-list{
    display: flex;
    justify-content:space-between;
    margin-bottom:110px;
}
.special-expert-list .special-expert-one{
    width:47%;
}
.special-expert-one .special-expert-img{
    width:160px;
    height:204px;
    overflow: hidden;
    float: left;
    margin-top:6px;
}
.special-expert-intro{
    margin-left:195px;
}
.special-expert-intro-name{
    font-size:22px;
    color: #333333;
    font-weight:bold;
}
.special-expert-intro-position{
    font-size:14px;
    color: #333333;
    font-weight:bold;
}
.special-expert-intro-text{
    font-size:14px;
    line-height:28px;
    border-top:1px solid #E8E8E8;
    padding-top: 10px;
    margin-top: 15px;
}
.other-expert-list{
    display: flex;
    justify-content:space-between;
    margin-bottom:80px;
}
.other-expert-list .other-expert-intro{
    width:20.3%;
    color: #4D4D4D;
}
.other-expert-intro .other-expert-intro-name{
    font-size:18px;
    font-weight:bold;
}
.other-expert-intro .other-expert-intro-position{
    font-size:12px;
}
.other-expert-intro  .other-expert-intro-text{
    font-size:12px;
    line-height:22px;
    border-top:1px solid #E8E8E8;
    padding-top: 8px;
    margin-top: 12px;
}
.other-expert-intro-text-open{
    line-height:26px;
    color: #22A7F0;
    font-size:12px;
    cursor: pointer;
    display: inline-block;
}
.other-expert-intro-text .intro-point{
    display: inline-block;
    width:6px;
    height:6px;
    background: #808080;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin-right:8px;
    vertical-align: middle;
}
/*大事记*/
.event-list .event-list-one{
    display: flex;
    justify-content:space-between;
}
.event-list .event-list-one .event-month-day{
    width:6%;
    font-size:18px;
    color: #808080;
    margin-top:-10px;
}
.event-list .event-list-one .event-one-story-box{
    width:94%;
}
.event-list .event-list-one .event-one-story{
    width:100%;
    display: flex;
    justify-content:space-between;
}
.event-list .event-list-one .event-year{
    width:8%;
    height:130px;
    font-size:14px;
    color: #999999;
    position: relative;
    border-top:2px solid #F2F2F2;
    border-right:2px dashed #D9D9D9;
}
.event-list .event-list-one .event-year-num{
    position: absolute;
    top: -22px;
    right: 20px;
}
.event-list .event-list-one .event-point-img{
    position: absolute;
    top:-10px;
    right:-10px;
    text-align: center;
    line-height:20px;
    width:20px;
    height:20px;
}
.event-list .event-list-one .event-point-img .event-point-block{
    width:10px;
    height:10px;
    display: inline-block;
    background: #CCCCCC;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:5px;
}
.event-list .event-list-one .event-detail{
    width: 92%;
    padding: 14px 20px 6px;
    font-size: 18px;
    color: #000;
    position: relative;
    background: #F4F4F4;
    margin-left: 4%;
    display: inline-table;
    margin-top: -25px;
}
.event-list .event-list-one .event-detail .event-detail-sjx{
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 8px solid #F4F4F4;
    position: absolute;
    left: -8px;
    top: 20px;
}
.table.FAQ-table tr:last-child>td>.FAQ-list{
    border-bottom:0;
}


textarea.contact-us-input{
    line-height: 20px;
    border: 1px solid #F2F2F2;
    border-radius: 2px;
    background: #FCFCFC;
    box-shadow: none;
}
input.contact-us-input:focus{
    border-color: #22A7F0;
}
.submit-contact-info{
    font-size:14px;
    color: #fff;
    padding:7px 17px;
    background: #22A7F0;
    border:0;
    margin-top:10px;
}
.banner-title-cate.about-us{
    display: inline-block;
}
.aboutUS-content-contact{
    display: flex;
    justify-content: space-between;
}
.aboutUS-content-contact .contact-info{
    width:58%;
}
.aboutUS-content-contact .input-form{
    display: flex;
    justify-content: space-between;
    margin-bottom:22px;
}
.aboutUS-content-contact .input-form input.login-reg-input{
    width:46%;
}

.aboutUS-content-contact .input-form .contact-info-submit{
    background: #3797d3;
    width:82px;
    height:34px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    color: #fff;
    font-size:16px;
    font-weight:300;
}
.aboutUS-content-contact .contact-address{
    background: #f4f4f4;
    border-left:4px solid #3797d3;
    font-size:12px;
    padding:10px 10px 10px 16px;
    color: #4d4d4d;
    line-height:20px;
    display: inline-table;
}
::-webkit-input-placeholder{
    color:#666;
    font-size: 12px;
}
:-moz-placeholder{
    color:#666;
    font-size: 12px;
}
::-moz-placeholder{
    color:#666;
    font-size: 12px;
}
:-ms-input-placeholder{
    color:#666;
    font-size: 12px;
}
.friendship-link-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.friendship-link-one{
    width:200px;
    margin-right:30px;
    margin-bottom:28px;
}
.friendship-link-one .friendship-link-brand{
    border:1px solid #f2f2f2;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    height:80px;
    margin-bottom:10px;
    overflow: hidden;
    padding:18px 20px 10px;
}
.friendship-link-one .friendship-link-brand img{
    width:100%;
}
.friendship-link-one .friendship-link-detail{
    border:1px solid #F6F6F6;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #fafafa;
    position: relative;
    padding:15px 20px;
}
.friendship-link-one .friendship-link-detail .sjx1{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #F6F6F6;
    position: absolute;
    top:-9px;
    left:14px;
}
.friendship-link-one .friendship-link-detail .sjx2{
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fafafa;
    position: absolute;
    top:-8px;
    left:14px;
}
.friendship-link-one .friendship-link-detail .brand-name{
    color: #4d4d4d;
    font-size:18px;
    margin-bottom: 6px;
}
.friendship-link-one .friendship-link-detail .brand-provide{
    color: #4d4d4d;
    font-size:14px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
    margin:5px 0 8px;
}
.friendship-link-one .friendship-link-detail .brand-more{
    color: #3797d3;
    font-size:12px;
}
.aboutUs-file-block{
    font-size:14px;
    /*margin-bottom:30px;*/
    line-height:28px;
}
.aboutUs-file-title{
    font-weight: bold;
    width: 294px;
    border-bottom: 6px solid #ca1e1e;
    margin-bottom: 60px;
}
.aboutUs-file-title h2{
    margin: 0;
    line-height: 70px;
}
.aboutUs-file-block .file-title{
    font-size:16px;
    font-weight:bold;
    margin-top: 50px;
    margin-bottom:25px;
}
.aboutUs-file-block .file-second-title{
    font-weight:bold;
}
.aboutUs-file-block .file-text{
    margin-bottom:10px;
    text-align: justify;
}
.aboutUs-file-block .file-text .file-text-small{
    padding-left:36px;
}


/*特聘专家*/
.container2{
    background-color: #fff;
    padding: 100px 0;
}
.specializedExperts{
    width: 1230px;
    margin: 0 auto;
}
.specializedExpertsTitle{
    margin: 0 auto;
    text-align: center;
}
.specializedExpertsList{
    overflow: hidden;
    margin-top: 60px;
}
.specializedExpertsList li{
    width: 49%;
    height: 350px;
    border: 1px solid #cacbd2;
    padding: 32px;
}
.specializedExpertsListL{
    float: left;
}
.imgNameT{
    overflow: hidden;
}
.imgNameT img,.imgNameT div{
    float: left;
}
.imgNameT img{
    margin-right: 32px;
}
.nameTitle{
    margin-top: 45px;
    font-size: 14px;
}
.nameTitle p:nth-child(1){
    font-weight: 700;
    font-size: 16px;
}
.specializedExpertsListR{
    float: right;
}
/*其他特聘专家*/
.container3{
    width: 100%;
    height: 774px;
    background: url(../image/aboutUs/otherBj.png) no-repeat center/cover;
}
.otherSpecializedExperts{
    width: 1230px;
    margin: 0 auto;
    padding-top: 55px;
}
.otherSpecializedExpertsTitle{
    color: #fff;
    border-bottom: #fff 6px solid;
    margin-bottom: 50px;
}
.otherSpecializedExpertsList{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    /*visibility: hidden;*/
    color: #fff;
}
.otherSpecializedExpertsList li{
    width: 50%;
    font-size: 14px;
}
.otherSpecializedExpertsList .otherSEliOne,
.otherSpecializedExpertsList .otherSEliTwo{
    float: left;
}
.otherSpecializedExpertsList .otherSEliTwo{
    margin-top: -55px;
}
.otherSpecializedExpertsList li h4{
    font-size: 16px;
    font-weight: bold;
}
.otherSpecializedExpertsList li .secendSpecializedExpert{
    margin-top: 50px;
}
.otherSpecializedExpertsList li p{
    margin: 0;
}
.otherSpecializedExpertsList li .dateOfBirth{
    margin: 15px 0 30px;
}
.otherSpecializedExpertsList li .serveAs{
    margin-bottom: 20px;
}

/*友情链接*/
.container4{
    width: 100%;
    background-color: #fff;
    padding: 155px 0;
}
.friendshipLinks{
    width: 1230px;
    margin: 0 auto;
}
.friendshipLinksList{
    /*overflow: hidden;*/
    margin-top: 40px;
}
.clearfix:after{content:'';display:block;clear:both;}
.friendshipLinksList li{
    float: left;
    width: 31%;
    height: 230px;
}
.friendshipLinksList li:nth-child(2){
    margin: 0 43px;
}
.friendshipLinksList li:last-child{
    float: right;
}
.friendshipLinksList li a{
    display: block;
    width: 100%;
    height: 230px;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.21);
    text-align: center;
}
.friendshipLinksList li a div:nth-child(1){
    height: 150px;
    border-bottom: 1px dashed #cacbd2;
}
.friendshipLinksList li a div:nth-child(1) img{
    vertical-align: middle;
    margin-top: 45px;
}
.friendshipLinksList li a div:nth-child(2){
    line-height: 80px;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #333333;
}

/*联系我们*/
#name,#tel,#email,#region,#comment{
    background-color: #fff;
    border: solid 1px #cacbd2;
}
#contact-info-submit{
    width: 120px;
    height: 36px;
    background-color: #3294ff;
    border-radius: 0;
}






