/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Bold";
	src:url('../font/Poppins-Bold_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Anton";
	src:url('../font/ANTONSC-REGULAR.TTF');
}
body {
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.auto {
	width: 1200px;
	margin: 0 auto;
}

.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	position: fixed;
	height: 90px;
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 90px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 93.75rem;
}
.headdvleft{
	height: 100%;
	position: relative;
}
.headdvleft img {
	display: block;
	height: 100%;
	opacity: 1;
	transition: all 1s;
}
.headdvleft img:last-child{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.slideUp .headdvleft img{
	opacity: 0;
}
.slideUp .headdvleft img:last-child{
	opacity: 1;
}
.headdvright {
	width: 73.75rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.headdvright ul {
	width: 59.375rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	line-height: 90px;
	transition: all .3s;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 16px;
	color: #ffffff;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
	background-color: transparent;
}

.headdvright ul li:hover a::after {
	background-color: #fff;
}
.headdvright ul li.active a::after {
	background-color: #fff;
}
.headdvright .yy{
	margin-left: 60px;
}
.headdvright .yy a{
	    font-size: 16px;
    color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.headdvright .yy a iconpark-icon{
	font-size: 20px;
    margin-right: 10px;
}
.banners img{
	display: block;
	width: 100%;
}
.dh{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 35px;
	position: relative;
}
.dh img{
	display: block;
}
.dh img:last-child{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.slideUp .dh img{
	opacity: 0;
}
.slideUp .dh img:last-child{
	opacity: 1;
}
.slideUp .headdvleft img{
	opacity: 0;
}
.slideUp .headdvleft img:last-child{
	opacity: 1;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #2e508b;
}
.slideUp .headdvright ul li.active a span{
	color: #2e508b;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #2e508b;
}
.slideUp .headdvright ul li.active a::after {
	background-color: #2e508b;
}
.slideUp .headdvright .ss iconpark-icon{
	color: #2e508b;
}
.slideUp .headdvright .yy iconpark-icon{
	color: #2e508b;
}
.sypro{
	padding: 5.625rem 0rem;
	background: url(../images/cpbg_02.png) center no-repeat;
	background-size: cover;
}
.syprodv{
	width: 93.75rem;
	margin: 0 auto;
}
.syprobt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syprobtleft h2{
	color: #1055bd;
	font-size: 14px;
	font-family: 'Poppins_SemiBold';
	text-transform: uppercase;
}
.syprobtleft h3{
	color: #333333;
	font-size: 40px;
	font-family: 'Poppins_SemiBold';
	text-transform: uppercase;
}
.syprobtright{
	width: 645px;
}
#sypronav .swiper-slide {
	cursor: pointer;
}
#sypronav .swiper-slide h3{
	text-align: center;
	color: #868686;
	font-size: 17px;
	text-transform: uppercase;
	transition: all 1s;
}
#sypronav .swiper-slide-thumb-active h3{
	color: #1055bd;
	font-family: "Poppins_SemiBold";
}
#sypronav .swiper-slide i{
	display: block;
	width: 0px;
	margin: 0 auto;
	height: 10px;
	border-bottom: 2px solid #1055bd;
	transition: all 1s;
}
#sypronav .swiper-slide-thumb-active i{
	width: 100px;
}
#syprolist{
	margin-top: 3.75rem;
}
#syprolist ul{
	display: flex;
	justify-content: flex-start;
}
#syprolist ul li{
	position: relative;
	width: calc(24% - 60px);
	padding: 30px;
	background-color: #fff;
	margin: .5%;
	padding-bottom: 35px;
}
#syprolist ul li .syprdvtop>img{
	display: block;
	margin-bottom: 15px;
}
#syprolist ul li .syprdvtop div{
	overflow: hidden;
	width: 100%;
}
#syprolist ul li .syprdvtop div img{
	display: block;
	width: 100%;
}
#syprolist ul li .syprdvtop section{
	margin-top: 30px;
}
#syprolist ul li .syprdvtop section h3{
	font-size: 17px;
	font-family: 'Poppins_SemiBold';
	color: #333333;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
}
#syprolist ul li .syprdvtop section p{
	color: #4d4d4d;
	font-size: 14px;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
}
#syprolist ul li .syprdvtext{
	position: absolute;
	width: calc(100% - 60px);
	padding: 30px;
	background-color: #1055bd;
	top: 0;
	left: 0;
	height: calc(100% - 60px);
	opacity: 0;
	transition: all .5s;
}
#syprolist ul li .syprdvtext>img{
	display: block;
	margin-bottom: 2.125rem;
}
#syprolist ul li .syprdvtext h2{
	color: #ffffff;
	font-family: 'Poppins_SemiBold';
	font-size: 20px;
	line-height: 30px;
	max-height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
#syprolist ul li .syprdvtext p{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	max-height: 210px;
	overflow:hidden;
	margin-top: 1.875rem;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:7;
}
#syprolist ul li:hover .syprdvtext{
	opacity: 1;
}
.syab{
	display: flex;
	justify-content: space-between;
}
.syableft{
	width: 35%;
	padding: 6.125rem 0px;
	background: url(../images/ab_06.png) center no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
}
.syabright{
	width: 65%;
	position: relative;
}
.syableftdv{
	width: 32.5rem;
}
.syabnr{
	width: 90%;
}
.syabnr h2{
	color: #ffffff;
	font-family: 'Poppins_SemiBold';
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.syabnr h3{
	font-family: 'Poppins_SemiBold';
	text-transform: uppercase;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 3.125rem;
}
.syabnr p{
	line-height: 35px;
	color: #ffffff;
	font-size: 17px;
	margin-bottom: 1.875rem;
} 
.syabnr section{
	margin-top: 4.6875rem;
	display: flex;
	justify-content: flex-start;
}
.syabnr section a{
	margin-right: 1.25rem;
	display: block;
	width: 100px;
	height: 50px;
	display: flex;
	justify-content: space-between;
	padding-left: 1.125rem;
	padding-right: 1.5625rem;
	border: 1px solid #fff;
	align-items: center;
	border-radius: 5px;
	transition: all 1s;
	position: relative;
}
.syabnr section a span{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 1s;
}
.syabnr section a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	transition: all 1s;
}

.syabnr section a:hover{
	background-color: #fff;
}
.syabnr section a:hover span{
	color: #1055bd;
}
.syabnr section a:hover iconpark-icon{
	color: #1055bd;
}

.syabnr section a:hover img{
	opacity: 0;
}
.syabright .swiper-slide img{
	width: 100%;
}
.syabright .swiper-slide:nth-child(1){
	display: none;
}
.sylistas .swiper-button-next, .sylistas .swiper-button-prev{
	
    width: 50px;
    height: 50px;
   	background-color: rgb(26 92 191 / 60%);
    transition: all 1s;
    border-radius: 5px;
    transition: all 1s;
    opacity: 1;
    left: 10%;
}
.sylistas .swiper-button-next{
	right: 7%;
    left: auto;
}
.sylistas .swiper-button-next:after, .sylistas .swiper-button-prev:after{
	font-size: 24px;
	color: #ffffff;
}
.sylistas .swiper-button-next:hover, .sylistas .swiper-button-prev:hover{
	background-color: rgb(26 92 191 / 100%);
}
.syabright ul{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	padding: 3.125rem 0px;
	border-top: 1px solid rgba(255,255,255,0.3);
	display: flex;
	justify-content: space-between;
	z-index: 99;
}
.syabright ul li{
	width: 25%;
}
.syabright ul li h2{
	display: flex;
	justify-content: center;
	align-items: center;
}
.syabright ul li h2 span{
	font-family: 'Poppins_SemiBold';
	font-size: 54px;
	color:#fff;
	margin-right: 10px;
}
.syabright ul li h2 i{
	font-family: 'Poppins_SemiBold';
	font-size: 30px;
	color:#fff;
}
.syabright ul li p{
	color: #fff;
	font-size: 16px;
	margin-top: -15px;
	text-align: center;
}
.syadv{
	padding: 5.625rem 0;
	background: url(../images/jiq_06.png) center no-repeat;
	background-size: cover;
}
.syadvs{
	width: 93.75rem;
	margin: 0 auto;
}
.syadvbt h2{
	color: #1055bd;
    font-size: 14px;
    font-family: 'Poppins_SemiBold';
    text-transform: uppercase;
}
.syadvbt h3 {
	color: #333333;
    font-size: 40px;
    font-family: 'Poppins_SemiBold';
    text-transform: uppercase;
}
.advtopdv{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
.advtopdvleft{
	width: 43.75rem;
	overflow: hidden;
}
.advtopdvleft img{
	display: block;
	height: 100%;
}
.advtopdvright{
	width: 42.5rem;
	padding-right: 3.125rem;
	padding-left: 5rem;
	padding-bottom: 2.1875rem;
	padding-top: 4.0625rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.syadvbts{
	margin-top: 4.0625rem;
}
.advtopdvright div  h2{
	color: #404040;
	font-size: 30px;
	font-weight: bold;
	height: 4.0625rem;
	border-bottom: 1px solid #f6f6f6;
	font-family: 'Poppins_SemiBold';
}
.advtopdvright div  i{
	display: block;
	width: 140px;
	height: 2px;
	background-color: #1055bd;
	margin-top: -1px;
}
.advtopdvright div p{
	line-height: 35px;
	color: #4c4c4c;
	font-size: 17px;
	margin-top: 1.875rem;
}
.advtopdvright div img{
	display: block;
	float: right;
	margin-top: 1rem;
	width: 150px;
}
#advdown{
	margin-top: 4.375rem;
	position: relative;
}
#advdown::after{
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	border-bottom: 1px solid #c9c9c9;
	position: absolute;
	top: 6px;
	left: 0;
}
#advdown .swiper-slide{
	cursor: pointer;
}
#advdown .swiper-slide i{
	display: block;
	width:24px ;
	height: 24px;
	border-radius: 50%;
	background-color: #c9c9c9;
	transition: all 1s;
	margin: 0 auto;
}
#advdown .swiper-slide h2{
	color: #404040;
	font-size: 22px;
    transition: all 1s;
    text-align: center;
    margin-top: 1.25rem;
    font-weight: bold;
}
#advdown .swiper-slide-thumb-active i{
	background-color: #1055bd;
}
#advdown .swiper-slide-thumb-active h2{
	color: #1055bd;
}

#advdown .swiper-slide:hover i{
	background-color: #1055bd;
}
#advdown .swiper-slide:hover h2{
	color: #1055bd;
}
.patent{
	padding: 5.625rem 0rem;
	background: url(../images/egnh_02.jpg) center no-repeat;
}
.patentdv{
	width: 93.75rem;
	margin: 0 auto;
}
.patentdvleft{
	width: 31.25rem;
}
.patentdvleft h2{
	color: #ffffff;
    font-family: 'Poppins_SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.patentdvleft h3{
	font-family: 'Poppins_SemiBold';
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}
.patentdvleft i{
	display: block;
	width: 27.5rem;
	height: 3.4375rem;
	border-bottom: 2px solid rgba(255, 255, 255, .3);
	position: relative;
}
.patentdvleft i::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 8.75rem;
	border-bottom: 2px solid #fff;
}
.patentdvleft p{
	color: #ffffff;
	font-size: 17px;
	line-height: 35px;
	margin-top: 3.125rem;
}
.patentdvleft ul{
	display: flex;
	justify-content: space-between;
	margin-top: 3.75rem;
	
}
.patentdvleft ul li{
	width: 5.3125rem;
}
.patentdvleft ul li img{
	display: block;
	width: 100%;
}
.patentdvright{
	width: 56.25rem;
}
.patentdvright ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.patentdvright ul li{
	width: 23%;
	margin: 1%;
}
.patentdvright ul li IMG{
	display: block;
	width: 100%;
}
.rydv ul{
	height: 39rem;
	overflow: auto;
}
.patentdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.rydv ul::-webkit-scrollbar { /* WebKit浏览器的滚动条样式 */
    width: 5px;
}
 
