img{
  user-select:none;
  user-drag:none;
  -webkit-user-drag: none;
}
.banner2{
    color: #fff;
	overflow: hidden;
	position: relative;
}
.banner2 .imgbg {
    height: 36.4583vw;
    position: relative;
}
.imgbg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size .8s;
}
.banner2 .con {
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    top: 13.5417vw;
    text-align: center;
}
.banner2 .mouse {
    position: static;
    margin: 4.4271vw auto 0;
    right: 11.9792vw;
    bottom: 5.2083vw;
    z-index: 1;
    width:65px;
    height:65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner2 .mouse .icon {
    width:50px;
    height:50px;
    background: #3476f2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	transition: background .8s;
}
.banner2 .mouse::before {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    width:65px;
    height:65px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px dashed rgba(255,255,255,.8);
    position: absolute;
    animation: rotate 3s infinite linear;
}
@keyframes rotate {
    0% {
        transform: rotateZ(0deg)
    }

    100% {
        transform: rotateZ(360deg)
    }
}
.banner2 .page-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4.6875vw;
    display: flex;
    overflow: hidden;
}
.banner2 .crumbs {
	display: flex;
	align-items: center;
    background: rgba(0,0,0,.4);
    color: #fff;
    width: 30vw;
    justify-content: center;
    font-size: 16px;
}
.banner2 .crumbs>* {
    margin-right: 5px;
}
.banner2 .crumbs a {
    color: inherit;
    font-size: inherit;
	margin:0 5px;
}
.banner2 .page-nav {
    background: #3476f2;
    width: 70vw;
    padding: 0 4.6875vw;
}
.banner2 .page-nav li{
	font-size:18px;
	text-align: center;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2.6042vw;
}
.banner2 .page-nav li a{
	color: #fff;
}
@media screen and (max-width: 2460px){
	.banner2 .con h1 {
		font-size: 2.6041666667vw;
		text-shadow: 2px 2px 2px #000000;
	}
	.banner2 .con h2 {
		font-size: 1.25vw;
		text-shadow: 2px 2px 2px #000000;
	}
}
@media(max-width:1800px){
	.banner2 .crumbs{
		width:40vw;
	}
	.banner2 .page-nav{
		width:60vw;
	}
}
@media(max-width:1400px){
	.banner2 .crumbs{
		display: none;
	}
	.banner2 .page-nav{
		width:100vw;
	}
}
@media(max-width:1000px){
	.banner2 .page-nav li a{
		padding:0 10px;
	}
	.banner2 .mouse{
		display: none;
	}
	.banner2 .page-bar{
		position: relative;
		height: auto;
		width:100%;
		display: block;
	}
	.banner2 .page-bar .page-nav, .banner2 .page-bar .crumbs {
	    width: 100%;
	    justify-content: flex-start;
	    padding: 1em;
	    font-size: 14px;
	}
	.banner2 .page-nav li{
		font-size:14px;
	}
	.banner2 .page-bar .crumbs{
		display: none;
	}
	
	.banner2 .con h1 {
		font-size: 20px;
	}
	.banner2 .con h2 {
		font-size: 16px;
	}
}


/*联系我们*/
.con-text{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:100px 0;
	width:100%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.l_cont .icons {
	background-image: url(../image/icons.png);
	background-repeat: no-repeat;
	display: inline-block;
}

.l_cont {
	vertical-align: middle;
	display: block;
	width:40%;
	padding: 50px;
	height: 100%;
	background-color: #f6f6f6;
	box-sizing: border-box;
}

.l_cont2 {
	display: block;
	width: 60%;
	background: url(../image/bg1.jpg) no-repeat;
	background-size:cover;
	background-position: center center;
	box-sizing: border-box;
}
.l_cont3 {
	display: block;
	width: 60%;
	background: url(../image/bg2.jpg) no-repeat;
	background-size:cover;
	background-position: center center;
	padding:50px;
	box-sizing: border-box;
}
.l_cont3c{
	height: 100%;
	background: rgb(0,130,255,0.5);
	box-sizing: border-box;
	color:#fff;
	text-align: center;
	line-height: 2;
	padding:50px;
}
.l_cont3c .p1{
	font-size:60px;
	font-weight: 800;
}
.l_cont3c .p2{
	font-size:18px;
}
.l_cont3c .p3{
	font-size:18px;
	margin-top:50px;
}
.l_cont .title {
	font-size: 24px;
}

.l_cont .title .line {
	display: block;
	width: 1em;
	height: 2px;
	background-color: #cccccc;
	margin: 15px 0;
}

.l_cont .ul li {
	transition: 2s;
	-webkit-transition: 2s;
	position: relative;
	padding-left: 65px;
	font-size: 18px;
	line-height: 20px;
	color: #666;
	margin-bottom: 30px;
}

.l_cont .ul li:hover {
	padding-left: 90px;
}

.l_cont .ul li .t-cell {
	display: table-cell;
	height: 48px;
	vertical-align: middle;
}

.l_cont .ul .icons {
	height: 48px;
	width: 48px;
	position: absolute;
	left: 0;
	display: block;
	border: 1px solid #3476f2;
	border-radius: 50%;
}

.l_cont .ul .phone {
	background-position: 11px -110px;
	display: block
}

.l_cont .ul .fax {
	background-position: -48px -110px;
	display: block
}

.l_cont .ul .mail {
	background-position: -107px -110px;
	display: block
}

.l_cont .ul .address {
	background-position: -167px -110px;
	display: block
}

.conmap{
	width:100%;
	height:100%;
}
.bot .title {
	font-size: 30px;
	line-height: 1.5em;
}

.bot .ltitle {
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 35px;
}

.bot .form {
	box-sizing: border-box;
	background-color: #f6f6f6;
	padding: 2.5%;
	display: block;
	width:40%;
}

.bot .tip {
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}

.bot .input {
	display: block;
	width: calc(100% - 30px);
	background-color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding:10px 15px;
	color: #999;
	margin: 15px 0 30px;
}

.bot .input:focus {
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

.bot .br {
	border-radius: 5px;
}

.bot .submit {
	line-height: 44px;
	height: 44px;
	padding: 0 45px;
	display: inline-block;
	background: #3476f2;
	color:#fff;
	font-size: 14px;
}

.bot .submit:hover {
	background-color: #ccc;
}

.col-sm-6 {
	width: 47%;
	float: left;
}

.col-sm-6:nth-child(2n) {
	width: 47%;
	float: left;
	margin-left: 6%;
}

@media (max-width: 800px) {
	.l_cont,.l_cont2,.col-sm-6 {
		width: 100%!important;
		max-width: 100%!important
	}
	.con-text{
		margin:30px 0;
	}
	.col-sm-6:nth-child(2n) {
		margin: 0;
	}
	.l_cont{
		padding:30px;
	}
	.l_cont2{
		height: 200px;
	}
	.l_cont3{
		width:100%;
		padding:0px;
	}
	.bot .form{
		width:100%;
		padding:20px;
	}
	.l_cont3c .p1{
		font-size:30px;
	}
}

/*内页*/
.contents {
    margin: auto;
    box-shadow: 0 0 10px gainsboro;
    background-color: #FFF;
    width:100%;
    margin:50px 0;
    padding:50px;
	box-sizing:border-box;
}

.inner_fr_newsshow {
    margin: 31px 0 50px 0;
    overflow: hidden;
}

.show_title {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #eee;
}

.show_title h3 {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #333;
    padding-bottom: 10px;
    line-height: 28px;
}

.show_title span {
    color: #949494;
    margin: 0px 10px;
    font-size: 14px;
    padding-left: 20px;
}

.browse {
    background: url(../image/browse.png) no-repeat left center;
}

.date {
    background: url(../image/date.png) no-repeat left center;
}

.show_content {
    line-height: 28px;
    color: #4b4b4b;
    padding: 25px 0px;
    border-bottom: 1px dashed #eee;
    font-size: 15px;
}

.show_content p {
    margin-bottom: 20px;
    text-indent: 2em;
    line-height: 2;
}

.show_content img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.show_back {
    padding-top: 20px;
}

.show_back_fl {
    float: left;
    width: 70%;
    overflow: hidden;
}

.show_back_fl li {
    margin-bottom: 2px;
    line-height: 25px;
    color: #4d4d4d;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.show_back_fl li a {
    color: #868686;
    font-size: 15px;
}

.show_back_fl li a:hover {
    color: #2668A2;
}

.show_back_fr {
    overflow: hidden;
    float: right;
    width: 15%;
}

.show_back_fr a {
    display: block;
    line-height: 46px;
    color: #fff;
    font-size: 15px;
    background: #eb6000 url(../image/return.png) no-repeat 20px center;
    padding-right: 25px;
    text-align: right;
}
#case .share .center {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-top: 23px;

}
#case .share .center .arrow-left {
    width: 54px;
    height: 30px;
    background: #D6D8D7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#case .share .center .arrow-left img {
    width: 26px;
    height: 7px;
}

