.common-banner {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.common-banner img {
    width: 100%;
    height: 240px;
}

.banner_top {
    background-size: cover;
    width: 100%;
    height: 250px;
    clear: both;;
    position: relative;
}

/*.banner_top h1 {*/
    /*text-align: center;*/
    /*font-size: 28px;*/
    /*color: #fff;*/
    /*padding-top: 80px;*/
/*}*/

/*.banner_top p {*/
    /*text-align: center;*/
    /*font-size: 16px;*/
    /*color: #fff;*/
    /*line-height: 70px;*/
/*}*/


.text_top {
    position: absolute;
    right: 10%;
    /* margin-left: -580px; */
    text-align: right;
}

.text_top h1 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    padding-top: 80px;
}

.text_top p {
    width: 650px;
    font-size: 16px;
    color: #fff;
    padding-top: 30px;
}

.subnavs {
    height: 50px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    box-sizing: border-box;
}

.inner_wrap {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.subnavs a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    position: relative
}

.subnavs a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #117be5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.subnavs a:hover {
    font-weight: 500 !important;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
}

.subnavs .cur a {
    color: #117be5;
    font-weight: normal;
}

.subnavs .cur a:after, .subnavs li:hover a:after {
    left: 0;
    width: 100%;
}

.subnavs li {
    padding: 0 20px;
    display: inline-block;
    background: url(../images/short_line.gif) no-repeat right;
}

.introduce-head {
    width: 100%;
    background: #ffffff;
}

.introduce-title {
    font-size: 24px;
    font-weight: 500;
    margin: 20px auto 40px auto;
    text-align: center;
}

.introduce-head p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #515151;
    text-indent: 0px;
}

.introduce-center {
    background: #f9f9f9;
}

