/* 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: "TechnaSans";
	src:url('../font/technasans-regular.otf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_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: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_Bold";
	src:url('../font/Montserrat-Bold_0.otf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Tungsten_Semibold";
	src:url('../font/Tungsten-Semibold.otf');
}

body {
	font-family: "Poppins";
}

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: 80px;
	width: 100%;
	transition: all .5s;
	top: 20px;
	left: 0rem;
	
}

.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;
	top: 0;
}

.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: 50px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 1370px;
	background-color: rgba(255,255,255,0.3);
	padding: 15px;
	border-radius: 60px;
	align-items: center;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	margin-right: 15px;
	display: block;
}

.slideUp .headdv{
	width: calc(100% - 30px);
	background-color: #fff;
	border-radius: 0;
}
.headdvright {
	width: 45%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.headdvright ul li {
	transition: all .3s;
	position: relative;
}

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

.headdvright ul li a span {
	font-size: 16px;
	color: #3a4573;
	display: block;
	font-family: "Poppins_Light";
}
.headdvright ul li::after{
	content: "";
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 2px;
	background-color: transparent;
	left: 0;
	transform: all 1s;
}
.headdvright ul li:hover a span {
	color: #3a4573;
	font-weight: bold;
}
.headdvright ul li.active a span {
	color: #3a4573;
	font-weight: bold;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .ss iconpark-icon,.slideUp .yyan iconpark-icon{
	color: #434e7a;
}
.slideUp .headdvright ul li:hover a span{
	color: #434e7a;
}
.slideUp .headdvright ul li.active a span{
	color: #434e7a;
}
.slideUp .headdvright ul li:hover::after{
	background-color: #434e7a;
}
.slideUp .headdvright ul li.active::after{
	background-color: #434e7a;
}
.lxzx a{
	display: block;
	width: 190px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	color: #3a4573;
	font-size: 14px;
	line-height: 50px;
	font-family: "Poppins_Light";
	transition: all 1s;
}
.lxzx a:hover{
	background-color: #3a4573;
	color: #fff;
}
.banners img{
	display: block;
	width: 100%;
}
.headdvleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.headdvleft span{
	color: #4d4d4d;
	font-size: 16px;
	text-transform: uppercase;
}
.core{
	padding: 6.875rem 0px;
	background-color: #f7f7f7;
	padding-bottom: 12.5rem;
}
.coredv{
	width: 87.5rem;
	margin: 0 auto;
}
.corebt{
	margin-bottom: 3.125rem;
	text-align: center;
	color: #333333;
	font-size: 45px;
	font-family: "Poppins_Medium";
}
.corelist ul{
	display: flex;
	justify-content: space-between;
}
.corelist ul li{
	width: 24%;
	position: relative;
}
.corelist ul li .coreimg{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.corelist ul li .coreimg img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.corelist ul li:hover .coreimg img{
	transform: scale(1.05);
}
.corelist ul li .coretext{
	width: calc(90% - 70px);
	position: absolute;
	padding: 15px 35px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #ededed;
	bottom: -80px;
	left: 5%;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.coretext dl{
	display: none;
}
.coretext h3{
	display: none;
}
.corelist ul li .coretext div {
	width: 50%;
}
.corelist ul li .coretext div i{
	color: #3a4573;
	font-size: 32px;
	margin-bottom: 15px;
}
.corelist ul li .coretext div  h1{
	color: #333333;
	font-size: 20px;
}
.corelist ul li .coretext>iconpark-icon{
	color: #333333;
	font-size: 36px;
	margin-top: 20px;
}
.corelist ul li:hover .coretext div {
	width: 100%;
}
.corelist ul li:hover .coretext>iconpark-icon{
	display: none;
}
.corelist ul li:hover .coretext dl{
	display: block;
}
.corelist ul li:hover .coretext h3{
	display: block;
}
.corelist ul li .coretext h3{
	color: #3a4573;
	font-size: 16px;
	font-family: "Poppins_Medium";
	margin-top: 1.25rem;
}
.corelist ul li .coretext dl{
	margin-top: 1.25rem;
}
.corelist ul li .coretext dl dd{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 10px 0px;
}
.corelist ul li .coretext dl dd i{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
	margin-top: 3px;
	margin-right: 6px;
}
.corelist ul li .coretext dl dd i img{
	display: block;
}
.corelist ul li .coretext dl dd span{
	display: block;
	width: 85%;
	color: #808080;
	font-size: 16px;
}
.corelist ul li:hover .coretext{
	background-color: transparent;
	background-image: linear-gradient(rgba(255,255,255,0.9), rgba(255,255,255,1));
}
.syabout{
	width: 87.5rem;
	margin: 7.5rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syaboutleft,.syaboutright{
	width: 45%;
}
.syaboutright img{
	display: block;
	width: 100%;
}
.syaboutleft h1{
	color: #3a4573;
	font-size: 45px;
	font-family: "Poppins_Medium";
	margin-bottom: 1rem;
}
.syaboutleft p{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}
.syaboutleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
	width: 148px;
	padding-left: 23px;
	padding-right: 7px;
	background-color: #3a4573;
	height: 45px;
	border-radius: 50px;
}
.syaboutleft a span{
	color: #ffffff;
	font-size: 15px;
}
.syaboutleft a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	background-color: #fff;
	font-size: 16px;
	color: #3a4573;
}
.syadv{
	width: 100%;
	position: relative;
}
.syabt{
	position: absolute;
	top: 6.25rem;
	width: 100%;
	left: 0;
	z-index: 9;
}
.syabtdv{
	width: 87.5rem;
	margin: 0 auto;
}
.syabtdv h1{
	color: #ffffff;
	font-size: 45px;
	font-family: "Poppins_Medium";
}
.syabtdv p{
	color: #ffffff;
	font-size: 16px;
	margin-top: 15px;
	line-height: 35px;
}
.syadv #gallery .swiper-slide img{
	display: block;
	width: 100%;
}
.syadv #gallery .swiper-slide h1{
	color: #fff;
	font-size: 180px;
	font-family: "Poppins_Bold";
	position: absolute;
	bottom: 10.875rem;
	width: 87.5rem;
	opacity: 0.35;
	font-style: italic;
	left: 50%;
	margin-left: -43.75rem;
}
.syadv #gallery .swiper-slide p{
	color: #ffffff;
	font-size: 16px;
	margin-top: 15px;
	line-height: 35px;
	position: absolute;
	width: 87.5rem;
	left: 50%;
	    top: 12rem;
    margin-left: -43.75rem;
}
.syadv #thumbs{
	width: 87.5rem;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -43.75rem;
	bottom: 6.25rem;
}
.syadv #thumbs .fewg{
	width: calc(100% - 60px);
	padding: 30px;
	background: url(../images/advbg_05.png) center no-repeat;
	border-radius: 7px;
	background-size: cover;
	transition: all 1s;
}
.syadv #thumbs .fewg h1{
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
	transition: all 1s;
}
.syadv #thumbs .fewg i{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333;
	transition: all 1s;
	font-size: 32px;
}
.syadv #thumbs .swiper-slide-thumb-active .fewg{
	background: url(../images/advbg_03.png) center no-repeat;
	background-size: cover;
}
.syadv #thumbs .swiper-slide-thumb-active .fewg i,.syadv #thumbs .swiper-slide-thumb-active .fewg h1{
	color: #fff;
}
.shuju{
	padding: 6.25rem 0px;
	background: url(../images/shuju_02.jpg) center no-repeat;
	background-size: cover;
}
.shujubt{
	width: 87.5rem;
	margin: 0 auto;
}
.shujubt h1{
	text-align: center;
	color: #333333;
	font-size: 45px;
	font-family: "Poppins_Medium";
}
.shujubt h1 i{
	color: #3a4573;
}
.shujubt p{
	color: #808080;
	text-align: center;
	font-family: "Poppins_Medium";
	font-size: 16px;
}
.shujulist{
	width: 87.5rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.shujulist ul {
	display: flex;
	justify-content: space-between;
}
.shujulist ul li{
	width: 22%;
}
.shujulist ul li i{
	color: #595757;
	font-size: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shujulist ul li h1{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3a4573;
	font-size: 48px;
	font-family: "Poppins_Medium";
	margin-top: 10px;
}
.shujulist ul li h1 span{
	color: #3a4573;
	font-size: 48px;
	font-family: "Poppins_Medium";
}
.shujulist ul li h2{
	text-align: center;
	color: #333333;
	font-size: 22px;
	font-family: "Poppins_Medium";
}
.shujulist ul li p{
	text-align: center;
	color: #6e6d6d;
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
}
.Frozen{
	padding: 9.375rem 0px;
	background: url(../images/greht_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.Frozendv{
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Frozendvleft h1{
	color: #ffffff;
	font-size: 40px;
	font-family: "Poppins_Medium";
}
.Frozendvleft p{
	color: #ffffff;
	font-size: 24px;
}
.Frozendvright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
	width: 178px;
	padding-left: 23px;
	padding-right: 7px;
	background-color: #fff;
	height: 45px;
	border-radius: 50px;
	transition: all 1s;
}
.Frozendvright a span{
	color: #3a4573;
	transition: all 1s;
	font-size: 15px;
}
.Frozendvright a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	background-color: #3a4573;
	font-size: 16px;
	color: #fff;
}
.Frozendvright a:hover{
	background-color: #3a4573;
}
.Frozendvright a:hover span{
	color: #fff;
}
.Frozendvright a:hover iconpark-icon{
	color: #3a4573;
	background-color: #fff;
}

.synews{
	width: 87.5rem;
	margin: 6.25rem auto;
}
.synewsbt{
	color: #3a4573;
	font-size: 45px;
	font-family: "Poppins_Medium";
}
.synewslist{
	width: 87.5rem;
	margin: 0 auto;
	margin-top: 3.125rem;
}
.synewslist ul{
	display: flex;
	justify-content: flex-start;
}
.synewslist ul li{
	width: 23%;
	margin: 1%;
}
.synewslist ul li div{
	overflow: hidden;
	border-radius: 8px;
	width: 100%;
}
.synewslist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.synewslist ul li:hover div img{
	transform: scale(1.05);
}
.synewslist ul li section {
	margin-top: 10px;
}
.synewslist ul li section span{
	color: #808080;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.synewslist ul li section h1{
	overflow:hidden;
	color: #333333;
	text-overflow:ellipsis;
	font-size: 20px;
	display:-webkit-box;
	margin-bottom: 10px;
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
.synewslist ul li section p{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	overflow:hidden;
	height: 90px;
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2; 
}
.synewslist ul li section  h2{
	color: #666666;
	font-size: 16px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-top: 10px;
}

.any{
	padding: 90px 0;
	background: url(../images/asew_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.anydv{
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.anydv form input{
	width: 18%;
	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(3){
	width: 31%;
}
.anydv form button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #5765a0;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
}
.foot{
	padding-top: 4.6875rem;
	background-color: #313131;
}
.footdv{
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footdvleft{
	width: 260px;
}
.footdvleft img{
	display: block;
	margin-bottom: 25px;
}
.footdvleft p{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 30px;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.footdvleft ul li{
	margin-right: 25px;
}
.footdv dl dt{
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Montserrat";
	border-bottom: 1px solid #5a5a5a;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footdv dl  dd{
	margin-bottom: 15px;
}
.footdv dl  dd a{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
}
.footdv dl:nth-child(3){
	width: 55%;
}
.footdv dl:nth-child(3)  h1{
	font-family: "Montserrat_Light";
	font-size: 14px;
	color: #fff;
}
.footdv dl:nth-child(3) ul{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.footdv dl:nth-child(3) ul li h2{
	font-family: "Montserrat_SemiBold";
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
}
.footdv dl:nth-child(3) ul li p{
	color: #ffffff;
	font-family: 'Montserrat_Light';
	font-size: 14px;
	line-height: 30px;
}
.wdl {
	margin-top: 4.6875rem;
	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: #fff;
	font-size: 14px;
}

.wdldv p a {
	color: #fff;
	font-size: 14px;
}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.shownav {
	display: block;
	box-shadow: 0px 0px 15px #dcdcdcb8;
	height: 75px;
	position: relative;
	z-index: 2;
}

.shownav ul {
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.shownav ul li {
	width: 200px;
	position: relative;
}

.shownav ul li a {
	display: block;
	width: 100%;
	line-height: 75px;
	color: #3a4573;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s;
	font-family: "Poppins_Light";
}

.shownav ul li a:hover {
	font-family: "Poppins_SemiBold";
}

.shownav ul li.active a {
	font-family: "Poppins_SemiBold";
}
.cpin{
	padding: 5rem 0px;
	background-color: #f5f5f5;
}
.cplist{
	width: 87.5rem;
	margin: 0 auto;
}
.cplist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.cplist ul li{
	width: 23%;
	margin: 1%;
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
}
.cplist ul li div{
	overflow: hidden;width: 100%;
	background-color: #fff;
}
.cplist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.cplist ul li:hover div img{
	transform: scale(1.05);
}
.cplist ul li section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #e6e6e6;
	background-color: #fff;
	height: 60px;
	padding: 0 20px;
	transition: all 1s;
}
.cplist ul li section span{
	color: #333333;
	transition: all 1s;
	font-size: 16px;
	white-space:nowrap;
	line-height: 30px;
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.cplist ul li section iconpark-icon {
	color: #333333;
	font-size: 24px;
	transition: all 1s;
}
.cplist ul li:hover section{
	background-color: #3a4573;
	border-top: 1px solid #3a4573;
}
.cplist ul li:hover section iconpark-icon ,.cplist ul li:hover section span{
	color: #fff;
}


.chanpinimgleft {
	width: 45.0625rem;
}

.chanpinimgright {
	width: 44%;
}

.chanpinimgright h2 {
	color: #999999;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Poppins_Light';
}

.chanpinimgright h1 {
	color: #333333;
	font-size: 32px;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #e6e6e6;
}
.chanpinimgright i{
	display: block;
	width: 140px;
	height: 2px;
	margin-top: -2px;
	margin-bottom: 1.25rem;
}
.chanpinimgright p {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}

.maoyileft #thumbs2 {
	width: 8.5rem;
	height: 35.875rem;
	margin: 0;
}

.maoyileft #thumbs2 .swiper-slide div {
	width: 8.25rem;
	border: 2px solid #f7f7f7;
}

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

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

.maoyileft #gallery2 {
	width: 35.875rem;
	margin: 0;
	height: 35.875rem;
	background-color: #f7f7f7;
}

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


.cennuodv {
	display: flex;
	justify-content: flex-start;
}

.cennuodv a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 120px;
	height: 45px;
	padding: 0 1.5625rem;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	transition: all 1s;
	margin-top: 50px;
	margin-right: 1.25rem;
	border-radius: 10px;
	background-color: #fff;
	text-transform: uppercase;
	border: 1px solid #999999;
}
.cennuodv a span{
	color: #999999;
	transition: all 1s;
}
.cennuodv a iconpark-icon{
	color: #999999;
	font-size: 20px;
}
.cennuodv a:hover {
	color: #fff;
	background-color: #3a4573;
	background-size: cover;
	border-color: #fff ;
}
.cennuodv a:hover span,.cennuodv a:hover iconpark-icon{
	color: #fff;
}
.cpxq {
	width: 87.5rem;
	margin: 0 auto;
	margin-top: 3.625rem;
}

.cpxqleft {
	width: 100%;
	margin-top: 3.25rem;
}
.cpxqxq img{
	max-width: 100%;
}
.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

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

.cpxqbt span {
	color: #4d4d4d;
	font-size: 24px;
	margin-left: 10px;
	text-transform: capitalize;
}

.chanpinimg {
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cpxqright {
	width: 100%;
}
.cpxqxq {
	background-color: #fff;
	padding: 30px;
	width: calc(100% - 60px);
}
.cpxqxq img{
	max-width: 100%;
}
.chanpinimgright  h4{
	margin-top: 2.375rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.chanpinimgright  h4 img{
	display: block;
	margin-right: 15px;
}
.chanpinimgright h4 span{
	color: #bd9262;
	font-size: 42px;
	font-family: "Poppins_Medium";
}
.cpxqxq img {
	max-width: 100%;
}
.fye{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.fye p a{
	color: #333333;
	font-size: 14px;
	line-height: 25px;
	transition: all 1s;
}
.fye p a:hover{
	color: #066fb1;
}
.cpxqleft .colist ul li{
	width: 23%;
	margin-bottom: 0;
	box-shadow: 0px 0px 10px #ececec;
}
.colist .cpinlist .proli{
	width: calc(23% - 90px);
	margin: 1%;
}
.xwcpin .synewslist{
	margin-top: 0;
}
.xwcpin .synewslist ul{
	flex-wrap: wrap;
}
.xwcpin .synewslist ul li{
	width: 31.33%;
	overflow: hidden;
	border-radius: 10px;
}
.xwcpin .synewslist ul li section{
	background-color: #fff;
	margin-top: 0;
	padding: 1.25rem 2.8125rem;
}

.gsjjright{
	width: 50%;
}
.gsjjright img{
	display: block;
	width: 100%;
}
.lxwm{
	width: 87.5rem;
	margin: 5rem auto;
}
.lxwmdv{
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 15px #ececec;
	border-radius: 20px;
	overflow: hidden;
}
.lxwmdvleft{
	width: calc(40% - 7.5rem);
	padding: 4.6875rem 3.75rem;
	background-color: #3a4573;
}
.lxwmdvleftbt{
	border-bottom: 1px solid #4e5881;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.lxwmdvleftbt h1{
	color: #ffffff;
	font-family: "Poppins_Medium";
	font-size: 26px;
	text-transform: uppercase;
}
.lxwmdvleftbt i{
	display: block;
	width: 35px;
	height: 3px;
	background-color: #fff;
	margin: 10px 0;
}
.lxwmdvleftbt  p{
	color: #ffffff;
	font-size: 15px;
}
.lxwmdvleft ul li{
	margin-top: 1.875rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.lxwmdvleft ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	background-color: #576188;
	border-radius: 55px;
	color: #fff;
	font-size: 28px;
	margin-right: 1.25rem;
}
.lxwmdvleft ul li section{
	width: 80%;
}
.lxwmdvleft ul li section h1{
	color: #ffffff;
	font-size: 17px;
	font-family: "Poppins_Medium";
}
.lxwmdvleft ul li section p{
	color: #ffffff;
	font-size: 15px;
	font-family: "Poppins_Light";
	line-height: 30px;
}
.lxwmright{
	width: calc(60% -  8.75rem);
	padding: 0 4.375rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lxwmright h1{
	color: #333333;
	font-family: "Poppins_Medium";
	font-size: 45px;
	text-align: center;
	text-transform: uppercase;
}
.lxwmright h1 i{
	color: #3a4573;
}
.lxwmright p{
	color: #999999;
	font-size: 16px;
}
.lxwmright form {
	width: 100%;
	margin: 0 auto;
	margin-top: 1.75rem;
}

.lxwmright form section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.lxwmright form section input {
	width: 46%;
	padding: 0 1.5%;
	height: 40px;
	border: none;
	line-height: 40px;
	color: #808080;
	margin: 1% 0;
	border-radius: 10px;
	font-size: 14px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dddcdb;
}

.lxwmright form div input::placeholder,
.lxwmright form textarea::placeholder {
	color: #808080;
	font-size: 14px;
}

.lxwmright form textarea {
	width: 97%;
	padding: 1.5% 1%;
	font-size: 14px;
	border: none;
	margin-top: 1%;
	color: #808080;
	line-height: 30px;
	outline: none;
	font-family: '微软雅黑';
	border-radius: 10px;
	background-color: transparent;
	border: 1px solid #dddcdb;
}

.lxwmright form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 8px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
	background-color: transparent;
	border: 1px solid #fff;
	border-color: #3a4573;
	background-color: #3a4573;
}
.gsjj{
	width: 87.5rem;
	margin: 7.5rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gsjjleft{
	width: 45%;
	background: url(../images/ableft_03.jpg) center  no-repeat;
}
.gsjjleft h1{
	color: #333333;
	font-size: 45px;
	font-family: "Poppins_Medium";
	margin-bottom: 15px;
}
.gsjjleft h1 i{
	color: #3a4573;
}
.gsjjleft p{
	color: #333333;
	font-size: 14px;
	line-height: 30px;
}

.gsjjleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
	width: 178px;
	padding-left: 23px;
	padding-right: 7px;
	background-color: #fff;
	height: 45px;
	border-radius: 50px;
	transition: all 1s;
	border: 1px solid #3a4573;
}
.gsjjleft a span{
	color: #3a4573;
	transition: all 1s;
	font-size: 15px;
}
.gsjjleft a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	background-color: #3a4573;
	font-size: 16px;
	color: #fff;
}
.gsjjleft a:hover{
	background-color: #3a4573;
}
.gsjjleft a:hover span{
	color: #fff;
}
.gsjjleft a:hover iconpark-icon{
	color: #3a4573;
	background-color: #fff;
}
.Certificationsbt{
	text-align: center;
}
.Certificationsbt h1{
	color: #333333;
	font-size: 45px;
	font-family: "Poppins_Medium";
}
.Certificationsbt p{
	color: #808080;
	text-align: center;
	font-family: "Poppins_Medium";
	font-size: 16px;
}
.Certificationsbt h1 i{
	color: #3a4573;
}

.yslist{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 60px;
	width: 100%;
}
.yslistdv{
	width: 100%;
}
.sjnav{
	display: none;
}
.yslistdvs .swiper-slide img{
	display: block;
	width: 80%;
}
.yslistdvs .swiper-slide .grl{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.yslistdvs .swiper-wrapper{
	align-items: flex-end;
}
.yslistdvs .swiper-slide-active img{
	width: 100%;
}
.Certificationsdv{
	width: 87.5rem;
	margin: 0 auto;
}
.Certifications{
	padding-top: 8.125rem;
	padding-bottom: 3.4375rem;
	background: url(../images/aet_02.jpg) center no-repeat;
	background-size: cover;
}
.gehr{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5rem;
}
.gehr #btn1,.gehr #btn2{
	width: 45px;
	height: 45px;
	display: block;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	margin: 0 20px;
}
.gehr #btn1 iconpark-icon ,.gehr #btn2 iconpark-icon {
	color: #3a4573;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	transition: all 1s;
}
.gehr #btn1:hover,.gehr #btn2:hover{
	background-color: #3a4573;
}
.gehr #btn1:hover iconpark-icon ,.gehr #btn2:hover iconpark-icon {
	color: #fff;
}
.sagewt{
	position: relative;
	background: url(../images/shucai_061.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 15rem 0px;
}
.sagewt img{
	display: none;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}
.sagewt div{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sagewt div section h1{
	color: #ffffff;
	font-size: 45px;
	font-family: "Poppins_Medium";
}
.sagewt div section p{
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}



.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{
	margin: 0 auto;
	width: 87.5rem;
}
.sjnav{
	display: none;
}
.nrbanner .btext section h2{
	font-size: 60px;
	color: #ffffff;
	font-family: "Poppins";
	font-weight: bold;
}
.nrbanner .btext section p{
	color: #ffffff;
	font-family: "Poppins_Medium";
	font-size: 16px;
	text-transform: uppercase;
}
.nrbanner .btext section p a{
	color: #ffffff;
}
.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: 100%;
    height: 100%;
    left: 00%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sgahhrj section{
	width: 87.5rem;
}
.bannersasg  .swiper-slide section h1{
	font-size: 24px;
	font-family: "Poppins";
	color: #3a4573;
}
.bannersasg  .swiper-slide section h2{
	color: #3a4573;
	text-transform: uppercase;
	font-family: "Poppins_Bold";
	font-size: 52px;
}
.bannersasg  .swiper-slide section p{
	color: #808080;
	font-size: 22px;
	line-height: 40px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 45px;
	margin-top: 6.875rem;
	transition: all 1s;
   	border: 1px solid #3f4976;
    background-size: cover;
	border-radius: 50px;
	padding-right: 8px;
}

.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0470b6;
	width: 30px;
	height: 30px;
	background-color: #3a4573;
	border-radius: 50%;
	color: #ffffff;
	transition: all 1s;
}
.bannersasg  .swiper-slide section a span{
	color: #3a4573;
	transition: all 1s;
	font-size: 16px;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #3a4573;
}
.bannersasg  .swiper-slide section a:hover iconpark-icon{
	
	color: #3a4573;
	background-color: #fff;
}
.bannersasg  .swiper-slide section a:hover span{
	color: #fff;
}
.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;
}
.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.sjnav{
	display: none;
}
@media only screen and (min-width: 1000px) and (max-width: 1499px) {
	.headtopdv,.headdv{
		width: 95%;
	}
	.coredv{
		width: 95%;
	}
	.corelist ul li .coretext{
		width: calc(90% - 40px);
		padding: 15px 20px;
	}
	.syabout{
		width: 95%;
	}
	.syaboutleft, .syaboutright{
		width: 48%;
	}
	.syabtdv{
		width:95%;
	}
	.syadv #thumbs{
		width:95%;
		margin-left: 0;
		left: 2.5%;
	}
	.syadv #thumbs .fewg {
	    width: calc(100% - 40px);
	    padding: 30px 20px;
	}
	.shujubt,.shujulist{
		width: 95%;
	}
	.shujulist ul li h2{
		font-size: 20px;
	}
	.Frozendv{
		width: 95%;
	}
	.Frozendvleft h1{
		font-size: 32px;
	}
	.synews{
		width: 95%;
	}
	.synewslist{
		width: 100%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form input{
		width: 14%;
	}
	.footdv{
		width: 95%;
	}
	.footdv dl:nth-child(2){
		width: 20%;
	}
	.footdvleft {
	    width: 200px;
	}
	.footdvleft ul li {
	    margin-right: 13px;
	}
	.footdv dl:nth-child(3) {
	    width: 62%;
	}
	.footdv dl:nth-child(2) {
        width: 10%;
    }
	.wdldv{
		width: 95%;
	}
	.shownav ul{
		width: 95%;
	}
	.shownav ul li{
		width: 170px;
	}
	.cplist{
		width: 97%;
	}
	.chanpinimg{
		width: 95%;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		    width: 8rem;
	}
	.chanpinimgright{
		width: 55%;
	}
	.cpxq{
		width: 95%;
	}
	.cpxqleft .cplist{
		width: 100%;
	}
	.lxwm{
		width: 95%;
	}
	.gsjj{
		width: 95%;
	}
	.gsjjright{
		width:50%;
	}
	.gsjjleft h1{
		font-size: 42px;
	}
	.gsjjright img{
		width: 100%;
	}
	.Certificationsdv{
		width: 95%;
	}
	.nrbanner .btext section{
		margin: 0 auto;
		width: 95%;
	}
	.syadv #gallery .swiper-slide p{
		width: 95%;
        margin-left: 0;
        left: 2.5%;
        top: 13rem;
	}
	.syadv #thumbs .fewg h1{
		font-size: 17px;
	}
}

@media only screen and (max-width: 999px) {
	.heads {
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 9;
	}
	.htmleaf-containers{
		display: block;
		height: 50px;
	}
	.coredv{
		width: 95%;
	}
	.corebt{
		font-size: 22px;
	}
	.corelist ul{
		flex-wrap: wrap;
	}
	.corelist ul li{
		width: 48%;
		margin: 1%;
		background-color: #fff;
		border-radius: 10px;
	}
	.corelist ul li .coretext{
		padding: 5%;
		width: 90%;
		position: initial;
	}
	.corelist ul li .coretext div i{
		font-size: 26px;
		margin-bottom: 10px;
	}
	.corelist ul li .coretext>iconpark-icon {
	    color: #333333;
	    font-size: 24px;
		display: none;
	    /* margin-top: 20px; */
	}
	.corelist ul li .coretext div {
	    width: 100%;
	}
	.corelist ul li .coretext div h1{
		font-size: 15px;
	}
	.syabout{
		width: 95%;
		display: block;
	}
	.syaboutleft{
		width: 100%;
	}
	.syaboutleft h1{
		font-size: 22px;
	}
	.syaboutleft p{
		line-height: 28px;
	}
	.syaboutright{
		width: 100%;
		margin-top: 20px;
	}
	.syaboutleft a{
		margin-top: 20px;
		padding-left: 17px;
		width: 125px;
	}
	.syaboutleft a span{
		font-size: 14px;
	}
	.syabtdv{
		width: 95%;
	}
	.syabtdv h1{
		font-size: 22px;
	}
	.syabtdv p {
	    color: #ffffff;
	    font-size: 14px;
	    margin-top: 0px;
	    line-height: 25px;
	}
	.syadv #thumbs{
		width: 95%;
		margin-left: 2.5%;
		position: initial;
		margin-top: 15px;
	}
	.syadv #thumbs .fewg{
		padding: 5%;
		width: 90%;
		background-color:#c4c4c4;
	}
	.syadv #thumbs .fewg h1{
		font-size: 17px;
	}
	.syadv #gallery .swiper-slide h1{
		font-size: 45px;
	}
	.shujubt h1{
		font-size: 22px;
		text-align: center;
	}
	.shujubt{
		width: 95%;
	}
	.shujubt p{
		font-size: 14px;
		line-height: 25px;
	}
	.shujulist{
		width: 95%;
	}
	.shujulist ul{
		flex-wrap: wrap;
	}
	.shujulist ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.shujulist ul li i{
		font-size: 28px;
	}
	.shujulist ul li h1{
		font-size: 20px;
	}
	.shujulist ul li h1 span{
		font-size: 24px;
	}
	.shujulist ul li h2{
		font-size: 18px;
	}
	.shujulist ul li p {
	    text-align: center;
	    color: #6e6d6d;
	    font-size: 14px;
	    line-height: 25px;
	    margin-top: 10px;
	}
	.Frozendv{
		width: 95%;
		display: block;
	}
	.Frozendvleft h1{
		font-size: 22px;
	}
	.Frozendvleft p{
		font-size: 14px;
	}
	.Frozendvright a span{
		font-size: 14px;
	}
	.Frozendvright a{
		text-transform: capitalize;
		padding-left: 15px;
		width: 160px;
		height: 40px;
	}
	.synews{
		width: 95%;
	}
	.synewsbt{
		font-size: 22px;
		text-align: center;
	}
	.synewslist{
		width: 100%;
	}
	.synewslist ul{
		flex-wrap: wrap;
	}
	.synewslist ul li{
		width: 48%;
		margin: 1%;
	}
	.synewslist ul li section span{
		font-size: 12px;
	}
	.synewslist ul li section h1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.synewslist ul li section p{
		height: 75px;
		line-height: 25px;
	}
	.synewslist ul li section h2{
		margin-top: 5px;
		font-size: 14px;
	}
	.any{
		padding: 30px 0;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 14px;
	}
	.anydv form{
		width: 100%;
		display: block;
	}
	.anydv form input{
		width: 95%;
		padding: 0 2.5%;
		margin-bottom: 10px;
		border-radius: 5px;
		height: 40px;
	}
	.anydv form input:nth-child(3){
		width: 95%;
		padding: 0 2.5%;
	}
	.anydv form button{
		width: 130px;
		height: 40px;
		line-height: 40px;
		border-radius: 5px;
		padding: 0 2.5%;
	}
	.foot{
		display: none;
	}
	.cplist{
		width: 95%;
	}
	.cplist ul li{
		width: 48%;
	}
	.cplist ul li section{
		padding: 0 10px;
		height: 45px;
	}
	.cplist ul li section span{
		font-size: 14px;
		line-height: 30px;
	}
	.cplist ul li section iconpark-icon{
		font-size: 16px;
	}
	.shownav ul{
		width: 100%;
	}
	.shownav{
		display: none;
	}
	.chanpinimg{
		width: 95%;
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
		display: block;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.chanpinimgright{
		margin-top: 20px;
		width: 100%;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.chanpinimgright h1{
		font-size: 18px;
		line-height: 30px;
	}
	.chanpinimgright p{
		margin-top: 10px;
	}
	.cennuodv a{
		width: 120px;
		height: 40px;
		margin-top: 20px;
		padding-left:  10px;
	}
	.cpxq{
		width: 95%;
		flex-direction: column;
	}
	.cpxq .cpxqright{
		width: 100%;
	}
	.cpxqxq{
		width: 90%;
		padding: 5%;
	}
	.fye{
		margin-top: 15px;
		display: block;
	}
	.fye p{
		margin-bottom: 10px;
	}
	.maoyileft #thumbs2 .swiper-slide div{
		width: auto;
	}
	.cpxqbt span{
		font-size: 18px;
	}
	.cpxqleft .cplist{
		width: 100%;
	}
	.gsjj{
		width: 95%;
		display: block;
	}
	.gsjjleft{
		width: 100%;
	}
	.gsjjleft h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.gsjjleft a{
		margin: 20px 0px;
	}
	.gsjjleft a span{
		font-size: 14px;
	}
	.gsjjleft a{
		width: 130px;
		height: 40px;
		padding-left: 15px;
	}
	.gsjjright img{
		display: block;
		width: 100%;
	}
	.gsjjright{
		width: 100%;
	}
	.Certificationsbt h1{
		font-size: 22px;
	}
	.Certificationsbt p{
		font-size: 14px;
	}
	.Certificationsdv{
		width: 95%;
	}
	.yslist{
		margin-top: 20px;
	}
	.sagewt div section h1{
		font-size: 22px;
	}
	.sagewt div section p{
		font-size: 14px;
	}
	.sagewt{
		overflow: hidden;
	}
	.sagewt img{
		width: 150%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmdv{
		display: block;
	}
	.lxwmdvleft{
		width: 90%;
		padding: 5%;
	}
	.lxwmdvleftbt h1{
		font-size: 18px;
	}
	.lxwmdvleftbt p{
		font-size: 14px;
	}
	.lxwmdvleft ul li iconpark-icon{
		width: 45px;
		height: 45px;
		font-size: 24px;
	}
	.lxwmdvleft ul li iconpark-icon{
		margin-right: 15px;
	}
	.lxwmdvleft ul li section h1{
		font-size: 16px;
	}
	.lxwmdvleft ul li section p {
	    color: #ffffff;
	    font-size: 14px;
	    font-family: "Poppins_Light";
	    line-height: 25px;
	}
	.lxwmdvleft ul li{
		margin-top: 15px;
	}
	.lxwmright{
		padding: 30px 5%;
		width: 90%;
	}
	.lxwmright h1{
		font-size: 22px;
	}
	.lxwmright p{
		font-size: 14px;
		text-align: center;
	}
	.lxwmright form section input{
		width: calc(100% - 30px);
		padding: 0 15px;
		height: 40px;
	}
	.lxwmright form div select{
		width: 100%;
		padding: 0 15px;
		height: 40px;
	}
	.lxwmright form textarea{
		width: calc(100% - 30px);
		padding: 5px 7px;
	}
	.lxwmright form button{
		width: 120px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}
	.xwcpin .synewslist ul li{
		width: 48%;
		margin: 1%;
	}
	.xwcpin .synewslist ul li section{
		padding: 5%;
	}
	.x9,.x3{
		width: 100%;

	}
	.sidebar-l{
		margin-right: 0;
	}
	.article .post h1{
		font-size: 18px;
	}
	.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:#3a4573;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #2a3359;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.nrbanner .btext section{
		width: 95%;
		text-align: center;
	}
	.nrbanner .btext section h2{
		font-size: 24px;
	}
	.nrbanner .btext section p{
		font-size: 14px;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner{
		width: 100%;
		overflow: hidden;
	}
	.sgahhrj section{
		width: 95%;
	}
	.bannersasg .swiper-slide section{
		text-align: center;
	}
	.bannersasg .swiper-slide section h1{
		font-size: 16px;
	}
	.bannersasg .swiper-slide section h2{
		font-size: 24px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide section p {
	    color: #808080;
	    font-size: 14px;
	    line-height: 30px;
	}
		.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		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 {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.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: 13px
	}

	.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/plus.png) 100% no-repeat;
		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: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.syadv #gallery .swiper-slide p{
		width: 95%;
        margin-left: 0;
        left: 2.5%;
        top: 13rem;
	}
	.syadv #thumbs .fewg h1{
		font-size: 15px;
	}
}
.cpxqxq img{
	max-width: 100%;
}


