@charset "utf-8";
/* CSS Document */

@font-face {
 font-family: '阿里巴巴普惠体 B';
 src: url('../fonts/Alibaba PuHuiTi Bold.OTF') format("truetype");
 font-display: swap;
}
@font-face {
 font-family: '阿里巴巴普惠体 H';
 src: url('../fonts/Alibaba PuHuiTi Heavy.OTF') format("truetype");
 font-display: swap;
}
@font-face {
 font-family: '阿里巴巴普惠体 M';
 src: url('../fonts/Alibaba PuHuiTi Medium.OTF') format("truetype");
 font-display: swap;
}
@font-face {
 font-family: '阿里巴巴普惠体 R';
 src: url('../fonts/Alibaba PuHuiTi Regular.OTF') format("truetype");
 font-display: swap;
}
body { margin:auto; padding:0; font-family:"阿里巴巴普惠体 R","微软雅黑", Arial; font-size:16px; line-height:1.5; color:#000000; width:100%;overflow-x: hidden; margin:0px auto;}
a { color:#000000; text-decoration:none;}
a:hover { color:#000000;}
img { border:0; display:inline; max-width:100%; height:auto; vertical-align: bottom;}
select {
    text-transform: none;
}
*{ outline:none;}

div,ul,li,dl,dd,span,h1,h2,p,h4,h3 { margin:0; padding:0; list-style:none;}
.clear{ clear:both;}
.ellipsis{ display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.molEllipsis{ display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}

.container{ max-width:1200px; width:100%; margin:0px auto;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.flex-between {display: flex;align-items: center;justify-content: space-between;}
.flex {display: flex;}
.flex-center-y {display: flex;align-items: center;}
*{ box-sizing: border-box;}
::-webkit-scrollbar {
    width: 6px;
	height:6px;
	background:#d6d6d6;
	border-radius:20px;
}
::-webkit-scrollbar-thumb {
    background: #a0a0a0;
    scrollbar-arrow-color:#a0a0a0;
	border-radius:20px;
}


html.active{ height:100%; overflow:hidden;}

@media screen and (max-width:1300px){
	.container{ padding:0px 3%;
}
}

/* 头部 */
header{ width:100%; }
.top_one{ background:#0e27b6; color:#fff;z-index:600; position:relative; font-size:14px;}
.top_one .container{ height:50px;display: flex;align-items: center;justify-content: flex-end;}
.top_one .login{ background:#fff; border-radius:25px; color:#304ffe; font-weight:600;  padding:0px 20px; height:30px;display: flex;
    align-items: center;
    justify-content: center;}
.top_one .login .iconfont{ margin-right:6px;}
.top_one .login1{ background:#304ffe; border-radius:25px; color:#fff; font-weight:600;height:30px;display: flex;
    align-items: center;
    justify-content: center; padding:0px 10px; position:relative; cursor:pointer;}
.top_one .login1 .iconfont{ margin-right:6px; background:#fff; width:24px; height:24px; border-radius:50%;display: flex;
    align-items: center;
    justify-content: center; color:#304ffe; }
.top_one .login1 .l_content{ width:220px;box-shadow:0px 24px 40px rgb(0 0 0 / 16%); padding:15px; border-radius:5px; position:absolute;  top:40px;z-index:600; background:#fff; color:#000; font-size:14px;font-family:"阿里巴巴普惠体 R"; font-weight:normal;opacity:0;transform-origin: 50% 0; transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s,opacity 0.3s;}
.top_one .login1 .l_content .desc{ line-height:2; margin-bottom:11px;}
.top_one .login1 .l_content .quit{ width:100px; height:35px; border-radius:4px;display: flex;
    align-items: center;
    justify-content: center; color:#fff; background:#304ffe;}
.top_one .login1 .l_content .quit:hover{ background:#0e27b6; font-weight:600;}
.top_one .login1 .l_content:before {
	border: 7px solid transparent;border-bottom: 7px solid #fff;
	position: absolute;
	left: 50%;
	top: -13px;
	transform:translateX(-50%);-webkit-transform:translateX(-50%);
	content: '';
}
.top_one .login1:hover .l_content{transform: scaleY(1) translateZ(0);opacity:1;}
.head_1{ position:relative;}
.banner{ position:relative;}
.banner ul li{ position:relative; color:#fff;}
.banner ul li img{ width:100%; height:auto;object-fit: cover;
 object-position: center center;}
.banner .f_button{ position:absolute; left:0px; bottom:40px; width:100%;display: flex;
    align-items: center;
    justify-content: center; z-index:20;}
.banner .f_button a{ display:inline-block; width:35px; height:5px; background:#fff; border-radius:20px; margin:0px 10px;cursor:pointer;opacity:.7;}
.banner .f_button a.active{ opacity:1;}
.top_two { max-width:1200px; width:94%; position:absolute; top:40px; left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%); background:#fff; border-radius:45px; padding:0px 30px; z-index:400;}
.top_two .logo img{ height:54px; width:auto;}
.top_two .logo { margin-left:20px;}
.menu{ flex:1; margin-left:62px; margin-right:20px;}
.menu ul li{ position:relative; height:65px; display:flex;align-items: center;
    justify-content: center;font-family:"阿里巴巴普惠体 B"; flex:1;}
.menu ul li .title{ position:relative; font-size:16px;font-family: "阿里巴巴普惠体 B";}
.menu ul li.active .title:before,.menu ul li:hover .title:before  {
	width: 22px;
	height: 2px;
	position: absolute;
	left: 50%;transform:translateX(-50%);-webkit-transform:translateX(-50%); 
	bottom: -10px;
	background: #304ffe;
	content: '';
}

.menu ul li .sumbit a{ color:#333; font-size:14px;}
.menu ul li.active a,.menu ul li:hover .title{ color:#304ffe; font-weight:600; font-size:18px;}
.menu ul li .sumbit{ background:#fff; width:160px; position:absolute; top:75px; z-index:20; transform-origin: 50% 0; transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s,opacity 0.3s;box-shadow: 0 0 10px 0 rgb(0 104 183 / 12%);}
.menu ul li:hover .sumbit{ transform: scaleY(1) translateZ(0);
    opacity: 1;}
.menu ul li .sumbit a{ display:block; text-align:center; line-height:2.7;font-size:14px;}
.menu ul li.active .sumbit a{ color:#000; font-size:14px;}
.menu ul li .sumbit a:hover{ background:#304ffe;color:#fff;}
.adv_banner{ text-align:center;}

/*首页新闻*/
.part_1{ padding-top:20px; padding-bottom:70px;}
.index_bt { font-weight:600; line-height:1.2; margin-right:50px;}
.index_bt .eng{ font-size:18px; color:#c0c0c0;text-transform: uppercase;}
.index_bt .title{ font-size:24px; color:#304ffe;font-family:"阿里巴巴普惠体 B";}
.new_class{ flex:1; overflow:hidden; max-width:700px;}
.new_class span{ line-height:2.3; border-radius:25px; font-size:16px; padding:0px 20px; cursor:pointer;color:#304ffe; font-weight:600; }
.new_class span.cur{ background:#304ffe; color:#fff;}
.all_tit{ margin-bottom:43px;}
.index_news{ display:flex;align-items: stretch; margin-bottom:70px;}
.index_news .news_left{ width:46%; padding-right:24px; position:relative;}
.index_news .news_left .photo{ height:100%; width:100%; overflow:hidden;}
.index_news .news_left .photo img{ width:100%; height:100%;object-fit:content;transition:all .9s;-webkit-transition:all .9s;object-fit: cover;
 object-position: center center;}
.index_news .news_left:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.index_news .news_right{ margin-left:40px; overflow:hidden; flex:1; overflow:hidden;}
.index_news .news_right ul{display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px 0px;}
.index_news .news_right ul li{ background:#f6f6f6; padding:25px 21px; border-left:4px #f6f6f6 solid; color:#333; overflow:hidden; width:100%;}
.index_news .news_right ul li .date{ font-weight:600; margin-bottom:5px;}
.index_news .news_right ul li .date .year{ font-size:22px; margin-right:10px;}

.index_news .news_right ul li .title a{ font-weight:600; color:#333;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.index_news .news_right ul li .desc{ color:#898989; font-size:14px; margin-top:5px;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; height:22px;}
.index_news .news_right ul li:hover .date{ color:#304ffe;}
.index_news .news_right ul li:hover .title a{ color:#304ffe;}
.index_news .news_right ul li:hover{border-left:4px #304ffe solid;}
.index_news .news_left .content{ width:88%; position:absolute; right:0px; bottom:13.5%; background:#fff;box-shadow: 0 0 15px 0 rgb(157 154 154 / 25%);padding:20px 25px 20px;border-left:4px #304ffe solid; color:#333;}
.index_news .news_left .content .moth{font-size:25px;  font-weight:600;}
.index_news .news_left .content .year{  color:#acacac; margin:10px 0px; margin-top:5px;}
.index_news .news_left .content .title a{ font-weight:600; color:#333; line-height:22px; height:66px;font-family:"阿里巴巴普惠体 B";}
.index_news .news_left .content .title a:hover{color:#304ffe;}
.index_news .news_left .content .more{ font-size:18px; font-weight:600;}
.more_1{display: flex;
    align-items: center;
    justify-content: flex-end; margin-top:20px;}
.more_1 a{ color:#304ffe; font-size:14px;}
.more_1 a .iconfont{ width:22px; height:22px;display: flex;align-items: center;justify-content: center; font-size:14px; border-radius:50%; color:#fff; background:#304ffe; margin-left:5px;transition: all .3s ease;-webkit-transition: all .3s ease;}
.more_1 a:hover .iconfont{background-color:rgba(48,79,254,0.8); margin-left:10px;}

.tabcontent_1 .index_news{
	display:none;
}
.tabcontent_1 .index_news.cur{
	display: flex;
}

.index_policy ul{display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 35px;
align-items: stretch;}
.index_policy ul li{ overflow:hidden;}
.index_policy ul li a{ display:block; position:relative;transition: all .3s ease;-webkit-transition: all .3s ease;}
.index_policy ul li .photo{ position:relative; padding-top:159.5%; background-repeat:no-repeat; background-position: center center; background-size:cover;}
.index_policy ul li a .content{ position:absolute; width:100%; left:50%; top:50%;transform: translate(-50%,-50%); text-align:center; font-weight:600; padding:0px 10px;}
.index_policy ul li.no1 .photo{ background-image:url(../images/index_101.png);}
.index_policy ul li.no2 .photo{ background-image:url(../images/index_12.jpg);}
.index_policy ul li.no3 .photo{ background-image:url(../images/index_14.jpg);}
.index_policy ul li.no4 .photo{ background-image:url(../images/index_16.jpg);}
.index_policy ul li a .content .title{ font-size:18px;font-family:"阿里巴巴普惠体 B";}
.index_policy ul li a .content .eng{ font-size:14px;}

.index_policy ul li a .icon{ width:85px; height:75px;background-repeat:no-repeat; background-position: center center; background-size:cover; margin:0px auto 20px;}
.index_policy ul li.no1 a .icon{background-image:url(../images/icon_091.png);}
.index_policy ul li.no2 a .icon{background-image:url(../images/icon_06.png);}
.index_policy ul li.no3 a .icon{background-image:url(../images/icon_22.png);}
.index_policy ul li.no4 a .icon{background-image:url(../images/icon_13.png);}

.index_policy ul li.no1:hover .photo{ background-image:url(../images/index_10.jpg);}
.index_policy ul li.no2:hover .photo{ background-image:url(../images/index_121.png);}
.index_policy ul li.no3:hover .photo{ background-image:url(../images/index_141.png);}
.index_policy ul li.no4:hover .photo{ background-image:url(../images/index_161.png);}
.index_policy ul li a:hover{ color:#fff;}

.index_policy ul li.no1 a:hover .icon{background-image:url(../images/icon_091.png);}
.index_policy ul li.no2 a:hover .icon{background-image:url(../images/icon_061.png);}
.index_policy ul li.no3 a:hover .icon{background-image:url(../images/icon_221.png);}
.index_policy ul li.no4 a:hover .icon{background-image:url(../images/icon_131.png);}

.part_2{ padding-top:70px; padding-bottom:70px;background-repeat:no-repeat; background-position: center center; background-size:cover; margin:0px auto 0px;background-image:url(../images/index_22.jpg);}

.index_pro ul{display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 40px 25px;
align-items: stretch;}
.index_pro ul li{ overflow:hidden; text-align:center;}
.index_pro ul li a{ display:block;padding:45px 0px 45px; position:relative; }
.index_pro ul li .content{ display:flex; flex-direction: column; cursor:pointer;}
.index_pro ul li .content .tub{ width:60px; height:60px;display: flex;
    align-items: center;
    justify-content: center; margin:0px auto 10px; line-height:1;}
.index_pro ul li .content .title{ font-weight:600; font-size:18px;}
.index_pro ul li .content .infor{ font-size:16px;}
.index_pro ul li .content .iconfont{ color:#b5b5b5; font-size:55px;}
.index_pro ul li a:before{width: 90%;
	height: 46%;
	position: absolute;
	left: 50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);
	top: 0px;
	border:3px #aaaaaa solid; border-bottom:0px;
	content: '';
}
.index_pro ul li a:after{width: 90%;
	height: 20%;
	position: absolute;
	left: 50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);
	bottom: 0px;
	border:3px #aaaaaa solid; border-top:0px;
	content: '';
}
.index_pro ul li .content .icon-falv1{ font-size:55px;}
.index_pro ul li .content .icon-boat{ font-size:43px;}
.index_pro ul li a:hover{ color:#304ffe;}
.index_pro ul li:hover .content .iconfont{color:#304ffe;}
.index_pro ul li a:hover:before,.index_pro ul li a:hover:after{ border-color:#304ffe;}
.mem_service ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0px 0px;
align-items: stretch;}
.mem_service ul li{ display:flex;align-items: stretch; background:#304ffe;}
.mem_service ul li .project{ position:relative; flex:1; overflow:hidden; display:block;}
.mem_service ul li .project .photo{ padding-top:100%; position:relative;}
.mem_service ul li .project .photo img{ position:absolute; left:0px; top:0px; width:100%; height:100%;object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.mem_service ul li .photo:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
 .mem_service ul li .project .content{ position: absolute; width:100%; left:0px; top:50%; color:#fff;transform:translateY(-50%);-webkit-transform:translateY(-50%); text-align:center; z-index:10;}
.mem_service ul li .project .content .title{ font-size:20px; font-weight:600; line-height:1.2;}
.mem_service ul li:nth-child(3),.mem_service ul li:nth-child(4){flex-direction: row-reverse; }
.part_3{ padding-top:70px; padding-bottom:70px;}
.part_4{ padding-top:70px; padding-bottom:70px; background:#f4f4f4;}
.part_4 .more_1{ margin-top:0px;}

.new_class1{ flex:1; overflow:hidden; max-width:800px;}
.new_class1 ul li{ line-height:2.3; border-radius:25px; font-size:16px; padding:0px 30px 0px 20px; cursor:pointer; color:#304ffe; font-weight:600;font-family:"阿里巴巴普惠体 B";}

.new_class1 ul li span{ position:relative;  display:inline-block;}
.new_class1 ul li.active{ background:#304ffe; color:#fff;}

.new_class1 ul li.active span:after{
	position: absolute;
	top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);
	RIGHT: -11px;
	border: 4px solid transparent;border-top: 4px solid #fff;
	content: '';
}

.Directory { position:relative;}
.Directory ul{
	
}
.Directory ul:after{content:"\200B";display:block; height:0px; overflow:hidden;clear:both;}

.Directory ul li{
	background-color:#fff;
	padding:30px 20px 30px 40px;
	border-radius:14px;
	width:45%;
	float:left; margin-bottom:40px;
	box-shadow: rgb(0 0 0 / 5%) 0px 0px 16px 0px;
	position:relative;
}

.Directory ul li:nth-child(2n){ margin-right:0px;}
.Directory ul li a{
	display:block;
	padding-bottom:54px;
	position:relative;
}

.Directory ul li a:after{
	position:absolute;
	border-radius:6px;
	content:"";
	width:34px;
	height:6px;
	background-color:#304ffe;
	bottom:0;
	left:0;
}

.Directory ul li .photo{
	position:absolute;
	right:0;
	bottom:-20px;
}

.Directory ul li .photo img{
	max-width:150px;
	max-height:87px;
	object-fit:contain;
	object-position:right bottom;
}
.Directory ul li a .title{  font-size: 18px;
 font-weight: 600;
 min-height: 60px;
 position: relative;
 z-index: 10;}
.xfk_btn{ position:absolute; left:0px; width:100%; bottom:-20px;display: flex;
    align-items: center;
    justify-content: center;}
.xfk_btn .xf_cont{ display:flex;align-items: center; background:#dddddd; border-radius:20px; overflow:hidden; width:auto !important;}
.xfk_btn .xf_cont span{ height:6px; width:25px;border-radius:20px; margin:0 !important; background:none;}
.xfk_btn .xf_cont span.swiper-pagination-bullet-active{background:#304ffe; }

.job_1 { position:relative;}
.job_1 ul{
	
}
.job_1 ul:after{content:"\200B";display:block; height:0px; overflow:hidden;clear:both;}

.job_1 ul li{
	background-color:#fff;
	padding:30px 20px 30px 40px;
	border-radius:14px;
	width:30%; margin-right:5%;
	float:left; margin-bottom:40px;
	box-shadow: rgb(0 0 0 / 5%) 0px 0px 16px 0px;
	position:relative;
}

.job_1 ul li:nth-child(3n){ margin-right:0px;}
.job_1 ul li a{
	display:block;
	padding-bottom:54px;
	position:relative;
}

.job_1 ul li a:after{
	position:absolute;
	border-radius:6px;
	content:"";
	width:34px;
	height:6px;
	background-color:#304ffe;
	bottom:0;
	left:0;
}

.job_1 ul li .photo{
	position:absolute;
	right:0;
	bottom:-20px;
}

.job_1 ul li .photo img{
	max-width:150px;
	max-height:87px;
	object-fit:contain;
	object-position:right bottom;
}
.job_1 ul li a .title{ font-size:20px; font-weight:600; min-height:60px;position: relative;
    z-index: 10;}

.part_5 { padding-top:70px;padding-bottom:70px; color:#959595; font-size:24px; line-height:2.8;}
.part_5 ul{}
.part_5 ul li{ text-align:center;}
.part_5 ul li .title .big{ color:#304ffe; font-weight:600; font-size:40px;font-family: '阿里巴巴普惠体 B'; display:inline-block; position:relative; margin-right:6px;}
.part_5 ul li.no1 .title .big:before {
	font-size:25px;
	position: absolute;
	font-weight:600;
	right: -12px;
	top: 0px;
	color:#304ffe;
	content: '+';
}
.part_6{   padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/index_50.jpg);}
.about_cer{ position:relative; }
.about_cer ul li{ width:22.5%; float:left; margin-right:3.3%;}
.about_cer ul li .photo{ width:100%; position:relative; padding-top:71%; overflow:hidden;}
.about_cer ul li .photo img{ width:100%; position:absolute; height:100%; left:0px; top:0px;object-fit: cover;
 object-position: center center;}
.about_cer ul li:last-child{ margin-right:0px;}
.about_cer .button{ width:69px; height:100px; position:absolute; top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);cursor:pointer; color:#b0b0b0;font-size:40px; text-align:center;display: flex;
    align-items: center;justify-content:center; line-height:1; z-index:100;}
.about_cer .button.pre{ left:-65px;}
.about_cer .button.pre:before{transform: rotate( 180deg );
    -webkit-transform: rotate( 180deg );}
.about_cer .button.next{ right:-65px;}
.about_cer .button:hover{ color:#304ffe;}
.cer_btn{ position:absolute; left:0px; width:100%; bottom:-10px;display: flex;
    align-items: center;
    justify-content: center;}
.cer_btn .xf_cont{ display:flex;align-items: center;overflow:hidden; justify-content:center;}
.cer_btn .xf_cont span{ height:6px; width:25px;border-radius:20px; cursor:pointer;background:#dddddd; margin:0px 5px; }
.cer_btn .xf_cont span.active{background:#304ffe; }

.link{ }
.link ul{display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-gap: 10px 10px;
align-items: stretch;}
.link ul li{ border:1px #e3e4e6 solid;}
.link ul li a{ display:block;}
.link ul li a .photo{ height:44px; position:relative; margin-bottom:5px;}
.link ul li a .photo img{ position:absolute; left:50%; top:50%;transform: translate(-50%,-50%); width:auto; max-width:100%; height:auto; max-height:100%;object-fit: cover;
 object-position: center center;}
 .part_7{ padding:70px 0px;}


/*底部*/
footer{ background:#1833ca; color:#fff; font-size:14px; padding:60px 0px 30px;}
footer a{ color:#fff;}
footer .container{display: flex;justify-content: space-between;align-items: flex-end; }
footer .f_left{ width:45%;}
footer .f_right{ width:100px;}
footer .f_right img{ width:100px; height:auto;}
footer .f_left .db_logo{ height:45px; width:auto;}
footer .f_left .content{ margin-top:15px;}
footer .f_left .content .title{ font-size:16px; font-weight:600; margin-bottom:5px;}
.f_midd{ margin:0px 20px;}
.f_midd ul{display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px 0px;
align-items: stretch;
}
.f_midd ul li .title{ font-size:16px; font-weight:600; margin-bottom:5px;}
.f_midd ul li .desc span{ margin-right:20px;}
footer .copyright{display: flex;
    align-items: center;
    justify-content: center; text-align:center; color:#fff; margin-top:40px; padding:0px 3%;}

/*移动菜单*/
.menubtn{
    display: flex;
    justify-content: center;
    align-items: center;
	width:26px;
	height:40px;
	right:0px;
	z-index:100;
	display:none; position:relative; 
}
.menubtn .name{ font-size:16px; left:-60px; font-weight:500; top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%); position:absolute; font-weight:600;}
.menubtn .navbar-icons {
    height: 20px;
	width:100%;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    display: flex;
	flex-direction:column;

	justify-content:space-between;
    cursor: pointer;
}

.menubtn .navbar-icons span {
    display: block;
    height: 2px;
    width: 100%;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
	top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center;
	background-color: #333;
	position:relative; border-radius:5px;
}

.menubtn .navbar-icons span:first-child {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.menubtn .navbar-icons span:nth-child(2) {
    -webkit-transform-origin: left center;
    transform-origin: left center;
	width:70%; 
}

.menubtn .navbar-icons span:nth-child(3) {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.menubtn.open .navbar-icons span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
}

.menubtn.open .navbar-icons span:nth-child(2) {
    opacity:0;
}

.menubtn.open .navbar-icons span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	top:1px;
}

.menu-mc{
	position:fixed;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:300;
	transition:all .5s;
	-webkit-transition:all .5s;
	transform:translateY(-100%);
	-webkit-transform:translateY(-100%);
	padding-top:130px;
	display:flex;
	flex-direction:column;
	display:none;
	background:#333;
}

.menu-mc.active{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}

.menu-mc .list{
	flex:1;
	overflow:auto;
}

.menu-mc .list ul{
	padding:0 24px;
}

.menu-mc .list ul li{
	line-height:60px;

}
.menu-mc .list ul li .submenu{ display:none;}
.menu-mc .list ul li .title{border-bottom: 1px solid rgba(140,140,140,.19);display: flex;align-items: center;justify-content:space-between; font-weight:600; color:#fff; }
.menu-mc .list ul li .title .iconfont{ margin-right:10px; font-size:14px;}
.menu-mc .list ul li a{
	display:block;
	font-size:14px; color:#fff;
}
.menu-mc .list ul li .submenu a{ padding-left:20px; line-height:3;}
.menu-mc .list ul li .submenu a:hover{ background:#444; font-weight:600;}
.top_one.no1 .menubtn .navbar-icons span{    background-color: #fff;
}
.top_one.no1 .menubtn { margin-left:10px;}

.tab-contents .content{
	display:none;
}

.tab-contents .content:first-child{
	display:block;
}

.gallery{ height:428px;}
.gallery .swiper-slide{ height:174px; margin-top:0 !important;}
.gallery .swiper-wrapper{flex-wrap: wrap;flex-direction: column;}


/*申请入会*/
.top_one.no1 .container{ height:60px; justify-content: space-between;}
.top_one.no1 .container .logo1 img{ height:40px; width:auto;}
.top_menu .menu{ margin-left:0px; margin-right:0px;}
.mainbg{ background:#f8f8f8; padding:36px 0px;}
.p_title{ margin-bottom:30px; font-size:18px;font-family:"阿里巴巴普惠体 B";}
.p_title .blue{ color:#304ffe; font-weight:600; margin-right:7px;white-space:nowrap;}
.updown{ margin-bottom:68px;}
.p_title .eng{ color:#c0c0c0;text-transform: uppercase; white-space:nowrap;}
.updown a{ width:242px; height:56px; border-radius:29px; background:#0f51fb; color:#fff; font-size:20px;display: flex;
    align-items: center;
    justify-content:center;font-family:"阿里巴巴普惠体 B"; font-weight:600;}
.updown a img{ height:27px; width:auto; margin-right:14px;}
.updown a:hover{ background:#0e27b6;}
.Process{ margin-bottom:107px;}
.guide{ text-align:center;}
.guide img{ height:43px; width:auto; margin-bottom:20px;}
.guide .title {position:relative; margin-bottom:42px;}
.guide .title span{ display:inline-block; position:relative; z-index:3; font-size:22px;font-family:"阿里巴巴普惠体 B"; font-weight:600;}
.guide .title:before {
	width: 88px;
	height: 15px;
	position: absolute;
	left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);
	bottom: 0px;
	background: #cad1fb; z-index:0;
	content: '';
}
.manual{ margin-bottom:88px;}
.manual ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 24px 47px;
align-items: stretch;
}
.manual ul li{ background:#fff; display:flex;align-items: stretch;padding:20px 20px 20px 30px; overflow:hidden;}
.manual ul li .content{ flex:1; overflow:hidden;}
.manual ul li .content .title{ font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B"; margin-bottom:10px;}
.manual ul li .content .desc{ font-size:14px; line-height:2;}
.manual ul li .down{ display:inline-block;font-size:14px;font-weight:600;font-family:"阿里巴巴普惠体 B"; color:#fff; line-height:38px; border-radius:28px; background:#0f51fb; padding:0px 10px; margin-left:22px;}
.manual ul li .down:hover{background:#0e27b6;}
.manual ul li .pic{ width:78px; height:78px; margin-left:28px;}
.manual ul li .tpright{display: flex;
    align-items: center;
}
.manual.no1{ margin-bottom:0px;}
.building{ background:#fff; padding:30px; border-top:10px #8497ff solid; margin-bottom:20px;}
.building .title .txt{ position:relative; display: inline-block;font-family:"阿里巴巴普惠体 B"; font-size:16px; font-weight:600; margin-left:10px;}
.building .title .txt span{ position:relative; z-index:2; padding:0px 5px;}
.building .title .txt:before {
	width: 100%;
	height: 9px;
	position: absolute;
	left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);
	bottom: 0px;
	background: #cad1fb; z-index:0;
	content: '';
}
.building .title{ margin-bottom:24px;}
.building .desc{ font-size:14px; line-height:2.2;}
.new_list{display: flex;align-items: stretch;}
.border_2{ background:#fff; padding:25px;}
.new_list .new_right{ width:49%; margin-left:20px;}
.new_list .new_left{ flex:1; overflow:hidden;}
.new_title{ margin-bottom:30px;}
.new_title .tpleft .txt{ position:relative; display: inline-block;font-family:"阿里巴巴普惠体 B"; font-size:16px; font-weight:600; margin-left:0px;}
.new_title .tpleft .txt span{ position:relative; z-index:2; padding:0px 5px;}
.new_title .tpleft .txt:before {
	width: 100%;
	height: 9px;
	position: absolute;
	left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);
	bottom: 0px;
	background: #cad1fb; z-index:0;
	content: '';
}
.new_title .more{ font-size:12px; color:#656565;}
.new_title .more:hover{color:#1833ca;}
.new_list .new_right{ display:flex;flex-direction: column;}
.new_list .new_right ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 17px 9px;
align-items: stretch;
width: 100%;}
.new_list .new_right ul li{  background:#f5f7ff; font-size:14px; height:67px; border-radius:5px; padding:0px 10px; color:#2a2a2a;display: flex;
    align-items: center; overflow:hidden;}
.new_list .new_right ul li span{ display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.new_r li{ font-size:14px; line-height:50px; border-bottom:1px #cfcfcf solid;}
.new_list .new_left .new_title { margin-bottom:10px;}
.ordinance{ margin-bottom:20px;}
.new_left{display: flex;  flex-direction: column;}
.new_left .news1{ flex:1;display: flex;  flex-direction: column;}
.default_1{ flex:1;display: flex;
    align-items: center;
    justify-content: center; text-align:center; color:#999; font-size:14px;}
.default_1 img{ margin-bottom:10px;}

/*通知公告*/
.notice_1{ position:relative; padding-bottom:0px; margin-bottom:50px; padding:0px 50px;}
.notice_1:after{content:"\200B";display:block; height:0px; overflow:hidden;clear:both;}
.notice_1 ul li{ float:left; width:46%;box-shadow:0px 12px 20px rgb(0,0,0,.26);}
.notice_1 .swiper{ padding-bottom:30px;}
.notice_1 ul li img{ width:100%; max-height:230px;object-fit: cover;
 object-position: top center;}
.notice_1 ul li a{ display:block; position:relative;}
.notice_1 ul li .xfk{background-color:rgba(51,150,252,0.45); position:absolute; left:0px; bottom:0px; padding:5px 18px; z-index:10; color:#fff; font-size:14px; width:100%;}
.notice_1 ul li .xfk .content{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.search_1{ background:#fff; flex:1; margin-left:10px;border:1px #ebebeb solid; border-radius:25px; padding:0px 19px; height:40px; max-width:455px;}
.search_1 .formbit{ flex:1; overflow:hidden; height:37px; line-height:normal; border:0px; background:none;}
.search_1 .sumbit{ background-image:url(../images/iconf_03.png); background-repeat:no-repeat; background-position:right center;     width: 31px;
    height: 21px;
    background-size: 21px 21px; background-color:#fff; border:0px; border-left:1px #acacac solid; cursor:pointer; }
.p_title .tpleft{ display:flex;align-items: center;}
.notice_list ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 40px;
align-items: stretch;}
.notice_list ul li{ overflow:hidden;}
.notice_list ul li .photo{ margin-bottom:7px;}
.notice_list ul li .photo a{ display:block; position:relative;padding-top:40.6%; width:100%; overflow:hidden;}
.notice_list ul li .photo a img{ width:100%; height:100%; position:absolute; top:0px; left:0px;object-fit: cover;
 object-position: center center;transition:all .9s;-webkit-transition:all .9s;}
.notice_list ul li .photo a:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.notice_list ul li .title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis; font-weight:600; line-height:24px; height:48px;}
.notice_list ul li .title a:hover{ color:#3659fe;}
.notice_list ul li .title{ margin-bottom:10px;}
.notice_list ul li .desc{ color:#909090; font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis; margin-bottom:30px; line-height:22px; height:66px;}
.notice_list ul li .infor{ color:#909090; font-size:14px;font-family:"阿里巴巴普惠体 M"; }
.notice_list ul li .infor .more{ width:95px; height:34px;display: flex;
    align-items: center;
    justify-content: center; background:#ebebeb; border-radius:25px;}
.notice_list ul li .infor .more:hover{ background:#3659fe; color:#fff;}
.notice_list{ margin-bottom:50px;}

.fany{ font-size:14px;display: flex;
    align-items: center;
    justify-content:center;}
.fany .david_1 .but{border: 7px solid transparent;border-right: 7px solid #dddddd; cursor:pointer;}
.fany .david_1 .but.next{transform: rotate(
180deg
);
transform: rotateY(
180deg
);}
.fany .david_1 { margin-right:30px;}
.fany .david_1 .but:hover{border-right: 7px solid #b6b5b5;}
.fany .david_1 input{ width:50px; background:none; text-align:center; color:#1e1e1e; border:0px;}
.fany .david_2 { margin-right:30px;}
.fany .david_2 input{ width:65px; height:34px; line-height:normal; background:#fff; border-radius:25px; text-align:center; color:#3d5efe; border:0px; margin:0px 10px;}
.fany .david_2 input::-webkit-input-placeholder {
color:#3d5efe; 
}
.fany .david_3 .sure{width:65px; height:34px; line-height:34px; background:#3659fe; border-radius:25px; text-align:center; color:#fff; margin-right:10px; cursor:pointer;}
.news_2{ margin-bottom:20px;}
.cor_news{ margin-bottom:50px;}
.cor_news ul li{ display:flex;align-items:flex-start; padding-top:28px; cursor:pointer;}
.cor_news ul li .date{ width:75px; height:75px; border-radius:50%; background:#eaedff; color:#3552fe; font-size:14px; font-weight:600;display: flex;
    align-items: center;
    justify-content:center; line-height:1.3;}
.cor_news ul li .date .year{ font-size:25px;}
.cor_news ul li .content{ border-bottom:1px #c4c4c4 solid; flex:1; overflow:hidden; margin-left:16px; padding-bottom:28px;}
.cor_news ul li .content .title a{ font-weight:600;}
.cor_news ul li .content .title{ margin-bottom:10px;}
.cor_news ul li .content .desc{
    color: #909090;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;}
.cor_news ul li:hover .date{ background:#ced7ff;}
.cor_news ul li:hover .title a{ color:#3552fe;}
.cor_news ul li:hover .desc{ color:#93a4fe;}

/*登录*/
.login-box{ width:100%; height:100vh;display: flex;align-items: stretch; font-size:14px;background-color:#fff;}
.login-box .log_left { flex:1; overflow:hidden; height:100%; position:relative;}
.login-box .log_left img{ width:100%; height:100%;object-fit: cover;
 object-position: center center;}
.login-box .log_left .f_copyright{ position:absolute; left:0px; bottom:30px; color:#fff; width:100%; padding:0px 20px; text-align:center;}
.login-box .log_left .f_copyright a{ color:#fff;}
.login-box .log_right{ width:630px;display: flex;
    align-items: center;
    justify-content: center;}
.log_content { max-width:389px; width:90%;}
.log_content .logo{ margin-bottom:30px; text-align:center;}
.log_content .logo img{ width:200px; height:auto;}
.log_content .lo_class{ text-align:center; margin-bottom:28px;}
.log_content .lo_class span{ display:inline-block; color:#5665f3; font-size:16px; border-bottom:3px #6775fd solid; padding:0px 21px; padding-bottom:5px;}
.log_content .rightbox ul li{
	 display:flex;align-items: center;margin-bottom:20px;
}

.log_content .rightbox ul li input{ flex:1;
	height:45px;
	line-height:normal;
	padding:0 18px;
	width:100%;
	font-size:inherit; border:0px; outline:none; font-size:14px;
}
.log_content .rightbox ul li .icon img{ width:24px; height:auto;}
.log_content .rightbox ul li.no1{border: 1px solid #f2f2f2; border-radius:27px; height:48px; padding:0px 20px;}
.log_content .rightbox ul li .btn{
	width:100%;
	height:48px;
	line-height:48x;
	background-color:#6876fd;
	color:#fff;
	text-align:center;
	font-size:16px;
	border:none;
	border-radius:25px;
	font-weight:normal;
	cursor:pointer;
}
.log_content .rightbox ul li .btn:hover{ background:#0e27b6;}
.log_content .rightbox ul li.no2{ margin-bottom:38px;}
.log_content .rightbox ul li.no2 .formbit{ flex:1; overflow:hidden; display:flex;align-items: center;border: 1px solid #f2f2f2; border-radius:27px; height:48px; padding:0px 20px;}
.log_content .rightbox ul li.no2 .Code{ width:120px; height:40px; margin:0px 12px;}
.log_content .rightbox ul li.no2 .Code img{ width:100%; height:100%;object-fit: cover;
 object-position: center center;}
.log_content .rightbox ul li.no2 .text{ font-size:14px; cursor:pointer; color:#b0b0b0;}
.log_content .rightbox ul li.last{ display:flex; align-items: center; height:35px; justify-content: space-between; color:#999; }
.log_content .rightbox ul li.last label{display:flex; align-items: center;}
.log_content .rightbox ul li.last label input[type='checkbox']{width:16px; height:16px; border:1px #d7d7d7 solid; border-radius:50%; -webkit-appearance: none;outline: none; margin-right:11px; padding:0px;
    cursor: pointer; }
.log_content .rightbox ul li.last label input[type=checkbox]:checked {
    
    background: url(../images/gou.jpg)no-repeat center;
	background-size:cover; border:1px #0e27b6 solid;
}
.log_content .rightbox ul li.no3 { margin-bottom:10px;}

.log_content .rightbox ul li.last a{ color:#999;}
.log_content .rightbox ul li.no1.active{ border:1px #71a1ff solid;}
.log_content .rightbox ul li.no2.active .formbit{ border:1px #71a1ff solid;}

/*协会介绍*/
.about_one{ position:relative; margin-bottom:25px;}
.about_one img{object-fit: cover;
 object-position: right center;}
.about_one .content{ width:50%; position:absolute; right:0px; top:0px; padding-top:50px; padding-right:45px; padding-bottom:45px; color:#fff; display:flex; flex-direction: column;  justify-content: space-between; height:100%;}
.about_one .content .desc{ line-height:2; flex:1; overflow:hidden; margin-bottom:25px;}
.about_one .content .more{ display: flex;
    align-items: center;justify-content: flex-end;}
.about_one .content .more a{ background:#71a1ff; color:#fff; width:90px; height:31px;display: flex;
    align-items: center;
    justify-content: center; border-radius:25px; font-size:14px;}
.about_one .content .more a:hover{ background:#fff; color:#1b40ba;}
.about_two { margin-bottom:20px;}
.about_two ul li{ width:120px; text-align:center; color:#565656; font-size:16px; cursor:pointer; position:relative;}
.about_two ul li span{ position:relative; z-index:2;}
.about_two ul li.cur{ color:#304ffe; font-weight:600;}
.about_two ul li.cur:before {
    width: 71px;
    height: 9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: 0px;
    background: #cad1fb;
    z-index: 0;
    content: '';
}
.about_content .building{ border-top:0px; padding:30px 25px;}
.about_content .building .title .txt{ margin-left:0px;}
.about_content .building  p{ text-indent:2em;}
.about_content .building h1{ text-align:center;font-size:25px; margin-bottom:10px; }
.about_content .building .tit1{ text-align:center; font-size:20px; font-weight:600;margin-bottom:15px;font-family:"阿里巴巴普惠体 B"; }
.about_content .building .tit2{ text-align:center; font-size:18px; font-weight:600;margin-bottom:10px; margin-top:-10px; font-family:"阿里巴巴普惠体 B";}
.about_content .Organization{ background-repeat:no-repeat; background-image:url(../images/jsbg_03.jpg); background-position:center center; background-size:cover; padding:70px; text-align:center;}
.Respon ul li{display: flex;align-items: stretch; background:#fff; margin-bottom:27px;background-repeat:no-repeat;background-position:right bottom; background-size:auto 100%;}
.Respon ul li:nth-child(1){ background-image:url(../images/xhpro_07.jpg); }
.Respon ul li:nth-child(2){ background-image:url(../images/xhpro_13.jpg); }
.Respon ul li:nth-child(3){ background-image:url(../images/xhpro_17.jpg); }
.Respon ul li .photo{display: flex;
align-items: flex-end; justify-content: flex-end; width:53%;}
.Respon ul li .photo img{ max-width:100%; max-height:100%;}
.Respon ul li .content{ flex:1; overflow:hidden; padding:40px 30px;}
.Respon ul li .content .title{ display:flex;align-items: center;font-family:"阿里巴巴普惠体 B"; font-weight:600; margin-bottom:10px; font-size:16px;}
.Respon ul li .content .title img{ margin-right:10px; width:25px; height:auto;}
.Respon ul li .content .desc{ font-size:14px; line-height:2; margin-left:30px;}
.Respon ul li:last-child{ margin-bottom:0px;}

.tabcontent_1 .about_content{
	display:none;
}
.tabcontent_1 .about_content.cur{
	display: block;
}
.building.no3{ border-top:0px;}
.building.no3 h1{ text-align:center; margin-bottom:10px;}
.building.no3 .date{ text-align:center; font-size:14px; margin-bottom:15px; color:#666;}

/*业务查询*/
.business{ background:#f5f5f5; padding:32px 40px 0px;}
.business ul{display: flex;justify-content: center;
flex-wrap: wrap;align-items: stretch;
}
.business ul li{ width:22%; margin-right:4%; overflow:hidden; text-align: center; margin-bottom:30px;}
.business ul li a{ display:block; font-size:16px;}
.business ul li a .photo{ width:100%; height:130px; position: relative; border-radius:5px; overflow:hidden; margin-bottom:14px;}
.business ul li a .photo img{ width:100%; height:100%;object-fit: cover;object-position: center center;}
.business ul li a .photo .iconfont{ width:70px; height:70px; background:#fff; position:absolute; left:50%; top:50%;display: flex;
    align-items: center;
    justify-content: center;transform: translate(-50%,-50%); border-radius:50%; color:#5e86ec; font-size:50px;}
.business ul li:nth-child(4n){ margin-right:0px;}
.business ul li a .photo .icon-ocean-freight{ font-size:38px;}
.business ul li a .photo .icon-qiyerenzheng2{font-size:44px;}
.p_title .tpright{display: flex;flex-direction: column;max-width: 445px; flex:1;}
.p_title .key{ font-size:14px;font-family:"阿里巴巴普惠体 R"; font-weight:normal; color:#b1b1b1; margin-top:5px; margin-left:10px;}
.p_title .key a{ color:#b1b1b1; margin-right:5px;}
.chico_3{background:#f5f5f5; padding:20px;padding-bottom:10px; margin-bottom:21px;}
.screen{ display: flex;align-items:flex-start; font-size:14px;line-height:28px; }
.screen .content{ flex:1; overflow:hidden; display:flex;flex-wrap: wrap;}
.screen .content a{ display:inline-block; margin-right:16px; margin-bottom:10px; background:#fff; border:1px #cbcbcb solid; line-height:28px; padding:0px 10px; font-size:14px; display:flex; align-items: center;}
.screen .content a:hover{ color:#304ffe; background:#eef1ff; border:1px #b5c0ff solid;}
.screen .content a.active{ background:#71a1ff; border:1px #71a1ff solid; color:#fff;}
.screen .content a.blue{background-color: rgba(240,250,255,.9);
    border: 1px solid #91d5ff;
    color: #91d5ff;}
.screen .content a.green{background-color: #f3fffa;
    border: 1px solid #bdefdb;
    color: #0dad6d;}
.screen .content a.gray{background-color: #f7f7f7;
    border: 1px solid #d9d9d9;
    color: #666;}
.screen .content a.org{    background-color: #fffae9;
    border: 1px solid #fbe5a2;
    color: #f7c52b;}
.screen .content a.pur{background-color: #eef1ff;
    border: 1px solid #b5c0ff;
    color: #304ffe;}
.screen .content a.yellow{  color: #ef6e46;
    border: 1px #ef6e46 solid;  background: #ffece9;}


.screen .content a .iconfont{ font-size:10px; width:16px; height:16px;display: flex;
    align-items: center;
    justify-content: center; margin-left:4px; border-radius:50%;}
.screen .content a.blue:hover .iconfont{ background:#1890ff; color:#fff;}
.screen .content a.green:hover .iconfont{ background:#0dad6d; color:#fff;}
.screen .content a.gray:hover .iconfont{ background:#666666; color:#fff;}
.screen .content a.org:hover .iconfont{ background:#f7c52b; color:#fff;}
.screen .content a.pur:hover .iconfont{ background:#304ffe; color:#fff;}
.screen .content a.yellow:hover .iconfont{ background:#ef6e46; color:#fff;}
.member { margin-bottom:40px;}
.member ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 21px 26px;
align-items: stretch;}
.member ul li{ padding:20px; background:#f5f5f5; overflow:hidden;}
.member ul li .content{align-items:flex-start; border-bottom:1px #c0c0c0 solid; padding-bottom:25px; margin-bottom:20px; }
.member ul li .content .photo{ width:163px; height:163px; margin-right:21px;}
.member ul li .content .photo img{ width:100%; height:100%;object-fit: cover;object-position: center center;}
.member ul li .content .infor{ flex:1; overflow:hidden; font-size:14px; color:#2a2a2a;}
.member ul li .content .title{ margin-bottom:20px;}
.member ul li .content .title a{ flex:1; overflow:hidden; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; font-size:16px;font-family:"阿里巴巴普惠体 B"; }
.member ul li .content .desc{ line-height:2; position:relative;}
.member ul li .content .title .fav{ line-height:1.8; padding:0px 10px; border-radius:25px; border:1px #b3b3b3 solid; cursor:pointer;}
.member ul li .content .title .fav .iconfont{ color:#b3b3b3;}
.member ul li .content .title .fav_1{ line-height:1.8; padding:0px 10px; border-radius:25px; border:1px #ff6349 solid; background:#ff6349; color:#fff; cursor:pointer;}
.member ul li .content .title .fav_1 .iconfont{ color:#fff;}
.member ul li .content .desc .credit{ position:absolute; right:0px; top:-10px; color:#ef6e46; border:1px #ef6e46 solid; padding:0px 7px; display:inline-block; background:#ffece9; border-radius:2px; line-height:1.8;}
.member ul li .Corporate{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 21px 20px;
align-items: stretch;}

.member ul li .Corporate .pic{position:relative; display:block; padding-top:59%; width:100%; overflow:hidden; cursor:pointer; background:#8497ff;display:none;}
.member ul li .Corporate .pic:nth-child(1),.member ul li .Corporate .pic:nth-child(2),.member ul li .Corporate .pic:nth-child(3){ display:block;}
.member ul li .Corporate .pic img{ width:100%; height:100%; position:absolute; top:0px; left:0px;object-fit: cover;
 object-position: center center;transition:all .9s;-webkit-transition:all .9s;}
.member ul li .Corporate .pic:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.member ul li .Corporate .pic a{ color:#fff; font-size:14px;}
.member ul li .Corporate .pic .cont{ position:absolute; top:50%; left:50%;transform: translate(-50%,-50%); display:flex;flex-direction: column; text-align:center;}
.join_1{ padding:20px; background:#f5f5f5; margin-top:35px;}
.join_1 .p_title {font-size:16px; margin-bottom:15px;}
.join_1 .p_title .blue{ color:#2a2a2a; }
.join_1 ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
align-items: stretch;}
.join_1 ul li{ display:flex;align-items: center; background:#fff; padding:20px 15px; overflow:hidden;}
.join_1 ul li .img1{ width:62px; height:62px;object-fit: cover;
 object-position: center center; margin-right:13px;}
.join_1 ul li .content{ flex:1; overflow:hidden;}
.join_1 ul li .content .title a{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; font-size:16px;font-family:"阿里巴巴普惠体 B"; font-weight:600;}
.join_1 ul li .content .desc{ font-size:14px; color:#8497ff;}
.memb_show{display: flex;align-items: stretch;}
.memb_show .m_left{ flex:1; overflow:hidden;display: flex;  flex-direction: column;}
.memb_show .m_right{ width:350px; background:#fff; padding:20px; margin-left:40px;}
.mem_title { margin-bottom:15px;}
.mem_title .tpleft { font-size:16px; color:#8497ff;font-family:"阿里巴巴普惠体 M";}
.mem_title .tpleft img{ margin-right:7px;}
.m_pic{ position:relative;}
.m_pic ul li img{ width:100%;}
.m_pic .xfk_b{ position:absolute; left:0px; bottom:24px;display: flex;
    align-items: center;
    justify-content: center; width:100%;}
.m_pic .xfk_b span{ width:6px; height:6px; border-radius:50%; background:#fff; margin:0px 3px; cursor:pointer;}
.m_pic .xfk_b span.active{ background:#164eed;}
.memb_show{ margin-bottom:20px;}
.memb_show .m_left{ display:flex;flex-direction: column;}
.memb_show .m_left .company { background:#fff; padding:20px 25px; margin-bottom:20px;}
.memb_show .m_left .company .pic{ width:132px; height:132px;object-fit: cover;
 object-position: center center; margin-right:22px;}
.memb_show .m_left .company .content{ flex:1; overflow:hidden; font-size:14px;}
.memb_show .m_left .company .content .title{ margin-bottom:20px;}
.memb_show .m_left .company .content .title a{ flex:1; overflow:hidden; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; font-size:16px;font-family:"阿里巴巴普惠体 B"; }
.memb_show .m_left .company .content .desc{ font-family:"阿里巴巴普惠体 M";}
.memb_show .m_left .company .content .title .fav_1{ line-height:1.8; padding:0px 10px; border-radius:25px; border:1px #ff6349 solid; background:#ff6349; color:#fff; cursor:pointer;}
.memb_show .m_left .company .content .title .fav_1 .iconfont{ color:#fff;}
.memb_show .m_left .company .content .desc ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px 20px;
align-items: stretch;
}
.memb_show .m_left .company .content .desc ul li{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; line-height:18px;}
.memb_show .m_left .company .content .desc ul li img{ width:17px; height:auto; margin-right:10px; float:left;}
.memb_show .m_left .company .content .desc ul li .tpleft{ color:#696969;}
.memb_show .m_left .com_intro{padding:20px 25px;  flex:1; overflow:hidden; background:#fff;}
.memb_show .m_left .com_intro .desc { font-size:14px;font-family:"阿里巴巴普惠体 M";}
.memb_show .m_left .com_intro .desc ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px 20px;
align-items: stretch;
}
.memb_show .m_left .com_intro .desc ul li{display: flex;
    align-items: center;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; line-height:18px;}
.memb_show .m_left .com_intro .desc ul li img{ width:17px; height:auto; margin-right:10px; float:left;}
.memb_show .m_left .com_intro .desc ul li .tpleft{ color:#696969;}
.certification{}
.certification ul{display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 18px;
align-items: stretch;}
.certification ul li{ overflow:hidden;}
.certification ul li .photo{ position:relative; display:block; padding-top:61%; width:100%; overflow:hidden;}
.certification ul li .photo img{ width:100%; height:100%; position:absolute; top:0px; left:0px;object-fit: cover;
 object-position: center center;transition:all .5s;-webkit-transition:all .5s;}
.certification ul li .photo:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.border_3{padding:20px 25px; background:#fff; margin-bottom:20px;}
.Infor_mation .desc{ width:100%; max-width:730px; font-size:14px;font-family:"阿里巴巴普惠体 M";}
.Infor_mation .desc ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px 20px;
align-items: stretch;
}
.Infor_mation .desc ul li{ display: block;
  line-height: 18px;}
.Infor_mation .desc ul li img{ width:17px; height:auto; margin-right:10px;}
.Infor_mation .desc ul li .tpleft{ color:#696969;}
.evaluation .formbit{ width:100%; position:relative;font-family:"阿里巴巴普惠体 M"; margin-bottom:20px;}
.evaluation .formbit textarea{ width:100%; padding:15px 18px; border:1px #d3d3d3 solid; border-radius:6px;font-size:14px;font-family:"阿里巴巴普惠体 M";}
.evaluation .formbit textarea::-webkit-input-placeholder {
color:#bebebe;
}
.evaluation .formbit .txt{ position:absolute; bottom:15px; right:15px; font-size:14px;color:#bebebe;}

.evaluation .refer{ display:flex;justify-content: flex-end;}
.evaluation .refer input{ background:#5665f3; width:91px; height:32px; border-radius:25px; color:#fff;display: flex;
    align-items: center;
    justify-content: center; color:#fff; border:0px; cursor:pointer;}

/*联系我们*/
.contact_1{display: flex;align-items: stretch; margin-bottom:20px;}
.contact_1 .con_left{background:#fff; padding:18px 25px; width:700px; font-size:14px; color:#696969;}
.contact_1 .con_left ul li{ border-bottom:1px #cfcfcf solid;display: flex;align-items:flex-start; padding:27px 0px;}
.contact_1 .con_left ul li img{ margin-right:14px; margin-top:5px;}
.contact_1 .con_left ul li .title{ color:#2a2a2a; font-size:16px;font-family:"阿里巴巴普惠体 B"; font-weight:600; margin-bottom:5px;}
.contact_1 .con_left ul li:last-child{ border-bottom:0px;}
.contact_1 .con_right{ background:#fff; padding:18px 16px; width:268px; font-size:12px; color:#696969;}
.contact_1 .con_midd{ margin:0px 22px; flex:1; overflow:hidden; border:3px #dadeff solid;}
.contact_1 .con_midd img{ width:100%; height:100%;object-fit: cover;
 object-position: center center;}
.contact_1 .con_right .title{ margin-bottom:10px;}
.contact_1 .con_right ul li{ margin-bottom:14px;}
.contact_1 .con_right ul li .formbit{ width:100%; padding:0px 10px; height:28px; line-height:normal; border:1px #ebebeb solid; border-radius:13px; font-size:12px;}

.contact_1 .con_right ul li textarea{width:100%; padding:10px 10px;  border:1px #ebebeb solid; border-radius:5px; font-size:12px;font-family:"阿里巴巴普惠体 R";}
.contact_1 .con_right ul li .formbit::-webkit-input-placeholder,.contact_1 .con_right ul li textarea::-webkit-input-placeholder{
color:#cfcfcf;
}
.contact_1 .con_right ul li.last{display: flex;
    align-items: center;
    justify-content: center; margin-bottom:0px;}
.contact_1 .con_right ul li.last .sumbit{    background: #304ffe;
    width: 117px;
    height: 34px;
    border-radius: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px; cursor:pointer;}
.contact_2{ margin-bottom:20px;}
.contact_2 ul{ display:flex; font-size:14px;flex-wrap: wrap;}
.contact_2 ul li{ display:flex;align-items: center; margin-right:40px; margin-bottom:5px;}
.contact_2 ul li img{ width:13px; height:auto; margin-right:10px;}
.contact_2 ul li .tpleft{  position:relative; padding-left:10px;}
.contact_2 ul li .tpleft:before {
	width: 1px;
	height: 12px;
	position: absolute;
	left: 0px;
	top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);
	background: #cfcfcf;
	content: '';
}
.contact_2 .new_title,.contact_3 .new_title{ margin-bottom:15px;}
.contact_3 ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 20px;
align-items: stretch;
}
.contact_3 ul li{ background:#fff; padding:22px; font-size:14px; position:relative;}
.contact_3 ul li .pic{ position:absolute; right:0px; bottom:0px; }
.contact_3 ul li .desc{ line-height:1.7; position:relative; z-index:10;}

/*弹框*/
.p_Frame{ background-color:rgba(65,65,65,0.6); position:fixed; width:100%; height:100%; top:0px; left:0px; z-index:1000;display: flex;
    align-items: center;
    justify-content:center; padding:20px; display:none;transition: all .3s ease;-webkit-transition: all .3s ease;}
.p_Frame.show{ display:flex;}
.p_Frame .f_content{ width:100%; background:#fff; border-radius:5px; max-width:663px; padding:19px 23px; display:none !important;transition: all .3s ease;-webkit-transition: all .3s ease;}
.p_Frame .f_content.show{ display:flex !important;flex-direction: column;}
.p_Frame .f_content.no1{ max-width:562px;}
.p_Frame .f_content .search_1{ max-width:100%; margin-bottom:18px;}
.p_Frame .f_content .city{display: flex;
    align-items: center;
    flex-wrap: wrap;}
.p_Frame .f_content .city span{ font-size:14px; display:inline-block; padding:0px 12px; line-height:1.7; margin-right:20px; margin-bottom:20px;cursor:pointer;}
.p_Frame .f_content .city span.active{ background:#71a1ff; color:#fff;}
.p_Frame .refer_1{display: flex;justify-content: flex-end;align-items: center;}
.p_Frame .refer_1 span{display:inline-block; padding:0px 15px; line-height:1.8; margin-left:10px; border:1px #ebebeb solid; border-radius:25px; font-size:14px; cursor:pointer;}
.p_Frame .search_1{ margin-left:0px;}
.p_Frame .refer_1 span.active{ background:#71a1ff; color:#fff; border:1px #71a1ff solid;}
.p_Frame .f_content.no1 .city{ margin-bottom:20px;}
.city.special span{ background:#f5f5f5;}
.chico_1{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0px 20px;
align-items: stretch; margin-bottom:20px; font-size:14px;
}
.chico_1 .ch_left{ overflow:hidden; display:flex; flex-direction: column;}
.chico_1 .ch_left .title{ margin-bottom:10px;}
.chico_1 .ch_left ul{ background:#f5f5f5; padding:10px 0px; flex:1;}
.chico_1 .ch_left ul li{ line-height:2; padding:0px 20px;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; cursor:pointer;}
.chico_1 .ch_left ul li.active{ background:#d3d3d3;}
.f_content.no3{ display:flex;flex-direction: column; max-height:80%;}
.f_content.no3 .menber{ flex:1; overflow:auto; margin-bottom:20px;}
.menber .memb_title{ border-bottom:1px #f6f6f6 solid; padding-bottom:7px; margin-bottom:20px; }

/*下载*/
.down_one ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 35px;
align-items: stretch; margin-bottom:50px;}
.down_one ul li{ background:#fff; padding:20px; display:flex;align-items: flex-end; font-size:14px; color:#6b6b6b; cursor:pointer; }
.down_one ul li .content{ flex:1; overflow:hidden; margin-right:20px;}
.down_one ul li .more{ color:#737373;}
.down_one ul li .content .icon img{ width:50px; height:50px;object-fit: cover;
 object-position: center center;}
.down_one ul li .content .infor{ margin-left:13px; flex:1; overflow:hidden;}
.down_one ul li .content .infor .title{ margin-bottom:5px;}
.down_one ul li .content .infor .title a{ font-size:16px;font-family:"阿里巴巴普惠体 B"; }
.down_one ul li:hover .content .infor .title a{ color:#8497ff;}
.down_one ul li:hover .more{ color:#8497ff;}
.down_one ul li .more .iconfont{ margin-left:3px;}
.job_m{display: flex;align-items:flex-start; }
.job_left{ width:170px;  margin-right:30px;}
.job_left ul li{ text-align:center;background:#fff; border-bottom:1px #bdbdbd solid;}
.job_left ul li a{ display:block; line-height:60px; color:#bdbdbd; position:relative;}
.job_left ul li:last-child{ border-bottom:0px;}
.job_left ul li.active a{ border-right:5px #8497ff solid; color:#304ffe;}
.job_left ul li a:before {
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius:50%;
	left: 17px;
	top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);
	background: #bdbdbd;
	content: '';
}
.job_left ul li.active a:before{background: #8497ff;}
.job_right{ flex:1; width:100%; overflow:hidden;}
.job_right .search_2 { margin-bottom:20px;}
.job_right .search_2 .formbit{ flex: 1;
    overflow: hidden;
   border: 1px #bdbdbd solid;
    border-radius: 25px;
    padding: 0px 19px;
    height: 40px; background:#fff;
    line-height: normal;}
.job_right .search_2 .sumbit{ height:40px; width:100px; background:#8497ff; border-radius:25px;display: flex;
    align-items: center;
    justify-content:center; color:#fff; font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B"; cursor:pointer; margin-left:13px; }
.job_right .search_2 .sumbit .iconfont{ font-size:20px; margin-right:7px; font-weight:normal;}
.slidebox{ border-bottom:solid 1px #e0e0e0;}
.job_chico{ background:#f8f8ff; border:1px #e0e0e0 solid; border-bottom:none; padding:15px 20px 5px; font-size:14px; position:relative;}
.job_chico .claer_1{ position:absolute; top:15px; right:10px;background:#ffffff; border:1px #cbcbcb solid;display: inline-block; padding:0px 10px; line-height:28px; color:#6f6f6f; cursor:pointer;}
.job_chico ul li{ display:flex;align-items:flex-start; line-height:28px;}
.job_chico ul li .tpleft{font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B";}
.job_chico ul li .education,.job_chico ul li .content{ display:flex;flex-wrap: wrap; flex:1;}
.job_chico ul li .education{ padding-right:120px;}
.job_chico ul li .education a{display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px; border:1px #f8f8ff solid;line-height:28px; cursor:pointer; padding:0px 10px;}
.job_chico ul li .education a.active{ background:#ffffff; border:1px #cbcbcb solid;}
.job_chico ul li .content a{display: inline-block;
    margin-right: 16px;
    margin-bottom: 10px; border:1px #f8f8ff solid; line-height:28px;cursor:pointer;padding:0px 10px;}
.job_chico ul li .content a.active{ background:#8497ff; border:1px #8497ff solid; color:#fff;}
.job_right .fold{ width:43px; height:20px; background:#f8f8ff; border:1px #cbcbcb solid;display: flex;
    align-items: center;
    justify-content: center; border-top:0px; margin:0px auto 30px; cursor:pointer;}
.job_right .fold .iconfont{transform: rotate(
180deg
);-webkit-transform: rotate(
180deg
); font-size:14px;}
.job_right .fold.active .iconfont{transform:rotate(0deg);-webkit-transform:rotate(0deg);}
.job_right .fold:hover{background:#8497ff; border:1px #8497ff solid; color:#fff;}

.job_list{ margin-bottom:50px;}
.job_list ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 26px 26px;
align-items: stretch; margin-bottom:50px;}
.job_list ul li{ background:#fff; padding:18px 20px;  font-size:14px; overflow:hidden;}
.job_list ul li .title{ display:flex;flex-wrap: wrap; padding-right:100px;align-items: center; position:relative;}
.job_list ul li .title .txt{font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B"; margin-right:30px;}
.job_list ul li .title .date{ color:#b1b1b1;}
.job_list ul li .label{display: flex;
    align-items: center; color:#8497fe; padding:10px 0px 15px; border-bottom:1px #bdbdbd solid; margin-bottom:15px;}
.job_list ul li .label .txt{ margin-right:35px;}
.job_list ul li .label span{ border:1px #e6eaff solid; border-radius:20px; padding:0px 11px; line-height:22px; margin-right:10px;}
.job_list ul li .content{ display:flex;align-items: center;}
.job_list ul li .content .tpleft{ flex:1; overflow:hidden; margin-right:10px;}
.job_list ul li .content .tpleft .c_name{font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B"; margin-bottom:3px;}
.job_list ul li .content .pic img{ width:65px; height:61px;}
.job_list ul li .title .apply{ position:absolute; background:#8497ff; width:70px; height:36px; border-radius:25px;font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B"; color:#fff; right:0px; top:0px;display: flex;align-items: center;
    justify-content: center;}
.job_list ul li .title .apply:hover{ background:#6c82fa;}
.job_show1{ background:#fff; padding:20px 30px; border-top:10px #8497ff solid; font-size:14px; margin-bottom:20px;}
.job_show1 .title{ margin-bottom:10px;}
.job_show1 .title,.job_show1 .desc  {flex-wrap: wrap;}
.job_show1 .title .txt{font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B"; margin-right:15px;}
.job_show1 .title .blue{ color:#8497ff; margin-right:25px;}
.job_show1 .title .see .iconfont{ margin-right:5px; font-size:18px;}
.job_show1 .title .see .pur{color:#8497ff;}
.job_show1 .desc .lab{ margin-right:38px;}
.job_show1 .desc .lab .iconfont{ margin-right:5px;}
.job_show1 .desc .lab .icon-xueli{ font-size:18px;}
.d_Descrip .new_title{ margin-bottom:15px;}
.d_Descrip .d_desc{ font-size:14px; line-height:2;}
.job_show2{display: flex;align-items: stretch; margin-bottom:20px;}
.company_2{ width:460px; margin-left:20px;display: flex;
    align-items: center;
    justify-content: center;}
.d_Descrip{ flex:1;}
.company_2 .content{ flex:1;}
.company_2 .content .title{font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B"; margin-bottom:10px;}
.company_2 .content .desc{ font-size:14px; line-height:2;}
.company_2 .photo img{ width:140px; height:auto;}
.job_show3{display: flex;align-items: stretch; }
.job_show3 .capacity{ width:460px; margin-left:20px;}
.job_show3 .tpleft{ flex:1;}
.job_show3 .capacity .c_name{ margin-bottom:15px;}
.job_show3 .capacity .c_name .txt{font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B";}
.job_show3 .capacity .c_name .more{ font-size:14px; color:#676767; font-size:14px;}
.job_show3 .capacity .c_name .more .iconfont{ font-size:14px;}
.ship_1 ul li{display: flex;
    align-items: center; font-size:14px; background:#f9f9f9; padding:15px 18px; margin-bottom:20px;
}
.ship_1 ul li .photo img{ width:78px; height:84px;object-fit: cover;
 object-position: center center;}
.ship_1 ul li .content{ flex:1; margin-right:20px;}
.ship_1 ul li .content .title { flex-wrap: wrap;}
.ship_1 ul li .content .title .txt{font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B"; color:#8497ff; margin-right:20px;}
.ship_1 ul li .content .desc{ color:#868686; margin-top:5px; margin-bottom:10px;}
.ship_1 ul li .content .desc .lab{ margin-right:10px;}
.ship_1 ul li .content .desc .lab .iconfont{ color:#383838; font-size:14px; margin-right:5px;}
.ship_1 ul li .content .desc .lab .icon-xueli{ font-size:16px;}
.ship_1 ul li .content .infor{ color:#868686;}
.ship_1 ul li:last-child{ margin-bottom:0px;}
.job_show3 .tpleft .d_Descrip{ margin-bottom:20px;}
.job_show3 .tpleft .d_Descrip:last-child{ margin-bottom:0px;}
.d_Descrip .d_infor{ display:flex; align-items:center; font-size:14px;flex-wrap: wrap;}
.d_Descrip .d_infor span{ display:inline-block; padding:0px 10px; margin-right:15px; margin-bottom:10px; background:#f5f5f5;}

/*视频*/
.course_1 ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 30px;align-items: stretch; margin-bottom:50px;}
.course_1 ul li{ background:#fff; box-shadow: 0 14px 20px 0 rgba(0,0,0,.06); padding:15px; overflow:hidden;}
.course_1 ul li a{ display:block;}
.course_1 ul li a .photo{ width:100%; padding-top:65%; position:relative; margin-bottom:20px; overflow:hidden;}
.course_1 ul li a .photo img{ position:absolute; left:0px; top:0px; width:100%; height:100%;object-fit: cover;
 object-position: center center; object-position: center center;transition:all .9s;-webkit-transition:all .9s;}
.course_1 ul li a:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}

.course_1 ul li a .photo:before {
	position:absolute;
	width: 100%; left:0px; top:0px; background-color:rgba(0,0,0,0.3);
	height:100%; z-index:3; content: '';
}
.course_1 ul li a .photo .iconfont{ position:absolute; left:50%; top:50%;transform: translate(-50%,-50%); color:#fff; font-size:50px; z-index:10;}
.course_1 ul li a .cont{ margin:0px 5px; padding-bottom:7px;}
.course_1 ul li a .cont .title{font-size:16px; font-weight:600;font-family:"阿里巴巴普惠体 B";
    margin-bottom: 10px;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}

.course_1 ul li a .cont .more{color: #898989; font-size:14px;}
.course_1 ul li a .cont .more .iconfont{ margin-right:5px;}
.course_1 ul li a .cont .more .icon-yanjing{ font-size:18px;}
.p_title.no3 .tpleft{ margin-bottom:0px;}

.midbox{align-items: stretch; margin-bottom:25px; background:#fff;}
.midbox .mleft{width: 70%;height: 440px;}
.midbox .mleft .mp4{ width:100%;height:100%;}
.midbox .mleft .mp4 video{ width:100%; height:100%;}
.midbox .mright{ flex:1; overflow:hidden; padding:35px 22px; display: flex; flex-direction: column;}
.midbox .mright .title{ display:flex; margin-bottom:15px; flex-wrap: wrap;}
.midbox .mright .title .vid{ display:inline-block; background:#8497fe;color:#fff; padding:0px 10px;
border-radius: 1px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;margin-right:15px;}
.midbox .mright .title .infor{ font-size:16px; font-family:"阿里巴巴普惠体 B";font-weight: 700; }
.midbox .mright .desc{ font-size:14px; color:#898989;flex:1; overflow:hidden; line-height:2;}

.show22{padding: 30px;
    background: #fff; }
.show22 .show_fl {display: flex;
    align-items: center;
    justify-content: space-between; border-bottom: 1px solid #eee;font-size:20px; font-family:"阿里巴巴普惠体 B";font-weight: 700; margin-bottom:20px; padding-bottom:8px;}
.show22 .s_content{ background:#fff;
}
.show22 .cont_one img{ width:auto; max-width:100%; height:auto;}
.show22 .cont_one{ font-size:14px; line-height:2;}

.credit{}
.credit ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 17px 15px;
align-items: stretch;}
.credit ul li{  background:#fff; font-size:14px; min-height:67px; border-radius:5px; padding:0px 10px; color:#2a2a2a;display: flex;
    align-items: center; overflow:hidden;}
.credit ul li span{ }


@media screen and (max-width:1200px){
	body{ font-size:14px;}
	.top_two{ top:30px;}
	.top_two .menu ul li{ height:65px;}
	.top_two .menu{ margin-left:50px;}
	.top_two .menu ul li .sumbit{ top:65px;}
	.index_news .news_left{ width:50%;}
	.index_policy ul li a .content .title{ font-size:20px;}
	.index_pro ul li .content .title{ font-size:20px;}
	.mem_service ul li .project .content .title{ font-size:20px;}
	.index_pro ul li .content .iconfont{ font-size:50px;}
	.index_pro ul li .content .icon-boat {
    font-size: 40px;
}
.index_pro ul li .content .infor{ font-size:16px;}
.part_5{ font-size:14px;}
.part_5 ul li .title .big{ font-size:31px;}
.part_5 ul li.no1 .title .big:before{ font-size:20px;right: -12px;}
.about_one .content .desc{ font-size:14px;}
.about_one .content{padding-top: 35px;
    padding-right: 30px;
    padding-bottom: 35px;}
	.Respon ul li{flex-direction: column;}
.Respon ul li .photo{ width:100%;}
.notice_1{ padding:0px;}
}
@media screen and (max-width:1000px){
	 .member ul{grid-template-columns: repeat(1, 1fr);}
	 .memb_show{ flex-direction: column;}
	 .memb_show .m_right{ width:100%; margin-top:20px; margin-left:0px;}
	 .contact_1{flex-direction: column;}
	 .contact_1 .con_midd{ margin:20px 0px;}
	 .contact_1 .con_left,.contact_1 .con_right{ width:100%;}
	 .job_m{flex-direction: column;}
	 .job_left{ width:100%;display: flex;
    align-items: center;justify-content: center; margin-bottom:30px; margin-right:0px;}
	 .job_left ul{display: flex;
    align-items: center;}
	.job_left ul li{ width:150px; border-bottom:0px;border-right: 1px #bdbdbd solid;}
	.job_left ul li a{border-bottom: 3px #fff solid;}
	.job_left ul li.active a{border-bottom: 3px #8497ff solid;border-right: 0px #8497ff solid;}
	.job_left ul li:last-child{ border-right:0px;}
	.job_show2,.job_show3{flex-direction: column;}
	.job_show2 .d_Descrip,.job_show3 .d_Descrip{ margin-bottom:20px;}
	.company_2{ width:100%; margin-left:0px;}
	.job_show3 .capacity{ margin-left:0px; margin-top:20px; width:100%;}
}
@media screen and (max-width:767px){
.top_one .container{ height:40px; font-size:12px;}
.top_one .login{ padding: 0px 10px;}
.top_two{ width:100%; border-radius:0px; top:0px; height:55px;    padding: 0px 3%;}
.menubtn{ display:flex;}
	.menu-mc{ display:flex;}
	.top_two .menu{ display:none;}
	.top_two .logo img{ height:44px;}
	.banner ul li img{ object-fit: cover;
 object-position: center center;}
 .banner .f_button{ bottom:20px;}
 .adv_banner img{ min-height:30px;object-fit: cover;
 object-position: center center;}
 .tabcontent_1 .index_news{  flex-direction: column;}
 .index_news .news_left{ width:100%; margin-bottom:30px;}
 .index_news .news_right{ margin-left:0px; width:100%; flex:none;}
 .index_news .news_left{ padding-right:0px;}
 .index_news .news_left .photo img{ height:auto;}
 .index_news .news_left .content{ width:100%; left:0px; bottom:0px;}
 .index_bt .title{ font-size:28px;}
 .index_bt .eng{ font-size:18px;}
 .new_class{ width:100%; overflow:auto;}
 .new_class span{ font-size:16px; white-space:nowrap;}
 .all_tit{flex-direction: column;align-items:flex-start; margin-bottom:33px;}
 .new_class { margin-top:20px;}
 .index_news .news_right ul{grid-gap: 30px 0px;}
 .part_1 {
    padding-top: 20px;
    padding-bottom: 80px;
}
.index_news .news_right ul li .date .year{ font-size:20px;}
.index_news .news_left .content .moth{ font-size:20px;}
 .index_news .news_left .content{padding: 25px 21px 30px;}
 .index_policy ul li a .icon{ width:60px; height:53px;}
 .index_policy ul{    grid-template-columns: repeat(2, 1fr);    grid-gap: 30px 25px;}
 .index_news{ margin-bottom:60px;}
 .part_2{ padding-top:80px; padding-bottom:80px;}
 .index_pro ul{grid-template-columns: repeat(2, 1fr);  grid-gap: 30px 15px;}
 .index_pro ul li .content .tub{ height:50px; margin-bottom:15px;}
 .index_pro ul li{ padding-top:35px;}
 .part_3{ padding-top:60px; padding-bottom:80px;}
 .new_class1{ width:100%; overflow:auto; margin-top:20px;}
 .new_class1 ul li span{ white-space:nowrap;}
 .new_class1 ul li{ font-size:16px;}
  .part_4{ padding-top:60px; padding-bottom:60px;}
  .Directory ul li .photo{ position:static; text-align:center; width:100%; display:block;}
  .Directory ul li .photo img{ max-width:100%;}
  .Directory ul li a .title{ font-size:14px;}
  .Directory ul li{padding: 20px 20px 30px 20px;width: 47%;}
  .Directory ul li a{ padding-bottom:30px;}
  .Directory ul li{ margin-bottom:30px;}
  .job_1 ul li .photo{ position:static; text-align:center; width:100%; display:block;}
  .job_1 ul li .photo img{ max-width:100%;}
  .job_1 ul li a .title{ font-size:14px;}
  .job_1 ul li{padding: 20px 15px 30px 15px;}
  .job_1 ul li a{ padding-bottom:30px;}
  .job_1 ul li{ margin-bottom:30px;}
  .part_5 {
    padding-top: 60px;
    padding-bottom: 60px;}
	.part_5 ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 10px;
align-items: stretch;}
.part_5 ul li .title .big{ font-size:35px;}
  .part_6{padding-top: 60px;
    padding-bottom: 60px;}
	.link ul{grid-template-columns: repeat(4, 1fr);}
	.part_7{ padding:50px 0px;}
	footer .container{flex-direction: column; align-items:flex-start; }
	.f_midd{ margin:20px 0px;}
	footer .f_left{ width:100%;}
	footer{ padding:40px 0px;}
	.top_menu .menu{ display:none;}
	.top_one.no1 .container .logo1 img{ height:30px;}
	.p_title{ margin-bottom:30px;}
	.updown a{ font-size:16px; width:200px; height:48px;}
	.updown a img{ height:20px; margin-right:10px;}
	.updown{ margin-bottom:48px;}
	.Process{ margin-bottom:60px;}
	.guide img{ height:33px; margin-bottom:12px;}
	.manual ul{grid-template-columns: repeat(1, 1fr);}
	.manual ul li .pic{ width:58px; height:58px;}
	.manual{ margin-bottom:60px}
	.manual ul li{ padding-left:20px;}
	.new_list{flex-direction: column;}
	.new_list .new_right{ width:100%; margin-top:20px; margin-left:0px;}
	.building{ padding:20px;}
	.top_one .login1 .l_content{ right:0px; font-size:12px; width:200px;}
	.notice_list ul{grid-template-columns: repeat(2, 1fr);}
	.news_2{ margin-bottom:20px;}
	.about_one img{ height:330px;}
	.about_one .content{ width:70%;}
	.about_content .building h1{ font-size:20px;}
	.about_content .building .tit1{ font-size:18px;}
	.about_content .building .tit2{ font-size:16px;}
	.about_content .Organization{ padding:30px;}
	.notice_1 ul li{width:60%;}
	.business ul li{ width:31%; margin-right:3%;}
	.business ul li:nth-child(4n){ margin-right:3%;}
	.business ul li:nth-child(3n){ margin-right:0px;}
	.screen{ font-size:14px;}
	.screen .content a{ margin-right:5px;}
	.join_1 ul{  grid-template-columns: repeat(1, 1fr);grid-gap: 15px 15px;}
	.join_1{ padding:15px;}
	.join_1 ul li{ padding:15px;}
	.certification ul{grid-template-columns: repeat(2, 1fr);}
	.contact_3 ul{grid-template-columns: repeat(1, 1fr);}
	::-webkit-scrollbar {
	display:none;
}
::-webkit-scrollbar-thumb {
    display:none;
}
.down_one ul{grid-template-columns: repeat(1, 1fr);}
.down_one ul li .content .icon img{ width:40px; height:40px;}
.down_one ul li .content{ margin-right:10px;}
.job_chico ul li .education a{ margin-right:8px;}
.job_chico ul li .content a{ margin-right:8px;}
.job_chico ul li .education{ padding-right:100px;}
.job_list ul{grid-template-columns: repeat(1, 1fr);}
.job_left ul li a{ line-height:50px;}
.company_2 .photo img{ width:120px;}
.course_1 ul{grid-template-columns: repeat(2, 1fr);}
.midbox{flex-direction: column;}
.midbox .mleft{ width:100%;}
.midbox .mright{ padding:25px 20px;}
.show22{ padding:20px;}
.top_two .logo{ margin-left:0px;}
.notice_list ul li .desc{ height:auto;}
}


@media screen and (max-width:680px){
	.mem_service ul{grid-template-columns: repeat(1, 1fr);}
	.mem_service ul li:nth-child(3), .mem_service ul li:nth-child(4) {
    flex-direction: row;
}
.mem_service ul li:nth-child(2n){flex-direction: row-reverse; }
.p_title{ flex-direction: column;}
.p_title .tpleft{ width:100%; margin-bottom:15px;}
.search_1{ margin-left:0px; width:80%;}

.fany .david_1,.fany .david_2{ margin-right:15px;}
.business ul li{ width:48%; margin-right:4%;}
	.business ul li:nth-child(3n){ margin-right:4%;}
	.business ul li:nth-child(2n){ margin-right:0px;}
.business{ padding:30px 20px 0px;}
.p_title .tpright .search_1{ width:100%;}
}
@media screen and (max-width:550px){
	.new_class span{ padding: 0px 10px;}
	.top_one.no1 .container .logo1 img{ height:22px;}
	.new_list .new_right ul,.credit ul{    grid-template-columns: repeat(1, 1fr);}
	.new_list .new_right ul li{ height:57px;}
	.border_2{ padding:20px;}
	.notice_list ul{grid-template-columns: repeat(1, 1fr);    grid-gap: 30px 25px;}
	.notice_list ul li .desc{ margin-bottom:20px;}
	.notice_list{ margin-bottom:40px;}
	footer .copyright{flex-direction: column;}
	.about_one .content{ width:100%; padding:30px;}
	.about_one .content .desc{ line-height:1.8;}
	.about_content .Organization{ padding:20px;}
	.Respon ul li .content{ padding: 30px 20px;}
	.notice_1 ul li{width:100%;}
	.notice_1{ margin-bottom:50px;}
	.member ul li .content{flex-direction: column; }
	.member ul li .content .infor{ width:100%; flex:none;margin-top:15px;}
	.member ul li .content .title{ margin-bottom:10px;}
	.member ul li .content .desc .credit{ top:0px;}
	.memb_show .m_left .company{ flex-direction: column;}
	.memb_show .m_left .company .content{ flex:none; width:100%; margin-top:12px;}
	.memb_show .m_left .company{align-items:flex-start; }
}

@media screen and (max-width:450px){
	.member ul li .Corporate{    grid-gap: 21px 10px;}
	.member ul li .Corporate .pic .cont{ font-size:12px;}
	.member ul li{ padding:15px;}
	.chico_3{ padding:15px;}
	.memb_show .m_left .company .content .desc ul{grid-template-columns: repeat(1, 1fr);}
	.memb_show .m_left .com_intro .desc ul{grid-template-columns: repeat(1, 1fr);}
	.Infor_mation .desc ul{grid-template-columns: repeat(1, 1fr);}
	.certification ul{grid-gap: 15px 15px;}
   .border_3{ padding:20px;}
   .course_1 ul{grid-template-columns: repeat(1, 1fr);}
}
@media screen and (max-width:350px){
	body{ font-size:12px;}

}
.member ul li .content .desc p{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}