#case .share .center .arrow-left:hover {
    background: #0a3b6f;
}

#case .share .center .arrow-right:hover {
    background: #0a3b6f;
}

#case .share .center .arrow-center {
    width: 54px;
    height: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url("../image/news-7.png");
    background-position: center center;
    background-repeat: no-repeat;
}

#case .share .center .arrow-center:hover {
    background:url("../image/news-9.png");
    background-position: center center;
    background-repeat: no-repeat;

}

#case .share .center .arrow-right {
    width: 54px;
    height: 30px;
    background: #D6D8D7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#case .share .center .arrow-right img {
    width: 26px;
    height: 7px;
}
.new-title {
    font-size: 30px;
    color: #212121;
    line-height: 41px;
    margin-top: 50px;
}
.new-line {
    width: 35px;
    height: 1px;
    background: #0a3b6f;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media(max-width: 800px){
    .news_list_p1 .i.active {
        width: calc(100%);
    }

    .news_list_p1 .i_ {
        background-size: cover;
        background-position: center top;
    }
}

/*news list*/
.news{
	background-image: url(../image/bg5.jpg);
	background-size:cover;
	padding:100px 0;
	background-position:center center;
}
.news_con ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: start;
}
.news_con ul li{
	width:calc(100% / 3  - 20px);
	margin-right:30px;
	margin-bottom:30px;
}
.news_con ul li:nth-child(3n){
	margin-right:0;
}
.news_con ul li a{
	display: block;
	background: #fff;
	transition:0.3s
}
.news_con ul li a:hover{
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
}
.news_con ul li a .li_box{
	width:100%;
	overflow: hidden;
}
.news_con ul li a .li_box img{
	width:100%;
	transition:0.8s;
	height:300px;
}
.news_con ul li a:hover img{
	 transform: scale(1.1);
}
.news_con ul li a .infor{
	padding:30px;
	box-sizing: border-box;
}
.news_con ul li a .infor .title{
	font-size:20px;
	line-height: 2;
	margin-bottom: 20px;
	height:80px;
}
.news_con ul li a .infor .content{
	font-size:14px;
	line-height: 2;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
	height:80px;
}
@media(max-width:800px){
	.news_con ul li{
		width:100%;
		margin-right:0px;
	}
}

