/* 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: "Anton_SC";
	src:url('../font/AntonSC-Regular.ttf');
}
@font-face
{
	font-family: "Impact";
	src:url('../font/IMPACT.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;
	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: 100rem;
}
.headdvleft{
	height: 100%;
}
.headdvleft{
	height: 100%;
	position: relative;
}
.headdvleft img {
	display: block;
	height: 100%;
	opacity: 1;
	transition: all 1s;
}
.headdvleft img:last-child{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.slideUp .headdvleft img{
	opacity: 0;
}
.slideUp .headdvleft img:last-child{
	opacity: 1;
}
.headdvright {
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

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

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

.headdvright ul li a span {
	font-size: 17px;
	color: #ffffff;
}
.ss{
	display: flex;
	justify-content: center;
	align-items: center;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	transition: all 1s;
	background-color: transparent;
}
.headdvright ul li:hover a span {
	color: #fff;
}
.headdvright ul li:hover a::after {
	background-color: #fff;
}
.headdvright ul li.active a span {
	color: #fff;
}
.headdvright ul li.active a::after {
	background-color: #fff;
}
.headdvright .ss iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.headdvright .hcons{
	width: 120px;
	height: 35px;
	border-radius: 50px;
	background-color: #daa20f;
	text-align: center;
}
.headdvright .hcons a{
	display: block;
	line-height: 35px;
	color: #ffffff;
	font-size: 14px;
}
.banners img{
	display: block;
	width: 100%;
}
.ege a{
	display: flex;
	justify-content: center;
	align-items: center;
}
.ege a span{
	color: #ffffff;
	font-size: 17px;
}
.ege a iconpark-icon{
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sypro{
	padding: 6.25rem 0px;
	background: url(../images/trew_02.jpg) center no-repeat;
	background-size: cover;
}
.syprodv{
	width: 100rem;
	margin: 0 auto;
}
.sybt{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sybtleft{
	width: 585px;
}
.sybtleft h1{
	color: #1481ff;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sybtleft h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.sybtright{
	width: 600px;
	color: #4d4d4d;
	font-size: 16px;
	line-height: 30px;
}
.syprodv ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 3.75rem;
}
.syprodv ul li{
	width: calc(24% - 80px);
	border-radius: 20px ;
	padding: 40px;
	margin-bottom: 20px;
	transition: all 1s;
	background-color: #fbfdff;
}
.syprodv ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.syprodv ul li i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	background-color: #f4f9ff;
	border-radius: 20px;
	margin-right: 16px;
	font-size: 64px;
	color: #1481ff;
}
.syprodv ul li section h1{
	color: #fff;
	font-size: 20px;
	font-family: "Poppins_Medium";
	margin-bottom: 5px;
	transition: all 1s;
}
.syprodv ul li section span{
	color: #fff;
	font-size: 16px;
	transition: all 1s;
}
.syprodv ul li:nth-child(1){
	background: url(../images/solution1.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(2){
	background: url(../images/solution2.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(3){
	background: url(../images/solution3.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(4){
	background: url(../images/solution4.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(5){
	background: url(../images/solution5.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(6){
	background: url(../images/solution6.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(7){
	background: url(../images/solution7.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(8){
	background: url(../images/solution8.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(1):hover{
	background: url(../images/solution1_1.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(2):hover{
	background: url(../images/solution2_2.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(3):hover{
	background: url(../images/solution3_3.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(4):hover{
	background: url(../images/solution4_4.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(5):hover{
	background: url(../images/solution5_5.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(6):hover{
	background: url(../images/solution6_6.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(7):hover{
	background: url(../images/solution7_7.jpg) center no-repeat;
	background-size: cover;
}
.syprodv ul li:nth-child(8):hover{
	background: url(../images/solution8_8.jpg) center no-repeat;
	background-size: cover;
}

.sycpllb{
	padding: 5.625rem 0px;
	width: 100rem;
	margin: 0 auto;
}
.sycpllbbt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sycpllbbtleft h1{
	color: #1481ff;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sycpllbbtleft h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.sycpllbbtright{
	width: 600px;
}
.sycpllbbtright #thumbs .swiper-slide i{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #808080;
	transition: all 1s;
	font-size: 42px;
}
.sycpllbbtright #thumbs .swiper-slide h1{
	color: #808080;
	text-align: center;
	font-size: 16px;
	transition: all 1s;
}
.sycpllbbtright #thumbs .swiper-slide{
	position: relative;
}
.sycpllbbtright #thumbs .swiper-slide::after{
	content: "";
	display: block;
	width: 1px;
	background-color: #1481ff;
	height: 17px;
	position: absolute;
	top: 15px;
	left: 0;
}
.sycpllbbtright #thumbs .swiper-slide:first-child::after{
	display: none;
}
.sycpllbbtright #thumbs .swiper-slide-thumb-active i{
	color: #1481ff;
}
.sycpllbbtright #thumbs .swiper-slide-thumb-active h1{
	color: #1481ff;
}
.sycpllb #gallery{
	margin-top: 60px;
}
.sycpinlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.sycpinlist ul li{
	width: 31.33%;
	margin: 0 1%;
	transition: all 1s;
}
.sycpinlist ul li div h1{
	color: #808080;
	font-size: 20px;
	font-family: "Poppins_Medium";
	transition: all 1s;
	height: 5rem;
	line-height: 5rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
}
.sycpinlist ul li section{
	width: 100%;
	overflow: hidden;
	border-radius: 16px;
}
.sycpinlist ul li section img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.sycpinlist ul li:hover section img{
	transform: scale(1.05);
}
.sycpinlist ul li:hover div h1{
	color: #1481ff;
}

.sygsjj{
	padding-top: 9.0625rem;
	padding-bottom: 8.4375rem;
	background: url(../images/gywm_02.jpg) center no-repeat;
	background-size: cover;
}
.sygsjjdv{
	margin: 0 auto;
	width: 100rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sygsjjdvleft{
	width: 45%;
}
.sygsjjdvleft h1{
	color: #1481ff;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
}
.sygsjjdvleft h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.sygsjjdvleft video{
	width: 100%;
	margin-top: 15px;
}
.sygsjjdvright{
	width: 51%;
}
.sygsjjdvright h1{
	color: #333333;
	font-size: 34px;
	font-family: "Poppins_Medium";
	line-height: 50px;
}
.sygsjjdvright h2{
	margin: 20px auto;
	color: #daa20f;
	font-size: 24px;
}
.sygsjjdvright p{
	margin-bottom: 35px;
	line-height: 30px;
	color: #808080;
	font-size: 16px;
}
.sygsjjdvright a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 130px;
	height: 50px;
	padding-left: 35px;
	padding-right: 25px;
	background-color: #daa20f;
	border-radius: 50px;
	margin-top: 5.3125rem;
}
.sygsjjdvright a span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.sygsjjdvright a iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
}
.sygsjjdvleft img{
	display: block;
}
.sygsjjdvleft div{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 12.5rem;
}

.advantageleft{
	width: 40%;

}
.advantageleft h1{
	color: #1481ff;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
}
.advantage{
	padding-top: 6.25rem;
	background: url(../images/dtbg.jpg) center no-repeat;
	background-size: cover;
}
.advantagedv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.advantageleft h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	margin-bottom: 2.8125rem;
} 
.advantageleft p{
	line-height: 35px;
	color: #808080;
	font-size: 16px;
}
.advantageright{
	width: 53%;
	position: relative;
}
.advantageright img{
	display: block;
	width: 100%;
}
.advantageright ul{
	position: absolute;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	bottom: 0;
	right: 0;
}
.advantageright ul li{
	width: 130px;
	height: 160px;
	background-color: #fff;
	padding: 0 15px;
	margin-left: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0px 0px 10px #e5e5e5;
}
.advantageright ul li h3{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.advantageright ul li h3 span{
	color: #daa20f;
	font-size: 48px;
	font-family: 'Roboto';
	font-weight: bold;
}
.advantageright ul li h3 i{
	color: #daa20f;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 24px;
}
.advantageright ul li p{
	color: #808080;
	font-size: 14px;
}
.xnlogo{
	border-top: 1px solid #e6e6e6;
	margin-top: 3.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 13.75rem;
}
.xnlogodv {
	width: 100rem;
	margin: 0 auto;
}
.xnlogodv .swiper-slide{
	position: relative;
}
.xnlogodv .swiper-slide img{
	display: block;
	opacity: 1;
	transition: all 1s;
}
.xnlogodv .swiper-slide img:last-child{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.xnlogodv  .swiper-wrapper{
    -webkit-transition-timing-function: linear; 
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.xnlogodv .swiper-slide:hover img{
	display: block;
	opacity: 0;
}
.xnlogodv .swiper-slide:hover img:last-child{
	opacity: 1;
}

.syservie{
	padding: 6.25rem 0px;
	background: url(../images/ewgr_02.jpg) center no-repeat;
	background-size: cover;
	    background-attachment: fixed;
}
.syserviebt h1{
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat_Medium";
	text-transform: uppercase;
	margin-bottom: 5px;
}
.syserviebt h2{
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.syservielist{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.syservielists .swiper-slide{
	position: relative;
}
.syservielists .swiper-slide div{
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.syservielists .swiper-slide div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.syservielists .swiper-slide:hover div img{
	transform: scale(1.05);
}
.syservielists .swiper-slide a{
	display: block;
	border-radius: 15px;
	overflow: hidden;
}
.syservielists .swiper-slide h1{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 30px;
	padding-top: 40px;
	color: #fff;
	width: 100%;
	font-size: 16px;
	text-align: center;
	background-image: linear-gradient(transparent, rgba(0,0,0,0.3));
	border-bottom-left-radius: 17px;
	border-bottom-right-radius: 17px;
}
.syservielists .swiper-slide:hover h1{
	    background-image: linear-gradient(transparent, rgb(218 162 15));
}
.htew{
	margin-top: 4.375rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.htew .swiper-button-next,.htew .swiper-button-prev{
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff;
	color: #1481ff;
	font-size: 24px;
	position: inherit;
	margin: 0 20px;
	transition: all 1s;
	opacity: 1;
}
.htew .swiper-button-next:hover,.htew .swiper-button-prev:hover{
	background-color: #daa20f;
	color: #fff;
}
.htew .swiper-button-next:after,.htew  .swiper-button-prev:after{
	font-size: 18px;
}
.synews{
	padding: 6.25rem 0px;
	background-color: #f7f7f7;
}
.synewsbt{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.75rem;
}
.synewsbt h1{
	color: #1481ff;
	font-size: 16px;
	margin-bottom: 5px;
	font-family: "Montserrat_Medium";
}
.synewsbt h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.synewsbtright a{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 130px;
    height: 50px;
    padding-left: 35px;
    padding-right: 25px;
    background-color: #daa20f;
    border-radius: 50px;
}
.synewsbtright a span {
    color: #ffffff;
    font-size: 14px;
    font-family: "Poppins_Light";
}
.synewsbtright a iconpark-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
}


.innewsdv{
	margin: 0 auto;
	margin-top: 4.0625rem;
	display: flex;
	justify-content: space-between;
}
.innewsdvleft{
	width: 32%;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 20px #f0f0f0;
}
.innewsdvleft div{
	overflow: hidden;
	display: block;
}
.innewsdvleft div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.innewsdvleft:hover div img{
	transform: scale(1.05);
}
.innewsdvleft section{
	padding: 2.1875rem 3.125rem;
	background-color: #fff;
}
.innewsdvleft section h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.9375rem;
}
.innewsdvleft section span{
	display: block;
	text-transform: uppercase;
	font-size: 14px;
    color: #1481ff;
}
.innewsdvleft section i{
	color: #808080;
	font-size: 14px;
}
.innewsdvleft section h1{
	color: #333333;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 0.625rem;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvleft section p{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: 0.9375rem;
}
.innewsdvcenter{
	width: calc(32% - 6.25rem);
	padding:  3.125rem;
	border-radius: 15px;
	overflow: hidden;
	padding-top: 4.6875rem;
	background: url(../images/news_05.jpg) center no-repeat;
	background-size: cover;
}
.innewsdvcenter span{
	display: block;
	margin-bottom: 2.5rem;
	color: #fefefe;
	font-size: 14px;
}
.innewsdvcenter h1{
	color: #fefefe;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 2.5rem;
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvcenter p{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.innewsdvcenter h4{
	width: 140px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border: 1px solid #fff;
	color: #fefefe;
	font-size: 14px;
	margin-top: 7.1875rem;
	transition: all 1s;
	border-radius: 50px;
	text-transform: uppercase;
}
.innewsdvcenter:hover h4{
	border-color: #daa20f;
	background-color: #daa20f;
}
.innewsdvright{
	width: 32%;
}
.innewsdvright ul{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.innewsdvright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innewsdvright ul li a div{
	width: 11.25rem;
	overflow: hidden;
	border-radius: 10px;
	overflow: hidden;
}
.innewsdvright ul li a div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.innewsdvright ul li:hover a div img{
	transform: scale(1.05);
}
.innewsdvright ul li a section{
	width: 19.5625rem;
}
.innewsdvright ul li a section h1{
	color: #4c4c4c;
	font-size: 18px;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvright ul li a section p{
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.innewsdvright ul li a section iconpark-icon{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #1481ff;
	font-size: 20PX;
	margin-top: 5px;
}
.innewsdv{
	width: 100rem;
}
.inseach{
	padding-top: 7.1875rem;
	padding-bottom: 15.625rem;
	background: url(../images/kuyt_06.jpg) center no-repeat;
	background-size: cover;
}
.inseachdv h2{
	text-align: center;
	color: #1481ff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Montserrat_Medium";
}
.inseachdv h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
}
.inseachdv form{
	width: 700px;
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
	margin-top: 2.75rem;
	background-color: #f8fbff;
	border-radius: 50px;
	padding-left: 20px;
	height: 50px;
	margin-bottom: 1.875rem;
}
.inseachdv form button{
	background-color: transparent;
	border: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	outline: none;
}
.inseachdv form button iconpark-icon{
	color: #daa20f;
	
	font-size: 20px;
}
.inseachdv form input{
	border: none;
	background-color: transparent;
	outline: none;
	margin-left: 15px;
	color: #999999;
	font-size: 14px;
	width: 80%;
}
.inseachdv ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.inseachdv ul li{
	height: 35px;
	width: 270px;
	text-align: center;
	background-color: #f8fbff;
	border-radius: 50px;
	color: #999999;
	line-height: 35px;
	font-size: 12px;
	margin: 0 10px;
	
}
.inseachdv ul li a{
	color: #999999;
	font-size: 12px;
}
.uwq{
	padding-bottom: 6.25rem;
	padding-top: 1.875rem;
	background-color: #e9f3ff;
}
.uwq ul{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.uwq ul li{
	width: 23%;
	height: 200px;
	background: url(../images/fubg.jpg) center no-repeat;
	background-size: cover;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
}
.uwq ul li span{
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	position: relative;
}
.uwq ul li span img{
	opacity: 1;
	transition: all 1s;
	display: block;
}

.uwq ul li h1{
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Poppins_Medium';
	margin-top: 0.625rem;
	transition: all 1s;
}
.uwq ul li:hover{
	background: url(../images/fubg1.jpg) center no-repeat;
	background-size: cover;
}

.foot{
	padding-top: 4.375rem;
	background-color: #001e41;
}
.footdv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footleft {
	width: 350px;
}
.footleft h1{
	color: #f1f1f1;
	font-size: 22px;
	font-family: "Poppins_Medium";
	margin-bottom: 15px;
}
.footleft i{
	display: block;
	width: 35px;
	height: 2px;
	background-color: #808080;
	margin-bottom: 3.125rem;
}
.footleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
	line-height: 30px;
}
.footleft ul li img{
	width: 24px;
	height: 24px;
	display: block;
	margin-right: 10px;
	margin-top: 3px;
}
.footleft  ul li span{
	color: #ababab;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footleft dl{
	display: flex;
	justify-content: flex-start;
	margin-top: 2.1875rem;
}
.footleft dl dd{
	margin-right: 20px;
}
.footleft dl dd img{
	display: block;
}
.footdv>dl dt a{
	color: #f1f1f1;
	font-size: 18px;
	font-family: "Poppins_Medium";
}
.footdv>dl dt {
	margin-bottom: 1.1875rem;
}
.footdv>dl dd{
	margin-bottom: 0.9375rem;
}
.footdv>dl dd a{
	color: #ababab;
	font-size: 14px;
	transition: all 1s;
}
.footdv>dl dd a:hover{
	color: #fff;
}
.footdv .ewm{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm p{
	color: #d6d6d6;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	font-family: "Poppins_Light";
}
.wdl{
	margin-top: 4.6875rem;
	border-top: 1px solid #494949;
	height: 80px;
}
.wdldv{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #ababab;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.wdldv p a{
	color: #808080;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.prolist{
	padding: 4.375rem 0px;
	width: 100rem;
	margin: 0 auto;

}
.prolist .sycpinlist{
	margin-top: 3rem;
}
.prolist .sycpinlist ul{
	justify-content: flex-start;
}
.prolist .sycpinlist ul li{
	margin: .5%;
   
}

.pronav ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pronav ul li{
	width: 13.1%;
	height: 45px;
	border: 1px solid #cccccc;
	margin: .5%;
	border-radius: 5px;
	transition: all 1s;
	overflow: hidden;
}
.pronav ul li a{
	display: block;
	color: #888888;
	text-align: center;
	font-size: 14px;
	line-height: 45px;
	transition: all 1s;
}
.pronav ul li:hover{
	background-color: #1481ff;
	border: 1px solid #1481ff;
}
.pronav ul li:hover a{
	color: #fff;
}
.pronav ul li.active{
	background-color: #1481ff;
	border: 1px solid #1481ff;
}
.pronav ul li.active a{
	color: #fff;
}
.xqbanner{
	background-color: #252626;
	padding-top: 12.5rem;
	padding-bottom: 8.75rem;
	background: url(../images/xqbann_01.jpg) center no-repeat;
	background-size: cover;
}
.xqbannerdv{
	display: flex;
	width: 100rem;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.xqbannerdvleft{
	width: 48%;
}
.xqbannerdvleft h1{
	color: #ffffff;
	font-size: 18px;
}
.xqbannerdvleft h2{
	color: #ffffff;
	font-size: 46px;
	font-family: "Anton_SC";
	border-bottom: 1px solid #8fb0f3;
	text-transform: uppercase;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
}
.xqbannerdvleft p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.xqbannerdvleft section{
	display: flex;
	justify-content: flex-start;
	margin-top: 3.75rem;
}
.xqbannerdvleft section a{
	width: 180px;
	height: 50px;
	background-color: #daa20f;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-right: 20px;
	transition: all 1s;
}
.xqbannerdvleft section a:hover{
	background-color: #1481ff;
	color: #fff;
}
.xqbannerdvright{
	width: 47%;
}
.xqbannerdvright .pimg{
	width: 100%;
	margin: 0 auto;
	border-radius: 15px;
	overflow: hidden;
}
.xqbannerdvright .pimg  .swiper-slide img{
	display: block;
	width: 100%;
}
.xqbannerdvright #thumbs{
	margin-top: 10px;
}
.xqbannerdvright #thumbs .swiper-slide img{
	display: block;
	width: 100%;
}
.xqbannerdvright #thumbs .swiper-slide span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.5;
	transition: all 1s;
}
.xqbannerdvright #thumbs .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
	position: relative;
}
.xqbannerdvright #thumbs .swiper-slide-thumb-active{
	opacity: 1;
}
.xqbannerdvright #thumbs .swiper-slide-thumb-active span{
	opacity: 0;
}
.pimg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.pimg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.cpscs{
	position: relative;
    box-shadow: 0px 8px 10px #efefef;
}
.cpscsdv{
	width: 100rem;
	margin: 0 auto;
}
.cpscsdv ul{
	display: flex;
	justify-content: space-between;
}
.cpscsdv ul li{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}
.cpscsdv ul li section h1{
	color: #4c4c4c;
	font-family: 'Poppins_Medium';
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}
.cpscsdv ul li section p{
	color: #808080;
	font-size: 16px;
	text-align: center;
}
.cpnr{
	width: 1200px;
	margin: 4.375rem auto;
}
.cpnr img{
	max-width: 100%;
}
.specifications{
	width: 100rem;
	margin: 5.625rem auto;
}
.specificationsbt h1{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_Medium";
	text-align: center;
}
.specificationsbt p{
	color: #808080;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.specificationslist{
	margin-top: 6.25rem;
}
.specificationslist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.specificationslist ul li{
	width: 48%;
	display: flex;
	border-bottom: 1px solid #efefef;
	justify-content: flex-start;
	padding-top: 15px;
	padding-bottom: 35px;
}
.specificationslist ul li span{
	width: 140px;
	color: #808080;
	font-size: 16px;
	line-height: 30px;
}
.specificationslist ul li p{
	width: 39.0625rem;
	color: #808080;
	font-size: 16px;
	line-height: 30px;
}
.rselated{
	padding: 6.25rem 0px;
	background-color: #f6faff;
}
.rselatedlist{
	width: 100rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.rselatedlist ul li{
	border-bottom: 1px solid #efefef;
}
.rselatedlist ul li section{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
	height: 60px;
	align-items: center;
	color: #4d4d4d;
	font-size: 16px;
	font-family: "Poppins_Medium";
	padding:  0 2.5%	;
	border-radius: 10px;
}
.rselatedlist ul li section h1{
	color: #4d4d4d;
	font-size: 16px;
	font-family: "Poppins_Medium";
}
.rselatedlist ul li section i{
	color: #4d4d4d;
}
.rselatedlist ul li div{
	width: 95%;
	margin: 30px auto;
	display: none;
}
.rselatedlist ul li div{
	font-size: 14px;
}
.rselatedlist ul li.active section{
	background-color: #1481ff;
}
.rselatedlist ul li.active section h1{
	color: #fff;
}
.rselatedlist ul li.active section i{
	color: #fff;
}
.rselatedlist ul li.active div{
	display: block;
}
.tjpro{
	margin: 5.625rem auto;
	width: 100rem;
}
.tjpro .sycpinlist{
	margin-top: 5rem;
}
.shownav{
	width: 100%;border-bottom: 1px solid #f7f7f7;
}
.shownav ul{
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}
.shownav ul li{
	position: relative;
}
.shownav ul li::after{
	content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    border-right: 1px solid #ccc;
}
.shownav ul li:last-child::after{
	display: none;
}
.shownav ul li:hover::after{
	opacity: 0;
}
.shownav ul li.active::after{
	opacity: 0;
}
.shownav ul li a{
	color: #4d4d4d;
	font-size: 16px;
	display: block;
	line-height: 75px;
	padding: 0 20px;
	font-weight: bold;
	text-align: center;
	transition: all 1s;
	position: relative;
	text-transform: uppercase;
	z-index: 3;
}
.shownav ul li:hover a{
	background-color: #1481ff;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #1481ff;
	color: #fff;
}
.shownavabout{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
} 
.gywm{
	position: relative;
	margin: 0 auto;
}
.gywmjj{
	padding-top: 10rem;
	margin: 0 auto;
	background: url(../images/abgb_02.jpg) center no-repeat;
	background-size: cover;
	padding-bottom: 3.75rem;
}
.gywmjjdv{
	width: 100rem;
	margin: 0 auto;
}
.gywmjjdv h1{
	color: #333333;
	font-family: "Poppins_Medium";
	font-size: 34px;
	width: 820px;
	margin-bottom: 2.1875rem;
}
.gywmjjdv h1 i{
	color: #daa20f;
}
.gywmjjdv p{
	color: #454545;
	font-size: 15px;
	line-height: 30px;
}
.sz{
	width: 100rem;
	margin: 3.75rem auto;
	margin-bottom: 0;
}
.sz ul{
	display: flex;
	justify-content: space-between;
}
.sz ul li h3{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sz ul li h3 span{
	color: #1481ff;
	font-size: 62px;
	font-family: "Poppins_SemiBold";
}
.sz ul li h3 i{
	color: #1481ff;
	font-size: 30px;
	font-family: "Poppins_SemiBold";
	margin-top: 15px;
	margin-left: 5px;
}
.sz ul li p{
	color: #808080;
	font-size: 16px;
	font-family: "Poppins_Medium";
	margin-top: -15px;
}
.culture{
	width: 100rem;
	margin: 5.625rem auto;
	position: relative;
	margin-top: 0;
}
.culturedv{
	display: flex;
	justify-content: space-between;
	position: relative;
	    flex: 0 0 auto;
	    z-index: -1;
		align-items: flex-start;
}
.culturedvleft{
	width: 90px;
}
.culturedvleft img{
	width: 100%;
	display: block;
}
.culturedvcenter{
	width: 740px;
	
}
.culturedvcenter h1{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_Medium";
}
.culturedvcenter h1 i{
	color: #daa20f;
}
.culturedvcenter ul li{
	margin-top: 40px;
}
.culturedvcenter ul li h2{
	color: #5b5b5b;
	font-size: 24px;
	font-family: "Poppins_Medium";
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.culturedvcenter ul li p{
	color: #808080;
	line-height: 30px;
	font-size: 16px;
}
.culturedvright{
	width: 600px;
	position: sticky;
	right: 0;
	top: 0;
}
.culturedvright img{
	display: block;
	width: 100%;
	
}
.culturedvright{
	top: 90px;
	position: sticky;
	width: 100%;
	margin-top: 10rem;
}
.honor{
	padding: 6.25rem 0px;
	background: url(../images/honor_02.jpg) center no-repeat;
	background-size: cover;
}
.honorbt{
	margin-bottom: 3rem;
}
.honorbt h1{
	color: #4c4c4c;
	font-size: 38px;
	text-align: center;
	font-family: "Poppins_Medium";
}
.honorbt h1 i{
	color: #daa20f;
}


.ryzzdy{
	width: 100rem;
	display: flex;justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.rylist{
	width: 85.625rem;
}
#btn3,#btn4{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	color: #daa20f;
	transition: all 1s;
}
#btn3 iconpark-icon ,#btn4 iconpark-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	width: 50px;
	height: 50px;
	transition: all 1s;
}
#btn3:hover,#btn4:hover{
	background-color: #daa20f;
}
#btn3:hover iconpark-icon ,#btn4:hover iconpark-icon {
	color: #fff;
}
.rylist .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.rylist img{
	width: 85%;
	display: block;
	transition: all 1s;
}
.rylist .swiper-slide-active img{
	width: 95%;
}
.rylist  .swiper-wrapper{
	align-items: flex-end;
}
.Partnerslist{
	width: 100rem;
	margin: 0 auto;
}
.Partners{
	background-color: #f7f7f7;
	padding-top: 150px;
	padding-bottom: 70px;
}
.showPartnersall{
	border-bottom: 1px solid #e5e5e5;
	position: absolute;
	top: 0;
}
.Partnerslist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Partnerslist ul li{
	width: 23%;
	margin: 1%;
	overflow: hidden;
	border-radius: 20px ;
}
.Partnerslist ul li div{
	overflow: hidden;
	width: 100%;
}
.Partnerslist ul li div img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.Partnerslist ul li:hover div img{
	transform: scale(1.05);
}
.Partnerslist ul li h1{
	height: 70px;
	background-color: #fff;
	line-height: 70px;
	text-align: center;
	color: #4c4c4c;
	font-size: 18px;
	font-family: "Montserrat_Medium";
	overflow: hidden;
	transition: all 1s;
}
.Partnerslist ul li:hover h1{
	background-color: #1481ff;
	color: #fff;
}
.culturedvcenterdv{
	padding-top: 144px;
}
.honorsa{
	background-color: #fff;
	padding-bottom: 90px;
}
.honorsalist{
	padding-top: 150px;
	margin: 0 auto;
	width: 100rem;
}
.honorsalist h1{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_Medium";
}
.honorsalist ul{
	margin-top: 2rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.honorsalist ul li{
	width: 14%;
	margin: 1%;
}
.honorsalist ul li div{
	width: 100%;
	overflow: hidden;
}
.honorsalist ul li div img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.ldjh{
	width: 100rem;
	margin: 0 auto;
	padding-top: 150px;
}
.ldjhdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.ldjhdvleft{
	width: 52%;
}
.ldjhdvright{
	width: 42%;
}
.ldjhdvright img{
	display: block;
	width: 100%;
}
.ldjhdvleft h1{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_Medium";
	margin-bottom: 3.4375rem;
}
.ldjhdvleft h1 i{
	color:#daa20f;
}
.ldjhdvleft p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.ldjhdvleft h3{
	color: #4c4c4c;
	font-size: 16px;
	text-align: right;
	line-height: 30px;
}
.lx img{
	display: block;
	width: 100%;
}
.lx{
	position: relative;
}
.lxdv{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lxdvall{
	width: 100rem;
}
.lxdvall .lxbt h1{
	color: #ffffff;
	font-size: 46px;
	text-align: center;
	font-family: "Anton_SC";
}
.lxdvall .lxbt p{
	color: #ffffff;
	font-size: 17px;
	text-align: center;
}
.lxdvall ul{
	display: flex;
	justify-content: space-between;
	margin-top: 6.25rem;
}

.lxdvall ul li span{
	color: #fff;
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lxdvall ul li i{
	display: block;
	width: 45px;
	border-top: 1px solid #fff;
	height: 2px;
	margin: 20px auto;
	
}
.lxdvall ul li h2{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
	font-family: "Poppins_SemiBold";
	text-align: center;
}
.lxdvall ul li p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}
.lxdvall ul li:nth-child(4){
	width: 400px;
}
.message{
	width: 100rem;
	margin: 6.25rem auto;
}
.messagebt h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 36px;
	font-family: 'Poppins_Medium';
	text-transform: uppercase;
}
.messagebt p{
	text-align: center;
	font-size: 16px;
	color: #808080;
	font-size: 16px;
}
.message form{
	padding: 50px;
	margin-top: 4.375rem;
	background-color: #f5faff;
}
.message form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.message form div input {
	width: 46.5%;
	padding: 0 1.5%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #808080;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	border: 1px solid #e5e8ec;
	background-color: transparent;
}
.message form div input::placeholder,.message form textarea::placeholder{
	color: #808080;
	font-size: 14px;
}
.message form textarea {
	width: 97%;
	padding: 1% 1.5%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #808080;
	line-height: 30px;
	outline: none;
	font-family: 'Poppins';
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #e5e8ec;
}

.message 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: 50px;
	background-color: #daa20f;
	transition: all 1s;
	color: #fff;
}
.nnews{
	background-color: #f7f7f7;
	padding-bottom: 5.625rem;
}
.xwtuijian{
	display: flex;
	justify-content: space-between;
	width: 100rem;margin: 0 auto;
	padding-top: 150px;
}

.newsdvlist{
	width: 100rem;
	margin: 0 auto;
}

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
	box-shadow: 0px 0px 15px #dddcdc;
	border-radius: 15px;
	overflow: hidden;
}
.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: #333333;
	font-size: 52px;
	transition: all .5s;
	display: block;
	line-height: 60px;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #333333;
	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;
	font-family: "Poppins_Medium";
}
.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: #1481ff;
}
.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;
}
.xinwxqing{
	width: 100rem;
	margin: 0 auto;
	padding-top: 150px;
}
.xinwxqingdv{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.xinwxqingleft{
	width: 72%;
}
.xwxqdv{
	width: calc(100% - 100px);
	background-color: #fff;
	padding: 50px;
}
.xwinbtw h1{
	color: #333333;
	font-size: 26px;
	font-family: "Poppins_Medium";
}
.xwinbtw p{
	color: #808080;
	font-size: 14px;
}
.xwinbtw{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.xwxq{
	margin-top: 20px;
}
.xwxq img{
	max-width: 100%;
}
.fy{
	display: flex;
	justify-content: space-between;
	margin-top: 2.8125rem;
}
.fy a{
	display: block;
	color: #333333;
	font-size: 15px;
}
.fy a:hover{
	color: #1481ff;
}
.xinwxqingright{
	background-color: #fff;
	padding: 30px;
	width: calc(25% - 60px);
}
.xinwxqingright form input{
	border: 1px solid #e6e6e6;
	height: 40px;
	width: 100%;
	border: none;
	padding-left: 10px;
	outline: none;
	text-transform: uppercase;
}
.xinwxqingright form {
	position: relative;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
	width: calc(97% - 2px);
	display: flex;
	justify-content: space-between;
	padding-left: 3%;
}
.xinwxqingright form button{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #5d5d5d;
	font-size: 20px;
	border: none;
	background-color: transparent;
}
.cpxqbt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.875rem;
}

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

.cpxqbt span {
	color: #4d4d4d;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-left: 10px;
}
.cpxqbts{
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}
.xinwxqingright ul li{
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
	border-bottom: 1px solid #e5e5e5;
	transition: all 1s;
}
.xinwxqingright ul li:hover{
	border-bottom: 1px solid #ccd4f8;
}
.xinwxqingright ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xinwxqingright ul li div{
	width: 35%;
}
.xinwxqingright ul li div img{
	display: block;
	width: 100%;
}
.xinwxqingright ul li section{
	width: 60%;
	margin-left: 10px;
}
.xinwxqingright ul li section h1{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	transition: all 1s;
	overflow:hidden;
	font-family: "Poppins_Medium";
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:1; 
}
.xinwxqingright ul li:hover section h1{
	color: #1481ff;
}
.xinwxqingright ul li section p{
	color: #808080;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	
	text-overflow:ellipsis;
	
	display:-webkit-box;
	
	-webkit-box-orient:vertical;
	
	-webkit-line-clamp:2;
}
.xinwxqingright ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}
.xiazai{
	padding-top: 150px;
	width: 100rem;
	margin: 0 auto;
}
.xzlist ul li{
	height: 70px;
	border-radius: 70px;
	background-color: #fff;
	padding-left: 40px;
	overflow: hidden;
	margin-bottom: 1.25rem;
}
.xzlist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.xzlist ul li a section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 80%;
}
.xzlist ul li a section i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #1481ff;
	margin-right: 15px;
}
.xzlist ul li a section span{
	width: calc(100% - 20px);
	height: 70px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 70px;
	color: #4d4d4d;
	font-size: 18px;
}
.xzlist ul li a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: 70px;
	background-color: #ebebeb;
	color: #1481ff;
	font-size: 26px;
	transition: all 1s;
}
.xzlist ul li:hover a iconpark-icon{
	background-color: #daa20f;
	color: #fff;
}
.xzlist{
	margin-bottom: 1.875rem;
}
.appdv{
	padding-top: 150px;
	width: 100rem;
	margin: 0 auto;
}
.appdvlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.appdvlist ul li{
	width: 23%;
	margin: 1%;
	position: relative;
}
.appdvlist ul li div{
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.appdvlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.appdvlist ul li:hover div img{
	transform: scale(1.05);
}
.appdvlist ul li a{
	display: block;
	border-radius: 15px;
	overflow: hidden;
}
.appdvlist ul li h1{
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 30px;
	padding-top: 40px;
	color: #fff;
	width: 90%;
	text-align: center;
	background-image: linear-gradient(transparent, rgba(0,0,0,0.3));
	border-bottom-left-radius: 17px;
	border-bottom-right-radius: 17px;
	font-size: 16px;
	padding-left: 5%;
	padding-right: 5%;
}
.appdvlist ul li:hover h1 {
    background-image: linear-gradient(transparent, rgb(218 162 15));
}
.aoop{
	padding: 5.625rem 0px;
	width: 100rem;
	margin: 0 auto;
	padding-bottom: 0;
}
.aoopbt h1{
	text-align: center;
	color:#333333;
	font-family: "Poppins_Medium";
	font-size: 38px;
}
.aoopbt p{
	color: #808080;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}
.aoop .appdvlist{
	margin-top: 3.75rem;
}
.culturedvleft1{
	position: relative;
}
.culturedvleft1::after{
	content: "";
    width: 740px;
    position: absolute;
    top: 0;
    left: 18.125rem;
    height: 150px;
    z-index: 3;
    background-color: #fff;
}
.culturedvleft{
    position: sticky;
    top: 90px;
    width: 17%;
    flex: 0 0 auto;
    display: flex;
}
.culturedvcenter{
	position: relative;
	flex: 0 0 auto;
	z-index: -1;
	width: 45%;
}
.culturedvright{
	width: 35%;
	top: 20%;
}
.culturedvleft2{
	margin-top: 12.5rem;
}
.history{
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	background: url(../images/his_02.jpg) center no-repeat;
	background-size: cover;
}
.epslist{
	width: 100rem;
	margin: 0 auto;
	padding-top: 120px;
	margin-bottom: 30px;
}
.epslist ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.epslist ul li{
	padding: 50px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.epslistleft{
	width: 380px;
	margin-right: 40px;
	border-radius: 25px;
	overflow: hidden;
}
.epslistleft img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.epslist ul li:hover .epslistleft img{
	transform: scale(1.05);
}
.epslistright {
	width: calc(100% - 420px);
}
.epslistright h1{
	color: #333333;
	font-size: 22px;
	font-family: "Montserrat_Medium";
	margin-bottom: 15px;
}
.epslistright p{
	line-height: 35px;
	color: #999999;
	font-size: 16px;
}
.epslistright h2{
	width: 120px;
	padding-left: 40px;
	height: 50px;
	padding-right: 30px;
	background-color: #daa20f;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 50px;
	margin-top: 3.125rem;
}
.epslistright h2 span{
	color: #ffffff;
	font-family: "Poppins_Light";
	font-size: 14px;
}
.epslistright h2 iconpark-icon {
	color: #fff;
	font-size: 20px;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #1481ff;
}
.slideUp .headdvright ul li.active a span{
	color: #1481ff;
}
.slideUp .headdvright ul li:hover a::after {
    background-color: #1481ff;
}
.slideUp .headdvright ul li.active a::after {
    background-color: #1481ff;
}
.slideUp .headdvright .ss iconpark-icon{
	color: #333;
}
.slideUp .ege a span{
	color: #333;
}
.slideUp .ege a iconpark-icon{
	color: #333;
}

.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: 100rem;
}
.nrbanner .btext section h2{
	font-size: 46px;
	color: #ffffff;
	margin-bottom: 15px;
	font-family: "Anton_SC";
}
.nrbanner .btext section p{
	color: #ffffff;
	font-size: 17px;
}
.mfoot,.mfootdv{
	display: none;
}


.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: 100rem;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -50rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.bannersasg  .swiper-slide section h3{
	margin-top: 10px;
	color: #fefefe;
	font-size: 46px;
	font-family: "Impact";
}
.sgahhrj section{
	width: 55%;
}
.bannersasg  .swiper-slide section h4{
	color:#fefefe;
	font-size: 20px;
	text-transform: uppercase;

}

.bannersasg  .swiper-slide section span{
	font-family: "Poppins_Light";
	color: #ffffff;
	font-size: 14px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 5rem;
	transition: all 1s;
	    background-color: #daa20f;
	border-radius: 50px;
	padding-right: 10px;
}
.bannersasg  .swiper-slide section p{
	color: #ffffff;
	font-size: 20px;
}
.bannersasg  .swiper-slide section p i{
	margin: 0 25px;
	font-size: 18px;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.bannersasg  .swiper-slide section a i{
	color: #f7f7f7;
	font-size: 14px;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.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: 100rem;
	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;
}

.history{
	padding: 6.25rem 0px;
}
.historybt h1{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_Medium";
	text-align: center;
}
.historybt h1 i{
	color: #daa20f;
}

.hisdv{
	width: 100rem;
	margin: 0 auto;
	position: relative;
}
#sjxx h1{
    text-align: center;
    color: #e9eff2;
    font-size: 280px;
	font-family: "Poppins_SemiBold";
    background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(255, 255, 255, 1)), color-stop(0.10, rgba(255, 255, 255, 1)), color-stop(0.7, rgba(233, 239, 242, 0.7)), color-stop(1, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#sjtime{
	width: 84.375rem;
}
#sjtime h2{
	color: #808080;
	font-size: 28px;
	text-align: center;
	padding-top: 30px;
	top: 145px;
	width: 100%;
	 text-align: center;
	 margin-top: 40px;
}
#sjtime .swiper-slide:nth-child(2n) h2{
	padding-top: -20px;
	margin-top: -24px;
}
#sjxx .swiper-slide div{
	width: 500px;
	margin: 0 auto;
	color: #808080;
	font-size: 16PX;
	line-height: 30px;
}
.hisdvs{
	position: absolute;
	width: 100%;
	top: 360px;
	z-index: 9;
}
.hisdvs::after{
	content: "";
	width: 100%;display: block;
	background: url(../images/heng_03.jpg) center no-repeat;
	background-size: cover;
	height: 6px;
	top: 47%;
	position: absolute;
	left: 0;
}
#sjtime h2::after{
	width: 20px;
	height: 20px;
	position: absolute;
	content: "";
	display: block;
	background-color: #e0b648;
	border-radius: 50px;
	left: 50%;
	margin-left: -10px;
	top: 47px;
}
#sjtime .swiper-slide:nth-child(2n) h2::after{
	top: 93%;
}
#sjtime .swiper-slide-thumb-active .sjtimedv h2{
	padding: 0;
	margin: 0;
	height: 116px;
	background: url(../images/qq_03.png) center no-repeat;
	background-size: contain;
	line-height: 116px;
	color: #ffffff;
	font-size: 32px;
}
#sjtime .swiper-slide-thumb-active .sjtimedv h2::after{
	display: none;
}
#sjtime .swiper-slide-active .sjtimedv h2{
	padding: 0;
	margin: 0;
	height: 116px;
	background: url(../images/qq_03.png) center no-repeat;
	background-size: contain;
	line-height: 116px;
	color: #ffffff;
	font-size: 32px;
}
#sjtime .swiper-slide-active .sjtimedv h2::after{
	display: none;
}



#sjxx .swiper-slide div{
	margin-top: 60px;
}
#yfen{
	margin-top: 65px;
	height: 60px;
	width: 87.25rem;
	padding: 0 2.75rem;
}
#yfen span{
	text-align: center;
	color: #808080;
	font-size: 18px;
	padding-bottom: 2px;
	border-bottom: 2px solid transparent;
	margin-top: 15px;
}

#yfen .ck{
	border-bottom: 2px solid #daa20f;
	color: #daa20f;
}
#yfen .swiper-slide-thumb-active span{
	border-bottom: 2px solid #daa20f;
	color: #daa20f;
}
#yfen .swiper-slide{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#yfen .swiper-button-next,#yfen .swiper-button-prev{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	color: #daa20f;
	transition: all 1s;
}
#yfen .swiper-button-next::after ,#yfen .swiper-button-prev::after{
	font-size: 18px;
}
#yfen .swiper-button-next:hover,#yfen .swiper-button-prev:hover{
	background-color: #daa20f;
}
#yfen .swiper-button-next:hover::after ,#yfen .swiper-button-prev:hover::after{
	color: #fff;
}

.historysasas{
	    padding-top: 10rem;
}

.lx{
	position: relative;
}
.gehrhtjytjk{
	position: absolute;
	bottom: 0;
	height: 80px;
	left: 0;
	width: 100%;
	background: url(../images/bolang.png) left repeat-x;
	animation: scrollBackgroundAfter 1500s linear infinite;
}
@keyframes scrollBackgroundAfter {
  0% {
     background-position: 0;
  }
  50% {
     background-position: 10000%;
  }
  100%{
  	background-position: 0;
  }
}


.sygsjjdvleft h1{
	color: #daa20f;
}
.sygsjj{
	background: url(../images/abbg_06.jpg) center no-repeat;
	background-size: cover;
}
.sygsjjdvright p{
	color: #333333;
}

.spdv{
	display: none;
	position:fixed ;
	top: 15%;
	width: 1000px;
	padding: 25px;
	padding-top: 90px;
	background-color: #fff;
	left: 50%;
	margin-left: -500px;
	z-index: 9999;
}
.spdv video{
	width: 100%;
}
.spdv  span{
	width: 35px;
	height: 35px;
	position: absolute;
	top: 25px;
	right: 25px;
	display: block;
	border: 1px solid #ddd;
	color: #ddd;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;

}


.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: rgb(218 162 15);
	border-radius: 5px;
	margin-bottom: 15px;
	transition: all 1s;
	position: relative;
}
.yce ul li:hover{
	background-color: #1482ff;
}
.yce ul li i{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
	font-size: 16px;
}
.yce ul li iconpark-icon{
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height:100%;
	font-size: 22px;
}
.yce ul li div{
	position: absolute;
	right: 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: 220px;

	background-color: #1482ff;
}
.yce ul li:hover div{
	width: 220px;
	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(3) div{
	width: 130px;
}
.yce ul li:nth-child(1){
	display: none;
}


.headfwxm {
	width: 95%;
	padding: 0px 2.5%;
	background-color: #ffffff;
	position: absolute;
	left: 0;
	display: block;
	height: 0;
	overflow: hidden;
	transition: all 1s;
}

.headdvright ul li:hover .headfwxm {
	padding:35px 2.5%;
	height: 270px;
}

.headfwxmleft {
	width: 15%;
	padding-right: 2.5%;
	border-right: 1px solid #e6e6e6;

}

.headfwxmsd {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.headfwxmleft h1 {
	color: #333333;
	font-size: 28px;
	margin-bottom: 25px;
	line-height: 35px;
	text-align: left;
}

.headdvright .headfwxmleft i {
	display: block;
	width: 45px;
	height: 3px;
	background-color: #113464;
	margin-bottom: 30px;
	border-radius: 0%;
}

.headfwxmleft p {
	color: #333333;
	line-height: 30px;
	font-size: 15px;
	text-align: left;
}

.headfwxmright {
	width: 75%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.headfwxmright dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 50%;
}

.headfwxmright dl dd {
	width: 50%;
	height: 40px;
}

.headfwxmright dl dd a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	line-height: 40px;
	font-size: 17px;
}

.headfwxmright dl dd a iconpark-icon {
	font-size: 16px;
	color: #333333;
	margin-right: 5px;
}


.headfwxmright img {
	max-width: 100%;
	display: block;
}

.headdvright ul li:hover dl dd a {
	color: #333333;
}

.headdvright ul li dl dd a:hover {
	color: #1481ff;
}

.headdvright ul li .headfwxmright dl dd a {
	transition: all 1s;
	font-size: 14px;
}
.headdvright ul li .headfwxmright dl dd a i{
	width: 90%;
	display: block;
	height: 40px;
		white-space:nowrap;

	overflow:hidden;
	text-align: left;
	text-overflow:ellipsis;
	text-transform: capitalize;
}
.headdvright ul li .headfwxmright dl dd a:hover {
	transform: translateX(-10px);
}
.headdvright ul li .headfwxmright dl dd a::after{
	display: none;
}
.jiameng{
	background: url(../images/jiameng.jpg) center no-repeat;
	background-size: cover;
}
.jiameng .xuqiu{
	background-color: transparent;
}
.shownav2{
	display: none;
}


.tcdv {
	width: 120px;
	padding: 10px;
	background: url(../images/tcbg_03.png) center no-repeat;
	background-size: cover;
	position: fixed;
	top: 35%;
	border-radius: 10px;
	left: 10px;
	z-index: 12;
}

.tcdv span {
	position: absolute;
	right: 15px;
	top: 10px;
}

.tcdv span iconpark-icon {
	color: #616161;
	font-size: 12px;
}

.tcdvs {
	background: #fff;
	padding: 10px 8px;
	border-radius: 10px;
}

.tcdvs p {
	color: #616161;
	font-size: 12px;
	font-family: "Poppins_Light";
	line-height: 25px;
}

.tcdvs p i {
	color: #daa20f;
}

.tcdvs a {
	display: block;
	width: 100%;
	border: 1px solid #ddaa24;
	height: 30px;
	text-align: center;
	color: #daa20f;
	font-size: 12px;
	font-family: "Poppins_Light";
	line-height: 30px;
	margin-top: 10px;
	border-radius: 10px;
	transition: all 1s;
	cursor:pointer;
}

.tcdvs a:hover {
	background-color: #daa20f;
	color: #fff;
}

.beihei {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

.fudongliuyan {
	position: fixed;
	width: 520px;
	padding: 50px 30px;
	background: url(../images/fudongly_03.png) center no-repeat;
	background-size: cover;
	top: 20%;
	left: 50%;
	margin-left: -290px;
	z-index: 15;
	border-radius: 10px;
	overflow: hidden;
	display: none;
}

.fudongliuyan span {
	position: absolute;
	right: 15px;
	top: 10px;
}

.fudongliuyan span iconpark-icon {
	color: #616161;
	font-size: 14px;
}

.fudongliuyan h1 {
	text-align: center;
	font-size: 36px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
	margin-bottom: 20px;
}

.fudongliuyan form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fudongliuyan form div input {
	width: 46%;
	padding: 0 1.5%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #808080;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	border: 1px solid #e5e8ec;
	background-color: transparent;
}

.fudongliuyan form div input::placeholder,
.fudongliuyan form>input::placeholder {
	font-family: "Poppins";
	color: #808080;
	font-size: 14px;
}

.fudongliuyan form>input {
	width: 97%;
	padding: 0 1.5%;
	height: 48px;
	border: none;
	line-height: 48px;
	color: #808080;
	margin: 0.5% 0;
	border-radius: 5px;
	font-size: 14px;
	outline: none;
	border: 1px solid #e5e8ec;
	background-color: transparent;
}

.fudongliuyan form textarea {
	width: 97%;
	padding: 1% 1.5%;
	font-size: 14px;
	border: none;
	margin-top: 0.5%;
	color: #808080;
	line-height: 30px;
	outline: none;
	font-family: 'Poppins';
	border-radius: 5px;
	background-color: transparent;
	border: 1px solid #e5e8ec;
	height: 150px;
}

.fudongliuyan form button {
	width: 180px;
	height: 45px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: #daa20f;
	transition: all 1s;
	color: #fff;
}
.zizhi{
	position: fixed;
	width: 400px;
	padding: 50px;
	padding-top: 65px;
	background-color: #fff;
	top: 15%;
	left: 50%;
	z-index: 999;
	margin-left: -250px;
	display: none;
}
.zizhi span{
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	border: 1px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 15px;
	right: 15px;
}
.zizhi span iconpark-icon{
	font-size: 16px;
}
.zizhi img{
	width: 100%;
	display: block;
}



.sght{
	width: 100rem;
	margin: 0 auto;
	margin-top: 6.25rem;
}
.sghtlist{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.sghtdv{
	background-color: #f5faff;
	width: calc(24% - 80px);
	padding: 40px;
	padding-bottom: 0;
}
.sghtdv>h1{
	color: #4c4c4c;
	font-size: 22px;
	height: 50px;
}
.sghtdv ul li{
	border-top: 1px solid #deeeff;
	padding: 30px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sghtdv ul li i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	background-color: #1481ff;
	margin-right: 5px;
	margin-top: 12px;
}
.sghtdv ul li div{
	width: 95%;
}
.sghtdv ul li div h1{
	color: #4c4c4c;
	font-size: 18px;
	margin-bottom: 1.25rem;
}
.sghtdv ul li div p a{
	color: #808080;
	font-size: 14px;
	line-height: 30px;
}
@media only screen and (min-width: 1300px) and (max-width: 1620px) {
	.headdv{
		width: 95%;
	}
	.ssdv form{
		width: 95%;
		margin: 0 auto;
	}
	.sybt{
		width: 95%;
	}
	.syprodv{
		width: 95%;
	}
	.syprodv ul li i{
		width: 7.5rem;
		height: 7.5rem;
	}
	.syprodv ul li section h1{
		font-size: 17px;
	}
	.syprodv ul li section span{
		font-size: 14px;
	}
	.sycpllb{
		width: 95%;
	}
	.sycpllbbtright {
	    width: 65%;
	}
	.sygsjjdv{
		width: 95%;
	}
	.advantagedv{
		width: 95%;
	}
	.xnlogodv{
		width: 95%;
	}
	.syservielist{
		width: 95%;
	}
	.synewsbt{
		width: 95%;
	}
	.innewsdv{
		width: 95%;
	}
	.innewsdvright ul li a section {
	    width: 22.5625rem;
	}
	.innewsdvright ul li a section iconpark-icon{
		display: none;
	}
	.uwq ul{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.sygsjjdvright h1{
		font-size: 28px;
	}
	.prolist{
		width: 95%;
	}
	.xqbannerdv{
		width: 95%;
	}
	.cpscsdv{
		width: 95%;
	}
	.cpnr{
		width: 1200px;
	}
	.specifications{
		width: 95%;
	}
	.rselatedlist{
		width: 95%;
	}
	.tjpro{
		width: 95%;
	}
	.shownav ul{
		width: 95%;
	}
	.gywmjjdv{
		width: 95%;
	}
	.sz{
		width: 95%;
	}
	.culture{
		width: 95%;
	}
	.ryzzdy{
		width: 95%;
	}
	.rylist {
		width: 90%;
	}
	.Partnerslist{
		width: 95%;
	}
	.lxdvall{
		width: 95%;
	}
	.message{
		width: 95%;
	}
	.ldjh{
		width: 95%;
	}
	.honorsalist{
		width: 95%;
	}
	.xiazai{
		width: 95%;
	}
	.xinwxqing{
		width: 95%;
	}
	.xwtuijian{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.appdv{
		width: 95%;
	}
	.aoop{
		width: 95%;
	}
	.epslist{
		width: 95%;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.sgahhrj section{
		width: 80%;
	}



	.hisdv{
		width: 95%;
	}
	#sjtime{
		width: 95%;
	}
	#yfen{
		width: 95%;
	}
	.headfwxmsd{
		        width: 100%;
	}
	.headdvright{
		width: 75%;
	}
	.sght{
		width: 95%;
	}
	
}
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
	.headdv{
		width: 95%;
	}
	.headfwxmsd{
		        width: 100%;
	}
	.sybt{
		width: 95%;
	}
	.syprodv{
		width: 95%;
	}
	.ssdv form{
		width: 95%;
		margin: 0 auto;
	}
	.syprodv ul li i{
		width: 7.5rem;
		height: 7.5rem;
	}
	.syprodv ul li section h1{
		font-size: 17px;
	}
	.syprodv ul li section span{
		font-size: 14px;
	}
	.sycpllb{
		width: 95%;
	}
	.sycpllbbtright {
	    width: 65%;
	}
	.sygsjjdv{
		width: 95%;
	}
	.advantagedv{
		width: 95%;
	}
	.xnlogodv{
		width: 95%;
	}
	.syservielist{
		width: 95%;
	}
	.synewsbt{
		width: 95%;
	}
	.innewsdv{
		width: 95%;
	}
	.innewsdvright ul li a section {
	    width: 22.5625rem;
	}
	.innewsdvright ul li a section iconpark-icon{
		display: none;
	}
	.uwq ul{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.sygsjjdvright h1{
		font-size: 28px;
	}
	.prolist{
		width: 95%;
	}
	.xqbannerdv{
		width: 95%;
	}
	.cpscsdv{
		width: 95%;
	}
	.cpnr{
		width: 95%;
	}
	.specifications{
		width: 95%;
	}
	.rselatedlist{
		width: 95%;
	}
	.tjpro{
		width: 95%;
	}
	.shownav ul{
		width: 95%;
	}
	.gywmjjdv{
		width: 95%;
	}
	.sz{
		width: 95%;
	}
	.culture{
		width: 95%;
	}
	.ryzzdy{
		width: 95%;
	}
	.rylist {
		width: 90%;
	}
	.Partnerslist{
		width: 95%;
	}
	.lxdvall{
		width: 95%;
	}
	.message{
		width: 95%;
	}
	.ldjh{
		width: 95%;
	}
	.honorsalist{
		width: 95%;
	}
	.xiazai{
		width: 95%;
	}
	.xinwxqing{
		width: 95%;
	}
	.xwtuijian{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.appdv{
		width: 95%;
	}
	.aoop{
		width: 95%;
	}
	.headdvright{
		width:  75%;
	}
	.syprodv ul li i{
		font-size: 28px;
	}
	.pronav ul li{
		width: calc(24% - 2px);
	}
	.lxdvall ul li:nth-child(4) {
	    width:300px;
	}
	.xinwxqingright{
		    width: calc(31% - 60px);
	}
	.xinwxqingleft {
	    width: 67%;
	}
	.appdvlist ul li h1{
		padding: 0.9375rem 0px;
	}
	.uwq ul li h1{
		font-size: 16px;
	}
	.footleft{
		font-size: 18.75rem;
	}
	.epslist{
		width: 95%;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.sgahhrj section{
		width: 100%;
	}


	.hisdv{
		width: 95%;
	}
	#sjtime{
		width: 95%;
	}
	#yfen{
		width: 90%;
		padding: 0 5%;
	}
	#yfen .swiper-button-next, #yfen .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	#yfen span{
		margin-top: 0px;
	}
	#yfen .swiper-button-next,#yfen .swiper-rtl .swiper-button-prev{
		right: 0px;
	}
	#yfen .swiper-button-prev,#yfen .swiper-rtl .swiper-button-next{
		left: 0;
	}
	.headdvright ul li a span{
		font-size: 15px;
	}
	.sght{
		width: 95%;
	}
	.sghtdv>h1{
		height: auto;
	}
}
@media only screen and (max-width: 999px) {
	.heads{
		display: none;
	}
	.htmleaf-container{
		height: 50px;
		display: block;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.sybt{
		width: 95%;
		display: block;
	}
	.sybtleft h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 5px;
	}
	.sybtleft{
		width: 100%;
	}
	.sybtleft h2{
		font-size: 14px;
		text-align: center;
	}
	.sybtright{
		width: 100%;
		text-align: center;
		font-size: 12px;
		line-height: 25px;
		margin-top: 10px;
	}
	.syprodv{
		width: 95%;
	}
	.syprodv ul li{
		width: calc(49% - 24px);
		padding: 10px;
		border: 2px solid #f7f7f7;
		margin-bottom: 10px;
		display: block;
	}
	.syprodv ul li i{
		width: 100%;
		height: auto;
		font-size: 28px;
		padding: 10px 0px;
		border-radius: 10px;
	}
	.syprodv ul li section h1{
		font-size: 16px;
		text-align: center;
		margin-top: 10px;
	}
	.syprodv ul li section span{
		font-size: 12px;
		text-align: center;
		display: block;
	}
	.syprodv ul li:hover{
		border: 2px solid #1481ff;
	}
	.syprodv ul li a{
		display: block;
	}
	.sycpllb{
		width: 95%;
	}
	.sycpllbbt{
		display: block;
	}
	.sycpllbbtleft h1{
		text-align: center;
		margin-bottom: 5px;
		font-size: 18px;
	}
	.sycpllbbtleft h2{
		text-align: center;
		font-size: 14px;
	}
	.sycpllbbtright{
		width: 100%;
		margin-top: 10px;
	}
	.sycpllbbtright #thumbs .swiper-slide h1{
		font-size: 12px;
	}
	.sycpllbbtright #thumbs .swiper-slide i{
		font-size: 28px;
	}
	.sycpllb #gallery{
		margin-top: 20px;
	}
	.sycpinlist ul li{
		width: 42%;
        padding: 3%;
	}
	.sycpinlist ul li div h1{
		font-size: 12px;
		margin-bottom: 5px;
		line-height: 35px;
		height: 35px;
	}
	.sycpinlist ul li div h2{
		font-size: 14px;
	}
	.sycpinlist ul li div h3 span{
		font-size: 14px;
	}
	.sygsjjdv{
		width: 95%;
		display: block;
	}
	.sygsjjdvleft h1{
		text-align: center;
		font-size: 18px;
	}
	.sygsjjdvleft h2{
		font-size: 14px;
		text-align: center;
	}
	.sygsjjdvleft div{
		margin-top: 5.5rem;
	}
	.sygsjjdvleft div img{
		display: block;
		width: 40px;
	}
	.sygsjjdvright{
		margin-top: 5.5rem;
		width: 100%;
	}
	.sygsjjdvright h1{
		font-size: 16px;
		line-height: 30px;
	}
	.sygsjjdvright h2{
		margin: 10px auto;
		font-size: 16px;
	}
	.sygsjjdvright p{
		font-size: 12px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.sygsjjdvright a{
		width: 100px;
		height: 40px;
	}
	.sygsjjdvright a span{
		font-size: 12px;
	}
	.sygsjjdvright a iconpark-icon{
		font-size: 18px;
	}
	.advantagedv{
		display: block;
		width: 95%;
	}
	.advantageleft{
		width: 100%;
	}
	.advantageleft h1{
		text-align: center;
		font-size: 18px;
	}
	.advantageleft h2{
		font-size: 14px;
		margin-top: 5px;
		text-align: center;
	}
	.advantageleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.advantageright{
		width: 100%;
	}
	.advantageright img{
		display: block;
		width: 100%;
	}
	.advantageright ul{
		position: initial;
		justify-content: space-between;
	}
	.advantageright ul li{
		width: 25%;
		margin-left: 0;
		padding: 10px;
		height: auto;
	}
	.advantageright ul li h3 span{
		font-size: 28px;
	}
	.advantageright ul li h3 i{
		font-size: 14px;
	}
	.advantageright ul li p{
		font-size: 12px;
		line-height: 25px;
	}
	.xnlogo{
		height: auto;
	}
	.xnlogodv{
		width: 95%;
	}
	.xnlogodv .swiper-slide img{
		width: 100%;
	}
	.syserviebt h1{
		font-size: 18px;
	}
	.syserviebt h2{
		font-size: 12px;
	}
	.syservielist{
		width: 95%;
	}
	.syservielists .swiper-slide h1{
		padding: 10px 0px;
		font-size: 12px;
	}
	.htew .swiper-button-next, .htew .swiper-button-prev{
		width: 40px;
		height: 40px
	}
	.htew .swiper-button-next:after, .htew .swiper-button-prev:after{
		font-size: 14px;
	}
	.synewsbt{
		width: 95%;
		display: block;
	}
	.synewsbt h1{
		text-align: center;
		font-size: 18px;
	}
	.synewsbt h2{
		text-align: center;
		font-size: 12px;
	}
	.synewsbtright a{
		width: 100px;
		padding-left: 15px;
		padding-right: 10px;
		height: 40px;
		margin: 0 auto;
		margin-top: 10px;
	}
	.innewsdvleft,.innewsdvcenter{
		display: none;
	}
	.innewsdv{
		width: 95%;
		margin: 0 auto;
	}
	.innewsdvright{
		width: 100%;
	}
	.innewsdvright ul li{
		margin-bottom: 10px;
	}
	.innewsdvright ul li a div{
		width: 125px;
	}
	.innewsdvright ul li a section{
		width: 61%;
	}
	.innewsdvright ul li a section iconpark-icon{
		display: none;
	}
	.innewsdvright ul li a section h1{
		font-size: 16px;
	}
	.innewsdvright ul li a section p{
		font-size: 12px;
	}
	.inseachdv h2{
		font-size: 18px;
	}
	.inseachdv h1{
		font-size: 14px;
	}
	.inseachdv form{
		width: 85%;
		padding: 0 5%;
		height: 45px;
	}
	.inseachdv ul{
		display: block;
		margin-top: 10px;
	}
	.inseachdv ul li{
		width: 95%;
		margin-bottom: 10px;
	}
	.uwq ul{
		width: 95%;
		
	}
	.uwq ul li {
		height: auto;
		padding: 15px 0px;
	}
	.uwq ul li span{
		width: 35px;
		height: 35px;
	}
	.uwq ul li span img{
		width: 100%;
	}
	.uwq ul li h1{
		font-size: 12px;
	}
	.foot{
		display: none;
	}
	.prolist{
		width: 95%;
	}
	.pronav ul li{
		width: 48%;
	}
	.prolist .sycpinlist ul li{
		width: 40%;	
		padding: 4%;
		margin: 1%;
	}
	.xqbannerdv{
		width: 95%;
		display: block;
	}
	.xqbanner{
		padding-top: 30px;
	}
	.xqbannerdvleft{
		width: 100%;
	}
	.xqbannerdvleft h1{
		font-size: 14px;
	}
	.xqbannerdvleft h2{
		font-size: 22px;
	}
	.xqbannerdvleft p{
		font-size: 12px;
		line-height: 25px;
	}
	.xqbannerdvleft section a{
		width: 130px;
		height: 40px;
		font-size: 12px;
		line-height: 42px;
	}
	.xqbannerdvright{
		width: 100%;
	}
	.xqbannerdvright .pimg{
		width: 100%;
		margin-top: 20px;
	}
	.xqbannerdvright img{
		display: block;
		width: 100%;
	}
	.cpscsdv{
		width: 100%;
		padding-bottom: 10px;
	}
	.cpscsdv ul{
		display: block;
	}
	.cpscsdv ul li {
		height: auto;
		width: 100%;
		padding: 10px 0px;
		padding-bottom: 0;
	}
	.cpscsdv ul li section h1{
		font-size: 16px;
	}
	.cpscsdv ul li section p{
		font-size: 12px;
	}
	.cpnr{
		width: 95%;
	}
	.specifications{
		width: 95%;
	}
	.specificationsbt h1{
		font-size: 18px;
	}.specificationslist ul li span
	.specificationsbt p{
		font-size: 14px;
	}
	.specificationslist ul li{
		width: 100%;
	}
	.specificationslist ul li p{
		width: 80%;
		font-size: 12px;
	}
	.specificationslist ul li span{
		font-size: 12px;
		width: 25%;
	}
	.specificationslist ul li{
		padding-bottom: 15px;
	}
	.specificationsbt p{
		font-size: 14px;
	}
	.specificationsbt{
		width: 95%;
		margin: 0 auto;
	}
	.rselatedlist{
		width: 95%;
	}
	.rselatedlist ul li section{
		height: 45px;
	}
	.rselatedlist ul li section h1{
		font-size: 14px;
	}
	.rselatedlist ul li div{
		margin: 15px auto;
	}
	.tjpro{
		width: 95%;
	}
	.shownav ul{
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		height: auto;
	}
	.shownav ul li{
		width: 50%;
	}
	.shownav ul li a{
		padding: 0;
	}
	.shownav ul li a{
		font-size: 14px;
		line-height: 45px;
	}
	.shownavabout{
		position: relative;
	}
	.gywmjjdv{
		width: 95%;
	}
	.gywmjjdv h1{
		width: 100%;
		font-size: 18px;
	}
	.gywmjjdv p{
		font-size: 12px;
	}
	.sz{
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.sz ul{
		flex-wrap: wrap;
	}
	.sz ul li{
		width: 48%;
	}
	.sz ul li h3 span{
		font-size: 28px;
	}
	.sz ul li h3 i{
		font-size: 14px;
	}
	.sz ul li p{
		font-size: 14px;
		line-height: 30px;
		margin-top: -5px;
	}
	.culture{
		width: 95%;
		display: block;
	}
	.culturedvleft{
		display: none;
	}
	.culturedv{
		display: block;
	}
	.culturedvcenter{
		width: 100%;
	}
	.culturedvcenterdv{
		padding-top: 20px;
	}
	.culturedvcenter h1{
		font-size: 18px;
		text-align: center;
	}
	.culturedvcenter ul li{
		margin-top: 15px;
	}
	.culturedvcenter ul li h2{
		font-size: 16px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eaeaea;
		margin-bottom: 10px;
	}
	.culturedvcenter ul li p{
		font-size: 12px;
		line-height: 25px;
	}
	.culturedvright{
		width: 100%;
		margin-top: 20px;
	}
	.honorbt h1{
		font-size: 18px;
	}
	.ryzzdy{
		width: 95%;
	}
	#btn3, #btn4{
		width: 35px;
		height: 35px;
	}
	#btn3 iconpark-icon, #btn4 iconpark-icon{
		font-size: 18px;
		width: 35px;
		height: 35px;
	}
	.shownav ul li:nth-child(2n)::after{
		display: none;
	}
	.Partners{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.showPartnersall{
		position: relative;
	}
	.Partnerslist{
		width: 95%;
	}
	.Partnerslist ul li{
		width: 48%;
	}
	.Partnerslist ul li h1{
		height: 45px;
		line-height: 45px;
	}
	.Partnerslist ul li h1{
		font-size: 14px;
	}
	.Partnerslist ul li{
		border-radius: 15px;
	}
	.ldjh{
		padding-top: 30px;
		width: 95%;
	}
	.ldjhdv{
		display: block;
	}
	.ldjhdvleft{
		width: 100%;
	}
	.ldjhdvleft h1{
		font-size: 18px;
		text-align: center;
	}
	.ldjhdvleft p{
		font-size: 13px;
	}
	.ldjhdvright{
		width: 100%;
		margin-top: 20px;
	}
	.honorsa{
		padding-bottom: 30px;
	}
	.lx{
		overflow: hidden;
	}
	.lx img{
		width: 250%;
	}
	.lxdvall .lxbt h1{
		text-align: center;
		font-size: 26px;
	}
	.lxdvall .lxbt p{
		font-size: 12px;
		text-align: center;
	}
	.lxdvall{
		width: 95%;
	}
	.lxdvall ul{
		flex-wrap: wrap;
	}
	.lxdvall ul li {
		width: 48%;
	}
	.lxdvall ul li span{
		font-size: 20px;
	}
	.lxdvall ul li i {
	    display: block;
	    width: 30px;
	    border-top: 1px solid #fff;
	    height: 2px;
	    margin: 10px auto;
	}
	.lxdvall ul li p{
		font-size: 12px;
	}
	.lxdvall ul li:nth-child(4){
		width: 48%;
	}
	.lxdvall ul li h2{
		font-size: 16px;
	}
	.message{
		width: 95%;
	}
	.messagebt h1{
		font-size: 20px;
	}
	.messagebt p{
		font-size: 13px;
	}
	.message form{
		padding: 5%;
	}
	.message form div input{
		width: 95%;
		padding: 0 2.5%;
	}
	.message form div input{
		height: 40px;
		margin-bottom: 10px;
	}
	.message form textarea{
		 width: 95%;
		 padding:  2.5%;
	}
	.message form button{
		width: 120px;
		height: 40px;
		margin-top: 15px;
	}
	.honorsalist{
		width: 95%;
		margin: 0 auto;
		padding-top: 30px;
	}
	.honorsalist h1{
		font-size: 20px;
	}
	.honorsalist ul li{
		width: 31.333%;
	}
	.xiazai{
		padding-top: 30px;
	}
	.xiazai{
		width: 95%;
	}
	.xzlist ul li{
		height: 45px;
		padding-left: 15px;
		margin-bottom: 10px;
	}
	.xzlist ul li a{
		height: 45px;
	}
	.xzlist ul li a iconpark-icon{
		height: 45px;
		font-size: 18px;
	}
	.xzlist ul li a section span{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.xzlist ul li a section{
		width: 77%;
	}
	.xinwxqing{
		width: 95%;
		padding-top: 30px;
	}
	.xinwxqingdv{
		display: block;
	}
	.xinwxqingleft{
		width: 100%;
	}
	.xwxqdv{
		width: 90%;
		padding: 5%;
	}
	.xwinbtw h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.fy{
		display: block;
		margin: 20px auto;
	}
	.fy a{
		margin: 5px 0px;
		line-height: 30px;
		font-size: 12px;
	}
	.xinwxqingright{
		width: 90%;
		padding: 5%;
	}
	.cpxqbts{
		margin: 10px auto;
	}
	.xwtuijian{
		padding-top: 30px;
	}
	.newsdvlist ul li{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlist ul li a{
		padding: 3%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext h1{
		line-height: 25px;
		height: 25px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.aoop{
		padding: 20px 0;
		width: 95%;
	}
	.aoopbt h1{
		font-size: 18px;
	}
	.aoopbt p{
		font-size: 14px;
	}
	.appdvlist ul li{
		width: 48%;
	}
	.appdvlist ul li h1{
		padding: 10px 0px;
	}
	.appdvlist ul li h1{
		font-size: 12px;
	}
	.epslist{
		padding: 30px 0;
		width: 95%;
	}
	.epslist ul li{
		padding: 10px 0px;
	}
	.epslist ul li a{
		display: block;
	}
	.epslistleft{
		width: 100%;
	}
	.epslistright{
		width: 100%;
		margin-top: 10px;
	}
	.epslistright h1{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.epslistright p {
	    line-height: 25px;
	    color: #999999;
	    font-size: 12px;
	}
	.epslistright h2{
		height: 40px;
		padding-left: 20px;
		padding-right: 15px;
		width: 100px;
	}
	.epslistright h2 span{
		font-size: 13px;
	}
	.epslist{
		margin-bottom: 0;
	}
	.nrbanner img {
	    display: block;
	    width: 150%;
	    margin-left: -25%;
	}
	.nrbanner {
	  	overflow: hidden;
	}
	.nrbanner .btext section h2{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.nrbanner .btext section p{
		font-size: 14px;
	}
	.mobile-inner-nav a{
		text-align: left;
		margin-left: 0;
	}
	.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:#045adb;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #114ea9;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 12px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.bannersasg .swiper-slide section h4{
		    font-size: 14px;
		    text-align: center;
		    display: none;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 22px;
		text-align: center;
		margin-top: 0;
	}
	.sgahhrj section{
		width: 100%;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide img{
		    max-width: max-content;
		width: 130%;
		margin-left: -15%;
	}
	.bannersasg .swiper-slide{
		overflow: hidden;
	}

		.historybt h1{
		font-size: 18px;
	}
	.hisdv{
		width: 95%;
	}
	#sjtime{
		width: 95%;
	}
	#yfen{
		width: 90%;
		padding: 0 5%;
	}
	#yfen .swiper-button-next, #yfen .swiper-button-prev{
		width: 40px;
		height: 40px;
	}
	#yfen span{
		margin-top: 0px;
	}
	#yfen .swiper-button-next,#yfen .swiper-rtl .swiper-button-prev{
		right: 0px;
	}
	#yfen .swiper-button-prev,#yfen .swiper-rtl .swiper-button-next{
		left: 0;
	}
	#sjxx h1 {
        color: #333;
        font-size: 22px;
        background-color: #010101;
		text-align: left;
		background: -webkit-linear-gradient(top, #daa20f, #daa20f, #daa20f);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
    }
	.hisdvs{
		display: none;
	}
	#sjxx{
		margin-top: 20px;
	}
	#sjxx .swiper-slide div{
		margin-top: 10px;
	}
	#sjxx .swiper-slide div{
		font-size: 12px;
		width: 100%;
		line-height: 25px;
	}
	#yfen{
		margin-top: 15px;
	}
	
	#yfen {
		width: 100%;
		padding: 0;
	}
	#yfen span{
		font-size: 14px;
	}
	#yfen .swiper-button-next::after, #yfen .swiper-button-prev::after{
		font-size: 12px;
	}
	#yfen .swiper-button-next, #yfen .swiper-button-prev{
		display: none;
	}
	#yfen{
		height: auto;
	}
	.gehrhtjytjk{
		    animation: scrollBackgroundAfter 5000s linear infinite;
	    height: 40px;
	    background-size: cover;
	}
	.sygsjjdvleft{
		width:100%;
	}
	.tcdv,.yce{
		display: none;
	}

	.zizhi{
		width: 90%;
		padding: 5%;
    	padding-top: 65px;
    	margin-left: 0;
    	left: 0;
	}
	.sght{
		width: 95%;
	}
	.sghtdv>h1{
		height: 50px;
		font-size: 18px;
	}
	.sghtlist{
		display: block;
		margin-top: 30px;
	}
	.sghtdv{
		width: 90% ;
		padding: 5%;
		margin-bottom: 10px;
	}
	.sghtdv ul li{
		padding: 15px 0px;
	}
	.sghtdv ul li div h1{
		font-size: 16px;
	}
	.sghtdv ul li i{
		margin-top: 10px;
	}
}