.rydv ul::-webkit-scrollbar-track { /* 滚动条轨道的样式 */
    background-color: transparent;
}
 
.rydv ul::-webkit-scrollbar-thumb { /* 滚动条滑块的样式 */
    background-color: #fff;
	width: 2px;
	border-radius: 5px;
}
 
.rydv ul::-webkit-scrollbar-thumb:hover { /* 滚动条滑块的悬停样式 */
    background-color: #fff;
}

.market{
	width: 93.75rem;
	margin: 5.625rem auto;
}
.marketbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.marketbtleft h2{
	color: #1055bd;
    font-size: 14px;
    font-family: 'Poppins_SemiBold';
    text-transform: uppercase;
}
.marketbtleft h3{
	color: #333333;
    font-size: 40px;
    font-family: 'Poppins_SemiBold';
    text-transform: uppercase;
}
.marketbtright a{
    display: block;
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-left: 3.125rem;
    padding-right: 1.5625rem;
    border: 1px solid #1055bd;
    align-items: center;
    border-radius: 5px;
    transition: all 1s;
	background-color: #1055bd;
}
.marketbtright a span{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.marketbtright a iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.marketlist{
	margin-top: 3.75rem;
}
.marketlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.marketlist ul li{
	width: 32.333%;
	margin: .5%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.marketlisttop {
	position: relative;
}
.marketlisttop div{
	width: 100%;
	display: block;
	overflow: hidden;
}
.marketlisttop div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.marketlist ul li:hover .marketlisttop div img{
	transform: scale(1.05);
}
.marketlisttop section{
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 90%;
	height: 5.625rem;
	border-top: 1px solid rgba(255, 255, 255, .2);
	line-height: 5.625rem;
	color: #ffffff;
	font-family: "Poppins_Medium";
	font-size: 20px;
	opacity: 1;
	transition: all 1s;
}
.marketlist ul li:hover .marketlisttop section{
	opacity: 0;
}
.marketlistdown {
	width: 100%;
	height: 100%;
	background-color: rgba(16, 85, 189, .9);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	opacity: 0;
	transition: all 1s;
}
.marketlistdowndv{
	width: calc(100% - 60px);
	padding:0  30px ;
}
.marketlistdowndv h2{
	color: #ffffff;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom: 0.625rem;
}
.marketlistdowndv p{
	color: #ffffff;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	font-size: 16px;
}
.marketlistdowndv h3{
	height: 5.625rem;
	border-top: 1px solid rgba(255, 255, 255, .2);
	line-height: 5.625rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5625rem;
}
.marketlistdowndv h3 span{
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}
.marketlistdowndv h3 iconpark-icon{
	font-size: 22px;
	color: #ffffff;
}
.marketlist ul li:hover .marketlistdown{
	opacity: 1;
}

.synews{
	background-color: #f1f6fd;
	padding: 100px 0px;
}
.synewdv{
	width: 93.75rem;
	margin: 0 auto;
}
.synewsbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.synewsbtleft h2{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "Poppins_Medium";
}
.synewsbtleft p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.synewsbtright a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 140px;
	padding: 0 25px;
	height: 50px;
	background-color: #094aab;
	border-radius: 50px;
	height: 50px;
}
.synewsbtright a span {
    color: #fff;
    font-size: 14px;
}
.synewsbtright a iconpark-icon {
    color: #fff;
    font-size: 24px;
}


.innewlist {
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	
}

.innewlist {
	margin-top: 3.75rem;
}

.innewlist {
	display: flex;
	justify-content: space-between;
}

.innewlistleft {
	width: 30rem;
	box-shadow: 0px 0px 20px #dddbdb;
	overflow: hidden;
}

.innewlistleft div {
	display: block;
	overflow: hidden;
	width: 100%;
}

.innewlistleft div img {
	display: block;
	width: 100%;
	transition: all 1s;
}

.innewlistleft section {
	padding: 2.1875rem 3.125rem;
	background-color: #ffffff;
}

.innewlistleft section h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistleft section h1 span {
	color: #4d4d4d;
	font-size: 14px;
}

.innewlistleft section h1 i {
	color: #808080;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.innewlistleft section h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 18px;
}

.innewlistleft section h2 {
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
	font-family: "Poppins_Medium";
}

.innewlistleft section p {
	color: #666666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
}

.innewlistleft:hover div img {
	transform: scale(1.05);
}

.innewlistleft:hover section h2 {
	color: #150e52;
}

.innewlistcenter {
	width: 23.75rem;
	background: url(../images/news_05.png) center no-repeat;
	padding: 5rem 3.125rem;
	background-size: cover;
	overflow: hidden;
}

.innewlistcenter h1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innewlistcenter h1 span {
	color: #ffffff;
	font-size: 14px;
}

.innewlistcenter h1 i {
	color: #fff;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.innews{
	margin: 7.5rem auto;
}
.innewlistcenter h1 i iconpark-icon {
	margin-right: 5px;
	font-size: 20px;
}

.innewlistcenter h2 {
	margin-top: 2.5rem;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.innewlistcenter p {
	color: #dde6df;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 16px;
}

.innewlistcenter h4 {
	display: block;
	width: 8.75rem;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	margin-top: 6.25rem;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
	transition: all 1s;
	font-family: "Poppins_Medium";
}

.innewlistcenter:hover h4 {
	border-color: #fff;
	background-color: #fff;
	color: #1f67bf;
}

.innewlistright {
	width: 30rem;
}

.innewlistright ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;    
	box-shadow: 0px 0px 20px #dddbdb;
}

.innewlistright ul li a .inwleft {
	width: 11.25rem;
	overflow: hidden;
	
}

.innewlistright ul li a .inwleft img {
	display: block;
	width: 100%;
	transition: all .5s;
}

.innewlistright ul li a section {
	width: 15.625rem;
	padding: 0 1.25rem;
}

.innewlistright ul li a section h2 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 1s;
}

.innewlistright ul li a section p {
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666666;
	font-size: 14px;
}

.innewlistright ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}

.innewlistright ul li:hover img {
	transform: scale(1.05);
}

.innewlistright ul li:hover h1 {
	color: #150e52;
}

.innewlistright ul li {}

.innewlistright ul i {
	display: block;
	height: 2px;
	border-bottom: 1px solid #e6e6e6;
}

.innewlistright ul i:last-child {
	display: none;
}

.any{
	padding: 80px 0;
	background: url(../images/nwq_02.png) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #fff;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.anydv form input{
	width: 12%;
	border: none;
	background-color:transparent;
	padding: 0 2%;
	height: 40px;
	outline: none;
	color: #333;
	background-color: #fff;
	font-size: 14px;
	border-radius: 5px;
} 
.anydv form input::placeholder{
	color: #b3b3b3;
}
.anydv form input:nth-child(4){
	width: 25%;
}
.anydv form button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, .3);
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
}


