

*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

*{ margin:0; padding:0;}

body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin:0 auto;
overflow-x:hidden; min-width: 1280px;
padding: 0 ; width: 100%;color: #333;
font-family: Arial, Helvetica, sans-serif, Microsoft Yahei; font-size:14px;  line-height:1;
}

html.act{overflow: hidden;width: 100%;height: 100vh;}

ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }

.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}

.clearfix { *zoom:1; }

a{display: inline-block; text-decoration:none; cursor:pointer; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;color: #333;}

textarea,select{ outline:none;  color:#666; font-size:14px; width:100%;}

img{border:none;display: block;max-width: 100%;}

img[src=""]{opacity: 0;}

body::-webkit-scrollbar{ width:4px;height: 1px;}

body::-webkit-scrollbar-thumb{ background:#000;}

body::-webkit-scrollbar-track{ background:#ddd;} 

.gdt::-webkit-scrollbar{ width:3px;height: 1px;}

.gdt::-webkit-scrollbar-thumb{ background:#052566;}

.gdt::-webkit-scrollbar-track{ background:#ddd;} 

.f_12{ font-size:12px; }

.f_16{ font-size:16px; }

.f_18{ font-size:18px; }

.f_20{ font-size:20px; }

.f_22{font-size: 22px;}

.f_24{ font-size:24px; }

.f_26{ font-size:26px; }

.f_28{ font-size:28px; }

.f_30{ font-size:30px; }

.f_32{ font-size:32px; }

.f_34{ font-size:34px; }

.f_36{ font-size:36px; }

.f_38{ font-size:38px; }

.f_40{font-size: 40px;}

.f_48{font-size: 48px;}

.f_50{font-size: 50px;}
.f_52{font-size: 52px;}
.f_58{font-size: 58px;}

/*分页*/

.BMap_mask,.BMap_cpyCtrl,.BMap_scaleTxt,.BMap_scaleCtrl,.BMap_omCtrl,.anchorBL{ display:none !important;}

.a_dw{position: relative;top: -70px;}

.box {min-width: 1200px;width:100%;padding: 0 160px;margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.page1{clear:both; text-align:center; height: 45px;margin: 30px 0 0;text-align: center;}

.page1 span a{display: inline-block; color:#333333;padding:10px 13px; text-decoration:none;background: #f7f7f7;}

.page1 span a:hover,.page1 span.current a{  background:#005ed1; color:#fff;}

.page1 span{margin:2px 5px;}

.page2{width: 120px;height: 40px;background: #005ed1;color: #fff;display: block;margin: 0 auto;line-height: 40px;display: none;}

.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}

.alltime2,.alltime2 *{-webkit-transition: all 0.8s linear; -moz-transition:all 1s linear; transition: all 0.8s linear;}

.alltime3,.alltime3 *{-webkit-transition: all 1s cubic-bezier(.4,0,.2,1); -moz-transition: all 1s cubic-bezier(.4,0,.2,1); transition: all 1s cubic-bezier(.4,0,.2,1);}


.wow{opacity: 0;}

.wow1{opacity: 1;}

.fbd{font-weight: bold;}

/* 弹窗 */

.z_tanchuang {position: fixed;display: table;height: 100%;width: 100%;top: 0;left: 0;transform: scale(0);-webkit-transform: scale(0);z-index: 10;}

.z_tanchuang .tbox {display: table-cell;background: rgba(0, 0, 0, 0.8);text-align: center;vertical-align: middle;}

/* 弹窗内容 */

.z_tanchuang .tbox .modal {background: white;padding: 50px;display: block;border-radius: 5px;position: relative;width: 90%;max-width: 1200px;max-height: 90%;margin: 0 auto;}

.z_tanchuang .tbox .modal .out{position: absolute;width: 40px;height: 40px;line-height: 40px;background: #fff url(../images/out.png) center no-repeat;background-size: 20px;color: #000;font-size: 30px;text-align: center;border-radius: 50%;top: 0;right: -50px;cursor: pointer;}

.z_tanchuang .tbox .modal .img{width: 100%;max-width: 600px;margin: 0 auto;}

.z_tanchuang .tbox .modal .img video{display: block;width: 100%;max-width: 100%;object-fit: cover;}

.z_tanchuang .tbox .modal .img img{margin: 0 auto ;}

.z_tanchuang .tbox .modal .out:hover{background: #fff url(../images/out2.png) center no-repeat;background-size: 20px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}

.z_tanchuang .tbox .modal2{padding: 20px;}

.z_tanchuang .tbox .modal .img{max-width: 1200px;}

/* 弹窗选中 */

.z_tanchuang.one {transform: scaleY(0.01) scaleX(0);animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scaleY(0.01) scaleX(0);-webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one .tbox .modal {transform: scale(0);animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(0);-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one.out {transform: scale(1);animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-transform: scale(1);-webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

.z_tanchuang.one.out .tbox .modal {animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;-webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;}

/* 弹窗动画 */

@keyframes unfoldIn {0% {transform: scaleY(0.005) scaleX(0);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(1) scaleX(1);}}

@keyframes zoomIn {0% {transform: scale(0);}100% {transform: scale(1);}}

@keyframes zoomOut {0% {transform: scale(1);}100% {transform: scale(0);}}

@keyframes unfoldOut {0% {transform: scaleY(1) scaleX(1);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(0.005) scaleX(0);}}

@-webkit-keyframes zoomIn {0% {transform: scale(0);}100% {transform: scale(1);}}

@-webkit-keyframes zoomOut {0% {transform: scale(1);}100% {transform: scale(0);}}

@-webkit-keyframes unfoldOut {0% {transform: scaleY(1) scaleX(1);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(0.005) scaleX(0);}}

@-webkit-keyframes unfoldIn {0% {transform: scaleY(0.005) scaleX(0);}50% {transform: scaleY(0.005) scaleX(1);}100% {transform: scaleY(1) scaleX(1);}}



/* 首页 */

.fpg{width: 100%;height: 100vh;position: relative;overflow: hidden;}

.fpg .section{width: 100%;height: 100%;overflow: hidden;position: relative;}

.fpg .section .bgimg{display: block;width: 100%;max-width: 1920px;max-height: 100%;}

.fpg .section .fp-tableCell{position: relative;overflow: hidden;}


.fpg .section_1 .vid,.fpg .section_1 .c{display: block;width: 100%;position: absolute;top: 0;left: 0;z-index: 2;}

.fpg .section_2 .ul1{position: absolute;width: 51%;left: 37.3%;bottom: 0;background: rgba(255, 255, 255, 0.88);padding: 65px 0;display: flex;justify-content: center;} 

.fpg .section_2 .ul1 li{width: 33.33%;text-align: center;}

.fpg .section_2 .ul1 li .num{color: #1e50a0;margin-bottom: 5px;}

.fpg .section_2 .ul1 li .num span{font-weight: bold;font-size: 96px;font-family: arial;}

body {
	/* padding-top: 110px; */
}

.zoom .img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}

.w100 img {
	width: 100%;
}

.zoom:hover .img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

.ml {
	display: none!important;
}

.fl {
	font-weight: 300;
}

.w100 {
	width: 100%;
}
.g_tit{
	margin-bottom: 70px;
}
.g_tit p{
	color: #333;
	margin-bottom: 40px;
}
.g_tit s{
	display: block;
	height: 1px;
	width: 20px;
	background-color: #ccc5c4;
}

.g_tit.bai p{
	color: #fff;
}
.g_tit.bai s{
	background-color: #fff;
}


.head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0 50px;
	border: 1px solid rgba(255, 255, 255, .1);
}

.head .logo {
	position: relative;
}

.head .logo img {
	width: 60px;
}

.head li a {
	color: #fff;
	line-height: 100px;
	position: relative;
}

.head li a:before {
	content: '';
	width: 0%;
	left: auto;
	right: 0;
	height: 4px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	-webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.head.act li a:before,.head.acts li a:before,.head.bai li a:before,.head.ny li a:before{
	background-color: #052566;
}

.head.act .r_con .zy,.head.acts .r_con .zy{
	color: #333;
}


.head li:hover a:before,
.head li.act a:before {
	left: 0;
	right: auto;
	width: 100%;
}

.head ul {
	display: flex;
	align-items: center;
}
.head ul li{
	position: relative;
}
.head ul li .lbtm {
    width: 200px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
	font-size: 16px;
}

.head ul li .lbtm a {
    display: block;
    line-height: 50px;
    border-top: 1px solid #f0f1f2;
    background: #fff;
    color: #333f48;
    text-align: center;
}


.head li .lbtm a:before{
	display: none;
}

.head ul li .lbtm{
	    -webkit-transition: all 0s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all 0s cubic-bezier(.4,0,.2,1);
	    transition: all 0s cubic-bezier(.4,0,.2,1);
}

.head li:not(:first-child) {
	margin-left: 50px;
}

.head .r_con {
	display: flex;
	align-items: center;
}

.head .r_con s {
	width: 1px;
	height: 22px;
	border: 1px solid rgba(255, 255, 255, .2);
	display: block;
	margin: 0 50px;
}

.head .r_con .zy {
	margin-right: 40px;
	width: 20px;
	height: 20px;
	position: relative;
	color: #fff;
}

.head.bai .r_con .zy, .head.ny .r_con .zy{
	color: #333;
}

.head .r_con .zy img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.head .r_con .zy img:last-child {
	opacity: 0;
}

.head .r_con .zy.men {
	margin-right: 0px;
	cursor: pointer;
}

.head .logo img:last-child {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}

.head .r_con .men .i{width: 20px;height: 20px;position: relative;}

.head .r_con .men .i.i1{display: none;}

.head .r_con .men .i.i2{display: block;}

.head .r_con .men.act .i.i1{display: block;}

.head .r_con .men.act .i.i2{display: none;}

.head.bai li a,.head.ny li a{
	color: #333;
}
			
.head.bai,.head.ny{
	background-color: #fff;
	border-bottom: 1px solid #f0f0f0;
}
.head.bai .r_con .zy img:last-child,.head.bai .logo img:last-child,.head.ny .r_con .zy img:last-child,.head.ny .logo img:last-child{
	opacity: 1;
}
.head.bai .r_con .zy img,.head.bai .logo img,.head.ny .r_con .zy img,.head.ny .logo img{
	opacity: 0;
}

.section.active .time2{
	opacity: 1;
	top: 0;
	animation: dong 0.5s;
}

.section.active .time1{opacity: 1;top: 0;animation: dong 0.3s;}

.section.active .time2{opacity: 1;top: 0;animation: dong 0.5s;}

.section.active .time3{opacity: 1;top: 0;animation: dong 0.7s;}

.section.active .time4{opacity: 1;top: 0;animation: dong 0.9s;}

.section.active .time5{opacity: 1;top: 0;animation: dong 1.1s;}


.time1{opacity: 0;position: relative;top: 100px;animation: none;}

.time2{opacity: 0;position: relative;top: 100px;animation: dong2 0.6s;}

.time3{opacity: 0;position: relative;top: 100px;animation: dong2 0.8s;}

.time4{opacity: 0;position: relative;top: 100px;animation: dong2 0.9s;}

.time5{opacity: 0;position: relative;top: 100px;animation: dong2 0.9s;}




@keyframes dong {
    0% {top: 50px; opacity: 0;}
    50% {top: 50px;opacity: 0;}
    100% {top: 0px;opacity: 1;}
}
@keyframes dong2 {
    0% {top: 0px;opacity: 1;}
    50% {top: 0px;opacity: 1;}
    100% {top: 50px;opacity: 0;}
}



.head.act li a  {
	line-height: 70px;
}

.head.act .logo img {
	width: 50px;
}

.head.act,.head.acts {
	background-color: #fff;
}

.head.act .logo img:last-child,.head.acts .logo img:last-child {
	opacity: 1;
}

.head.act .logo img,.head.acts .logo img {
	opacity: 0;
}

.head.act li a,.head.acts li a {
	color: #333;
}

.head.act li a:before,.head.acts li a:before {
	background-color: #052566;
}

.head .r_con s {
	border: 1px solid rgba(192, 198, 204, .3);
}

.head.act .zy img:last-child,.head.acts .zy img:last-child {
	opacity: 1;
}

.head.act .zy img ,.head.acts .zy img{
	opacity: 0;
}

.head ul.act{
	opacity: 0;
	visibility: hidden;
}



	.m_head {display: none;height: 50px;overflow: hidden;padding: 0 5%;position: fixed;top: 0;left: 0;width: 100%;box-sizing: border-box;z-index: 10;background: rgba(255, 255, 255, 1);border-bottom: 1px solid #eee;}
    .m_head .mlt {display: block;float: left;}
    .m_head .mlt img {display: block;height: 30px;margin-top: 10px;}
    .m_head .img {width: 50px;float: right;}
    .m_head .img img {display: block;width: 100%;}
    .m_nav {font-family: Microsoft Yahei;display: block;position: fixed;z-index: 199;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);top: 0;right: -100%;-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;overflow: hidden;box-sizing: border-box;}
    .m_nav.act {right: 0;}
    .m_out {width: 15%;float: left;}
    .m_out img {display: block;width: 100%;}
    .m_nav {display: block;position: fixed;z-index: 199;width: 100%;height: 100%;background: #fff;top: 0;right: -100%;-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;overflow: hidden;box-sizing: border-box;}
    .m_nav.act {right: 0;}
    .m_out {width: 50px;float: right;max-width: 50px;margin-right: 3%;}
    .m_out img {display: block;width: 100%;}
    .wow {opacity: 1;}
    .m_navbox {width: 100%;box-sizing: border-box;float: right;background: #fff;box-sizing: border-box;padding: 20px 0;overflow: auto;box-sizing: border-box;}
    .m_navbox div,.m_navbox a {color: #666;display: block;}
    .m_navbox a {font-size: 16px;line-height: 20px;padding: 10px 0;}
    .m_navbox div,
    .m_navbox a.ltp {font-size: 18px;line-height: 30px;padding: 10px 0;display: block;}
    .m_navbox li>div:nth-child(1),
    .m_navbox a.ltp {padding: 10px 30px 10px 50px;position: relative;}
    .m_navbox li>div:nth-child(1):after,
    .m_navbox a.ltp:after {content: '';display: block;width: 5px;height: 20px;background: #084784;position: absolute;top: 50%;margin-top: -10px;left: 30px;}
    .m_navbox li>div:nth-child(1) {background: url(../images/plus.png) 95% center no-repeat;background-size: 16px;}
    .m_navbox li.act>div:nth-child(1) {background: url(../images/reduce.jpg) 95% center no-repeat;}
    .m_navbox div.lbt {padding: 5px 50px;display: none;border-bottom: 1px solid #084784;}
    .m_navbox li.act>div:nth-child(1) {color: #084784;}
    .m_navbox li.act>div:nth-child(1):after {background: #084784;}
    .m_navbox .lange {text-align: center;}
    .m_navbox .lange a {display: inline-block;margin: 0 10px;}
    .m_navbox li.lang {padding: 10px;}
    .m_navbox li.lang>a {display: block;float: left;text-align: center;width: 50%;font-size: 20px;}
    .m_navbox li.se {padding: 10px 30px;}
    .m_navbox li.se input {display: block;width: calc(100% - 40px);float: left;display: block;height: 40px;border: none;outline: none;padding: 0 10px;border-bottom: 1px solid #ddd;}
    .m_navbox li.se a {display: block;width: 40px;float: right;padding: 0;}
    .m_navbox li.se a img {display: block;width: 20px;margin: 10px;}

.div_inp {width: 93%;height: 40px;padding-left: 29px;float: left;display: flex;align-items: center;}
.mol_so {padding: 0 12px;display: block;width: 100%;height: 100%;border: 1px solid #b3b3b3;border-radius: 4px 0 0 4px;outline: none;}
.div_inp a {width: 110px;height: 40px;line-height: 40px;text-align: center;background-color: #084784;color: #fff;border-radius: 0 4px 4px 0;}














.g_ban {
	position: relative;
	overflow: hidden;
}

.g_ban .con {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 36%;
	color: #fff;
}

.g_ban .con p {
	line-height: 1.5em;
	margin-top: 40px;
}

.g_nav .box {
	height: 80px;
	display: flex;
}

.g_nav .box a {
	flex: 1;
	display: block;
	position: relative;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}

.g_nav .box a::after {
	content: '';
	width: 1px;
	height: 40px;
	background-color: #e1e1e0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

.g_nav .box a:last-child::after {
	display: none;
}

.g_nav .box a:before {
	content: '';
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	-webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	height: 4px;
	background-color: #052566;
	width: 0;
}

.g_nav .box a:hover:before,
.g_nav .box a.act:before {
	width: 100%;
	left: 0;
	right: auto;
}

.g_nav .box a:hover,
.g_nav .box a.act {
	color: #052566;
}

.p_80 {
	padding: 80px 0;
}

.new_list li:not(:last-child) {
	margin-bottom: 30px;
}

.new_list .con {
	padding: 40px;
	background-color: #f5f5f5;
	display: block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
}

.new_list .con:before {
	width: 3px;
	height: 100%;
	content: '';
	top: 0;
	left: 0;
	background-color: #052566;
	position: absolute;
	opacity: 0;
	    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	    -moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.new_list .con:hover:before {
	opacity: 1;
}

.new_list .con:hover {
	background-color: #fff;
	box-shadow: 4px 0 30px rgba(0, 0, 0, .2);
	/* border: 1px solid #052566; */
}

.new_list .txt {
	float: left;
	padding-right: 65px;
	width: calc(100% - 380px);
}

.new_list .pic {
	float: right;
	width: 380px;
	overflow: hidden;
}

.new_list .date {
	color: #666;
	margin-bottom: 35px;
}

.new_list .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.new_list .desc {
	color: #444;
	line-height: 1.6em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 3.2em;
	margin-bottom: 32px;
}

.new_list .con:hover .tit {
	color: #052566;
}

.new_list .con .rl {
	position: relative;
	width: 30px;
	height: 30px;
}

.new_list .con .rl img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.new_list .con .rl img:last-child {
	opacity: 0;
}

.new_list .con:hover .rl img:last-child {
	opacity: 1;
}

.new_list .con:hover .rl img {
	opacity: 0;
}

.fy {
	width: 100%;
}

.fy .ul_y {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.fy .ul_y .li {
	margin: 0 7px;
	border-radius: 3px;
	overflow: hidden;
}

.fy .ul_y li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #999999;
}

.fy .ul_y .li_on a {
	width: 25px;
	height: 25px;
	position: relative;
	border: 1px solid #e2e6f1;
	margin-top: 5px;
	box-shadow: 0 0 5px 3px #f7f8fc;
}

.fy .ul_y .li_on a img:last-child {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.fy .ul_y .li_on a:hover img:last-child {
	opacity: 1;
}

.fy .ul_y .li_on a:hover img:first-child {
	opacity: 0;
}

.fy .ul_y li input {
	width: 40px;
	margin: 0 5px;
	padding-left: 10px;
	height: 32px;
	outline: none;
	border: 1px solid #e2e6f1;
	border-radius: 2px;
	background-color: transparent;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.fy .ul_y .li_in {
	color: #7e87a0;
}

.fy .ul_y .li a:hover,
.fy .ul_y .li.act a {
	color: #ffffff;
	background: #052566;
}

.fy .ul_y li:first-child a {
	color: #7e87a0;
}

.fy .ul_y li:last-child a {
	color: #ababab;
}

/* .fy .ul_y li:last-child a:hover{color: #15499a;} */

.fy .ul_y .li_on {
	margin: 0 25px;
	background-color: #fff;
}

.fy .ul_y .li_in {
	width: 120px;
	text-align: center;
}

.fy .ul_y .li_on.li_y {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.fy .ul_y .li_on:hover a {
	background-color: #052566;
}

.ml_more {
	margin: 0 auto;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #052566;
	color: #ffffff;
	display: none;
}

.new_list {
	margin-bottom: 80px;
}


.ny_content {
	padding: 30px 0 118px;
}

.ny_content .title {
	margin-bottom: 70px;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.ny_content .title a {
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid transparent;
	float: left;
}

.ny_content .title a:hover {
	color: #052566;
	border-bottom: 1px solid #052566;
}

.ny_content .title img {
	margin: 0 12px;
	width: 6px;
	height: 10px;
	float: left;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

.ny_content .title s {
	width: 4px;
	height: 20px;
	background-color: #052566;
	display: block;
	margin-right: 25px;
}

.descCon {
	padding: 90px 110px;
	box-shadow: 4px 0 20px rgba(26, 22, 22, .12);
}

.descCon .tit {
	color: #222222;
	line-height: 1.4em;
	margin-bottom: 30px;
}


.descCon .info {
	color: #444444;
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.descCon .info p {
	margin-right: 45px;
}

.descCon .desc {
	padding: 40px 0;
	border-bottom: 1px dashed #c8cacc;
	border-top: 1px dashed #c8cacc;
	margin-bottom: 55px;
	line-height: 1.8em;
	color: #444;
}


.descCon .desc img {
	display: block;
	margin: 0 auto;
}

.b_pn {}

.b_pn .icon {
	width: 7px;
	height: 11px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 8px;
}

.b_pn .icon img {
	width: 100%;
	height: 100%;
}

.b_pn .icon img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.b_pn .rtu:hover img:last-child {
	opacity: 1;
}

.b_pn .rtu:hover .s1,
.b_pn .rtu:hover .s1 span {
	color: #052566;
}

.b_pn .perv {
	margin-bottom: 20px;
}

.b_pn span {
	color: #333;
}

.b_pn .s1 {
	color: #333;
	line-height: 1.4em;
}

.b_pn .l a {
	display: flex;
	align-items: center;
}

.b_pn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.b_pn s {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #052566;
	display: block;
	margin-right: 10px;
}

.b_pn .g_more {
	margin: 0;
	justify-content: center;
}

.b_pn .l {
	width: calc(100% - 180px);
}

.b_pn .l img {
	margin-right: 12px;
}

.g_more2 {
	width: 170px;
	height: 56px;
	border-radius: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #444;
	border: 1px solid #444;
}


.g_more2 img {
	margin-right: 6px;
}


.g_more2:hover {
	border: 1px solid #052566;
	color: #fff;
	background-color: #052566;
}

.g_more2 .ion {
	width: 7px;
	height: 11px;
	position: relative;
	margin-left: 12px;
}

.g_more2 .ion img {
	width: 100%;
	height: 100%;
}

.g_more2 .ion img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}


.g_more2:hover .ion img {
	opacity: 0;
}

.g_more2:hover .ion img:last-child {
	opacity: 1;
}

.case_list .pic {
	width: 765px;
	float: left;
	overflow: hidden;
	border-radius: 8px;
}

.case_list .pic img {
	width: 100%;
}

.case_list .txt {
	overflow: hidden;
	width: calc(100% - 765px);
	padding-left: 160px;
	padding-top: 70px;
}

.case_list li:nth-child(even) {
	background-color: #f6f6f6;
}

.case_list .icon {
	margin-bottom: 35px;
}

.case_list li {
	padding: 85px 0;
}

.case_list .tit {
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 25px;
}

.case_list .tit a:hover{
	color: #052566;
}

.case_list .desc a {
	display: flex;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #696969;
	margin-bottom: 18px;
}


.case_list .desc a span{
	display: block;
	width: 6px;
	height: 11px;
	position: relative;
}

.case_list .desc a span img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.case_list .desc a span img:last-child{
	opacity: 0;
}

.case_list .desc a:hover span img:last-child{
	opacity: 1;
}

.case_list .desc a:hover span img{
	opacity: 0;
}

.case_list .desc a s {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: block;
	background-color: #696969;
	margin-right: 10px;
}

.case_list .desc a:hover {
	color: #052566;
}

.case_list .desc a:hover s {
	background-color: #052566;
}

.case_list .txt .im {
	margin-left: 10px;
}

.case_list li:nth-child(even) .pic {
	float: right;
}

.job_list li{
	padding: 0 40px;
	margin-bottom: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.job_list .libt{
	padding: 40px 0;
	position: relative;
}

.job_list .libt .tit{
	color: #474a4d;
	line-height: 1.4em;
	margin-bottom: 10px;
	
}



.job_list .libt:before{
	content: '';
	width: 4px;
	height: 24px;
	background-color: #052566;
	left: -40px;
	top: 44px;
	position: absolute;
	opacity: 0;
	-webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
	-moz-transition: all .4s cubic-bezier(.4,0,.2,1);
	transition: all .4s cubic-bezier(.4,0,.2,1);
}

.job_list .libt:hover:before,.job_list li.act .libt:before{
	opacity: 1;
}


.job_list .libt p{
	color: #474a4d;
	font-weight: 400;
	line-height: 1.6em;
}

.job_list .libt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.job_list .lcon{
	flex: 1;
	padding-right: 30px;
}
.job_list .rcon{
	display: flex;
	align-items: center;
	color: #474a4d;
	width: 40px;
	margin-left: 17px;
}

.job_list .rcon span{
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
}

.job_list .rcon span img{
	width: 100%;
	height: 100%;
}

.job_list .rcon span img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}


.job_list .libt:hover .rcon span img,.job_list li.act .rcon span img{
	opacity: 0;
}

.job_list .libt:hover .rcon span img:last-child,.job_list li.act .rcon span img:last-child{
	opacity: 1;
}

.job_list .libt:hover .tit,.job_list li.act .libt .tit,.job_list .libt:hover .rcon,.job_list li.act .libt .rcon{
	color: #052566;
}






.job_list .libm {
	border-top: 1px dashed #c0c4cc;
	padding: 38px 0;
	display: none;
}

.job_list .libm .con{
	margin-bottom: 35px;
}

.job_list .libm .tit{
	color: #474a4d;
	margin-bottom: 20px;

}



.job_list .libm .desc{
	color: #474a4d;
	line-height: 1.6em;
	font-weight: 400;
}

.job_list .libm .desc p{
	margin-bottom: 8px;
}

.toemall{
	display: flex;
	align-items: center;
	color: #474a4d;
}

.toemall img{margin-right: 8px;}

.toemall a{
	color: #474a4d;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	margin-left: 6px;
}

.toemall a:hover{
	color: #052566;
	border-bottom: 1px solid #052566;
}

.search_box{
	padding: 180px 0 100px;
}

.sea_top .tit{
	color: #333;
	margin-bottom: 24px;
}


.sea_top {
	background-color: #f3f6f8;
	padding: 50px 25px;
	margin-bottom: 50px;
}

.inp_box{
	display: flex;
	align-items: center;
}

.inp_con{
	position: relative;
	height: 56px;
	background-color: #fff;
	flex: 1;
	
}

.inp_con input{
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	color: #333;
	font-size: 16px;
	padding: 0 28px;
	font-weight: 400;
}
.head.qb{
	background: transparent;
}

.inp_con img{
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
	cursor: pointer;
}

.so_btn{
	display: flex;
	align-items: center;
}

.so_btn div{
	width: 190px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	background-color: #fff;
	color: #333;
	margin-left: 20px;
	cursor: pointer;
}


.so_btn div:nth-child(1){
	color: #fff;
	background: #052566;
}


.so_btn span{
	width: 27px;
	height: 27px;
	position: relative;
	display: block;
	margin-right: 15px;
}

.so_btn span img{
	width: 100%;
	height: 100%;
}

.so_btn span img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.so_btn div:hover{
	background: #052566;
	color: #fff;
}


.so_btn div:hover img{
	opacity: 0;
}

.so_btn div:hover img:last-child{
	opacity: 1;
}

.inp_box{
	display: flex;
	align-items: center;
}

.so_tips{
	color: #333;
	font-weight: 400;
	margin-bottom: 50px;
}

.so_tips span{
	color: #052566;
	font-weight: 500;
}
.con_r1{
	background-image: url("../images/cor1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.con_r3{
	background-image: url("../images/con2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.tab_tanchuang{position: fixed;width: 100%;height: 100%;top: 0;left: 0;z-index: 999999;background:rgba(0, 0, 0, 0.8) ;display: none;}

.tab_tanchuang .vbox{position: absolute;width: 530px;height: 370px;top: 55%;left:50%;
transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); opacity: 1;
background:#fff ;text-align: center;display: flex;justify-content: center;align-content: center;flex-wrap: wrap;opacity: 0;}

.tab_tanchuang .vbox .ltt{width: 100%;color: #1d60b9;}

.tab_tanchuang .vbox .ltc{margin: 25px 0;width: 100%;}

.tab_tanchuang .vbox .qe{display: block;width: 270px;line-height: 46px;
background:#1d60b9 ;color: #fff;margin: 0 auto ;cursor: pointer;}

.tab_tanchuang .vbox .qe:hover{background:#1d60b9 ;}

.tab_tanchuang.act .vbox{top: 50%; opacity: 1;transition-delay: .3s;-webkit-transition-delay: .3s;}

.p_95 {
	padding: 95px 0;
}

.job_more {
	text-align: center;
	color: #1e4189;
	margin-top: 70px;
	cursor: pointer;
}

.job_more img {
	display: inline-block;
	margin-top: 8px;
}

.cont_box {
	display: flex;
}

.cont_box .r {
	width: 900px;
	position: relative;
}

.cont_box .l {
	width: calc(100% - 900px);
	padding-right: 100px;
}

.cont_box .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 25%;
}

.cont_box .tel {
	color: #1e4189;
	line-height: 1.4em;
}

.cont_box s {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #ccc5c4;
	display: block;
	margin: 45px 0;
}

.cont_box .item {
	display: flex;
	color: #222;
	margin-bottom: 45px;
}

.cont_box .item .img {
	width: 60px;
}

.cont_box .item .con {
	width: calc(100% - 60px);
	padding-left: 30px;
}

.cont_box .item a {
	color: #222;
	font-weight: 300;
	margin-top: 22px;
	line-height: 1.4em;
}

.cont_box .item span {
	display: block;
	color: #222;
	font-weight: 300;
	margin-top: 22px;
	line-height: 1.4em;
}

.cont_box .item a:hover {
	color: #1e4189;
}

.cont_box .qr img {
	box-shadow: 2px 0 12px rgba(76, 57, 54, .2);
}

.from_box {
	display: flex;
	flex-wrap: wrap;
}

.from_box .item {
	width: 31.33%;
	margin-bottom: 45px;
	margin-right: 3%;
}

.from_box .item:nth-child(3n),
.from_box .item:last-child {
	margin-right: 0;
}

.from_box .item p {
	display: flex;
	align-items: flex-end;
	color: #333;
	margin-bottom: 20px;
}

.from_box .item p img {
	margin-right: 7px;
}

.from_box .item input,
.from_box .item textarea {
	padding: 0 20px;
	height: 40px;
	font-size: 18px;
	font-weight: 300;
	border: 1px solid #e9eaea;
	background-color: #fff;
	width: 100%;
}

.from_box .item.code .inp {
	display: flex;
	align-items: center;
}

.from_box .item.code .inp input {
	width: 222px;
}

.from_box .item.code .inp img {
	margin-left: 15px;
}

.from_box .item:last-child {
	width: 100%;
}

.from_box .item textarea {
	height: 100px;
	padding: 10px 20px;
	resize: none;
}

.btns {
	display: flex;
	align-items: center;
}

.btns div {
	width: 168px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #bdbdbd;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
}

.btns div:hover {
	background-color: #1e4189;
}

.btns div:first-child {
	margin-right: 50px;
}

.form_pop{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	display: none;
}
.form_pop .info_con{
	background-color: #fff;
	padding: 80px;
	max-width: 1124px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.form_pop .info_con span{
	color: #ff0000;
}
.form_pop .from_box .item {
	width: 49%;
	margin-right: 2%;
}

.form_pop .from_box .item:nth-child(2n),
.form_pop .from_box .item:last-child {
	margin-right: 0;
}

.form_pop .from_box .item:last-child {
	width: 100%;
}

.form_pop .btns{
	justify-content: center;
}

.form_pop .hide{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -50px;
	cursor: pointer;
}

.form_pop .hide img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.form_pop .hide img:last-child{
	opacity: 0;
}
.form_pop .hide:hover img:last-child{
	opacity: 1;
}

.form_pop .hide:hover img{
	opacity: 0;
}
.form_pop .tit{
	color: #333;
	margin-bottom: 8px;
	text-align: center;
}

.form_pop p{
	margin-bottom: 40px;
	color: #555;
	text-align: center;
}

.take_r3{
	background-image: url("../images/ta3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.g_zx{
	background-image: url("../images/zx.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.ab_r2{
	padding: 95px 0 165px;
	background-image: url("../images/ab2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.ab_r3{
	padding: 95px 0 200px;
	background-image: url("../images/ab3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.ab_r5{
	padding: 95px 0 180px;
	background-image: url("../images/ab4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.ab_r6{
	background-image: url("../images/ab5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.test_r2{
	background-image: url("../images/t2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
}

.test_r4{
	background-image: url("../images/t3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
}

.test_r3{
	background-image: url("../images/r3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 100px;
}

.top_navs{
	background-image: url("../images/io.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.sec_r2{
	padding: 80px 0 130px;
	background-image: url("../images/lk.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.fan_box{
	padding: 60px 0;
	background-image: url("../images/fan3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.footer{
	padding: 70px 0 0;
	background-image: url("../images/fd.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.hide-tab{height: 0;overflow: hidden;}
.hide-tab2{display: none;}

.civilization_box .item{
	position: relative;
	padding-top: 80px;
}

.civilization_box .item:before{
	width: 1px;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("../images/sx.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.civilization_box .item:nth-child(2n):before{
	display: none;
}

.section_2{
	background-image: url("../images/ban2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.ban4_swi{
		background-image: url("../images/item.jpg");
		background-repeat: no-repeat;
		background-size: 100% 100%;
}

.section_5{
	background-image: url("../images/r5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.ban4_swi .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 118px;
/* 	background-image: url("../images/item.jpg");
	background-repeat: no-repeat;
	background-size: cover; */
	color: rgba(255, 255, 255, .4);
	cursor: pointer;
}
.ban4_swi .swiper-slide.act{
	background-image: url("../images/item2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.ban4_swi .swiper-slide:hover{
	background-image: url("../images/item2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}


.take_r1 .tit {
	color: #333;
}

.take_r1 s {
	margin: 40px 0 35px;
	height: 1px;
	width: 40px;
	display: block;
	background-color: #d0d0d0;
}

.take_r1 {
	position: relative;
}

.take_r1 .txt {
	position: absolute;
	right: 95px;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
	background-color: #fff;
	padding: 75px 55px 55px;
	border-radius: 10px;
	max-width: 675px;
	box-shadow: 9px 8px 16px rgba(0, 0, 0, 0.05);
}

.take_r1 .desc {
	line-height: 1.8em;
	max-height: 10.8em;
	overflow-y: auto;
}

.take_r2,
.take_r3 {
	padding: 70px 0 100px;
}

.tack_tit {
	color: #333;
	text-align: center;
	margin-bottom: 50px;
}

.p_160 {
	padding-left: 160px;
}

.devise_swi .con {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -45px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 18px 40px;
}

.devise_swi .con .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.devise_swi .con p {
	color: #fff;
}

.devise_swi .con s {
	height: 1px;
	width: 45px;
	background-color: #fff;
	display: block;
	margin-top: 5px;
}

.devise_swi .con .de {
	margin-top: 20px;
}

.devise_swi .swiper-slide .zoom:hover .con {
	bottom: 0px;
}

.devise_swi .zoom {
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	cursor: pointer;
}

.lr_con {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.lr_con div {
	width: 53px;
	height: 53px;
	position: relative;
	cursor: pointer;
}

.lr_con img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.lr_con img:last-child {
	opacity: 0;
}

.lr_con div:hover img:last-child {
	opacity: 1;
}

.lr_con div:hover img {
	opacity: 0;
}

.lr_con .prev {
	margin-right: 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tp {
	text-align: center;
	color: #333;
	margin-bottom: 50px;
}

.hz_list li .com {
	background-color: #fff;
	border-radius: 12px;
	padding: 25px 5px;
	width: 192px;
	position: relative;
}

.hz_list li .com span {
	font-size: 70px;
	font-weight: bold;
	/* color: rgba(255, 255, 255, 0.07); */
	color: rgba(51, 51, 51, 0.1);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-style: oblique;
}

.hz_list li .com:hover {
	background-color: #052566;
}

.hz_list li .com:hover span {
	color: rgba(255, 255, 255, 0.1);
}

.hz_list li .com:hover p {
	color: #fff;
}

.hz_list li .com:hover s {
	background-color: #fff;
}

.hz_list li:last-child {
	margin-right: 0;
}

.hz_list {
	display: flex;
	justify-content: space-between;
}

.hz_list li .icon {
	width: 85px;
	height: 85px;
	position: relative;
	margin: 0 auto 30px;
}

.hz_list .icon img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.hz_list .icon img:last-child {
	opacity: 0;
}

.hz_list .com:hover .icon img:last-child {
	opacity: 1;
}

.hz_list .com:hover .icon img {
	opacity: 0;
}

.hz_list p {
	color: #333;
	text-align: center;
}

.hz_list s {
	width: 24px;
	height: 1px;
	background-color: #333;
	display: block;
	margin: 15px auto 0;
}

.hz_list .jl {
	display: flex;
	align-items: center;
	width: 26px;
}

.hz_list .jl img {
	width: 100%;
}

.hz_list.two {
	flex-direction: row-reverse;
}

.hz_list.two .jl img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.jls {
	margin: 35px 0;
	display: flex;
	justify-content: flex-end;
	padding-right: 80px;
}

.jls img {
	width: 26px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.g_zx {
	padding: 40px 0;
}

.g_zx .tit {
	color: #052566;
	margin-bottom: 35px;
	line-height: 1.4em;
	text-align: center;
}

.z_more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 58px;
	border-radius: 58px;
	background-color: #052566;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
}

.z_more img {
	margin-left: 8px;
}

.z_more:hover {
	-webkit-transform: translatey(4px);
	-moz-transform: translatey(4px);
	-o-transform: translatey(4px);
	transform: translatey(4px);
}

.devise_pop {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

.devise_pop .com {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.devise_pop .com .d_box.act{
	display: block;
}

.devise_pop .com .d_box{
	padding: 80px;
	background-color: #fff;
	width: 930px;
	overflow-y: auto;
	max-height: 900px;
	display: none;

}

.devise_pop .tit {
	color: #333;
	padding-bottom: 36px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 35px;
}

.devise_pop .desc {
	color: #333;
	line-height: 1.8em;
	padding-bottom: 25px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 37px;
}

.devise_pop .info {
	display: flex;
	flex-wrap: wrap;
}

.devise_pop .info .item {
	width: 50%;
	display: flex;
	margin-bottom: 25px;
}

.devise_pop .info .na {
	display: flex;
	align-items: center;
	color: #333;
	width: 145px;
}

.devise_pop .info .na s {
	width: 2px;
	height: 100%;
	background-color: #052566;
	display: block;
	margin-right: 10px;
}

.devise_pop .info p {
	width: calc(100% - 145px);
	line-height: 1.4em;
	padding-right: 5px;
	color: #6a6a6a;
	/* font-weight: 300; */
}

.devise_pop .hide {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -50px;
	cursor: pointer;
}

.devise_pop .hide img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.devise_pop .hide img:last-child {
	opacity: 0;
}

.devise_pop .hide:hover img:last-child {
	opacity: 1;
}

.devise_pop .hide:hover img {
	opacity: 0;
}

.test_r1 {
	padding: 110px 0;
}

.test_r1 .box {
	display: flex;
}

.test_r1 .pic {
	width: 800px;
	overflow: hidden;
}

.test_r1 .txt {
	width: calc(100% - 800px);
	padding-left: 80px;
	padding-top: 120px;
}

.test_r1 .txt .timg {
	margin-bottom: 50px;
}

.test_r1 .txt .desc {
	line-height: 1.8em;
	max-height: 7.2em;
	padding-right: 6px;
	color: #3d484c;
	overflow-y: auto;
	margin-bottom: 8px;
}

.lx_info {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: 60px;
	top: 0;
	width: 180px;
	opacity: 0;
	visibility: hidden;
}

.lx_info .con {
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	padding: 0 8px;
	border-radius: 8px;
	text-align: center;
}

.lx_info .con .item {
	border-bottom: 1px solid #c8cacc;
	padding: 16px 0;
	font-size: 14px;
	color: #1e3f7f;
}

.lx_info .con .item:last-child {
	border-bottom: none;
}

.lx_info .con .item p:first-child {
	margin-bottom: 5px;
}

.test_r2 .title {
	margin-bottom: 110px;
	color: #333;
	text-align: center;
}

.tesList .tit {
	color: #333;
	margin-bottom: 22px;
}

.tesList .desc .ien {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.tesList .desc .ien s {
	background-color: #7b8bac;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
}

.tesList {
	display: flex;
	justify-content: space-between;
	padding: 0 95px 30px;
}

.tesList li:nth-child(1) .con,
.tesList li:nth-child(6) .con {
	-webkit-transform: translatey(250px);
	-moz-transform: translatey(250px);
	-o-transform: translatey(250px);
	transform: translatey(250px);
}

.tesList li:nth-child(2) .con,
.tesList li:nth-child(5) .con {
	-webkit-transform: translatey(130px);
	-moz-transform: translatey(130px);
	-o-transform: translatey(130px);
	transform: translatey(130px);
}

.tesList li:nth-child(4) .con {
	-webkit-transform: translatey(50px);
	-moz-transform: translatey(50px);
	-o-transform: translatey(50px);
	transform: translatey(50px);
}

.test_r4 .title {
	margin-bottom: 52px;
	text-align: center;
	color: #333;
}

.left_swi .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	color: #474747;
	border-bottom: 1px solid #e9e9e9;
	cursor: pointer;
}

.case_box {
	display: flex;
}

.case_box .r {
	width: 1165px;
}

.case_box .l {
	width: calc(100% - 1165px);
	height: 530px;
	background-color: #fff;
}

.left_swi {
	overflow: hidden;
	height: calc(100% - 100px);
}

.up_jt,
.dp_jt {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}




.acon{
	width: 31px;
	height: 16px;
	position: relative;
}

.acon img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.acon img:last-child{
	opacity: 0;
}

.up_jt:hover .acon img:last-child,.dp_jt:hover .acon img:last-child{
	opacity: 1;
}

.up_jt:hover .acon img,.dp_jt:hover .acon img{
	opacity: 0;
}








.up_jt img,
.dp_jt img {
	cursor: pointer;
}

.left_swi .swiper-slide.act {
	background-color: #052566;
	color: #fff;
}

.left_swi .swiper-slide:hover{
	background-color: #052566;
	color: #fff;
}

.right_swi .swiper-slide {
	position: relative;
}

.right_swi .play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.right_swi .play .icon {
	cursor: pointer;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.right_swi .play:hover .icon {
	background-color: #fff;
}

.right_swi {
	background-color: #fff;
}

.case_box video {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.test_r3 {
	padding: 60px 0 100px;
}

.tob_box {
	display: flex;
	align-items: center;
	margin: 0 auto 60px;
}
.tob_box.two{
	margin: 0;
	display: block;
}
.tob_box .item {
	color: #343434;
	width: 24%;
	margin-right: 1.3%;
}

.tob_box.two .item {
	width: auto;
	margin-right: 0;
}
.tob_box .item:last-child {
	margin-right: 0;
}

/* .swiper-slide */

.tob_box .item img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
}

.tob_box .item:hover img,.tob_box .item.act img{
	opacity: 1;
}

.tob_box .item:hover a,.tob_box .item.act a{
	color: #fff;
}

.tob_box .item a,.tob_box .item p {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	cursor: pointer;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	z-index: 3;
}

.tob_box .item:hover p,
.tob_box .item.act p {
	color: #fff;
	font-weight: bold;
}

.tob_box .item:hover p img,
.tob_box .item.act p img {
	opacity: 1;
}

.tit_in {
	text-align: center;
	color: #333;
	max-width: 820px;
	margin: 0 auto 25px;
}

.tit_in .tit {
	margin-bottom: 14px;
}

.tit_in .p_tit {
	color: #323232;
	margin-bottom: 25px;
}

.tit_in .desc {
	line-height: 1.8em;
	color: #3d484c;
}

.r3_swi .zoom {
	overflow: hidden;
}

.rl_btn div {
	width: 53px;
	height: 53px;
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
	cursor: pointer;
}

.rl_btn div img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.rl_btn div img:last-child {
	opacity: 0;
}

.rl_btn div:hover img:last-child {
	opacity: 1;
}

.rl_btn div:hover img {
	opacity: 0;
}

.rl_btn .prev {
	left: -100px;
}


.rl_btn .prev img{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


.rl_btn .next {
	right: -100px;
}

.r3_box {
	position: relative;
}
.sec_con {
	position: relative;
}

.lp_lr div {
	width: 16px;
	height: 31px;
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
	cursor: pointer;
}

.lp_lr div img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.lp_lr div img:last-child {
	opacity: 0;
}

.lp_lr div:hover img:last-child {
	opacity: 1;
}

.lp_lr div:hover img {
	opacity: 0;
}

.lp_lr .prev {
	left: -55px;
}

.lp_lr .prev img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.lp_lr .next {
	right: -55px;
}

.sec_ptxt .pic {
	border-radius: 10px;
	overflow: hidden;
	width: 76.25%;
}

.sec_ptxt {
	position: relative;
}

.sec_ptxt .txt {
	padding: 60px 50px 50px;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 5px 0 9px rgba(56, 56, 56, 0.15);
	width: 55.62%;
	position: absolute;
	bottom: -30px;
	right: 0;
	border-radius: 20px;
	color: #333;
}

.sec_ptxt .tit {
	line-height: 1.4em;
}

.sec_ptxt s {
	width: 40px;
	height: 1px;
	background-color: #a5a5a5;
	display: block;
	margin: 28px 0;
}

.sec_ptxt .desc {
	line-height: 1.8em;
	max-height: 280px;
	overflow-y: auto;
}

.tp {
	line-height: 1.8em;
}

.sec_r3 {
	padding-top: 70px;
}

.fan_box .con {
	padding: 45px 50px 70px;
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
	text-align: center;
	border-radius: 14px;
}

.fan_box .con img {
	margin-bottom: 30px;
	display: inline-block;
}

.fan_box .con s {
	width: 30px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
}

.fan_box .tit {
	margin-bottom: 20px;
	line-height: 1.4em;
	max-height: 2.8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
 	overflow: hidden;
}

.fan_swi {
	padding-bottom: 40px;
}

.fan_box .swiper-scrollbar-drag {
	background-color: #fff;
}

.swiper-scrollbar {
	background-color: rgba(0, 0, 0, 0);
}

.fan_swi .fan_src {
	height: 3px;
}

.fan_swi .fan_src:before {
	content: '';
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	top: 50%;
	left: 0;
}

.ly_list {
	display: flex;
	flex-wrap: wrap;
}

.ly_list li {
	margin-right: 3.75%;
	width: 48.125%;
	margin-bottom: 60px;
}

.ly_list li:nth-child(2n) {
	margin-right: 0;
}

.ly_list li .con {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.ly_list li .txt {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	padding: 15px 30px;
}

.ly_list li .txt em {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translatey(10px);
	-moz-transform: translatey(10px);
	-o-transform: translatey(10px);
	transform: translatey(10px);
	margin-right: 8px;
}

.ly_list li .txt p {
	display: flex;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 8px;
}

.ly_list li .txt p:last-child {
	margin-bottom: 0;
}

.sec_r4 {
	padding: 80px 0 20px;
}
.sec_con {
	position: relative;
}

.lp_lr div {
	width: 16px;
	height: 31px;
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);
	cursor: pointer;
}

.lp_lr div img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.lp_lr div img:last-child {
	opacity: 0;
}

.lp_lr div:hover img:last-child {
	opacity: 1;
}

.lp_lr div:hover img {
	opacity: 0;
}

.lp_lr .prev {
	left: -55px;
}

.lp_lr .prev img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.lp_lr .next {
	right: -55px;
}


.sec_ptxt {
	position: relative;
}

.sec_ptxt .txt {
	padding: 60px 50px 50px;
	background-color: rgba(255, 255, 255, .8);
	box-shadow: 5px 0 9px rgba(56, 56, 56, 0.15);
	width: 55.62%;
	position: absolute;
	bottom: -30px;
	right: 0;
	border-radius: 20px;
	color: #333;
}

.sec_ptxt .tit {
	line-height: 1.4em;
}

.sec_ptxt s {
	width: 40px;
	height: 1px;
	background-color: #a5a5a5;
	display: block;
	margin: 28px 0;
}

.sec_ptxt .desc {
	line-height: 1.8em;
	height: 225px;
	overflow-y: auto;
}

.tp {
	line-height: 1.8em;
}

.sec_r3 {
	padding-top: 70px;
	display: none;
}
.ny_content{
	padding-top: 150px;
}
.fan_box .con {
	padding: 45px 20px 70px;
	background-color: rgba(255, 255, 255, .2);
	color: #fff;
	text-align: center;
	border-radius: 14px;
}

.fan_box .con img {
	margin-bottom: 30px;
	display: inline-block;
}

.fan_box .con s {
	width: 30px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
}

.fan_box .tit {
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fan_swi {
	padding-bottom: 40px;
}

.fan_box .swiper-scrollbar-drag {
	background-color: #fff;
}

.swiper-scrollbar {
	background-color: rgba(0, 0, 0, 0);
}

.fan_swi .fan_src {
	height: 3px;
}

.fan_swi .fan_src:before {
	content: '';
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	top: 50%;
	left: 0;
}

.ly_list {
	display: flex;
	flex-wrap: wrap;
}
.ly_list.ly_swi{
	display: block;
}
.ly_list li {
	margin-right: 3.75%;
	width: 48.125%;
	margin-bottom: 60px;
}

.ly_list li:nth-child(2n) {
	margin-right: 0;
}

.ly_list .con {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}

.ly_list li .txt {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	padding: 15px 30px;
}

.ly_list li .txt em {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translatey(10px);
	-moz-transform: translatey(10px);
	-o-transform: translatey(10px);
	transform: translatey(10px);
	margin-right: 8px;
}

.ly_list li .txt p {
	display: flex;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 8px;
}

.ly_list li .txt p:last-child {
	margin-bottom: 0;
}

.sec_r4 {
	padding: 80px 0 20px;
	display: none;
}
.sec_r4 .lr_con{
	margin-bottom: 80px;
}
.ol_list .item{
	margin-bottom: 65px;
}

.ol_list .item .pic{
	width: 800px;
	float: left;
	overflow: hidden;
}

.ol_list .item .txt{
	width: calc(100% - 802px);
	display: flex;
	align-items: center;
	padding-left: 75px;
	height: 100%;
	overflow: hidden;
	float: right;
	padding-top: 160px;
}

.ol_list .item .txt .con{
	width: 100%;
	line-height: 1.8em;
}

.ol_list .item:nth-child(2n) .pic{
	float: right;
}
.ol_list .item:nth-child(2n) .txt{
	float: left;
}
.ol_list .item:nth-child(2n) .txt{
	padding-left: 0;
	padding-right: 75px;
}
.ab_r1 .box {
	display: flex;
}

.ab_r1 .r {
	width: 655px;
}

.ab_r1 .l {
	width: calc(100% - 655px);
	padding-right: 120px;
}

/* .ab_swi1 .com{
				border-radius: 70px 0 70px 0;
				overflow: hidden;
			} */
.ab_swi1 {
	border-radius: 0 70px;
	overflow: hidden;
}

.ab_swi1 .ab_swi1d {
	bottom: 25px;
}

.ab_swi1 .ab_swi1d .swiper-pagination-bullet {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .4);
	opacity: 1;
}

.ab_swi1 .ab_swi1d .swiper-pagination-bullet-active {
	background-color: #fff;
	border: 1px solid #fff;
}

.text_con {
	display: flex;
	margin-bottom: 70px;
}

.text_con .rcon {
	padding-left: 50px;
}

.text_con .rcon .lien {
	margin-bottom: 50px;
}

.text_con .tit {
	color: #222;
	position: relative;
	padding: 0 20px;
	line-height: 1.5em;
	margin-bottom: 55px;
	display: inline-block;
}

.text_con .tit .pl {
	position: absolute;
	top: 0;
	left: 0;
}

.text_con .tit .pr {
	position: absolute;
	bottom: 0;
	right: 0;
}

.text_con .desc {
	line-height: 1.8em;
	max-height: 5.4em;
	padding-right: 40px;
	overflow-y: auto;
}

.nums {
	display: flex;
}

.nums .top {
	font-size: 24px;
	color: #052566;
	display: flex;
	align-items: flex-end;
	margin-bottom: 22px;
}

.nums .top span {
	font-size: 60px;
}

.nums .item:not(:last-child) {
	margin-right: 140px;
}

.about_box .ab_r1 .g_tit {
	margin-bottom: 50px;
}

.team_info {
	display: flex;
	justify-content: space-between;
}

.team_info .txt {
	color: #333;
	line-height: 1.8em;
	padding-right: 110px;
	width: calc(100% - 940px);
}

.team_info .des span {
	font-weight: bold;
	color: #052566;
}

.team_info .des p {
	margin-bottom: 30px;
}

.team_info .pic {
	width: 940px;
}
.team_info .pic .mmo{
	border-radius: 400px 0 0 400px;
	overflow: hidden;
}
.ab_r2 {
	padding-left: 160px;
}

.civilization_box {
	display: flex;
	justify-content: center;
}

.civilization_box .icon {
	margin: 0 auto 52px;
	width: 120px;
}

.civilization_box .tit {
	color: #fff;
	text-align: center;
}

.civilization_box s {
	display: block;
	margin: 20px auto 25px;
	background-color: #fff;
	height: 1px;
	width: 30px;
	opacity: .3;
}

.civilization_box .f_18 {
	color: #fff;
	line-height: 1.8em;
	text-align: center;
}

.civilization_box .item {
	padding: 0 120px;
}

.duty_swi .com {
	box-shadow: 0px 0 10px rgba(51, 51, 51, 0.06);
	position: relative;
}

.duty_swi .com .txt {
	line-height: 80px;
	padding: 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	position: relative;
}

.duty_swi {
	padding: 10px;
}

.duty_swi .com .txt:before {
	content: '';
	height: 4px;
	width: 0%;
	left: auto;
	right: 0;
	position: absolute;
	bottom: 0;
	background-color: #052566;
	-webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.duty_swi .com:hover .txt:before {
	width: 100%;
	left: 0;
	right: auto;
}

.honour_swi .con {
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 20px 35px;
}

.honour_swi .txt {
	color: #fff;
	text-align: center;
	padding-top: 16px;
	line-height: 1.7em;
}

.ab_r5 .lr_con {
	margin-bottom: 45px;
	justify-content: flex-end;
	margin-top: 0;
}

.hz_swi {
	padding: 15px;
}

.hz_swi .con {
	box-shadow: 0px 0 15px rgba(51, 51, 51, 0.08);
	overflow: hidden;
}

.g_dian{display: none;}

.ly_list .tit {
	position: absolute;
	width: 100%;
	height: 58px;
	padding: 0 35px;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
	color: #fff;
	left: 0;
	bottom: 0;
}

.ly_list .dcon {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -100%;
	background-color: rgba(6, 38, 104, .6);
	padding: 65px 60px 40px;
}

.ly_list .con:hover .dcon {
	bottom: 0;
}

.ly_list .con:hover .tit {
	bottom: -100%;
}

.ly_list .dcon .t1 {
	color: #fff;
}

.ly_list .dcon s {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #fff;
	margin: 25px 0;
}

.ly_list .dcon .bon {
	line-height: 1.8em;
	overflow-y: auto;
	color: #fff;
	max-height: 175px;
}
.banner {
	position: relative;
}

.banner .con {
	position: absolute;
	left: 0;
	top: 40%;
	color: #fff;
	width: 100%;
	z-index: 4;
}

.banner .con .tit {
	display: flex;
	align-items: center;
	line-height: 1.4em;
	margin-bottom: 50px;
}

.banner .con .tit p {
	position: relative;
	padding: 0 30px;
	margin-right: 30px;
}

.banner .con .tit p .tt {
	position: absolute;
	top: -18px;
	left: 0;
}

.banner .con .tit p .tb {
	position: absolute;
	bottom: -18px;
	right: 0;
}

.banner .con .desc {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.banner .con .desc span {
	font-size: 28px;
	font-weight: bold;
	margin-right: 20px;
}

.banner .con .desc img {
	margin: 0 15px;
	height: 20px;
}

.more_g {
	width: 173px;
	height: 54px;
	border-radius: 54px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
}

.more_g span {
	width: 12px;
	height: 10px;
	display: block;
	position: relative;
	margin-left: 20px;
}

.more_g span img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.more_g span img:last-child {
	opacity: 0;
}

.more_g:hover img {
	opacity: 0;
}

.more_g:hover img:last-child {
	opacity: 1;
}

.more_g:hover {
	background-color: #fff;
	color: #1e4189;
}

.more_g.two {
	border: 1px solid #1e4189;
	color: #1e4189;
	margin: 40px auto 0;
}

.more_g.two:hover {
	background-color: #1e4189;
	color: #fff;
}


.banner {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner .down {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	bottom: 50px;
	text-align: center;
}

.banner .down img {
	display: inline-block;
}

.banner .down p {
	margin-bottom: 15px;
}

.banner .pagination1 {
	color: #fff;
	display: flex;
	align-items: flex-end;
	color: rgba(255, 255, 255, .3);
	bottom: 50px;
	padding-left: 160px;
}

.banner .pagination1 .swiper-pagination-total {
	color: rgba(255, 255, 255, .3);
}

.banner .pagination1 span {
	color: #fff;
	position: relative;
	display: flex;
}

.banner .pagination1 span::before {
	content: '0';
	display: block;
}

.banner .pagination1 .swiper-pagination-current {
	font-size: 40px;
}

.banner .ban_lr {
	position: absolute;
	bottom: 50px;
	left: 300px;
	z-index: 11;
	display: flex;
	align-items: center;
}

.banner .ban_lr div {
	width: 19px;
	height: 19px;
	position: relative;
	cursor: pointer;
}

.banner .ban_lr div img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner .ban_lr div img:last-child {
	opacity: 0;
}

.banner .ban_lr div:hover img {
	opacity: 0;
}

.banner .ban_lr div:hover img:last-child {
	opacity: 1;
}

.banner .next {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 20px;
}

.banner .swiper-slide {
	position: relative;
}

.banner .w100 {
	height: 100%;
}

#shVideo3 {
	position: absolute;
	top: 0%;
	left: 0;
	width: 100%;
	object-fit: cover;
	z-index: 1;
	height: 100%;
}

.banner .down img{
	animation: downc 2s ease-in-out .7s infinite;
}

.banner .down p img{
	animation: none;
}

@keyframes downc {
	0% {
		transform: translate(0, 0)
		opacity: 1;
	}
	10% {
		transform: translate(0, 0)
		opacity: 1;
	}
	50% {
		transform: translate(0, 10px);
		opacity: 0.5;
	}
	70%{
		transform: translate(0, 10px)
		opacity: 0;
	}
	100%{
		transform: translate(0, 0)
		opacity: 0;
	}
	
}

.section_2 .box {
	height: 100%;
	display: flex;
	align-items: center;
}

.section_2 .r2_con {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 60px;
}

.ind_tit {
	color: #fff;
}

.ind_tit s {
	width: 60px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 40px 0 70px;
}

.r2_con p {
	color: #fff;
	line-height: 1.6em;
	margin-bottom: 36px;
}

.r2_con .desc {
	color: #fff;
	line-height: 1.8em;
	margin-bottom: 50px;
}

.r2_con .info {
	max-width: 750px;
	padding-top: 35px;
}

.btn_mon {
	display: flex;
	align-items: center;
}

.btn_mon .more_g {
	margin-right: 36px;
}

.btn_mon .about:hover{
	-webkit-transform: translatey(-5px);
	-moz-transform: translatey(-5px);
	-o-transform: translatey(-5px);
	transform: translatey(-5px);
}

.r_txt {
	width: 565px;
}

.r_txt .item {
	color: #fff;
	margin-bottom: 34px;
}

.r_txt .item .t_t1 {
	margin-bottom: 18px;
}

.r_txt .item .tit span {
	font-size: 70px;
	font-weight: bold;
}

.r_txt .item .tit {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}

.r_txt .item p {
	line-height: 1.6em;
}

.r_txt .item {
	/* padding-bottom: 30px; */
	border-bottom: 1px dashed #fff;
}

.r_txt .item:last-child {
	padding-bottom: 0px;
	border-bottom: 0px dashed #fff;
}
.ban3_swi {
	height: 100%;
}
.ban3_swi .swiper-slide {
	position: relative;
	height: 100%;
}


.ban3_swi .swiper-slide img{height: 100%;}

.ban3_swi .con {
	position: absolute;
	width: 100%;
	top: 35%;
}

.ban3_swi .t2 {
	line-height: 1.4em;
	margin-bottom: 28px;
}

.ban3_swi .fl {
	line-height: 1.6em;
	color: #fff;
}

.ban3_swi p {
	margin-bottom: 45px;
}

.r3_ind {
	position: relative;
	width: 100%;
	height: 100%;
}

.ban4_swi {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.in_title {
	text-align: center;
}

.in_title s {
	display: block;
	width: 60px;
	height: 1px;
	background-color: #000;
	margin: 45px auto 55px;
}

.ind_r4 {
	height: 100%;
	padding-top: 160px;
}

.r4_box {
	position: relative;
}

.r4_box .r4_list {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
}

.r4_box .r4_list li .bg {
	display: block;
	max-width: 1960px;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.r4_box .r4_list li {
	position: relative;
	height: 100%;
	width: 25%;
	overflow: hidden;
}

.r4_box .r4_list li.act {
	width: 50%;
}

.r4_box .tit {
	color: #fff;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.r4_box P {
	color: #fff;
}

.r4_box s {
	width: 30px;
	height: 2px;
	background-color: rgba(255, 255, 255, .2);
	display: block;
	margin: 35px 0;
}

.r4_box .desc {
	color: #fff;
	line-height: 1.8em;
	margin-bottom: 45px;
}

.r4_box .con {
	position: relative;
	z-index: 2;
	padding: 50px;
	width: 100%;
	margin-bottom: 20px;
	opacity: 0;
}

.r4_box li {
	display: flex;
	align-items: flex-end;
}

.r4_box .vom {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 50px;
}

.r4_box .r4_list li.act .con {
	opacity: 1;
	visibility: visible;
}

.r4_box .r4_list li.act .vom {
	opacity: 0;
	visibility: hidden;
}

.ind_r5 {
	padding-top: 160px;
	height: 100%;
}

.nav_top {
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
}

.nav_top .item {
	color: #333;
	padding-bottom: 10px;
	position: relative;
	margin-left: 60px;
	cursor: pointer;
}

.nav_top .item:before {
	content: '';
	position: absolute;
	width: 0;
	left: auto;
	right: 0;
	height: 1px;
	bottom: 0;
	background-color: #1e4189;
}

.nav_top .item:hover,
.nav_top .item.act {
	color: #1e4189;
}

.nav_top .item.act:before,
.nav_top .item:hover:before {
	width: 100%;
	left: 0;
	right: auto;
	-webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.new_con ul {
	display: flex;
}

.new_con ul li {
	margin-right: 3.75%;
	width: 30.83%;
}

.new_con ul li:last-child {
	margin-right: 0;
}

.new_con .txt {
	padding: 26px 40px;
	background-color: #fff;
}

.new_con .date {
	color: #555555;
	margin-bottom: 24px;
}

.new_con .con {
	display: block;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.new_con .pic {
	overflow: hidden;
}

.new_con .tit {
	line-height: 1.5em;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new_con .vom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -100%;
	background-color: #fff;
	padding: 26px 40px;
}

.new_con .vom .tit {
	color: #1e4189;
	margin-bottom: 20px;
}

.new_con .vom s {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
	display: block;
	margin: 24px 0;
}

.new_con .desc {
	color: #333;
	line-height: 1.7em;
	height: 5.1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.new_con .con:hover .vom {
	bottom: 0;
}

.nav_top {
	-webkit-transform: translatey(-30px);
	-moz-transform: translatey(-30px);
	-o-transform: translatey(-30px);
	transform: translatey(-30px);
}








			.ind_box {
				position: fixed;
				top: 50%;
				-webkit-transform: translatey(-50%);
				-moz-transform: translatey(-50%);
				-o-transform: translatey(-50%);
				transform: translatey(-50%);
				right: 0;
				z-index: 99;
			}

			.ind_box .item {
				color: rgba(255, 255, 255, .4);
				display: flex;
				align-items: center;
				margin: 17.5px 0;
				cursor: pointer;
			}

			.ind_box .item s {
				width: 3px;
				height: 3px;
				border-radius: 50%;
				background-color: #fff;
				display: block;
				margin-right: 20px;
				opacity: 0;
			}

			.ind_box .item span {
				width: 40px;
				height: 1px;
				background-color: #fff;
				display: block;
				margin-left: 20px;
				opacity: 0;
			}

			.ind_box .item.act {
				color: rgba(255, 255, 255, 1);
			}

			.ind_box .item.act s,
			.ind_box .item.act span {
				opacity: 1;
			}
			
			
.ind_box.balck .item{
	color: #555555;
}
.ind_box.balck .item s{
	background-color: #0a7bcc;
} 

.ind_box.balck .item span{
	background-color: #0a7bcc;
}
.ind_box.balck .item.act{
	color: #0a7bcc;
}



			

.xfdh.act-xfdh{
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	z-index: 99;
}


.right_box {
	position: fixed;
	top: 50%;
	right: 8px;
	z-index: 99;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-o-transform: translatey(-50%);
	transform: translatey(-50%);

	opacity: 0;
    visibility: hidden;
}

.right_box.act {
	opacity: 1;
	visibility: visible;
}

.right_box .iten {
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
	padding: 18px 0 9px;
	width: 68px;
	font-size: 12px;
	position: relative;
	box-shadow: 0px 0 6px rgba(0, 0, 0, .11);
}

.right_box .iten .con {
	display: block;
	color: #333;
	cursor: pointer;
}

.right_box .iten .icon {
	width: 26px;
	height: 26px;
	position: relative;
	margin: 0 auto 7px;
}

.right_box .iten .icon img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.right_box .iten .icon img:last-child {
	opacity: 0;
}

.right_box .iten:hover .icon img:last-child {
	opacity: 1;
}

.right_box .iten:hover .icon img {
	opacity: 0;
}

.right_box .iten:first-child {
	border-radius: 6px 6px 0 0;
}

.right_box .iten:last-child {
	border-radius: 0 0 6px 6px;
	border-bottom: 0;
}

.right_box .iten:hover .con {
	color: #1e4189;
}

.right_box .iten:hover .lx_info {
	right: 80px;
	opacity: 1;
	visibility: visible;
}

/* .goTop.act {
	opacity: 1;
	visibility: visible;
}

.goTop {
	opacity: 0;
	visibility: hidden;
} */

/* .right_box .iten.atc {
	border-radius: 0 0 6px 6px;
	border-bottom: 0;
} */


.h_info div{
	display: flex;
}


.h_info p,.h_info a,.h_info span{
	color: #7a7a80;
}

.h_info a:hover{
	color: #fff;
}


.h_info .frt{
	margin-right: 6px;
}

.h_info p{
	margin-right: 12px;
}
.h_info{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	/* background-color: #b82124; */
	position: relative;
	z-index: 3;
	border-top: 1px solid #fff;
}

.top_f {
	display: flex;
	padding-bottom: 60px;
	justify-content: space-between;
}

.b_logo {
	margin-bottom: 28px;
}

.l_info {
	display: flex;
	color: #fff;
	text-align: center;
}

.l_info .qr img {
	margin-bottom: 12px;
}

.l_info .rtxt .item {
	display: flex;
	font-size: 14px;
	margin-bottom: 25px;
	text-align: left;
	align-items: center;
}

.l_info .rtxt .item s {
	width: 1px;
	height: 15px;
	background-color: #fff;
	display: block;
	margin: 0 8px;
}

.l_info .rtxt .item a {
	color: #fff;
}

.l_info .rtxt {
	/* padding-left: 20px; */
}

.top_f ul {
	display: flex;
}

.top_f ul li {
	margin-left: 75px;
}

.top_f ul li a {
	font-size: 16px;
	color: #fff;
	margin-bottom: 14px;
	display: block;
}

.top_f ul li a:first-child {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
}

.box2 {
	padding: 0 50px;
}

.top_f ul li a:hover {
	-webkit-transform: translatey(-3px);
	-moz-transform: translatey(-3px);
	-o-transform: translatey(-3px);
	transform: translatey(-3px);
}


.l_info .rtxt .item a {
	line-height: 1.4em;
	width: calc(100% - 78px);
}

.l_info .rtxt p {
	display: flex;
	width: 78px;
}

.l_info .rtxt p img {
	width: 17px;
	height: 17px;
}
.l_info .qr{
	width: 109px;
}
.l_info .rtxt{
	flex: 1;
}
.ind_r4 {
	height: 100%;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.section .r4_box{
	width: 100%;
}
@media (max-width: 1920px){
	.ind_r4,.ind_r5{
		padding-top: 130px;
	}
	.in_title s{
		margin: 35px auto 45px;
	}
	.more_g.two{
		margin-top: 30px;
	}

}


 @media (max-width: 1680px){
	 .nums .item:not(:last-child) {margin-right: 100px;}
	 .ab_r1 .l {padding-right: 90px;}
	 .team_info .pic {width: 800px;}
	 .team_info .txt {padding-right: 80px;width: calc(100% - 800px);}
	 .take_r1 .txt {right: 70px;top: 50%;padding: 56px 50px 50px;max-width: 593px;}
	 .hz_list li .com {width: 170px;}
	 .devise_pop .com .d_box {max-height: 800px;}
	 .tesList li:nth-child(1) .con, .tesList li:nth-child(6) .con {-webkit-transform: translatey(200px);-moz-transform: translatey(200px);-o-transform: translatey(200px);transform: translatey(200px);}
	 .tesList li:nth-child(2) .con, .tesList li:nth-child(5) .con {-webkit-transform: translatey(90px);-moz-transform: translatey(90px);-o-transform: translatey(90px);transform: translatey(90px);}
	 .case_box .r {width: 1000px;}
	 .case_box .l {width: calc(100% - 1000px);height: 455px;background-color: #fff;}
	 .cont_box .r {width: 800px;}
	 .cont_box .l {width: calc(100% - 800px);padding-right: 70px;}
	 .r2_con .info {max-width: 700px;}
	 .r_txt{width: 500px;}
	 .top_f ul li {margin-left: 45px;}
	 .top_f ul li a:first-child {font-size: 18px;}
	 .top_f .l{width: 400px;}
	 
	 
 }

 @media (max-width: 1480px){
	.in_title s {
		margin: 25px auto 35px;
	}
}

 @media (max-width: 1560px){
 	 .f_12 {font-size: 12px;}
 	 .f_16 {font-size: 14px;}
 	 .f_18 {font-size: 16px;}
 	 .f_20 {font-size: 18px;}
 	 .f_22 {font-size: 20px;}
 	 .f_24 {font-size: 20px;}
 	 .f_26 {font-size: 24px;}
 	 .f_28 {font-size: 26px;}
 	 .f_30 {font-size: 28px;}
 	 .f_32 {font-size: 28px;}
 	 .f_34 {font-size: 28px;}
 	 .f_36 {font-size: 28px;}
 	 .f_38 {font-size: 28px;}
 	 .f_40 {font-size: 30px;}
 	 .f_42 {font-size: 30px;}
 	 .f_46 {font-size: 30px;}
 	 .f_48 {font-size: 30px;}
 	 .f_50 {font-size: 30px;}
 	 .f_52 {font-size: 30px;}
	 .f_56 {font-size: 30px;}
	 .f_58 {font-size: 30px;}
 	 .f_60{font-size: 30px;}
	 .box{padding: 0 120px;}
	 .g_tit p {margin-bottom: 30px;}
	 .about_box .ab_r1 .g_tit {margin-bottom: 40px;}
	 .about_box .ab_r1 .g_tit {margin-bottom: 40px;}
	 .text_con .tit{margin-bottom: 45px;}
	 .nums .top span{font-size: 50px;}
	 .text_con{margin-bottom: 55px;}
	 .ab_r1 .r{width: 550px;}
	 .ab_r1 .l {width: calc(100% - 550px)}
	 .nums .item:not(:last-child) {margin-right: 90px;}
	 .ab_r1 .l {padding-right: 70px;}
	 .team_info .pic {width: 700px;}
	 .team_info .txt {padding-right: 80px;width: calc(100% - 700px);}
	 .g_tit {margin-bottom: 30px;}
	 .ab_r2 {padding: 75px 0 105px 120px;}
	 .civilization_box .icon{width: 90px;margin: 0px auto 36px;}
	 .ab_r3{padding: 75px 0 130px;}
	 .civilization_box .item {padding: 0 80px;}
	 .ab_r5 {padding: 75px 0 95px;}
	 .take_r1 .txt {right: 62px;top: 50%;padding: 50px 40px 44px;max-width: 530px;}
	 .p_160 {padding-left: 120px;}
	 .hz_list .jl img,.jls img{width: 20px;}
	 .hz_list li .icon{width: 60px;height: 60px;}
	 .hz_list li .com span{font-size: 60px;}
	 .jls {margin: 20px 0;padding-right: 75px;}
	 .sec_ptxt .txt {padding: 45px 40px 40px;width: 50.62%;}
	 .sec_ptxt .desc {height: 180px;}
	 .sec_ptxt s{margin: 20px 0;}
	 .tob_box .item a,.tob_box .item p{height: 80px;}
	 .fan_box .tit{font-size: 16px;}
	 .fan_box .con img{width: 80px;}
	 .fan_box .con img {margin-bottom: 20px;}
	 .ol_list .item .pic {width: 700px;}
	 .ol_list .item .txt {width: calc(100% - 700px);padding-left: 45px;padding-top: 120px;}
	 .case_list .pic {width: 665px;}
	 .case_list .txt {overflow: hidden;width: calc(100% - 665px);padding-left: 120px;padding-top: 50px;}
	 .test_r1 {padding: 90px 0;}
	 .test_r1 .pic{width: 700px;}
	 .test_r1 .txt {width: calc(100% - 700px);padding-left: 50px;padding-top: 90px;}
	 
	 .cont_box s{margin: 25px 0;}
	 .cont_box .qr img{width: 150px;}
	 .head li:not(:first-child) {margin-left: 40px;}
	 .head .r_con s{margin: 0 40px;}
	 .r2_con .info {max-width: 600px;}
	 .r_txt{width: 450px;}
	 .r_txt .item .tit span{font-size: 58px;}
	 .ind_r5,.ind_r4{padding-top: 115px;}
	.top_f .l{width: 360px;}
	
	
	}
	
	
@media(max-width:1440px) {
	.about_box .ab_r1 .g_tit {margin-bottom: 30px;}
	.about_box .ab_r1 .g_tit {margin-bottom: 30px;}
	.text_con .tit{margin-bottom: 35px;}
	.nums .top span{font-size: 40px;}
	.text_con{margin-bottom: 45px;}
	.ab_r1 .r{width: 450px;}
	.ab_r1 .l {width: calc(100% - 450px)}
	.devise_pop .com .d_box {max-height: 700px;padding: 40px;}
	.case_box .r {width: 900px;}
	.case_box .l {width: calc(100% - 900px);height: 410px;background-color: #fff;}
	.top_f ul li a{font-size: 14px;}
	.top_f ul li a:first-child {
	    font-size: 16px;
	}
	.top_f ul li {
	    margin-left: 30px;
	}
	.more_g.two{margin: 30px auto 0;}
	.new_con .tit{font-size: 18px;}
	.new_con .txt {
		padding: 20px 30px;
	}
	.form_pop .info_con{
		max-height: 570px;
	}
	.hz_list p{font-size: 14px;}
	.form_pop .info_con{padding: 40px;overflow-y: auto;}
	.form_pop .info_con::-webkit-scrollbar{ width:3px;height: 1px;}
	.form_pop .info_con::-webkit-scrollbar-thumb{ background:#052566;}
	.form_pop .info_con::-webkit-scrollbar-track{ background:#ddd;} 
	.form_pop .hide{right: 0;}

	.cont_box .item .img{width: 40px;}

	.cont_box .item .con{width: calc(100% - 40px);padding-left: 15px;}

	
}

@media(max-width:1366px) {
	.hz_list li .com {width: 148px;}
	.hz_list li .com{padding: 20px;}
	.jls {padding-right: 64px;}
	.head li:not(:first-child) {
	    margin-left: 30px;
	}
	.head .r_con s{margin: 0 30px;}
	.r2_con .info {max-width: 500px;}
	.r_txt{width: 400px;}
	.r_txt .item .tit span{font-size: 48px;}
	.ban3_swi .con {
		top: 25%;
	}
	.r4_box .con{padding: 25px;}
	.head li a{
		line-height: 70px;
	}
	.new_con .tit {
		line-height: 1.5em;
		height: 1.5em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.ind_r5, .ind_r4{padding-top: 88px;}
	.in_title s {
		margin: 15px auto 25px;
	}
	.banner .pagination1 {
		bottom: 80px;
		padding-left: 120px;
	}
	.banner .down{bottom: 80px;}
	.devise_pop .com .d_box {
		max-height: 550px;
	}

	.top_f ul li{margin-left: 20px;}

}


@media(max-width:1100px) {

	.job_list li {padding: 0 15px;margin-bottom: 20px;}
	
	.job_list .rcon span {width: 18px;height: 18px;margin-left: 5px;}
	
	.job_list .rcon {width: 80px;}
	
	.job_list .lcon{padding-right: 15px;}
	.job_list .libt {padding: 20px 0;}
	 .search_box {padding: 85px 0 30px;}
	 .sea_top {padding: 25px 20px;margin-bottom: 25px;}
	 .pc{display: none!important;}
	 .inp_box {display: block;}
	 .ml {
	 	display: block!important;
	 }
	 .head{display: none;}
	.f_12 {font-size: 12px;}
	.f_16 {font-size: 14px;}
	.f_18 {font-size: 14px;}
	.f_20 {font-size: 18px;}
	.f_22 {font-size: 20px;}
	.f_24 {font-size: 20px;}
	.f_26 {font-size: 20px;}
	.f_28 {font-size: 20px;}
	.f_30 {font-size: 20px;}
	.f_32 {font-size: 20px;}
	.f_34 {font-size: 20px;}
	.f_36 {font-size: 20px;}
	.f_38 {font-size: 20px;}
	.f_40 {font-size: 24px;}
	.f_42 {font-size: 24px;}
	.f_46 {font-size: 24px;}
	.f_48 {font-size: 24px;}
	.f_50 {font-size: 24px;}
	.f_52 {font-size: 24px;}
	.f_56 {font-size: 24px;}
	.f_58 {font-size: 24px;}
	.f_60{font-size: 24px;}
	.pc{display: none;}
	.ml,.m_head{display: block;}
	.head,body,.ibox{min-width: 200px;}
	.box{padding: 0 5%;width: 100%;min-width: 200px;}
	.ibox{padding: 0 5%;width: 100%;min-width: 200px;}
	.haeder,.fy .ul_y{display: none;}
	 .ab_r1 .box{display: block;}
	 .p_95 {padding: 35px 0;}
	 .ks{display: none;}
	 .text_con .rcon {padding-left: 0px;}
	 .ab_r1 .l {width: 100%;}
	.g_tit p {margin-bottom: 10px;}
	 .about_box .ab_r1 .g_tit {margin-bottom: 15px;}
	 .text_con .rcon .lien{display: none;}
	 .text_con .tit {margin-bottom: 15px;}
	 .text_con .desc{height: auto;}
	 .text_con {margin-bottom: 25px;}
	 .ab_r1 .nums{margin-bottom: 20px;}
	 .ab_r1 .l{padding-right: 0;}
	 .text_con .desc{padding-right: 0;max-height: none;}
	 .text_con .tit{font-size: 20px;}
	 .text_con .tit .pl,.text_con .tit .pr{width: 10px;}
	 .text_con .tit{padding: 0 12px;}
	 .nums .top span {font-size: 32px;}
	 .nums .item:not(:last-child){margin-right: 0;}
	 .ab_r1 .nums{justify-content: space-between;}
	 .nums .top {margin-bottom: 12px;}
	 .ab_r1 .r {width: 100%;}
	 .ab_swi1 {border-radius: 0 20px;}
	 .team_info{display: block;}
	 .team_info .txt {padding-right: 0;width: 100% ;}
	 .ab_r2 {padding: 35px 5% 35px;}
	 .team_info .des p {margin-bottom: 15px;}
	 .team_info .pic .mmo {border-radius: 0;overflow: hidden;}
	 .team_info .pic{width: 100%;}
	 .ab_r3 {padding: 35px 0;}
	 .duty_swi .com .txt {line-height: 50px;padding: 0 10px;font-size: 14px;}
	 .ab_r4 .lr_con{display: none;}
	 .g_dian{display: block;bottom: 0!important;}
	 .duty_swi{padding-bottom: 35px;}
	 .g_dian .swiper-pagination-bullet-active{background-color: #052566;}
	 .ab_r5 .lr_con{display: none;}
	 .ab_r5 {padding: 35px 0;}
	 .honour_swi{padding-bottom: 35px;}
	 .g_dian.b .swiper-pagination-bullet{background-color: #fff;}
	 .ab_r6 .lr_con {display: none;}
	 .hz_swi{padding: 15px 15px 35px;}
	 .g_ban .con p {line-height: 1.5em;margin-top: 24px;}
	 .take_r1 .txt{position: initial;-webkit-transform: translatey(0%);
	 -moz-transform: translatey(0%);-o-transform: translatey(0%);
	 transform: translatey(0%);width: 100%;box-shadow:none;padding: 30px 5% 0px;max-width: none;}
	 .take_r1 s {margin: 15px 0 15px;}
	 .take_r1 .desc{height: auto;max-height: none;}
	 .p_160 {padding-left: 5%;}
	 .take_r2, .take_r3 {padding: 35px 0;}
	 .take_r2 .lr_con{display: none;}
	 .devise_swi{padding-bottom: 35px;}
	 .ind_box{display: none;}
	 .hz_list{display: block;overflow-x: auto;overflow-y: hidden;white-space: nowrap;vertical-align: bottom;}
	 .hz_list li,.hz_list .jl{display: inline-block!important;}
	 .hz_list .jl{-webkit-transform: translatey(-30px);-moz-transform: translatey(-30px);-o-transform: translatey(-30px);transform: translatey(-30px);}
	.jls{display: none;}
	.hz_list.two{display: none;}
	.tack_tit {margin-bottom: 20px;}
	.tp {margin-bottom: 25px;}
	 .z_more {width: 130px;height: 39px;border-radius: 34px;}
	 .g_zx .tit {margin-bottom: 20px;}
	 .devise_pop .com .d_box {padding: 20px;background-color: #fff;width: 90%;overflow-y: auto;max-height: 90vh;}
	 .devise_pop .com{width: 100%;display: flex;justify-content: center;}
	 .devise_pop .hide {width: 24px;height: 24px;border-radius: 50%;position: absolute;top: 8px;right: 28px;cursor: pointer;}
	 .devise_swi .con {padding: 18px 20px;}
	 .m_head .mlt img {display: block;height: 42px;margin-top: 3px;}
	 .sec_r2 {padding: 35px 0;}
	 .sec_ptxt .pic{width: 100%;}
	 .sec_ptxt .txt{padding: 20px 5%;position: initial;width: 100%;margin-top: 20px;}
	 .sec_ptxt .desc{height: auto;max-height: none;}
	 .fan_box .con {padding: 25px 20px 30px;}
	 .ly_list .dcon {padding: 20px;}
	 .ly_list .dcon s{margin: 12px 0;}
	 .sec_r4 .lr_con{display: none;}
	 .ly_swi {padding-bottom: 35px;}
	 .tob_box .item a,.tob_box .item p{height: 55px;}
	 .sec_con .lp_lr{display: none;}
	.sec_r3{padding-top: 35px;}
	.sec_r4 {padding: 35px 0;}
	 .g_ban{margin-top: 50px;}
	 .ly_list li {margin-right: 0%;width: 100%;margin-bottom: 25px;}
	 .ly_list li .txt{padding: 15px;height: 80px;overflow-y: auto;}
	 .ol_list .item .pic{width: 100%;float: none;}
	 .ol_list .item .txt {width: 100%;padding-left: 0;padding-top: 30px;float: none;}
	 .ol_list .item:nth-child(2n) .txt{float: none;}
	 .ol_list .item:nth-child(2n) .txt {padding-right: 0;}
	 .ol_list .item {margin-bottom: 30px;}
	 .case_list .pic {width: 100%;float: none;}
	 .case_list .txt {overflow: hidden;width: 100%;padding-left: 0;padding-top: 25px;float: none;}
	 .case_list li{padding: 25px 0;}
	 .case_list .icon{margin-left: 0;margin-bottom: 20px;width: 40px;}
	 .ny_content .title{display: none;}
	 .ny_content{padding-top: 80px;}
	 .descCon {padding:0;box-shadow: none;}
	 .descCon .tit{margin-bottom: 20px;}
	 .ny_content {padding: 80px 0 35px;}
	 .descCon .desc{margin-bottom: 35px;}
	 .g_more2 {width: 140px;height: 47px;border-radius: 28px;font-size: 14px;}
	 .b_pn{justify-content: center!important;}
	 .test_r1 .box{display: block;}
	 .test_r1 .pic{width: 100%;}
	 .test_r1 .txt {width: 100%;padding-left: 0px;padding-top: 30px;}
	 .test_r1 .txt .timg{width: 220px;margin-bottom: 25px;}
	 .lx_info{margin-top: 15px;justify-content: flex-start;}
	 .test_r1 {padding: 35px 0;}
	 .bdan{display: none;}
	 .tesList li .con{    -webkit-transform: translatey(0px)!important;-moz-transform: translatey(0px)!important;-o-transform: translatey(0px)!important;transform: translatey(0px)!important;}
	 .tesList{padding: 0;}
	 .test_r2 .title{margin-bottom: 35px;}
	 .test_r2{padding: 35px 0;}
	 .tesList{display: block;overflow-x: auto;overflow-y: hidden;white-space: nowrap;vertical-align: top;}
	 .tesList li{display: inline-block;margin-right: 25px;vertical-align: top;}
	 .tesList li:last-child{margin-right: 0;}
	.tob_box .item{font-size: 16px;}
	.test_r3 {padding: 35px 0;}
	.tob_box {margin: 0 auto 30px;}
	.swc_box .rl_btn{display: none;}
	.listn{display: block;overflow-x: auto;overflow-y: hidden;white-space: nowrap;vertical-align: top;}
	.listn .item{display: inline-block;margin-right: 20px;vertical-align: top;width: 100px;}
	.case_box{display: block;}
	.case_box .l {width: 100%;height: auto;}
	.case_box .r{width: 100%;}
	.up_jt, .dp_jt{display: none;}
	.left_swi .swiper-slide{padding: 20px;border-right: 1px solid #e2e6f1;}
	.right_swi .play .icon{width: 50px;}
	.test_r4 .title{margin-bottom: 30px;}
	.g_ban .con p{font-size: 16px;margin-top: 15px;}
	.g_nav .box {height: 50px;}
	.new_list .txt{float: none;width: 100%;margin-bottom: 20px;padding: 0;}
	.new_list .pic{float: none;width: 100%;}
	.new_list .con{padding: 20px;}
	.new_list .date{margin-bottom: 15px;}
	.new_list .tit{margin-bottom: 20px;}
	.new_list .desc{margin-bottom: 20px;}
	.p_80{padding: 35px 0;}
	.new_list{margin-bottom: 30px;}
	.ml_more{display: block;border-radius: 20px;}
	.b_pn{display: block;}
	.b_pn .l{width: 100%;margin-bottom: 20px;}
	.cont_box{display: block;}
	.cont_box .l {width: 100%;padding-right: 0px;margin-bottom: 20px;}
	.cont_box .item .img{width: 40px;}
	.cont_box .item a{margin-top: 15px;}
	.cont_box .item{margin-bottom: 25px;}
	.cont_box .qr img{width: 100px;}
	.cont_box .r{width: 100%;}
	.job_list .rcon{width: 30px;}
	.job_list .lcon{padding-right: 0;}
	.job_more{margin-top: 30px;}
	.so_btn{margin-top: 15px;}
	.so_btn div:first-child{margin-left: 0;}
	.so_btn div{height: 45px;}
	.so_btn span{width: 20px;height: 20px;}
	.so_tips{margin-bottom: 35px;}
	.banner .down{display: none;}
	.banner .ban_lr{display: none;}
	.banner .pagination1{padding-left: 0;justify-content: center;}
	.banner .pagination1 .swiper-pagination-current{font-size: 30px;}
	.banner .con .tit p .tt{width: 10px;top: -5px;}
	.banner .con .tit p .tb{width: 10px;bottom: -5px;}
	.banner .con .tit p{padding: 0 12px; margin-right: 15px;}
	.banner .con .tit{margin-bottom: 30px;}
	.right_box{display: none;}
	.banner{margin-top: 50px;}
	.banner .con .desc span{display: block;width: 100%;margin-bottom: 10px;}
	.banner .con .desc{flex-wrap: wrap;}
	.banner .con .tit{font-size: 22px;}
	.banner .con .desc span{font-size: 18px;}
	.banner .con .desc{font-size: 16px;margin-bottom: 25px;}
	.banner .con .desc img {margin: 0 8px;height: 14px;}
	.banner .con{top: 22%;}
	.more_g {width: 123px;height: 40px;border-radius: 20px;font-size: 14px;}
	.more_g span{margin-left: 8px;}
	.banner .pagination1{bottom: 20px;}
	.section_2 .r2_con{display: block;padding-top: 0;}
	.r2_con .info{max-width: none;width: 100%;}
	.fpg{height: auto;}
	.ind_tit s {width: 40px;height: 1px;margin: 20px 0 30px;}
	.r2_con p{font-size: 18px;margin-bottom: 15px;}
	.r2_con .desc{margin-bottom: 25px;}
	.i360{width: 150px;}
	.r2_con .info{margin-bottom: 35px;}
	.r_txt{width: 100%;}
	.r_txt .item .tit span {font-size: 36px;}
	.r_txt .item p{font-size: 16px;}
	.ban4_swi{position: initial;}
	.ban4_swi .swiper-slide{height: 70px;}
	.ban3_swi .fl{margin-bottom: 16px;}
	.ban3_swi .con{top: 20%;}
	.r4_box .r4_list{position: initial;display: block;}
	.r4_box .r4_list li{width: 100%!important;}
	.r4_box .r4_list li{margin-bottom: 10px;}
	.r4_box .vom{    opacity: 0;visibility: hidden;}
	.r4_box .r4_list li .con {opacity: 1;visibility: visible;}
	.ind_r4,.ind_r5{padding-top: 35px;}
	.in_title s{margin: 20px auto 25px;}
	.r4_box .r4_list li .bg{position: initial;transform: translateX(0%);-webkit-transform: translateX(0%);width: 100%;height: auto;}
	.r4_box .con{position: absolute;width: 100%;height: 100%;bottom: 0;left: 0;padding: 40px 20px;}
	.r4_box .desc{max-height: 125px;overflow-y: auto;}
	.r4_box .tit{margin-bottom: 15px;}
	.new_con ul{display: block;}
	.new_con ul li{margin-right: 0;width: 100%;margin-bottom: 15px;}
	.new_con .txt{padding: 20px;}
	.new_con .date{margin-bottom: 15px;}
	.nav_top .item{margin-left: 20px;}
	.nav_top {-webkit-transform: translatey(0px);-moz-transform: translatey(0px);-o-transform: translatey(0px);transform: translatey(0px);margin-bottom: 20px;}
	.new_con .tit{font-size: 16px;}
	.ind_r5{padding: 35px 0;}
	.r4_box .r4_list li:last-child{margin-bottom: 0;}
	.top_f .r{display: none;}
	.box2 {padding: 0 5%;}
	.footer {padding: 30px 0 0;}
	.top_f .l{width: 100%;}
	.l_info .qr p{font-size: 12px;}
	/* .l_info .rtxt{padding-left: 10px;} */
	.top_f{padding-bottom: 20px;}
	
	.h_info{display: block;text-align: center;padding: 20px 0;height: auto;}
	.h_info p{line-height: 1.5em;}
	.h_info div{display: block;}
	.footer .fd{display: none;}
	
	.h_info p{margin-right: 0;margin-bottom: 10px;}
	.h_info .frt{margin-right: 0;margin-top: 10px;}
	.b_logo{width: 70px;}
	
	.section .time1{opacity: 1;top: 0;animation: dong 0.3s;}
	
	.section .time2{opacity: 1;top: 0;animation: dong 0.5s;}
	
	.section .time3{opacity: 1;top: 0;animation: dong 0.7s;}
	
	.section .time4{opacity: 1;top: 0;animation: dong 0.9s;}
	
	.section .time5{opacity: 1;top: 0;animation: dong 1.1s;}
	
	
	.time1{opacity: 1;top: 0;position: relative;top: 100px;animation: none;}
	
	.time2{opacity: 1;top: 0;position: relative;top: 100px;animation: none;}
	
	.time3{opacity: 1;top: 0;position: relative;top: 100px;animation: none;}
	
	.time4{opacity: 1;top: 0;position: relative;top: 100px;animation: none;}
	
	.time5{opacity: 1;top: 0;position: relative;top: 100px;animation: none;}
	
	.new_list .con .rl{display: none;}
	
	.g_nav .box a::after{height: 20px;margin-top: -10px;}
	.new_list .desc {line-height: 1.6em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 222;overflow: hidden;height: auto;}
	.l_info .rtxt .item s{display: none;}
	.l_info .rtxt p {width: 65px;align-items: center;}
	.l_info .rtxt p img{margin-right: 3px;}
	.l_info .rtxt .item{margin-bottom: 16px;}
	.b_logo{display: none;}
	.form_pop .from_box .item{width: 100%;margin-right: 0;}
	.form_pop .info_con{width: 95%;height: 90%;overflow-y: auto;}
	.form_pop .info_con{padding: 20px;}
	.from_box .item.code .inp input{width: 194px;}
	.form_pop .hide {width:30px;height:30px;border-radius: 50%;position: fixed;top: 5px;right: 5px;z-index: 99;cursor: pointer;}
	.test_r1 .txt .desc {max-height: none;padding-right: 0;overflow-y: hidden;}
	.ind_r4{display: block;}

}
	 
@media(max-width:800px) {
	.civilization_box{display: block;}
	.civilization_box .item:before{display: none;}
	.civilization_box .item:not(:last-child){margin-bottom: 30px;}
	.civilization_box .icon {width: 60px;margin: 0px auto 20px;}
	.civilization_box s {margin: 15px auto 15px;}
	.civilization_box .item {padding: 0 ;}
	.f_24{font-size: 16px;}
	.devise_pop .info .item{width: 100%;}
	.devise_pop .info .na {width: 100px;}
	.devise_pop .info p {width: calc(100% - 100px);}
	.tob_box .item a,.tob_box .item p {height: 45px;}
	.top_navs{padding: 30px 0;}
	.from_box .item{width: 100%;}
	.from_box .item p {margin-bottom: 15px;}
	.from_box .item {margin-bottom: 30px;margin-right: 0;}
	
	
	
	
	
}