body{
	margin: 0;
	background-color:#fff;
}
a{
	text-decoration: none;
	font-style: normal;
	margin:0px;padding:0px;
}
ul{margin:0px;padding:0px;}

li{
	list-style: none;
	margin:0px;padding:0px;
}

p{
	margin: 0;
}



.new_head{
	display: flex;
	width: 100%;
	justify-content: space-between;
	line-height: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	left:0;
	z-index: 9999;
	transition: all 0.5s;
}

.new_head-active{
	height: 60px;
	line-height: 60px;
	transition: all 0.5s;
}

.newhead_left{
	display: flex;
	width: 30%;
}

.head_left-1{
	padding:0 3%;
	background: #4f4f4f;
	width: 30%;
	text-align: center;
	line-height:0;
}
.head_left-1 h1{
	margin: 0;
	display: inline;
	/* line-height: 1em; */
	/* transition: all 0.5s; */
	font-size:2em;
}
.head_left-1 h1 a{
	display: block;
	height: 100%;
	line-height: 100px;
	transition: all 0.5s;
}
.new_head-active h1{
	/* line-height: 0.6em; */
	font-size:0.7em;
}
.new_head-active h1 a{
	line-height: 60px;
	height: 100%;
}
.head_left-1 img{
	line-height: 100px;
	width: 100%;
	transition: all 0.5s;
	vertical-align: middle;
}
.new_head-active .head_left-1 img{
	width: 65%;
	
}

.head_left-2{
	background: #1c94de;
    text-align: center;
	width: 10%;
}

.head_left-2 a{
	position: relative;
    display: flex;
	flex-direction:column;
	align-items:center;
    padding: 0 5%;
    font-size: 14px;
    color: #ffffff;
	height: 100%;
}
.head_left-2 p{
	margin: 0;
	line-height: 60px;
	transition: all 0.5s;
}
.new_head-active .head_left-2 p{
	line-height:35px;
}
.head_left-2 a img{
		margin-top:15px;
		width: 9px;
		display: block;
		/* position: absolute;
		left: 50%;
		bottom: 15px;
		margin-left: -15px; */
		z-index: 999;
		animation-delay: 0ms;
		animation-duration: 1340ms;
		animation-iteration-count: infinite;
		animation-name: arrow;
		animation-play-state: running;
		animation-timing-function: linear;
		transition: all 0.5s;

}

.new_head-active .head_left-2 a img{
	bottom: 10px;
}
.head_left-3{
	width: 55%;

}

.head_left-3 .newsearch_search{
	padding: 0 15px 0 20px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    line-height: 1em;
	transition: all 0.5s;
}
.new_head-active  .newsearch_search{
	height: 100%;
    line-height: 60px;
	background: #4f4f4f;
}
.head_left-3 .newsearch_search form{
	display: flex;
	align-items: center;
	transition: all 0.5s;
	height:100%
}
.new_head-active .head_left-3 .newsearch_search form{
	padding-top:0 !important
}
.head_left-3 .newsearch_search .sbtn{
	width: 15%;
	height: 60px;
    color: #FFFFFF;
    padding: 5px;
    border: none;
	background: url(/file/by/images/search_1.png) center no-repeat;
    background-size: contain;
}