.foot{
	padding-top: 5rem;
	background-color: #1a1a1a;
	background-size: cover;
}
.footdv{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.footdvleft{
	width: 285px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 30px;
	font-size: 16px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvleft ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
	width: 100%;
	align-items: center;
}
.footdvleft ul li{
	width: 45px;
	
	border-radius: 50%;
	overflow: hidden;
}
.footdvleft ul li a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.footdvleft ul li a img{
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 2;
}
.footdvleft ul li a:after{
	content: "";
    width: 80%;
    height: 80%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 50%;
}
.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #d6d6d6;
	font-size: 16px;
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: "Poppins_Light";
}
.footdvright dl dt{
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl:nth-child(2){
	width: 500px;
}
.footdvright dl:nth-child(2) section{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvright dl:nth-child(2) section h1{
	width: 50%;
}
.footdvright dl:nth-child(2) section h1 i{
	color: #d6d6d6;
	font-family: "Poppins_Light";
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #d6d6d6;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.footdvright dl:nth-child(2) section h1:last-child{
	width: 100%;
	margin-top: 20px;
}
.ewm{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.footdv{
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	text-transform: uppercase;
	
}
.footdvright dl dd a{
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}
.footdvright dl:nth-child(2) section h1:last-child{
	line-height: 25px;
}
.ewm h1{
	margin-top: 15px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #494949;
	height: 80px;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #d6d6d6;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.sycase{
	padding: 5.9375rem 0rem;
	background: url(../images/eghre_02.jpg) center no-repeat;
	background-size: cover;
}
.sycasedv{
	width: 93.75rem;
	margin: 0 auto;
}
.sycasedv .marketbtleft h2{
	color: #fff;
}
.sycasedv .marketbtleft h3{
	color: #fff;
}
.sycasedv .marketbtright a{
	border: 1px solid #fff;
    background-color: transparent;
}
.sycasedv .marketbtright a:hover{
	background-color: #1055bd;
	border: 1px solid #1055bd;
}
.cslist .swiper-slide img{
	width: 100%;
	display: block;
}
.sycaselist{
	margin-top: 3.75rem;
}
.cslist .swiper-slide{
	position: relative;
}
.cslist .swiper-slide div{
	width: 23.75rem;
	padding: 2.125rem 1.875rem;
	position: absolute;
	bottom: 0;
	right: 5rem;
	background-color: rgba(16, 85, 189, 0.9);
}
.cslist .swiper-slide div h2{
	height: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	font-size: 20px;
	font-family: 'Poppins_SemiBold';
}
.cslist .swiper-slide div section{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 15px;
}
.cslist .swiper-slide div section i{
	width: 5px;
	height: 5px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 15px;
	margin-top: 12px;
}
.cslist .swiper-slide div section p{
	width: 90%;
	color: #ffffff;
	line-height: 26px;
	font-size: 14px;
}
.cslist .swiper-button-next,.cslist  .swiper-button-prev{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .3);
	left: 18.5%;
	transition: all 1s;
}
.cslist .swiper-button-next,.cslist  .swiper-rtl .swiper-button-prev{
	right: 18.5%;
	left: auto;
}
.cslist .swiper-button-next:hover,.cslist  .swiper-rtl .swiper-button-prev:hover{
	background-color: #094aab;
}
.cslist .swiper-button-next:after,.cslist  .swiper-button-prev:after{
	font-size: 18px;
	color: #094aab;
	transition: all 1s;
}

.cslist .swiper-button-next:hover:after,.cslist  .swiper-button-prev:hover:after{
	color: #fff;
}
.tjcp{
	position: relative;
	background-color: #f6f7f9;
	align-items: center;
}
.tjcpleft{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
.tjdcoa{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tjcpright{
	width: 55%;
}
.tjcpleftdv{
	width: 40.625rem;
	margin-right: 5.9375rem;
}
.tjcpleftdv h2{
	font-family: 'Poppins_SemiBold';
	font-size: 14px;
	color: #1055bd;
	margin-bottom: 0.9375rem;
	text-transform: uppercase;
}
.tjcpleftdv h3{
	color:#333333;
	font-size: 38px;
	font-family: 'Poppins_SemiBold';
	text-transform: uppercase;
}
.tjcpleftdv p{
	margin-top: 2.8125rem;
	color: #404040;
	font-size: 17px;
	line-height: 35px;
}
.tjcpleftdv ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 1.875rem;
	flex-wrap: wrap;
}
.tjcpleftdv ul li{
	width: 24%;
}
.tjcpleftdv ul li img{
	display: block;
	width: 60px;
	margin: 0 auto;
}
.tjcpleftdv ul li h4{
	color: #999999;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}
.tjcpleftdv a{
    width: 100px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-left: 3.125rem;
    padding-right: 1.5625rem;
    border: 1px solid #1055bd;
    align-items: center;
    border-radius: 5px;
    transition: all 1s;
    background-color: #1055bd;
	margin-top: 3.75rem;
}
.tjcpleftdv a span{
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.tjcpleftdv a iconpark-icon {
    color: #fff;
    font-size: 20px;
}
.tjcpright{
	background: url(../images/okor_03.jpg) center no-repeat;
	background-size: cover;
}

.shownav{
	width: 100%;
	position: relative;
	box-shadow: 0px 8px 10px #efefef;
}
.shownav ul{
	display: flex;
	justify-content: center;
}
.shownav ul li{
	position: relative;
}
.shownav ul li::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    border-right: 1px solid #ccc;
}
.shownav ul li:last-child::after{
	display: none;
}
.shownav ul li:hover::after{
	opacity: 0;
}
.shownav ul li.active::after{
	opacity: 0;
}
.shownav ul li a{
	color: #4d4d4d;
	font-size: 18px;
	font-family: "Poppins_Medium";
	display: block;
	line-height: 70px;
	padding: 0 30px;
	text-align: center;
	transition: all 1s;
	position: relative;
	z-index: 3;
}
.shownav ul li:hover a{
	background-color: #1055bd;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #1055bd;
	color: #fff;
}
.xqall{
	padding: 4.375rem 0px;
	background-color: #f7f7f7;
}
.pronav{
	width: 93.75rem;
	margin: 0 auto;
	padding-bottom: 3rem;
}
.pronav ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pronav ul li{
	height: 60px;
	margin-right: 10px;
	line-height: 60px;
	width: 24%;
    margin: .5%;
    overflow: hidden;
}
.pronav ul li a{
	display: block;
	background-color: #fff;
	text-align: center;
	transition: all 1s;
	font-size: 17px;
	padding: 0 20px;
	font-family: "Poppins_Medium";
	white-space:nowrap;

	overflow:hidden;

	text-overflow:ellipsis;
}
.pronav ul li:hover a{
	background-color: #1055bd;

	color: #fff;
} 
.pronav ul li.active a{
	background-color: #1055bd;
	font-size: 17px;
	color: #fff;
} 

.prolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolist ul li{
	position: relative;
	width: calc(24% - 60px);
	padding: 30px;
	background-color: #fff;
	margin: .5%;
	padding-bottom: 35px;
}
.prolist ul li .syprdvtop>img{
	display: block;
	margin-bottom: 15px;
	width: 71px;
}
.prolist ul li .syprdvtop div{
	overflow: hidden;
	width: 100%;
}
.prolist ul li .syprdvtop div img{
	display: block;
	width: 100%;
}
.prolist ul li .syprdvtop section{
	margin-top: 30px;
}
.prolist ul li .syprdvtop section h3{
	font-size: 17px;
	font-family: 'Poppins_SemiBold';
	color: #333333;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
}
.prolist ul li .syprdvtop section p{
	color: #4d4d4d;
	font-size: 14px;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
}
.prolist ul li .syprdvtext{
	position: absolute;
	width: calc(100% - 60px);
	padding: 30px;
	background-color: #1055bd;
	top: 0;
	left: 0;
	height: calc(100% - 60px);
	opacity: 0;
	transition: all .5s;
}
.prolist ul li .syprdvtext>img{
	display: block;
	margin-bottom: 2.125rem;
	/* width: 71px; */
}
.prolist ul li .syprdvtext h2{
	color: #ffffff;
	font-family: 'Poppins_SemiBold';
	font-size: 20px;
	line-height: 30px;
	max-height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.prolist ul li .syprdvtext p{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	max-height: 210px;
	overflow:hidden;
	margin-top: 1.875rem;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:7;
}
.prolist ul li:hover .syprdvtext{
	opacity: 1;
}
.prolist{
	width: 93.75rem;
	margin: 0 auto;
}
.xqalls{
	padding-top: 35px;
}
.mbx{
	margin: 0 auto;
	width: 97.5rem;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #666666;
	font-size: 20px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #333333;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #2e508b;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 16px;
	color: #2e508b;
}
.dvalls{
	padding: 0;
}
.chanpinimg {
	width: 97.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chanpinimgleft {
	width: 43.75rem;
}

.chanpinimgright {
	width: 50%;
}

.chanpinimgright h2 {
	color: #1055bd;
	font-size: 16px;
	text-transform: uppercase;
}

.chanpinimgright h1 {
	color: #1055bd;
	font-size: 30px;
	line-height: 45px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.25rem;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}

.chanpinimgright p {
	    color: #4c4c4c;
    font-size: 17px;
    line-height: 33px;
}
.cennuodv{
	display: flex;
	justify-content: flex-start;
}
.cennuodv a {
	display: block;
	width: 11.25rem;
	height: 45px;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	color: #1055bd;
	line-height: 45px;
	transition: all 1s;
	border-radius: 5px;
	margin-top: 3.75rem;
	margin-right: 1.25rem;
	text-transform: uppercase;
}

.cennuodv a:hover {
	color: #fff;
	background-color: #1055bd;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}

.maoyileft #thumbs2 {
	margin: 0;
	width: 7.5rem;
	height: 35rem;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #f7f7f7;
	background-color: #fff;
}

.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #1055bd;
	background-color: #f7f7f7;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
	height: 100%;
}

.maoyileft #gallery2 {
	width: 35rem;
	margin: 0;
	height: 35rem;
	background-color: #fff;
}
.maoyileft #gallery2 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}
.cpxq{
	width: 97.5rem;
    margin: 0 auto;
	margin-top: 4.375rem;
}
.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

.cpxqbt i {
	display: block;
	width: 4px;
	height: 20px;
	background-color: #1055bd;
}

.cpxqbt span {
	color: #585858;
	font-size: 18px;
	margin-left: 10px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.cpxqdv{
	background-color: #fff;
    padding: 15px;
    width: calc(100% - 30px);
}
.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.fy p a {
	color: #808080;
	font-size: 14px;
}

.fy p a:hover {
	color: #1055bd;
}	
.cptj{
	width: 97.5rem;
	margin: 0 auto;
	margin-top: 4.375rem;
}
.cptj  .prolist{
	width: 100%;
}
.newslist{
	width: 93.75rem;
	margin: 0 auto;
}
.newslist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.newslist ul li{
	width: 31.3%;
	margin: 1%;
}
.newslist ul li div{
	overflow: hidden;
	width: 100%;
}
.newslist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.newslist ul li:hover div img{
	transform: scale(1.05);
}
.newslist ul li section{
	padding: 30px;
	background-color: #fff;
}
.newslist ul li section h2{
	display: flex;
	justify-content: space-between;
}
.newslist ul li section h2 span{
	color: #4d4d4d;
	font-size: 16px;
}
.newslist ul li section h2 i{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #808080;
	font-size: 14px;
}
.newslist ul li section h2 iconpark-icon{
	display: flex;
	align-items: center;
	color: #848484;
	font-size: 20px;
	margin-right: 5px;
	margin-top: -2px;
}
.newslist ul li section h3{
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	color: #333333;
	overflow:hidden;
	font-size: 22px;
	font-family: "Poppins_Medium";
	text-overflow:ellipsis;
}
.newslist ul li section p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
.shownews{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.xqalls{
	padding-top: 4.375rem;
	background-color: transparent;
}
.shownewsleft{
	width: 73%;
}
.shownewsright{
	width: 20%;
	padding: 1.875rem;
	background-color: #f7f7f7;
}
.shownewsdv{
	padding: 3.125rem;
	padding-top: 2.5rem;
	background-color: #f7f7f7;
}
.shownewsleftbt{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 1.25rem;
}
.shownewsleftbt h1{
	color: #333333;
	font-size: 26px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.shownewsleftbt p{
	color: #808080;
	font-size: 14px;
}
.xiangqing{
	padding: 20px 0px;
	padding-bottom: 0;
}
.shownewsright form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
.shownewsright form input{
	color: #999999;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border: none;
	padding: 0 15px;
	outline: none;
	font-family: "Poppins";
}
.shownewsright form button{
	border: none;
	font-family: "Poppins_Medium";
	display: block;
	background-color: #fff;
	line-height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999999;
	font-size: 18px;
}
.cpxqbts{
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.shownewsright ul li{
	padding-bottom: 0.875rem;
	margin-bottom: 0.875rem;
	border-bottom: 1px solid #e5e5e5;
	transition: all 1s;
}
.shownewsright ul li:hover{
	border-bottom: 1px solid #1055bd;
}
.shownewsright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shownewsright ul li div{
	width: 45%;
}
.shownewsright ul li div img{
	display: block;
	width: 100%;
}
.shownewsright ul li section{
	width: 50%;
	margin-left: 10px;
}
.shownewsright ul li section h1{
	color: #333333;
	font-size: 16px;
	font-family: "Poppins_Medium";
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	transition: all 1s;
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.shownewsright ul li:hover section h1{
	color: #1055bd;
}
.shownewsright ul li section p{
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.shownewsright ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.lxwm{
	padding: 5.9375rem 0rem;
}
.lxwmbt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}
.lxwmbt p{
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.lxwmbt{
	margin-bottom: 3.75rem;
}
.lxwmbt h1{
	color: #333333;
	font-size: 40px;
}
.lxwmlist {
	width: 93.75rem;
	margin: 0 auto;
}
.lxwmlist ul {
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width:calc(24.33% - 50px);
	background-color: #f7f7f7;
	padding: 25px;
	padding-top: 3.4375rem;
	transition: all 1s;
	border-radius: 5px;
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #dfe6f1;
	color: #1055bd;
	font-size: 28px;
	margin: 0 auto;
	transition: all 1s;
	margin-bottom: 1.5625rem;
}
.lxwmlist ul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #dfe6f1;
	color: #1055bd;
	font-size: 28px;
	margin: 0 auto;
	transition: all 1s;
	margin-bottom: 1.5625rem;
}
.lxwmlist ul li h2{
	color: #333333;
	font-size: 20px;
	text-align: center;
	font-family: "Poppins_Medium";
	margin-bottom: 15px;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #666666;
	font-size: 16px;
	text-align: center;
	transition: all 1s;
	line-height: 30px;
}
.lxwmlist ul li:hover{
	background-color: #1055bd;
}
.lxwmlist ul li:hover iconpark-icon{
	background-color: #4279cb;
	color: #fff;
}
.lxwmlist ul li:hover i{
	background-color: #4279cb;
	color: #fff;
}
.lxwmlist ul li:hover h2{
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}
.lxwmlist ul li:hover p{
	color: #ffffff;
}
.zxly{
	padding: 5.625rem 0px;
	background: url(../images/zxly_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.zxly h1{
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}
.zxly p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.zxly form {
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.zxly form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zxly form div input {
	width: 47.5%;
	padding: 0 1%;
	height: 48px;
	border: none;
	color: #fff;
	line-height: 48px;
	margin: 0.5% 0;
	font-size: 14px;
	outline: none;
	font-family: "Poppins";
	background-color: rgba(180, 207, 246, 0.4);
}
.zxly form div input::placeholder,.zxly form textarea::placeholder{
	color: #fff;
}
.zxly form textarea {
	width: 98%;
	padding: 1% 1%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	line-height: 30px;
	font-family: "Poppins";
	outline: none;
	color: #fff;
	background-color: rgba(180, 207, 246, 0.4);
}

.zxly form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	border: 1px solid #FFF;
	background-color: transparent;
	transition: all 1s;
}
.zxly form button span{
	font-family: "Poppins";
	font-size: 14px;
	margin-right: 30px;
	text-transform: uppercase;
}
.zxly form button iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.zxly form button:hover {
	background-color: #1055bd;
	border-color: #1055bd;
}
.jshuleft{
	width: 40.625rem;
}
.jshuright{
	width: 48.75rem;
}
.jshuright img{
	display: block;
	width: 100%;
}
.jshu ul li{
	padding: 5rem 0rem;
	background-color: #fff;
}
.jshudv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jshuleft{
	width: 45%;
}
.jshuleft h1{
	color: #333333;
	font-size: 34px;
	font-family: "Poppins_SemiBold";
}
.jshuleft h2{
	margin-top: 1.1875rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.jshuleft h2 i{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #2a58a7;
	margin-right: 15px;
	margin-top: 12px;
}
.jshuleft h2 p{
	width: 95%;
	line-height: 35px;
	font-size: 17px;
	color: #666666;
}
.jshuright{
	width: 52%;
	overflow: hidden;
}
.jshuright IMG{
	display: block;
	width: 100%;
	transition: all 1s;
}
.jshu ul li:hover .jshuright IMG{
	transform: scale(1.05);
}
.jshu ul li:nth-child(2n){
	background-color: #f7f7f7;
}
.jshu ul li:nth-child(2n) .jshudv{
	flex-direction: row-reverse;
}
.culture{
	background: url(../images/cult_02.jpg) center no-repeat;
	padding: 5.9375rem 0px;
	background-size: cover;
}
.culturebt{
	margin-bottom: 4.0625rem;
}
.culturebt h1{
	color: #ffffff;
	font-size: 40px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	text-transform: uppercase;
}
.culturebt p{
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 30px;
}
.cultlist ul{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cultlist ul li{
	width: calc(33.1% - 60px);
	padding: 35px 30px;
	border: 1px dashed #5c8ad0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-left: none;
	border-top: none;
	position: relative;
}
.cultlist ul li i{
	display: flex;
	width: 100px;
	height: 100px;
	background-color: rgba(177, 187, 255, .2);
	border-radius: 50%;
	margin-right: 15px;
	justify-content: center;
	align-items: center;
	font-size: 48px;
	color: #fff;
}
.cultlist ul li section{
	width: 66%;
}
.cultlist ul li section h2{
	color: #ffffff;
	font-size: 20px;
	font-family: "Poppins_Medium";
}
.cultlist ul li section p{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}
.cultlist ul li:nth-child(3),.cultlist ul li:nth-child(6){
	border-right: none;
}
.cultlist ul li:nth-child(4),.cultlist ul li:nth-child(5),.cultlist ul li:nth-child(6){
	border-bottom: none;
}
.cultlist ul li:nth-child(2)::after,.cultlist ul li:nth-child(3)::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	bottom: -5px;
	left: -5px;
	z-index: 2;
}
.cus{
	padding: 6.25rem 0px;
	background: url(../images/cuet_02.jpg) center no-repeat;
	background-size: cover;
}
.cus>img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 3.75rem;
}
.cus h1{
	color: #333333;
	font-size: 40px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	text-transform: uppercase;
}
.cus p{
	width: 90%;
	margin: 0 auto;
	color: #666666;
	font-size: 20px;
	text-align: center;
	line-height: 50px;
}
.cus a{
	margin: 0 auto;
    width: 130px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-left: 3.125rem;
    padding-right: 1.5625rem;
    border: 1px solid #1055bd;
    align-items: center;
    border-radius: 5px;
    transition: all 1s;
    background-color: #1055bd;
	margin-top: 3.75rem;
}
.cus a span{
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.cus a iconpark-icon {
    color: #fff;
    font-size: 20px;
}
.abs{
	padding: 5.9375rem 0px;
	background: url(../images/abbg_02.jpg) center no-repeat;
	background-size: cover;
}
.absdv{
	width: 93.75rem;
	margin: 0 auto;
}
.absbt{
	margin-bottom: 3.125rem;
}
.absbt h1{
	text-align: center;
	color: #333333;
	font-size: 40px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	margin-bottom: 5px;
}
.absbt p{
	text-align: center;
	color: #666666;
	font-size: 20px;
}
.absdv h2{
	line-height: 30px;
	color: #4c4c4c;
	font-size: 17px;
}
.absdv ul{
	margin-top: 3.75rem;
	display: flex;
	justify-content: space-between;
}
.absdv ul li h3{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.absdv ul li h3 span{
	color: #1055bd;
	font-family: 'Poppins_SemiBold';
	font-size: 52px;
}
.absdv ul li h3 i{
	color: #2060ad;
	font-size: 24px;
	margin-top: 5px;
	margin-left: 5px;
}
.absdv ul li h4{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}
.exp{
	padding: 130px  0px;
	background: url(../images/exbg_02.jpg) center no-repeat;
	background-size: color;
}
.expdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
} 
.expdvleft{
	width: 45%;
}
.expdvleft h1{
	width: 400px;
	color: #333333;
	font-size: 40px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	line-height: 50px;
}
.expdvleft h3{
	height: 50px;
	border-bottom: 1px solid #dedede;
	margin-top: 10px;
	color: #666666;
	font-size: 20px;
}
.expdvleft  i{
	display: block;
	width: 80px;
	height: 2px;
	background-color: #1055bd;
	margin-top: -2px;
	margin-bottom: 20px;
}
.expdvleft p{
	line-height: 30px;
	color: #4c4c4c;
	font-size: 17px;
}
.expdvright{
	width: 48%;
}
.expdvright img{
	display: block;
	width: 100%;
}
.splan{
	padding-top: 5.625rem;
	padding-bottom: 6.25rem;
	background: url(../images/gewhrh_02.jpg) center no-repeat;
}
.splanbt h1{
	color: #ffffff;
	font-size: 40px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	text-transform: uppercase;
}
.splanbt p{
	text-align: center;
	color: #ffffff;
	width: 93.75rem;
	margin: 0 auto;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
}
.splandv{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 50px;
}
.splandv #thumbs{
	border-bottom: 1px solid #2763bd;
}
.splandv #thumbs .swiper-slide {
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.splandv #thumbs .swiper-slide section{
	border-bottom: 1px solid transparent;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all 1s; 
	height: 50px;
}
.splandv #thumbs .swiper-slide section i{
	color: #b9c5e3;
	transition: all 1s; 
	font-size: 28px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 5px;
}
.splandv #thumbs .swiper-slide section span{
	color: #b9c5e3;
	font-size: 20px;
	font-family: "Poppins_Medium";
	transition: all 1s; 
}

.splandv #thumbs .swiper-slide-thumb-active section{
	border-bottom: 1px solid #fff;
}
.splandv #thumbs .swiper-slide-thumb-active section i{
	color: #fff;
}
.splandv #thumbs .swiper-slide-thumb-active section span{
	color: #fff;
}

.splandv  #gallery{
	margin-top: 5rem;
}
.mdr{
	display: flex;justify-content: space-between;
	align-items: center;
}
.mdrleft{
	width: 48%;
	border-radius: 10px;
	overflow: hidden;
}
.mdrleft img{
	width: 100%;
	display: block;
}
.mdrright{
	width: 48%;
}
.mdrright section h1{
	height: 70px;
	color: #fffefe;
	font-family: "Poppins_Medium";
	font-size: 28px;
	border-bottom: 2px solid #4177c8;
}
.mdrright section i{
	display: block;
	height: 2px;
	width: 80px;
	background-color: #fff;
	margin-top: -2px;
}

.mdrright h3{
	margin-top: 1.1875rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.mdrright h3 span{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 10px;
	margin-top: 12px;
}
.mdrright h3 p{
	width: 95%;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}
.ryzz{
	padding-top: 5.625rem;
	padding-bottom: 12.8125rem;
	background: url(../images/rybg_02.jpg) center no-repeat;
	background-size: cover;
}
.ryzzbt{
	margin-bottom: 3.75rem;
}
.ryzzbt h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	color: #333333;
	font-family: "Poppins_SemiBold";
}
.ryzzbt p{
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin-bottom: 3.75rem;
	width: 93.75rem;
	margin: 0 auto;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
}
.ryzzbt ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.ryzzbt ul li{
	width: 110px;
	display: block;
	margin: 0 2rem;
}
.ryzzbt ul li img{
	display: block;
	width: 100%;
}
.ryzzdy{
	width: 103.4375rem;
	display: flex;justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.rylist{
	width: 93.75rem;
}
#btn3,#btn4{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	color: #2e508b;
	transition: all 1s;
}
#btn3 iconpark-icon ,#btn4 iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	width: 50px;
	height: 50px;
	transition: all 1s;
}
#btn3:hover,#btn4:hover{
	background-color: #2e508b;
}
#btn3:hover iconpark-icon ,#btn4:hover iconpark-icon {
	color: #fff;
}
.rylist img{
	width: 100%;
	display: block;
}
.applicat{
	width: 93.75rem;
	margin: 6.25rem auto;
}
.applicatbtleft h1{
	color: #333333;
	font-size: 40px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}
.applicatbtleft p{
	color: #666666;
	font-size: 14px;
}
.applicatbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.applicatbtright a{
	display: block;
	width: 180px;
	height: 50px;
	background-color: #1055bd;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}
.applicatlist{
	margin-top: 3.75rem;
}
.applicatlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.applicatlist ul li{
	width: 32%;
	position: relative;
	margin-bottom: 30px;
}
.applicatlist ul li .apimg{
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.applicatlist ul li .apimg img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.applicatlist ul li:hover .apimg img{
	transform: scale(1.05);
}

.applicatlist ul li h3{
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 90%;
	height: 5.625rem;
	line-height: 5.625rem;
	color: #ffffff;
	font-size: 20px;
	font-family: "Poppins_Medium";
	transition: all 1s;
	border-top: 1px solid rgba(255, 255, 255, .2);
}
.applicatlist ul li:hover h3{
	opacity: 0;
}
.applicatlist ul li .aptext{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 30px;
	background-color: rgba(16, 85, 189, .9);
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}
.applicatlist ul li section h1{
	color: #ffffff;
	font-size: 20px;
	font-family: "Poppins_Medium";
}
.applicatlist ul li section p{
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
}
.applicatlist ul li section h2{
	width: 90%;
	display: flex;
	justify-content: space-between;
	height: 5.625rem;
	line-height: 5.625rem;
	border-top: 1px solid rgba(255, 255, 255, .2);
	margin-top: 20px;
}
.applicatlist ul li section h2 span{
	color:#ffffff;
	text-transform: uppercase;
	font-size: 14px;
}
.applicatlist ul li section iconpark-icon {
	font-size: 20px;
	color: #fff;
}
.applicatlist ul li .aptext{
	opacity: 0;
	transition: all 1s;
}
.applicatlist ul li:hover .aptext{
	opacity: 1;
}
.tjcpright{
	width: 50%;
}
.tjcpright img{
	display: block;
	width: 100%;
}
.tjcpright img:last-child{
	display: none;
}
.zuoypu{
	    display: flex
;
    justify-content: flex-end;
    position: absolute;
    width: 170px;
    right: 5%;
    bottom: 5%;
}
.zuoypu .swiper-button-next,.zuoypu .swiper-button-prev{
	position: inherit;
	margin: 0;
	width: 50px;
	height: 50px;
	border: 1px solid #1055bd;
	position: inherit;
	margin: 0 15px;
	margin-top: -70px;
	transition: all 1s;
	border-radius: 5px;
	opacity: 1;
}
.zuoypu .swiper-button-next:hover,.zuoypu .swiper-button-prev:hover{
	border: 1px solid #1055bd;
	background-color: #1055bd;
}

.zuoypu .swiper-button-next:after,.zuoypu  .swiper-button-prev:after{
	font-size: 20px;
	color: #1055bd;
	transition: all 1s;
}
.zuoypu .swiper-button-next:hover:after,.zuoypu  .swiper-button-prev:hover:after{
	color: #fff;
}
.xqallsfw{
	padding-top: 20px;
}
.chanpinimg{
	margin-top: 15px;
}
.cptj .prolist{
	margin-top: 0;
}
.mfoot,.mfootdv{
	display: none;
}

#ipiu{
	margin-right: 1.25rem;
	display: block;
	width: 80px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	padding-left: 3.125rem;
	padding-right: 1.5625rem;
	background-color: #1055bd;
	align-items: center;
	border-radius: 5px;
	transition: all 1s;
	margin-top: 15px;
	position: relative;
}
#ipiu span{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 1s;
}
#ipiu iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	transition: all 1s;
}
.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 90%;
    height: 100%;
    left: 5%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bannersasg  .swiper-slide div section{
	width: 50%;
}
.bannersasg  .swiper-slide section h2{
	text-transform: uppercase;
	font-size: 16px;
	color: #ffffff;
}
.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 24px;
	margin-top: 3rem;
	width: 80%;
}
.bannersasg  .swiper-slide section h4{
	color: #fff;
	font-size: 54px;
	text-transform: uppercase;
	line-height: 65px;
	font-family: "Anton";
	margin-top: 50px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 5rem;
	border: 1px solid #fff;
	transition: all 1s;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.bannersasg  .swiper-slide section a span{
	color: #f7f7f7;
	font-size: 17px;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.bannersasg .swiper-slide section a:hover{
	background-color: #2e508b;
	border-color: #2e508b;
}
.bannersasg .swiper-button-prevs,.bannersasg .swiper-button-nexts{
	position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    left: 5%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    transition: all 1s;
    border-radius: 5px;
}
.bannersasg .swiper-button-nexts{
	left:auto;
	right: 5%;
}
.bannersasg .swiper-button-prevs iconpark-icon,.bannersasg .swiper-button-nexts iconpark-icon{
	color: #fff;
	font-size: 32px;
}
.bannersasg .swiper-button-prevs:hover,.bannersasg .swiper-button-nexts:hover{
	border: 1px solid #1055bd;
    background-color: #1055bd;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 97.5rem;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext section h2{
	font-size: 60px;
	font-family: 'Anton';
	color: #ffffff;
	text-align: center;
}
.nrbanner .btext section p{
	text-align: center;
	font-family: "Poppins_Medium";
	font-size: 22px;
	text-align: center;
	color: #fff;
}
.xiangqing img,.cpxqdv img{
	max-width: 100%;
}
.sjnav,.pronav {
	display: none;
}
.sylistas  .swiper-pagination{
	bottom: 27%;
}
.sylistas .swiper-pagination-bullet{
	background-color: #fff;
}
.sylistas .swiper-pagination-bullet-active{
	width: 30px;
	border-radius: 50px;
	background-color: #1482ff;
}
.sjnewwz{
	display: none;
}
.sjliuyan{
	display: none;
}
.pronav{
	display: block;
}
.syadv .swiper-button-next, .syadv .swiper-button-prev{
	display: none;
}
.splan .swiper-button-next,.splan .swiper-button-prev{
	display: none;
}
.xiangqingall{
	width: 97.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 4.375rem;
}
.cptj{
	width: 25%;
	margin: 0;
}
.cpxq{
	width: 72%;
	margin: 0;
}
.xiangqingall .prolist ul{
	display: block;
}
.xiangqingall .prolist ul li{
	width: calc(100% - 60px);
	margin-bottom: 20px;
}


.yce{
	position: fixed;
	top: 65%;
	right: 15px;
	z-index: 999;
	margin-top: -112.5px;
}
.yce ul li{
	width: 45px;
	height: 45px;
	display: block;
	background-color: rgb(16 85 189);;
	border-radius: 5px;
	margin-bottom: 15px;
	transition: all 1s;
	position: relative;
}
.yce ul li:hover{
	background-color: #1482ff;
}
.yce ul li i{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
	font-size: 16px;
}
.yce ul li iconpark-icon{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
	font-size: 22px;
}
.yce ul li div{
	position: absolute;
	right: -190px ;
	top: 0;
	border-radius: 5px;
	width: 0px;
	overflow: hidden;
	transition: all 1s;
	width: 0px;
	opacity: 0;
	z-index: -99;
	opacity: 0;
}
.yce ul li:hover div{
	right: 20px;
	opacity: 1;
}
.yce ul li div h1{
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 150px;

	background-color: #1482ff;
}
.yce ul li:hover div{
	width: 150px;
	z-index: 99;
	opacity: 1;
	transform: translateX(-40px);
}
.yce ul li div img{
	display: block;
	width: 120px;
	margin: 0 auto;
}
.yce ul li:nth-child(2) div{
	width: 230px;
}
.yce ul li:nth-child(2) div h1{
	width: 230px;
}
.yce ul li:nth-child(3) div{
	width: 120px;
}
.yce ul li:nth-child(3) div h1{
	width: 120px;
}
.yce ul li:hover:nth-child(4) div{
	width: 120px;
}
.slideUp .headdvright .yy a{
	color:#333;
}
@media only screen and (min-width: 1000px) and (max-width: 1600px) {
	.syabright .swiper-slide img {
	    width: auto;
	   height: 740px;
	}
}
.cpxqdv img{
	width: 100%;
}
.xqalls .cptjs{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 40px;
}
.xqalls .prolist ul li{
	box-shadow: 0px 0px 10px #ececec;
}
.cptjsj{
	display: none;
}
.cptjpc{
	display: block;
}
.sjliuyan ul li:first-child{
	width: 45px;
}
.footdvleft ul li:first-child{
	width: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.tjcpleft{
		width: 47.5%;
	}
	.sylistas .swiper-button-next{
	right: 8%;
    left: auto;
}
	.tjcpleftdv{
		width: 100%;
	}
	.tjcpright{
		width: 47.5%;
	}
	.syprodv{
		width: 95%;
	}
	.syprobtleft h3{
		font-size: 36px;
	}
	.syableftdv{
		width: 90%;
	}
	.syabright ul li h2 span{
		font-size: 48px;
	}
	.syadvs{
		width: 95%;
	}
	.advtopdvright{
		width: 53%;
	}
	.patentdv{
		width: 95%;
	}
	.patentdvleft{
		width: 38%;
	}
	.patentdvright{
		width: 56%;
	}
	.market{
		width: 95%;
	}
	.sycasedv{
		width: 95%;
	}
	.cslist .swiper-slide div{
		width: 46.75rem;
	}
	.synewdv{
		width: 95%;
	}
	.innewlistleft{
		width: 32%;
	}
	.innewlistcenter{
		width: calc(32% - 6.25rem);
	}
	.innewlistright{
		width: 32%;
	}
	.innewlistright ul li a .inwleft{
		width: 145px;
	}
	.innewlistright ul li a section{
		width: 18rem;
	}
	.innewlistleft section h2{
		font-size: 18px;
	}
	.anydv{
		width: 95%;
	}
	.anydv form{
		width: 70%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
	    width: 56%;
	}
	.cptj,.cpxq{
		width: 95%;
	}
	.pronav{
		width: 95%;
	}
	.prolist{
		width: 95%;
	}
	.absdv{
		width: 95%;
	}
	.expdv{
		width: 95%;
	}
	.splanbt p{
		width: 95%;
		margin: 0 auto;
		line-height: 30px;
	}
	.splandv{
		width: 95%;
	}
	.ryzzdy{
		width: 95%;
	}
	.applicat{
		width: 95%;
	}
	.jshudv{
		width: 95%;
	}
	.cultlist ul{
		width: 95%;
	}
	.lxwmlist{
		width: 95%;
	}
	.zxly form{
		width: 95%;
	}
	.newslist{
		width: 95%;
	}
	.shownews{
		width: 95%;
	}
	.shownewsleft{
		width: 70%;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 48px;
		margin-top: 20px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 17px;
		    margin-top: 2rem;
	}
	.nrbanner .btext section h2{
		font-size: 48px;
	}
	.nrbanner .btext section p{
		font-size: 17px;
	}
	.advtopdvleft{
		width: 50%;
	}
	.tjcpleft{
		margin-left: 2.5%;
		padding: 30px 0px;
	}
	.tjcpleftdv h3{
		font-size: 32px;
	}
	.xiangqingall{
		width: 95%;
	}
	.cptj{
		width: 25%;
		margin: 0;
	}
	.cpxq{
		width: 72%;
		margin: 0;
	}
	.ryzzbt p,.splanbt p{
		width: 95%;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdv{
		width: 95%;
	}
.sylistas .swiper-button-next{
	right: 10%;
    left: auto;
}
	.tjcpleft{
		width: 47.5%;
	}
	.tjcpleftdv{
		width: 100%;
	}
	.tjcpright{
		width: 47.5%;
	}
	.syprodv{
		width: 95%;
	}
	.syprobtleft h3{
		font-size: 36px;
	}
	.syableftdv{
		width: 90%;
	}
	.syabright ul li h2 span{
		font-size: 48px;
	}
	.syadvs{
		width: 95%;
	}
	.advtopdvright{
		width: 53%;
	}
	.patentdv{
		width: 95%;
	}
	.patentdvleft{
		width: 38%;
	}
	.patentdvright{
		width: 56%;
	}
	.market{
		width: 95%;
	}
	.sycasedv{
		width: 95%;
	}
	.cslist .swiper-slide div{
		width: 46.75rem;
	}
	.synewdv{
		width: 95%;
	}
	.innewlistleft{
		width: 32%;
	}
	.innewlistcenter{
		width: calc(32% - 6.25rem);
	}
	.innewlistright{
		width: 32%;
	}
	.innewlistright ul li a .inwleft{
		width: 145px;
	}
	.innewlistright ul li a section{
		width: 18rem;
	}
	.innewlistleft section h2{
		font-size: 18px;
	}
	.anydv{
		width: 95%;
	}
	.anydv form{
		width: 70%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright {
	    width: 56%;
	}
	
	.pronav{
		width: 95%;
	}
	.prolist{
		width: 95%;
	}
	.absdv{
		width: 95%;
	}
	.expdv{
		width: 95%;
	}
	.splanbt p{
		width: 95%;
		margin: 0 auto;
		line-height: 30px;
	}
	.splandv{
		width: 95%;
	}
	.ryzzdy{
		width: 95%;
	}
	.applicat{
		width: 95%;
	}
	.jshudv{
		width: 95%;
	}
	.cultlist ul{
		width: 95%;
	}
	.lxwmlist{
		width: 95%;
	}
	.zxly form{
		width: 95%;
	}
	.newslist{
		width: 95%;
	}
	.shownews{
		width: 95%;
	}
	.shownewsleft{
		width: 70%;
	}
	.anydv form input{
		width: 15%;
	}
	.cslist .swiper-slide div section p{
		height: 100px;
		overflow:hidden;
		
		text-overflow:ellipsis;
		
		display:-webkit-box;
		
		-webkit-box-orient:vertical;
		
		-webkit-line-clamp:5;
	}
	.pronav ul li{
		margin-bottom: 10px;
	}
	.cultlist ul li section{
		width: 55%;
	}
	.newslist ul li section h3{
		font-size: 18px;
	}
	.newslist ul li section h2 span{
		font-size: 12px;
	}
	.newslist ul li section h2 i{
		font-size: 12px;
	}
	.shownewsright ul li section{
		width: 14.375rem;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 48px;
		margin-top: 20px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 17px;
		    margin-top: 2rem;
	}
	.nrbanner .btext section h2{
		font-size: 48px;
	}
	.nrbanner .btext section p{
		font-size: 17px;
	}
	.tjcpleft{
		margin-left: 2.5%;
		padding: 30px 0px;
	}
	.tjcpleftdv h3{
		font-size: 32px;
	}
	.xiangqingall{
		width: 95%;
	}
	.cptj{
		width: 25%;
		margin: 0;
	}
	.cpxq{
		width: 72%;
		margin: 0;
	}

	.ryzzbt p,.splanbt p{
		width: 95%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1000px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.tjcp{
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.tjcpleft{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.tjcpleftdv{
		width: 100%;
	}
	.tjcpleftdv h3{
		font-size: 20px;
	}
	.tjcpleftdv p{
		font-size: 14px;
	}
	.tjcpleftdv a{
		width: 95px;
		height: 35px;
	}
	.tjcpright{
		width: 95%;
		margin: 0 auto;
	}
	.tjcpright .swiper-button-next, .tjcpright .swiper-button-prev{
		margin: 0 5px;
		width: 35px;
		height: 35px;
		margin-top: -50px;
	}
	.syprodv{
		width: 95%;
	}
	.syprobt{
		display: block;
	}
	.syprobtleft h3{
		font-size: 18px;
		text-align: center;
	}
	.syprobtleft h2{
		text-align: center;
	}
	.tjcpleftdv h2,.tjcpleftdv h3{
		text-align: center;
	}
	.syprobtright{
		margin-top: 15px;
		width: 100%;
	}
	#sypronav .swiper-slide h3{
		font-size: 14px;
	}
	#syprolist ul{
		flex-wrap: wrap;
	}
	#syprolist ul li{
		width: 41%;
		padding: 4%;
	}
	#syprolist ul li .syprdvtext{
		padding: 4%;
		width: 92%;
	}
	#syprolist ul li:hover .syprdvtext{
		display: none;
	}
	.syab{
		display: block;
	}
	.syableft{
		width: 100%;
		display: block;
	}
	.syableftdv{
		width: 95%;
		display: block;
		margin: 0 auto;
	}
	.syabnr{
		width: 100%;
	}
	.syabnr h2{
		text-align: center;
		margin-bottom: 5px;
	}
	.syabnr h3{
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 20px;
	}
	.syabnr p{
		font-size: 12px;
		line-height: 25px;
	}
	.syabright{
		width: 100%;
		height: 300px;
	}
	.syabnr section a{
		width: 95px;
		height: 35px;
	}
	.syabnr section a:last-child{
		width: 120px;
		height: 35px;
	}
	.syabright ul{
		flex-wrap: wrap;
	}
	.syabright ul li{
		width: 50%;
	}
	.syabright ul li h2 span{
		font-size: 26px;
		margin-right: 5px;
	}
	.syabright ul li h2 i{
		font-size: 14px;
	}
	.syabright ul li p{
		font-size: 12px;
		    margin-top: -7px;
	}
	.syadvs{
		width: 95%;
	}
	.syadvbt h2{
		text-align: center;
	}
	.syadvbt h3{
		text-align: center;
		font-size: 18px;
	}
	.advtopdv{
		display: block;
	}
	.advtopdvleft{
		width: 100%;
		height: 300px;
	}
	.advtopdvright{
		width: 95%;
		padding: 2.5%;
	}
	.advtopdvright div h2{
		height: auto;
	}
	.advtopdvright div h2{
		font-size: 16px;
		text-transform: uppercase;
	}
	.advtopdvright div p{
		font-size: 12px;
		line-height: 25px;
	}
	.advtopdvright div img{
		float: none;
		width: 150px;
		margin-top: 15px;
	}
	#advdown .swiper-slide h2{
		font-size: 14px;
	}
	.patentdv{
		width: 95%;
		display: block;
	}
	.patentdvleft{
		width: 100%;
	}
	.patentdvleft h3{
		width: 100%;
		font-size: 18px;
		text-align: center;
		line-height: 20px;
	}
	.patentdvleft h2{
		text-align: center;
		margin-bottom: 5px;
	}
	.patentdvleft i{
		margin: 0 auto;
	}
	.patentdvleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.patentdvleft ul li{
		width: 15%;
	}
	.patentdvright{
		width: 100%;
		margin-top: 15px;
	}
	.market{
		width: 95%;
	}
	.marketbt{
		display: block;
	}
	.marketbtleft h2{
		text-align: center;
	}
	.marketbtleft h3{
		text-align: center;
		font-size: 18px;
	}
	.marketbtright a{
		width: 120px;
		height: 40px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.marketlist ul li{
		width: 48%;
	}
	.marketlisttop section{
		height: 35px;
		width: 90%;
		font-size: 14px;
		line-height: 35px;
	}
	.marketlist ul li:hover .marketlistdown{
		display: none;
	}
	.marketlist ul li:hover .marketlisttop section{
		opacity: 1;
	}
	.marketbtright a{
		width: 95px;
		height: 35px;
	}
	.sycaselist{
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.cslist .swiper-slide div{
		position: relative;
		width: 100%;
		right: 0;
	}
	.cslist .swiper-slide div h2{
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}
	.cslist .swiper-slide div section p{
		font-size: 12px;
		line-height: 25px;
	}
	.cslist .swiper-slide div section i{
		margin-top: 5px;
	}
	.cslist .swiper-button-next, .cslist .swiper-button-prev{
		left: 0;
		width: 35px;
		height: 35px;
		background-color: rgba(255, 255, 255, .8);
		top: 21%;
	}
	.cslist .swiper-button-next, .cslist .swiper-rtl .swiper-button-prev{
		left: auto;
		right: 0;
	}
	.cslist .swiper-button-next:after, .cslist .swiper-button-prev:after{
		font-size: 14px;
	}
	.synews{
		padding: 30px 0; 
	}
	.synewdv{
		width: 95%;
	}
	.innewlistleft,.innewlistcenter{
		display: none;
	}
	.innewlistright{
		width: 100%;
	}
	.innewlistright ul li{
		margin-bottom: 10px;
	}
	.innewlistright ul li a .inwleft{
		width: 40%;
	}
	.innewlistright ul li a section{
		width: 55%;
	}
	.innewlistright ul li a section h2{
		font-size: 16px;
	}
	.innewlistright ul li a section p{
		font-size: 12px;
		line-height: 25px;
	}
	.any{
		padding: 30px 0px;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.anydv form{
		display: block;
		width: 100%;
	}
	.anydv form input{
		width: 96%;
		padding: 0 2%;
		margin-bottom: 10px;
	}
	.anydv form input:nth-child(3){
		width: 96%;
	}
	.foot{
		display: none;
	}
	.shownav ul li a{
		font-size: 13px;
		line-height: 45px;
	}
	.shownav ul li{
		height: 45px;
	}
	.mbx{
		display: none;
	}
	.chanpinimg{
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.chanpinimgleft .swiper-vertical>.swiper-wrapper{
		flex-direction: row;
	}
	.chanpinimgright{
		width: 100%;
		margin-top: 20px;
	}
	.chanpinimgright h1{
		font-size: 17px;
		line-height: 30px;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.chanpinimgright p{
		font-size: 12px;
	}
	.cennuodv a{
		width: 40%;
		height: 40px;
		line-height: 40px;
	}
	.cpxqdv{
		padding: 5%;
	}
	.fy{
		display: block;
		margin-top: 15px;
	}
	.fy p a{
		line-height: 30px;
		font-size: 12px;
	}
	.cptjs .prolist{
		width: 100%;
	}
	.chanpinimg{
		width: 95%;
	}
	.xqallsfw{
		padding-top: 10px;
	}
	.cptj,.cpxq{
		width: 95%;
	}
	.cpxqdv{
		width: 90%;
	}
	.prolist ul li{
		width: 40%;
		margin: 1%;
		padding: 4%;
	}
	.prolist ul li:hover .syprdvtext{
		display: none;
	}
	.prolist ul li .syprdvtop section h3{
		font-size: 15px;
	}
	.prolist ul li .syprdvtop section p{
		font-size: 12px;
	}
	.pronav{
		width: 95%;
	}
	.pronav ul li{
		line-height: 35px;
		height: 35px;
		margin-bottom: 10px;
	}
	.pronav ul li a{
		font-size: 12px;
	}
	.prolist{
		width: 95%;
		margin-top: 0;
	}
	.absbt h1{
		font-size: 18px;
	}
	.absbt p{
		font-size: 14px;
	}
	.absdv{
		width: 95%;
	}
	.absdv h2{
		font-size: 12px;
		line-height: 25px;
	}
	.absdv ul{
		flex-wrap: wrap;
	}
	.absdv ul li{
		width: 49%;
		margin-top: 10px;
	}
	.absdv ul li h3 span{
		font-size: 26px;
	}
	.absdv ul li h3 i{
		font-size: 12px;
	}
	.absdv ul li h4{
		font-size: 12px;
		margin-top: -5px;
		text-align: center;
	}
	.exp{
		background: none;
		padding: 30px 0px;
	}
	.expdv{
		width: 95%;
		display: block;
	}
	.expdvleft{
		width: 100%;
	}
	.expdvleft h1{
		width: 100%;
		text-align: center;
		font-size: 18px;
		line-height: 20px;
	}
	.expdvleft h3{
		text-align: center;
		font-size: 14px;
		line-height: 30px;
		padding-bottom: 20px;
	}
	.expdvleft i{
		margin-bottom: 20px;
	}
	.expdvleft p{
		line-height: 25px;
		font-size: 12px;
	}
	.expdvright{
		width: 100%;
		margin-top: 20px;
	}
	.splanbt h1{
		font-size: 18px;
	}
	.splanbt p{
		line-height: 25px;
		font-size: 12px;
	}
	.splandv{
		width: 95%;
		margin-top: 20px;
	}
	.splandv #thumbs .swiper-slide section span{
		font-size: 13px;
	}
	.mdr{
		display: block;
	}
	.mdrleft{
		width: 100%;
	}
	.mdrright{
		width: 100%;
		margin-top: 15px;
	}
	.mdrright section h1{
		font-size: 16px;
		height: 40px;
	}
	.mdrright h3 p{
		font-size: 12px;
	}
	.mdrright h3 span{
		margin-top: 10px;
	}
	.ryzzbt h1{
		font-size: 18px;
	}
	.ryzzbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.ryzzbt ul{
		width: 95%;
		margin: 0 auto;
	}
	.ryzzbt ul li{
		width: 20%;
	}
	.ryzzdy{
		width: 95%;
	}
	.rylist{
		width:72%;
	}
	#btn3, #btn4{
		width: 40px;
		height: 40px;
	}
	#btn3 iconpark-icon, #btn4 iconpark-icon{
		width: 40px;
		height: 40px;
	}
	.shownav ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.shownav ul li{
		width: 50%;
	}
	.shownav ul li:nth-child(3),.shownav ul li:nth-child(2){
		background-color: #f1f1f1;
	}
	.newslist{
		width: 95%;
	}
	.newslist ul li{
		width: 48%;
	}
	.newslist ul li section{
		padding: 5%;
	}
	.newslist ul li section h2{
		display: none;
	}
	.newslist ul li section h3{
		margin-top: 0px;
	}
	.newslist ul li section h3{
		font-size: 15px;
		margin-bottom: 0;
	}
	.newslist ul li section p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.shownews{
		width: 95%;
		display: block;
	}
	.shownewsleft{
		width: 100%;
	}
	.shownewsleftbt h1{
		font-size: 16px;
	}
	.shownewsright{
		margin-top: 10px;
		width: 95%;
		padding: 2.5%;
	}
	.shownewsright ul li section{
		width: 60%;
	}
	.cpxqbts{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.shownewsright ul li section p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.shownewsright ul li section h1{
		font-size: 15px;
	}
	.lxwmbt h1{
		font-size: 18px;
	}
	.lxwmbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.lxwmlist{
		width: 95%;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
	.lxwmlist ul li h2{
		font-size: 15px;
		margin: 10px 0px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.zxly h1{
		font-size: 18px;
	}
	.zxly p{
		font-size: 14px;
		line-height: 25px;
	}
	.zxly form{
		width: 95%;
	}
	.zxly form div input{
		width: 95%;
		padding: 0 2.5%;
		height: 40px;
		font-size: 14px;
	}
	.zxly form textarea{
		width: 95%;
		padding: 2.5%;
	}
	.zxly form div input::placeholder,.zxly form div textarea::placeholder{
		font-size: 14px;
	}
	.zxly form button{
		width: 150px;
		height: 40px;
	}
	.jshudv{
		width: 95%;
		display: block;
	}
	.jshuleft{
		width: 100%;
	}
	.jshuleft h1{
		font-size: 16px;
	}
	.jshuleft h2 p{
		font-size: 12px;
		line-height: 25px;
	}
	.jshuleft h2 i {
	    display: block;
	    width: 6px;
	    height:6px;
	    border-radius: 50%;
	    background-color: #2a58a7;
	    margin-right: 10px;
	    margin-top: 9px;
	}
	.jshuright{
		margin-top: 10px;
		width: 100%;
	}
	.cus h1{
		font-size: 18px;
	}
	.cus p{
		width: 95%;
		font-size: 14px;
		line-height: 30px;
	}
	.cus a{
		height: 35px;
	}
	.culturebt h1{
		font-size: 18px;
	}
	.culturebt p{
		font-size: 12px;
		line-height: 25px;
		width: 95%;
		margin: 0 auto;
		text-align: center;
	}
	.cultlist ul{
		width: 95%;
		margin: 0 auto;
	}
	.cultlist ul li{
		width: 41%;
		padding: 4%;
		display: block;
	}
	.cultlist ul li i{
		width: 40px;
		height: 40px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.cultlist ul li section{
		width: 100%;
	}
	.cultlist ul li section h2{
		font-size: 16px;
	}
	.cultlist ul li section p{
		font-size: 12px;
		line-height: 25px;
	}
	.cultlist ul li:nth-child(2),.cultlist ul li:nth-child(4){
		border-right: none;
	}
	.cultlist ul li:nth-child(3){
		border-right: 1px dashed #5c8ad0;
	}
	.cultlist ul li:nth-child(4){
		border-bottom: 1px dashed #5c8ad0;
	}
	.cultlist ul li:nth-child(3)::after {
	    left: unset;
		right: -5px;
	}
	.bannersasg .swiper-slide div{
		width: 100%;
        left: 0%;
        background-color: rgba(0, 0, 0, .5);
        justify-content: center;
	}
	.bannersasg .swiper-slide section h2{
		text-align: center;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 24px;
		text-align: center;
		line-height: 30px;
		margin-top: 0px;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 15px;
		text-align: center;
		width: 100%;
		font-weight: bold;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide div section {
	    width: 95%;
	}
	.nrbanner .btext section h2{
		font-size: 24px;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext section p{
		font-size: 14px;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner {
		overflow: hidden;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#1055bd;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #214e93;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.cultlist ul li i{
		font-size: 20px;
	}

	.prolist ul li .syprdvtop>img{
		width: 50px;
	}
	.anydv form button{
		width: 95px;
		height: 40px;
	}
	.cus a{
		width: 100px;
	}
	#syprolist ul li .syprdvtop>img{
		width: 60px;
	}
	#syprolist ul li .syprdvtop section p{
		font-size: 12px;
	}
	#syprolist ul li .syprdvtop section h3{
		font-size: 15px;
	}
	.syabnr section a:hover:last-child img{
		height: 35px;
		left: 30%;
		margin-left: 17.5px;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
		width: 100%;
	}
	.bannersasg .swiper-slide img{
		width: 170%;
        margin-left: -15%;
		    max-width: max-content;
	}
	.tjdcoa{
		display: block;
		width: 95%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.tjcpleftdv ul li {
	    margin-right: 1%;
	    width: 32%;
	}
	.tjcpleftdv ul li h4{
		font-size: 12px;
	}
	.zuoypu{
		width: 100%;
		bottom: 0;
		right: 0;
	}
	.zuoypu .swiper-button-next, .zuoypu .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.tjcpright{
		width: 100%;
		margin-top: 15px;
	}
	.sylistas img{
		display: block;
		width: 100%;
	}
	.syabright{
		height: auto;
	}
	.syabright .swiper-button-next:after, .syabright .swiper-button-prev:after{
		font-size: 20px;
	}
	.syabright .swiper-button-next,.syabright .swiper-button-prev{
		z-index: 999;
	}
				.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		margin: 10px 0px;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg  a{
		display: block;
        border: 0;
        width: calc(90% - 30px);
        margin: 0 auto;
        background-image: linear-gradient(91.0deg, rgb(16 85 189) 0.0, rgb(7 145 234) 99.5%);
        padding: 10px 15px;
        border-radius: 0;
        font-size: 18px;
        color: rgb(255 255 255 / 100%);
        outline: none;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 18px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		        background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: block !important;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 15px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
		border-bottom: 1px solid #353030;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.glptlist ul li span{
		font-size: 32px;
		text-align: center;
	}
	.duijielist ul li h1 img{
		width: 35px;
	}
	.duijielist ul li h1 img:last-child{
		width: 35px;
	}
	.qywhdvcenter {
	    padding: 14.6875rem;
	}

	.sgewhj div{
		width: calc(95% - 32px);
		height: 40px;
		line-height: 40px;
	}

	.sgewhj div section input{
		width: 70%;
		height: 40px;

	}
	.sgewhj a{
		margin-top: 20px;
	}
	.snew{
		display: none;
	}
	.bannersasg .swiper-button-prevs, .bannersasg .swiper-button-nexts{
		border: none;
		display: none;
	}
	.htmleaf-container{
		position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #fff;
	}
	.htmleaf-containerdv{
		display: block;
		height: 50px;
		overflow: hidden;
	}
	.bannersasg .swiper-slide section h2{
		display: none;
	}
	.bannersasg .swiper-slide section a{
		display: flex;
		width: 100px;
    	height: 35px;
    	margin: 0 auto;
    	margin-top: 15px;
    	padding: 0 15px;
    	justify-content: center;
	}
	.bannersasg .swiper-slide section a span{
		font-size: 13px;
	}
	.tjcpleftdv ul li:last-child{
		display: none;
	}
	.tjcpleftdv h2{
		font-size: 17px;
	}
	.tjcpleft{
		width: 100%;
	}
	.zuoypu{
		bottom: 15%;
	}
	.syprobtleft h2{
		font-size: 17px;
	}
	.syprobtleft h3{
		font-size: 20px;
	}
	#syprolist ul li .syprdvtop div img{
		width: 120%;
		margin-left: -10%;
	}
	#syprolist ul li .syprdvtop section{
		margin-top: 0;
	}
	#syprolist ul li .syprdvtop section h3 {
        font-size: 18px;
    }
    #syprolist ul li .syprdvtop section p {
        font-size: 14px;
    }
    .syadvbts{
    	display: flex;
    	flex-direction: column-reverse;
    }
    #advdown{
    	width: 100%;
    	margin-top: 0;
    	margin-bottom: 4.375rem;
    }
    #advtop{
    	width: 100%;
    }
	#advdown .swiper-slide h2 {
        font-size: 15px;
    }
    .syadvbt h2,.syabnr h2,.patentdvleft h2,.marketbtleft h2{
    	font-size: 17px;
    }
    .syabnr h3,.syadvbt h3,.patentdvleft h3,.marketbtleft h3,.lxwmbt h1,.zxly h1{
    	font-size: 20px;
    }
    .syabnr p,.advtopdvright div p,.patentdvleft p,.absdv h2,.expdvleft p,.splanbt p,.culturebt p,.lxwmbt p{
    	font-size: 14px;
    	line-height: 30px;
    }
    .advtopdvright div h2{
    	font-size: 18px;
    	line-height: 45px;
    }
    .syabright ul{
    	position: initial;
    }
    .syabright ul li h2 span,.syabright ul li h2 i{
    	color: #1055bd;
    }
    .syabright ul li p{
    	color: #333;
    }
    .syabright ul li h2 i{
    	font-size: 16px;
    }
    .syabright ul li h2 span{
    	font-size: 28px;
    }
    .syabright ul li p{
    	font-size: 14px;
    }
    .syab .swiper-button-next,.syab .swiper-button-prev{
    	width: 40px;
    	height: 40px;
    	background-color: #1055bd;
    	border-radius: 5px;
    }
    .sylistas  .swiper-pagination{
		display: block;
	}
	.patentdvleft ul li {
        width: 21%;
    }
    .rydv ul {
    	height: 79rem;
    }
    .marketbtright a{
    	display: none;
    }
    .synews .marketbtright a{
    	display: flex;
    }
    .sjnewwz{
    	display: block;
    }
    .sjnewwz{
    	font-size: 14px;
    	line-height: 30px;
    	text-align: center;
    	color: #333333;
    }
    .innewlistright ul li{
    	 margin-bottom: 15px;
    }
    .innewlistright{
    	margin-top: 15px;
    }
    .innewlistright ul li a section p{
    	font-size: 14px;
    }
    .absbt h1{
    	font-size: 20px;
    }
    .absbt p{
    	font-size: 16px;
    }
    .absdv ul li h3 span{
    	font-size: 28px;
    }
    .absdv ul li h3 i {
        font-size: 15px;
    }
    .absdv ul li h4{
    	font-size: 14px;
    }
    .expdvleft h1{
    	font-size: 20px;
    }
    .splanbt h1{
    	font-size: 20px;
    	line-height: 45px;
    }
    .mdrright h3 p{
    	font-size: 14px;
    }
    .splan{
    	background-size: cover;
    }
    .ryzzbt h1{
    	font-size: 20px;
    }
    .ryzzbt p{
    	font-size: 14px;
    	line-height: 30px;
    }
    .jshuleft h2 p{
    	line-height: 30px;
    	font-size: 14px;
    }
    .jshuleft h2 i{
    	margin-top: 12px;
    }
    .jshudv{
    	display: flex;
    	flex-direction: column-reverse;
    }
    .jshu ul li:nth-child(2n) .jshudv{
    	flex-direction: column-reverse;
    }
    .jshuleft{
    	margin-top: 15px;
    }
    .cultlist ul li i{
    	width: 60px;
    	height: 60px;
    	font-size: 36px;
    }
    .culturebt h1,.cus h1{
    	font-size: 20px;
    	line-height: 35px;
    }
    .cultlist ul li section p{
    	font-size: 14px;
    	line-height: 30px;
    }
    .shownav ul li a{
    	font-size: 15px;
    }
    .newslist ul li section p{
    	font-size: 14px;
    }
    .shownewsright ul li section p{
    	font-size: 14px;
    }
    .shownewsright ul li{
    	padding-bottom: 10px;
    	margin-bottom: 10px;
    }
    .fy p a{
    	font-size: 14px;
    }
    .lxwmlist ul li h2{
    	font-size: 17px;
    }
    .lxwmlist ul li:hover h2{
    	font-size: 17px;
    }
    .chanpinimgright p{
    	font-size: 14px;
    }
    .chanpinimgright h1 {
        font-size: 18px;
        line-height: 40px;
    }
    .prolist ul li .syprdvtop section p {
        font-size: 14px;
    }
    .prolist ul li .syprdvtop section h3 {
        font-size: 17px;
    }
    .lxwmlist ul li iconpark-icon{
    	width: 65px;
    	height: 65px;
    	font-size: 28px;
    }
    .zxly form div input{
    	height: 43px;
    	border-radius: 5px;
    }
    .zxly form textarea{
    	border-radius: 5px;
    }
    .zxly form button{
    	margin-top: 15px;
    }


    .sjliuyan{
		display: block;
		padding: 30px 2.5%;
		width: 95%;
		background-color: #1a1a1a;
	}
	.sjliuyan>h1{
		text-align: center;
		font-size: 20px;
		margin-bottom: 10px;
		color: #fff;
		text-transform: uppercase;
		font-family: "Poppins_Medium";
		margin-bottom: 15px;
	}
	.sjliuyan form{
		margin-bottom: 25px;
	}
	
	.sjliuyan form div {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.sjliuyan form div input{
		width: 28%;
		padding: 0 2%;
		background-color: #fff;
		height: 40px;
		border: none;
		border-radius: 7px;
		outline: none;
		font-size: 14px;
	}
	.sjliuyan form textarea{
		width: 96%;
		padding: 1% 2%;
		font-size: 14px;
		border: none;
		margin-top: 0.5%;
		line-height: 40px;
		font-family: "Poppins";
		outline: none;
		border-radius: 7px;
		margin-top: 10px;
	}
	.sjliuyan form button {
	    width: 120px;
	    height: 40px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin-top: 15px;
	    color: #fff;
	    font-size: 14px;
	    border: none;
	    border-radius: 5px;
		background-color: #1055bd;
	    transition: all 1s;
	}
	
	.sjliuyan section{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sjliuyan section h1{
		color: #fff;
		width: 50%;
		font-size: 14px;
		font-family: "Poppins_Light";
	}
	.sjliuyan section h1:last-child{
		width: 100%;
	}
	.sjliuyan section h1 i {
	    color: #fff;
	    font-family: "Poppins_Light";
	    font-size: 16px;
	    margin-bottom: 10px;
	    line-height: 40px;
		font-weight: bold;
	}
	.sjliuyan ul{
		display: flex;
		justify-content: flex-start;
		margin-top: 15px;
	}
	.sjliuyan ul li{
		width: 35px;
		margin-right: 15px;
	}
	.sjliuyan ul li img{
		width: 100%;
		display: block;
	}
	.sjliuyan ul li a{
		display: block;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
	}
	.sjliuyan ul li a img{
		display: block;
		width: 100%;
		margin: 0;
		position: relative;
		z-index: 2;
	}
	.sjliuyan ul li a:after{
		content: "";
	    width: 80%;
	    height: 80%;
	    background-color: #fff;
	    display: block;
	    position: absolute;
	    top: 10%;
	    left: 10%;
	    border-radius: 50%;
	}
	.any{
		display: none;
	}
	.syabright .swiper-slide:nth-child(1){
		display: none;
	}
	.tjcpright img:last-child{
		display: block;
	}
	.tjcpright img:nth-child(1){
		display: none;
	}
	.pronav {
	    display: none;
	}
	.chanpinimgright p{
		line-height: 24px;
	}
	.cpxqdv{
		width: 100%;
		padding: 0;
	}

	#ipiu{
	    width: 100px;
	    height: 36px;
	    display: flex;
	    justify-content: space-between;
	    padding-left: 3.125rem;
	    padding-right: 1.5625rem;
	    border: 1px solid #1055bd;
	    align-items: center;
	    border-radius: 5px;
	    transition: all 1s;
	    background-color: #1055bd;
		margin-top: 3.75rem;
	}
	#ipiu span{
		color: #fff;
	    font-size: 14px;
	    text-transform: uppercase;
	}
	#ipiu iconpark-icon {
	    color: #fff;
	    font-size: 20px;
	}
	#advdown .swiper-slide i{
		width: 15px;
		height: 15px;
	}
	#advdown::after{
		top: 0;
	}
	.syabright ul li h2 span, .syabright ul li h2 i{
		color: #1055bd;
	}
	.syabright ul li p,.absdv ul li h4{
		text-transform: capitalize;
		font-weight: bold;
	}
	.sjliuyan ul li{
		width: 40px;
		margin-right: 25px;
	}
	.syadv .swiper-button-next,.syadv .swiper-button-prev{
		display: block;
		width: 40px;
        height: 40px;
        background-color: #1055bd;
        border-radius: 5px;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50rem;
	}
	.syadv .swiper-button-next:after,.syadv .swiper-button-prev:after{
		font-size: 20px;
	}
	.mobile-inner-header{
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.ss{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
	}
	.ss iconpark-icon{
		font-size: 20px;
	}
	.ssdv{
		width: 100%;
		background-color: #fff;
		top: 0px;
		left: 0;
		position: relative;
		z-index: 10;
		z-index: 999;
		padding: 15px 0px;
		padding: 0;
		height: 0;
		overflow: hidden;
		transition: all .5s;
	}
	.ssdv form{
		        width: 95%;
		margin: 0 auto;
	}
	.ssdv form{
		display: flex;
		justify-content: space-between;
	}
	.ssdv form input{
		height: 35px;
		line-height: 35px;
		border: none;
		border:1px solid #dcdcdc;
		outline: none;
		width: 76%;
		padding: 0 1%;
	}
	.ssdv form button{
		border: none;
		background-color: #333333;
		color: #fff;
		width: 20%;
		font-size: 14px;
	}
	.mobile-inner-nav{
		z-index: 9999;
	}
	#sypronav .swiper-wrapper{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sypronav .swiper-slide i{
		display: none;
	}
	#sypronav .swiper-slide{
		width: 48% !important;
		height: 38px;
		background-color: #fff;
		border: 1px solid #1055bd;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 5px 0;
		border-radius: 5px;
	}
	#sypronav .swiper-slide-thumb-active {
		background-color: #1055bd;
		color: #fff;
	}
	#sypronav .swiper-slide-thumb-active h3{
		color: #fff;
	}
	.splan .swiper-button-next,.splan .swiper-button-prev{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
        height: 40px;
        border: 1px solid #fff;
	    transition: all 1s;
	    border-radius: 5px;
	    opacity: 1;
	    background-color: #fff;
	    top: 31rem;
	}
	.splan .swiper-button-next:after, .splan .swiper-button-prev:after {
	    font-size: 20px;
	    color: #1055bd;
	    transition: all 1s;
	}
	.xiangqingall{
		width: 95%;
		flex-direction: column-reverse;
	}
	.cptj{
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	.cpxq{
		width: 100%;
		margin: 0;
	}
	.xiangqingall .prolist ul{
		display: flex;
	}
	.xiangqingall .prolist ul li{
		width: 40%;
	}
	.yce{
		display: none;
	}
	.xiangqingall .fy{
		display: none;
	}
	.m_img{
		background: #f7f7f7;
		margin:  0px 0px;
		padding: 10px 0px;
	}
	.advtopdvright div img{
		margin: 0 auto;
        width: 150px;
        margin-top: 15px;
        display: none;
	}
	.xqalls .cptjs{
		width: 95%;
		margin-top: 15px;
	}
	.sylistas .swiper-button-next, .sylistas .swiper-button-prev{
		left: 5%;
	}
	.sylistas .swiper-button-next{
		left: auto;
		right: 5%;
	}
	.yy{
		position: absolute;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 27%;
        top: 0;
        z-index: 99;
	}
	.yy a{
	    font-size: 14px;
	    color: #333;
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
	}
	.yy a iconpark-icon{
		font-size: 18px;
	    margin-right: 10px;
	}
	.sylistas .swiper-pagination{
		bottom: 5%;
	}
	.splanbt p,.ryzzbt p{
		width: 95%;
	}
	.bannersasg .swiper-slide section h3{
		margin-top: 15px;
		margin-bottom: 15px;
		line-height: 30px;
	}
	.bannersasg .swiper-slide section h4{
		font-weight: bold;
	}
	.cptjsj{
		display: block;
	}
	.cptjpc{
		display: none;
	}
	.cptjsj .prolist ul{
		flex-wrap: nowrap;
	}
	.cptjsj .prolist ul li{
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.xiangqingall .prolist ul li .syprdvtop{
		padding: 15px;
	}
	.xiangqingall {
        width: 95%;
        flex-direction: column;
    }
   .cptjsj .swiper-button-next:after,.cptjsj .swiper-button-prev:after{
    	font-size: 20px;
    	color: #1055bd;
    }
    .cptjsj{
    	margin-bottom: 15px;
    }
    .chanpinimgright h1{
    	line-height: normal;
    	font-size: 20px;
    	margin-top: 10px;
    }
    .mobile-inner-img>a{
    	    position: relative;
	    z-index: 999;
	    width: 150px;
	    display: block;
    }
    .sjliuyan ul li:first-child{
		width: 45px;
	}
}