.introduce-ul {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.introduce-ul li {
    width: 32%;
    float: left;
    min-height: 350px;
    padding: 30px 20px;
    margin-right: 2%;
    background: #ffffff;
    box-sizing: border-box;

}

.introduce-ul li:last-child {
    margin-right: 0 !important;
}

.introduce-ul li img {
    display: block;
    margin: auto;
    width: 46px;
    margin-bottom: 15px;
}

.introduce-ul li p {
    text-align: center;
    font-size: 17px;
    line-height: 40px;
    font-weight: 550;
}

.introduce-ul li span {
    display: block;
    color: #717171;
    margin-bottom: 10px;
}

.introduce-li {
    padding: 10px 30px !important;
    min-height: 180px !important;
}

.introduce-span {
    display: block;
    text-align: center;
    color: #717171;
}

.honor-ul {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.honor-li {
    /* float: left; */
    width: 23% !important;
    margin-right: 1.7%;
    box-sizing: border-box;
    display: inline-block;
    height: 420px;
}

.honor-li:nth-child(4n) {
    margin-right: 0px !important;
}

.honor-li img {
    width: 100%;
}

.honor-li2 {
    float: left;
    width: 30% !important;
    margin-right: 5%;
    box-sizing: border-box;
}

.honor-li2:last-child {
    margin-right: 0 !important;
}

.honor-li2 img {
    width: 100%;
}

.contact-ul {
    width: 100%;
    box-sizing: border-box;
}

.contact-ul li {
    width: 50%;
    float: left;
    padding: 20px 30px;
    min-height: 180px;
    border: 1px solid #f8f8f8;
    background: #ffffff;
    box-sizing: border-box;
}

.contact-ul li h4 {
    font-weight: 550;
    font-size: 16px;
    color: #107be5;
}

.contact-ul li p {
    font-size: 13px;
    color: #666666;
}

.contact-ul li span {
    display: inline-block;
    padding-right: 20px;
}

.contact-ul li a {
    color: #666666;
}

.contact-ul li a:hover {
    color: red !important;
}

.recruit {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.recruit-left {
    width: 48%;
    margin-right: 2%;
    float: left;
    height: 400px;
    background: #ffffff;
    padding: 24px 30px;
    box-sizing: border-box;
}

.recruit-right {
    width: 48%;
    float: left;
    height: 400px;
    background: #ffffff;
    padding: 24px 30px;
    box-sizing: border-box;
}

.recruit-title {
    color: #117be5;
    font-size: 18px;
    font-weight: 600;
}

.recruit-center p {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}

.recruit-center span {
    display: block;
    font-size: 14px;
    margin: 10px 0;
    color: #666666;
}

.recruit-bottom {
    font-size: 12px;
    color: #666666;
}

.bg_hui {
    background: #fafafa;
    padding: 40px 0 30px 0;
}

.bg_hui_2 {
    padding: 40px 0 30px 0;
}

.bg_white {
    background: #fff;
    padding: 40px 0 40px 0;
}

.part_1, .part_2, .part_3, .part_4, .part_5, .part_6, .part_7, .part_8,
.part2_1, .part2_2, .part2_5, .part3_5, .part3_2, .part3_7, .part3_4, .part4_4 {
    width: 1200px;
    margin: 0 auto;
}

@media (min-width: 1400px) {
    .part_1, .part_2, .part_3, .part_4, .part_5, .part_6, .part_7, .part_8,
    .part2_1, .part2_2, .part2_5, .part3_5, .part3_2, .part3_7, .part3_4, .part4_4 {
        width: 1300px;
        margin: 0 auto;
    }

}

.part_1 h1, .part_2 h1, .part_3 h1, .part_4 h1, .part_5 h1, .part_6 h1, .part_7 h1, .part_8 h1,
.part2_1 h1, .part2_2 h1, .part2_5 h1, .part3_5 h1, .part3_2 h1, .part3_7 h1, .part3_4 h1, .part4_4 h1 {
    /*padding-top: 40px;*/
    font-size: 22px;
    color: #555;
    line-height: 22px;
    padding: 0 0 20px 10px;
    position: relative;
    text-align: left;
}

.part_1 h1:before, .part_2 h1:before, .part_3 h1:before, .part_4 h1:before, .part_5 h1:before, .part_6 h1:before, .part_7 h1:before, .part_8 h1:before,
.part2_1 h1:before, .part2_2 h1:before, .part2_5 h1:before, .part3_5 h1:before, .part3_2 h1:before, .part3_7 h1:before, .part3_4 h1:before, .part4_4 h1:before {
    content: "";
    display: block;
    width: 4px;
    height: 22px;
    background: #407be5;
    position: absolute;
    left: 0;
    top: 0;
}

.bg_hui p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #515151;
    /*text-indent: 30px;*/
}

.bg_white p {
    margin-bottom: 15px;
    font-size: 15px;
    color: #515151;
    /*text-indent: 30px;*/
}

.bg_hui a {
    font-size: 26px;
    /* margin: 20px auto; */
    display: block;
    width: 100%;
    color: #28519c;
    padding-bottom: 20px;
    text-align: center;
}
.bg_hui .roster{
    position: relative;
    overflow: hidden;
}
.bg_hui .roster li{
    border:1px solid #ececec;
    width: 24%;
    float: left;
    background: #fff;
    text-align: center;
    margin: 10px 0.4%;
    height: 60px;
    line-height: 60px;
}
.bg_hui .roster li:hover{
    cursor: pointer;
    box-shadow: 0 0 4px 0 #dcdcdc;
}
.bg_white a {
    font-size: 26px;
    /* margin: 20px auto; */
    display: block;
    width: 100%;
    color: #28519c;
    padding-bottom: 20px;
    text-align: center;
}

.wrapper .images-bg img {
    width: 80%;
    margin: 10px auto;
}

.images-bg {
    background: #fff;
    border: 1px solid #e8e8e8;
}

/*.wrapper .images-bg{*/
/*border: none;*/
/*}*/
.images-bg img {
    width: 70%;
    /* height: 80%; */
    margin: 30px auto;
    display: block;
}

.build-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.build-bg li {
    float: left;
    width: 32%;
    height: 120px;
    background: #fff;
    margin: 10px 0;
    padding: 20px 20px;
    border-radius: 4px 4px;
    box-sizing: border-box;
}

.build-bg li:nth-child(2) {
    margin: 10px 2%;
}

.build-bg li:nth-child(5) {
    margin: 10px 2%;
}

.build-bg .build-left {
    width: 15%;
    float: left;
}

.build-left img {
    width: 40px;
}

.build-right {
    width: 85%;
    float: left;
    padding-left: 8px;
    box-sizing: border-box;
}

.build-right span {
    font-size: 24px;
    line-height: 32px;
    display: block;
    color: #28519c;
}

.build-right p {
    /*color: #666;*/
    line-height: 24px;
    margin-bottom: 0;
}