/*news list*/
.honor{
	background-image: url(../image/bg_honor.jpg);
	background-repeat:no-repeat;
	padding:100px 0;
	background-position:center bottom;
}
.honor_con ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: start;
}
.honor_con ul li{
	width:calc(100% / 3  - 20px);
	margin-right:30px;
	margin-bottom:30px;
}
.honor_con ul li:nth-child(3n){
	margin-right:0;
}
.honor_con ul li a{
	display: block;
	background: #fff;
	transition:0.3s
}
/* .honor_con ul li a:hover{
	box-shadow: 0 0 37px 0 rgba(0,0,0,0.1);
} */
.honor_con ul li a .li_box{
	width:100%;
	overflow: hidden;
}
.honor_con ul li a .li_box img{
	width:100%;
	transition:0.8s;
	height:auto
}
.honor_con ul li a:hover img{
	 transform: scale(1.1);
}
.honor_con ul li a .infor{
	padding:30px;
	box-sizing: border-box;
}
.honor_con ul li a .infor .title{
	font-size:20px;
	line-height: 2;
	margin-bottom: 20px;
	/* height:80px; */
	text-align: center;
}
.honor_con ul li a .infor .content{
	font-size:14px;
	line-height: 2;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
	height:80px;
}
@media(max-width:800px){
	.honor_con ul li{
		width:100%;
		margin-right:0px;
	}
}
/*about*/
.ab p{
	text-indent: 2em;
	text-align: justify;
}
.about{
    overflow: hidden;
    display: flex;
    min-height: 47.3958vw;
	background-image:url(../image/bg5.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size .8s;
}
.about .fl, .about .fr {
    width: 50%;
}
.about .fl {
    padding: 7.0313vw 6vw 8.3333vw 5.2083vw;
    border-right: 1px solid #d2d2d2;
	box-sizing: border-box;
}
.about .i-title {
    font-weight: bold;
}
.about .i-title .en {
    font-size: 1.875vw;
}
.about .i-title .zh {
    font-size: 1.71875vw;
	
}
.about .text {
    line-height: 2.25;
    color: #505050;
    margin-top: 2.0833vw;
}
.about .fr {
    /* padding-left: 7.5521vw; */
    display: flex;
    align-items: center;
}
.about .fr .imgbox {
    width: 100%;
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:800px){
	.about .fl,.about .fr{
		width:100vw;
	}
	.about{
		display: block;
	}
	.about .fr .imgbox img{
		width:100%;
	}
	.about .i-title .en{
		font-size:20px;
	}
	.about .i-title .zh{
		font-size:24px;
	}
	.about .i-title{
		text-align: center;
		display: none;
	}
}
/*culture*/
.culture_top{
	width:100%;
	padding: 7.0313vw 0 7.0313vw 0;
	box-sizing: border-box;
}
.culture1{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.culimg{
	width:50%;
}
.culimg img{
	width:100%;
	display: block;
}
.cultext{
	width:50%;
	background-color: #f6f9fb;
	position: relative;
	display: flex;
	align-items:center;
}
.cultext .en {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.03;
    font-weight: 400;
    font-size: 140px;
    line-height: 0.8;
	font-family: impact;
}
.cultext .inner {
    max-width: 500px;
    margin: 0 auto;
    width: 80%;
}
.cultext .inner h5 {
    margin: 0;
    font-size:30px;
    line-height: 1.2;
}
.cultext .inner p {
    margin-top: 20px;
    line-height: 1.5;
}
.cultext .inner span {
    font-size:18px;
}
.con_list {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 100px;
}

.con_list li {
	position: relative;
	width: 25%;
	min-height: 390px;
	padding: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.con_list li:nth-child(1) {
	background: #fff;
	border: 1px solid #dcdfe6;
}

.con_list li .c_box {
	display: table-cell;
	vertical-align: middle;
}

.con_list li .c_box img {
	width: 33px;
	margin: 0 auto;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.con_list li .c_box img.icon-2 {
	display: none;
}

.con_list li:hover .c_box img {
	margin-top: -20px;
}

.con_list li .s_tit {
	padding: 14px 0;
	font-size: 24px;
	line-height: 30px;
}

.con_list li .s_txt {
	font-size: 15px;
	line-height: 1.5;
	color: #5f5f5f;
	letter-spacing: 1px;
	word-break: keep-all;
	padding: 0;
}

.con_list li .s_txt i {
	display: block;
}

.con_list li:nth-child(2n) .s_txt {
	color: #fff;
}

.con_list li .s_txt:after {
	display: block;
	content: "";
	width: 25px;
	height: 1px;
	background: #000;
	margin: 15px auto 20px;
}

.con_list li:nth-child(2n) .s_txt:after {
	background: #fff;
}

.con_list li .num,
.con_list li .etc {
	font-size: 2.6vw;
	display: inline-block;
	line-height: 58px;
	font-weight: 600;
	text-transform: capitalize;
}

.con_list li:nth-child(1) .num,
.con_list li:nth-child(1) .etc,
.con_list li:nth-child(3) .num {
	color: #3476f2;
}

.con_list li:nth-child(1) .etc {
	font-size: 30px;
	margin-left: 5px;
	vertical-align: bottom;
	line-height: inherit;
}

.con_list li:nth-child(2) {
	background: #3476f2;
	color: #fff;
	font-weight: 300;
}

.con_list li:nth-child(3) {
	background: #fff;
	border: 1px solid #dcdfe6;
}

.con_list li:nth-child(4) {
	background: #3476f2;
	color: #fff;
	font-weight: 300;
}

@media(max-width:1000px) {
	.culimg,.cultext{
		width:100%;
	}
	.con_list li {
		width: 100%;
	}
	.cultext .en{
		font-size:40px;
	}
	.cultext .inner h5{
		font-size:20px;
	}
	.cultext{
		padding:20px 0;
	}
}

/*history*/
.bflc {
	height: auto;
	width: 100%;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.bflcyear {
	font-size: 20px;
	color: #333;
	width: 15%;
	line-height: 1.8;
	transition: 0.5s;
}

.bflcpoint {
	width: 36px;
	margin: 0 30px;
	height: 100%;
}

.inner-point {
	background: #d7e7ff;
	border-radius: 50%;
	padding: 9px;
}

.innerd {
	width: 18px;
	height: 18px;
	background: #3476f2;
	border-radius: 50%;
	transition: 0.5s;
}

.bflc:hover .innerd {
	background: #5dacf8;
}

.bflc:hover .bflcyear {
	font-size: 21px;
}

.inner-line {
	margin: 0 auto;
	width: 4px;
	min-height: 60px;
	background: #d7e7ff;
}


.bflctext {
	width: calc(85% - 96px);
	margin-top: 5px;
	color: #444;
	line-height: 1.5;
	padding-left: 30px;
	box-sizing:border-box;
	font-size: 18px;
	text-align: justify;
}

.bflctext:hover {
	color: #00284c;
}
@media(max-width:800px){
	.bflctext{
		padding-left:0;
		width: calc(80% - 76px);
	}
	.bflcpoint{
		margin:0 20px;
	}
	.bflcyear{
		width:20%;
	}
}

/*join*/
.join{
	padding:100px 0;
	background: none;
}
.join .i-title{
	text-align: center;
}
.join .wrap .cont {
    margin: 30px auto 0;
    color: #262626;
    position: relative;
    padding: 10px 80px;
    width: 70%;
    text-align: justify;
	font-size:20px;
	line-height: 2;
	text-indent: 2em;
}
.join .wrap .cont::before {
    content: '“';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
	font-family: arial;
	color:#3476f2;
}
.join .wrap .cont::after {
    content: '”';
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 100px;
    line-height: 0;
    font-weight: bold;
	font-family: arial;
	color:#3476f2;
}
.join .wrap .pic {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
}
.join .wrap .pic img {
    width: 100%;
    transition: all .3s;
}
.join .wrap .pic:hover img{
	transform: scale(1.1);
}
.join .wrap .li-box {
    margin-top: 100px;
}
.join .wrap .li-box .li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.join .wrap .li-box .li .img {
    width: 46%;
    overflow: hidden;
}
.join .wrap .li-box .li .img img {
    width: 100%;
    transition: all .3s;
}
.join .wrap .li-box .li .img:hover img{
	transform: scale(1.1);
}
.join .wrap .li-box .li .intro {
    width: 49%;
}
.join .wrap .li-box .li .intro .list {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}
.join .wrap .li-box .li .intro .list .icon {
    width: 40px;
    height: 40px;
    transition: all .3s;
}
.join .wrap .li-box .li .intro .list .icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.join .wrap .li-box .li .intro .list .h1 {
    margin-top: 30px;
    color: #000000;
    font-weight: bold;
	font-size:30px;
}
.join .wrap .li-box .li .intro .list .text {
    margin-top: 15px;
    color: #666666;
    line-height: 2;
    overflow: hidden;
	font-size:18px;
}
.join .wrap .li-box .li:nth-child(2) {
    margin-top: -200px;
    flex-direction: row-reverse;
}
.join .wrap .li-box .li:nth-child(2) .intro {
    padding-top: 260px;
}
@media(max-width:1500px){
	.join .wrap .li-box .li:nth-child(2) {
	    margin-top: 0px;
	    flex-direction: row-reverse;
	}
	.join .wrap .li-box .li:nth-child(2) .intro {
	    padding-top: 30px;
	}
}
@media(max-width:1200px){
	.join{
		padding: 50px 0;
	}
}
@media(max-width:1000px){
	.join{
		padding: 30px 0;
	}
	.join .wrap .cont{
		box-sizing: border-box;
		width:100%;
		padding: 10px 50px;
	}
	.join .wrap .cont::before{
		left: -35px;
	}
	.join .wrap .li-box .li .img{
		width:100%;
		display: none;
	}
	.join .wrap .li-box .li .intro{
		width:100%;
	}
}


.j2c1{
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-top:40px;
}
.j2t1{
	padding:30px 40px;
	border-bottom: 1px solid #dddddd;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.j2t11{
	font-size: 24px;
	color:#4c4948;
	font-weight: 800;
}
.j2t12{
	font-size: 24px;
	color:#4c4948;
}
.j2t12y{
	float: right;
}
.j2t2{
	padding:20px 40px;
	font-size:16px;
	color:#4c4948;
	border-bottom: 1px solid #dddddd;
}
.j2t3{
	padding:20px 40px;
	font-size:16px;
	color:#4c4948;
	border-bottom: 1px solid #dddddd;
}
.j2t3y{
	float:right;

}
.j2t3y1{
	float:left;
	display: block;
	width:120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #3476f2;
	color: #fff!important;
	border-radius: 30px;
	border:1px solid #3476f2;
	cursor:pointer;
}
.j2t3y2{
	float:left;
	width:120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	color: #3476f2!important;
	border-radius: 30px;
	border:1px solid #3476f2;
	margin-left: 20px;
	cursor:pointer;
}
.j2t4{
	padding:40px;
	border-bottom: 1px solid #dddddd;
	font-size:16px;
	line-height: 2;
	transition:0s;
}
.j2t4 p{
	line-height: 2;
}
.j2t4 span{
	font-weight:500;
}
.j2c1:hover{
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.joinus{
	width:100%;
	margin-top: 50px;
}
.joinus .wrap{
	position: relative;
}
.nabout {
	font-size: 13px;
	color: #666;
	line-height: 26px;
	padding: 20px 0px 40px 0px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
}
.nabout table{
	width:96%;
	margin:0 auto;
}
.nabout table tr {
	height: 60px;
	position: relative;
	background: #f6f6f6;
	margin: 30px 20px 0 20px;
	width: 29.2%;
	width: calc(33.3% - 40px);
	float: left;
}

.nabout table tr th {
	font-size: 14px;
	font-weight: normal;
	padding-right: 0px;
	width: 25%;
	float: left;
	line-height: 60px;
	background: #f6f6f6;
	text-indent: 15px;
}

.nabout table tr td input {
	width: 100%;
	height: 60px;
	padding: 0px 5px;
	background: #f6f6f6;
}

.nabout table tr td textarea {
	width: 94%;
	height: 60px;
	border: none;
	background: #f6f6f6;
}

.submit {
	width: 160px !important;
	height: 50px !important;
	border: 0;
	background: #044dd2 !important;
	color: #fff;
	cursor: pointer;
}

.nabout table span {
	color: red;
	position: absolute;
	right: 20px;
	line-height: 60px;
}

.nabout table tr:nth-child(8) {
	width: 62%;
	width:calc(66.6% - 50px);
}

.nabout table tr:nth-child(8) th {
	width: 13%;
	float: left;
	line-height: 60px;
}

.nabout table tr:nth-child(8) td {
	float: right;
	width: 87%;
}

.nabout tfoot tr {
	width: 100%;
	margin-top: 45px;
	background: none;
	text-align: center;
}

.nabout tfoot tr th {
	background: none;
}

.nabout tfoot tr td {
	width: 160px;
	float: none;
	margin: 0 auto;
	display: block;
	background: #ff6c00;
}

.nabout table  td {
	width: 65%;
	display: block;
	float: left;
}

.nabout h4 {
	font-size: 35px;
	margin-top: 30px;
	text-align: center;
	color: #666;
	margin-bottom: 30px;
}

.nabout p {
	color: #999;
	text-align: center;
	margin-bottom: 26px;
}

.tdj {
	width: 150px;
	height: 60px;
	text-align: center;
	margin-top: 40px;
	border: 1px solid #666;
	font-size: 16px;
	line-height: 60px;
	color: #666;
}

.tdj a {
	font-size: 16px;
	color: #666;
	line-height: 60px;
}

.tdj:hover {
	border: 1px solid #ff6d00;
	background: #ff6d00;
	color: #fff;
}

.tdj:hover a {
	color: #fff;
}
/*case*/
.i-title {
    font-weight: bold;
}
.i-title .en {
    font-size: 1.875vw;
	/* text-align: center; */
}
.i-title .zh {
    font-size: 1.71875vw;
	/* text-align: center; */
}
.i-title span{
	display: block;
	padding-top:30px;
	font-size:20px;
	font-weight: 400;
}
@media(max-width:1000px){
	.i-title .en {
	    font-size:24px;
	}
	.i-title .zh {
	    font-size:20px;
	}
}
.case-z{
	padding:7.0313vw 0;
}
.case{
	padding:7.0313vw 0;
	background: none;
}
.solutionList{
	padding:30px 0;
}
.solutionList .list {
	margin-top: 10px
}

.solutionList-item {
	display: flex
}

.solutionList-item+.solutionList-item {
	margin-top: 50px
}

.solutionList-item:nth-child(odd) .txt:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-right: 17px solid #fff;
	position: absolute;
	top: 50%;
	left: -17px;
	transform: translateY(-50%)
}

.solutionList-item:nth-child(even) {
	flex-direction: row-reverse
}

.solutionList-item:nth-child(even) .txt:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #fff;
	position: absolute;
	top: 50%;
	right: -17px;
	transform: translateY(-50%)
}

.solutionList-item .pic {
	width: 64.5%;
	overflow: hidden;
	position: relative;
	padding-top: 520px
}

.solutionList-item .txt {
	background: #fff;
	padding: 30px 50px;
	width: 35.5%;
	position: relative;
	transition: transform .4s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start
}

.solutionList-item .tit {
	color: #333
}

.solutionList-item p {
	font-size: 16px;
	line-height: 26px;
	color: #888;
	margin-top: 14px
}

.solutionList-item .view-more {
	padding: 8px 25px;
	border: 2px solid #3476f2;
	border-radius: 30px;
	transition: all .4s ease;
	color: #3476f2;
	font-size: 14px;
	display: inline-block;
	margin-top:50px;
}

.solutionList-item .view-more:hover {
	background: #3476f2;
	color: #fff
}

.solutionList-item .num {
	color: #f5f8fa;
	position: absolute;
	bottom: 20px;
	right: 50px;
	opacity: .7;
	font-weight: 700;
	line-height: 1;
	font-size:200px;
}
.fs24 {
    font-size: 24px;
}
.fs26 {
    font-size: 26px;
}
.fs60 {
    font-size: 60px;
}
.mt14 {
    margin-top: 14px;
}
.fw-b {
    font-weight: 700;
}
.img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    object-fit: cover;
}
@media(max-width:1000px){
	.solutionList-item{
		display: block;
	}
	.solutionList-item .pic{
		width:100%;
	}
	.solutionList-item .txt{
		width:100%;
		box-sizing: border-box;
	}
	.solutionList-item:nth-child(odd) .txt:after{
		display: none;
	}
	.solutionList-item .pic{
		padding-top:300px;
	}
}
.solution-adv{
	background-image: url(../image/solution-adv-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.pt100{
	padding-top: 100px;
}
.pb110{
	padding-bottom: 100px;
}
.pb50{
	padding-bottom: 50px;
}
.solution-adv ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -30px;
	justify-content: center
}

.solution-adv ul.n6 li {
	width: 16.66%
}

.solution-adv ul.n5 li {
	width: 20%
}

.solution-adv ul.n4 li {
	width: 25%;
	box-sizing: border-box;
}

.solution-adv ul.n3 li {
	width: 33.33%
}

.solution-adv ul.n2 li {
	width: 50%
}

.solution-adv li {
	color: #fff;
	margin-top: 90px;
	text-align: center;
	padding: 0 10px
}

.solution-adv li i {
	width: 76px;
	height: 76px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 50%
}

.solution-adv li .title {
	font-size: 18px;
	margin: 16px 0 10px;
	font-weight: 700;
	line-height: 1
}

.solution-adv li p {
	font-size: 15px;
	line-height: 22px
}

.solution-adv .n-title{
	text-align: center;
	color:#fff;
}
.solution-adv .centered {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width:1000px){
	.solution-adv ul.n4 li{
		width:50%;
	}
}


.solution-difficulty{
	width:100%;
}
.n-title{
	line-height: 1.5;
	padding:30px 0;
	margin-bottom: 16px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	color: #0a0b0d;
}
.n-title span{
	font-size:20px;
}
.n-p1{
	line-height: 2;
	font-size: 16px;
	color: #777;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.n-p1-img{
	text-align: center;
	max-width:100%;
}

.solution-feat {
	background: #fff
}

.solution-feat .item {
	display: flex;
	align-items: center
}

.solution-feat .item .txt {
	width: 50%;
	padding-right: 156px
}

.solution-feat .item .txt .num {
	color: #c8d5f0;
	line-height: .8
}

.solution-feat .item .txt .title {
	color: #333;
	font-weight: 700
}

.solution-feat .item .txt .text {
	font-size: 16px;
	line-height:2;
	color: #555
}

.solution-feat .item .pic {
	width: 50%;
}
.solution-feat .item .pic img{
	transition:0.3s;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
	width:100%;
	/* max-width:500px; */
}
.solution-feat .item .pic:hover img {
	transform: translate(0px,-5px);
	
}
.solution-feat .item:nth-child(even) {
	flex-direction: row-reverse
}

.solution-feat .item:nth-child(even) .txt {
	padding: 0 0 0 130px
}

.solution-feat .item:not(:first-child) {
	margin-top: 70px
}
@media(max-width:1000px){
	.solution-feat .item .txt{
		padding:0px;
		width:100%;
	}
	.solution-feat .item:nth-child(even) .txt{
		padding:0px;
	}
	.solution-feat .item .pic{
		display: none;
	}
	.solution-feat .item .txt .title{
		font-size:22px;
	}
	.n-p1-img{
		width:100%;
	}
	.n-p1-img img{
		width:100%;
	}
}
.prod-as ul {
	border: 1px solid #e2e3e3;
	border-right: 0;
	border-bottom: 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.prod-as li {
	min-height: 218px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	background: #fafaf9;
	border: 1px solid #e2e3e3;
	border-left: 0;
	border-top: 0;
	box-sizing: border-box;
	padding:20px 30px;
}

.prod-as li i {
	display: flex;
	height: 37px;
	align-items: flex-end
}

.prod-as li .title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 10px 0
}

.prod-as li p {
	font-size: 15px;
	line-height: 26px;
	color: #777
}

/*pro-list*/
.pro_list {
    padding-bottom: 70px;
    /* background-image: url(../image/pro_pg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pro_list .pro_01 {
    position: relative;
    padding-top: 120px;
}

.pro_list .tit_ {
    position: relative;
    z-index: 1;
}

.pro_list .tit_ h2 {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
}

.pro_list .tit_ h3 {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    margin-top: 10px;
}

.pro_list .tit_ .sub_ {
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #666666;
    margin-top: 20px;
}

.pro_list .img {
    position: absolute;
    right: 0;
    top: 0;
}

.pro_list .list_ {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 50px 0 0;
}

.pro_list .list_ .item {
    float: left;
    width: 50%;
    width:calc(100% / 2);
    background: #fff;
    border: 1px solid #eee;
    padding: 40px 50px;
	box-sizing: border-box;
}
.pro_list .list_ .item .item_ico{
	width:100px;
}
.pro_list .list_ .item .item_ico img{
	width:100px;
	height:100px;
}
.pro_list .list_ .item .item_text{
	width:calc(100% - 130px);
}
.pro_list .list_ .item .t_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro_list .list_ .item .t_ h2 {
    width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
    color: #333333;
}

.pro_list .list_ .item .t_ img {
    transform: rotate(180deg);
}
.pro_list .list_ .item .t_ .add_ {
    font-size:30px;
	font-weight:800;
}

.pro_list .list_ .item .des_ {
	text-align:justify;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 120px;
}

.pro_list .list_ .item .tag_ {
    margin-top: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pro_list .list_ .item .tag_ span {
    height: 28px;
    border: 1px solid #eee;
    margin-right: 9px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    color: #999999;
    padding: 0 10px;
}

.pro_list .list_ .item .t_ .hover {
    display: none;
}

@media(min-width:768px) {
    .pro_list .list_ .item:hover {
        transition: all .4s;
        background-color:#3476f2;
    }

    .pro_list .list_ .item:hover .t_ h2 {
        color: #ffffff;
    }
	.pro_list .list_ .item:hover .t_ .add_ {
	    color: #ffffff;
	}

    .pro_list .list_ .item:hover .t_ .hover {
        display: block;
    }

    .pro_list .list_ .item:hover .t_ .org {
        display: none;
    }

    .pro_list .list_ .item:hover .des_ {
        color: #D6DFFC;
    }

    .pro_list .list_ .item:hover .tag_ span {
        border-color: #ffffff;
        color: #ffffff;
    }

}

.pro_list .pro_02 .list_ .item {
    width: 50%;
}

.product-more{
	background: none;
	color: #000;
	border:1px solid #e7e7e7;
	padding: 20px 30px;
	border-radius: 5px;
	transition: 0.3s;
	display:block;
	width:100px;
	text-align: center;
	margin:20px auto;
	border:1px solid #3460f2;
	background: #3460f2;
	color: #fff;
	font-size:20px;
	font-weight: 800;
}
.product-more-index{
	background: none;
	color: #000;
	border:1px solid #e7e7e7;
	padding: 10px 25px;
	border-radius: 5px;
	transition: 0.3s;
	display:block;
	width:80px;
	text-align: center;
	margin:20px auto;
	border:1px solid #3460f2;
	background: #3460f2;
	color: #fff;
	font-size:16px;
	font-weight: 400;
}
/* .product-more:hover{
	border:1px solid #3460f2;
	background: #3460f2;
	color: #fff;
} */

@media(max-width:1200px) {
    .pro_list .list_ .item {
        width: 50%;
    }

}

@media(max-width:768px) {

    .pro_list .list_ .item,
    .pro_list .pro_02 .list_ .item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 20px;
    }

    .pro_list .img {
        width: 200px;
        top: 0px;
    }

    .pro_list .pro_01 {
        padding-top: 60px;
    }

}
@media(max-width:767px) {
	.pro_list .img {
		width: 120px;
		top: 21px;
	}
}
.case-more-div{
	margin-top:100px;
	cursor: pointer;
}
.case-more{
	background: none;
	color: #000;
	border:1px solid #e7e7e7;
	padding: 30px 60px;
	border-radius: 5px;
	transition: 0.3s;
	display:block;
	width:100px;
	font-size:20px;
	font-weight:800;
	text-align: center;
	margin:20px auto;
	border:1px solid #3460f2;
	background: #3460f2;
	color: #fff;
}
.pop-up{
	display: none;
	position: fixed;
	z-index: 9;
	width:100vw;
	height:100vh;
	top:0;
	left:0;
	background: rgb(0,0,0,0.5);
}
.pop-up .image{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.pop-up .close{
	height:30px;
	width:30px;
	text-align: center;
	line-height: 26px;
	font-size:20px;
	font-weight:400;
	color:#fff;
	border-radius: 50%;
	border:1px solid #fff;
	cursor:pointer;
	margin:20px auto;
}
.flex-box{
	padding:20px 20px 40px;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .6);
	box-shadow: 0 12px 18px 2px rgba(204,204,204,.17);
	transition: 0.3s;
	background-image: url(../image/flex-box-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size:cover;
}
.flex-img{
	display: block;
	margin:0 auto;
	max-width:100%;
}
.flex-box img{
	transition: 0.3s;
}
.flex-box:hover{
	transform:translate(0,-5px);
	background:#3460f2;
	color:#fff;
}
.flex-box:hover .flex-num{
	color:#fff;
}
.flex-box:hover img{
	transform: rotateY(180deg);
	filter: brightness(0) invert(1);
}
.flex-two{
	width:calc(50% - 15px);
	margin-bottom:30px;
}
.flex-one{
	width:100%;
	margin-bottom:30px;
}
.flex-four{
	width:calc(25% - 22px);
	margin-bottom:30px;
}
.flex-three{
	width:calc(100% / 3 - 20px);
	margin-bottom:30px;
}
.flex-five{
	width:calc(20% - 24px);
	margin-bottom:30px;
}
.bg_gray{
	background-color: #f7fafe;
}
.flex-num{
	font-size:60px;
	color:#3476f2;
	text-align: center;
	/* font-style: italic; */
}
.flex-title{
	text-align: center;
	font-size:20px;
	font-weight: 800;
}
.flex-h80{
	min-height:80px;
}
.flex-text-center{
	text-align: center;
}
.titlespan{
	margin-top:30px;
	font-weight: 400;
}
@media(max-width:1000px){
	.flex-two{
		width:100%;
	}
	.flex-four{
		width:100%;
	}
	.flex-three{
		width:100%;
	}
	.flex-five{
		width:100%;
	}
}
/*留言表单*/
.sup_rm{
	padding-top: 50px;
	font-size:16px;
}
.sup_rm .box {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.sup_rm .zh span{
	font-size:16px;
	padding-top:15px;
}
.sup_rm .box .list {
    padding:50px;
    background: #f5f5f5;
    width: calc(100% / 3 - 20px);
    border-radius:15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s;
    position: relative;
    top: 0;
	box-sizing: border-box;
}
.sup_rm .box .list:hover {
    top: -10px;
}
.sup_rm .box .list .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sup_rm .box .list .top .t_l h3 {
    font-weight: bold;
    margin-bottom:12px;
	font-size: 24px;
}
.sup_rm .box .list .top .t_l p {
    color: #666;
	font-size: 16px;
}
.sup_rm .box .list .top svg, .sup_rm .box .list .top img {
    width: auto;
    height: 50px;
}
.sup_rm .box .list .list_ba {
    /* display: flex; */
    flex-wrap: wrap;
	margin-top:100px;
}
.sup_rm .box .list .g_a {
    display: flex;
    align-items: center;
    margin-right: 5px;
	line-height: 2;
}
.sup_rm .box .list .g_a p {
    color: #666;
}
.sup_rm .i-title{
	padding:50px 0;
	text-align: center;
}
.sup_lx {
	padding:150px 0  100px;
	font-size:16px;
}
.sup_lx .i-title{
	text-align: center;
}
.sup_lx .box {
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    padding: 60px;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-top: 40px;
}
.sup_lx .box .left {
    width: 62.83%;
}
.sup_lx .box .right {
    width: 33.37%;
    padding: 0 0 30px 60px;
	box-sizing:border-box;
    border-left: 1px solid #e5e5e5;
}
.sup_lx .box .left form .inp {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.sup_lx .box .left form .inp .inp_box {
    margin-bottom: 30px;
    width: calc(50% - 15px);
}
.sup_lx .box .left form .inp .inp_box p {
    margin-bottom: 15px;
	font-size:18px;
}
.sup_lx .box .left form .inp .inp_box p span {
    color: #3476f2;
}
.sup_lx .box .left form .inp .inp_box input {
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding-left: 20px;
	box-sizing: border-box;
}
.sup_lx .box .left form .tex textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 15px 0 0 20px;
	box-sizing: border-box;
	width:100%;
}
.sup_lx .box .left form .tex {
    margin-bottom: 15px;
}
.sup_lx .box .left form .tex > p {
    margin-bottom: 15px;
	font-size:18px;
}
.sup_lx .box .left form .b_bri {
    margin: 0 0 30px;
    color: #999;
}
.sup_lx .box .left form .tex > p span {
    color: #3476f2;
}
.sup_lx .box .left form .b_bri span {
    color: #3476f2;
}
.pub_a{
    background: #3460f2;
    border: 1px solid #3460f2;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    margin-right: 20px;
    box-sizing: border-box;
	cursor: pointer;
}
.sup_lx .box .right > img {
    border-radius: 5px;
    height: auto;
	max-width: 100%;
}
.sup_lx .box .right .g_tel {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}
.sup_lx .box .right .g_tel h3 {
    font-weight: bold;
    margin-bottom: 14px;
}
.sup_lx .box .right .g_tel p {
    margin-bottom:10px;
}
.sup_lx .box .right .g_ewm {
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
}
.sup_lx .box .right .g_ewm .g_ewm_l {
    width: 200px;
}
.sup_lx .box .right .g_ewm > img {
    width: 140px;
    height: auto;
    object-fit: contain;
}
.sup_lx .box .right .g_ewm .g_ewm_l h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
@media(max-width:1000px){
	.sup_rm .box{
		width: 100%;
	}
	.sup_rm .box .list{
		width:100%;
		margin-bottom:30px;
	}
	.sup_lx{
		padding:50px 0;
		font-size: 14px;
	}
	.sup_lx .box{
		padding:20px;
		border-radius: 10px;
	}
	.sup_lx .box .left{
		width:100%;
	}
	.sup_lx .box .right{
		width:100%;
		padding:30px 0 30px 0;
		border-left:none;
	}
	.sup_lx .box .left form .inp .inp_box{
		width:100%;
		margin-bottom: 15px;
	}
	.sup_lx .box .left form .inp .inp_box input {
	    height:50px;
	}
	.sup_lx .box .left form .inp .inp_box p{
		font-size:16px;
	}
	.sup_lx .box .left form .tex textarea{
		box-sizing: border-box;
		width:100%;
	}
}

/*20241113*/
.b_vbody .head{
	background-color: transparent;
}
.b_vbody .head-d{
	height:0;
}
.b_vbody .head .nav ul li .f_a{
	color:#fff;
}

.b_vbody .head .logo .logoimg1{
	display: none;
}
.b_vbody .head .logo .logoimg2{
	display: block;
}

.b_vbody .headhover.head .nav ul li .f_a{
	color:#333;
}
.b_vbody .headhover.head{
	background-color: #fff;
}
.b_vbody .headhover.head .logo .logoimg1{
	display: block;
}
.b_vbody .headhover.head .logo .logoimg2{
	display: none;
}
.b_v{
	position: relative;
}
.b_vcon{
	height:100%;
	width:100%;
	position: absolute;
	top:0;
	left:0;
}
.b_v .imgbg{
	height:auto;
	width:100%;
}

.b_v .wrap{
	padding:50px 20px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	align-content:center;
	height:100%;
}
.b_h1{
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.3;
	font-size: 68px;
	width:100%;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.b_h2{
	font-weight: 700;
	margin-bottom: 30px;
	font-size: 22px;
	width:100%;
	max-width:1000px;
	line-height: 2;
	text-align: justify;
	text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.b_more{
	display: inline-block;
	padding: 15px 40px;
	border-radius: 5px;
	transition: 0.3s;
	margin-right: 25px;
	background: #2748b3;
	border:1px solid #2748b3;
	color: #fff;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.b_more:hover{
	border:1px solid #fff;
	transform: translate(0px,-5px);
}
.b_div{
	width:100%;
}
.b_bar .crumbs{
	width: 40vw;
}
.b_vpage{
	padding:100px 0 0;
}
.b_p{
	margin-top:40px;
}
.b_title{
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	padding:80px 0 0;
}
.b_title2{
	text-align: center;
	color: #132842;
	margin-bottom: 30px;
	margin-top: 15px;
	font-size:26px;
	/* width:800px; */
	margin-left:auto;
	margin-right:auto;
	line-height: 2;
}
.b_2{
	max-width:1280px;
	width:100%;
	margin:0 auto;
	padding-bottom:50px;
}
.b_2top{
	margin-top:50px;
}
.b_2top li{
	width:25%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	cursor: pointer;
}
.b_2top  .swiper-slide{
	width:25%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	cursor: pointer;
}
.b_2top li:after{
	content:'';
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	width:0;
	height:2px;
	transition: 1s;
	background: #3476f2;
}
.b_2top  .swiper-slide:after{
	content:'';
	display: block;
	position: absolute;
	bottom:0;
	left:0;
	width:0;
	height:2px;
	transition: 1s;
	background: #3476f2;
}
.b_2top .swiper-slide:nth-child(2n):after{
	background: #ff944b;
}
.b_2top .swiper-slide:nth-child(3n):after{
	background: #44e7a4;
}
.b_2top .swiper-slide:nth-child(4n):after{
	background: #e74656;
}
.b_2top .swiper-slide.swiper-slide-thumb-active:after{
	width:100%;
}
.b_2bottom{
	margin-top: 20px;
}
.b_2bottom .swiper-slide{
	height:1px;
}
.b_2bottom .swiper-slide-active{
	height:auto;
}

/* .b_2tab{
	display: none;
	padding-top:60px;
}
.b_2tab_active{
	display: block;
} */
.b_2tab_con{
	width:100%;
}
.b_2left{
	width:50%;
	box-sizing: border-box;
	padding:50px;
	background: #fff;
}
.b_2right{
	width:50%;
}
.b_2right img{
	width:100%;
	display: block;
}
.b2p1{
	font-size:24px;
	font-weight: 800;
	margin-bottom: 30px;
	width:100%;
}
.b2p2{
	font-size:16px;
	font-weight: 400;
	margin-bottom: 30px;
	width:100%;
	line-height: 2;
	text-align: justify;
}
.b2p3{
	display: inline-block;
	padding: 15px 40px;
	border-radius: 5px;
	transition: 0.3s;
	margin-right: 25px;
	background: #3460f2;
	color: #fff;
	margin-top:50px;
}
.b3con {
    margin-top: 40px;
}
.b3tab {
    padding: 40px 30px;
    width: calc(50% - 20px);
    box-sizing: border-box;
    transition: 0.3s;
	cursor: pointer;
}

.b3tab .b3text {
    width: calc(100% - 100px);
}
.b3p1 {
    color: #000;
    font-size: 24px;
    font-weight: 800;
}
.b3p2 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
	line-height: 2;
	text-align: justify;
}
.b_vpage1{
	background-image: url(../v4/b_vpage1bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size:cover;
	padding-bottom:100px;
}

.b_vpage1 .b_title{
	margin-top: 100px;
}
.b_vpage1_con{
	margin-top:80px;
}
.b_vpage1_tab{
	width:33%;
	min-height:120px;
	margin-bottom:40px;
}
.b_vpage1_tab_con{
	width:330px;
	position: relative;
	text-align: center;
	color: #64728d;
	margin:0 auto;
	height:100%;
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.b_vpage1_tab .fnt_16 {
    font-size: 16px;
	padding:0 40px;
}
.inter_l {
    position: absolute;
    left: 0;
    top: 0;
}
.inter_r {
    position: absolute;
    right: 0;
    top: 0;
}
.inter_c{
	width:50px;
}
.b1_2_b_vpage1 .b_vpage1_tab{
	width:25%;
}
.b_vpage2_1 .b_vpage1_tab{
	width:50%;
}
.b_vpage2_1 .b_vpage1_tab .b_vpage1_tab_con{
	width:100%;
	text-align: justify;
}
.b_vpage2_1 .b_vpage1_tab .fnt_16{
	width:calc(100% - 50px);
	box-sizing: border-box;
	line-height: 2;
}
.b_vpage2_1 .b_vpage1_tab .fnt_16 span{
	font-size:20px;
	font-weight:800;
}
.b_vpage2_2 .b_vpage1_con{
	justify-content: center;
}
.b4con_tab{
	background: #FFFFFF;
	border-radius: 6px;
	width:230px;
	align-items: center;
	padding: 10px 20px;
	transition: all .4s;
	box-sizing: border-box;
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
	margin-bottom: 20px;
}
.b4con_tab .icon{
	width:66px;
}
.b4con_tab .icon img{
	width:100%;
}
.b4con_tab .infor{
	flex: 1;
	padding-left: 20px;
	font-size:16px;
	font-weight: 800;
}
.b4con_tab:hover{
	transform: translate(0px,-5px);
}
.b_vpage_notop{
	padding-top: 0px;
}
.b_vpage_2_2_tab{
	width: calc(50% - 20px);
	flex-shrink: 0;
	background:#F6F7FA ;
	border: 1.5px solid rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	padding: 50px;
	box-sizing: border-box;
	transition:0.5s;
	margin-bottom:40px;
}
.b_vpage_2_2_tab .tit{
    display: flex;
    align-items: center;
    justify-content: flex-start;
	margin-bottom:40px;
}
.b_vpage_2_2_tab .tit img {
    width: 70px;
}
.b_vpage_2_2_tab .tit span {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
    margin-left: 30px;
	font-size: 32px;
}
.b_vpage_2_2_tab:hover{
    border-color:#3476f2;
    transform: translateY(-10px);
}
.b_vpage_2_2_tab .des{
	margin-bottom: 20px;
}
.b_vpage_2_2_tab .des01{
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 800;
	line-height: 22px;
	font-size:20px;
	color: #333;
}
.b_vpage_2_2_tab .des02{
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	font-size:16px;
	color: #666;
}
.b3_tab{
	width:calc(25% - 45px);
	background: #fff;
	box-shadow: 0 4px 16px 1px rgba(0,0,0,.161);
	transform: scale(1.04);
	margin-bottom:40px;
}
.b_vpage_1_3cont{
	margin-top:50px;
}
.b_vpage_1_4 .b3_tab{
	width:calc((100% - 100px) / 3);
}

.cont1{
	line-height: 22px;
	height: auto;
	font-size: 20px;
	padding: 0 20px 0;
	color: #0053d9;
	position: relative;
	min-height: 60px;
	display: flex;
	align-items: center;
	background: url(../v4/cont1.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.cont2{
	padding: 20px 20px;
	font-weight: 400;
	font-size: 14px;
	color: #6d7280;
	letter-spacing: 0;
	line-height: 24px;
	word-break: break-all;
}
.cont2 li{
	background-image: url(../v4/cont2li.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-size:15px 15px;
	padding-left: 25px;
	margin-bottom: 10px;
}
.b_vpage_1_3 .b_vpage1_tab{
	width:25%;
}
.b_vpage_2_3 .b_2left{
	padding-left: 200px;
}
.b_vpage_2_3 .b_2right img{
	width:auto;
}
.b_vpage_2_3.b_2tab_con{
	padding-top: 50px;
}
.b_vpage_2_3 .b_vpage1_tab{
	width:25%;
}
.bpcon{
	margin-top:100px;
	margin-bottom:150px;
}
.plan_list li {
  width: calc((100% - 100px)/3);
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.b_vpage_1_4 .plan_list li{
	width:calc((100% - 100px) / 4);
}

.plan_img {
  position: relative;
  height: 0;
  padding-bottom: 75.2%;
  overflow: hidden;
  
}

.plan_img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

.plan_txt {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  bottom: -80%;
  color: white;
  z-index: 2;
  transition: all 0.6s linear;
  box-sizing: border-box;
}
.plan_txt .fnt_38{
	font-size:24px;
	margin-bottom: 20px;
}
.plan_des {
  margin: 5px 0 10px;
}

.plan_detail>div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.plan_detail img {
  margin-right: 15px;
}

.plan_list li::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.6s linear;
}

.plan_detail {
  overflow: hidden;
  transition: all 0.6s linear;
  opacity: 0;
}

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

.plan_list li:hover .plan_detail {
  opacity: 1;
}

.plan_list li:hover .plan_txt {
  bottom:0;
  display: flex;
  justify-content:center;
  flex-direction:column;
}
.v4_31 img{
	display: block;
	margin:auto;
	max-width:100%;
}
.bpc1{
	margin-top:100px;
}
.bpctab{
	width:22%;
}
.bpctab img{
	width:50px;
	height:50px;
}
.bptext1{
	width:calc(100% - 80px);
}
.bp1{
	font-size:20px;
	font-weight: 800;
	margin-bottom:30px;
}
.bp2{
	font-size:16px;
	font-weight:400;
	margin-bottom:15px;
}
.fnt_16 span{
	display: block;
	font-size:20px;
	font-weight: 800;
	margin-bottom:10px;
}
@media(max-width:1400px){
	.b_v .wrap{
		padding:30px 20px;
	}
}
@media(max-width:1000px){
	.plan_list li{
		width:100%;
	}
	.plan_txt{
		width:100%;
		padding:0 10px;
	}
	.b_h1{
		font-size:46px;
	}
	.b_title{
		font-size:24px;
		padding-top:30px;
	}
	.b_vpage{
		padding:30px 0;
	}
	.b_title2{
		width:auto;
	}
	.b_2left{
		width: 100%;
		padding:20px 0;
	}
	.b_2right{
		width: 100%;
	}
	.b2p3{
		margin-top:0px;
	}
	.b_2{
		padding-bottom:30px;
	}
	.b3tab{
		width:100%;
		padding: 20px 0;
	}
	.b_vpage1_tab{
		width:100%;
	}
	.b_vpage2_1 .b_vpage1_tab{
		width:100%;
	}
	.b_vpage2_1 .b_vpage1_tab .fnt_16{
		padding-right: 0;
	}
	.b4con_tab{
		width:100%;
	}
	.b3_tab{
		width:100%;
	}
	.b_vpage_1_4 .b3_tab {
	    width:100%;
	}
	.b_vpage_1_4 .plan_list li{
		width:100%;
	}
	
	.b1_2_b_vpage1 .b_vpage1_tab{
		width:100%;
	}
	.b_vpage_1_3 .b_vpage1_tab{
		width:100%;
	}
	.bpctab{
		width:100%;
	}
}
.honor{
	padding-bottom:200px;
}
.htitle{
	text-align: right;
	border-right:5px solid #0053d9;
	padding-right:10px;
	color:#0053d9;
}
.ht1{
	font-size:40px;
	font-weight:800;
	line-height: 1;
}
.ht2{
	font-size:30px;
	font-weight:400;
	margin-top:20px;
	line-height: 1;
}
.htitle{
	margin-bottom:80px;
}
.hctab{
	margin-bottom:80px;
}
.hcp1{
	font-size:30px;
	font-weight:800;
	margin-bottom:30px;
}
.hcp2{
	font-size:18px;
	font-weight:400;
	margin-bottom:15px;
}
.hcimg img{
	display: block;
	width:100%;
}
.hctext1{
	width:350px;
}
.hcimg1{
	width:calc(100% - 350px);
	max-width:1000px;
	min-height:500px;
}
.hctext2{
	width:900px;
}
.hcimg2{
	width:calc(100% - 900px);
	max-width:600px;
	min-height:400px;
}

.hctext3{
	width:300px;
}
.hcimg4{
	width:calc(100% - 300px);
	max-width:1000px;
	min-height:400px;
}
@media(max-width:800px){
	.hctext,.hcimg1,.hcimg2,.hcimg3{
		width:100%;
		min-height: auto;
	}
	.hctab:nth-child(3){
		margin-bottom:0;
	}
}
.c1tab{

	position: relative;
	width: 25%;
	min-height: 390px;
	padding: 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.c1tab:nth-child(1) {
    background:#E6F4F1;
    border: 1px solid #dcdfe6;
}
.c1tab:nth-child(2) {
    background: #3476f2;
    color: #fff;
    font-weight: 300;
}
.c1tab:nth-child(3) {
    background: #E6F4F1;
    border: 1px solid #dcdfe6;
}
.c1tab:nth-child(4) {
    background: #36918D;
    color: #fff;
    font-weight: 300;
}
.c1p1{
	font-size:50px;
	font-weight: 800;
	width:100%;
	text-align: center;
	min-height:140px;
}
.c1p2{
	font-size:20px;
	font-weight: 400;
	width:100%;
	text-align: center;
	min-height:52px;
}
.c4 .bpcon{
	margin-top: 50px;
	margin-bottom: 0;
}
.c3 img{
	display: block;
	max-width:100%;
	margin:0 auto;
}
.c4 .b_div{
	margin-top:30px;
}
.fnt_16 b{
	font-size:10px;
	transform: translate(0px,-8px);
	display: inline-block;
}
@media(max-width:800px){
	.c1tab{
		width:100%;
	}
}