.head_left-3 .stxt{
	width: 85%;
	font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    font-family: 'SANSCN';
    background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.head_left-3 input::-webkit-input-placeholder {
	color: #fff;
}

.newhead_right{
	display: flex;
	width: 70%;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.5s;
}

.new_head-active .newhead_right{
	background: #4f4f4f;
}

.head_right-1{
	display: flex;
	align-items: center;
	width: 88%;
	height: 100px;
	justify-content: space-between;
	transition: all 0.5s;
	line-height:100px;
}
.new_head-active .head_right-1{
	height: 60px;
}
.newNav-1{
	padding:0 2%;
	height: 100px;
	width: 12%;
    text-align: center;
}
.new_head-active .newNav-1{
	height: 60px;
}

.newNav-1 .newNav-1-a{
	display: block;
	font-size: 16px;
    color: #fff;
	height: 100%;
}
.new_head-active .newNav-1 .newNav-1-a{
	height: 100%;
	line-height: 60px;
}

.newNav-1 .active{
	border-bottom: 2px solid #1c94de;
}
.newNav-1:hover{
	border-bottom: 2px solid #1c94de;
}

.newNav-sub{
	position: absolute;
	transform: scale(0);
	width: 90%;
	padding: 2% 5%;
	display: flex;
	justify-content: center;
	transition: all 0.5s;
	background-color: #fff;
	left:0;
	top: 100px;
	z-index: 9;
	transition: all 0.5s;
	box-shadow: 0 5px 10px #e1e1e1;
}

.new_head-active .newNav-sub{
	top: 60px;
}

.newNav-1:hover .showDown{
	transform: scale(1);
	transition: all 0.5s;
}

.newNav-sub-left{	
	width: 20%;	
}
.newNav-sub-left ul{
	margin-top: 0;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.newNav-sub-left ul li{
	line-height: 0;
	border: 2px solid transparent;
	height: 40px;
}

.newNav-sub-left ul li a{
	font-size: 15px;
	color: #666;
	display: block;
	line-height: 40px;
}
.newNav-sub-right{
	width: 70%;
}
.newNav-sub-right-1{
	width: 100%;
	display: flex;
	flex-direction: column;
	line-height: 0;
}

.newNav-sub-right-1 .newNav-sub-right-1-a{
	margin-bottom: 20px;
	margin-top: 20px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
    display: block;
    height: 30px;
    line-height: 0;
}

.newNav-sub-right-1 ul{
	margin: 0;
	padding-right: 20%;
	padding-left:0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}
.newNav-sub-right-1 ul li{
	padding: 5px 15px;
	height: 35px;
	text-align: center;
	line-height: 0;
}
.newNav-sub-right-1 ul li a{
	font-size: 16px;
	color: #666;
	display: block;
}

.newNav-sub-right-1 .cplist{
	margin-top: 0.2em;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: auto;

}
.newNav-sub-right-1 .cplist li{
	margin-right: 2%;
	width: 20%;
	display: flex;
	flex-direction: column;
	height: auto;
	
}
.newNav-sub-right-1 .cplist li a{
	padding:2%;
	display: block;
	border: 1px solid #f1f1f1;
	height:100%;
	width:100%;
}
.newNav-sub-right-1 .cplist li img{
	/* margin-bottom: 15px; */
	width: 100%;
	/* height: 110px; */
}
.newNav-sub-right-1 .cplist li p{
	line-height:30px
}

.head_right-2{
	padding: 0 3%;
	display: flex;
	align-items: center;
	/* width: 10%; */
	background: #1c94de;
}
.head_right-2 p{
	/* height: 100%; */
    font-size: 18px;
    color: #fff;
	/* transition: all 0.5s; */
}
.new_head-active .head_right-2 p{
	line-height: 30px;
}

.head_right-2 img{
	width: 20px;
	height: 20px;
}

.newBanner{
	overflow: hidden;
}

.html5zoo-nav-0{
	display: none !important;
	top: 93% !important;
}




/* 推荐产品 */
.prolist{
	width: 100%;
	padding:0.3em 0;
	/* background: url(/file/by/images/probg.jpg) no-repeat center; */
	background-size: cover;
}
.prolist_top{
	display: flex;
	flex-direction: column ;
	margin-bottom: 0.3em;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.prolist_top h2{
	font-size: 0.3em;
	margin-bottom: 0.15em;
}
.prolist_top span{
	font-size: 0.17em;
	color: #184390;
}

.prolist_con{
	margin: auto;
	width: 80%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.prolist-1{
	position: relative;
	margin-bottom: 0.2em;
	margin-right: 2.5%;
	width: 25%;
	height:auto;
}
.prolist-1 a{
	display: block;
	height: 100%;
	line-height: 0;
}
.prolist-1:nth-child(5n){
	margin-right: 0;
}

.prozheng{	
	position: absolute;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
	border-radius: 0.15em;
	background: #fff;
	z-index: 10;
	overflow: hidden;
	backface-visibility: hidden;
	transition: all 0.8s;
	text-align: center;
}
.prozheng img{
	width: 100%;
	/* margin-bottom: 0.2em; */
}
.prozheng p{
	padding: 0 5%;
	font-size: 0.16em;
	color: #666;
	line-height: 3em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 3em;
}
.profan{	
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 0.15em;
	background: #6dacff;
	border-radius: 0.15em;
	overflow: hidden;
	z-index: 9;
	transform: rotate3d(0,1,0,-180deg);
	transition: all 0.8s;
}
.profan a{
	display: block;
	padding: 8% 5%;
	height: 84%;
	text-align: center;
}
.profan p{
	font-size: 0.2em;
	color: #fff;
	display: block;
	height: 2em;
	line-height: 1em;
}
.profan .heng{
	margin: 0.15em auto;
	width: 40%;
	height: 0.05em;
	border-radius: 0.15em;
	background: #fff;
}

.profan span{
	display: block;
	font-size: 0.14em;
	color: #fff;
	line-height: 2em;
	height: 9em;
	margin-bottom: 0.15em;
}
.profan i{
	position: absolute;
	bottom: 1em;
	left:5em;
	display: block;
	width: 2em;
	height: 2em;
	margin:auto;
	text-align: center;
	font-size: 0.23em;
	line-height: 2em;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	font-style: normal;
}


.profan .zhe{
	position: absolute;
	width: 40%;
	height: 5em;
	top: 0;
	left:50%;
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(75deg);
}

.prolist-1:hover .prozheng{
	z-index: 9;
	transform: rotate3d(0,1,0,180deg);
}

.prolist-1:hover .profan{
	transform: rotate3d(0,1,0,0deg);
	z-index: 10;
}
.prolist_bot{
	margin-top: 0.5em;
	text-align: center;
	height: 0.4em;
}
.prolist_bot a{
	font-size: 0.15em;
	color: #fff;
	background: #0084f2;
	padding:0.06em 0.3em;
	border-radius: 20px;
	border: 1px solid #0084f2;
	display: block;
	margin: auto;
	width: 6em;
	height: 1.6em;
	line-height: 1.6em;

}
.prolist_bot a:hover{
	color: #0084f2;
	background: #fff;
}




.about{
	width: 100%;
	padding:30px 0;
}
.about-top{
	display: flex;
	flex-direction: column ;
	margin-bottom: 30px;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.about-top h2{
	font-size: 0.3em;
	margin-bottom: 0.15em;
	
}
.about-top span{
	font-size: 0.17em;
	color: #184390;
}

.about-con{
	margin: auto;
	margin-top: 0.15em;
	width: 80%;
	display: flex;
	justify-content: space-between;

}
.about-con-left{
	width: 50%;

}
.about-con-left-1{
	margin-bottom: 0.2em;
	display: flex;
	flex-direction: column;
	position: relative;
}
.about-con-left-1  p{
	margin-bottom: 20px;
	font-size: 40px;
	color: #333;
	z-index: 9;

}
.about-con-left-1 span{
	font-size: 30px;
    color: #0084f2;
}
.about-con-left-1 .di{
	position: absolute;
    left: 0;
    top: -30px;
    z-index: 0;
    font-size: 45px;
    color: #ccc;
    opacity: 0.6;
}

.about-con-left-2{
	display: block;
	font-size: 16px;
    line-height: 30px;
	height: auto;
	text-align:justify;
}
.about-con-left-3{
	position: relative;
	padding:20px 0;
	margin-top: 20px;
	display: flex;
	align-items: center;
	width: 120%;
	justify-content: space-between;
	background: #f1f1f1;
	border-radius: 15px;
	z-index: 99;
}

.about-con-left-3 .list-1{
	display: flex;
	align-items: center;
	width: 33%;
	flex-direction: column;
}

.about-con-left-3 .list-1 p{
	margin-bottom: 10px;
	font-size: 40px;
	color: #0084f2;
}
.about-con-left-3 .list-1 p span{
	font-size: 18px;
	color: #666;
}
.about-con-left-3 .list-1 i{
	font-style: normal;
	font-size: 18px;
	color: #666;
}

.about-con-right{
	width: 45%;
}




.case{
	width: 100%;
	padding:30px 0;
	background: url(/file/by/images/shipinbg.jpg) center no-repeat;
	background-size: cover;

}
.case-top{
	display: flex;
	flex-direction: column ;
	margin-bottom: 30px;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.case-top h2{
	font-size: 30px;
	margin-bottom: 15px;
	color: #fff;
}
.case-top span{
	font-size: 17px;
	color: #fff;
}
.case-con{
	margin: auto;
	margin-top: 30px;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;

}

.case-con-1{
	margin-right: 2%;
	margin-bottom: 20px;
	width: 32%;	
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	transition: all 0.3s;
}
.case-con-1:nth-child(3n){
	margin-right: 0;
}
.case-con-1:hover{
	background: rgba(255, 255, 255, 0.8);
}
.case-con-1:hover p{
	color: #333;
}
.case-con-1:hover span{
	color:#666
}
.case-con-1 a{
	display: block;
	padding:5%;
	height: 200px;
	line-height: 0;
}
.case-con-1 p{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
	color: #fff;
	margin-bottom: 20px;
	transition: all 0.3s;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.case-con-1 span{
	display: block;
	height: 50px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}


.case-bot{
	width: 100%;
	text-align: center;
	margin-top: 30px;
    text-align: center;
    height: 45px;
}
.case-bot a{
	font-size: 15px;
    color: #0084f2;
    background: #fff;
    border-radius: 20px;
	border: 1px solid #fff;
	display: block;
    margin: auto;
    width: 230px;
    height: 45px;
    line-height: 45px;
}
.case-bot a:hover{
	color: #fff;
    background: #0084f2;
}



.jj_fa {
    width: 100%;
    float: left;
    margin-top: 3%;
}
.jj_faa {
    width: 80%;
    margin: 0px auto;
}
.jj_faa_a {
    width: 100%;
    float: left;
}
.jj_faa_a span {
    width: 100%;
    font-size: 38px;
    float: left;
    color: #1b202e;
    line-height: 1.2;
    text-align: center;
}
.jj_faa_a p {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #81868e;
    margin-top: 18px;
    text-align: center;
}
.jj_fab {
    width: 100%;
    margin: 3% 0px;
    float: left;
}
.jj_fab ul li {
    width: 22.5%;
    overflow: hidden;
    float: left;
    margin: 1%;
    border: solid 1px #e1e1e1;
}
.jj_fab ul li a b {
    width: 100%;
    float: left;
    height: 200px;
    overflow: hidden;
}
.jj_fab ul li a img {
    width: 100%;
    float: left;
	transition: all 0.3s;
	
}
.jj_fab ul li a #sjtp:hover{
	transform:scale(1.1);
}
.jj_fab ul li a span {
    width: 90%;
    margin: 0px 5%;
    line-height: 55px;
    font-size: 17px;
    border-bottom: solid 1px #e1e1e1;
    float: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #666;
}
.jj_fab ul li a p {
    width: 90%;
    margin: 0px 5%;
    line-height: 40px;
    font-size: 13px;
    color: #666;
}
.jj_fab ul li a font {
    width: 90%;
    margin: 0px 5%;
    float: left;
    font-size: 14px;
    color: #666;
    padding: 1% 0px;
    line-height: 35px;
}












.shipin{
	width: 100%;
	padding:30px 0;
}
.shipin-top{
	display: flex;
	flex-direction: column ;
	margin-bottom: 0.3em;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.shipin-top h2{
	font-size: 0.3em;
	margin-bottom: 0.15em;
	
}
.shipin-top span{
	font-size: 0.17em;
	color: #184390;
}


.shipin-con{
	margin: auto;
	width: 80%;
	height: 2.4em;
}
.shipin-con .swiper-slide{
	margin-right: 0.2em;
	width:280px;
	height:240px

}

.shipin-con a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden

}
.shipin-con a .title{
	width: 100%;
	height: 80%;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
}

.shipin-con a .title i{
	display: block;
	position: absolute;
	top: 10%;
	right: 10%;
    width: 1.5em;
    height:  1.5em;
	line-height:  1.5em;
	text-align: center;
	border: 1px solid #666;
	color: #666;
	border-radius: 50%;
	font-style: normal;
	font-size: 0.3em;
	z-index: 10;
	transition:all 0.5s;
}
.shipin-con a .title p{
	display: block;
	height: 2em;
	width:100%;
	line-height: 1.2em;
    font-size: 0.15em;
    color: #333333;
    text-align: right;
    position: absolute;
    bottom: 1em;
    right: 1em;
    z-index: 10;
    padding: 0 0.2em;
    transition: all 0.5s;

}
.shipin-con a .title span{
	position:absolute;
	bottom:-3em;
	left:0.5em;
	text-align:left;
	font-size:0.14em;
	color:#333333;
	z-index: 10;
	transition: all 0.5s;
}


.shipin-con a::after{
	content: "";
    position: absolute;
    left: 20%;
    bottom: -500px;
    width: 500px;
    height: 1000px;
    background: rgba(255, 255, 255, 0.75);
    transform: rotate(35deg);
    z-index: 0;
    transition: all .5s;
}
.shipin-con a:hover::after{
	transform: rotate(0);
	left: 0;
}

.shipin-con a:hover .title{
	width: 100%;
	height: 100%;
}
.shipin-con a:hover .title p{
	left:0.5em;
	text-align:left;
	font-size:0.16em;
	transition: all 0.5s;
	bottom:55%;
}
.shipin-con a:hover .title span{
	bottom:40%;
}
.shipin-con a:hover .title i{
	right:80%;
}

.shipin-bot{
	margin-top: 0.5em;
    text-align: center;
    height: 0.4em;
}
.shipin-bot a{
	font-size: 0.15em;
    color: #fff;
    background: #0084f2;
    padding: 0.06em 0.3em;
    border-radius: 20px;
    border: 1px solid #0084f2;
    display: block;
    margin: auto;
    width: 6em;
    height: 1.6em;
    line-height: 1.6em;
}
.shipin-bot a:hover{
	color: #0084f2;
    background: #fff;
}


/* .swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: 0 !important;
	top: 1.1em !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: 0 !important;
	top:1.1em !important
} */












.news{
	width: 100%;
	padding:30px 0;
	background: url(/file/by/images/newsbg.jpg) center no-repeat;
	background-size: cover;

}
.news-top{
	display: flex;
	flex-direction: column ;
	margin-bottom: 30px;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.news-top h2{
	font-size: 30px;
	margin-bottom: 15px;
	color: #fff;
}
.news-top span{
	font-size: 17px;
	color: #fff;
}


.news-con{
	margin: auto;
	margin-top: 0px;
	width: 80%;
	display: flex;
	justify-content: space-between;
	
}
.news-con-left{
	width: 68%;
}
.news-con-left .news-con-left-top{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.news-con-left .news-con-left-top p{
	margin: 0 20px;
	font-size: 20px;
	font-weight: bold;
	padding:20px 0;
	color: #fff;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	-webkit-tap-highlight-color: transparent;
}
.news-con-left .news-con-left-top .active{
	border-bottom: 2px solid #0084f2;
}


.news-con-left-list{
	margin-top:30px;
	width: 100%;
	justify-content: space-between;

}
.news-con-left-list-l{
	padding-top: 3%;
	float:left;
	flex-direction: column;
	width: 49%;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.news-con-left-list-l-c{
	display: block;
	width: 85%;
	display: flex;
	padding: 3% 3%;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3) ;
}
.news-con-left-list-l-c .left-c-zuo{
	width: 80%;
	display: flex;
	flex-direction: column;
	padding-right: 5%;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.news-con-left-list-l-c .left-c-zuo p{
	display: block;
	height: 28px;
	font-size: 16px;
	color: #0084f2;
	margin-bottom: 10px;
}
.news-con-left-list-l-c .left-c-zuo span{
	display: block;
	height: 60px;
	font-size: 14px;
	line-height: 27px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #fff;

}
.news-con-left-list-l-c .left-c-you{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;

}
.news-con-left-list-l-c .left-c-you p{
	font-size: 14px;
	color: #fff;
}

.news-con-left-list-r{
	padding-top: 3%;
	width: 48%;
	float:right;
	flex-direction: column;
	
}
.news-con-left-list-r .news-con-left-list-r-1{
	margin-bottom: 15px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 5px;
	border-bottom: 1px dashed transparent;
	transition: all 0.3s;
}
.news-con-left-list-r .news-con-left-list-r-1:hover{
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.news-con-left-list-r .news-con-left-list-r-1 .left-list-r-1-1{
	display: flex;
	align-items: center;
	width: 80%;
}

.news-con-left-list-r .news-con-left-list-r-1 .left-list-r-1-1 i{
	display: block;
	margin-right: 0.1em;
	width: 5px;
	height: 2px;
	background-color: #fff;
}
.news-con-left-list-r .news-con-left-list-r-1 .left-list-r-1-1 p{
	font-size: 14px;
	color: #ffff;
	white-space: nowrap;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-con-left-list-r .news-con-left-list-r-1  span{
	font-size:14px;
	color: #fff;
}


.landetail{
	margin: auto;
	margin-top: 30px;
	width: 100%;
	text-align: center;
	height: 40px;
}
.landetail a{
	padding: 5 20px;
	background: #0084f2;
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
	transition: all 0.5s;
	display: block;
    margin: auto;
    width: 230px;
    height: 45px;
    line-height: 45px;
}
.landetail a:hover{
	box-shadow:  0 0 10px rgba(255, 255, 255, 0.6);
}






.news-con-right{
	width: 30%;

}

.news-con-right-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.news-con-right-top p{
	font-size:20px;
	font-weight: bold;
	color: #fff;
	border-bottom: 2px solid transparent;
}
.news-con-right-top a{
	font-size: 14px;
	color: #fff;
}
.news-con-right-list{
	padding-top: 7%;
	height: 420px;
	overflow:hidden;
}
.news-con-right-list .mySwiper2{
	background: none;
}

.news-con-right-list-1{
	display: flex;
	flex-direction: column;
	padding:0 5%;
	padding-top:3%;
	justify-content: left;
	align-items: flex-start !important;
	/* background: #f9f9ff; */
	height: 120px !important;
}

.news-con-right-list-1 .right-list-top{
	display: flex;
	align-items: center;
	margin-bottom: 15px;

}
.news-con-right-list-1 .right-list-top i{
	margin-right: 15px;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	padding:2px 5px;
	background: #0084f2;
	margin-right: 20px;
	border-radius: 3px;
}
.news-con-right-list-1 .right-list-top p{
	font-size: 16px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}


.news-con-right-list-1 .right-list-bot{
	display: flex;
	align-items: center;
	text-align: left;
	width: 90%;
}


.news-con-right-list-1 .right-list-bot i{
	margin-right: 15px;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	padding:2px 5px;
	background: #ffcb60;
	margin-right: 20px;
	border-radius: 3px;
}
.news-con-right-list-1 .right-list-bot p{
	font-size: 15px;
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	width: 100%;

}


.newfooter{
	padding:30px 0;
	padding-bottom: 0;
	width: 100%;
	background: #f7f7f7;
}
.newfooter .newfooter-con{
	margin: auto;
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.newfooter .newfooter-con .newfooter-1{
	display: flex;
	flex-direction: column;
	background: url(/file/by/images/footer-xian.png) no-repeat right 0;
	width: 23%;
	/* justify-content: center; */
}
.newfooter .newfooter-con .newfooter-1 span{
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}
.newfooter .newfooter-con .newfooter-1 .newfooter-1-con{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;

}
.newfooter .newfooter-con .newfooter-1 .newfooter-1-con p{
	width: 45%;
	margin-bottom: 10px;
	color: #666;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	font-size: 15px;
}
.newfooter .newfooter-con .newfooter-1 .newfooter-1-con p a{
	color: #666;
	font-size: 14px;
}
.newfooter .newfooter-con .newfooter-2{
	display: flex;
	flex-direction: column;
	background: url(/file/by/images/footer-xian.png) no-repeat right 0;
	padding-right: 3%;
	width: 20%;
	/* justify-content: center; */
}
.newfooter .newfooter-con .newfooter-2 span{
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}

.newfooter .newfooter-con .newfooter-2 p{
	margin-bottom: 15px;
	color: #666;
	/* text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap; */
	font-size: 14px;
	width: 100%;
}

.newfooter .newfooter-con .newfooter-3{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	width: 15%;
	/* justify-content: center; */
}

.newfooter .newfooter-con .newfooter-3 span{
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}

.newfooter .newfooter-con .newfooter-3  img{
	width: 150px;
	height: 150px;
	margin-bottom: 15px;
}
.newfooter .newfooter-con .newfooter-3 p{
	font-size: 14px;
	color: #666;
}















.didi{
	
	margin-top: 30px;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #ccc;
	
}
.didi-top{
	margin: auto;
	margin-bottom:15px;
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.didi-top p{
	/* margin: 0 20px; */
	font-size: 14px;
	color: #666;
}
.didi-top p a{
	color: #666;
}




/*新侧边导航*/
.new_side{
    position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    transition: all .5s;
    box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
    z-index: 999;
    width: 75px;
    text-align: center;
}
.new_side_show{
    right: 0;
}

.new_side_1{
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 8px 0;
    cursor: pointer;
}

.new_side_1:hover .new_side_img_1{
	opacity: 0;
}
.new_side_1:hover p{
	color: #0061c2;
}
.new_side_2:hover p{
	color: #0061c2;
}
.new_side_1:hover .new_side_img_2{
	opacity: 1;
}
.new_side_2:hover .new_side_img_1{
	opacity: 0;
}
.new_side_2:hover .new_side_img_2{
	opacity: 1;
}
.new_side_img {
    width: 28px;
    display: inline-block;
    position: relative;
}
.new_side_img img {
    width: 100%;
    transition: all .36s;
}
.new_side_img_1 {
    position: relative;
    top: 0;
    left: 0;
}
.new_side_img_2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.new_side_p p {
    font-size: 14px;
    line-height: 2.5;
    color: #666;
    transition: all .36s;
    margin: 0;
}
.new_side_2 {
    position: relative;
    z-index: 999;
    border: none;
    background: none;
    padding: 0;
}
.new_side_2:hover .new_side_wx {
	left:-120px
}
.new_side_2_1 {
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 8px 0;
    background: #f7f7f7;
}
.new_side_wx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    transition: all 1s;
    z-index: -1;
}
.new_side_wx_img {
    width: 100px;
    position: relative;
    z-index: -1;
}
.new_side_wx_img img{
	width: 100%;
    transition: all .36s;
}
.new_side_wx_img::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.new_bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left:0;
	top:0;
	z-index: 99999;
	overflow-y: hidden;
}
.tanchuang{
	display: none;
	width: 602px;
    background: #ffffff;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    transition: all 0.6s;
    overflow: hidden;

}
.tc_top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.tc_top p {
    font-size: 25px;
}
#close {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#close img {
    width: 100%;
    height: 100%;
}
.tc_bot {
    margin-top: 30px;
    width: 100%;
}
.tc_bot_1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.tc_bot_1 input {
    width: 100%;
    border: none;
    height: 50px;
    outline: none;
}
.tc_bot_2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.tc_bot_2 input {
    border: none;
    width: 80%;
    height: 50px;
    outline: none;
}
.tc_bot_2 img {
    width: 20%;
}
.tc_bot p {
    font-size: 15px;
    color: #999;
}
.tc_bot button {
    width: 200px;
    height: 60px;
    outline: none;
    background: #0061c2;
    color: #fff;
    margin-top: 15px;
    border: none;
    font-size: 20px;
}

/*侧边栏结束*/
.pclink{
	margin: 0.02em auto;
	margin-top: 0.2em;
	width: 90%;
	/* height: 0.5em; */
	display: flex;
	flex-wrap: wrap;
	font-size: 0.14em;
}
.pclink a{
	margin-right: 0.3em;
	font-size: 0.14em;
	color: #666;
}


.nav_phone{
	display: none;
}
.nav_phone_navlist{
	display: none;
}
.mobfooter{
	display: none;
	margin: auto;
	padding:4%;
	width: 92%;
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mobfooter-1{
	margin-bottom: 0.3em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mobfooter-1 p{
	font-size: 0.6em;
	display: block;
	margin-bottom: 0.5em;
	text-align: center;
}
.mobfooter-2{
	display: flex;
	flex-direction: column;
	text-align: center;
}
.mobfooter-2 span{
	display: block;
	height: 2em;
	margin-bottom: 0.7em;
	font-size: 0.6em;

}
.mobfooter-2  .youlink{
	display: flex;
	flex-wrap: wrap;
}
.mobfooter-2  .youlink a{
	font-size: 0.6em;
	margin: 0.3em 1em;
	color: #666;
}

/* 移动端适配 */


.nav_phone{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	/* transform: translateX(0); */
	z-index: 9999999999;
	width: 92%;
	height: 64px;
	padding-left: 3%;
	padding-right: 5%;
	background-color: #ffffff;
	display: none;
	box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}
.nav_phone_logo{
	float: left;
	width: 250px;
}
.nav_phone_logo img{
	margin-top: 10px;
    width: 50%;
}
.nav_phone_caidan{
	float: right;
	overflow: hidden;
	width: 28px;
	height: 100%;
	width: 28px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	-webkit-tap-highlight-color: transparent;
}
.nav_phone_caidan .active::before{
	top: 10px;
	transform: rotate(-45deg);
}
.nav_phone_caidan .active::after{
	top: 10px;
	transform: rotate(45deg);
}
.nav_phone_caidan .active span{
	display: none;
}
.nav_phone_caidan_point{
	position: relative;
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-top: 14px;
}

.nav_phone_caidan_point span{
	position: absolute;
	top: 10px;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #666;
}
.nav_phone_caidan_point::before {
	position: absolute;
	right: 0;
	top: 20px;
	display: inline-block;
	width: 28px;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #666;
}


.nav_phone_caidan_point::after{
	position: absolute;
	top: 0px;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #666;
}
.nav_phone_navlist{
	display: none;
	position: fixed;
	top: 64px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #006ac4;
	z-index: 9999999;
	overflow-y: scroll;
}

.nav_phone_navlist  .navlist_1{
	margin: auto;
	padding-left:0;
	margin-top: 40px;
	width: 90%;

}
.nav_phone_navlist  .navlist_1 li{
	position: relative;
	width: 100%;
	height: auto;
	
}
.nav_phone_navlist  .navlist_1 li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: .4;
	background-color: rgba(255, 255, 255);

}
.nav_phone_navlist  .navlist_1 li a{
	color: #fff;
	font-size: 15px;
	line-height: 50px;
}
.nav_phone_navlist  .navlist_1 li .navlist_1_1{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.navlist_1_img{
	position: relative;
	display: none;
}
.navlist_1_img img{
	position: absolute;
	top: 50%;
	right: 5px;
	width: 13px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.navlist_1_img .img_s{
	display: none;
}

.nav_phone_navlist  .navlist_1 li:nth-child(2) .navlist_1_img{
	display: block;
}
.nav_phone_navlist  .navlist_1 li:nth-child(5) .navlist_1_img{
	display: block;
}


.navlist_sub{
	margin: auto;
	width: 90%;
	height: auto;
	display: none;
	transition: all 0.5s;

}
.navlist_sub ul{
	display: flex;
	flex-direction: column;

}


.nav_phone_navlist .current{
	display: block;
}
/* .nav_phone_navlist .current .navlist_sub{
	display: block;
} */
.nav_phone_navlist .current .img_s{
	display: block;
}
.nav_phone_navlist .current .img_d{
	display: none;
}

.mob_search{
	margin: auto;
	width: 90%;
}

.mob_search  .search_search{
	display: flex;
	margin-top: 50px;
	padding:5px;
	height: 2em;
	border: 1px solid #fff;
	border-radius: 25px;
	background: #fff;
}
.mob_search .search_search .sbtn {
    background: url(/file/by/images/search.png) center no-repeat;
    background-size: contain;
}

.mob_search  .search_search .stxt{
	border-radius: 25px;
	border: none;
}

.mob_search .search_key{
	width: auto;
}

.mob_search .search_key{
	margin: auto;
	margin-top: 50px;
	width: 100%;


}
.mob_search .search_key a{
	margin-right: 15px;
	color: #f00;
	font-size: 18px;
}

.mySwiper1-mob{
	display: none;
}

.mobfooter{
	display: none;
}


.prolist_nav{
	margin: 0.3em 0;
	/* padding-bottom: 0.3em; */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ccc;
}
.prolist_nav .nav_1{
	margin: 0 5%;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.prolist_nav .nav_1 p{
	padding: 5px 15px;
	padding-bottom: 20px;
	font-size: 18px;
	border-bottom: 2px solid transparent;
}
.prolist_nav .active p{
	color: #006ac4;
	border-bottom: 2px solid #006ac4;
}


.html5zoo-img-0  img{
	width:100% !important;
}

	/* body{
		font-size: 5.2083333vw;
	} */
    .swiper {
      width: 100%;
      height: 100%;

    }
	.mySwiper {
		border-radius:5px;
	}

    .swiper-slide {
      text-align: center;
      /* font-size: 18px; */
      /* background: #fff; */

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  border-radius:5px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
	  border-radius:5px;
    }

@media(max-width:1295px){
	.newNav-1 .newNav-1-a{
		font-size:16px;
	}	
	.about-con{
		width:90%;
	}
	.news-con{
		width:90%
	}
}
@media(max-width:1171px){
	.newNav-1 .newNav-1-a{
		font-size:15px;
	}	
	.head_right-2{
		padding:0 1%
	}
	.head_right-2 p{
		font-size:16px
	}

	.about-con-left-3 .list-1 p{
		font-size:28px;
	}
	.about-con-left-3 .list-1 p span{
		font-size:15px;
	}
	.about-con-left-3 .list-1 i{
		font-size:15px;
	}
}









/* 移动端适配结束 */

@media (max-width:998px){
	.new_side{
		display: none;
	}
	.new_head{
		display: none;
	}
	.nav_phone{
		display: block;
	}
	/* .nav_phone_navlist{
		display: block;
	} */
	.about-con{
		flex-direction: column;
		width: 90%;

	}
	.about-con-left{
		width: 100%;
	}
	.about-con-right{
		width:100%;
	}
	.about-con-left-3{
		width: 100%;
		padding:30px 0;
	}
	.about-con-left-3 .list-1 p{
		font-size: 15px;
	}

	.about-con-left-3 .list-1 p span{
		font-size: 15px;
	}
	.about-con-left-3 .list-1 i{
		font-size:11px
	}





	.case-con-1{
		margin-right: 4%;
		width: 48%;
	}
	.case-con-1:nth-child(2n){
		margin-right: 0 !important;
	}
	.case-con-1:nth-child(3n){
		margin-right: 4%;
	}
	.prolist-1{
		margin-bottom: 15px;
		width: 48%;
		height: 140px;
	}
	.prolist-1:nth-child(2n){
		margin-right: 0 !important;
	}
	.prolist-1:nth-child(3n){
		margin-right: 2.5%;
	}
	.prolist-1:nth-child(5n){
		margin-right: 2.5%;
	}

	.news-con{
		width: 92%;
		flex-direction: column;
	}
	.news-con-left{
		margin-bottom: 30px;
		width: 100%;
	}
	.news-con-right{
		width: 100%;
	}
	.newfooter{
		display: none;
	}

	.mobfooter{
		display: block;
	}
	.newBanner{
		margin-top: 70px;
	}


	.news-con-left-list-r .news-con-left-list-r-1 span{
		display: none;
	}
	.news-con-left-list-r .news-con-left-list-r-1 .left-list-r-1-1{
		width: 100%;
	}
	.news-top{
		display: none;
	}

	.news-con-left .news-con-left-top p{
		font-size: 16px;
		padding-bottom: 15px;
	}

	.news-con-left-list-l-c .left-c-zuo{
		width: 100%;
		border-right: none;
	}

	.news-con-left-list-l-c .left-c-zuo p{
		height: 4em;
		color: #fff;
		font-size:14px
	}
	.news-con-left-list-r .news-con-left-list-r-1 .left-list-r-1-1 p{
		font-size:12px;
		color:#fff;
	}

	.news-con-left-list-l-c .left-c-zuo span{
		display: none;
	}
	.news-con-left-list-l-c .left-c-you{
		display: none;
	}

	.landetail{
		margin-top:15px;
	}
	
	.landetail a{
		font-size:15px
	}
	.news-con-right-top{
		padding-bottom: 30px;
	}
	.news-con-right-top p{
		font-size:15px;
	}
	.news-con-right-list{
		height: 210px;
	}
	.news-con-right-list-1{
		height: 70px !important;
	}

	.news-con-right-list-1 .right-list-top i{
		padding: 2px 10px;
		margin-right: 15px;
		font-size: 11px;

	}
	.news-con-right-list-1 .right-list-top{
		margin-bottom: 30px;
	}

	.news-con-right-list-1 .right-list-bot i{
		padding: 2px 10px;
		margin-right: 15px;
		font-size: 11px;
		}

	.news-con-right-list-1 .right-list-top p{
		font-size: 14px;
	}

	.news-con-right-list-1 .right-list-bot p{
		font-size: 12px;
	}

	.news-con-right-list-1 .right-list-top p{
		font-size:14px;
	}


	.mySwiper1-mob{
		display: block;
	}

	.mySwiper1{
		display: none;
	}


	.shipin-con{
		height: 14em;
	}
	.shipin-con a .title i{
		font-size: 15px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.shipin-con a .title p{
		font-size: 15px;
	}
	.shipin-con a:hover .title p{
		font-size: 15px;
	}
	.shipin-con .swiper-slide{
		margin-right:0;
	}

	.shipin-top h2{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.shipin-top span{
		font-size: 14px;
	}
	.prolist_top h2{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.prolist_top span{
		font-size: 15px;
	}


	.shipin-bot{
		height: 100px;
	}

	.shipin-bot a{
		font-size:15px
	}
	.case-bot{
		/* height: 200px; */
		height:auto
	}

	.case-bot a{
		font-size: 15px;
	}

	.prolist_bot{
		/* height: 200px; */
	}
	.prolist_bot a{
		font-size:15px
	}


	.case-top h2{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.case-top span{
		font-size: 30px;
	}
	.case-con{
		width: 92%;
	}

	.case-con-1 p{
		margin-bottom: 0em;
		height: 30px;
		line-height: 30px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		font-size: 15px;
	}
	.case-con-1 a{
		/* height: 35px; */
	}
	.case-con-1 span{
		line-height: 16px;
		font-size: 12px;
	}


	.about-top h2{
		font-size: 15px;
		margin-bottom: 15px;
	}
	.about-top span{
		font-size: 30px;
	}
	.about-con-left-1{
		margin-bottom: 15px;
	}
	.about-con-left-1 p{
		font-size: 25px;
	}
	.about-con-left-1 span{
		font-size: 15px;
	}

	.about-con-left-1 .di{
		font-size: 15px;
		top: -30px;
	}

	.about-con-left-2{
		
		line-height: 30px;
		font-size: 15px;
	}

	.prolist_con{
		margin-top: 15px;
		width: 92%;
		display: none;
	}

	.prozheng p{
		line-height: 30px;
		font-size:16px;
	}
	


	.profan .zhe{
		width: 40%;
   		height: 150px;
		display:none;
	}

	.profan p{
		font-size: 15px;
	}
	.profan span{
		height:auto;
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.profan i{
		font-size: 14px;
		bottom: 10px;
    	left: 30px;
		display:none;
	}

	.prolist_nav{
		display: flex;
		flex-wrap: wrap;
		margin-top:20px;
		width:100%;
	}
	.prolist_nav .nav_1{	
		padding-bottom: 10px;	
		width: 40%;
		text-align: center;
		box-sizing:border-box;
	}
	.prolist_nav .nav_1 p{		
		font-size:15px;
	}




}





@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -8px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}
#ka2,#ka3,#ka4,#ka5,#ka6,#ka7,#ka8{display: none;}
#kp2,#kp3,#kp4,#kp5,#kp6,#kp7,#kp8{display:none;}
.sjk_lpd{width:100%;position:relative;background-color:#fff;top:0px;left:0px;z-index:50;}
.sjk_lpd img{width:100%;}
.cp_sk{width:100%;background-color:#f5f5f5;}
.cp_ska{width:90%;max-width:1500px;margin:0px auto;}
.cp_skka{width:100%;margin: 0 auto;display: flex;justify-content: space-between;padding-top: 7%;}
.cp_skka span{height:60px;width:12.5%;;padding:0px 1%;line-height:60px;text-align:center;border-left: 1px solid #EEEEEE;background-color: #fff;}
.cp_skka span a{color:#565656;cursor:pointer;width:100%;float:left;font-size:16px;text-align:center;}
.cp_skkb{width:73%;float:right;margin-top: 2.4%;}
.cp_skkb ul{width:100%;margin:0px;}
.cp_skkb ul li{width:26%;position:relative;top:0px;left:0px;z-index:1;border:solid 1px #e1e1e1;float:left;margin:1%;margin-left: 66px;}
.cp_skkb ul .ckgd{
	height: 201.25px;
}
.cp_skkb ul .ckgd a{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #5790de;
    position: relative;
    text-align: center;
    border-radius: 5px;
}
.anmi {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer; 
} 
.anmi:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
    cursor: pointer;
}
.anmi:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    cursor: pointer;
}
.wenzi {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wenzi i {
	display: block;
    margin-bottom: 20px;
    font-style: normal;
    width: 30px;
    height: 30px;
    align-items: center;
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}
.wenzi p{
	font-size: 16px;
    vertical-align: middle;
    color: #fff;
    z-index: 999;
}

.ckgd:hover .anmi {
    animation: anim-out 0.75s;
}

.ckgd:hover .anmi:after {
    animation: anim-out-pseudo 0.75s;
}
@keyframes anim-out-pseudo {
    0% {
        background: rgba(0, 0, 0, 0.25);
    }

    100% {
        background: transparent;
    }
}

@keyframes anim-out {
    0% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.cp_skkb ul li a img{width:80%;float:left;padding:10%;}
.cp_skkb ul li a h3{width:100%;position:absolute;bottom:0px;left:0px;z-index:3;color:#414141;float:left;line-height:10px;text-align:center;font-size:15px;font-weight:normal;}
.cp_skka font{width:100%;float:left;}
.cp_skka font a{height:55px;line-height:55px;padding-right:3%;font-size:15px;color:#414141;}
.cp_skpo{width:20%;border:solid 1px #e1e1e1;margin:3% 0px;float:left;margin:1% 40% 2% 40%;}
.cp_skpo a{width:100%;float:left;color:#414141;text-align:center;line-height:45px;font-size:15px;text-align:center;}
.ans_ab{width:100%;padding:2% 0px;background-color:#f9f9f9;}
.cp_pos{width:100%;float:left;position:relative;top:0px;left:0px;z-index:1;padding:2% 0px;}
.cp_pos span{width:100%;float:left;text-align:center;font-size:35px;position:relative;top:0px;left:0px;z-index:3;}
.cp_pos p{width:100%;float:left;text-align:center;font-size:35px;position:absolute;top:15%;z-index:1;left:0px;color: #ccc;opacity: 0.6;}
.label_skitter{display:none;}
.nsd_al{width:100%;background-color:#fff;margin-bottom:5%;}
.nsd_la{width:90%;max-width:1500px;margin:0px auto;}
.cp_pob{width:100%;}
.cp_pob ul li{width:31%;float:left;margin:1%;border-radius:5px;position:relative;top:0px;left:0px;z-index:1;}
.cp_pob ul li a img{width:100%;height:260px;float:left;border-radius:5px;}
.cp_pob ul li a span{width:100%;float:left;height:260px;line-height:260px;text-align:center;font-size:18px;color:#414141;position:absolute;    background: rgba(255, 255, 255, 0.5);bottom:0px;left:0px;z-index:3;}
.cp_pob ul li:hover #ss_ps{background: rgba(255, 255, 255, 1);height:40px;line-height:40px;font-size:16px;}
.new_cp{
	width: 27%;
	float: left;
	padding: 2% 0;
	background: url(/file/by/images/index_news.jpg) no-repeat;
	background-size: cover;
	height: 800px;
    margin: 3% 0;
}
.new_cp h2{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    padding-left: 5%;
}
.new_cp h2 span{
	line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
	font-size: 32px;
}
.new_cp h2 i{
	font-size: 16px;
    color: #fff;
    font-style: normal;
	margin-left: 16px;
}
.new_cp h2::after{
	content: '';
    width: 50px;
    height: 4px;
    background: #fff;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
}
.new_cp li{
	width: 86%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #fff;
    margin:0 7%;


}
.new_cp li a{
	font-size: 18px;
    color: #fff;
}
.l_ewm{
    padding-top: 8%;
}
.l_ewm img{
	width: 150px;
	padding-left: 7%;
}
.l_ewm p{
	font-size: 20px;
    margin-top: 10px;
    color: #fff;
	width: 58%;
	text-align: center;
	margin-left: 12px;
}

.l_ewm2{
    padding-top: 30%;
}
.l_ewm2 img{
	width: 150px;
	padding-left: 7%;
}
.l_ewm2 p{
	font-size: 20px;
    margin-top: 10px;
    color: #fff;
	width: 58%;
	text-align: center;
	margin-left: 12px;
	
}



.new_cp1{
	width: 26%;
	float: left;
	padding: 2% 0;
	background: url(/file/by/images/index_news.jpg) no-repeat;
	background-size: cover;
	height: 700px;
    margin: 3% 0;
}
.new_cp1 h2{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    padding-left: 5%;
}
.new_cp1 h2 span{
	line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
	font-size: 32px;
}
.new_cp1 h2 i{
	font-size: 16px;
    color: #fff;
    font-style: normal;
	margin-left: 16px;
}
.new_cp1 h2::after{
	content: '';
    width: 50px;
    height: 4px;
    background: #fff;
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
}
.new_cp1 li{
	width: 86%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #fff;
    margin:0 7%;

}
.new_cp1 li a{
	font-size: 18px;
    color: #fff;
	
}

.cp_skkb1{width:100%;float:right;padding: 2% 0;}
.cp_skkb1 ul{width:100%;margin:0px;}
.cp_skkb1 ul li{width:17.6%;position:relative;top:0px;left:0px;z-index:1;border:solid 1px #e1e1e1;float:left;margin:1%;}
.cp_skkb1 ul li a img{width:80%;float:left;padding:10%;}
.cp_skkb1 ul li a h3{width:100%;position:absolute;bottom:0px;left:0px;z-index:3;color:#414141;float:left;line-height:10px;text-align:center;font-size:15px;font-weight:normal;}

}
.ytsl_sca {
    width: 100%;
    float: left;
    margin-top: 2%;
    background-color: #f9f9f9;
}
.ytsl_cs {
    width: 1500px;
    margin: 0px auto;
}
.ytsl_ac {
    width: 100%;
    padding-top: 2%;
    float: left;
}
.ytsl_ac span {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 32px;
    color: #1b202e;
}
.ytsl_ac p {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 2%;
}
.ytsl_ad {
    width: 100%;
    margin: 2% 0px;
    float: left;
}	
.ytsl_ad span {
    width: 11%;
    background-color: #fff;
    border: solid 1px #e1e1e1;
    padding: 1%;
    margin: 0.5%;
    float: left;
}
.ytsl_ad span img {
    width: 100%;
    float: left;
}
.ytsl_ad span p {
    width: 100%;
    height: 24px;
    overflow: hidden;
    padding-top: 5%;
    float: left;
    font-size: 15px;
    text-align: center;
}
.clear{
	clear: both;
}


.footer {
    padding-top: 50px;
    width: 100%;
    background-color: #f8f9fd;
}
.footer_con {
    margin: auto;
    width: 80%;
}
.footer_con_1 {
    padding-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #666;
}
.footer_con_1 img {
    margin-bottom: 30px;
    width: 230px;
    height: 230px;
}
.footer_con_1 p {
    font-size: 18px;
    color: #fff;
    padding: 8px 20px;
    background: linear-gradient(to bottom,#94b9ee,#2f53b4);
    border-radius: 20px;
}
.footer_con_2 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    width: 100%;
}
.footer_con_2 img {
    margin-top: 80px;
    width: 300px;
    height: 80px;
}
.footer_con_2_right {
    width: 83%;
    display: flex;
    justify-content: space-between;
	margin-left: 10%;
}
.footer_con_2_right_1 {
    margin-right: 1%;
}
.footer_con_2_right_1 span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}
.footer_con_2_right_1 ul li {
    width: 100%;
    margin-bottom: 10px;
}
.footer_con_2_right_1 ul li a {
    font-size: 13px;
    color: #999;
}

.footer_con_3 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.footer_con_3_1 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer_con_3_1 p {
    font-size: 18px;
    color: #fff;
    padding: 8px 20px;
    background: linear-gradient(to bottom,#94b9ee,#2f53b4);
    border-radius: 20px;
}
.footer_con_3_2 {
    display: flex;
    flex-direction: column;
}
.footer_con_3_2 p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #515b67;
}
.footer_con_4 {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 25px;
}
.footer_con_4 p {
    font-size: 14px;
    color: #515b67;
}
.footer_bot {
    padding: 5px 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom,#94b9ee,#2f53b4);
}
.footer_con_5 {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 80%;
    color: #fff;
}
.footer_con_5 ul li {
    float: left;
    margin-right: 10px;
}
.footer_con_5 ul li a {
    color: #fff;
}
@media (min-width: 1500px) and (max-width: 1699px){
.cp_skkb ul li{width:31%;margin:1%;}	
.cp_skkb ul li a h3{line-height:20px;height:20px;overflow:hidden;}
.ytsl_cs{width:96%;margin:0px 2%;float:left;}
}
@media (min-width: 1200px) and (max-width: 1499px){
	.cp_skka span{
	padding:0;
	}
	.cp_skkb ul .ckgd{
	height:189.25px;
	}
	.new_cp h2 span {
	font-size:24px;
	}
	.new_cp1 h2 span{
	font-size:24px;
	}
	.ytsl_cs{
	width:100%;
	}
	.newNav-sub{
	width:100%;
	}
	.newNav-sub-right{
	width:75%;
	}
.cp_skkb ul li{margin:1%;width:31%;}
.cp_skkb ul li a h3{position:relative;margin:0px;height:20px;line-height:20px;overflow:hidden;}
.cp_skkb ul li a img{padding:8% 10% 8% 10%;}
.new_cp{height:550px;}
.new_cp h2::after{margin:0px;}
.new_cp li{line-height:35px;height:35px;}
.new_cp li a{font-size:16px;}
.jj_faa,.new_container{width:96%;margin:0px 2%;}
}

@media (min-width: 1000px) and (max-width: 1200px){
.newNav-1{
padding:0;
}
.cp_skka span{
padding:0;
}
.cp_skka span a{
font-size:13px;
}
.new_cp{
width:40%;
}
.cp_skkb{
width:60%;
}
.cp_skkb ul li{
width:39%;
margin-left:15px;
}
.cp_skkb ul li a h3{
font-size:12px;
}
.ytsl_cs{
width:100%;
}
.about-con-left-1 p{
font-size:36px;
}
.footer_con_2_right{
margin-left:0;
}
}