/*头部开始******************************************************************************************** */
@charset "utf-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

@font-face {
    font-family: "Akrobat";    src: url("Akrobat.woff2") format("woff2"),    url("Akrobat.woff") format("woff"),    url("Akrobat.ttf") format("truetype"),    url("Akrobat.eot") format("embedded-opentype"),    url("Akrobat.svg") format("svg");
}

@font-face {
    font-family: "AkrobatBlack";    src: url("AkrobatBlack.woff2") format("woff2"),    url("AkrobatBlack.woff") format("woff"),    url("AkrobatBlack.ttf") format("truetype"),    url("AkrobatBlack.eot") format("embedded-opentype"),    url("AkrobatBlack.svg") format("svg");
}

@font-face {
    font-family: "Oswald-Heavy";    src: url("Oswald-Heavy.woff2") format("woff2"),    url("Oswald-Heavy.woff") format("woff"),    url("Oswald-Heavy.ttf") format("truetype"),    url("Oswald-Heavy.eot") format("embedded-opentype"),    url("Oswald-Heavy.svg") format("svg");
}

@font-face {
    font-family: "Montserrat-Light";    src: url("Montserrat-Light.woff2") format("woff2"),    url("Montserrat-Light.woff") format("woff"),    url("Montserrat-Light.ttf") format("truetype"),    url("Montserrat-Light.eot") format("embedded-opentype"),    url("Montserrat-Light.svg") format("svg");
}

@font-face {
    font-family: "Montserrat";    src: url("Montserrat-Regular.woff2") format("woff2"),    url("Montserrat-Regular.woff") format("woff"),    url("Montserrat-Regular.ttf") format("truetype"),    url("Montserrat-Regular.eot") format("embedded-opentype"),    url("Montserrat-Regular.svg") format("svg");
}

@font-face {
    font-family: "Montserrat-Bold";    src: url("Montserrat-Bold.woff2") format("woff2"),    url("Montserrat-Bold.woff") format("woff"),    url("Montserrat-Bold.ttf") format("truetype"),    url("Montserrat-Bold.eot") format("embedded-opentype"),    url("Montserrat-Bold.svg") format("svg");
}

@font-face {
    font-family: "SourceHanSansCN-Regular";    src: url("SourceHanSansCN-Regular.woff2") format("woff2"),    url("SourceHanSansCN-Regular.woff") format("woff"),    url("SourceHanSansCN-Regular.ttf") format("truetype"),    url("SourceHanSansCN-Regular.eot") format("embedded-opentype"),    url("SourceHanSansCN-Regular.svg") format("svg");
}

.w {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333;
    font-family: "SourceHanSansCN-Regular";
}

body {
    overflow-x: hidden;
}

