/* 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');
}

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;
	background-color: #fff;
	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%;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvright {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

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

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

.headdvright ul li a span {
	font-size: 16px;
	color: #333333;
	display: block;
	font-family: "Poppins_Medium";
	transition: all 1s;
}
.headdvright ul li a i{
	display: block;
	width: 25px;
	height: 2px;
	background-color: #fff;
	margin: 0 auto;
	transition: all 1s;
}
.headdvright ul li:hover a i{
	background-color: #e27532;
}
.headdvright ul li:hover a span {
	color: #e27532;
}
.headdvright ul li.active a i{
	background-color: #e27532;
}
.headdvright ul li.active a span {
	color: #e27532;
}
.ss,.yuyan{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ss iconpark-icon,.yuyan iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	 font-size: 20px;
}

.yuyan{
   position: relative;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.yuyan dl{
   position: absolute;
   top: 75%;
   left: 50%;
   background-color: #fff;
   width: 150px;
   border-radius: 10px;
   overflow: hidden;
   margin-left: -75px;
   box-shadow: 0px 0px 10px #dcdcdc;
   display: none;
}
.yuyan:hover dl{
   display: block;
}
.yuyan dl dd{
   line-height: 35px;
   transition: all 0.5s;
}
.yuyan dl dd a{
   width: 90%;
   margin: 0 auto;
   border-bottom: 1px solid #dcdcdc;
   line-height: 35px;
   display: block;
   color: #333;
   font-size: 14px;
   cursor:pointer;
   transition: all 0.5s;
}
.yuyan dl dd:hover{
   background-color: #e27532;
}
.yuyan dl dd:hover a{
   color: #fff;
   border-bottom: 1px solid #e27532;
}
.yuyan iconpark-icon {
   color: #e27532;
   font-size: 24px;
}
.banners img{
	display: block;
	width: 100%;
	
}

.ht{
	background-color: #f7f7f7;
}
.htdv{
	width: 93.75rem;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 15px;
	position: relative;
	z-index: 999;
	margin-top: -135px;
	box-shadow: 0px 0px 15px #efefefd6;
}
.htdv ul{
	display: flex;
	justify-content: space-between;
}
.htdv ul li{
	width: calc(25% - 60px);
	padding: 30px;
}
.htdv ul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 42px;
}
.htdv ul li h1{
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin: 7px 0px;
}
.htdv ul li p{
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	text-align: center;
}
.bring{
	padding: 5.625rem 0 ;
	background-color: #f7f7f7;
}
.bringbt {
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 3.125rem;
}
.bringbt h1{
	color: #333333;
	font-size: 38px;
	text-align: center;
	font-family: "Poppins_Medium";
}
.bringbt p{
	color: #808080;
	font-size: 16px;
	font-family: "Poppins";
	text-align: center;
}
.bringlist{
	width: 93.75rem;
	margin: 0 auto;
}
.bringlist ul{
	display: flex;
	justify-content: flex-start;
}
.bringlist ul li{
	width: 23%;
	margin: 0 1%;
	background-color: #fff;
	box-shadow: 0px 0px 20px #ebe6e6;
	border-radius: 20px;
	overflow: hidden;
}
.bringlist ul li a div{
	overflow: hidden;
}
.bringlist ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.bringlist ul li:hover a div img{
	transform: scale(1.05);
}
.bringlist ul li a section{
	padding: 30px 40px;
}
.bringlist ul li a section h1{
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-family: 'Poppins_Medium';
}
.bringlist ul li a section p{
	color: #808080;
	font-size: 14px;
	font-family: "Poppins";
	line-height: 25px;
	text-align: center;
}
.solution{
	padding: 90px 0px;
	
	background-color: #f3f3f3;
}
.solutionlist{
	width: 93.75rem;
	margin: 0 auto;
}
.solutionlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.solutionlist ul li{
	width: 23%;
	margin: 1%;
	position: relative;
	padding-bottom: 0;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
}
.solutionlist ul li div{
	display: block;
	overflow: hidden;
}
.solutionlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.solutionlist ul li:hover div img{
	transform: scale(1.05);
}
.solutionlist ul li h1{
	border-top: 1px solid #f7f7f7; 
	height: 80px;
	line-height: 80px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
}
.solutionlist ul li span{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/jia_03.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s;
}
.solutionlist ul li:hover span{
	opacity: 0.9;
}
.whoa{
	width: 93.75rem;
	margin: 6.25rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.whoaleft{
	width: 50%;
	border-radius: 25px;
	overflow: hidden;
}
.whoaleft img{
	display: block;
	width: 100%;
}
.whoaright{
	width: 45%;
}
.whoaright h1{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_Medium";
	margin-bottom: 1.5rem;
}
.whoaright p{
	color: #666666;
	font-size: 16px;
	font-family: "Poppins";
	line-height: 35px;
}
.whoaright a{
	width: 130px;
	padding: 0 30px;
	padding-right: 20px;
	line-height: 50px;
	margin-top: 1.875rem;
	display: flex;
	border-radius: 50px;
	background-color: #e27532;
	justify-content: space-between;
	align-items: center;
}
.whoaright a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
}
.whoaright a iconpark-icon{
	font-size: 20px;
	color: #fff;
}
.reviews{
	margin: 5.625rem auto;
}
.reviewslist{
	width: 93.75rem;
	margin: 0 auto;
}
.reviewslist ul{
	display: flex;
	justify-content: flex-start;
}
.reviewslist ul li{
	border: 1px solid #eaeaea;
	border-radius: 20px;
	padding: 30px;
	width: calc(23% - 60px);
	margin: 1%;
	background: url(../images/bj_03.jpg) center no-repeat;
	background-size: cover;
	transition: all 1s;
}
.reviewslist ul li:hover{
	border: 1px solid #fff;
	box-shadow: 0px 0px 15px #efefef;
}
.reviewslist ul li p{
	overflow:hidden;
	line-height: 35px;
	text-overflow:ellipsis;
	height: 280px;
	display:-webkit-box;
	color: #808080;
	-webkit-box-orient:vertical;
	font-size: 16px;
	-webkit-line-clamp:8;
	margin-bottom: 3.125rem;
	font-family: "Poppins";
}
.reviewslist ul li h1{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-bottom: 7px;
}
.reviewslist ul li h2{
	color: #808080;
	font-size: 16px;
	font-family: "Poppins";
}
.trust{
	padding: 6.25rem 0px;
	background-color: #f7f7f7;
}
.trustdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.trustdvleft h1{
	color: #333333;
	font-size: 37px;
	font-family: "Poppins_Medium";
}
.trustdvright{
	width: 55%;
	border-radius: 25px;
	overflow: hidden;
}
.trustdvright img{
	display: block;
	width: 100%;
}
.trustdvleft p{
	color: #808080;
	font-size: 16px;
}
.trustdvleft ul{
	margin-top: 3.125rem;
}
.trustdvleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1.25rem;
}
.trustdvleft ul li img{
	display: block;
	width: 26px;
	margin-right: 10px;
}
.trustdvleft ul li span{
	color: #333333;
	font-size: 16px;
	line-height: 25px;
}
.hwus{
	padding: 5.625rem 0rem;
	background-color: #f7f7f7;
}
.hwusdvlist{
	width: 93.75rem;
	margin: 0 auto;
}
.hwusdvlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hwusdvlist ul li{
	width: calc(31% - 80px);
	margin: 1%;
	padding: 40px;
	background-color: #fff;
	border-radius: 20px;
}
.hwusdvlist ul li section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.25rem;
}
.hwusdvlist ul li section span{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background-color: #e27532;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 28px;
	line-height: 60px;
	font-family: "微软雅黑";
	margin-right: 1.25rem;
}
.hwusdvlist ul li section i{
	color: #333333;
	font-family: "Poppins_Medium";
	font-size: 18px;
}
.hwusdvlist ul li p{
	line-height: 35px;
	color: #808080;
	font-size: 16px;
}
.questions{
	background-color: #fdfdfd;
	padding: 6.25rem 0;
}
.questionslist{
	width: 93.75rem;
	margin: 0 auto;
}
.questionslist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.questionslist ul li{
	width: calc(49% - 60px);
	padding: 25px 30px;
	background-color: #fff;
	box-shadow: 0px 0px 15px #efefef;
	margin-bottom: 2%;
	position: relative;
	transition: all 1s;
	border-radius: 20px;
}
.questionslist ul li .quetop{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.questionslist ul li .quetop i{
	display: block;
	color: #e27532;
	font-size: 30px;
	margin-right: 20px;
	cursor: pointer;
	transition: all 1s;
}
.questionslist ul li .quetop span{
	color: #333333;
	font-size: 18px;
	width: 90%;
	cursor: pointer;
	transition: all 1s;
}
.questionslist ul li .quedown{
	opacity: 0;
	position: absolute;
	background-color: #fff;
	left: 0;
	padding: 25px 30px;
	width: calc(100% - 60px);
	box-shadow: 0px 0px 15px #efefef;
	border-radius: 20px;
	transform: translateY(0px);
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	transition: all 1s;
}
.questionslist ul li:hover .quedown{
	opacity: 1;
	transform: translateY(40px);
	z-index: 999;
}
.questionslist ul li:hover{
	background-color: #e27532;
	z-index: 99;
}
.questionslist ul li:hover .quetop i,.questionslist ul li:hover .quetop span{
	color: #fff;
}
.quote{
	padding: 6.25rem 0px;
	padding-bottom: 11.25rem;
	background-color: #f7f7f7;
}
.quotedv{
	display: flex;
	width: 93.75rem;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}
.quotedvleft{
	width: calc(50% - 60px);
	background-color: #fff;
	border-radius: 20px;
	padding: 45px 30px; 
}
.quotedvright{
	width: 45%;
}
.quotedvleft h1{
	color: #333333;
	font-size: 30px;
	font-family: "Poppins_Medium";
	text-align: center;
}
.quotedvleft form h2{
	color: #e27532;
	font-size: 16px;
	height: 45px;
	border-bottom: 1px solid #f9e3d6;
	line-height: 40px;
	margin-bottom: 10px;
}
.quotedvleft form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.quotedvleft form div input{
	width: calc(48.5% - 40px);
	line-height: 50px;
	height: 50px;
	margin: 1% 0px;
	border: none;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 0 20px;
	outline: none;
	font-size: 14px;
	font-family: "Poppins";
}
.quotedvleft form div input::placeholder,.quotedvleft form>input::placeholder,.quotedvleft form textarea::placeholder{
	color: #c1c1c1;
}
.quotedvleft form h3{
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	line-height: 35px;
}
.quotedvleft form select{
	width: 100%;
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 0 20px;
	height: 50px;
	font-size: 14px;
	font-family: "Poppins";
	outline: none;
	border: none;
}
.quotedvleft form>input{
	width: calc(100% - 40px);
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 0 20px;
	height: 50px;
	font-size: 14px;
	font-family: "Poppins";
	outline: none;
	border: none;
}
.quotedvleft form textarea{
	width: calc(100% - 40px);
	border-radius: 10px;
	background-color: #f7f7f7;
	padding: 20px;
	line-height: 30px;
	font-size: 14px;
	font-family: "Poppins";
	outline: none;
	border: none;
}
.quotedvleft form button{
	width: 180px;
	height: 45px;
	background-color: #e27532;
	text-align: center;
	line-height: 45px;
	border-radius: 45px;
	color: #ffffff;
	font-size: 14px;
	border: none;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	align-items: center;
	margin-top: 20px;
}
.quotedvright h1{
	color: #333333;
	font-size: 32px;
	font-family: "Poppins_Medium";
	margin-bottom: 1.25rem;
}
.quotedvright p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.quotedvright img{
	display: block;
	width: 100%;
	margin-top: 1.25rem;
}
.foottop{
	    height: 80px;
	background: url(../images/fboot_02.png) left repeat-x ;
	margin-top: -5.125rem;
	animation: scrollBackgroundAfter 300s linear infinite;
}
@keyframes scrollBackgroundAfter {
  0% {
     background-position: 0;
  }
  50% {
     background-position: 1000%;
  }
  100%{
  	background-position: 0;
  }
}
.foot {
	background-color: #282828;
	padding-top: 30px;
}
.footdv{
	display: block;
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 35px;
}
.footdvleft{
	width: 350px;
}
.footdvleft img{
	display: block;
}
.footdvleft>img{
	margin-bottom: 20px;
}
.footdvleft h2{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
}
.footdvleft h2 img{
	display: block;
	width: 24px;
	margin-right: 10px;
	margin-top: 2px;
}
.footdvleft h2 span{
	display: block;
	width: 90%;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 1.875rem;
}
.footdvleft ul li{
	margin-right: 25px;
}
.footdv dt a{
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.footdv dt {
	margin-bottom: 1.875rem;
}
.footdv dd{
	margin-bottom: 0.9375rem;
}
.footdv dd a{
	color: #ffffff;
	font-size: 14px;
}
.wdl{
	border-top: 1px solid #3e3e3e;
}
.wdldv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.wdldv p{
	color: #ffffff;
	font-size: 14px;
}
.wdldv p a{
	color: #ffffff;
	font-size: 14px;
}
.neirong{
	padding-bottom: 11.25rem;
	background-color: #f7f7f7;
}
.weizhi p {
    height: 70px;
    line-height: 70px;
}
.blogdv{
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}
.zleft{
	width: 25%;
	background-color: #e27532;
	border-radius: 25px;
	padding-bottom: 10px;
}
.zleft h1{
	color: #ffffff;
	line-height: 100px;
	text-transform: uppercase;
	padding-left: 2.5rem;
	font-size: 26px;
	font-family: "Poppins_Medium";
}
.zleft ul{
	background-color: #fff;
	border-radius: 25px;
	padding: 20px 30px; 
	padding-bottom: 10px;
}
.zleft ul li{
	width: 100%;
	line-height: 60px;
	border-bottom: 1px solid #dfe1e6;
	white-space:nowrap;
	
	overflow:hidden;
	
	text-overflow:ellipsis;
}
.zleft ul li:last-child{
	border: none;
}
.zleft ul li a{
	display: block;
	color: #333333;
	font-size: 15px;
	transition: all 1s;
}
.zleft ul li a:hover{
	color: #e27532;
}
.zleft ul li.active>a{
	color: #e27532;
}
.zright{
	width: 73%;
}
.newsdvlist{
	margin: 0 auto;
}

.newsdvlist ul li {
	margin-bottom: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #efefef;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #e27532;
	font-size: 52px;
	transition: all .5s;
	display: block;
	line-height: 60px;
	font-family: "Poppins_SemiBold";
}
.newsdvlistime i{
	color: #e27532;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #4d4d4d;
	font-size: 20px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom: 7px;
	text-overflow:ellipsis;
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 15px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #e27532;
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #e9eef6;
}
.mbx{
	margin: 0 auto;
	width: 93.75rem;
	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;
	margin-right: 15px;
}
.mbxleft a{
	color: #808080;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #808080;
	font-size: 14px;
}
.mbxleft a:last-child{
	color: #e27532;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #e27532;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 14px;
	color: #e27532;
}
.nrong{
	background-color: #fff;
	padding: 3.125rem;
	border-radius: 25px;
	background-color: #fff;
}
.xwxq{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.xwxqleft{
	width: calc(75% - 6.25rem);
}
.xwxqbt h1{
	color: #333333;
	font-size: 26px;
	font-family: "Poppins_Medium";
}
.xwxqbt p{
	color: #808080;
	font-size: 14px;
}
.xwxqbt{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.xwnrong{
	margin-top: 20px;
}
.xwnrong img{
	max-width: 100%;
}
.fy {
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}

.fy   a {
	color: #333333;
	font-size: 15px;
	transition: all 1s;
}

.fy   a:hover {
	color: #e27532;
}
.xwxqright{
	background-color: #fff;
	border-radius: 20px;
	padding: 1.875rem; 
	width: 25%;
}
.xwxqright form{
	display: flex;
	justify-content: space-between;
	border: 1px solid #e6e6e6;
	border-radius: 50px;
	height: 40px;
	overflow: hidden;
	padding-left: 20px;
}
.xwxqright form input{
	border: none;
	outline: none;
	font-size: 14px;
	font-family: "Poppins";
}
.xwxqright form button{
	border: none;
	background-color: transparent;
	width: 40px;
	margin-right: 10px;
}
.xwxqright form button iconpark-icon{
	font-size: 18px;
}
.hewgr{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.875rem;
}
.hewgr i{
	display: block;
	width: 3px;
	height: 25px;
	background-color: #e27532;
	
	margin-right: 10px;
}
.hewgr  span{
	display: block;
	color: #4d4d4d;
	font-size: 18px;
	font-family: "Poppins_Medium";
	line-height: 25px;
}
.rmlist ul li{
	border-bottom: 1px solid #e5e5e5;
	padding: 1.5625rem 0;
	transition: all 1s;
}
.rmlist ul li h1{
	height: 30px;
	line-height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}
.rmlist ul li p{
	line-height: 25px;
	height: 50px;
	color: #808080;
	font-size: 14px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.rmlist ul li:hover{
	border-bottom: 1px solid #e27532;
}
.rmlist ul li:hover h1{
	color: #e27532;
}
.lxwm{
	width: 93.75rem;
	margin: 0 auto;
	padding-top: 1.875rem;
}
.lxwmbt{
	margin-bottom: 30px;
}
.lxwmbt h1{
	text-align: center;
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_Medium";
}
.lxwmbt p{
	text-align: center;
	color: #808080;
	font-size: 14px;
}
.lxwmlist ul{
	display: flex;
	margin-top: 3.125rem;
	justify-content: space-between;
}
.lxwmlist ul li{
	background-color: #fff;
	width: 32%;
	padding: 3.125rem 0px;
	border-radius: 25px;
	transition: all 1s;
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	background-color: #e6e6e6;
	border-radius: 50%;
	margin: 0 auto;
	color: #333333;
	font-size: 32px;
	transition: all 1s;
}
.lxwmlist ul li h1{
	text-align: center;
	color: #333333;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-top: 1.875rem;
	margin-bottom: 15px;
	transition: all 1s;
}
.lxwmlist ul li p{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background-color: #e27532;
}
.lxwmlist ul li:hover iconpark-icon{
	background-color: #e8915b;
	color: #fff;
}
.lxwmlist ul li:hover h1,.lxwmlist ul li:hover p{
	color: #fff;
}
.quotedva{
	background-color: transparent;
}
.quotedva .quotedvleft{
	box-shadow: 0px 0px 15px #efefef;
}
.neirongdvs{
	padding-bottom: 7.5rem;
}
.gsjj {
	margin: 30px auto;
	margin-bottom: 6.25rem;
	width: 93.75rem;
}
.gsjj h1{
	color: #333333;
	font-size: 38px;
	text-align: center;
	font-family: "Poppins_Medium";
	margin-bottom: 30px;
}
.gsjj  p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.gsjj img{
	display: block;
	width: 100%;
	margin-top: 30px;
	border-radius: 25px;
    overflow: hidden;
}
.lcheng{
	display: block;
	width: 100%;
	padding: 6.25rem 0px;
	background: url(../images/lishi_02.jpg) center no-repeat;
	background-size: cover;
}
.lchenglist{
	width: 93.75rem;
	margin: 0 auto;
	position: relative;
	margin-top: 75px;
}
.lchenglist ul::after{
	content:"";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background-color: #dbdbdb;
}
.lchenglist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.lchenglist ul li{
	display: flex;
	justify-content: space-between;
	width: 50%;
	align-items: center;
	position: relative;
	z-index: 5;
	margin: 25px 0px;
	transform: translateX(-5px) !important;
}
.lchenglist ul li i{
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background-color: #e27532;
}
.lchenglist ul li span{
	width: 45px;
	color: #333333;
	font-size: 18px;
}
.lchenglist ul li div{
	width: 80%;
	padding: 20px;
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 0px 0px 20px #efefef;
	color: #808080;
	font-size: 14px;
	line-height: 30px;
}
.lchenglist ul li:nth-child(2n+1){
	flex-direction: row-reverse;
	transform: translateX(5px) !important;!important
}
.future{
	padding: 5.625rem 0px;
	background-color: #f7f7f7;
}
.futuredv{
	width: 93.75rem;
	margin: 0% auto; 
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.futuredvleft{
	width: 45%;
}
.futuredvright{
	width: 49%;
}
.futuredvright img{
	display: block;
	width: 100%;
}
.futuredvleft h1{
	color: #333333;
	font-size: 38px;
	font-family: 'Poppins_Medium';
}
.futuredvleft h2{
	color: #808080;
	font-size: 16px;
}
.futuredvleft span{
	border-bottom: 1px solid #dedede;
	display: block;
	width: 100%;
	height: 30px;
}
.futuredvleft i{
	display: block;
	width: 60px;
	border-bottom: 1px solid #e27532;
	height: 2px;
	margin-top: -3px;
}
.futuredvleft p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
	margin-top: 30px;
}
.questions #thumbs{
	width: 93.75rem;
	margin: 0 auto;
}
.xhx{
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 3.75rem;
}
.xhx h1{
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	position: relative;
	transition: all 1s;
}
.xhx  i{
	display: block;
	width: 100px;
	border-bottom: 1px solid transparent;
	margin: 0 auto;
	transition: all 1s;
}
.questions #thumbs .swiper-slide-thumb-active i{
	border-bottom: 1px solid #e27532;
}
.questions #thumbs .swiper-slide-thumb-active h1{
	color: #e27532;
}
.questions #gallery{
	overflow: unset;
	overflow-x: unset;
}
.questions #gallery{
	padding-bottom: 140px;
}
.questions23{
	padding-bottom: 0px;
	overflow-x: hidden;
}
.sjnav{
	display: none;
}
.weizhi{
	width: 93.75rem;
	margin: 0 auto;
}
.weizhi p{
	color: #808080;
	font-size: 14px;
}
.weizhi p a{
	color: #808080;
}
.weizhi p a:last-child{
	color: #e27532;
}
.paplist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.paplist ul li{
	width: 31.33%;
	margin: 1%;
	margin-top: 0;
	background-color: #ffffff;
	border-radius: 25px;
	margin-bottom: 2%;
	overflow: hidden;
	padding-bottom: 20px;
	box-shadow: 0px 0px 15px #efefef;
}
.paplist ul li div{
	width: 100%;
	overflow: hidden;
}
.paplist ul li div img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.paplist ul li:hover div img{
	transform: scale(1.05);
}
.paplist ul li h1{
	text-align: center;
	margin-top: 1.25rem;
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.paplist ul li p{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	color: #808080;
	font-size: 14px;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis; 
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
}
.neirongff{
	background-color: #fff;
	padding-bottom: 6.25rem;
}
.quotef{
	background-color: #ffffff;
}
.quotef .quotedvleft{
	box-shadow: 0px 0px 20px #efefef;
}
.zleft ul li h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zleft ul li h2 i{
	color: #e27532;
	font-size: 18px;
	cursor: pointer;
}
.zleft ul li a span{
	display: block;
	width: 90%;
}
.zleft ul li.active a span{
	color: #e27532;
}

.yindaolist ul li{
	background: url(../images/yiindao_03.png) center no-repeat;
	background-size: cover;
	border-radius: 25px;
	padding: 20px 3.75rem;
	box-shadow: 0px 0px 15px #efefef;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.875rem;
}
.yindaolist ul li .yindaolistleft{
	margin-top: 25px;
	width: 50%;
}
.yindaolist ul li .yindaolistleft h1{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
}
.yindaolist ul li .yindaolistleft p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
}
.yindaolist ul li .yindaolistleft a{
	width: 130px;
	padding: 0 30px;
	padding-right: 20px;
	line-height: 45px;
	margin-top: 1.875rem;
	display: flex;
	border-radius: 45px;
	background-color: #ffffff;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #e27532;
	transition: all 1s;
}
.yindaolist ul li .yindaolistleft a span{
	color: #e27532;
	font-size: 14px;
	transition: all 1s;
	font-family: "Poppins_Medium";
}
.yindaolist ul li .yindaolistleft a iconpark-icon{
	font-size: 20px;
	color: #e27532;
	transition: all 1s;
}
.yindaolist ul li .yindaolistleft a:hover{
	background-color: #e27532;
}

.yindaolist ul li .yindaolistleft a:hover iconpark-icon,.yindaolist ul li .yindaolistleft a:hover span{
	color: #fff;
}
.yindaolist ul li .yindaolistright{
	width: 30%;
}
.yindaolist ul li .yindaolistright img{
	width: 100%;
	display: block;
	transition: all 1s;
}
.yindaolist ul li:hover .yindaolistright img{
	transform: scale(1.05);
}

.yindaolist ul li:nth-child(2){
	background: url(../images/yiindao_06.png) center no-repeat;
	background-size: cover;
}
.yindaolist ul li:nth-child(3){
	background: url(../images/yiindao_08.png) center no-repeat;
	background-size: cover;
}
.yindaolist ul li:nth-child(4){
	background: url(../images/yiindao_10.png) center no-repeat;
	background-size: cover;
}
.yindaolist ul li:nth-child(5){
	background: url(../images/yiindao_12.png) center no-repeat;
	background-size: cover;
}
.zleft ul li dl {
	padding-bottom: 20px;
	display: none;
}
.zleft ul li dl dd{
	line-height: 40px;
	text-indent: 20px;
}
.zleft ul li dl dd a{
	color:#808080;
}
.zleft ul li dl dd a:hover{
	color: #e27532;
}
.zleft ul li dl dd.active a{
	color: #e27532;
}
.zleft ul li.hover dl{
	display: block;
}
.zleft ul li.active dl{
	display: block;
}
.paplists ul li p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	height: 30px;
}
.neirongdd{
	padding-bottom: 6.25rem;
}
.yindaolist ul li:last-child{
	margin-bottom: 0;
}
.pape{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.papeleft{
	width: 40%;
}
.papeleft #gallery2{
	border-radius: 25px;
}
.papeleft #gallery2 img{
	width: 100%;
	display: block;
}
.papeleft #thumbs2{
	border-radius: 15px;
	margin-top: 10px;
	width: 85%;
} 
.papeleft #thumbs2 img{
	width: 100%;
	display: block;
}
.paperight{
	width: 55%;
}
.paperight h1{
	color: #e27532;
	font-size: 16px;
	margin-bottom: 10px;
}
.paperight h2{
	color: #404040;
	font-size: 36px;
	font-family: "Poppins_Medium";
	border-bottom: 1px solid #e5e5e5;
}
.paperight i{
	display: block;
	width: 70px;
	height: 1px;
	border-bottom: 2px solid #e27532;
	margin-top: -3px;
	margin-bottom: 20px;
}
.paperight p{
	line-height: 40px;
	font-size: 16px;
	color: #666666;
}
.biaozhi{
	display: flex;
	justify-content: flex-start;
	    align-items: center;
	margin-top: 3.75rem;
}
.biaozhi img{
	width: 99px;
	display: block;
}
.biaozhi section{
	width: 80%;
	margin-left: 20px;
}
.biaozhi section h3{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
}
.biaozhi section h4{
	line-height: 30px;
	font-size: 16px;
	color: #666666;
}
.paperight a{
	display: block;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #e27532;
	color: #ffffff;
	margin-top: 3.75rem;
	border-radius: 50px;
	text-transform: uppercase;
}
.xqing{
	width: 93.75rem;
	margin: 0 auto;
}
.xqingbt{
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.xqingbt i{
	display: block;
	width: 3px;
	height: 20px;
	background-color: #e27532;
	margin-right: 10px;
}
.xqingbt span{
	color: #333333;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.xqingdv img{
	max-width: 100%;
}
.fy a:hover{
	color: #e27532;
}
.rmncpobt{
	margin-top: 20px;
	margin-bottom: 25px;
	color: #333333;
	font-size: 38px;
	text-transform: uppercase;
	font-family: "Poppins_Medium";
}
.rmncpo{
	width: 93.75rem;
	margin: 0 auto;
}
.rmncpolist ul{
	display: flex;
	justify-content: space-between;
}
.rmncpolist ul li{
	width: 23%;
	background-color: #fff;
	border-radius: 25px;
	margin: 1%;
	position: relative;
	z-index: 5;
}
.rmncpolist ul li a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	background-color: #fff;
	border-radius: 25px;
}
.rmncpolist ul li div{
	overflow: hidden;
	width: 100%;
}
.rmncpolist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.rmncpolist ul li:hover div img{
	transform: scale(1.05);
}
.rmncpolist ul li section {
	padding: 25px 0px;
}
.rmncpolist ul li section h1{
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.rmncpolist ul li section p{
	text-align: center;
	color: #4d4d4d;
	font-size: 14px;
}
.rmncpolist ul li::after{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 25px;
	background-color: #e27532;
	opacity: 0;
	transition: all 1s;
}
.rmncpolist ul li:hover::after{
	top: 10px;
	opacity: 1;
}
.poppro {
	padding: 90px 0px;
	background-color: #f7f7f7;
	padding-bottom: 0;
}
.sypoppro{
	width: 93.75rem;
	margin: 0 auto;
	background-color: #f7f7f7;
}
.popprolist{
	padding-bottom: 6.375rem;
}
.popprolist .swiper-slide{
	background-color: #fff;
	border-radius: 25px;
	position: relative;
	z-index: 5;
}
.popprolist .swiper-slide a{
	display: block;
	width: 100%;
	position: relative;
	z-index: 5;
	background-color: #fff;
	border-radius: 25px;
}
.popprolist .swiper-slide div{
	overflow: hidden;
	width: 100%;
}
.popprolist .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.popprolist .swiper-slide:hover div img{
	transform: scale(1.05);
}
.popprolist .swiper-slide section {
	padding: 25px 0px;
}
.popprolist .swiper-slide section h1{
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-bottom: 10px;
}
.popprolist .swiper-slide section p{
	text-align: center;
	color: #4d4d4d;
	font-size: 14px;
}
.popprolist .swiper-slide::after{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 25px;
	background-color: #e27532;
	opacity: 0;
	transition: all 1s;
}
.popprolist .swiper-slide:hover::after{
	top: 10px;
	opacity: 1;
}
.zy{
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
	margin-top: 1.875rem;
}
.zy .swiper-pagination{
	position: initial;
	width: 200px;
	height: 90px;
	text-align: left;
	line-height: 90px;
	color: #808080;
	font-size: 18px;
}
.zy .swiper-pagination span:first-child{
	color: #e27532;
	font-size: 30px;
}
.zy .gehrfsd{
	width: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zy .gehrfsd .swiper-button-next,.zy .gehrfsd .swiper-button-prev{
	position: initial;
	margin: 0;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
	opacity: 1;
}
.zy .gehrfsd .swiper-button-next:after,.zy .gehrfsd .swiper-button-prev:after{
	color: #e27532;
	font-size: 16px;
}
.zy .gehrfsd .swiper-button-next:hover,.zy .gehrfsd .swiper-button-prev:hover{
	background-color: #e27532;
}
.zy .gehrfsd .swiper-button-next:hover:after,.zy .gehrfsd .swiper-button-prev:hover:after{
	color: #fff;
}
.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: 93.75rem;
	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;
}
.bannersasg h1{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.bannersasg .sgahhrj{
	width: 93.75rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -46.875rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bannersasg .sgahhrj section{
	width: 100%;
}
.bannersasg h2{
	color: #ffffff;
	font-size: 44px;
	font-family: "Poppins_SemiBold";
	margin-bottom: 10px;
	width: 50%;
	line-height: 60px;
}
.bannersasg h3{
	color: #ffffff;
	font-size: 18px;
	width: 50%;
	line-height: 35px;
}

.bannersasg  .sgahhrj a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 125px;
	height: 48px;
	padding: 0 25px;
	border-radius: 50px;
	background-color: #e27532;
	margin-top: 3.125rem;
}
.bannersasg   a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
}
.bannersasg   a iconpark-icon{
	font-size: 20px;
	color:#fff;
}


.bannersasg  img{
	display: block;
	width: 100%;
}
.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: 93.75rem;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 48px;
	color: #333333;
	font-family: "Poppins_SemiBold";
	margin-bottom: 10px;
	text-transform: capitalize;
	width: 64%;
}
.nrbanner .btext p{
	color: #808080;
	font-size: 17px;
	line-height: 35px;
	width: 64%;
}

.nrbanner .btext a{
	width: 130px;
	padding: 0 30px;
	padding-right: 20px;
	line-height: 50px;
	margin-top: 1.875rem;
	display: flex;
	border-radius: 50px;
	background-color: #e27532;
	justify-content: space-between;
	align-items: center;
}
.nrbanner .btext a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Medium";
}
.nrbanner .btext a iconpark-icon{
	font-size: 20px;
	color: #fff;
}

.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.heigehds{
	height: 90px;
}


.paplist ul li{
	position: relative;
	padding-bottom: 0;
	overflow: unset;
	background-color: transparent;
}
.paplist ul li a{
	display: block;
	background-color: #fff;
	position: relative;
	z-index: 3;
	border-radius: 25px;
	padding-bottom: 20px;
	overflow: hidden;
}
.paplist ul li::after{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 25px;
	background-color: #e27532;
	opacity: 0;
	transition: all 1s;
}
.paplist ul li:hover::after{
	top: 10px;
	opacity: 1;
}



.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li div{
	display: none;
    position: absolute;
   	left: -48px;
    width: 100%;
    top: 0px;
    z-index: 5;
    padding-top: 20px;
}
.headdvright ul li:nth-child(3) div{
	left: -48px;
}
.headdvright ul li:nth-child(4) div{
	left: -48px;
}
.headdvright ul li:nth-child(5) div{
	left: -48px;
}
.headdvright ul li:nth-child(7) div{
	left: -48px;
}
.headdvright ul li:nth-child(8) div{
	left: -48px;
}
.headdvright ul li a{
	display: flex;
    justify-content: center;
    align-items: center;
}
.headdvright ul li div dl{
	overflow: hidden;
	border-radius: 6px;
	width: 160px;
	background-color: #fff;
}
.headdvright ul li div dl dd a{
	    color: #333 !important;
    height: 40px;
    text-align: center;
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height:40px;
    background-color: #fff;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    z-index: 2;
    
}
.headdvright ul li div dl dd a::after{
	display: none;
}
.headdvright ul li div dl dd a span{
	line-height: 90px;
}
.headdvright ul li div dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.headdvright ul li div dl dd:hover{
	    background-color: #e27532;
}
.headdvright ul li:hover div dl dd a{
	font-weight: normal;
}
.headdvright ul li div dl dd a:hover{
	background-color: #e27532;
	color: #fff !important;
	font-weight: normal;
}
.headdvright ul li a{
	height: 90px;
}
.headdvright ul li div {
    display: none;
    position: absolute;
    left: -38px;
    width: 100%;
    top: 70px;
    z-index: 5;
    padding-top: 20px;
}
.headdvright ul li div dl {
    overflow: hidden;
    border-radius: 6px;
    width: 160px;
    background-color: #fff;
}
.headdvright ul li:nth-child(3) div dl{
	    width: 240px;
}
.headdvright ul li:nth-child(3) div{
	left: -51px;
}
.headdvright ul li:nth-child(4) div{
	left: -48px;
}
.headdvright ul li:nth-child(5) div dl{
	    width: 320px;
}
.headdvright ul li:nth-child(5) div{
	left: -139px;
}
.headdvright ul li:nth-child(7) div{
	left: -48px;
}
.headdvright ul li:nth-child(8) div{
	left: -48px;
}



.asgrigrt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.asgrigrt #btn1,.asgrigrt #btn2{
	width: 30px;
}
.asgrigrt #btn1 iconpark-icon , .asgrigrt #btn2 iconpark-icon{
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.papeleft #thumbs2 .swiper-slide  div{

}
.papeleft #thumbs2 .swiper-slide  div img{
	display: block;
	width: 1005;
}



.yce{
	position: fixed;
	top: 50%;
	right: 15px;
	z-index: 999;
	margin-top: -112.5px;
}
.yce ul li{
	width: 45px;
	height: 45px;
	display: block;
	background-color: rgba(1, 12, 22, 0.60);
	border-radius: 5px;
	margin-bottom: 15px;
	transition: all 1s;
	position: relative;
}
.yce ul li:hover{
	background-color: #e27532;
}
.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: 20px ;
	top: 0;
	border-radius: 5px;
	width: 0px;
	overflow: hidden;
	transition: all 1s;
	width: 0px;
	opacity: 0;
	z-index: -99;
}
.yce ul li div h1{
	line-height: 45px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 290px;

	background-color: #e27532;
}
.yce ul li:hover div{
	width: 290px;
	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(1){
	display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.htdv{
		width: 95%;
		    margin-top: -80px;
	}
	.bringbt{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 3.125rem;
	}
	.bringlist{
		width: 95%;
	}
	.solutionlist{
		width: 95%;
	}
	.sypoppro{
		width: 95%;
	}
	.whoa{
		width: 95%;
	}
	.trustdv{
		width: 95%;
	}
	.reviewslist{
		width: 95%;
	}
	.hwusdvlist{
		width: 95%;
	}
	.hwusdvlist ul li section i{
		width: 70%;
	}
	.questionslist{
		width: 95%;
	}
	.quotedv{
		width: 95%;
	}
	.quotedvright h1{
		font-size: 32px;
	}
	.quotedvleft form textarea{
		height: 150px;
	}
	.foottop{
		    margin-top: -7.125rem;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.pape{
		width: 95%;
	}
	.xqing{
		width: 95%;
	}
	.rmncpo{
		width: 95%;
	}
	.weizhi{
		width: 95%;
	}
	.blogdv{
		width: 95%;
	}
	.zleft{
		width: 30%;
	}
	.zleft h1{
		font-size: 24px;
	}
	.zright{
		width: 68%;
	}
	.gsjj{
		width: 95%;
	}
	.lchenglist ul li div{
		width: 73%;
	}
	.lchenglist{
		width: 95%;
	}
	.futuredv{
		width: 95%;
	}
	.questions #thumbs{
		width: 95%;
	}
	.xhx h1{
		font-size: 17px;
	}
	.lxwm{
		width: 95%;
	}
	.xwxq{
		width: 95%;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.bannersasg .sgahhrj{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.headdv{
		width: 95%;
	}
	.htdv{
		width: 95%;
	}
	.bringbt{
		width: 95%;
		margin: 0 auto;
		margin-bottom: 3.125rem;
	}
	.bringlist{
		width: 95%;
	}
	.solutionlist{
		width: 95%;
	}
	.sypoppro{
		width: 95%;
	}
	.whoa{
		width: 95%;
	}
	.trustdv{
		width: 95%;
	}
	.reviewslist{
		width: 95%;
	}
	.hwusdvlist{
		width: 95%;
	}
	.hwusdvlist ul li section i{
		width: 70%;
	}
	.questionslist{
		width: 95%;
	}
	.quotedv{
		width: 95%;
	}
	.quotedvright h1{
		font-size: 32px;
	}
	.quotedvleft form textarea{
		height: 150px;
	}
	.foottop{
		    margin-top: -7.125rem;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.mbx{
		width: 95%;
	}
	.pape{
		width: 95%;
	}
	.xqing{
		width: 95%;
	}
	.rmncpo{
		width: 95%;
	}
	.weizhi{
		width: 95%;
	}
	.blogdv{
		width: 95%;
	}
	.zleft{
		width: 30%;
	}
	.zleft h1{
		font-size: 24px;
	}
	.zright{
		width: 68%;
	}
	.gsjj{
		width: 95%;
	}
	.lchenglist ul li div{
		width: 73%;
	}
	.lchenglist{
		width: 95%;
	}
	.futuredv{
		width: 95%;
	}
	.questions #thumbs{
		width: 95%;
	}
	.xhx h1{
		font-size: 17px;
	}
	.lxwm{
		width: 95%;
	}
	.xwxq{
		width: 95%;
	}
	.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;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.bannersasg .sgahhrj{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.htdv{
		margin-top: -20px;
	}
	.bannersasg h2{
		width: 65%;
	}
}
@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;
	}
	.htdv{
		width: 95%;
		margin: 0 auto;
		z-index: 0;
		background-color: transparent;
		padding-top: 20px;
	}
	.htdv ul{
		flex-wrap: wrap;
	}
	.htdv ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
		background-color: #fff;
	}
	.htdv ul li i{
		font-size: 32px;
	}
	.htdv ul li h1{
		font-size: 17px;
	}
	.bringbt{
		width: 95%;
		margin: 0 auto;
	}
	.bringbt h1{
		font-size: 22px;
	}
	.bringbt p{
		font-size: 14px;
		line-height: 30px;
	}
	.bringlist{
		width: 95%;
		margin-top: 10px;
	}
	.bringlist ul {
		flex-wrap: wrap;
	}
	.bringlist ul li{
		width: 48%;
		margin: 1%;
	}
	.bringlist ul li a section{
		padding: 5%;
	}
	.bringlist ul li a section p{
		line-height: 28px;
		font-size: 14px;
	}
	.solution{
		padding: 20px 0px;
	}
	.solutionlist{
		width: 95%;
	}
	.solutionlist ul li{
		width: 48%;
		padding-bottom: 0;
	}
	.solutionlist ul li h1{
		font-size: 15px;
		height: 45px;
		line-height: 45px;
	}
	.poppro{
		padding-top: 20px;
	}
	.sypoppro{
		width: 95%;
		margin-top: 20px;
	}
	.popprolist .swiper-slide section{
		padding: 10px 0px;
	}
	.popprolist .swiper-slide section h1{
		margin-bottom: 5px;
	}
	.zy .swiper-pagination span:first-child{
		font-size: 24px;
	}
	.zy .swiper-pagination{
		font-size: 14px;
	}
	.zy .gehrfsd .swiper-button-next, .zy .gehrfsd .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	.zy .gehrfsd{
		width: 90px;
	}
	.zy .swiper-pagination{
		line-height: 60px;
		height: 60px;
	}
	.whoa{
		width: 95%;
		display: block;
	}
	.whoaleft{
		width: 100%;
	}
	.whoaright{
		width: 100%;
	}
	.whoaright h1{
		margin-top: 15px;
		font-size: 22px;
	}
	.whoaright p{
		font-size: 14px;
		line-height: 30px;
	}
	.whoaright a{
		width: 100px;
		line-height: 40px;
		height: 40px;
		margin-top: 20px;
	}
	.trustdv{
		width: 95%;
		display: block;
	}
	.trustdvleft h1{
		font-size: 22px;
	}
	.trustdvleft p{
		font-size: 14px;
	}
	.trustdvleft ul li span{
		font-size: 14px;
	}
	.trustdvleft ul li img{
		width: 20px;
		margin-top: 3px;
	}
	.popprolist .swiper-slide section h1{
		font-size: 16px;
	}
	.trustdvright{
		margin-top: 20px;
		width: 100%;
	}
	.trustdvright img{
		display: block;
		width: 100%;
	}
	.reviewslist{
		width: 95%;
	}
	.reviewslist ul{
		flex-wrap: wrap;
	}
	.reviewslist ul li{
		width: calc(40% - 2px);
		padding: 4%;
	}
	.reviewslist ul li p{
		font-size: 14px;
		line-height: 28px;
		height: 224px;
	}
	.reviewslist ul li h1{
		font-size: 16px;
	}
	.reviewslist ul li h2{
		font-size: 14px;
	}
	.hwusdvlist{
		width: 95%;
		margin-top: 15px;
	}
	.hwusdvlist ul li{
		width: calc(40% - 2px);
		padding: 4%;
	}
	.hwusdvlist ul li section span{
		width: 30px;
		height: 30px;
		font-size: 20px;
	}
	.hwusdvlist ul li section i{
		font-size: 16px;
		width: 70%;
	}
	.hwusdvlist ul li p{
		font-size: 14px;
		line-height: 28px;
	}
	.foottop,.foot{
		display: none;
	}
	.questionslist{
		width: 95%;
		margin-top: 20px;
	}
	.questionslist ul li{
		width: 90%;
		padding: 10px 5%;
	}
	.questionslist ul li .quetop i{
		font-size: 18px;
	}
	.questionslist ul li .quetop span{
		font-size: 16px;
		white-space:nowrap;
		height: 30px;
		overflow:hidden;
		line-height: 30px;
		text-overflow:ellipsis;
	}
	.questionslist ul li:hover .quedown{
		display: none;
	}
	.quotedv{
		display: block;
		width: 95%;
	}
	.quotedvleft{
		width: 90%;
		padding:5%;
	}
	.quotedvleft h1{
		font-size: 22px;
	}
	.quotedvleft form div input{
		height: 40px;
		line-height: 40px;
	}
	.quotedvleft form select{
		height: 40px;
	}
	.quotedvleft form>input{
		height: 40px;
	}
	.quotedvleft form textarea{
		height: 150px;
	}
	.quotedvright{
		width: 100%;
		margin-top: 15px;
	}
	.quotedvright h1{
		font-size: 20px;
	}
	.quotedvright p{
		font-size: 14px;
		line-height: 28px;
	}
	.mbx{
		width: 95%;
	}
	.mbxright{
		display: none;
	}
	.pape{
		width: 95%;
		display: block;
	}
	.papeleft{
		width: 100%;
	}
	.paperight{
		margin-top: 20px;
		width: 100%;
	}
	.paperight h1{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.paperight h2{
		font-size: 18px;
		line-height: 35px;
	}
	.paperight p{
		font-size: 14px;
		line-height: 28px;
	}
	.biaozhi section h3{
		font-size: 16px;
	}
	.biaozhi section h4{
		font-size: 14px;
		line-height: 28px;
	}
	.biaozhi{
		display: block;
	}
	.biaozhi img{
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
		width: 70px;
	}
	.biaozhi section{
		margin-left: 0;
		width: 100%;
	}
	.paperight a{
		width: 150px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.xqing{
		width: 95%;
	}
	.fy{
		display: block;
	}
	.fy a{
		display: block;
		margin: 10px 0px;
	}
	.rmncpo{
		width: 95%;
	}
	.rmncpobt{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.rmncpolist ul li{
		width: 48%;
	}
	.rmncpolist ul{
		display: flex;
		flex-wrap: wrap;
	}
	.rmncpolist ul li section h1{
		margin-bottom: 0px;
	}
	.weizhi{
		width: 95%;
		height: 40px;
		line-height: 40px;
	}
	.blogdv{
		width: 95%;
	}
	.zleft{
		display: none;
	}
	.zright{
		width: 100%;
	}
	.yindaolist ul li {
		align-items: center;
	}
	.yindaolist ul li .yindaolistleft{
		width: 59%;
		margin-top: 0;
	}
	.yindaolist ul li .yindaolistright{
		width: 40%;
	}
	.yindaolist ul li .yindaolistleft a{
		width: 100px;
		height: 40px;
		line-height: 40px;
	}
	.paplist ul li{
		width: 48%;
	}
	.paplist ul li{
		padding-bottom: 10px;
	}
	.paplist ul li h1{
		font-size: 16px;
		margin-bottom: 0;
		margin-top: 10px;
		margin-bottom: 3px;
	}
	.gsjj{
		width: 95%;
		margin-top: 0;
	}
	.gsjj h1{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.gsjj p{
		margin-top: 0;
		font-size: 14px;
		line-height: 28px;
	}
	.gsjj img{
		margin-top: 15px;
	}
	.lxwmbt h1{
		text-align: center;
		font-size: 22px;
	}
	.lcheng{
		padding-top: 0;
	}
	.questions #gallery{
		padding-bottom: 20px;
	}
	.lchenglist{
		width: 95%;
		margin-top: 15px;
	}
	.lchenglist ul::after{
		display: none;
	}
	.lchenglist ul li{
		width: 100%;
		display: block;
		transform: translateX(0);
		margin: 10px auto;
	}
	.lchenglist ul li:first-child{
		display: none;
	}
	.lchenglist ul li{
		margin: 0;
	}
	.lchenglist ul li i{
		display: none;
	}
	.lchenglist ul li div{
		width: 90%;
		padding: 5%;
	}
	.lchenglist ul li div{
		margin-bottom: 10px;
	}
	.futuredv{
		width: 95%;
		display: block;
	}
	.futuredvleft{
		width: 100%;
	}
	.futuredvleft h1{
		font-size: 22px;
	}
	.futuredvleft h2{
		font-size: 14px;
	}
	.futuredvleft span{
		font-size: 14px;
		height: 15px;
	}
	.futuredvleft p{
		margin-top: 15px;
	}
	.futuredvleft p{
		font-size: 14px;
		line-height: 28px;
	}
	.futuredvright{
		width: 100%;
		margin-top: 15px;
	}
	.questions #thumbs{
		width: 95%;
	}
	.xhx h1{
		line-height: 45px;
		font-size: 15px;
	}
	.questionslist ul li .quetop span{
		font-size: 14px;
	}
	.questionslist ul li .quetop i{
		margin-right: 15px;
	}
	.questionslist ul li .quedown{
		display: none;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt{
		margin-bottom: 20px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
	.lxwmlist ul li h1{
		font-size: 17px;
		margin-bottom: 5px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
		line-height: 30px;
	}
	.xwxq{
		width: 95%;
		display: block;
	}
	.xwxqleft{
		width: 100%;
	}
	.xwxqbt h1{
		font-size: 18px;
	}
	.xwxqbt p{
		font-size: 13px;
		margin-top: 10px;
	}
	.xwnrong{
		margin-top: 10px;
	}
	.xwxqright{
		width: 90%;
		padding: 5%;
	}
	.hewgr span{
		font-size: 17px;
	}
	.rmlist ul li{
		padding: 10px 0px;
	}
	.hewgr{
		margin-top: 15px;
	}
	.newsdvlist ul li a{
		padding: 10px;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		font-size: 18px;
		margin-bottom: 4px;
	}
	.newsdvlistext p{
		line-height: 25px;
		font-size: 14px;
		height: 50px;
	}
	.newsdvlist ul li{
		margin-bottom: 10px;
	}
	.blogdv{
		margin-bottom: 10px;
	}
	.quotedvleft form button{
		height: 40px;
		line-height: 40px;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext h2{
		width: 100%;
		font-size: 22px;
	}
	.nrbanner .btext p{
		display: none;
	}
	.nrbanner .btext a{
		display: none;
	}
	.nrbanner{
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -35%;
	}
	.bannersasg img{
		width: 150%;
		max-width: none;
		margin-left: -25%;
	}

	.bannersasg .swiper-slide{
		overflow: hidden;
	}
	.bannersasg .sgahhrj{
		width: 95%;
		margin-left: 0;
		left: 2.5%;
	}
	.bannersasg h2{
		width: 100%;
		font-size: 24px;
		line-height: 35px;
	}
	.bannersasg h3{
		width: 100%;
		font-size: 14px;
		line-height: 30px;
	}
	.bannersasg .sgahhrj a{
		display: none;
	}
	.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: #e27532;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #c55916;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
						.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;
	}
	.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;
	}
	.mbx,.weizhi {
		display: none;
	}
	.neirong{
		padding-top: 20px;
	}
	.paplist ul li{
		border-radius: 10px;
	}
	.gsjj{
		padding-top: 35px;
	}
	.heigehds{
		display: none;
	}
	.yuyan {
	   position: absolute;
    	height: 100%;
    	display: flex;
    	justify-content: center;
    	align-items: center;
   	right: 20%;
    	top: 0px;
    	z-index: 99;
	}
	.yuyan dl{
    	z-index: 999;
    	width: 100px;
    	margin-left: -50px;
	}
	.yuyan dl dd a{
		font-size: 12px;
	}
}


