@charset "utf-8";
/* CSS Document */
*{ box-sizing: border-box; padding:0; margin:0; }
html{ width: 100%; overflow-x: hidden;}
body { font: 0.94vw "SourceHanSansCN","Noto Sans SC","Microsoft YaHei",sans-serif; color: #555; line-height: 1.66; font-weight: 300;}
img{border:0; vertical-align: middle; max-width: 100%;}
ul,li{list-style:none;}
dl,dt,dd{display: block;}
a{text-decoration:none; transition: 0.5s; outline: none; color: #555;}
input{height: 100%;}
input,textarea{  outline:none;  border: 0; background:none; font: 0.94vw "SourceHanSansCN","Noto Sans SC","Microsoft YaHei",sans-serif; width: 100%;  font-weight: 300;}
input[type="button"], input[type="submit"], input[type="text"] {-webkit-appearance: none; outline: none; }
button{border: 0; background: none; height: 100%; cursor: pointer; font-size: 0.94vw;}

/*文本框placeholder=""文字颜色*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #6E6C77; opacity: 1}
input:-moz-placeholder, textarea:-moz-placeholder {color: #6E6C77; opacity: 1}
input::-moz-placeholder, textarea::-moz-placeholder {color: #6E6C77; opacity: 1}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #6E6C77; opacity: 1}

/* 清除浮动 */
.cf:before{ content: ''; display: table }
.cf:after{ content: ''; display: table; clear: both }
.cf { *zoom: 1 }

/* 字体 */
@font-face {
	font-family: 'SourceHanSansCN';
	src: url('../fonts/NotoSansSC-VariableFont_wght.ttf');
    font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Light.ttf');
    font-display: swap;
}
@font-face {
	font-family: 'MontserratBold';
	src: url('../fonts/Montserrat-Bold.ttf');
    font-display: swap;
}
@font-face {
	font-family: 'MontserratAlternates-Regular-17';
	src: url('../fonts/MontserratAlternates-Regular-17.ttf');
    font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Thin-10';
	src: url('../fonts/Montserrat-Thin-10.ttf');
    font-display: swap;
}

/*预加载*/
.load{ position: fixed; width: 100%; height: 100%; overflow: hidden; left: 0; top: 0; z-index: 99999; background: #ddd;}
.load .icon{ width: 100%; height: 90px; position: absolute; left:0; top: 50%; margin: -45px 0 0 0; }
.load .logo{ text-align: center; margin-bottom: 20px; animation: logo 2s ease infinite;}
.load .logo img{ margin: 0 auto; height: 53px; }
/* .load .heng{ height:2px; width:0; background: #333;  transform-origin: left top;} */
@keyframes logo{
    0%{ opacity: 1; }
    30%{ opacity: 0.2; }
    100%{  opacity: 1; }
}


/* 公用类 */
.iconfont{line-height:1; font-size: 0.83vw;}
.wrap{width: 75vw; margin: 0 auto;} /* 1400 */

.c_p60{padding: 3.13vw 0;}
.c_pb60{padding-bottom: 3.13vw;}

.c_h36{font-size: 1.88vw; font-weight: bold; line-height: 1; color: #2F2F2F;}
.c_h34{font-size: 1.77vw; font-weight: bold; line-height: 1; color: #2F2F2F;}
.c_h32{font-size: 1.67vw; font-weight: bold; line-height: 1; color: #2F2F2F;}
.c_h30{font-size: 1.56vw; font-weight: bold; line-height: 1; color: #2F2F2F;}
.c_h28{font-size: 1.46vw; font-weight: bold; line-height: 1; }
.c_h24{font-size: 1.25vw; font-weight: bold; line-height: 1; }
.c_h22{font-size: 1.15vw;}


.c_column{height: 10.42vw; background-color: #2747B1; background-repeat: no-repeat; background-position: center; background-size: cover;}
.c_column .wrap{position: relative; height: 100%; display: flex; flex-direction: column; justify-content: center;}
.c_column .txt{color: #fff; padding-top: 2.08vw; font-size: 2.08vw;}
.c_column .txt a{color: #fff;}
.c_column .txt a:hover{text-decoration: underline;}
.c_column .tat{position: absolute; left: 0; top: 1.04vw; font-size: 0.94vw; font-weight: 500;  display: flex; align-items: center; }
.c_column .tat a{ color: #fff; position: relative; }
.c_column .tat a:first-child{padding-left: 1.56vw; }
.c_column .tat a:first-child::after{content: ""; position: absolute; left: 0; top: 0.21vw; width: 0.68vw; height: 0.68vw; background: url(../images/ico_jt.svg) center no-repeat; background-size: contain; transform: rotate(-180deg);}
.c_column .tat a:hover{text-decoration: underline; opacity: 1;}
.c_column .tat span{width: 0.63vw; height: 0.05vw; background: #fff; margin: 0 0.52vw; transform: translateY(2px); opacity: 0.8;}

.c_subnav{background: #2747B1; }
.c_subnav .wrap{height: 5.21vw; display: flex; align-items: center; padding-bottom: 1.04vw;}
.c_subnav a{color: #fff; position: relative; font-weight: 500;}
.c_subnav a::after{content: ""; position: absolute; left: 0; right: 0; bottom: -1.04vw; height: 0.21vw; border-radius: 0.21vw; background: #fff; transition: 0.5s; opacity: 0;}
.c_subnav a+a{margin-left: 8.33vw;}
.c_subnav a:hover::after,
.c_subnav a.active::after{ opacity: 1;}
.c_subnav a:hover,
.c_subnav a.active{font-weight: 700;}


.c_subnav2{padding-top: 2.08vw;}
.c_subnav2 .wrap{display: flex;}
.c_subnav2 a{font-weight: lighter; padding: 0.3vw 1.15vw; height: 2.08vw;  border-radius: 1.04vw; min-width: 7.29vw; text-align: center; color: #2747B1;}
.c_subnav2 a+a{margin-left: 5.73vw;}
.c_subnav2 a:hover,
.c_subnav2 a.active{ background: #2747B1; color: #fff; font-weight: bold;}

.c_title>div+div{padding-top: 2.08vw;}
.c_title .tat a{color: #2747B1; display: inline-flex; align-items: center; }
.c_title .tat a::after{content: ''; display: inline-block; width: 0.42vw; height: 0.73vw; background-image: url(../images/ico_jta.svg); background-position: center; background-size: contain; background-repeat: no-repeat; margin-left: 0.52vw; margin-top: 0.1vw; transition: 0.5s;}
.c_title .tet p+p{padding-top: 0.26vw;}
.c_title .tat1 a{margin-top: 1.56vw; border: 1px solid #2747B1; width: 12.5vw; height: 3.13vw; display: inline-flex; align-items: center; justify-content:  center; color: #2747B1; font-weight: 500; border-radius: 1.56vw; font-size: 1.25vw;}
.c_title .tat1 a:hover{background: #2747B1; color: #fff;}


.c_share .wrap{display: flex; justify-content: right; align-items: center;}
.c_share span{padding-right: 1.04vw; display: inline-block;}
.c_share a+a{margin-left: 1.56vw;}
.c_share a>img{max-width: 1.56vw; transition: 0.5s;}
.c_share a{position: relative;}
.c_share a .code{position: absolute; left: 50%; transform: translateX(-50%); bottom: 100%; transition: 0.5s; opacity: 0; pointer-events: none;}
.c_share a .code span{width: 100px; background: #fff; padding: 5px; border: 1px solid #2747B1; position: relative; margin-bottom: 10px;}
.c_share a .code span::after{ content: ""; width: 0; height: 0; border-top: 8px solid #2747B1; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);}
.c_share a:hover .code{opacity: 1; pointer-events: initial;}



.c_cont_ul li{position: relative; padding-left: 1.04vw;font-weight: 500;}
.c_cont_ul li+li{margin-top: 1vw;}
.c_cont_ul li::after{content: ""; position: absolute; left: 0; top: 0.47vw; width: 0.63vw; height: 0.63vw; transform: scale(0.5); background: #555;}

.main{padding: 2.08vw 0 3.13vw 0;}

.c_mont{font-family: 'Montserrat';}
.c_montb{font-family: 'MontserratBold';}

.to_top{position: fixed; right: 7.29vw; bottom: 10%; width: 3.33vw; height: 3.33vw; background: #fff url(../images/ico_top.svg) center no-repeat; background-size: 1.3vw; z-index: 9; cursor: pointer; border-radius: 50%; box-shadow: 0px 2px 14px 0px rgba(229, 229, 229, 0.50);}


.layer_video{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); backdrop-filter: blur(8px); z-index: 999; display: none;}
.layer_video .box{ display: inline-block;  width: 62.5vw; height: 70%; position: relative; left: 50%; top: 50%; transform: translate(-50%,-50%); background: #ccc;}
.layer_video video{ width: 100%; height: 100%;}
.layer_video .close{position: absolute; right: 0.52vw; top: 0.52vw; width: 2.08vw; height: 2.08vw; display: flex; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, 0.5); border-radius: 50%; cursor: pointer; z-index: 1; font-size: 1.56vw;}


.ps-container{position: relative;}
.ps-scrollbar-y-rail{position: absolute; right: 0; background: #EEEFF5; width: 0.16vw; border-radius: 0.26vw;}
.ps-scrollbar-y{width: 100%; background: #CDD0D9; position: absolute; border-radius: 0.26vw;}


.box_row{display: flex;}
.box_row .left_row{flex: 1; padding-right: 3.13vw;}
.box_row .left_row video{width: 100% !important;}
.box_row .right_row{flex-shrink: 0; width: 21.88vw;}


.right_row .item{padding-bottom: 3.13vw;}
.right_row .item:last-child{padding-bottom: 0 !important;}
.right_row .title{display: flex; justify-content: space-between; align-items: center; padding-bottom: 1.56vw; padding-right: 1.56vw;}
.right_row .title a{color: #2747B1; background: url(../images/ico_jta.svg) top 0.42vw right no-repeat; padding-right: 1.04vw; background-size:0.42vw;}

.right_row .list2 a{display: block; box-shadow: 0px 4px 6px #F7F8FB; background-image: linear-gradient(180deg, #F9FBFF 0%, #FFF 168.47%); padding: 1.56vw; font-weight: 500; }
.right_row .list2 a+a{margin-top: 1.56vw;}
.right_row .list2 a span{background: url(../images/ico_jta.svg) center right no-repeat; background-size: 0.42vw; display: block;}
.right_row .list2 a:hover{color: #2747B1; font-weight: 700;}
.right_row .team_part3 ul{margin-top: -2.08vw;}
.right_row .team_part3 li{width: 100% !important;}
.right_row .team_part3 dt{height: 14.58vw;}

.right_row .list a{display: block; min-height: 8.85vw; padding: 1.56vw; box-shadow: 0px 4px 6px #F7F8FB;  background-image: linear-gradient(180deg, #F9FBFF 0%, #FFF 168.47%); font-weight: 500; position: relative;}
.right_row .list a::after{content: ""; position: absolute; right: 0; bottom: 0; margin: 1.56vw; width: 0.52vw; height: 0.94vw; background: url(../images/ico_jta.svg) center no-repeat; background-size: 0.42vw;}
.right_row .list a+a{margin-top: 1.56vw;}
.right_row .list a:hover{color: #2747B1; }

.right_row .xcx{background: linear-gradient(180deg, #F9FBFF 0%, #FFF 168.47%); box-shadow: 0px 4px 6px #F7F8FB; text-align: center; padding: 1.56vw;}
.right_row .xcx img{width: 11.46vw;}
.right_row .xcx .c_h24{padding-top: 1.82vw;}
.right_row .xcx .c_h24 span{color: #2747B1;}

/* 公用头部、尾部*/
.phone_header{display: none;}
.header{position: sticky; top: 0; width: 100%; z-index: 9; background: #ECEEF2;}
.header .wrap{ display: flex; justify-content: space-between; align-items: center; height: 5.73vw;}
.header .row_1 img{width: 8.18vw;}
.header .row_2>div{display: flex; justify-content: right; }
.header .row_2 .col_1{font-weight: 400;}
.header .row_2 a{color: #6E6C77;}
.header .row_2 .to{width: 1.2vw; height: 1.3vw; background: url(../images/ico_fdj.svg) center no-repeat; background-size: cover; display: inline-block;}
.header .col_1 span{position: relative; color: #6E6C77; font-size: 0.83vw; display: flex; align-items: center; padding-left: 3.13vw; position: relative;}
.header .col_1 span:after{content: ""; display: block; position: absolute; left: 1.56vw; bottom: 0.36vw; width: 1px; height: 0.52vw; background: #6E6C77;}
.header .col_1 span:first-child{padding: 0 !important;}
.header .col_1 span:first-child:after{display: none;}
.header .col_1 a img{width: 1.2vw;}
.header .col_1 span a+a{margin-left: 1.25vw;}
.header .col_2{padding: 0.78vw 0 0.26vw 0;}
.header .col_2 a+a{margin-left: 2.08vw;}
.header .col_2 a{font-size: 1.04vw; font-weight: 700; position: relative;}
.header .col_2 a::before{content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: -0.52vw; width: 2.5vw; height: 0.21vw; background: #2747B1; border-radius: 2px; transition: 0.5s; opacity: 0;}
.header .row_2 a:hover,
.header .row_2 a.active{color: #2747B1;}

.header .row_2 a:hover::before,
.header .row_2 a.active::before{opacity: 1;}
.header.fixed{ box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);}


.footer{background: #141B34 url(../images/footer_back.jpg) center no-repeat; background-size: cover; color: #fff;}
.footer a{color: #ffff;}
.footer a:hover{text-decoration: underline;}
.footer .wrap{padding: 3.54vw 0 5.89vw 0;}
.footer .row_1{display: flex;}
.footer .row_1 dl+dl{padding-left: 3.13vw;}
.footer .row_1 dt a{font-size: 1.04vw; font-weight: 700;}
.footer .row_1 dd a{display: block; margin-top: 0.52vw; font-weight: 100;}

.footer .row_2{padding-top: 1.93vw;}
.footer .row_2 .logo{display: none;}
.footer .row_2>div{display: flex; justify-content: right; }
.footer .row_2 .col_1 {align-items: end; margin-bottom: 1.56vw;}
.footer .row_2 .col_1 dl{position: relative; cursor: pointer;}
.footer .row_2 .col_1 dl a{text-decoration: none;}
.footer .row_2 .col_1 dl+dl{margin-left: 3.13vw;}
.footer .row_2 .col_1 dt {text-align: center; }
.footer .row_2 .col_1 dt img{opacity: 0.7; transition: 0.5s; height:1.56vw ;}
.footer .row_2 .col_1 dt span{display: block; font-size: 0.73vw; transition: 0.5s; padding-top: 0.78vw;}
.footer .row_2 .col_1 dd{position: absolute; left: 50%; transform: translateX(-50%); bottom: 100%; text-align: center; opacity: 0; transition: 0.5s;  pointer-events: none;}
.footer .row_2 .col_1 dd span{width: 5.21vw; padding: 0.26vw; display: inline-block; background: #fff; border-radius: 0.26vw; margin-bottom: 1.04vw; position: relative;}
.footer .row_2 .col_1 dd span::after{content: ""; position: absolute; left: 0;  bottom: -0.68vw; width: 100%; height: 1.04vw; background: url(../images/ico_sj.svg) center bottom no-repeat; background-size: contain;}
.footer .row_2 .col_1 dl:hover dt img{opacity: 1;}
.footer .row_2 .col_1 dl:hover dt span{font-weight: bold;}
.footer .row_2 .col_1 dl:hover dd{opacity: 1; pointer-events: initial;}
.footer .row_2 .col_2 span{ position: relative; display: inline-block; padding: 1.56vw 0 1.04vw 0;}
.footer .row_2 .col_2 span::after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 0.1vw; background-image: linear-gradient(to right,rgba(255,255,255,0), 50%, rgba(255,255,255,0.5)); display: block; }
.footer .row_2 .col_2,
.footer .row_2 .col_3{font-size: 0.73vw;}




/* 首页 */
.home_part1 {background-size: cover; background-position: center; background-color: #2747B1;}
.home_part1 .wrap{height: 21.88vw; display: flex; flex-direction: column; justify-content: center; color: #fff;}
.home_part1 .txt{font-size: 4.17vw; font-weight: 500; padding-bottom: 2.6vw; line-height: 1;}
.home_part1 .c_montb{color: #EADEB8; font-size: 2.5vw; line-height: 1.2; letter-spacing: 0.05vw; } 
.home_part2 a{display: block; height: 16.67vw; display: flex; flex-direction: column; justify-content: end; padding: 1.56vw 2.08vw; color: #fff; position: relative; transform: translateY(0); background-size: cover; background-position: center;}
.home_part2 a::after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #00124C 100%); z-index: -1;}
.home_part2 .c_h36{color: #fff;}
.home_part2 .c_h24{padding: 1.3vw 0 1.04vw 0;}
.home_part2 .tet{font-weight: 100;}
.home_part2 a:hover .c_h24{text-decoration: underline;}
.home_part2 .pagination{display: flex; justify-content: center; margin-top: 1.56vw; height: 0.52vw;}
.home_part2 .pagination span{transition: 0.5s; width: 0.52vw; height: 0.52vw; border-radius: 50%;}
.home_part2 .pagination span.swiper-pagination-bullet-active{width: 1.04vw; border-radius: 1.04vw; background: #2747B1;}

.home_part3 .col_1{background: #F7F8FB;}
.home_part3 .col_1 .wrap{display: flex;}
.home_part3 .col_1 .wrap>div{width: 50%;}
.home_part3 .col_1 .row_1{padding-right: 1.56vw; display: flex; align-items: center;}
.home_part3 .col_1 .row_2{padding-left: 1.56vw;}

.home_part3 .col_2{position: relative;}
.home_part3 .col_2::after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 7.81vw; background: #F7F8FB; z-index: -1;}
.home_part3 .col_2 ul{display: flex; flex-wrap: wrap; margin: 0 -1.56vw; margin-top: -2.08vw;}
.home_part3 .col_2 li{width: 25%; padding: 0 1.56vw; transition: 0.5s; height: 10.68vw; margin-top: 2.08vw;}
.home_part3 .col_2 li>div{position: relative; height: 100%;}
.home_part3 .col_2 dl{position: absolute; left: 0; top: 0; bottom: auto; width: 100%; height: 100%; box-shadow: 0px 2px 14px rgba(229, 229, 229, 0.50); transition: 0.5s; padding: 1.82vw 1.56vw; overflow: hidden; background: #fff; position: relative; transform: translateY(0);}
.home_part3 .col_2 dl::after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(180deg, #DFE6FF 0%, #FFF 63.73%); z-index: -1; transition: 0.5s; opacity: 0;}
.home_part3 .col_2 dt{transition: 0.5s; background-position: center left; background-repeat: no-repeat; padding-left: 2.08vw; background-size: 1.56vw;}
.home_part3 .col_2 dd{transition: 0.5s line-height, 0.5s opacity; padding-top: 1.82vw; padding-right: 1.56vw; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 2;}

.home_part3 .col_2 li.down dl{height: calc(100% + 5.21vw);}
.home_part3 .col_2 li.up dl{height: calc(100% + 5.21vw); top: -5.21vw;}
.home_part3 .col_2 li.down_h dl{height: calc(100% - 5.21vw); top: 5.21vw;}
.home_part3 .col_2 li.down_h dd{opacity: 0;}
.home_part3 .col_2 li.up_h dl{height: calc(100% - 5.21vw);}
.home_part3 .col_2 li.up_h dd{opacity: 0;}

.home_part3 .col_2 li.up dd,
.home_part3 .col_2 li.down dd{padding-right: 0; overflow: initial; -webkit-line-clamp:initial; line-height: 1.6; }
.home_part3 .col_2 li.up dl::after,
.home_part3 .col_2 li.down dl::after{opacity: 1;}
.home_part3 .col_3{display: none;}

.home_part4{background: #2747B1; background-repeat: no-repeat; background-position: center ; background-size: cover; color: #fff; }
.home_part4 .c_h36{color: #fff;}
.home_part4 .c_title a{color: #fff;}
.home_part4 .c_title a::after{ background-image: url(../images/ico_jt.svg);}
.home_part4 .tet{font-weight: 100;}
.home_part4 .box{background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 0.36vw; padding: 3.13vw; margin-top: 2.08vw; min-height: 30.73vw; margin-bottom: 1.04vw; display: flex; justify-content: space-between; position: relative;}
.home_part4 .row_1{ width: 28.13vw; flex-shrink: 0;}
.home_part4 .row_2{ width: 28.13vw; margin-right: 2.08vw; flex-shrink: 0;}
.home_part4 dd{display: none;}
.home_part4 .box>div.width{width: 16.67vw;}
.home_part4 .row_2.width{margin-right: 16.67vw;}



.home_part4 dl{cursor: pointer; position: relative;}
.home_part4 dt a{ color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 1.3vw 0; }
.home_part4 dt a::after{content: ""; display: block; width: 1.77vw; height: 1.77vw; border-radius: 50%; border: 1px solid #fff; flex-shrink: 0;transition: 0.5s; transform: translateY(0.1vw); background-image: url(../images/ico_jt.svg);  background-size: 0.42vw; background-repeat: no-repeat; background-position: center;}
.home_part4 dl::after{content: ""; position: absolute; left: 0; bottom: 0; width: calc(100% - 1.82vw); height: 2px; background-image: linear-gradient(to right,#fff, 30%, rgba(255,255,255,0)); display: block; }
.home_part4 dl:first-child a{padding-top: 0 !important;}
.home_part4 .active dt a::after{background-image: url(../images/ico_jta.svg); background-color: #fff;}

.home_part4 .cont{width: 16.67vw; background: rgba(255, 255, 255, 0.1); border-radius: 0.36vw; overflow: hidden; position: absolute; left: 21.88vw; top: 3.13vw; bottom: 3.13vw; display: none; font-weight: 400; line-height: 1.6; padding: 1.04vw;}
.home_part4 .cont a{display: block; height: 100%; color: #EADEB8; overflow: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.75) rgba(0,0,0,0.2);}


.home_part4 .cont ul{padding-left: 0.52vw;}
.home_part4 .cont li+li{margin-top: 0.30vw;}
.home_part4 .cont li{position: relative; padding-left: 1.3vw;}
.home_part4 .cont li::after{content: ""; position: absolute; top: 1.04vw; left: 0; width: 0.31vw; height: 0.31vw; background: #EADEB8; display: block;}
.home_part4 .cont .ps-scrollbar-y-rail{ background: rgba(0, 0, 0, 0.2);}
.home_part4 .cont .ps-scrollbar-y{background: rgba(255, 255, 255, 0.7);}
.home_part4 .cont.right{left: auto; right: 1.56vw;}


.home_part5{background: #F7F8FB; overflow: hidden;}
.home_part5 .wrap{display: flex;}
.home_part5 .c_title{padding: 3.13vw 4.17vw 0 0;}
.home_part5 .box{width: 55.94vw; margin-right: -12.03vw; flex-shrink: 0;}
.home_part5 .box a{height: 29.17vw; display: block; background-position: center; background-size: cover; color: #fff; padding: 3.13vw;}
.home_part5 .box .col_2{ color: #fff; padding: 1.04vw 0 0.78vw 0; font-family: "Montserrat"; font-weight: initial;}
.home_part5 .box .col_3{ color: #EADEB8; line-height: 1.3; font-weight: 700 ;}
.home_part5 .box .col_4{ line-height: 1.25; width: 29.69vw; position: relative; padding-top: 1.04vw; margin-top: 1.56vw; font-weight: 100; letter-spacing: 0.05vw; font-family: 'Montserrat'; }
.home_part5 .box .col_4::after{content: ""; position: absolute; left: 0; top: 0; width: 13.02vw; height: 1px; background-image: linear-gradient(to right,#fff, 30%, rgba(255,255,255,0)); display: block; opacity: 0.5; }
.home_part5 .button{position: absolute; right: 12.03vw; bottom: 2.08vw; z-index: 1; display: flex;}
.home_part5 .button span{width: 2.08vw; height: 2.08vw; border: 1px solid #fff; border-radius: 50%; background-image: url(../images/ico_jt.svg);  background-size: 0.42vw; background-repeat: no-repeat; background-position: center;cursor: pointer; transition: 0.5s;}
.home_part5 .button span.prev{transform: rotate(-180deg); margin-right: 1.56vw;}
.home_part5 .button span:hover{background-image: url(../images/ico_jta.svg); background-color: #fff;}
.home_part5 .logo{height: 9.38vw; display: flex; align-items: center; background: #fff;}
.home_part5 .logo span{padding: 0 2.08vw;}
.home_part5 .logo img{height: 3.13vw;}
.home_part5 .pagination{display: none;}

.home_part6{background: #F7F8FB;}
.home_part6 .map{margin-top: 2.08vw; display: flex; height: 30.73vw;}
.home_part6 .row_1{width: 10.42vw; display: flex; flex-direction: column; justify-content: space-between; flex-shrink: 0;}
.home_part6 .row_1 a{ background: #A6B7EB;  flex: 1; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700;}
.home_part6 .row_1 a+a{margin-top: 0.1vw;}
.home_part6 .row_1 .active{background: #2747B1;}
.home_part6 .row_2{background: #fff; background-repeat: no-repeat; background-position: center; flex: 1; overflow: hidden; position: relative;}
.home_part6 .row_2 .container{width: calc(100% + 60%); height: 100%; position: absolute; left: 0; top: 0; z-index: 1;}
.home_part6 .row_2::before{content: ""; position: absolute; left: 0; top: 0; width: 60%; height: 100%; background-image: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 96.39%); z-index: 2; pointer-events: none;}
.home_part6 .row_2 .cont{position: relative; z-index: 3; padding: 6.25vw 0 0 4.17vw; pointer-events: none;}
.home_part6 .row_2 dl{display: none;}
.home_part6 .row_2 dt{color: #2747B1;}
.home_part6 .row_2 dd span{display: block; padding-top: 1.56vw;}
.home_part6 .row_2 dd em{font-style: normal; font-weight: 300; flex-shrink: 0;}
.home_part6 .row_2 dd i{font-style: normal; flex: 1;}



/* 关于我们 */
.about_part1{background: #F7F8FB;}
.about_part1 .wrap{display: flex;}
.about_part1 .c_title{padding: 3.13vw 4.17vw 0 0; flex: 1;}
.about_part1 .cont{width: 50vw; flex-shrink: 0; margin-right: -12.5vw;}
.about_part1 .cont img{width: 100%;}
.about_part2 .c_title{padding-right: 0; padding-left: 4.17vw; flex: 1;}
.about_part2 .cont{ margin: 0 0 0 -12.5vw;}

.about_part3 .cont{padding-top: 3.13vw;}
.about_part3 .cont img{width: 100%;}
.about_part4 .cont{padding-top: 2.08vw;}
.about_part4 .cont ul{display: flex; flex-wrap: wrap; margin: -1.56vw -0.78vw 0;}
.about_part4 .cont li{width: 50%; padding: 1.56vw 0.78vw 0 ;}
.about_part4 .cont ul.odd li:nth-last-child(-n+3){width: 33.3%;}
.about_part4 .cont dl{box-shadow: 0px 2px 14px rgba(229, 229, 229, 0.50); padding: 1.56vw 2.08vw; height: 100%;}
.about_part4 .cont dt{ background-position: center left; background-repeat: no-repeat; background-size: 1.04vw; padding-left: 1.56vw; color: #2F2F2F; margin-bottom: 1.04vw;}
.about_part4 .cont dd{line-height: 1.7;}


.about_part5{background: #2747B1; color: #fff;}
.about_part5 .c_h36{color: #fff;}
.about_part5 .cont{padding-top: 1.56vw;}
.about_part5 .cont .box{max-height: 18.23vw; font-weight: 100;}
.about_part5 .cont li::after{background: #fff;}
.about_part5 .cont ul{padding-left: 0.52vw;}

.more_cont .more_but{text-align: center; padding-top: 1.3vw;}
.more_cont .more_but span{cursor: pointer; position: relative; padding-right: 1.3vw; font-weight: 500;}
.more_cont .more_but span::after{content: ""; position: absolute; right: 0; top: 0.42vw; width: 0.68vw; height: 0.68vw; background: url(../images/ico_jt.svg) center no-repeat; background-size: contain; transform: rotate(90deg);}
.more_cont .box{position: relative; overflow: hidden; }
.more_cont .box.back::after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 30%; background-image: linear-gradient(rgba(39,71,177,0), 60%, rgba(39,71,177,1)); transition: 0.5s;}
.more_cont.on .box.back::after{opacity: 0;}
.more_cont.on .more_but span::after{transform: rotate(-90deg);}


.about_part6{overflow: hidden;}
.about_part6 .wrap{display: flex;}
.about_part6 .cont{width: 36.98vw; margin-right: -12.5vw; flex-shrink: 0;}
.about_part6 .cont img{height: 100%;}
.about_part6 .c_title{padding: 3.13vw 5.21vw 0 0; flex: 1;}
.about_part6 .c_title .tet ul{padding-left: 0.52vw;}

.about_part7{background: #F7F8FB;}
.about_part8 .swiper{background: linear-gradient(251deg, #F9FBFF 18.58%, #F9FBFF 73.93%); margin-top: 2.08vw; position: relative;}
.about_part8 .swiper dl{ min-height: 8.33vw; font-size: 1.04vw; background: #F9FBFF; position: relative; font-weight: 400; padding: 1.56vw 10.42vw 1.56vw 3.13vw;}
.about_part8 .swiper dd{text-align: right; padding-top: 1.04vw;}
.about_part8 .swiper dt{position: relative; display: inline-block; padding: 0 4.69vw;}
.about_part8 .swiper dt::after,
.about_part8 .swiper dt::before{content: ""; position: absolute; top: 0; width: 1.56vw; height: 1.46vw; background-position: center; background-size: contain;}
.about_part8 .swiper dt::before{left: 0; background-image: url(../images/ico_yha.svg);}
.about_part8 .swiper dt::after{right:0; top: 0.52vw; background-image: url(../images/ico_yhb.svg);}
.about_part8 .swiper::after{content: ""; position: absolute; right: 0; bottom: -0.52vw; width: 7.81vw; height: 7.81vw; background: url(../images/ico_zan.svg) center no-repeat; background-size: contain; z-index: 1;}
.about_part8 .pagination{display: flex; justify-content: center; margin-top: 1.04vw; height: 0.52vw;}
.about_part8 .pagination span{transition: 0.5s; width: 0.52vw; height: 0.52vw;}
.about_part8 span.swiper-pagination-bullet-active{width: 1.04vw; border-radius: 0.52vw; background: #2747B1;} 

.about_part9 .col_1{padding: 2.08vw 0;}
.about_part9 .col_1 ul{display: flex; margin: -1.56vw -0.78vw 0; flex-wrap: wrap;}
.about_part9 .col_1 li{width: 33.3%; padding: 1.56vw 0.78vw 0;}
.about_part9 .col_1 dl{box-shadow: 0px 2px 14px rgba(229, 229, 229, 0.50); height: 100%; cursor: pointer;}
.about_part9 .col_1 dt{position: relative;}
.about_part9 .col_1 dt::after{content: ""; position: absolute; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4) url(../images/ico_pay.svg) center no-repeat; background-size: 1.04vw; width: 2.92vw; height: 2.92vw; margin: 1.56vw 1.04vw; border-radius: 50%;}
.about_part9 .col_1 dd{padding: 1.04vw; font-weight: bold; transition: 0.5s;}
.about_part9 .col_1 dl:hover dd{color: #2747B1;}

.about_part9 .col_2{background: #F7F8FB;}
.about_part9 .col_2 ul{display: flex; flex-wrap: wrap; padding: 0.78vw 0;}
.about_part9 .col_2 li{width: 33.3%; padding: 0.78vw 2.08vw;}
.about_part9 .col_2 li a{display: block; background: url(../images/ico_xz.svg) center right no-repeat; background-size: 1.04vw; font-weight: 500;}
.about_part9 .col_2 li a:hover{color: #2747B1;}


/* 业务领域 */
.yewu_part1{padding-bottom: 2.08vw;}
.yewu_part2{display: flex; flex-wrap: wrap;}
.yewu_part2 a{width: 50%; min-height: 26.04vw; background-position: center; background-size: cover; }
.yewu_part2 dl{ height: 100%; width: 100%; padding: 2.08vw; padding-left: 3.13vw; position: relative; transform: translateY(0);}
.yewu_part2 dl::before{content: ""; position: absolute; left: 0;top: 0; width: 100%; height: 100%; background: linear-gradient(270deg, rgba(39, 71, 177, 0.59) 0%, #2747B1 98.53%); z-index: -1; transition: 0.5s; opacity: 0;}
.yewu_part2 dt{min-height: 8.33vw;}
.yewu_part2 dt div{transition: 0.5s;}
.yewu_part2 .c_h22{min-height: 4.43vw; line-height: 1.27; margin: 1.04vw 0; opacity: 0;}
.yewu_part2 dd{display: flex; font-weight: 300; line-height: 1.75; transition: 0.5s;}
.yewu_part2 dd ul{width: 50%;}
.yewu_part2 dd li{position: relative; padding-left: 1.3vw;}
.yewu_part2 dd li::after{content: ""; position: absolute; left: 0; top: 0.94vw; width: 0.31vw; height: 0.31vw; background: #555;  transition: 0.5s;}
.yewu_part2 dl:hover dt .c_h36{color: #fff;}
.yewu_part2 dl:hover dt .c_h22{opacity: 1; color: #fff;}
.yewu_part2 dl:hover::before{opacity: 1;}
.yewu_part2 dl:hover dd{color: #fff;}
.yewu_part2 dl:hover li::after{background: #fff;}



/* 荣誉奖项 */
.rongyu_query {padding: 2.08vw; background: #F7F8FB; display: flex; margin: 2.08vw 0;}
.rongyu_query dl{display: flex; align-items: center;}
.rongyu_query dl:first-child{width: 33.3%; flex-shrink: 0;}
.rongyu_query dl:last-child{padding-left: 3.13vw; flex: 1;}
.rongyu_query dt{color: #2F2F2F;  font-weight: bold; padding-right: 1.56vw;}
.rongyu_query dd{flex: 1;}

.rongyu_list1 ul{display: flex; flex-wrap: wrap; margin: -1.56vw -0.78vw 0;}
.rongyu_list1 li{width: 33.3%; padding: 1.56vw 0.78vw 0;}
.rongyu_list1 dl{ box-shadow: 0px 4px 8px #F0F1F5; background-image: linear-gradient(291deg, #F9FBFF 21.08%, #FFF 88.31%); padding: 1.56vw; position: relative;}
.rongyu_list1 dl::before{content: ""; position: absolute; right: 0; top: 0; width: 8.85vw; height: 11.67vw; background: url(../images/ico_jiangpai.svg) center no-repeat; background-size: contain;}
.rongyu_list1 dt{height: 9.38vw; position: relative; margin-bottom: 1.56vw;}
.rongyu_list1 dt::after{content: ""; position: absolute; left: 0; bottom: 0; width: 13.02vw; height: 2px; background-image: linear-gradient(to right,#c0c3cf, 50%, rgba(0,0,0,0))}
.rongyu_list1 dt .logo{height: 3.65vw;}
.rongyu_list1 dt .logo img{max-height: 2.08vw;}
.rongyu_list1 dt .c_h24{ color: #2747B1; line-height: 1.2;}
.rongyu_list1 dd{transition: 0.5s; height: 7.81vw; overflow: auto; padding-right: 2.6vw; scrollbar-width: thin; scrollbar-color: #CDD0D9 #EEEFF5;}
.rongyu_list1 dd a:hover{color: #2747B1;}

.rongyu_list2 ul{display: flex; flex-wrap: wrap; margin: -1.56vw -0.78vw 0;}
.rongyu_list2 li{width: 50%; padding: 1.56vw 0.78vw 0;}
.rongyu_list2 dl{ box-shadow: 0px 4px 6px #F7F8FB; background-image: linear-gradient(180deg, #F9FBFF 0%, #FFF 168.47%); padding: 1.56vw 2.08vw; position: relative;}
.rongyu_list2 dt{height: 5.73vw;}
.rongyu_list2 dt .tit{display: flex; align-items: center; padding-bottom: 0.52vw;}
.rongyu_list2 dt .tit .c_mont{font-family: 'Montserrat-Thin-10'; font-weight: bold;}
.rongyu_list2 dt .p2{padding-left: 0.89vw; margin-left: 0.89vw; position: relative;}
.rongyu_list2 dt .p2::after{content: ''; position: absolute; left: 0; top: 0.63vw; width: 0.31vw; height: 0.31vw; background: #555;}
.rongyu_list2 dt .c_h24{line-height: 1.2; font-weight: 500; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.rongyu_list2 dd{transition: 0.5s; height: 6.25vw; overflow: auto; padding-right: 3.13vw; scrollbar-width: thin; scrollbar-color: #CDD0D9 #EEEFF5;}
.rongyu_list2 dd a:hover{color: #2747B1;}



/* 领域详情 */
.yewuc_part1{padding: 2.08vw; background: #F7F8FB; margin-top: 1.04vw;}
.yewuc_part1 dd{text-align: right; padding-top: 1.56vw;}
.yewuc_part1 a{color: #2747B1; background: url(../images/ico_jta.svg) top 0.42vw right no-repeat; padding-right: 1.04vw; background-size:0.42vw; font-weight: 500;}

.yewuc_main .left_row .item_zz,
.yewuc_main .left_row .item+.item{padding-top: 2.08vw; margin-top: 2.08vw; position: relative;}
.yewuc_main .left_row .item_zz::after,
.yewuc_main .left_row .item+.item::after{content: ""; position: absolute; left: 0; top: 0; width: 29.17vw; height: 0.13vw; background-image: linear-gradient(to right,#c0c3cf, 50%, rgba(0,0,0,0)); opacity: 0.4;}
.yewuc_main .left_row .item_ml .cont{ line-height: 1.8;}


.yewuc_main .txt{display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.56vw; padding-right: 1.56vw;}
.yewuc_main .txt a{color: #2747B1; background: url(../images/ico_jta.svg) top 0.42vw right no-repeat; padding-right: 1.04vw; background-size:0.42vw;}
.yewuc_main .cont strong{font-weight: bold;}
.yewuc_main .cont a:hover{color: #2747B1;}

.yewuc_main .more_cont .box{max-height: 12.5vw;}
.yewuc_main .more_cont .box.back::after{background-image: linear-gradient(rgba(255,255,255,0), 30%, rgba(255,255,255,1));}
.yewuc_main .more_cont .more_but span{color: #2747B1;}
.yewuc_main .more_cont .more_but span::after{background: url(../images/ico_jta.svg) center no-repeat; background-size: contain;}

.yewuc_main .item_anli .more_cont .box{max-height: 16.15vw;}
.yewuc_main .item_anli .pdf{display: flex; flex-wrap: wrap; padding-top: 1.04vw;}
.yewuc_main .item_anli .pdf a{margin: 1.04vw 0.52vw 0px 0; display: inline-block; background: #F7F8FB; padding: 0.26vw 1.04vw 0.36vw 1.04vw;;}
.yewuc_main .item_anli .pdf span{background: url(../images/ico_pdf.svg) center left no-repeat; padding-left: 1.56vw; background-size: 1.04vw;}
.yewuc_main .item_anli .pdf a:hover{color: #2747B1;}

.yewuc_main .item_renk dl{background-image: linear-gradient(251deg, #F9FBFF 18.58%, #F9FBFF 73.93%); margin-top: 1.56vw; min-height: 8.33vw; padding: 2.08vw 10.42vw 2.08vw 3.13vw ; font-size: 1.04vw; position: relative; font-weight: 400;}
.yewuc_main .item_renk dl::after{content: ""; position: absolute; right: 0; bottom: -0.52vw; width: 7.81vw; height: 7.81vw; background: url(../images/ico_zan.svg) center no-repeat; background-size: contain;}
.yewuc_main .item_renk dt{padding: 0 4.69vw; position: relative; display: inline-block;}
.yewuc_main .item_renk dd{text-align: right; padding-top: 1.3vw;}

.yewuc_main .item_renk dt::after,
.yewuc_main .item_renk dt::before{content: ""; position: absolute; width: 1.56vw; height: 1.46vw; background-position: center; background-size: contain;}
.yewuc_main .item_renk dt::before{left: 0; top: 0; background-image: url(../images/ico_yha.svg);}
.yewuc_main .item_renk dt::after{right: 0; bottom: 0; background-image: url(../images/ico_yhb.svg);}

.yewuc_main .item_news ul{display: flex; margin: 0 -0.78vw;}
.yewuc_main .item_news li{width: 33.3%; padding: 0 0.78vw;}
.yewuc_main .item_news a{display: block; height: 100%; box-shadow: 0px 2px 14px 0px rgba(229, 229, 229, 0.50);}
.yewuc_main .item_news span{ display: block; min-height: 8.75vw; padding: 1.3vw 1.04vw; font-weight: 700;}
.yewuc_main .item_news a:hover span{color: #2747B1;}
.yewuc_main .item_news a img{width: 100%;}




/* 联系我们 */
.lxwm_part1{display: flex; text-align: center;}
.lxwm_part1 dl{width: 33.3%;}
.lxwm_part1 img{width: 9.38vw;}
.lxwm_part1 dd{font-weight: 300; padding-top: 1.04vw;}

.lxwm_part2 ul{display: flex; flex-wrap:wrap; margin: -1.56vw -0.78vw 0;}
.lxwm_part2 li{width: 33.3%; padding: 1.56vw 0.78vw 0;}
.lxwm_part2 li>div{position: relative;}
.lxwm_part2 li>div::before,
.lxwm_part2 li>div::after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(180deg, #F1F4FF 0%, #FFF 38.46%); box-shadow: 0px 2px 10px 0px #F7F8FA; z-index: -1; transition: 0.5s;}
.lxwm_part2 li>div::before{opacity: 0;  background: linear-gradient(180deg, #C6D4FF 0%, #FFF 64.58%);}
.lxwm_part2 dl{height: 25vw; position: relative; transform: translateY(0); background-position: center bottom 1.04vw; background-repeat: no-repeat; background-size: 20.83vw; padding: 2.08vw;}
.lxwm_part2 li>div:hover:after{opacity: 0;}
.lxwm_part2 li>div:hover:before{opacity: 1;}
.lxwm_part2 dt{padding-bottom: 1.82vw; transition: 0.5s;}
.lxwm_part2 dd span{display: flex;}
.lxwm_part2 dd b{font-weight: lighter; flex-shrink: 0;}
.lxwm_part2 dd i{font-family: "MontserratAlternates-Regular-17"; font-style: normal;}
.lxwm_part2 dd span+span{padding-top: 0.26vw;}
.lxwm_part2 dd a{color: #2747B1; font-family: "Montserrat";}
.lxwm_part2 dd a:hover{text-decoration: underline;}
.lxwm_part2 dd span:first-child i{ font-family: 'SourceHanSansCN'; font-weight: 500;}
.lxwm_part2 li>div:hover .c_h24{font-size: 1.88vw; color: #2747B1;}



/* 人员列表 */
.team_part2{background: #F7F8FB; padding: 2.08vw 0;}
.team_part2 dl{display: flex; height: 2.6vw; align-items: center; margin-bottom: 1.04vw;}
.team_part2 dt{flex-shrink: 0; min-width: 6.77vw; font-weight: 500;}
.team_part2 dd{flex: 1;}
.team_part2 ul{display: flex; justify-content: space-between; padding: 0 2.6vw;}
.team_part2 ul li{cursor: pointer; padding: 0.1vw 0.26vw 0.21vw 0.26vw; font-weight: 500; line-height: 1; transition: 0.5s;}
.team_part2 ul li.on,
.team_part2 ul li:hover{background: #2747B1; color: #fff;}
.team_part2 input{background: #fff; height: 2.6vw; padding: 0 1.56vw;}

.team_part2 .row{ display: flex; flex-wrap: wrap; margin: 0 -2.6vw;}
.team_part2 .row dl{width: 50%; padding: 0 2.6vw;}
.team_part2 .but{display: flex; justify-content: center; padding-top: 1.04vw;}
.team_part2 .but button{width: 15.63vw; height: 3.13vw; border: 1px solid #2747B1; border-radius: 1.56vw; margin: 0 2.6vw; font-weight: 500; color: #2747B1; transition: 0.5s;}
.team_part2 .but button.plain{background: #2747B1; color: #fff;}
.team_part2 .but button.plain:hover{background: #fff; color: #2747B1;}
.team_part2 .but button:hover{background: #2747B1; color: #fff;}

.team_part3 ul{display: flex; flex-wrap: wrap; margin: 0 -1.04vw;}
.team_part3 li{width: 33.3%; padding: 2.08vw 1.04vw 0;}
.team_part3 dl{min-height: 27.6vw; height: 100%; box-shadow: 0px 4px 6px #F7F8FB; background: #fbfcff; transition: 0.5s;}
.team_part3 dt{height: 15.63vw; background: linear-gradient(0deg, #FBFBFB 32.6%, #F0F3F4 100%); position: relative; display: flex; align-items: end; justify-content: center;}
.team_part3 dt img{height: 105%; position: relative; z-index: 1; transform: translateY(0.18vw);}
.team_part3 dt::after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1.3vw; background: #ebeae6;}
.team_part3 dd{padding: 1.56vw; transition: 0.5s;}
.team_part3 .col_1{display: flex; justify-content: space-between; align-items: start;}
.team_part3 .col_1 .tit{padding-top: 0.52vw; font-weight: bold;}
.team_part3 .col_1 .d2{padding-left: 1.3vw; background-image: url(../images/ico_wz.svg) ; background-position: center left; background-repeat: no-repeat; background-size: 0.78vw; flex-shrink: 0; }
.team_part3 .col_1 em{font-style: normal;}
.team_part3 .col_2{padding-top: 1.04vw;}
.team_part3 .col_2 .tlt{font-weight: 500; padding-bottom: 0.52vw;}
.team_part3 .col_2 .tet{line-height: 1.4;}
.team_part3 .col_2 .tet span{display: inline-block; border: 1px solid #D4DEFF; padding: 0.1vw 0.78vw 0.16vw 0.78vw; margin: 0.52vw 0.52vw 0 0; color: #2747B1; transition: 0.5s;}
.team_part3 dl:hover{background: #2747B1;}
.team_part3 dl:hover dd{ color: #fff;}
.team_part3 dl:hover .col_1 .d2{background-image: url(../images/ico_wzb.svg) ;}
.team_part3 dl:hover .tet span{color: #fff;}

.team_part4 .box{background: linear-gradient(0deg, #FBFBFB 32.6%, #F0F3F4 100%);  position: relative;}
.team_part4 .box::after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2.08vw; background: #ebeae6;}
.team_part4 .box dl{ position: relative; z-index: 1; display: flex; min-height: 23.96vw;}
.team_part4 .box dt{display: flex;align-items: end; justify-content: center;  width: 21.88vw; flex-shrink: 0;}
.team_part4 .box dt img{max-width: 100%;}
.team_part4 .box dd{ padding: 2.6vw 3.65vw 2.08vw 0; flex: 1;}
.team_part4 .box dd .b{font-weight: 500; padding-right: 0.52vw;}
.team_part4 .col_1{display: flex; justify-content: space-between; padding-bottom: 0.78vw;}
.team_part4 .col_1 .c_h30{color: #555;}
.team_part4 .col_1 .dd{padding-left: 1.3vw; background: url(../images/ico_wz.svg) center left no-repeat;  background-size: 0.78vw}
.team_part4 .col_2{font-weight: 500; padding-bottom: 1.04vw;}
.team_part4 .col_3{padding-bottom: 0.26vw;}
.team_part4 .col_4{padding-bottom: 1.04vw;}
.team_part4 .col_4 a:hover{color: #2747B1;}
.team_part4 .col_5{padding-bottom: 2.08vw;}
.team_part4 .col_5 span,
.team_part4 .col_6 span{display: block;}



.team_part4 .but{display: flex; padding-top: 1.56vw;}
.team_part4 .but span+span{padding-left: 2.08vw;}
.team_part4 .but dl{position: relative;}
.team_part4 .but dd{position: absolute; left: 100%; top: -1.56vw; opacity: 0; transition: 0.5s; pointer-events: none;}
.team_part4 .but dd span{width: 5.21vw; margin-left: 0.26vw; display: block; background:  url(../images/ico_qrb.svg) center no-repeat; background-size: 5.21vw; padding: 0.26vw; padding-left: 0.78vw;}
.team_part4 .but dl:hover dd{opacity: 1; pointer-events: initial}

.team_part4 .but a{background-position: center left; background-repeat: no-repeat;  background-size: 0.83vw; padding-left: 1.04vw;}
.team_part4 .but .p1 a{background-image: url(../images/ico_vcard.svg); background-size: 1.04vw; padding-left: 1.56vw;}
.team_part4 .but .p2 a{background-image: url(../images/ico_xiaz.svg);}
.team_part4 .but .p3 a{background-image: url(../images/ico_mp.svg); }

.team_part4 .but a:hover{color: #2747B1;}
.team_part4 .but .p1 a:hover{background-image: url(../images/ico_vcarda.svg);}
.team_part4 .but .p2 a:hover{background-image: url(../images/ico_xiaza.svg);}
.team_part4 .but dl:hover a{background-image: url(../images/ico_mpa.svg);}

.yewuc_main .zhuzuo_list ul{display: flex; margin: 0 -0.78vw; flex-wrap: wrap;}
.yewuc_main .zhuzuo_list li{padding: 0 0.78vw; width: 33.3%;}
.yewuc_main .zhuzuo_list dl{box-shadow: 0px 2px 14px 0px rgba(229, 229, 229, 0.50); position: relative; height: 100%;}
.yewuc_main .zhuzuo_list dl::after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, #EEF2FE 0%, #FFF 100%); transition: 0.5s; z-index: -1; opacity: 0;}
.yewuc_main .zhuzuo_list dt{text-align: center; height: 15.63vw;}
.yewuc_main .zhuzuo_list dt img{height: 100%;}
.yewuc_main .zhuzuo_list dd{padding:1.04vw 1.56vw 2.08vw 1.56vw; font-weight: 700; transition: 0.5s; color: #2F2F2F;}
.yewuc_main .zhuzuo_list dl:hover::after{opacity: 1;}
.yewuc_main .zhuzuo_list dl:hover dd{color: #2747B1;}


/* 新闻列表 */
.news_part1{padding-top: 1.04vw;}

.news_part2 ul{display: flex; flex-wrap: wrap; margin: -1.56vw -0.78vw 0;}
.news_part2 li{width: 33.3%; padding: 1.56vw 0.78vw 0;}

.news_part2 li a{box-shadow: 0px 2px 14px 0px rgba(229, 229, 229, 0.50); display: block; position: relative;}
.news_part2 li .col_2{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #2747B1; color: #fff; opacity: 0; transition: 0.3s; }
.news_part2 li .col_2>div{ transition: 0.5s; opacity: 0;}
.news_part2 li .col_2 .d4,
.news_part2 li .col_2 .d5{transform: translateY(-10px);}
.news_part2 li .d1{padding-bottom: 1.04vw;}
.news_part2 li .d2{padding: 0 1.04vw; height: 4.69vw; line-height: 1.3; transition: 0.2s;}
.news_part2 li .d3{padding: 0 1.04vw 1.56vw 1.04vw; transition: 0.2s;}
.news_part2 li .d3 span{display: block; background: url(../images/ico_jta.svg) center right no-repeat; background-size: 0.52vw;}

.news_part2 li .d4{padding: 2.08vw 1.04vw 1.56vw 1.04vw; line-height: 1.3; }
.news_part2 li .d5{padding: 0 1.04vw; font-weight: 100;}
.news_part2 li .d6{position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(229, 229, 229, 0.10); padding: 1.56vw 1.04vw;}
.news_part2 li .d6 span{display: block; background: url(../images/ico_jt.svg) center right no-repeat; background-size: 0.52vw;}
.news_part2 li a:hover .col_2{opacity: 1; transition-delay: 0.1s;}
.news_part2 li a:hover .d2,
.news_part2 li a:hover .d3{transform: translateY(20px); opacity: 0;}

.news_part2 li a:hover .col_2>div{transform: translateY(0); transition-delay: 0.2s; opacity: 1;}



/* 新闻详情 */
.newsc_part{ padding-top: 1.04vw;}
.newsc_part .left_row .col_1{line-height: 1.4;}
.newsc_part .left_row .col_2{padding: 2.08vw 0 1.56vw 0; display: flex; justify-content: space-between; position: relative;}
.newsc_part .left_row .col_2 .d1>span{padding-right: 3.13vw; transition: 0.5s;}
.newsc_part .left_row .col_2::after{content: ""; position: absolute; left: 0; bottom: 0; width: 29.17vw; height: 0.12vw; background-image: linear-gradient(to right,#c0c3cf, 50%, rgba(0,0,0,0)); opacity: 0.4;}
.newsc_part .left_row .col_2 .d1 .c_mont{font-family: "Montserrat-Thin-10"; font-weight: bold;}
.newsc_part .left_row .col_2 .d1 span a:hover{color: #2747B1;}
.newsc_part .left_row .col_2 .d2 {display: flex; }
.newsc_part .left_row .col_2 .d2 a{background-repeat: no-repeat; background-position: center left; background-size: 0.83vw; padding-left: 1.3vw;}
.newsc_part .left_row .col_2 .d2 a:first-child{background-image: url(../images/ico_xza.svg);}
.newsc_part .left_row .col_2 .d2 a:last-child{background-image: url(../images/ico_dy.svg); background-size: 1.15vw;}
.newsc_part .left_row .col_2 .d2 a:hover{color: #2747B1;}
.newsc_part .left_row .col_2 .d2 a:first-child:hover{background-image: url(../images/ico_xzb.svg);}
.newsc_part .left_row .col_2 .d2 a:last-child:hover{background-image: url(../images/ico_dya.svg);}
.newsc_part .left_row .col_2 .d2 a+a{margin-left: 1.56vw;}
.newsc_part .col_3{padding-top: 1.04vw; display: flex; align-items: center;}
.newsc_part .col_3 a{background: #F7F8FB; padding: 0.26vw 1.04vw; font-size: 0.73vw;}
.newsc_part .col_3 a+a{margin-left: 0.52vw;}
.newsc_part .col_3 a:hover{color: #2747B1;}
.newsc_part .col_4{padding: 2.08vw 0 2.08vw 0; }
.newsc_part .col_4 strong{font-weight: 500;}
.newsc_part .col_4 .blue{color: #2747B1; font-weight: 400;}
.newsc_part .col_4 img{height: auto !important;}

.newsc_part .col_5{margin-bottom: 2.08vw; background: #F7F8FB; padding: 1.56vw 2.08vw;}
.newsc_part .col_5 a{display: block; background: url(../images/ico_xz.svg) center right no-repeat;  font-weight: 500;}
.newsc_part .col_5 a:hover{color: #2747B1;}
.newsc_part .col_5 a+a{margin-top: 1.56vw;}

.newsc_part .col_6 a{display: flex; background: #F7F8FB; height: 4.17vw; align-items: center; padding: 0 2.08vw;}
.newsc_part .col_6 a+a{margin-top: 0.52vw;}
.newsc_part .col_6 .p1{flex-shrink: 0;}
.newsc_part .col_6 .p2{flex: 1; padding-left: 2.08vw; margin-left: 2.08vw; position: relative; transition: 0.5s; font-weight: 500; }
.newsc_part .col_6 .p2::after{content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 0.1vw; height: 1.56vw; background: #555; opacity: 0.3;}
.newsc_part .col_6 .p3{flex-shrink: 0; color: #2747B1; padding-right: 3.13vw;}
.newsc_part .col_6 a:hover .p2{color: #2747B1; }



/* 法律声明 */
.falv_cont{max-width: 50vw; padding-top: 1.04vw;}


/* 刊物列表 */
.kanw_part1{padding-top: 20px;}
.kanw_part2 ul{display: flex; flex-wrap: wrap; margin: -1.56vw -0.78vw 0;}
.kanw_part2 li{width: 33.3%; padding: 1.56vw 0.78vw 0;}
.kanw_part2 dl{background: linear-gradient(180deg, #F9FBFF 0%, #FFF 168.47%); box-shadow: 0px 4px 6px #F7F8FB; clear: both; overflow: hidden;}
.kanw_part2 dt{background: #fff; height: 14.58vw; display: flex; align-items: center; justify-content: center; margin: 1.04vw; margin-bottom: 0 !important;}
.kanw_part2 dt img{max-height: 100%;}
.kanw_part2 dd{padding: 1.56vw;}
.kanw_part2 .d1{height: 4.69vw; margin-top: 0.52vw; }
.kanw_part2 .d1 span{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.kanw_part2 .d2{text-align: right; padding: 0.52vw;}
.kanw_part2 .d2 span{border: 1px solid #2747B1; color: #2747B1; width: 8.33vw; height: 2.5vw; line-height: 2.29vw; display: inline-block; text-align: center; border-radius: 1.25vw;}
.kanw_part2 .d2 i{font-style: normal; background-image: url(../images/ico_jta.svg); background-repeat: no-repeat; background-position: right 0.52vw; background-size: 0.52vw; padding-right: 1.04vw;}
.kanw_part2 a:hover .d2 span{background: #2747B1; color: #fff;}
.kanw_part2 a:hover .d2 i{background-image:  url(../images/ico_jt.svg)}
.kanw_part2 a:hover dl{background: linear-gradient(180deg, #EEF2FE 0%, #FFF 100%)}

.kanwc_part dl{display: flex; background: linear-gradient(180deg, #F0F4F4 0%, #FFF 169.41%); min-height: 340px; }
.kanwc_part dt{width: 17.71vw; flex-shrink: 0; display: flex; align-items: center; justify-content: center;}
.kanwc_part dd{flex: 1;}
.kanwc_part dd .txt{padding: 3.13vw 0;}
.kanwc_part dd ul{display: flex; flex-wrap: wrap; margin-top: -0.52vw; padding-right: 2.6vw;}
.kanwc_part dd li{width: 50%; padding-top: 0.52vw;}
.kanwc_part dd li .p1{font-weight: 500;}
.kanwc_part .but{display: flex; padding-top: 20px;}
.kanwc_part .but a{background-repeat: no-repeat; background-position: center left; background-size: 0.83vw; padding-left: 1.3vw;}
.kanwc_part .but .a1,
.kanwc_part .but .a3{background-image: url(../images/ico_xza.svg);}
.kanwc_part .but .a2{background-image: url(../images/ico_dy.svg); background-size: 1.15vw;}
.kanwc_part .but a:hover{color: #2747B1;}
.kanwc_part .but a+a{margin-left: 1.56vw;}




/* 工作机会 */
.work_part1 {background: #F7F8FB; overflow: hidden;}
.work_part1 .wrap{ display: flex;}
.work_part1 .c_title{flex: 1; padding-top: 3.13vw;}
.work_part1 .c_title .tet h2{font-size: 1.88vw; padding-bottom: 1.56vw;}
.work_part1 .row_2{width: 50vw; flex-shrink: 0; margin-right: -12.5vw;}
.work_part1 .row_2 img{width: 100%;}

.work_part2{position: relative; transform: translateX(0);}
.work_part2::after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 8.85vw; background: #F7F8FB; z-index: -1;}
.work_part2 .box{background: #fff; box-shadow: 0px 2px 14px rgba(229, 229, 229, 0.50); overflow: hidden; clear: both; }
.work_part2 ul{display: flex; flex-wrap: wrap; margin-bottom: -1px; }
.work_part2 ul li{width: 50%; padding: 0 3.13vw;}
.work_part2 dl{ height: 100%; padding: 3.13vw 0; position: relative;}
.work_part2 dl::before{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-image: linear-gradient(to right, #c0c3cf, 50%, rgba(0, 0, 0, 0)); opacity: 0.4;}
.work_part2 dt{background-position: center left; background-repeat: no-repeat; background-size: contain; padding-left: 1.98vw; color: #2F2F2F; }
.work_part2 dd{padding-top: 1.56vw;}

.work_part3{background: #F7F8FB;}
.work_part3 dl{display: flex;}
.work_part3 dt{width: 6.25vw; flex-shrink: 0; font-weight: 500;}
.work_part3 dd{flex: 1; display: flex;}
.work_part3 .dl1 dd{ flex-wrap: wrap;}
.work_part3 .dl1 span{ font-weight: 500; transition: 0.5s; padding: 0 5px; cursor: pointer;}
.work_part3 .dl1 span:hover,
.work_part3 .dl1 span.on{background: #2747B1; color: #fff;}
.work_part3 .dl1 span+span{margin-left: 1.56vw;}
.work_part3 .dl2{ align-items: center; padding-top: 3.13vw;}
.work_part3 .dl2 dd{background: #fff; height: 2.6vw; background: #fff; padding: 0 1.56vw;}
.work_part3 .dl2 button{width: 2.6vw; height: 2.6vw; background: url(../images/ico_fdj.svg) center no-repeat; background-size: 1.2vw;}

.work_part4 dl{box-shadow: 0px 2px 14px rgba(229, 229, 229, 0.50);}
.work_part4 dt{display: flex; min-height: 5.21vw; align-items: center; padding: 0 3.13vw; cursor: pointer; position: relative; transition: 0.5s;}
.work_part4 dt::before{content: ""; position: absolute; right: 3.13vw; top: 2.34vw;  width: 0.63vw; height: 1.04vw; background-image: url(../images/ico_jta.svg); background-repeat: no-repeat; background-position: center; background-size: contain; transform: rotate(90deg);}
.work_part4 dt .d1{flex-shrink: 0; width: 26.56vw; transition: 0.5s;}
.work_part4 dt .d2{ background-image: url(../images/ico_wz.svg); background-position: center left; background-repeat: no-repeat; background-size: 0.83vw; padding-left: 1.35vw;}
.work_part4 dd{ display: none}
.work_part4 .box{padding: 2.08vw 3.13vw 4.17vw 2.08vw; background: url(../images/work/back.jpg) bottom right no-repeat; background-size: cover;}
.work_part4 .txt{font-weight: 500;}
.work_part4 .item+.item{padding-top: 2.08vw;}
.work_part4 .email{padding-top: 3.65vw;}
.work_part4 .email span{color: #2747B1; font-weight: 700;}

.work_part4 dl.on dt{background: #2747B1; color: #fff;}
.work_part4 dl.on dt::before{background-image: url(../images/ico_jt.svg); transform: rotate(-90deg);}
.work_part4 dl.on .d1{color: #fff;}
.work_part4 dl.on .d2{background-image: url(../images/ico_wzb.svg);}
.work_part4 dl+dl{margin-top: 1.56vw;}



/* 搜索 */
.search_form{background: #F7F8FB;}
.search_form dl{display: flex;}
.search_form dt{flex-shrink: 0; width: 4.69vw; font-weight: 500; padding-top: 0.63vw;}
.search_form dd{flex: 1; background: #fff; display: flex; flex-wrap: wrap; padding:  14.98px 1.04vw 0.26vw 1.04vw; }
.search_form input{width: 15vw; height: 1.56vw; line-height: 1.56vw; margin-bottom: 0.52vw;}
.search_form span{margin: 0 1.04vw 0.52vw 0; border: 1px solid #2747B1; font-weight: 500; height: 1.56vw; line-height: 1.35vw; padding: 0 0.52vw;}
.search_form span i{width: 0.52vw; height: 0.52vw; display: inline-block; background: url(../images/ico_gb.svg) center no-repeat; background-size: contain; cursor: pointer; margin: 0 0 0.1vw 1.04vw;}
.search_form .but{display: flex; justify-content: center; padding-top: 2.08vw;}
.search_form .but button{width: 15.63vw; height: 3.13vw; border: 1px solid #2747B1; border-radius: 1.56vw; margin: 0 2.6vw; font-weight: 500; color: #2747B1; transition: 0.5s;}
.search_form .but button.plain{background: #2747B1; color: #fff;}
.search_form .but button.plain:hover{background: #fff; color: #2747B1;}
.search_form .but button:hover{background: #2747B1; color: #fff;}
.search_subnav .wrap{justify-content: space-between;}
.search_subnav a+a{margin: 0 !important;}

.search_total{background: #F7F8FB; display: flex; align-items: center; justify-content: space-between; padding: 0.78vw 1.04vw;}
.search_total .row_1 span{color: #2747B1; font-weight: 500;}
.search_total .row_2{display: flex; align-items: center;}
.search_total .row_2 .select{width: 8.33vw; margin-left: 0.52vw;}
.search_total .row_2 .sel-float-div{margin: 0 !important;}
.search_total .row_2 .sel-title-box{padding: 0 1.04vw;}
.search_list .item{padding-bottom: 2.08vw; position: relative;}
.search_list .item+.item{padding-top: 2.08vw;}
.search_list .item::after{content: ""; position: absolute; left: 0; bottom: 0; width: 80%; height: 0.13vw; background-image: linear-gradient(to right,#c0c3cf, 50%, rgba(0,0,0,0)); opacity: 0.4;}

.search_list .ctxt{display: flex; align-items: end; justify-content: space-between; margin-bottom: 2.08vw;}
.search_list .ctxt a{color: #2747B1; background: url(../images/ico_jta.svg) top 0.52vw right no-repeat; padding-right: 1.04vw; background-size: 0.31vw;}
.search_list .ctxt a:hover{padding-right: 0.78vw;}
.search_list .col+.col{padding-top: 2.08vw;}
.search_list .tit{font-weight: 500; transition: 0.5s;}
.search_list .txt{padding: 0.78vw 0 1.56vw 0; display: flex; justify-content: space-between;  transition: 0.5s;}
.search_list .txt .d2{font-family: 'MontserratBold';}
.search_list .col a:hover .tit,
.search_list .col a:hover .txt{color: #2747B1;}
.search_list .col .blue,.search_list .col em{color: #2747B1;font-style: inherit;}
.search_list .team_part3{margin-top: -2.08vw;}


.search_list .team_part3 dl:hover,
.right_row .team_part3 dl:hover{background: linear-gradient(180deg, #EFF3FF 48.49%, #FFF 100%); }
.search_list .team_part3 dl:hover dd,
.right_row .team_part3 dl:hover dd{color: #555;}
.search_list .team_part3 dl:hover .tet span,
.right_row .team_part3 dl:hover .tet span{color: #2747B1 !important;}
.search_list .team_part3 dl:hover .col_1 .d2,
.right_row .team_part3 dl:hover .col_1 .d2{background-image: url(../images/ico_wz.svg);}
.search_list .team_part3 dl:hover .c_h24,
.right_row .team_part3 dl:hover .c_h24{color: #2747B1;}

.search_no{background: url(../images/ico_no.svg) center top no-repeat; background-size: 10.42vw; padding-top: 12.5vw; text-align: center; margin-top: 10.42vw;} 







.page{margin-top: 3.13vw; display: flex; align-items: center; justify-content: center; font-size: 1.04vw; font-weight: 400;}
.page a{display: inline-block;}
.page span{display: inline-block;}
.page b{font-weight: 400;}
#pageNum,
.page .Pbd{border: 1px solid #D8DADD; width: 5.21vw; height: 2.5vw; text-align: center; color: #767682;  font-weight: 400; margin-right: 1.04vw;}
#pageSubmit,
.page .Pgo{width: 4.17vw; height: 2.5vw; line-height: 2.5vw; border-radius: 1.3vw; color: #fff; background: #2747B1; cursor: pointer; font-weight: 400;}
.page .Ppagelist .Ppage{padding: 0 0.89vw;}

.lm_page ul .page a,
.page .Ppage a{width: 3.33vw; height: 3.33vw; line-height: 3.13vw; border: 1px solid #D8DADD; text-align: center; border-radius: 50%;}
.page .Ppage a.Pmodern,
.lm_page ul .page a:hover,
.lm_page ul .page.active a,
.page .Ppage a:hover{background: #2747B1; color: #fff; border-color: #2747B1;}

.lm_page .first a:hover,
.lm_page .last a:hover,
.page .Pindex:hover,
.page .Pend:hover{color: #2747B1;}

.lm_page .prev a,
.lm_page .next a,
.page .Pprev,
.page .Pnext{width: 0.63vw; background-position: center; background-repeat: no-repeat; background-size: contain; display: inline-block;}
.lm_page .prev a,
.page .Pprev{background-image: url(../images/ico_page_l.svg); margin: 0 1.2vw 0 1.56vw;}
.lm_page .next a,
.page .Pnext{background-image: url(../images/ico_page_r.svg); margin: 0 1.56vw 0 1.2vw;}

.page .PinfoPage{padding: 0 2.08vw 0 1.56vw;}


.lm_page .prev a:hover,
.page .Pprev:hover{background-image: url(../images/ico_page_la.svg);}
.lm_page .next a:hover,
.page .Pnext:hover{background-image: url(../images/ico_page_ra.svg);}

.lm_page{font-weight: 400;}
.lm_page ul{margin: 3.13vw 0 0 0 !important; align-items: center; justify-content: center;}
.lm_page ul li{width: auto !important; padding: 0 !important; margin: 0 !important;}
.lm_page ul .page a{margin: 0 0.89vw;}
.lm_page ul .disabled{display: inline-flex; align-items: center; padding-left: 1.56vw !important;}
.lm_page ul .input{padding-left: 2.08vw;}
.lm_page ul .prev{padding-left: 0 !important;} 







/* 响应式样式 */
@media screen and (max-width: 1200px){
    body{font-size: 14px; line-height: 1.5;}
    input,textarea{font-size: 14px;}
    .wrap{width: auto; margin: 0 30px;}

    .c_h36{font-size: 26px;}
    .c_h34{font-size: 24px;}
    .c_h32{font-size: 22px;}
    .c_h30{font-size: 20px;}
    .c_h28{font-size: 18px;}
    .c_h24{font-size: 16px;}
    .c_h22{font-size: 16px;}


    .c_p60{padding: 40px 0;}
    .c_pb60{padding-bottom: 40px;}

    .c_title>div+div{padding-top: 20px;}
    .c_title .tet p+p{padding-top: 5px;}
    .c_cont_ul li{padding-left: 10px;}
    .c_cont_ul li::after{width: 4px; height: 4px; top: 8px; transform: scale(1);}
    .c_cont_ul li+li{margin-top: 10px;}
    
    .box_row .left_row{padding-right: 40px;}
    .box_row .right_row{width: 30%;}

    .to_top{width: 40px; height: 40px; right: 10px; bottom: 10%;}

    .ps-scrollbar-y-rail{width: 2px;}

    .main{padding: 30px 0 40px 0;}

    .c_column{height: 160px;}
    .c_column .txt{padding-top: 40px; font-size: 24px;}
    .c_column .tat{font-size: 16px; top: 10px;}
    .c_column .tat a:first-child{padding-left: 15px;}
    .c_column .tat a:first-child::after{width: 10px; height: 10px; top: 4px;}
    .c_subnav .wrap{height: 50px; padding-bottom: 5px;}
    .c_subnav a::after{left: 10px; right: 10px; height: 1px; bottom: -8px;}
    .c_subnav a+a{margin-left: 60px;}

    .c_subnav2 a{padding: 6px 20px 8px 20px; height: auto; border-radius: 20px; min-width: 60px;}
    .c_subnav2 a+a{margin-left: 40px;}


    .c_share a > img{width: 15px; max-width: none;}
    .c_share>div>span{padding-right: 10px;}
    .c_share a + a{margin-left: 15px;}

    .header .wrap{height: 80px;}
    .header .row_1 img{width: 120px;}
    .header .col_1 span{font-size: 12px;}
    .header .col_1 span{padding-left: 30px;}
    .header .col_1 span:after{left: 15px; height: 8px;}
    .header .col_1 span a+a{margin-left: 15px;}
    .header .col_2{padding: 10px 0 5px 0;}
    .header .col_2 a{font-size: 14px;}
    .header .col_2 a+a{margin-left: 15px;}
    .header .row_2 .to{width: 12px; height: 13px;}

    .footer .wrap{padding: 40px 0;}
    .footer .row_1 dt a{ font-size: 14px;}
    .footer .row_1 dd a{margin-top: 5px;}
    .footer .row_2{padding-top: 30px;}
    .footer .row_2>div{font-size: 12px;}
    .footer .row_2 .col_1 dt span{font-size: 12px;}
    .footer .row_2 .col_1 dt img{height: 20px;}
    .footer .row_2 .col_1 dl+dl{margin-left: 20px;}
    .footer .row_2 .col_1 dd span{width: 90px;}
    .footer .row_2 .col_2 span::after{height: 1px;}
    .footer .row_2 .col_2 span{padding: 10px 0 5px 0;}




    /* 首页 */
    .home_part1 .wrap{height: 250px;}
    .home_part1 .txt{font-size: 40px; padding-bottom: 20px;}
    .home_part1 .c_montb{font-size: 20px;}

    .home_part2 a{height: 200px; padding: 20px 30px;}
    .home_part2 .c_h24{padding: 10px 0;}
    .home_part2 .pagination{margin-top: 10px; height: 8px;}
    .home_part2 .pagination span{width: 8px; height: 8px;}
    .home_part2 span.swiper-pagination-bullet-active{width: 15px; border-radius: 10px;}

    .home_part3 .col_1 .row_1{padding-right: 10px;}
    .home_part3 .col_1 .row_2{padding-left: 10px;}

    .home_part3 .col_2 ul{margin: -20px -10px 0;}
    .home_part3 .col_2 li{padding: 0 10px; margin-top: 20px; height: 12vw;}
    .home_part3 .col_2 dl{padding: 20px;}
    .home_part3 .col_2 dt{padding-left: 30px; background-size: 20px;}
    .home_part3 .col_2 dd{line-height: 1.5 !important; padding: 15px 0 0 0;}

    .home_part3 .col_2 li.down dl,
    .home_part3 .col_2 li.up dl{height: calc(100% + 6vw);}
    .home_part3 .col_2 li.down_h dl,
    .home_part3 .col_2 li.up_h dl{height: calc(100% - 6vw);}

    .home_part3 .col_2 li.up dl{top: -6vw;}
    .home_part3 .col_2 li.down_h dl{ top: 6vw;}


    .home_part4 .box{padding: 30px; margin-top: 30px;}
    .home_part4 dt::after{width: 20px; height: 20px; background-size: 5px;}
    .home_part4 dt a{padding: 20px 0;}
    .home_part4 dl::after{height: 1px;}
    .home_part4 .row_1{width: 40%;}
    .home_part4 .row_2{width: 40%; margin: 0;}
    .home_part4 .cont{width: calc(30% - 60px); left: calc(30% + 30px); top: 30px; bottom: 30px;}
    .home_part4 .cont li+li{margin-top: 10px;}
    .home_part4 .box > div.width{width: calc(30% - 20px);}
    .home_part4 .row_2.width{margin-right: 30%;}


    .home_part5 .c_title{padding: 40px 40px 0 0;}
    .home_part5 .box a{height: 35vw; padding: 30px;}
    .home_part5 .button{right: 30px; bottom: 30px;}
    .home_part5 .button span{width: 25px; height: 25px; background-size: 5px;}
    .home_part5 .box{width: 60%; margin-right: -30px;}
    .home_part5 .box .col_4{width: 70%;}

    .home_part5 .box .col_1 img{width: 60px;}
    .home_part5 .box .col_2{padding: 10px 0;}
    .home_part5 .box .col_4::after{width: 80%; height: 1px;}
    .home_part5 .logo{height: 80px;}
    .home_part5 .logo img{height: 35px;}

    .home_part6 .map{margin-top: 30px; height: 350px;}
    .home_part6 .row_1{width: 120px;}
    .home_part6 .row_1 a+a{margin-top: 1px;}
    .home_part6 .row_2 .cont{padding: 90px 0 0 40px;}


    /* 关于我们 */
    .about_part1 .wrap{margin: 0;}
    .about_part1 .cont{width:50%; margin: 0;}
    .about_part1 .c_title{padding: 30px;}
    .about_part3 .cont{padding-top: 40px;}
    .about_part4 .cont dt{padding-left: 25px; margin-bottom: 10px; background-size: contain;}

    .about_part4 .cont ul{margin: -20px -10px 0;}
    .about_part4 .cont li{padding: 20px 10px 0;}
    .about_part4 .cont dl{padding: 20px;}


    .about_part6 .wrap{margin: 0;}
    .about_part6 .cont{width: 40%; margin: 0;}
    .about_part6 .c_title{padding: 40px;}
    .about_part8 .swiper dl{font-size: 14px; padding: 30px 150px 30px 40px;}
    .about_part8 .pagination{margin-top: 10px; height: 8px;}
    .about_part8 .pagination span{width: 8px; height: 8px;}
    .about_part8 span.swiper-pagination-bullet-active{width: 15px; border-radius: 10px;}

    .about_part9 .col_1 dd{padding: 20px;}
    .about_part9 .col_1 ul{margin: 0 -10px;}
    .about_part9 .col_1 li{padding: 0 10px;}
    .about_part9 .col_2 ul{padding: 10px 0;}

    .about_part9 .col_2 li{padding: 5px 20px;}
    .about_part9 .col_2 li a{background-size: 12px;}


    /* 联系我们 */
    .lxwm_part2 ul{margin: -20px -15px 0;}
    .lxwm_part2 li{padding: 20px 10px 0;}
    .lxwm_part1 img{width: 100px;}
    .lxwm_part1 dd{padding-top: 5px;}
    .lxwm_part2 dl{padding: 20px;}
    .lxwm_part2 dt{padding-bottom: 15px;}


    /* 荣誉奖项 */
    .rongyu_query{padding: 20px; margin: 20px 0;}
    .rongyu_list2 ul{margin: -20px -10px 0;}
    .rongyu_list2 li{padding: 20px 10px 0;}
    .rongyu_list2 dl{padding: 20px; }
    .rongyu_list2 dt{height: 60px;}
    .rongyu_list2 dd{height: 80px; padding-right: 10px;}

    .rongyu_list1 ul{margin: -20px -10px 0;}
    .rongyu_list1 li{padding: 20px 10px 0;}
    .rongyu_list1 dl{padding: 20px;}
    .rongyu_list1 dt .logo{height: 30px;}
    .rongyu_list1 dt .logo img{height: 20px;}
    .rongyu_list1 dt{height: 80px; margin-bottom: 15px;}
    .rongyu_list1 dt::after{height: 1px; width: 60%;}
    .rongyu_list1 dd{height: 150px; padding-right: 10px;}


    /* 业务领域 */
    .yewu_part2 a{min-height: 40vw;}
    .yewu_part2 dl::before{display: none;}
    .yewu_part2 dt{min-height: 120px;}
    .yewu_part2 .c_h22{opacity: 1; margin: 15px 0; line-height: 1.5;}
    .yewu_part2 dl:hover dt .c_h36{color: #2F2F2F;}
    .yewu_part2 dl:hover dt .c_h22{color: #555;}
    .yewu_part2 dl:hover dd{color: #555;}
    .yewu_part2 dl:hover li::after{background: #555;}
    .yewu_part2 dd li::after{width: 3px; height: 3px; top: 14px;}


    /* 领域详情 */
    .yewuc_part1{padding: 20px; margin-top: 10px;}
    .yewuc_part1 a{background-size: 6px; padding-right: 15px;  background-position: center right;}
    .yewuc_part1 dd{padding-top: 10px;}

    .yewuc_main .left_row .item_zz,
    .yewuc_main .left_row .item+.item{padding-top: 30px; margin-top: 30px;}
    .yewuc_main .left_row .item_zz::after,
    .yewuc_main .left_row .item+.item::after{width: 60%; height: 1px;}
    .yewuc_main .right_row .item{padding-bottom: 30px;}
    .yewuc_main .item_renk dl{font-size: 16px;}
    .yewuc_main .txt{padding-bottom: 15px;}
    .yewuc_main .txt a{background-size: 5px; padding-right: 10px; background-position: center right;}
    .yewuc_main .list a{padding: 15px;}
    .yewuc_main .list a+a{margin-top: 20px;}

    .falv_cont{max-width: 100%; padding: 0;}


    /* 工作机会 */
    .work_part1 .wrap{margin: 0;}
    .work_part1 .c_title{padding: 30px; padding-bottom: 0 !important;}
    .work_part1 .c_title .tet h2{font-size: 26px;}
    .work_part1 .row_2{width: 50%; margin: 0;}
    .c_title .tat1 a{margin: 0;}
    .work_part2 dt{padding-left: 25px;}
    .work_part3 dt{width: 90px;}
    .work_part3 .dl1 span+span{margin-left: 20px;}
    .work_part3 .dl2 dd{height: 40px;}
    .work_part3 .dl2 button{height: 100%; margin-right: 0px;}
    .work_part4 dt .d1{width: 40%;}


    /* 人员列表 */
    .team_part2 dl{height: 40px;}
    .team_part2 input{height: 40px;}
    .team_part2 dt{min-width: 80px;}
    .more_cont .more_but span{padding-right: 15px;}
    .more_cont .more_but span::after{width: 10px; height: 10px; top: 6px; }

    /* 新闻列表 */
    .news_part1,
    .kanw_part1{padding-top: 10px;}
    .newsc_part .col_3 a{font-size: 12px;}

    .kanw_part2 .d2 i{background-size: 5px; background-position: right 8px;}

    .kanwc_part dl{align-items: center; min-height: auto;}
    .kanwc_part dt{width: 40%;}
    .kanwc_part dd .txt{padding:0 0 30px 0;}

    .search_form dd{padding: 15px;}
    .search_form span{height: 25px; line-height: 23px; padding: 0 10px;}
    .search_form span i{width: 8px; height: 8px;}
    .search_form input{height: 25px; width: 200px;}
    .search_form dt{width: auto; padding-right: 10px;}
    .search_list .ctxt a{padding-right: 13px; background-size: 5px;}
    .search_list .item{padding-bottom: 30px;}
    .search_list .item+.item{padding-top: 30px;}
    .search_total .row_2 dl{width: 80px;}
    .search_total .row_2 dt{background-size: 8px; padding: 5px 10px;}
    .search_total .row_2 .select{width: 120px; margin-left: 10px;}
    .search_no{background-size: 100px; padding-top: 120px;}


    .page{font-size: 14px;}
}


@media screen and (max-width: 1002px){
    body{font-size: 12px; }
    input,textarea{font-size: 12px;}
    .wrap{width: auto; margin: 0 20px;}

    .main{padding: 20px 0 30px 0;}

    .c_h36{font-size: 22px;}
    .c_h34{font-size: 20px;}
    .c_h32{font-size: 20px;}
    .c_h30{font-size: 18px;}
    .c_h28{font-size: 18px;}
    .c_h24{font-size: 16px;}
    .c_h22{font-size: 14px;}


    .c_p60{padding: 30px 0;}
    .c_pb60{padding-bottom: 30px;}

    .c_column{height: 140px;}
    .c_column .tat{font-size: 14px;}
    .c_title .tat a::after{width: 9px; height: 9px; margin-top: 1px; margin-left: 5px;}
    
    .box_row .left_row{padding-right: 20px;}

    .header .wrap{height: 70px;}
    .header .row_1 img{width: 100px;}
    .header .col_2 a{font-size: 12px;}
    .header .col_2{padding: 5px 0 0 0;}

    .footer{overflow: hidden;}
    .footer .wrap{padding: 30px 0;}
    .footer .row_1 dl+dl{padding-left: 20px;}


    /* 首页 */
    .home_part1 .wrap{height: 230px;}
    .home_part1 .txt{font-size: 36px;}
    .home_part1 .c_montb{font-size: 18px;}

    .home_part2 a{height: 180px; padding: 20px;}
    .home_part3 .col_1 .row_1{padding: 20px 10px 0 0;}
    .home_part3 .col_2 li{height: auto; width: 50%;}
    .home_part3 .col_2 dd{-webkit-line-clamp:initial; -webkit-box-orient: initial; text-overflow:initial; display: block;}
    .home_part3 .col_2 dl::after{opacity: 1; background: linear-gradient(180deg, #F5F7FF 0%, #FFF 63.73%);}
    .home_part4 .box{padding: 20px;}

    .home_part4 .cont{top: 20px; bottom: 20px; left: calc(30% + 20px); width: calc(30% - 40px);}
    .home_part5 .box{margin-right: -20px;}
    .home_part5 .box a{height: 300px; padding: 20px;}


    /* 关于我们 */
    .about_part1 .c_title{padding: 20px; padding-bottom: 0;}
    .about_part9 .col_1 dd{padding: 15px;}
    .about_part6 .c_title{padding: 20px;}
    .about_part3 .cont{padding-top: 30px;}


    /* 联系我们 */
    .lxwm_part2 li{width: 50%;}
    
    .rongyu_list2 dd{height: 90px;}
    .rongyu_list1 li{width: 50%;}
    .yewuc_main .left_row .item_zz,
    .yewuc_main .left_row .item+.item{padding-top: 20px; margin-top: 20px;}
    .yewuc_main .item_renk dl{font-size: 14px;}

    /* 工作机会 */
    .work_part1 .c_title{padding: 20px;}
    .work_part3 dt{width: 80px;}
    .work_part3 .dl2 button{background-size: 15px;}
    .work_part4 dt{height: 60px;}
    .work_part4 dt::before{width: 10px; height: 10px; top: 25px;}
    .work_part4 dt .d2{background-size: 10px; padding-left: 20px;}
    .work_part4 dd{background-size: contain;}


    /* 人员列表 */
    .team_part3 dt{height: 28vw;}
    .team_part4 .box dt{width: 28vw;}
    .team_part4 .col_1 .dd{background-size: 10px; padding-left: 15px;}
    .team_part3 li{width: 50%;}
    .team_part3 dt{height: 28vw;}
    .team_part3 dt::after{height: 2.5vw;}
    .team_part3 .col_1 .d2{background-size: 10px; padding-left: 15px;}
    .team_part2 .but button{width: 120px; height: 35px; line-height: 36px; border-radius: 20px;}


    .right_row .title a{background-size: 5px; background-position: top 5px right; padding-right: 10px;}
    .right_row .list a::after{width: 5px; height: 9px; background-size: contain;}
    .right_row .team_part3 dt{height: 20vw;}


    /* 新闻列表 */
    .news_part1, .kanw_part1{padding-top: 10px;}
    .news_part2 li{width: 50%;}
    .news_part2 li .d3 span{background-size: 5px;}
    .newsc_part .left_row .col_2 .d2 a{background-size: 11px; padding-left: 15px;}
    .newsc_part .left_row .col_2 .d2 a:last-child{background-size: 11px;}

    .newsc_part .col_5 a{background-size: 15px;}

    .kanw_part2 li{width: 50%;}

    .kanwc_part dt{width: 35%; margin-bottom: 5px;}
    .right_row .xcx .c_h24 span{display: block; padding-top: 5px;}


    .search_form .but button{width: 120px; height: 35px; line-height: 36px; border-radius: 20px;}
    .page{font-size: 12px;}
}

@media screen and (max-width: 758px){


    .c_h36{font-size: 18px;}
    .c_h34{font-size: 18px;}
    .c_h32{font-size: 18px;}
    .c_h30{font-size: 16px;}
    .c_h28{font-size: 14px;}
    .c_h24{font-size: 14px;}
    .c_h22{font-size: 14px;}

    .c_p60{padding: 20px 0;}
    .c_pb60{padding-bottom: 20px;}
    
    .to_top{display: none;}

    .c_title .tat{text-align: right;}
    .c_title>div+div{padding-top: 15px;}

    .c_column{height: 120px;}
    .c_subnav .wrap{height: 40px;}
    .c_column .txt{font-size: 16px;}
    .c_subnav a{font-size: 12px;}
    .c_subnav a+a{margin-left: 10px;}
    .c_subnav a::after{left: 5px; right: 5px;}

    .c_subnav2{padding-top: 10px;}
    .c_subnav2 a{padding: 4px 10px; font-size: 12px; min-width: initial;}
    .c_subnav2 a+a{margin-left: 0px;}
    

    .c_cont_ul li+li{margin-top: 5px;}

    .wrap{ margin: 0 15px;}
    .header{display: none;}


    .box_row{flex-direction: column;}
    .box_row .left_row{padding: 0;}
    .box_row .right_row{width: auto; margin-top: 20px;}
    /* .c_share{display: none;} */

    .footer{background-position: left center; background-size: 800px;}
    .footer .wrap{padding: 20px 0;}
    .footer .row_1,
    .footer .row_2 .col_1{display: none;}
    .footer .row_2 .col_2 span::after{display: none;}
    .footer .row_2>div{text-align: center; justify-content:center; }
    .footer .row_2 .logo{display: block; padding-bottom: 30px;}
    .footer .row_2 .logo img{width: 100px;}
    .footer .row_2{padding: 0;}
    .footer .row_2 .col_2, .footer .row_2 .col_3{font-size: 12px;}




    .phone_header.fixed{box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);}
    .phone_header{display: block; position: sticky; top: 0; height: 55px; background: #F7F8FB; z-index: 9; padding: 0 15px; display: flex; align-items: center; justify-content: space-between;}
    .phone_header .row_1 img{width: 100px;}
    .phone_header .to{width: 15px; height: 15px; background: url(../images/ico_fdja.svg) center no-repeat; background-size: contain; display: block;}
    .phone_header .row_2{display: flex; align-items: center;}
    .phone_header .but {width: 20px; height: 15px; margin-left: 15px;}
    .phone_header .but span{width: 100%; height: 1px; background: #2747B1; display: block; margin-top: 7px; position: relative; transition: 0.4s;}
    .phone_header .but span::after,
    .phone_header .but span::before{content: ""; position: absolute; left: 0; width: 100%; height: 1px; background: #2747B1; display: block; transition: 0.4s;}
    .phone_header .but span::before{top: -7px;}
    .phone_header .but span::after{top: 7px;}
    .phone_header .box{position: fixed; left: 0; top: 55px; bottom: 0; width: 100%; background: #fff; padding: 0 20px; transform: translateX(100%); transition: 0.5s; overflow: auto;}
    .phone_header dl{border-bottom: 1px solid #ddd;}
    .phone_header dt a{padding: 10px 5px; display: block; font-size: 16px; display: flex; align-items: center; justify-content: space-between;}
    .phone_header dt a.child::after{content: ''; width: 10px; height: 10px; background: url(../images/ico_jtxb.svg) center no-repeat; background-size: contain; transition: 0.5s; transform: rotate(90deg);}
    .phone_header dt a.one::after{transform: rotate(-90deg);}
    .phone_header dd {padding-left: 20px; display: none;}
    .phone_header dd a{padding: 5px 0; display: block; font-size: 14px;}
    .phone_header dd a:last-child{margin-bottom: 10px;}

    .phone_header .lang{color: #2747B1; display: flex; align-items: center; position: relative; margin-left: 10px; font-size: 14px;}
    .phone_header .lang::after{content: ''; transform: rotate(90deg); background: url(../images/ico_jta.svg) center no-repeat; width: 10px; height: 10px; background-size: contain; display: inline-block; margin-left: 5px;}
    .phone_header .lang span{position: absolute; left: 50%; transform: translateX(-50%); top: calc(100% + 10px); background: #fff; width: 80px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); transition: 0.5s; opacity: 0; pointer-events: none; z-index: 1;}
    .phone_header .lang span a{display: block; padding: 5px 0; text-align: center;}
    .phone_header .lang:hover span{opacity: 1; pointer-events: initial;}
    .phone_header .but1{ padding: 15px 0;}
    .phone_header .but1 a{background: url(../images/ico_fx.svg) center left no-repeat; background-size: 18px; padding-left: 25px; color: #2747B1; font-size: 16px;}

    .phone_header.on .box{ transform: translateX(0); }
    .phone_header.on .but span{background: none;}
    .phone_header.on .but span::after{transform: rotate(-45deg); top: 0;}
    .phone_header.on .but span::before{transform: rotate(45deg); top: 0;}



    /* 首页 */
    .home_part1 .wrap{height: 200px;}
    .home_part2{padding: 0;}
    .home_part2 .wrap{margin: 0;}
    .home_part2 a{height: 190px; padding-bottom: 35px;}
    .home_part2 .c_h24{padding: 15px 0 5px 0;}
    .home_part2 a::after{height: 70%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #00124C 100%);}
    .home_part2 .pagination{position: absolute; left: 0; bottom: 15px; z-index: 2;}
    .home_part2 .pagination span{ width: 5px; height: 5px; margin: 0 2px !important;}
    .home_part2 span.swiper-pagination-bullet-active{width: 10px; border-radius: 10px;}
    .home_part2 .tet{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }



    .home_part3{background: #F7F8FB; padding: 20px 0;}
    .home_part3 .col_1 .wrap{flex-direction: column;}
    .home_part3 .col_1 .wrap>div{width: auto; padding: 0;}
    .home_part3 .col_1 .wrap .row_2{display: none;}
    .home_part3 .col_2 ul{margin: -15px -7px 0;}
    .home_part3 .col_2 li{padding: 0 7px ; margin-top: 15px;}
    .home_part3 .col_2 dl{padding: 15px;}
    .home_part3 .col_2 dt{color: #2747B1; background-size: 18px; padding-left: 25px;}
    .home_part3 .col_3{display: block;}
    
    .home_part4 .cont{display: none !important;}
    .home_part4 .box{flex-direction: column;}
    .home_part4 .row_1,
    .home_part4 .row_2{width: auto !important; margin: 0 !important;}
    
    .home_part4 .box{padding: 0; background: none; border: 0; margin-top: 10px;}
    .home_part4 dt a{padding: 15px 0;}
    .home_part4 dt a::after{width: 17px; height: 17px; background-size: 5px;}   
    .home_part4 dl:first-child a{padding-top: 15px !important;} 
    .home_part4 dd a{ color: #EADEB8; font-weight: 400;  background: rgba(255, 255, 255, 0.1);  border: 1px solid rgba(255, 255, 255, 0.1); padding: 15px 20px; display: block;}
    .home_part4 dd ul{display: flex; flex-wrap: wrap; margin-top: -10px;}    
    .home_part4 dd li{width: 33.3%; margin-top: 10px; position: relative; padding-left: 10px;}
    .home_part4 dd li::after{content: ""; position: absolute; top: 6px; left: 0; width: 3px; height: 3px; background: #EADEB8;}
    .home_part4 dl.on::after{opacity: 0;}
    .home_part4 dl.on dt::after{transform: rotate(-90deg); background-image: url(../images/ico_jta.svg); background-color: #fff;}


    .home_part5 .wrap{flex-direction: column; margin: 0;}
    .home_part5 .c_title{padding: 20px;}
    .home_part5 .box{margin: 0; width: auto;}
    .home_part5 .box a{height: 280px;}
    .home_part5 .button{display: none;}
    .home_part5 .box .col_3{color: #fff;}
    .home_part5 .box .col_4{width: 90%; padding-top: 10px; margin-top: 15px; color: #EADEB8;}

    .home_part5 .logo span{padding: 0 12px;}
    .home_part5 .logo{height: 50px;}
    .home_part5 .logo img{height: 20px;}
    .home_part5 .pagination{ position: absolute; left: 0; bottom: 15px; z-index: 2; display: flex; justify-content: center; width: 100%;}
    .home_part5 .pagination span{margin: 0 2px !important; width: 5px; height: 5px; background: #fff; opacity: 1; transition: 0.5s;}
    .home_part5 .pagination span.swiper-pagination-bullet-active{width: 10px; border-radius: 5px; background: #2747B1;}


    .home_part6 {padding-bottom: 0; overflow: hidden;}
    .home_part6 .map{margin: 20px -20px 0 -20px; height: 320px; flex-direction: column; position: relative;}
    .home_part6 .row_1{position: absolute; left: 0; top: 0; z-index: 4; width: calc(100% + 1px); flex-wrap: wrap; flex-direction: row; justify-content: start;}
    .home_part6 .row_1 a+a{margin: 0;}

    .home_part6 .row_1 a{width: 33.3%; flex: initial; height: 32px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
    .home_part6 .row_2 .container{width: calc(100% + 60%); height: calc(100% + 50%);}
    .home_part6 .row_2::before{background: linear-gradient(335deg, rgba(255, 255, 255, 0.00) -1.54%, #FFF 69.58%); opacity: 0.9; width: 100%; height: 100%;}
    .home_part6 .row_2 .cont{padding: 150px 0 0 20px;}
    .home_part6 .row_2 dd{max-width: 250px;}
    .home_part6 .row_2 dd span{display: flex;}
    .home_part6 .row_2 dt{padding-bottom: 10px;}
    .home_part6 .row_2 dd b{flex-shrink: 0; font-weight: 300;} 




    /* 关于我们 */
    .about_part1 .wrap{flex-direction: column;}
    .about_part1 .c_title{padding: 20px 15px;}
    .about_part1 .cont{width: auto;}

    .about_part3 .cont{padding-top: 20px;}
    .about_part4 .cont li{width: 100% !important;}
    .about_part4 .cont dl{padding: 15px;}

    .more_cont .more_but span{padding-right: 15px;}
    .more_cont .more_but span::after{width: 10px; height: 10px; top: 5px;}

    .about_part6 .wrap{flex-direction: column;}
    .about_part6 .c_title{padding: 20px 15px;}
    .about_part6 .cont{display: none;}

    .about_part8 .swiper dl{font-size: 12px; margin: 0; height: auto; width: auto; padding: 15px 50px 15px 15px;}
    .about_part8 .swiper dt{padding: 0 15px;}
    .about_part8 .swiper dd{padding: 10px 15px 0 0;}
    .about_part8 .swiper dt::after, .about_part8 .swiper dt::before{top: 5px; width: 8px; height: 8px;}
    .about_part8 .swiper::after{width: 50px; height: 50px;}
    .about_part8 .pagination{height: 5px;}
    .about_part8 .pagination span{width: 5px; height: 5px; margin: 0 2px !important;}
    .about_part8 span.swiper-pagination-bullet-active{width: 10px;}

    .about_part9 .col_1{padding: 20px 0;}
    .about_part9 .col_1 li{width: 100%;}
    .about_part9 .col_1 li+li{margin-top: 15px;}
    .about_part9 .col_1 ul{flex-wrap: wrap;}
    .about_part9 .col_1 dt::after{width: 30px; height: 30px; margin: 10px; background-size: 10px;}

    .layer_video .box{width: 90%;}
    .layer_video .close{width: 20px; height: 20px; font-size: 16px;}

    .about_part9 .col_2 li{width: 100%;}




    /* 联系我们 */
    .lxwm_part1 img{width: 60px;}
    .lxwm_part2 ul{margin: 0;}
    .lxwm_part2 li{width: 100%; padding: 0; }
    .lxwm_part2 li+li{margin-top: 15px;}
    .lxwm_part2 dl{height: auto; padding: 15px; background-size: 50%; background-position: right bottom;}


    
    /* 荣誉奖项 */
    .rongyu_query{flex-direction: column; padding: 15px;}
    .rongyu_query dl{width: 100% !important; padding: 0 !important;}
    .rongyu_query dl+dl{margin-top: 10px;}

    .rongyu_list1 li{width: 100%;}
    .rongyu_list1 dl{padding: 15px;}
    .rongyu_list1 dt{height: auto; padding-bottom: 10px; margin-bottom: 10px;}
    .rongyu_list1 dt .logo{height: auto; padding-bottom: 10px;}
    .rongyu_list1 dt .logo img{height: auto; max-height: 15px;}
    .rongyu_list1 dd{height: auto; max-height: 90px;  }

    .rongyu_list2 li{width: 100%;}
    .rongyu_list2 dl{padding: 15px;}
    .rongyu_list2 dt{height: auto; padding-bottom: 10px;}
    .rongyu_list2 dd{height: auto; max-height: 90px;}


    /* 领域 */
    .yewu_part2 a{width: 100%; min-height: 290px; position: relative;}
    .yewu_part2 .back{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: center; background-size: cover;}
    .yewu_part2 dl{padding: 20px 15px; z-index: 1;}

    .yewuc_part1{margin: 0; padding: 15px;}
    .yewuc_main .left_row .item_zz, 
    .yewuc_main .left_row .item+.item{padding-top: 15px; margin-top: 15px;}
    .yewuc_main .left_row .item_zz::after,
    .yewuc_main .left_row .item+.item::after{width: 100%;}

    .yewuc_main .more_cont .box{max-height: 150px;}
    .yewuc_main .item_anli .pdf{padding-top: 10px;}
    .yewuc_main .item_anli .pdf a{padding: 5px 10px; margin: 5px 5px 0 0;}
    .yewuc_main .item_anli .pdf span{padding-left: 20px; background-size: 10px;}

    .yewuc_main .item_renk dl{padding: 15px 50px 15px 15px; margin: 0; min-height: 50px; margin-top: 20px;}
    .yewuc_main .item_renk dl::after{width: 50px; height: 50px;}
    .yewuc_main .item_renk dt{padding: 0 15px;}
    .yewuc_main .item_renk dd{padding: 10px 15px 0 0;}
    .yewuc_main .item_renk dt::after, .yewuc_main .item_renk dt::before{top: 5px; width: 8px; height: 8px;}
    
    .yewuc_main .list a{height: auto; padding-right: 25px;}
    .yewuc_main .list a+a{margin-top: 15px;}


    /* 工作机会 */
    .work_part1 .wrap{flex-direction: column;}
    .work_part1 .row_2{width: 100%; margin-top: 15px;}
    .work_part1 .c_title{padding: 15px;}
    .work_part1 .c_title .tet h2{font-size: 18px;}
    .c_title .tat1 a{width: 100px; height: 30px; border-radius: 15px; font-size: 12px;}

    .work_part2 ul li{width: 100%; padding: 0 15px;}
    .work_part2 dl{padding: 20px 0;}
    .work_part3 dt{width: 70px;}
    .work_part3 .dl1 span{margin: 0 5px 5px 0 !important;  }
    .work_part3 .dl2{padding-top: 10px;}
    .work_part3 .dl2 dd{padding: 0 10px; height: 30px;}
    .work_part3 .dl2 button{width: 20px;}

    .work_part4 dt{height: auto; flex-direction: column; padding: 10px 15px; align-items: start;}
    .work_part4 dl .d1{width: 100%;}
    .work_part4 dt .d2{margin-top: 10px;}
    .work_part4 .box{padding: 15px; background: none;}
    .work_part4 dt::before{right: 15px;}

    .work_part4 dl+dl{margin-top: 10px;}


    /* 人员列表 */
    .team_part3 ul{margin-top: 0;}
    .team_part3 li{width: 100%; padding-top: 15px;}
    .team_part3 dd{padding: 15px;}
    .team_part3 dt{height: 50vw; overflow: hidden;}
    .team_part3 dt::after{height: 4vw;}
    .team_part3 dt img{height: 110%; transform: translateY(0.80vw)}
    .team_part3 .col_2{padding-top: 10px;}

    .team_part2{padding: 15px 0;}
    .team_part2 dl{height: auto; margin-bottom: 10px;}
    .team_part2 .dl1{height: auto; flex-direction: column; align-items: start;}
    .team_part2 .dl1 dd{width: 100%; margin-top: 5px;}
    .team_part2 ul{flex-wrap: wrap; padding: 0; margin: 0 -5px;}
    .team_part2 ul li{width: 7.69%; padding: 0; text-align: center; margin-bottom: 5px;}
    .team_part2 ul li.on, .team_part2 ul li:hover{background: none; color: #2747B1;}

    .team_part2 .row dl{width: 100%;}
    .team_part2 input{height: 30px; padding: 0 10px;}
    .team_part2 dt{min-width: 70px;}
    .team_part2 .but button{width: 100px; height: 30px; line-height: 30px; margin: 0 5px;}
    .team_part3 .col_2 .tet span{margin: 5px 5px 0 0;}
    
    .team_part4 .box dl{flex-direction: column;}
    .team_part4 .box::after{display: none;}
    .team_part4 .box dt{position: relative; width: auto; height: 50vw;}
    .team_part4 .box dt img{height: 110%; transform: translateY(0.80vw); position: relative; z-index: 1;}
    .team_part4 .box dt:after{content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 4vw; background: #ebeae6;}
    .team_part4 .box dd{padding: 15px;}

    .team_part4 .col_1,
    .team_part4 .col_2{padding-bottom: 5px;}
    .team_part4 .col_4,
    .team_part4 .col_5{padding-bottom: 10px;}
    .team_part4 .but a{background-size: 11px; padding-left: 15px;}
    .team_part4 .but .p1 a{background-size: 12px; padding-left: 18px;}
    .team_part4 .but .p3{display: none;}

    
    .yewuc_main .zhuzuo_list li{width: 50%; display: none;}
    
    .yewuc_main .zhuzuo_list li:nth-of-type(1),
    .yewuc_main .zhuzuo_list li:nth-of-type(2){display: block;}
    .yewuc_main .zhuzuo_list dd{padding: 15px; padding-top: 0;}
    .yewuc_main .zhuzuo_list dt{height: 38vw;}
    .yewuc_main .zhuzuo_list dt img{width: auto; height: 100%;}

    .yewuc_main .item_news ul{margin: 0 -5px;}
    .yewuc_main .item_news li{width: 50%; display: none; padding: 0 5px;}
    .yewuc_main .item_news li:nth-of-type(1),
    .yewuc_main .item_news li:nth-of-type(2){display: block;}
    .yewuc_main .item_news span{padding: 10px;}


    /* 社会责任 */
    .news_part1, .kanw_part1{padding-top: 0;}
    .news_part2 ul{margin-top: -15px;}
    .news_part2 li{width: 100%; padding-top: 15px;}
    .news_part2 li .d1{padding: 0;}
    .news_part2 li .d2{height: auto; padding: 10px 15px;}
    .news_part2 li .d3{padding: 0 15px 10px 15px;}
    .news_part2 li .col_2{display: none;}

    .newsc_part .left_row .col_2 .d2{display: none;}
    .newsc_part .left_row .col_2{padding: 10px 0;}
    .newsc_part .left_row .col_2::after{width: 100%;}
    .newsc_part .col_4{padding: 15px 0;}


    .newsc_part .col_6 a{height: auto; padding: 10px;}
    .newsc_part .col_6 .p1{display: none;}
    .newsc_part .col_6 .p2{padding: 0; margin: 0;}
    .newsc_part .col_6 .p2::after{display: none;}
    .newsc_part .col_3{padding-top: 10px;}
    .newsc_part .left_row .col_2 .d1>span{display: block; }
    .newsc_part .col_5{padding: 15px;}

    .right_row .item{padding-bottom: 20px;}
    .right_row .team_part3 dt{height: 50vw;}
    .right_row .title{padding-bottom: 10px;}
    .right_row .list2 a{padding: 15px;}
    .right_row .list2 a span{background-size: 5px;}
    .right_row .list2 a+a{margin-top: 10px;}


    /* 刊物 */
    .kanw_part2 ul{margin-top: -15px;}
    .kanw_part2 li{width: 100%; padding-top: 15px;}
    .kanw_part2 dt{height: 40vw; margin: 5px;}
    .kanw_part2 .d2 span{width: auto; height: auto; line-height:normal; border-radius: 0; border: 0;}
    .kanw_part2 a:hover .d2 span{background: none; color: #2747B1;}
    .kanw_part2 a:hover .d2 i{background-image: url(../images/ico_jta.svg);}
    .kanw_part2 .d2 i{background-position: right 6px; padding-right: 10px;}
    .kanw_part2 dd{padding: 10px 15px;}
    .kanw_part2 .d2{padding: 5px 0 0 0;}
    .kanw_part2 .d1{height: auto; padding: 0;}

    .kanwc_part dl{flex-direction: column; padding-bottom: 15px;}
    .kanwc_part dd{padding: 0 15px;}
    .kanwc_part dd .txt{padding-bottom: 10px}
    .kanwc_part .but a{padding-left: 16px; background-size: 10px; background-position: left 5px;}
    .kanwc_part .but .a2{display: none;}

    .right_row .xcx{padding: 15px;}
    .right_row .xcx img{width: 30vw;}

    
    .search_form dl{flex-direction: column;}
    .search_form dt{padding-bottom: 10px;}
    .search_form .but button{width: 100px; height: 30px; line-height: 30px; margin: 0 5px;}
    .search_list .ctxt{margin-bottom: 20px;}
    .search_list .ctxt a{background-position: center right;}
    .search_list .txt{padding: 5px 0 10px 0;}
    .search_list .col+.col{padding-top: 15px;}
    .search_list .item::after{height: 1px; width: 100%;}
    .search_list .txt .d1{padding-right: 10px; line-height: 1.4;}

    .search_total{padding:5px 10px;}
    .search_total .row_2 .select{width: 100px;}
    .search_total .row_2 .sel-title-box{padding: 0 10px;}



    .page .PinfoPage,
    .lm_page ul .disabled,
    .page .Pform{display: none;}

    .lm_page ul .page a,
    .page .Ppage a{width: auto; height: auto; line-height: normal; border: 0;}
    .page .Ppage a.Pmodern, .page .Ppage a:hover,.lm_page ul .page a{background: none !important; color: #2747B1 !important;}
    .page .Ppagelist .Ppage{padding: 0 ;}
    .page .Ppagelist a{padding: 0 5px;}
    .page .Pprev, .page .Pnext{width: 6px; }

    .lm_page .prev a,
    .page .Pprev{margin: 0 5px 0 10px ;}

    .lm_page .next a,
    .page .Pnext{margin: 0 10px 0 5px;}

    .page{margin-top: 20px;}

    .lm_page ul{margin: 20px 0 0 0 !important;}
    .lm_page ul .page a{margin: 0; padding: 0 5px;}
    .lm_page ul .first,
    .lm_page ul .prev {display: block !important;}
    .lm_page .prev a, .lm_page .next a, .page .Pprev, .page .Pnext{width: 6px;}



    .news_part2 li a:hover .d2, .news_part2 li a:hover .d3{opacity: 1; transform: translateY(0);}

    .lxwm_part2 li > div:hover .c_h24{font-size: 16px;}

    .c_share a .code span{width: 80px; height: 80px;}
    .c_share a .code span canvas{width: 100% !important; height: 100% !important;}


    .kanwc_left .item{padding: 0 15px;}
}   