footer,section {
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.mCSB_scrollTools {
    width: 2px;
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0073DA;
    width: 2px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #ccc;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
   /* Mozilla Firefox 19+ */
    color: #999;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: #999;
}

.swiper-button-prev:after,.swiper-button-next:after {
    display: none;
}

.next1,.prev1 {
    position: static;
    width: 60px;
    height: 60px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    outline: none;
    margin: 0;
}

.prev1 {
    background: url(../images/prev_icon1.png) no-repeat center center;
}

.next1 {
    margin-left: 40px;
    background: url(../images/next_icon1.png) no-repeat center center;
}

.prev1:hover {
    background: url(../images/prev_icon_hover1.png) no-repeat center center;
}

.next1:hover {
    background: url(../images/next_icon_hover1.png) no-repeat center center;
}

.prev3,.next3,.prev2,.next2 {
    position: static;
    margin-top: 0;
    width: 60px;
    height: 60px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    outline: none;
}

.prev3 {
    background: url(../images/prev_icon3.png) no-repeat center center;
}

.prev2 {
    background: url(../images/prev_icon2.png) no-repeat center center;
}

.next3 {
    background: url(../images/next_icon3.png) no-repeat center center;
}

.next2 {
    background: url(../images/next_icon2.png) no-repeat center center;
}

.prev3:hover,.prev2:hover {
    background: url(../images/prev_icon2_hover.png) no-repeat center center;
}

.next3:hover,.next2:hover {
    background: url(../images/next_icon2_hover.png) no-repeat center center;
}

.next3,.next2 {
    margin-left: 40px;
}

.top_nav {
    width: 100%;
    height: 120px;
    padding: 0 100px;
    justify-content: space-between;
    align-items: center;
}

.top_nav .logo img {
    width: 316px;
}

.nav_list {
}

.nav_list li {
    position: relative;
    float: left;
    font-size: 0;
    padding: 0 20px;
}

.nav_list li>a {
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.nav_list li:hover>a,.nav_list li.on>a {
    color: #093F87;
}

.nav_list li .hide_menu {
    position: absolute;
    top: calc(100% - 4px);
    left: 15%;
    width: 70%;
    background: #FFFFFF;
    z-index: 10;
    padding: 15px 0;
    display: none;
}

.nav_list li .hide_menu:before {
    width: 78px;
    height: 4px;
    background: #EB6709;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nav_list li .hide_menu dd {
}

.nav_list li .hide_menu a {
    width: 100%;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
}

.nav_list li .hide_menu dd:hover a {
    color: #112D8B;
    font-weight: bold;
}

.top_nav .right_action {
    align-items: center;
}

.top_nav .tel_phone {
    align-items: center;
    justify-content: center;
}

.top_nav .tel_phone img {
    height: 26px;
}

.top_nav .tel_phone .line {
    width: 1px;
    height: 24px;
    background: #EEEEEE;
    margin: 0 9px;
}

.top_nav .tel_phone .p1 {
    color: #999999;
}

.top_nav .tel_phone .p2 {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: bold;
    color: #093F87;
}

.top_nav .search_box {
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: 100px;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #093F87;
    z-index: 100;
}

.top_nav .search_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 50px;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.top_nav .search_box .search_ipt {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: transparent;
}

.top_nav .search_icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(../images/search_icon.png) no-repeat center center;
    -o-background-size: 14px 14px !important;
    background-size: 14px 14px !important;
    cursor: pointer;
    font-size: 16px;
}

.top_nav .search_box:hover .search_ipt {
    width: 200px;
    padding: 0 50px 0 15px;
    background: #093F87;
    color: #fff;
}

.top_nav .search_box:hover:before,.top_nav .search_box:hover .search_icon {
    color: transparent;
}

.sec {
    padding: 100px 0;
}/*首页----------------------------------------------------------------------------------------------*/.sec1 {
    width: 100%;
    position: relative;
}

.banner_swiper li a,.sec1 img {
    width: 100%;
}

.index_title {
    margin-bottom: 50px;
}

.index_title .title {
    font-size: 48px;
    font-weight: bold;
    color: #093F87;
    margin-bottom: 15px;
}

.index_title .en_title {
    font-family: Montserrat;
    color: #C79A52;
}

.index_title.center {
    text-align: center;
}

.index_title.white .title {
    color: #fff;
}

.read_more1 {
    padding: 15px 20px;
    background: #C79A52;
    border-radius: 25px;
    color: #fff;
}

.read_more1 img {
    width: 21px;
    margin-left: 35px;
    position: relative;
    top: -1px;
}

.read_more1 span {
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.read_more1:hover span {
    left: 10px;
}

.sec2 {
    background: url(../images/sec2_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.sec2 .w {
    align-items: center;
    justify-content: space-between;
}

.sec2_left {
    width: 34.375%;
}

.sec2_left .info {
    margin-bottom: 40px;
}

.sec2_right {
    width: 57.32%;
    background: rgba(255,255,255,0.05);
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    padding: 80px;
}

.index_honor_list {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.index_honor_list li {
    width: 50%;
    font-size: 20px;
    line-height: 26px;
    padding: 16px 0 16px 40px;
    background: url(../images/sec2_icon.png) no-repeat center left;
    background-size: 20px;
}

.sec3 {
    background: url(../images/sec3_bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: visible;
}

.sec_top .index_title {
    margin-bottom: 0;
}

.sec_top {
    margin-bottom: 50px;
    align-items: center;
    justify-content: space-between;
}

.sec3_con {
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec3_con .part {
    width: 31.25%;
    margin-right: 3.125%;
    background: #fff;
    margin-bottom: 3.125%;
}

.sec3_con .part:nth-of-type(3n) {
    margin-right: 0;
}

.sec3_con .part_title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #093F87;
    color: #fff;
    padding-right: 30px;
    align-items: center;
    justify-content: space-between;
}

.sec3_con .part_title .title {
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.sec3_con .part_title .icon {
    width: 60px;
    height: 60px;
    background: #C79A52;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.sec3_con .part_title .read_more2 {
    float: right;
}

.sec3_con .part_title .icon img {
    width: 30px;
}

.index_case_list {
    padding: 0 30px 20px;
    background: #fff;
    position: relative;
}

.index_case_list li {
    position: relative;
    padding-left: 12px;
    font-size: 0;
    border-bottom: 1px solid rgba(9, 63, 135, .1);
}

.index_case_list li:before {
    width: 4px;
    height: 4px;
    background: #C79A52;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
}

.index_case_list li a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    width: 100%;
    transition: all 0.4s;
}

.index_case_list li:hover a {
    font-weight: bold;
    color: #093F87;
}

.zixun {
    background: url(../images/zixun_bg.jpg) no-repeat center center;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
}

.zixun .title {
    font-size: 40px;
    font-family: AlimamaShuHeiTi;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(0deg, #3A97FF 0%, #E7F0FD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zixun_btn {
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    font-size: 24px;
    color: #C79A52;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.zixun_btn:hover {
    -webkit-box-shadow: 0 0 10px #C79A52;
    box-shadow: 0 0 10px #C79A52;
}

.zixun_btn img {
    width: 31px;
    margin-right: 15px;
    margin-top: -3px;
}

.sec.sec4 {
    padding-top: 200px;
}

.index_professional_list {
}

.index_professional_list li {
    float: left;
    width: 18.75%;
    height: 187px;
    background: #E6EBF3;
    color: #093F87;
    margin-right: 1.5625%;
    margin-bottom: 1.5625%;
    position: relative;
    border-bottom: 5px solid #C79A52;
    transition: all 0.5s;
}

.index_professional_list li:nth-of-type(5n) {
    margin-right: 0;
}

.index_professional_list li a {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.index_professional_list li img {
    position: absolute;
    transition: all 0.5s;
    bottom: 0;
    right: 0;
    height: 96px;
    opacity: 0.5;
}

.index_professional_list li .title {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    padding: 0 50px;
}

.index_professional_list li:hover {
    background: #C79A52;
    color: #fff;
}

.index_professional_list li:hover img {
    opacity: 0.1;
}

.index_people_list {
}

.index_people_list li {
    background: url(../images/sec5_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.index_people_list li a {
    width: 100%;
    height: 100%;
}

.index_people_list li .w {
    justify-content: space-between;
}

.index_people_list li .img_con {
    width: 40%;
    height: 750px;
    padding-top: 24px;
    background: url(../images/people_bg.png) no-repeat bottom center;
    background-size: 100% auto !important;
    align-items: flex-end;
    justify-content: center;
}

.index_people_list li .img_con img {
    max-width: 100%;
    max-height: 100%;
}

.index_people_list li .info_con {
    width: 38%;
    padding-top: 140px;
}

.index_people_list li .name {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 25px;
}

.index_people_list li .rank {
    font-size: 36px;
    line-height: 40px;
    height: 80px;
    margin-bottom: 50px;
}

.index_people_list li .info {
    font-size: 20px;
    line-height: 40px;
}

.index_people_list li .info p {
    line-height: 40px;
    padding-left: 12px;
    position: relative;
}

.index_people_list li .info p:before {
    width: 4px;
    height: 4px;
    background: #C79A52;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 0;
    content: "";
    display: block;
}

.sec5 {
    position: relative;
}

.action_area {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
}

.action_area .w {
    align-items: center;
    justify-content: center;
}

.sec6 {
    background: rgba(9, 63, 135, 0.05);
}

.index_why_list {
    justify-content: space-between;
    padding-top: 40px;
    margin-bottom: 50px;
}

.index_why_list li {
    width: 23.75%;
    position: relative;
    padding: 70px 40px 40px;
    background: #fff;
}

.index_why_list li img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.index_why_list li .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #093F87;
    margin-bottom: 32px;
}

.zixun_tel {
    justify-content: space-between;
    align-items: center;
    width: 580px;
    height: 60px;
    margin: 0 auto 100px;
    padding-left: 32px;
    background: #FFFFFF;
    border: 2px solid #C79A52;
    border-radius: 30px;
    font-family: Montserrat;
    font-weight: bold;
    color: #093F87;
    font-size: 36px;
}

.zixun_tel .tel {
    width: 39px;
    margin-right: 29px;
}

.zixun_tel .tel_a {
    display: flex;
    align-items: center;
}

.zixun_btn2.zixun_btn {
    background: #C79A52;
    color: #fff;
}

.sec.sec6 {
    overflow: visible;
    padding-bottom: 175px;
}

.liuyan {
    position: absolute;
    width: 100%;
    background: url(../images/message_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 65px 65px 65px 510px;
}

.liuyan .title {
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.liuyan .title .tip {
    font-weight: normal;
    font-size: 16px;
    padding-left: 18px;
}

.liuyan .message_img {
    position: absolute;
    bottom: -40px;
    left: -110px;
    width: 500px;
}

.message_list li {
    float: left;
    width: 31.9%;
    margin-right: 2.15%;
    margin-bottom: 2.15%;
}

.message_list li:nth-of-type(3),.message_list li:nth-of-type(5) {
    margin-right: 0;
}

.message_list li:nth-of-type(4) {
    width: 78%;
}

.message_list li .select_con {
    position: relative;
}

.message_list li textarea,.message_list li select,.message_list li input {
    border: none;
    width: 100%;
    padding: 20px;
    background: #FFFFFF;
    color: #333;
    border-radius: 5px;
    box-sizing: border-box;
}

.message_list textarea::-webkit-input-placeholder,.message_list select::-webkit-input-placeholder,.message_list input::-webkit-input-placeholder {
    color: rgba(9, 63, 135, 0.5);
}

.message_list textarea::-moz-placeholder,.message_list select::-moz-placeholder,.message_list input::-moz-placeholder {
   /* Mozilla Firefox 19+ */
    color: rgba(9, 63, 135, 0.5);
}

.message_list textarea:-moz-placeholder,.message_list select:-moz-placeholder,.message_list input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(9, 63, 135, 0.5);
}

.message_list textarea:-ms-input-placeholder,.message_list select:-ms-input-placeholder,.message_list input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
    color: rgba(9, 63, 135, 0.5);
}

.message_list li select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: none;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/    /*为下拉小箭头留出一点位置，避免被文字覆盖*/;
}

.message_list li .select_con:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    width: 14px;
    height: 11px;
    background: url(../images/arrow.png) no-repeat center center;
    -o-background-size: 12px;
    background-size: 12px;
}

.message_list li.submit_li {
    width: 19.85%;
}

.message_list li.submit_li .submit {
    background: #C79A52;
    color: #FFFFFF;
}/*底部*/footer {
    background: #333333;
    color: #fff;
    padding-top: 35px;
}

footer .line {
    height: 10px;
    background: #EB6709;
}

.foot_top {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.foot_top .logo img {
    width: 230px;
}

.foot_top .tel {
    align-items: center;
}

.foot_top .tel img {
    width: 26px;
    margin-right: 20px;
}

.foot_top .tel a {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: bold;
}

.foot_con {
    padding: 30px 0 60px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot_con .part1 {
    width: 300px;
}

.foot_con part1 .info {
    font-size: 16px;
    line-height: 30px;
}

.foot_con .part_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.foot_con .part2 .info,.foot_con .part3 .info,.foot_con .part2 .info p,.foot_con .part3 .info p {
    opacity: 0.5;
    line-height: 36px;
}

.foot_con .ewm_box>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.foot_con .ewm_box span {
    font-size: 14px;
    line-height: 30px;
}

.foot_con .ewm_box>div:last-of-type {
    margin-right: 0;
}

.foot_con .ewm_box img {
    width: 100px;
    height: 100px;
}

.foot_link {
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.foot_link .link_title {
    width: 145px;
    padding-top: 5px;
}

.foot_link .link_list {
    width: calc(100% - 145px);
}

.foot_link .link_list a {
    color: rgba(255,255,255,0.3);
    margin-right: 10px;
    padding-right: 10px;
    line-height: 24px;
    position: relative;
}

.foot_link .link_list a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 14px;
    background: rgba(255,255,255,0.3);
}

.copy_right {
    line-height: 25px;
    padding: 25px 0;
}

.copy_right .gongbei_icon {
    position: relative;
    top: -2px;
    margin-right: 3px;
}

.copy_right span,.copy_right a {
    margin-right: 15px;
    opacity: 0.3;
}

.right_fix {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
}

.right_fix_list {
}

.right_fix_list li {
    width: 80px;
    height: 80px;
    background: #C79A52;
    border-radius: 20px;
    margin: 5px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.right_fix_list li a {
    width: 100%;
    height: 100%;
}

.right_fix_list li .li_con {
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.right_fix_list li a img {
    height: 32px;
    margin-bottom: 7px;
}

.right_fix_list li .text {
    color: #FFFFFF;
}

.right_fix_list li:hover .li_con {
    opacity: 0.8;
}

.right_fix_list li .color_box {
    background: #C79A52;
    position: absolute;
    padding: 10px;
    right: calc(100% + 27px);
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.right_fix_list li .color_box:before {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 8px solid #C79A52;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
}

.right_fix_list li .color_box img {
    width: 100px;
    height: 100px;
}

.right_fix_list li .color_box a {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: bold;
    color: #fff;
    white-space: pre;
}

.right_fix_list li:hover .color_box {
    display: block;
}

.inner {
    width: 100%;
}

.inner img {
    width: 100%;
}

.left_menu_sec {
    background: rgba(9, 63, 135, 0.05);
    height: 100px;
}

.left_menu_sec .w {
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.left_menu_list {
}

.left_menu_list li {
    padding: 0 75px;
    position: relative;
}

.left_menu_list li:before {
    width: 5px;
    height: 5px;
    background: #999;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 50%;
}

.left_menu_list li:first-of-type {
    padding-left: 0;
}

.left_menu_list li:last-of-type {
    padding-right: 0;
}

.left_menu_list li:last-of-type:before {
    display: none;
}

.left_menu_list li a {
    position: relative;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
}

.left_menu_list li a span {
    position: relative;
    z-index: 1;
}

.left_menu_list li a:before {
    width: 0;
    height: 6px;
    background: #C79A52;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
}

.left_menu_list li.on a,.left_menu_list li:hover a {
    color: #093F87;
}

.left_menu_list li.on a:before,.left_menu_list li:hover a:before {
    width: 100%;
}

.crumbs {
    align-items: center;
    color: #999999;
    line-height: 30px;
}

.crumbs a,.crumbs span {
    padding: 0 5px;
}

.crumbs img {
    width: 14px;
    margin-right: 4px;
}/*视频弹窗*/.video_mark {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    bottom: 100%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.video_mark.open {
    bottom: 0;
}

.video_mark .video_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 70%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.video_mark .video_box video {
    max-width: 100%;
    max-height: 100%;
}

.video_mark .video_box .close {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/close3.png) no-repeat center center;
    width: 40px;
    height: 40px;
    -o-background-size: 100% 100% !important;
    background-size: 100% 100% !important;
    z-index: 100;
}

.profile_sec {
}

.profile_sec .index_title .title {
    margin-bottom: 0;
}

.profile_sec .index_title .en_title {
    margin-bottom: 18px;
}

.profile_info {
    color: #999;
    margin-bottom: 100px;
}

.num_list {
    margin-bottom: 80px;
    justify-content: space-between;
}

.num_list li {
    align-items: flex-start;
}

.num_list li p {
    color: #999999;
    line-height: 30px;
}

.num_list li .li_con {
    margin-right: 70px;
}

.num_list li:nth-of-type(2) .li_con {
    margin-right: 10px;
}

.num_list li strong {
    font-size: 60px;
    font-family: Oswald-Heavy;
    color: #093F87;
}

.num_list li img {
    width: 50px;
    padding-top: 10px;
}

.profile_video {
    position: relative;
}

.profile_video .profile_img {
    width: 100%;
}

.profile_video .video_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 170px;
    height: 170px;
    background: url(../images/play_video.png) no-repeat center center;
    background-size: 100% 100% !important;
    transform: translate(-50% ,-50%);
}

footer.inner_footer {
    padding-top: 30px;
}

.honor_list {
    overflow: hidden;
}

.honor_list li {
    width: 22.85%;
    float: left;
    margin-right: 2.86%;
    margin-bottom: 2.86%;
}

.honor_list li:nth-of-type(4n) {
    margin-right: 0;
}

.honor_list li a {
    width: 100%;
}

.honor_list li .img_con {
    background: #DEE2EA;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 260px;
    line-height: 240px;
    text-align: center;
    padding: 10px;
    margin-bottom: 25px;
}

.honor_list li .img_con img {
    max-width: 100%;
    max-height: 100%;
}

.honor_list li .cap_icon {
    position: relative;
    width: 100%;
    height: 44px;
    margin-bottom: 12px;
    background: url(../images/cap.png) no-repeat center center;
    background-size: auto 100% !important;
}

.honor_list li:nth-of-type(4n+1) .cap_icon:before {
    position: absolute;
    width: 1000%;
    height: 1px;
    background: rgba(9, 63, 135, 0.2);
    top: 18px;
    left: 0;
    content: "";
    display: block;
    z-index: -1;
}

.honor_list li .name {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    text-align: center;
}

.honor_list li:hover .img_con {
    background: #C79A52;
}

.page {
    padding-top: 30px;
    justify-content: center;
}

.page a,.page span {
    margin: 0 10px;
}

.page .number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(9, 63, 135, 0.05);
}

.page .number.prev {
    background: rgba(9, 63, 135, 0.05) url(../images/prev.png) no-repeat center center;
}

.page .number.next {
    background: rgba(9, 63, 135, 0.05) url(../images/next.png) no-repeat center center;
}

.page .number:hover,.page .number.current {
    background: #093F87;
    color: #fff;
}

.page .number.prev:hover {
    background: #093F87 url(../images/prev2.png) no-repeat center center;
}

.page .number.next:hover {
    background: #093F87 url(../images/next2.png) no-repeat center center;
}/*联系我们*/.contact_menu {
    justify-content: center;
    position: relative;
    z-index: 1000;
}

.contact_menu li {
    width: 25%;
    position: relative;
    padding: 40px 10px;
    text-align: center;
    cursor: pointer;
}

.contact_menu li:before {
    width: 100%;
    height: calc(100% + 100px);
    top: -50px;
    left: 0;
    content: "";
    display: block;
    background: #C79A52;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.contact_menu li .title {
    font-size: 30px;
    font-weight: bold;
    color: #093F87;
    margin-bottom: 40px;
}

.contact_menu li .info,.contact_menu li .info p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.contact_menu li .info p:nth-of-type(2n) {
    margin-bottom: 20px;
}

.contact_menu li.on .title,.contact_menu li.on {
    color: #fff;
}

.contact_menu li.on:before {
    opacity: 1;
}

.contact_con {
}

.map_logo {
    width: 200px;
}

.map_con {
    display: none;
}

.map_con.active {
    display: block;
}

.map_con .all_map {
    height: 600px;
}

#map1,#map2,#map3,#map4 {
    width: 100%;
    height: 100%;
}

.sec.contact_sec {
    padding-bottom: 0;
}

.demeanor_sec {
    position: relative;
}

.demeanor_sec .title_con {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-top: 100px;
}

.demeanor_sec .index_people_list li a {
    width: 100%;
    height: 100%;
    padding-top: 130px;
}

.demeanor_sec .index_people_list li {
    background: url(../images/people_big_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #333;
}

.demeanor_sec .index_people_list li .rank,.demeanor_sec .index_people_list li .name {
    color: #093F87;
}

.demeanor_sec .index_people_list li .img_con {
    background: url(../images/people_bg2.png) no-repeat bottom center;
}

.demeanor_sec .next1 {
    background: url(../images/next_icon2.png) no-repeat center center;
}

.demeanor_sec .prev1 {
    background: url(../images/prev_icon2.png) no-repeat center center;
}

.demeanor_sec .next1:hover {
    background: url(../images/next_icon_hover1.png) no-repeat center center;
}

.demeanor_sec .prev1:hover {
    background: url(../images/prev_icon_hover1.png) no-repeat center center;
}

.area_sec .w {
    justify-content: space-between;
}

.area_sec .left {
    width: 27.5%;
    padding: 70px 0;
    position: relative;
}

.area_sec .left:before {
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    background: rgba(9, 63, 135, 0.05);
}

.left_nav_list {
    width: 100%;
}

.left_nav_list li {
    padding: 15px 0;
}

.left_nav_list li a {
    width: 100%;
    padding: 15px 100px 15px 0;
    position: relative;
}

.left_nav_list li a:before {
    width: 6px;
    height: 100%;
    background: #C79A52;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    opacity: 0;
    transition: all 0.4s;
}

.left_nav_list li .li_con {
    align-items: center;
}

.left_nav_list li img {
    width: 54px;
    margin-right: 50px;
}

.left_nav_list li .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.left_nav_list li:hover a:before,.left_nav_list li.on a:before {
    opacity: 1;
}

.left_nav_list li.on .text,.left_nav_list li:hover .text {
    color: #093F87;
}

.case_left_nav_list.left_nav_list li .text {
    font-size: 24px;
}

.right_area {
    width: 76.5%;
    padding-left: 130px;
    padding-top: 90px;
    padding-bottom: 100px;
}

.right_area .right_img {
    width: 72px;
    margin-bottom: 25px;
}

.right_title {
    font-size: 36px;
    font-weight: bold;
    color: #093F87;
    line-height: 48px;
    margin-bottom: 30px;
}

.right_area .right_info {
    margin-bottom: 80px;
}

.right_area .serve_list {
}

.right_area .serve_title {
    font-size: 24px;
    font-weight: bold;
    color: #093F87;
    margin-bottom: 30px;
}

.right_area .serve_info {
}

.right_area .serve_info p {
    padding-left: 12px;
    margin-bottom: 20px;
    position: relative;
}

.right_area .serve_info p:before {
    width: 4px;
    height: 4px;
    background: #C79A52;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: block;
}

.right_case_title {
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    color: #093F87;
    line-height: 48px;
    margin-bottom: 40px;
}

.right_case_title .right_case_img {
    width: 66px;
    margin-right: 20px;
}

.right_menu_list {
    flex-wrap: wrap;
}

.right_menu_list li {
    width: 25%;
    margin-bottom: 20px;
}

.right_menu_list li a {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
}

.right_menu_list li a:before {
    width: 0;
    height: 10px;
    background: rgba(9, 63, 135, 0.2);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
    z-index: -1;
}

.right_menu_list li.on a,.right_menu_list li:hover a {
    color: #093F87;
}

.right_menu_list li.on a:before,.right_menu_list li:hover a:before {
    width: 100%;
}

.news_list {
    padding-top: 45px;
}

.news_list li {
    position: relative;
    margin-bottom: 30px;
}

.news_list li:after,.news_list li:before {
    width: calc(100% - 45px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    background: rgba(17, 45, 139, 0.05);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.news_list li:after {
    box-shadow: 0 0 10px rgba(17, 45, 139, 0.1);
    opacity: 0;
}

.news_list li a {
    width: 100%;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}

.news_list li .li_con {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news_list li .time {
    width: 90px;
    height: 90px;
    padding-left: 15px;
    background: #C79A52;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
}

.news_list li .day {
    font-size: 30px;
    line-height: 30px;
    font-family: AkrobatBlack;
    font-weight: 900;
}

.news_list li .year {
    font-family: Akrobat;
    font-weight: 400;
    font-size: 16px;
}

.news_list li .info_con {
    width: calc(100% - 90px);
    padding: 0 230px 0 80px;
}

.news_list li .title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
}

.news_list li .info {
    color: #666666;
    line-height: 24px;
    height: 48px;
}

.news_list li .more {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/next_icon1.png) no-repeat center center;
    background-size: 100% 100% !important;
}

.news_list li:hover:after {
    opacity: 1;
}

.news_list li:hover .more {
    background: url(../images/next_icon_hover1.png) no-repeat center center;
}

.news_list li:hover .title {
    color: #093F87;
}

.case_detail_title {
    align-items: flex-start;
    padding: 30px 0 30px;
    border-bottom: 1px solid rgba(9, 63, 135, .1);
    justify-content: space-between;
    margin-bottom: 40px;
}

.case_detail_title .title_con {
    width: calc(100% - 260px);
}

.case_detail_title .title {
    font-size: 30px;
    font-weight: bold;
    color: #093F87;
    line-height: 36px;
    margin-bottom: 10px;
}

.case_detail_title .time {
    font-family: Montserrat;
    color: #999999;
    line-height: 30px;
}

.case_detail {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(9, 63, 135, .1);
}

.case_detail .part {
    margin-bottom: 50px;
}

.case_detail .part_title {
    color: #093F87;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.new_toggle_page {
    justify-content: space-between;
    padding-top: 50px;
}

.new_toggle_page a {
    width: 45%;
}

.new_toggle_page .lit_title {
    color: #888888;
    line-height: 50px;
}

.new_toggle_page .next {
    text-align: right;
}

.new_toggle_page .title {
    line-height: 24px;
}

.article_list {
    margin-bottom: 30px;
}

.article_list li {
    position: relative;
    border-bottom: 1px solid rgba(9, 63, 135, .1);
}

.article_list li:before {
    width: 0;
    height: 1px;
    background: #093F87;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.article_list li a {
    width: 100%;
    padding: 50px 0;
}

.article_list li .li_con {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article_list li .time {
    width: 158px;
    flex-direction: column;
    align-items: flex-end;
    border-left: 1px solid rgba(9, 63, 135, .1);
}

.article_list li .day {
    font-size: 30px;
    line-height: 30px;
    font-family: AkrobatBlack;
    font-weight: 900;
    margin-bottom: 30px;
}

.article_list li .year {
    font-family: Akrobat;
    font-weight: 400;
    font-size: 16px;
}

.article_list li .more {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: url(../images/next_icon2.png) no-repeat center center;
    background-size: 100% 100% !important;
}

.article_list li .info_con {
    width: calc(100% - 198px);
}

.article_list li .tip {
    padding: 5px 7px;
    color: #FFFFFF;
    background: #C79A52;
    border-radius: 10px;
    margin-bottom: 20px;
}

.article_list li .title {
    font-size: 20px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 12px;
    font-weight: bold;
}

.article_list li .info {
    color: #666666;
    line-height: 24px;
    height: 24px;
}

.article_list li:hover:before {
    width: 100%;
}

.article_list li:hover .more {
    background: url(../images/next_icon_hover1.png) no-repeat center center;
}

.article_list li:hover .title {
    color: #093F87;
}

.sec.article_sec {
    padding-top: 40px;
}

.article_detail .left {
    width: 62.5%;
}

.article_detail .right {
    width: 37.5%;
    padding-left: 100px;
}

.recommend_con {
}

.recommend_name {
    font-size: 24px;
    font-weight: bold;
    color: #093F87;
    margin-bottom: 30px;
}

.recommend_list {
}

.recommend_list li {
    position: relative;
    margin-bottom: 30px;
    background: rgba(9, 63, 135, 0.05);
}

.recommend_list li:before {
    width: 0;
    height: 10px;
    background: #C79A52;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.recommend_list li a {
    width: 100%;
    padding: 30px;
}

.recommend_list li .tip {
    color: #093F87;
    margin-bottom: 20px;
}

.recommend_list li .title {
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 15px;
}

.recommend_list li .time {
    font-family: Montserrat;
    color: #888888;
}

.recommend_list li:hover .title {
    font-weight: bold;
    color: #093F87;
}

.recommend_list li:hover:before {
    width: 100%;
}

.dan_page {
    border-top: 1px solid rgba(9, 63, 135, 0.1);
}

.dan_page .page_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 20px;
    color: #093F87;
}/*搜索结果页*/.search_list {
    border-top: 1px solid rgba(9, 63, 135, 0.1);
}

.search_list li {
    border-bottom: 1px solid rgba(9, 63, 135, 0.1);
    position: relative;
}

.search_list li:after {
    width: 0;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #112D8B;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.search_list li a {
    padding: 30px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search_list li .title {
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.search_list li .source {
    color: #999999;
}

.search_list li .time {
    color: #093F87;
    font-family: Montserrat-Light;
}

.search_list li:hover .title {
    color: #093F87;
}

.search_list li:hover:after {
    width: 100%;
}/*1920*/@media screen and (max-width: 1680px) {
    .w {
        width: 1440px;
    }

    .sec {
        padding: 80px 0;
    }

    .top_nav {
        height: 100px;
        padding: 0 80px;
    }

    .top_nav .logo img {
        width: 250px;
    }

    .top_nav .tel_phone .p2 {
        font-size: 24px;
    }

    .top_nav .search_box {
        width: 40px;
        height: 40px;
        margin-left: 80px;
    }

    .nav_list li {
        padding: 0 18px;
    }

    .nav_list li>a {
        font-size: 17px;
    }

    .index_title .title {
        font-size: 40px;
        margin-bottom: 12px;
    }

    .sec_top,    .index_title {
        margin-bottom: 40px;
    }

    .read_more1 {
        padding: 12px 17px;
    }

    .read_more1 img {
        width: 19px;
        margin-left: 28px;
    }

    .sec2_right {
        padding: 60px;
    }

    .index_honor_list li {
        font-size: 18px;
        line-height: 24px;
        padding: 12px 0 12px 35px;
        background-size: 18px;
    }

    .sec3_con .part_title {
        height: 50px;
        line-height: 50px;
        padding-right: 20px;
    }

    .sec3_con .part_title .icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .sec3_con .part_title .title {
        font-size: 20px;
    }

    .index_case_list li a {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }

    .index_case_list {
        padding: 0 25px 15px;
    }

    .zixun {
        padding: 50px;
    }

    .zixun .title {
        font-size: 34px;
    }

    .zixun_btn {
        width: 180px;
        height: 52px;
        line-height: 52px;
        font-size: 20px;
    }

    .zixun_btn img {
        width: 28px;
        margin-right: 13px;
    }

    .sec.sec4 {
        padding-top: 150px;
    }

    .index_professional_list li {
        height: 160px;
        border-bottom: 4px solid #C79A52;
    }

    .index_professional_list li .title {
        font-size: 20px;
        line-height: 25px;
        padding: 0 45px;
    }

    .index_people_list li .img_con {
        height: 650px;
        padding-top: 24px;
    }

    .index_people_list li .info_con {
        width: 40%;
        padding-top: 100px;
    }

    .index_people_list li .name {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .index_people_list li .rank {
        font-size: 30px;
        line-height: 34px;
        height: 68px;
        margin-bottom: 33px;
    }

    .index_people_list li .info {
        font-size: 18px;
        line-height: 35px;
    }

    .index_people_list li .info p {
        line-height: 35px;
        padding-left: 10px;
    }

    .index_people_list li .info p:before {
        width: 3px;
        height: 3px;
        top: 15px;
    }

    .next1, .prev1 {
        width: 50px;
        height: 50px;
    }

    .next1 {
        margin-left: 30px;
    }

    .action_area {
        bottom: 70px;
    }

    .index_why_list li {
        padding: 63px 32px 32px;
    }

    .index_why_list li img {
        width: 70px;
        height: 70px;
        top: -35px;
    }

    .index_why_list li .title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .zixun_tel {
        width: 540px;
        height: 52px;
        margin: 0 auto 80px;
        padding-left: 28px;
        font-size: 30px;
    }

    .liuyan {
        padding: 50px 50px 50px 470px;
    }

    .liuyan .message_img {
        position: absolute;
        bottom: -32px;
        left: -100px;
        width: 400px;
    }

    .liuyan .title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .liuyan .title .tip {
        font-size: 15px;
        padding-left: 15px;
    }

    .message_list li textarea, .message_list li select, .message_list li input {
        padding: 18px;
    }

    .sec.sec6 {
        padding-bottom: 150px;
    }

    footer {
        padding-top: 25px;
    }

    .foot_top {
        padding-bottom: 25px;
    }

    .foot_top .logo img {
        width: 210px;
    }

    .foot_top .tel a {
        font-size: 22px;
    }

    .foot_top .tel img {
        width: 23px;
        margin-right: 16px;
    }

    .foot_con {
        padding: 25px 0 50px;
    }

    .foot_con .part1 {
        width: 270px;
    }

    .foot_con .part_title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .foot_con .part2 .info, .foot_con .part3 .info, .foot_con .part2 .info p, .foot_con .part3 .info p {
        line-height: 33px;
    }

    .foot_con .ewm_box>div {
        margin-right: 8px;
    }

    .foot_con .ewm_box img {
        width: 80px;
        height: 80px;
    }

    .foot_link .link_list a {
        margin-right: 8px;
        padding-right: 8px;
        line-height: 24px;
        position: relative;
        font-size: 14px;
    }

    .foot_link .link_title {
        width: 130px;
    }

    .foot_link .link_list {
        width: calc(100% - 130px);
    }

    .copy_right {
        padding: 20px 0;
    }

    .copy_right span, .copy_right a {
        margin-right: 10px;
        font-size: 14px;
    }

    .index_professional_list li img {
        height: 70px;
    }

    .right_fix_list li {
        width: 70px;
        height: 70px;
        border-radius: 15px;
        margin: 4px 0;
    }

    .right_fix_list li a img {
        height: 25px;
        margin-bottom: 6px;
    }

    .right_fix_list li .text {
        font-size: 14px;
    }

    .right_fix_list li .color_box {
        padding: 6px;
        right: calc(100% + 18px);
    }

    .right_fix_list li .color_box a {
        font-size: 18px;
    }

    .right_fix_list li .color_box img {
        width: 90px;
        height: 90px;
    }

    .left_menu_sec {
        height: 80px;
    }

    .left_menu_list li a {
        font-size: 18px;
        line-height: 24px;
    }

    .left_menu_list li a:before {
        height: 5px;
    }

    .left_menu_list li {
        padding: 0 60px;
    }

    .profile_sec .index_title .en_title {
        margin-bottom: 12px;
    }

    .profile_info {
        margin-bottom: 80px;
    }

    .num_list li strong {
        font-size: 50px;
    }

    .num_list li img {
        width: 45px;
        padding-top: 7px;
    }

    .num_list li .li_con {
        margin-right: 60px;
    }

    .profile_video .video_icon {
        width: 150px;
        height: 150px;
    }

    .honor_list li .img_con {
        height: 226px;
        line-height: 210px;
        padding: 8px;
        margin-bottom: 20px;
    }

    .honor_list li .cap_icon {
        height: 38px;
        margin-bottom: 10px;
    }

    .honor_list li:nth-of-type(4n+1) .cap_icon:before {
        top: 16px;
    }

    .honor_list li .name {
        font-size: 16px;
        line-height: 25px;
        height: 25px;
    }

    .page a, .page span {
        margin: 0 5px;
    }

    .page {
        padding-top: 20px;
    }

    .page .number {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }    /*联系我们*/    .contact_menu li {
        padding: 30px 10px;
    }

    .contact_menu li:before {
        height: calc(100% + 80px);
        top: -40px;
    }

    .contact_menu li .title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contact_menu li .info,    .contact_menu li .info p {
        font-size: 16px;
    }

    .contact_menu li .info p:nth-of-type(2n) {
        margin-bottom: 15px;
    }

    .map_logo {
        width: 180px;
    }

    .map_con .all_map {
        height: 500px;
    }

    .demeanor_sec .title_con {
        padding-top: 80px;
    }

    .demeanor_sec .index_people_list li a {
        padding-top: 120px;
    }

    .area_sec .left {
        padding: 60px 0;
    }

    .left_nav_list li a {
        padding: 12px 90px 12px 0;
    }

    .left_nav_list li a:before {
        width: 5px;
    }

    .left_nav_list li img {
        width: 44px;
        margin-right: 40px;
    }

    .left_nav_list li .text {
        font-size: 18px;
        line-height: 28px;
    }

    .case_left_nav_list.left_nav_list li .text {
        font-size: 20px;
    }

    .right_area {
        padding-left: 110px;
        padding-top: 80px;
    }

    .right_area .right_img {
        width: 65px;
        margin-bottom: 20px;
    }

    .right_title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .right_area .right_info {
        margin-bottom: 60px;
    }

    .right_area .serve_title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .right_area .serve_info p {
        padding-left: 12px;
        margin-bottom: 15px;
    }

    .right_case_title .right_case_img {
        width: 55px;
        margin-right: 15px;
    }

    .right_case_title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 35px;
    }

    .right_menu_list li {
        margin-bottom: 15px;
    }

    .right_menu_list li a {
        font-size: 18px;
        line-height: 28px;
    }

    .right_menu_list li a:before {
        height: 8px;
    }

    .news_list li {
        margin-bottom: 25px;
    }

    .news_list li a {
        padding: 40px 0;
    }

    .news_list li:after, .news_list li:before {
        width: calc(100% - 40px);
    }

    .news_list li .time {
        width: 80px;
        height: 80px;
        padding-left: 14px;
    }

    .news_list li .day {
        font-size: 28px;
        line-height: 28px;
    }

    .news_list li .info_con {
        width: calc(100% - 80px);
        padding: 0 190px 0 60px;
    }

    .news_list li .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .news_list li .more {
        right: 40px;
        width: 50px;
        height: 50px;
    }

    .case_detail_title {
        padding: 20px 0;
        margin-bottom: 30px;
    }

    .case_detail_title .title_con {
        width: calc(100% - 240px);
    }

    .case_detail_title .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .case_detail_title .time {
        line-height: 30px;
    }

    .case_detail {
        padding-bottom: 30px;
    }

    .case_detail .part {
        margin-bottom: 40px;
    }

    .case_detail .part_title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .new_toggle_page {
        padding-top: 30px;
    }

    .new_toggle_page .lit_title {
        line-height: 40px;
    }

    .article_list {
        margin-bottom: 30px;
    }

    .article_list li a {
        padding: 40px 0;
    }

    .article_list li .time {
        width: 148px;
    }

    .article_list li .day {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .article_list li .year {
        font-size: 15px;
    }

    .article_list li .more {
        width: 44px;
        height: 44px;
    }

    .article_list li .info_con {
        width: calc(100% - 188px);
    }

    .article_list li .tip {
        padding: 4px 6px;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .article_list li .title {
        font-size: 18px;
    }

    .article_detail .right {
        padding-left: 80px;
    }

    .recommend_name {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .recommend_list li {
        margin-bottom: 25px;
    }

    .recommend_list li:before {
        height: 8px;
    }

    .recommend_list li a {
        padding: 25px;
    }

    .recommend_list li .tip {
        margin-bottom: 15px;
    }

    .recommend_list li .title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .dan_page .page_title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }    /*1680*/;
}

@media screen and (max-width: 1500px) {
    body {
        font-size: 14px;
    }

    .w {
        width: 1200px;
    }

    .sec {
        padding: 60px 0;
    }

    .top_nav {
        height: 80px;
        padding: 0 60px;
    }

    .top_nav .logo img {
        width: 210px;
    }

    .top_nav .tel_phone .p2 {
        font-size: 20px;
    }

    .top_nav .search_box {
        width: 40px;
        height: 40px;
        margin-left: 60px;
    }

    .nav_list li {
        padding: 0 15px;
    }

    .nav_list li>a {
        font-size: 16px;
    }

    .index_title .title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .sec_top,    .index_title {
        margin-bottom: 32px;
    }

    .read_more1 {
        padding: 10px 15px;
    }

    .read_more1 img {
        width: 17px;
        margin-left: 24px;
    }

    .sec2_right {
        padding: 40px;
    }

    .index_honor_list li {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0 10px 30px;
        background-size: 15px;
    }

    .sec3_con .part_title {
        height: 45px;
        line-height: 45px;
        padding-right: 15px;
    }

    .sec3_con .part_title .icon {
        width: 45px;
        height: 45px;
        margin-right: 12px;
    }

    .sec3_con .part_title .title {
        font-size: 18px;
    }

    .sec3_con .part_title .icon img {
        width: 22px;
    }

    .index_case_list li a {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .index_case_list {
        padding: 0 15px 15px;
    }

    .zixun {
        padding: 40px;
    }

    .zixun .title {
        font-size: 28px;
    }

    .zixun_btn {
        width: 160px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }

    .zixun_btn img {
        width: 24px;
        margin-right: 12px;
    }

    .sec.sec4 {
        padding-top: 120px;
    }

    .index_professional_list li {
        height: 120px;
        border-bottom: 3px solid #C79A52;
    }

    .index_professional_list li .title {
        font-size: 18px;
        line-height: 24px;
        padding: 0 35px;
    }

    .index_people_list li .img_con {
        height: 550px;
        padding-top: 24px;
    }

    .index_people_list li .info_con {
        padding-top: 80px;
    }

    .index_people_list li .name {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .index_people_list li .rank {
        font-size: 26px;
        line-height: 30px;
        height: 60px;
        margin-bottom: 25px;
    }

    .index_people_list li .info {
        font-size: 16px;
        line-height: 30px;
    }

    .index_people_list li .info p {
        line-height: 30px;
        padding-left: 10px;
    }

    .next1, .prev1 {
        width: 40px;
        height: 40px;
    }

    .next1 {
        margin-left: 20px;
    }

    .action_area {
        bottom: 60px;
    }

    .index_why_list li {
        padding: 50px 25px 25px;
    }

    .index_why_list li img {
        width: 60px;
        height: 60px;
        top: -30px;
    }

    .index_why_list li .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .zixun_tel {
        width: 460px;
        height: 45px;
        margin: 0 auto 60px;
        padding-left: 22px;
        font-size: 24px;
    }

    .zixun_tel .tel {
        width: 30px;
        margin-right: 14px;
    }

    .liuyan {
        padding: 40px 40px 40px 380px;
    }

    .liuyan .message_img {
        bottom: -26px;
        left: -80px;
        width: 360px;
    }

    .liuyan .title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .liuyan .title .tip {
        font-size: 14px;
        padding-left: 12px;
    }

    .message_list li textarea, .message_list li select, .message_list li input {
        padding: 15px;
    }

    .sec.sec6 {
        padding-bottom: 120px;
    }

    footer {
        padding-top: 20px;
    }

    .foot_top {
        padding-bottom: 20px;
    }

    .foot_top .logo img {
        width: 180px;
    }

    .foot_top .tel a {
        font-size: 20px;
    }

    .foot_top .tel img {
        width: 20px;
        margin-right: 13px;
    }

    .foot_con {
        padding: 20px 0 40px;
    }

    .foot_con .part1 {
        width: 250px;
    }

    .foot_con .part_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .foot_con .part2 .info, .foot_con .part3 .info, .foot_con .part2 .info p, .foot_con .part3 .info p {
        line-height: 30px;
    }

    .foot_con .ewm_box>div {
        margin-right: 5px;
    }

    .foot_con .ewm_box img {
        width: 70px;
        height: 70px;
    }

    .foot_link .link_list a {
        margin-right: 8px;
        padding-right: 8px;
        line-height: 24px;
        position: relative;
        font-size: 12px;
    }

    .copy_right {
        padding: 15px 0;
    }

    .copy_right span, .copy_right a {
        margin-right: 10px;
        font-size: 14px;
    }

    .index_professional_list li img {
        height: 60px;
    }

    .right_fix_list li {
        width: 60px;
        height: 60px;
        border-radius: 10px;
        margin: 3px 0;
    }

    .right_fix_list li a img {
        height: 20px;
        margin-bottom: 5px;
    }

    .right_fix_list li .text {
        font-size: 13px;
    }

    .right_fix_list li .color_box {
        padding: 5px;
        right: calc(100% + 15px);
    }

    .right_fix_list li .color_box a {
        font-size: 16px;
    }

    .right_fix_list li .color_box img {
        width: 80px;
        height: 80px;
    }

    .left_menu_sec {
        height: 70px;
    }

    .left_menu_list li a {
        font-size: 16px;
        line-height: 24px;
    }

    .left_menu_list li a:before {
        height: 5px;
    }

    .left_menu_list li {
        padding: 0 50px;
    }

    .profile_sec .index_title .en_title {
        margin-bottom: 10px;
    }

    .profile_info {
        margin-bottom: 60px;
    }

    .num_list {
        margin-bottom: 50px;
    }

    .num_list li strong {
        font-size: 40px;
    }

    .num_list li img {
        width: 40px;
        padding-top: 5px;
    }

    .num_list li .li_con {
        margin-right: 50px;
    }

    .profile_video .video_icon {
        width: 130px;
        height: 130px;
    }

    .honor_list li .img_con {
        height: 190px;
        line-height: 180px;
        padding: 5px;
        margin-bottom: 15px;
    }

    .honor_list li .cap_icon {
        height: 32px;
        margin-bottom: 8px;
    }

    .honor_list li:nth-of-type(4n+1) .cap_icon:before {
        top: 14px;
    }

    .page a, .page span {
        margin: 0 3px;
    }

    .page {
        padding-top: 15px;
    }

    .page .number {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }    /*联系我们*/    .contact_menu li {
        padding: 25px 10px;
    }

    .contact_menu li:before {
        height: calc(100% + 60px);
        top: -30px;
    }

    .contact_menu li .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .contact_menu li .info,    .contact_menu li .info p {
        font-size: 15px;
    }

    .contact_menu li .info p:nth-of-type(2n) {
        margin-bottom: 12px;
    }

    .map_logo {
        width: 160px;
    }

    .map_con .all_map {
        height: 400px;
    }

    .demeanor_sec .title_con {
        padding-top: 60px;
    }

    .demeanor_sec .index_people_list li a {
        padding-top: 100px;
    }

    .area_sec .left {
        padding: 50px 0;
    }

    .left_nav_list li a {
        padding: 12px 90px 12px 0;
    }

    .left_nav_list li a:before {
        width: 4px;
    }

    .left_nav_list li img {
        width: 40px;
        margin-right: 32px;
    }

    .left_nav_list li .text {
        font-size: 17px;
        line-height: 25px;
    }

    .case_left_nav_list.left_nav_list li .text {
        font-size: 18px;
    }

    .right_area .right_img {
        width: 50px;
        margin-bottom: 15px;
    }

    .right_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .right_area .right_info {
        margin-bottom: 40px;
    }

    .right_area .serve_title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .right_area .serve_info p {
        padding-left: 10px;
        margin-bottom: 12px;
    }

    .right_area .serve_info p:before {
        width: 3px;
        height: 3px;
        top: 13px;
    }

    .right_area {
        padding-bottom: 60px;
        padding-left: 90px;
        padding-top: 70px;
    }

    .right_case_title .right_case_img {
        width: 45px;
        margin-right: 10px;
    }

    .right_case_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .right_menu_list li {
    }

    .right_menu_list li a {
        font-size: 15px;
        line-height: 25px;
    }

    .right_menu_list li a:before {
        height: 6px;
    }

    .news_list li {
        margin-bottom: 20px;
    }

    .news_list li a {
        padding: 30px 0;
    }

    .news_list li:after, .news_list li:before {
        width: calc(100% - 35px);
    }

    .news_list li .time {
        width: 70px;
        height: 70px;
        padding-left: 13px;
    }

    .news_list li .day {
        font-size: 24px;
        line-height: 24px;
    }

    .news_list li .info_con {
        width: calc(100% - 70px);
        padding: 0 150px 0 50px;
    }

    .news_list li .title {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .news_list li .more {
        right: 30px;
        width: 40px;
        height: 40px;
    }

    .case_detail_title {
        padding: 18px 0;
        margin-bottom: 20px;
    }

    .case_detail_title .title_con {
        width: calc(100% - 200px);
    }

    .case_detail_title .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .case_detail {
        padding-bottom: 20px;
    }

    .case_detail .part {
        margin-bottom: 25px;
    }

    .case_detail .part_title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .new_toggle_page {
        padding-top: 20px;
    }

    .new_toggle_page .lit_title {
        line-height: 30px;
    }

    .article_list {
        margin-bottom: 25px;
    }

    .article_list li a {
        padding: 30px 0;
    }

    .article_list li .time {
        width: 118px;
    }

    .article_list li .day {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .article_list li .year {
        font-size: 14px;
    }

    .article_list li .more {
        width: 38px;
        height: 38px;
    }

    .article_list li .info_con {
        width: calc(100% - 158px);
    }

    .article_list li .tip {
        margin-bottom: 12px;
    }

    .page .number.prev,    .page .number.next {
        background-size: 16px;
    }

    .article_detail .right {
        padding-left: 60px;
    }

    .recommend_name {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .recommend_list li {
        margin-bottom: 20px;
    }

    .recommend_list li:before {
        height: 6px;
    }

    .recommend_list li a {
        padding: 20px;
    }

    .recommend_list li .tip {
        margin-bottom: 12px;
    }

    .recommend_list li .title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .dan_page .page_title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 12px;
    }    /*1500*/    .search_list li a {
        padding: 20px 0;
    }
}

@media screen and (max-width: 1366px) {
    .top_nav {
        padding: 0 40px;
    }

    .top_nav .tel_phone .p2 {
        font-size: 18px;
    }

    .top_nav .search_box {
        margin-left: 30px;
    }

    .top_nav .logo img {
        width: 180px;
    }
}

@media screen and (max-width: 1280px) {
    .nav_list li {
        padding: 0 10px;
    }
}/*移动端*/@media screen and (max-width: 1024px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 15px;
    }

    body {
        background: #fff;
    }

    .sec {
        padding: 30px 0;
    }    /*全屏导航*/    .full_menu .search_box {
        position: relative;
        width: 80%;
        margin: 20px auto;
        height: 40px;
    }

    .full_menu .search_box .search_ipt {
        width: 100%;
        height: 40px;
        border-radius: 10px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        background: transparent;
        padding: 0 50px 0 15px;
        color: #333;
        background: #fff;
        border: 1px solid rgba(17, 45, 139, 0.1);
    }

    .full_menu .search_icon {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 40px;
        width: 40px;
        height: 100%;
        background: url(../images/search_icon2.png) no-repeat center center;
        -o-background-size: 14px 14px !important;
        background-size: 14px 14px !important;
        cursor: pointer;
        color: #fff;
        font-size: 16px;
    }    /*全屏导航*/    .full_menu {
        position: fixed;
        bottom: -100%;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: #093F87;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        color: #fff;
    }

    .full_menu.open {
        bottom: 0;
    }

    .full_menu .close_menu {
        position: relative;
        top: 15px;
        left: 50%;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        background: url(../images/close.png) no-repeat center center;
        background-size: 24px 24px !important;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-bottom: 15px;
    }

    .full_menu .top_action_area {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .full_menu_con {
        height: -webkit-calc(100% - 80px);
        height: -moz-calc(100% - 80px);
        height: calc(100% - 80px);
        overflow-y: auto;
    }

    .full_meum_list {
        width: 100%;
        padding-top: 30px;
    }

    .full_meum_list li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .full_meum_list li> a {
        font-size: 22px;
        padding: 20px 15px;
        width: 100%;
        text-align: center;
    }

    .top_nav .logo img {
        width: 170px;
    }

    .top_nav {
        height: 60px;
        padding: 0 15px;
    }

    .top_nav .menu {
        background: url(../images/menu.png) no-repeat center right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        -o-background-size: 22px 20px !important;
        background-size: 22px 20px !important;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .sec2 .w {
        flex-wrap: wrap;
    }

    .sec2_left {
        width: 100%;
        padding-bottom: 30px;
    }

    .sec2_left .info {
        margin-bottom: 20px;
    }

    .sec2_right {
        border-radius: 18px;
        padding: 20px;
        width: 100%;
    }

    .index_honor_list li {
        width: 100%;
    }

    .sec_top {
        flex-wrap: wrap;
    }

    .sec_top, .index_title {
        margin-bottom: 25px;
    }

    .index_title .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .read_more1 img {
        margin-left: 15px;
    }

    .sec3_con .part {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .zixun .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .zixun {
        padding: 15px;
        flex-wrap: wrap;
        left: 0;
    }

    .zixun_btn {
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .zixun_btn img {
        width: 20px;
        margin-right: 7px;
    }

    .sec.sec4 {
        padding-top: 100px;
    }

    .index_professional_list li {
        width: 48%;
        height: 100px;
        margin-right: 4%;
        margin-bottom: 4%;
        border-bottom: 2px solid #C79A52;
    }

    .index_professional_list li .title {
        font-size: 17px;
        line-height: 22px;
        padding: 0 20px;
    }

    .index_professional_list li:nth-of-type(5n) {
        margin-right: 4%;
    }

    .index_professional_list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .index_professional_list li img {
        height: 50px;
    }

    .index_people_list li .w {
        flex-wrap: wrap;
    }

    .index_people_list li .info_con {
        padding-top: 40px;
        width: 100%;
    }

    .index_people_list li .name {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .index_people_list li .rank {
        font-size: 18px;
        line-height: 25px;
        height: 50px;
        margin-bottom: 20px;
    }

    .index_people_list li .img_con {
        height: 450px;
        padding-top: 50px;
        width: 100%;
    }

    .index_why_list {
        flex-wrap: wrap;
        padding-top: 30px;
        margin-bottom: 0px;
    }

    .index_why_list li {
        width: 100%;
        padding: 50px 25px 25px;
        margin-bottom: 50px;
    }

    .zixun_tel {
        width: 100%;
        height: 40px;
        margin: 0 auto 40px;
        padding-left: 20px;
        font-size: 18px;
    }

    .zixun_tel .tel {
        width: 25px;
        margin-right: 14px;
    }

    .liuyan .message_img {
        bottom: auto;
        left: -35px;
        width: 185px;
        top: -30px;
    }

    .liuyan {
        width: calc(100% - 30px);
        padding: 125px 25px 25px 20px;
    }

    .liuyan .title {
        font-size: 24px;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .message_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .message_list li:nth-of-type(4) {
        width: 100%;
    }

    .message_list li.submit_li {
        width: 100%;
    }

    footer {
        padding-top: 25px;
    }

    .foot_top .logo {
        margin-bottom: 15px;
    }

    .foot_top {
        padding-bottom: 20px;
        flex-wrap: wrap;
    }

    .foot_con {
        flex-wrap: wrap;
        padding: 20px 0 20px;
    }

    .foot_con .part {
        margin-bottom: 20px;
    }

    .foot_con .part1 {
        width: 100%;
    }

    .foot_link {
        flex-wrap: wrap;
    }

    .foot_link .link_title {
        width: 100%;
        margin-bottom: 6px;
    }

    .foot_link .link_list {
        width: 100%;
    }

    .foot_con .part_title {
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 20px;
    }

    .right_fix_list li {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        margin: 2px 0;
    }

    .right_fix_list li a img {
        height: 20px;
        margin-bottom: 0px;
    }

    .right_fix_list li .text {
        font-size: 13px;
        display: none;
    }

    .right_fix_list li .color_box {
        padding: 5px;
        right: calc(100% + 10px);
    }

    .right_fix_list li .color_box a {
        font-size: 16px;
    }

    .right_fix_list li .color_box img {
        width: 80px;
        height: 80px;
    }

    .left_menu_sec {
        height: 50px;
    }

    .left_menu_list li a {
        font-size: 15px;
        line-height: 16px;
    }

    .left_menu_list li a:before {
        height: 3px;
    }

    .left_menu_list li {
        padding: 0 20px;
    }

    .profile_sec .index_title .en_title {
        margin-bottom: 5px;
    }

    .profile_info {
        margin-bottom: 30px;
    }

    .num_list {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .num_list li {
        width: 50%;
        margin-bottom: 10px;
    }

    .num_list li .li_con {
        margin-right: 30px;
    }

    .num_list li strong {
        font-size: 30px;
    }

    .num_list li img {
        width: 30px;
        padding-top: 5px;
    }

    .profile_video .video_icon {
        width: 70px;
        height: 70px;
    }

    .honor_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .honor_list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .honor_list li .img_con {
        height: 120px;
        line-height: 110px;
        padding: 5px;
        margin-bottom: 10px;
    }

    .honor_list li .name {
        font-size: 15px;
        line-height: 20px;
        height: 20px;
    }

    .honor_list li .cap_icon {
        height: 26px;
        margin-bottom: 6px;
    }

    .honor_list li:nth-of-type(4n+1) .cap_icon:before {
        display: none;
    }

    .honor_list li:nth-of-type(2n+1) .cap_icon:before {
        top: 11px;
        position: absolute;
        width: 1000%;
        height: 1px;
        background: rgba(9, 63, 135, 0.2);
        left: 0;
        content: "";
        display: block;
        z-index: -1;
    }

    .contact_menu li {
        padding: 5px 5px;
        width: auto;
        margin: 0 2px;
    }

    .contact_menu li:before {
        height: 100%;
        top: 0;
    }

    .contact_menu li .title {
        font-size: 15px;
        margin-bottom: 0;
    }

    .map_con .info {
        text-align: center;
        margin: 10px 0;
    }

    .map_con .info p {
        text-align: center;
    }

    .map_con .all_map {
        height: 270px;
    }

    .area_sec {
        padding-top: 30px;
    }

    .area_sec .left {
        width: 100%;
        display: none;
    }

    .area_sec .w {
        display: block;
    }

    .left_nav_icon {
        width: 100%;
        color: #fff;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        font-weight: bold;
        background: #093F87;
        padding: 0 15px;
        position: relative;
    }

    .left_nav_icon:after {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        content: "";
        display: block;
        background: url(../images/cd.png) no-repeat center center;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .area_sec .left {
        width: 100%;
        padding: 10px 0;
    }

    .left_nav_list li {
        padding: 3px 0;
    }

    .left_nav_list li a {
        padding: 12px;
    }

    .left_nav_list li img {
        width: 30px;
        margin-right: 20px;
    }

    .left_nav_list li .text {
        font-size: 15px;
    }

    .case_left_nav_list.left_nav_list li .text {
        font-size: 15px;
    }

    .area_sec .left:before {
        width: 100%;
    }

    .right_area {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .right_title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .right_area .right_info {
        margin-bottom: 20px;
    }

    .right_area .serve_title {
        margin-bottom: 15px;
    }

    .right_case_title .right_case_img {
        width: 40px;
        margin-right: 10px;
    }

    .right_case_title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .right_menu_list li {
        width: 50%;
    }

    .right_menu_list li a {
        font-size: 16px;
        line-height: 22px;
    }

    .right_menu_list li a:before {
        height: 6px;
    }

    .news_list {
        padding-top: 30px;
    }

    .news_list li {
        margin-bottom: 15px;
    }

    .news_list li a {
        padding: 15px 0;
    }

    .news_list li .time {
        width: 50px;
        height: 50px;
        padding-left: 10px;
    }

    .news_list li .day {
        font-size: 20px;
        line-height: 20px;
    }

    .news_list li .info_con {
        width: calc(100% - 50px);
        padding: 0 60px 0 15px;
    }

    .news_list li .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .news_list li:after, .news_list li:before {
        width: calc(100% - 25px);
    }

    .news_list li .more {
        right: 15px;
        width: 30px;
        height: 30px;
    }

    .case_detail_title {
        padding: 0 0 12px;
        flex-wrap: wrap;
        justify-content: end;
    }

    .case_detail_title .title_con {
        width: 100%;
    }

    .case_detail_title .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .case_detail {
        padding-bottom: 0px;
    }

    .article_list {
        margin-bottom: 20px;
    }

    .article_list li a {
        padding: 15px 0;
    }

    .article_list li .time {
        width: 58px;
    }

    .article_list li .day {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .article_list li .year {
        font-size: 14px;
    }

    .article_list li .more {
        width: 30px;
        height: 30px;
    }

    .article_list li .info_con {
        width: calc(100% - 78px);
    }

    .article_list li .tip {
        margin-bottom: 10px;
    }

    .article_list li .title {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .article_detail {
        flex-wrap: wrap;
    }

    .article_detail .left {
        width: 100%;
    }

    .article_detail .right {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }    /*1024*/    .search_list li a {
        padding: 15px 0;
    }
}

@media screen and (max-width: 320px) {
    .w {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }
}