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

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
@font-face
{
	font-family: "Poppins_SemiBold";
	src:url('../font/Poppins-SemiBold_0.ttf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_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_Medium";
	src:url('../font/Montserrat-Medium.ttf');
}
@font-face
{
	font-family: "AntonSC";
	src:url('../font/AntonSC-Regular.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: 90%;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
	transition: all 1s;
}
.headdvright {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 95%;
	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;
	transition: all 1s;
}

.headdvright ul li a span {
	font-size: 17px;
	color: #ffffff;
	font-family: "Poppins_Medium";
	transition: all 1s;
}

.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 .ss iconpark-icon{
	color: #fff;
	font-size: 20px;
	transition: all 1s;
}

.banners img{
	display: block;
	width: 100%;
}

.syabout{
	height: 55rem;
	background: url(../images/abbg_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.syabouts{
	height: 100%;
	background: url(../images/abbtm_02.png) center no-repeat;
	background-size: cover;
}
.syaboutdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.syaboutdvleft{
	width: 47%;
}
.syaboutdvleft h1{
	color: #4c4c4c;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	font-size: 38px;
	margin-bottom: 4.6875rem;
}
.syaboutdvleft p{
	line-height: 35px;
	color: #4c4c4c;
	font-size: 16px;
}
.syaboutdvleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 190px;
	height: 55px;
	border-radius: 55px;
	overflow: hidden;
	background: url(../images/linkbg_03.png) center no-repeat;
	margin-top: 5.625rem;
}
.syaboutdvleft a span{
	margin-left: 35px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Poppins_Light";
	color: #fff;
}
.syaboutdvleft a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	transition: all 1s;
}
.syaboutdvleft a:hover iconpark-icon{
	background-color: #fff;color: #1f437a;
}
.location{
	width: 93.75rem;
	margin: 6.875rem auto;
}
.locationbt h2{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 3.4375rem;
}
.locationbt p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.locationtime {
	position: relative;
	margin-top: 40px;
}
.locationtime img{
	display: block;
	width: 100%;
}
.locationtime ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 340px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.locationtime ul li{
	width: 110px;
	margin-bottom: 1.25rem;
	height: 110px;
	margin-right: 1.25rem;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #dcdcdc;
	background-color: #fff;
}
.locationtime ul li:last-child{
	margin-right: 0;
}
.locationtime ul li h3{
	background: radial-gradient(circle at center, #193d7d, #7aa741);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 48px;
	font-family: "Microsoft YaHei UI";
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.locationtime ul li i{
	font-size: 12px;
}
.locationtime ul li:last-child i{
	font-size: 24px;
}
.locationtime ul li P{
	color: #808080;
	font-size: 14px;
	line-height: 25px;
}
.packagbt{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 50px;
}
.packag{
	padding: 6.25rem 0px;
	background: url(../images/cpbz_02.jpg) center no-repeat;
	background-size: cover;
}
.packagbt h1{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	line-height: 50px;
}
.packagdv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.packagdvleft{
	width: 50%;
}
.packagdvleft {}
.packagdvleft>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 190px;
	height: 55px;
	border-radius: 55px;
	overflow: hidden;
	background: url(../images/linkbg_03.png) center no-repeat;
	margin-top: 4.375rem;
}
.packagdvleft>a span{
	margin-left: 35px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Poppins_Light";
	color: #fff;
}
.packagdvleft>a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	transition: all 1s;
}
.packagdvleft>a:hover iconpark-icon{
	background-color: #fff;
	color: #1d427b;
}
.packagdvright{
	width: 50%;
}
.packagdvright img{
	display: block;
	width: 100%;
}
.packagdvleft #thumbs{
	height: 350px;
}
.packagdvleft #thumbs .swiper-slide h1{
	width: 350px;
	border-bottom: 1px solid #dedede;
	height: 68px;
	line-height: 69px;
	color: #808080;
	transition: all 1s;
	font-size: 16px;
}
.packagdvleft #thumbs .swiper-slide-thumb-active h1{
	width: 400px;
	color: #183c7e;
	border-bottom: 1px solid #183c7e;
}
.adv{
	padding: 6.25rem 0px;
	background: url(../images/adv_02.jpg) center no-repeat;
	background-size: cover;
}
.advbt{
	text-align: center;
	margin-bottom: 5.625rem;
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}
.advdv{
	width: 104.375rem;
	margin: 0 auto;
}
.advdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.advdv>a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #fff;
}
.advdv>a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #1d4081;
}
.advdv>a:hover{
	background-image: linear-gradient(to right, #193e7e , #7eab3f);
}
.advdv>a:hover iconpark-icon{
	color: #fff;
}
.advdvlist{
	width: 93.75rem;
}
.advdvlist .advdvlink{
	border-radius: 25px;
	overflow: hidden;
}
.advdvlist .advdvlink div{
	width: 100%;
	overflow: hidden;
}
.advdvlist .advdvlink div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.advdvlist .advdvlink:hover div img{
	transform: scale(1.05);
}
.advdvlist .advdvlink h1{
	background-color: #fff;
	transition: all 1s;
	color: #808080;
	font-size: 18px;
	font-family: "Montserrat_Medium";
	line-height: 5rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
	padding: 0 2.5rem;
}
.advdvlist .advdvlink:hover h1{
	color: #fff;
	background-image: linear-gradient(to right, #193e7e , #7eab3f);
}
.adv>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 190px;
	margin: 0 auto;
	height: 55px;
	border-radius: 55px;
	overflow: hidden;
	background: url(../images/linkbg_03.png) center no-repeat;
	margin-top: 4.375rem;
}
.adv>a span{
	margin-left: 35px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Poppins_Light";
	color: #fff;
}
.adv>a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	transition: all 1s;
}
.synews{
	padding: 6.25rem 0px;
	background: url(../images/news_02.jpg) center no-repeat;
	background-size: cover;
}
.synewsbt{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.synewsbtleft h1{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}

.synewsbtright>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 190px;
	height: 55px;
	border-radius: 55px;
	overflow: hidden;
	background: url(../images/linkbg_03.png) center no-repeat;
}
.synewsbtright>a span{
	margin-left: 35px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Poppins_Light";
	color: #fff;
}
.synewsbtright>a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	font-size: 24px;
	color: #fff;
	border-radius: 50%;
	transition: all 1s;
	margin-right: 10px;
}
.synewsbtright>a:hover iconpark-icon{
	background-color: #fff;
	color: #1d427b;
}
.adv>a:hover iconpark-icon{
	background-color: #fff;
	color: #1d427b;
}
.synewslist{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.synewslist ul{
	display: flex;
	justify-content: space-between;
}
.synewslist ul li{
	width: 32%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 20px #dcdcdc;
}
.synewslist ul li div{
	overflow: hidden;
	width: 100%;
}
.synewslist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.synewslist ul li:hover div img{
	transform: scale(1.05);
}
.synewslist ul li section{
	padding: 2.5rem;
	background-color: #fff;
}
.synewslist ul li section h2{
	color: #183c7e;
	font-size: 14px;
	font-family: "Poppins_Medium";
	margin-bottom: 1.25rem;
}
.synewslist ul li section h3{
	max-height: 50px;
	overflow:hidden;
	line-height: 25px;
	text-overflow:ellipsis;
	color: #4d4d4d;
	display:-webkit-box;
	font-size: 18px;
	-webkit-box-orient:vertical;
	font-family: "Poppins_Medium";
	-webkit-line-clamp:2; 
	margin-bottom: 10px;
}
.synewslist ul li section p{
	overflow:hidden;
	height: 50px;
	text-overflow:ellipsis;
	line-height: 25px;
	display:-webkit-box;
	color: #808080;
	-webkit-box-orient:vertical;
	font-size: 14px;
	-webkit-line-clamp:2; 
}
.synewslist ul li section h4{
	margin-top: 1.25rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.synewslist ul li section h4 span{
	color: #183c7e;
	font-size: 14px;
	font-family: "Poppins_Medium";
	margin-right: 10px;
}
.synewslist ul li section h4 iconpark-icon{
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	border: 1px solid #183c7e;
	color: #183c7e;
	transition: all 1s;
}
.synewslist ul li:hover section h4 iconpark-icon{
	background-image: linear-gradient(to right, #193e7e , #7eab3f);
	color: #fff;
	border: 1px solid transparent;
}
.foot{
	padding-top: 5rem;
	background-color: #1a1a1a;
	background-size: cover;
}
.footdv{
	width: 97.5rem;
	margin: 0 auto;
	margin-bottom: 2.5rem;
}
.footdvleft{
	width: 325px;
}
.footdvleft img{
	display: block;
	margin-bottom: 20px;
}
.footdvleft p{
	line-height: 25px;
	font-size: 14px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvleft ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 25px;
}
.footdvleft ul li{
	margin-right: 10px;
}
.footdvleft ul li a{
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
.footdvleft ul li a img{
	display: block;
	width: 100%;
	margin: 0;
}

.footdvright{
	width: 70%;
	display: flex;
	justify-content: space-between;
}
.footdvright dl dd a{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footdvright dl dt a{
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins_Light";
}
.footdvright dl dt{
	border-bottom: 1px solid #515151;
	line-height: 40px;
	margin-bottom: 15px;
}
.footdvright dl section{
	display: flex;
	justify-content: space-between;
}
.footdvright dl:nth-child(2){
	width: 500px;
}
.footdvright dl:nth-child(2) section {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footdvright dl:nth-child(2) section section{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.footdvright dl:nth-child(2) section h1 i{
	color: #d6d6d6;
	font-family: "Poppins_Light";
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 40px;
}
.footdvright dl:nth-child(2) section h1{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}

.ewm{
	width: 120px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm h1{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.footdv{
	display: flex;
	justify-content: space-between;
}
.footdvright dl dt a{
	text-transform: uppercase;
	
}
.footdvright dl dd a{
	text-transform: uppercase;
	line-height: 40px;
	display: block;
	transition: all 1s;
}
.footdvright dl:nth-child(2) section h1:last-child{
	line-height: 25px;
}
.ewm h1{
	margin-top: 15px;
	color: #d6d6d6;
	font-family: "Poppins_Light";
}
.footdvright dl dd a:hover{
	transform: translateX(10px);
}
.wdl{
	border-top: 1px solid #494949;
	height: 80px;
}
.wdldv{
	width: 97.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}
.wdldv p{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.wdldv p a{
	color: #d6d6d6;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.any{
	padding: 80px 0;
	background: url(../images/bgj_02.jpg) center no-repeat;
	background-size: cover;
}
.anydv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.anydv h1{
	color: #fff;
	font-size: 20px;
	font-family: "Poppins_Medium";
	text-transform: uppercase;
}
.anydv form{
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.anydv form input{
	width: 18%;
	border: none;
	background-color:transparent;
	padding: 0 2%;
	height: 40px;
	outline: none;
	color: #333;
	background-color: #fff;
	font-size: 14px;
	border-radius: 5px;
} 
.anydv form input::placeholder{
	color: #b3b3b3;
}
.anydv form input:nth-child(3){
	width: 31%;
}
.anydv form button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #183c7e;
	border: none;
	color: #fff;
	font-size: 14px;
	outline: none;
	border-radius: 5px;
}
.ys{
	padding: 70px 0px;
	background-color: #f7f7f7;
}
.pronav{
	width: 93.75rem;
	margin: 0 auto;
	margin-bottom: 1.375rem;
}
.pronav ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.pronav ul li{
	padding: 0 30px;
	height: 60px;
	margin-right: 1.875rem;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom:1.875rem;
}
.pronav ul li a{
	display: block;
	color: #404040;
	font-size: 16px;
	line-height: 60px;
}
.pronav ul li:hover{
	background-image: linear-gradient(to right, #193e7e , #7eab3f);
}
.pronav ul li:hover a{
	color: #fff;
}
.pronav ul li.active{
	background-image: linear-gradient(to right, #193e7e , #7eab3f);
}
.pronav ul li.active a{
	color: #fff;
}
.prolist{
	width: 93.75rem;
	margin: 0 auto;
}
.prolist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolist ul Li{
	width: 23%;
	margin: 1%;
}
.prolist ul li div{
	background: url(../images/bai_03.png) center no-repeat;
	background-size: cover;
	transition: all 1s;
	border-radius: 25px;
	overflow: hidden;
}
.prolist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.prolist ul li:hover div{
	background: url(../images/jianb_03.png) center no-repeat;
	background-size: cover;
}
.prolist ul li:hover div img{
	transform: scale(1.05);
}
.prolist ul li h1{
	color: #808080;
	font-size: 18px;
	font-family: "Poppins_Medium";
	line-height: 35px;
	height: 70px;
	overflow:hidden;
	padding:0 20px;
	margin-top: 20px;
	text-overflow:ellipsis;
	text-align: center;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	transition: all 1s;
}
.prolist ul li:hover h1{
	color: #183c7e;
}
.dvall{
	padding: 50px 0;
	background-color: #f7f7f7;
}
.dvalls{
	padding: 0;
}


.mbx{
	margin: 0 auto;
	padding: 3.75rem 0;
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mbxleft{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxleft iconpark-icon{
	color: #838383;
	font-size: 20px;
}
.mbxleft a{
	color: #838383;
	font-size: 14px;
	margin: 0 0.625rem;
}
.mbxleft{
	color: #838383;
	font-size: 14px;
}
.mbxleft a:hover{
	color: #183c7e;
}
.mbxleft a:last-child{
	color: #183c7e;
}
.mbxright a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mbxright a iconpark-icon{
	color: #183c7e;
	font-size: 20px;
	margin-right: 10px;
}
.mbxright a span{
	font-size: 16px;
	color: #183c7e;
}
.dvalls{
	padding: 0;
}
.chanpinimg {
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.chanpinimgleft {
	width: 43.75rem;
}

.chanpinimgright {
	width: 50%;
}

.chanpinimgright h2 {
	color: #183c7e;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.chanpinimgright h1 {
	color: #183c7e;
	font-size: 30px;
	line-height: 50px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 1.25rem;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	padding-bottom: 15px;
}

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

.cennuodv a:hover {
	color: #fff;
	background-image: linear-gradient(to right, #193e7e , #7eab3f);
}
.maoyileft {
	display: flex;
	justify-content: space-between;
}

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

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

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

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

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

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

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

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

.fy p a:hover {
	color: #183c7e;
}	
.cptj{
	width: 97.5rem;
	margin: 0 auto;
	margin-top: 4.375rem;
	padding-bottom: 6.25rem;
	background-color: #ffffff;
}
.cptjs {
	background-color: transparent;
	text-align: center;
}

.cptjs .cpxqbt {
	text-align: center;
	justify-content: center;
}
.cptjs .cpxqbt span{
	color: #4c4c4c;
	font-size: 38px;
	font-family: 'Poppins_SemiBold';
	text-align: center;
}
.advdvlists{
	width: 93.75rem;
	margin: 0 auto;
}
.advdvlists ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.advdvlists ul li{
	width: 23%;
	margin: 1%;
}
.advdvlists .advdvlink{
	border-radius: 25px;
	overflow: hidden;
}
.advdvlists .advdvlink div{
	width: 100%;
	overflow: hidden;
}
.advdvlists .advdvlink div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.advdvlists .advdvlink:hover div img{
	transform: scale(1.05);
}
.advdvlists .advdvlink h1{
	background-color: #fff;
	transition: all 1s;
	color: #808080;
	font-size: 18px;
	font-family: "Montserrat_Medium";
	line-height: 5rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align: center;
	padding: 0 2.5rem;
}
.advdvlists .advdvlink:hover h1{
	color: #fff;
	background-image: linear-gradient(to right, #193e7e , #7eab3f);
}
.lxwm{
	width: 93.75rem;
	margin: 0 auto;
	padding: 5.9375rem 0rem;
}
.lxwmbt{
	margin-bottom: 3.75rem;
}
.lxwmbt h1{
	color: #333333;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	text-transform: uppercase;
}
.lxwmbt p{
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: 32%;
	padding: 3.4375rem 0rem;
	background: #f7f7f7;
	border-radius: 15px;
	transition: all 1s;
}
.lxwmlist ul li:hover{
	background: url(../images/lxwm_03.jpg) center no-repeat;
	background-size: cover;
}
.lxwmlist ul li iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	background: url(../images/lxwm_06.jpg) center no-repeat;
	margin: 0 auto;
	color: #fff;
	font-size: 32px;
	text-align: center;
	line-height: 66px;
}
.lxwmlist ul li:hover iconpark-icon{
	background: rgba(255, 255, 255, 0.2);
}
.lxwmlist ul li h1{
	color: #333333;
	font-size: 20px;
	text-align: center;
	font-family: "Poppins_Medium";
	margin-top: 1.25rem;
	transition: all 1s;
	margin-bottom: 0.625rem;
}
.lxwmlist ul li p{
	text-align: center;
	color: #666666;
	font-size: 16px;
	transition: all 1s;
	line-height: 30px;
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}
.xuqiu {
	padding: 5.625rem 0px;
	background: url(../images/fwq_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.xuqiu h2 {
	color: #fff;
	font-size: 38px;
	text-align: center;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
}

.xuqiu p {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.lybt {
	margin-bottom: 3.75rem;
}

.xuqiu form {
	width: 93.75rem;
	margin: 0 auto;
}

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

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

.xuqiu form button {
	width: 180px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: #fff;
	font-size: 14px;
	border: none;
	border-radius: 10px;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all 1s;
}
.xuqiu form button:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #183c7e;
}
.advwq{
	background: none;
	background-color: #fbfcff;
}
.guanyu{
	padding-top: 8.125rem;
	padding-bottom: 3.75rem;
	background: url(../images/gybeijing_02.jpg) center no-repeat;
	background-size: cover;
}
.guanyudv{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guanyudvleft{
	width: 47%;
}
.guanyudvleft h1{
	color: #4c4c4c;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-transform: uppercase;
	margin-bottom: 50px;
}
.guanyudvleft p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 35px;
}
.guanyudvleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 4.375rem;
}
.guanyudvright{
	width: 50%;
}
.guanyudvright img{
	width: 100%;
	display: block;
}
.guanyudvleft ul li{
	margin-right: 2.5rem;
}

.guanyudvleft ul li{
	width: 110px;
	margin-bottom: 1.25rem;
	height: 110px;
	margin-right: 1.25rem;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #dcdcdc;
	background-color: #fff;
}
.guanyudvleft ul li:last-child{
	margin-right: 0;
}
.guanyudvleft ul li h3{
	background: radial-gradient(circle at center, #193d7d, #7aa741);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 48px;
	font-family: "Microsoft YaHei UI";
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.guanyudvleft ul li i{
	font-size: 12px;
}
.guanyudvleft ul li:last-child i{
	font-size: 24px;
}
.guanyudvleft ul li P{
	color: #808080;
	font-size: 14px;
	line-height: 25px;
}
.Culture{
	padding-top: 5.9375rem;
	padding-bottom: 6.25rem;
	background: url(../images/wegre_03.jpg) center no-repeat;
	background-size: cover;
}
.Culturebt{
	margin-bottom: 65px;
	color: #404040;
	font-size: 38px;
	font-family: "Poppins_SemiBold";
	text-align: center;
	text-transform: uppercase;
}

.codedvlist{
	width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-radius: 20px;
	overflow: hidden;
}
.codedvlist #gallery2{
	width: 50rem;
	height: 31.875rem;
}
.codedvlist #gallery2 img{
	display: block;
	width: 100%;
}
.codedvlist #thumbs2{
	width: 43.75rem;
	height: 31.875rem;
}
.codedvlist #thumbs2 .swiper-slide .fesa{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 37.5rem;
	padding: 0 3.125rem;
	background-color: #fff;
	height: calc(100% - 1px);
	border-bottom: 1px solid #e6e6e6;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide .fesa section{
	width: 29.375rem;
}
.codedvlist #thumbs2 .swiper-slide .fesa section h1{
	color: #333333;
	font-size: 20px;
	margin-bottom: 0.625rem;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide .fesa section p{
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide .fesa i{
	font-size: 56px;
	color: #333333;
	transition: all 1s;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa{
	background-image: linear-gradient(to right, #193e7e , #7eab3f);
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa section h1{
	color: #fff;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa section p{
	color: #fff;
}
.codedvlist #thumbs2 .swiper-slide-thumb-active .fesa i{
	color: #fff;
}
.syupro{
	padding: 6.25rem 0px;
	background-color: #f4f8ff;
}
.sypro{
	width: 93.75rem;
	margin: 0 auto;
	margin-top: 5rem;
}

.syprodv Li{
	width: 100%;
}
.syprodv li div{
	background: url(../images/bai_03.png) center no-repeat;
	background-size: cover;
	transition: all 1s;
	border-radius: 25px;
	overflow: hidden;
}
.syprodv li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.syprodv li:hover div{
	background: url(../images/jianb_03.png) center no-repeat;
	background-size: cover;
}
.syprodv li:hover div img{
	transform: scale(1.05);
}
.syprodv li h1{
	color: #808080;
	font-size: 18px;
	font-family: "Poppins_Medium";
	line-height: 35px;
	height: 70px;
	overflow:hidden;
	padding: 0 20px;
	margin-top: 20px;
	text-overflow:ellipsis;
	text-align: center;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	transition: all 1s;
}
.syprodv li:hover h1{
	color: #183c7e;
}
.syprodsgew{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 45px;
}
.syprodsgew .swiper-pagination{
	width: auto;
	position: inherit;
	color: #808080;
	font-size: 18px;
}
.syprodsgew .swiper-pagination .swiper-pagination-current{
	color: #183c7e;
	font-size: 30px;
}
.syprodsgew  section{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.syprodsgew  section .swiper-button-next, .syprodsgew  section .swiper-button-prev{
	position: inherit;
	margin: 0%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 15px;
	border: 1px solid #adadad;
}
.syprodsgew  section .swiper-button-next:hover, .syprodsgew  section .swiper-button-prev:hover{
	border: 1px solid #183c7e;
}
.syprodsgew  section .swiper-button-next:after,.syprodsgew  section .swiper-button-prev:after{
	font-size: 20px;
	color: #183c7e;
}
.swiper-horizontal>.swiper-scrollbar{
	position: inherit;
	margin-top: 25px;
	height: 2px;
	width: 100%;
	left: 0;
}
.swiper-scrollbar-drag{
	
	background-color: #183c7e;
}

.mfoot,.mfootdv{
	display: none;
}
.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: 97.5rem;
	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;

}
.slideUp .headdvleft img{
	opacity: 0;
}
.slideUp .headdvleft img:last-child{
	opacity: 1;
}
.slideUp{
	background-color: #fff;
}
.slideUp .headdvright ul li a span{
	color: #333;
}
.slideUp .headdvright ul li:hover a span{
	color: #2e508b;
}
.slideUp .headdvright ul li.active a span{
	color: #2e508b;
}
.slideUp .headdvright ul li:hover a::after {
	background-color: #2e508b;
}
.slideUp .headdvright ul li.active a::after {
	background-color: #2e508b;
}
.slideUp .headdvright .ss iconpark-icon{
	color: #2e508b;
}


.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	width: 97.5rem;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext section h2{
	font-size: 60px;
	font-family: 'AntonSC';
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}
.nrbanner .btext section p{
	text-align: center;
	font-family: "Poppins";
	font-size: 22px;
	text-align: center;
	color: #fff;
}

.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
   	width: 90%;
    height: 100%;
    left: 5%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bannersasg  .swiper-slide div section{
	width: 100%;
}
.bannersasg  .swiper-slide section h2{
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
}
.bannersasg  .swiper-slide section h3{
	color:#ffffff;
	font-size: 28px;
	margin-top: 3rem;
	width: 80%;
}
.bannersasg  .swiper-slide section h4{
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 65px;
	font-family: "AntonSC";
	margin-top: 50px;
}
.bannersasg  .swiper-slide section a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	width: 140px;
	height: 50px;
	margin-top: 5rem;
	border: 1px solid #fff;
	transition: all 1s;
	border-radius: 50px;
}
.bannersasg  .swiper-slide section a iconpark-icon{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.bannersasg  .swiper-slide section a span{
	color: #f7f7f7;
	font-size: 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;
}
.bannersasg .swiper-slide section a:hover{
	background-color: #2e508b;
	border-color: #2e508b;
}
.newsdvlist{
	width: 93.75rem;
    margin: 20px auto;
   	margin-top: 50px;
}

.newsdvlist ul li {
	margin-top: 20px;
	background-color: #f7f7f7;
	overflow: hidden;
	transition: all .5s;
	border-radius: 10px;
}

.newsdvlist ul li a {
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #f7f7f7;
	align-items: center;
	transition: all .5s;
}

.newsdvlist ul li a .newsdvlistime {
	width: 15%;
	text-align: center;
	border-right: 1px solid #f7f7f7;
}

.newsdvlistime span {
	color: #333333;
	font-size: 52px;
	transition: all .5s;
	display: block;
}

.newsdvlistime i {
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}

.newsdvlistext {
	width: 80%;
}

.newsdvlistext h1 {
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	transition: all .5s;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsdvlistext p {
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	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: url(../images/bgj_02.jpg) center no-repeat;
	background-size: cover;
}

.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;
}

.newsdvlist ul li iconpark-icon {
	border: 1px solid #1a479c;
	color: #1a479c;
	background-color: #fff;
	opacity: 1;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 22px;
}
.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;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.headdv{
		width: 95%;
	}
	.headdvright ul li a span{
		font-size: 16px;
	}
	.headdvright{
		width: 77%;
	}
	.syaboutdv,.synewsbt{
		width: 95%;
	}
	.packagbt,.packagdv{
		width: 95%;
	}
	.sypro{
		width: 95%;
	}
	.location{
		width: 95%;
	}
	.advdv{
		width: 97%;
	}
	.advdvlist{
		width: 88%;
	}
	.advdvlist .advdvlink h1{
		font-size: 14px;
	}
	.synewslist{
		width: 95%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form{
		width: 70%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.advdvlists{
		width: 95%;
	}
	.advdvlists .advdvlink h1{
		font-size: 14px;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright{
		width: 55%;
	}
	.cpxq{
		width: 95%;
	}
	.cptj{
		width: 95%;
	}
	.prolist{
		width: 95%;
	}
	.cptj .prolist{
		width: 100%;
	}
	.pronav{
		width: 95%;
	}
	.pronav ul li{
		height: 50px;
		line-height: 50px;
	}
	.pronav ul li a{
		line-height: 50px;
	}
	.lxwm{
		width: 95%;
	}
	.xuqiu form{
		width: 95%;
	}
	.guanyudv{
		width: 95%;
	}
	.codedvlist{
		width: 95%;
	}
	.codedvlist #gallery2{
		width: 50%;
	}
	.codedvlist #thumbs2{
		width: 50%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa{
		width: 90%;
		padding: 0 5%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section{
		width: 83%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section p{
		font-size: 14px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section h1{
		margin-bottom: 5px;
	}
	.newsdvlist{
		width: 95%;
	    margin: 20px auto;
	   	margin-top: 50px;
	}
	.headdvleft {
        width: 15%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .headdvright {
        width: 80%;
    }
    .headdvleft img {
        display: block;
        width: 100%;
        height: auto;
    }

}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.headdv{
		width: 95%;
	}
	.headdvleft{
		width: 15%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.headdvleft img{
		display: block;
		width: 100%;
		height: auto;
	}
	.headdvright ul li a span{
		font-size: 16px;
	}
	.headdvright{
		width: 84%;
	}
	.syaboutdv,.synewsbt{
		width: 95%;
	}
	.packagbt,.packagdv{
		width: 95%;
	}
	.sypro{
		width: 95%;
	}
	.location{
		width: 95%;
	}
	.advdv{
		width: 97%;
	}
	.advdvlist{
		width: 88%;
	}
	.advdvlist .advdvlink h1{
		font-size: 14px;
	}
	.synewslist{
		width: 95%;
	}
	.anydv{
		width: 95%;
	}
	.anydv form{
		width: 70%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.advdvlists{
		width: 95%;
	}
	.advdvlists .advdvlink h1{
		font-size: 14px;
	}
	.mbx{
		width: 95%;
	}
	.chanpinimg{
		width: 95%;
	}
	.chanpinimgright{
		width: 55%;
	}
	.cpxq{
		width: 95%;
	}
	.cptj{
		width: 95%;
	}
	.prolist{
		width: 95%;
	}
	.cptj .prolist{
		width: 100%;
	}
	.pronav{
		width: 95%;
	}
	.pronav ul li{
		height: 50px;
		line-height: 50px;
	}
	.pronav ul li a{
		line-height: 50px;
	}
	.lxwm{
		width: 95%;
	}
	.xuqiu form{
		width: 95%;
	}
	.guanyudv{
		width: 95%;
	}
	.codedvlist{
		width: 95%;
	}
	.codedvlist #gallery2{
		width: 50%;
	}
	.codedvlist #thumbs2{
		width: 50%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa{
		width: 90%;
		padding: 0 5%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section{
		width: 83%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section p{
		font-size: 14px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section h1{
		margin-bottom: 5px;
	}
	.headdvright ul li a span{
		font-size: 14px;
	}
	.syaboutdvleft{
		width: 52%;
	}
	.syaboutdvleft p{
		line-height: 30px;
		color: #4c4c4c;
		font-size: 14px;
	}
	.syaboutdvleft h1{
		margin-bottom: 1.6875rem;
	}
	.anydv form input{
		margin: 0 5px;
	}
	.prolist ul li h1{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section h1{
		font-size: 16px;
	}
	.newsdvlist{
		width: 95%;
	    margin: 20px auto;
	   	margin-top: 50px;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.syaboutdv{
		display: block;
	}
	.syaboutdv{
		width: 95%;
	}
	.syaboutdvleft{
		width: 100%;
	}
	.syaboutdvleft h1{
		font-size: 20px;
		text-align: center;
		margin-bottom: 7px;
	}
	.syabout{
		height: auto;
	}
	.syaboutdv{
		padding: 30px 0px;
	}
	.syaboutdvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.syaboutdvleft a{
		margin: 0 auto;
		height: 40px;
		width: 150px;
		margin-top: 20px;
	}
	.syaboutdvleft a iconpark-icon{
		width: 30px;
		height: 30px; 
		margin-right: 5px;
	}
	.packagbt{
		width: 95%;
		margin-bottom: 10px;
	}
	.packagbt h1{
		font-size: 20px;
		text-align: center;
		line-height: 35px;
	}
	.packagdv{
		width: 95%;
		display: bLock;
	}
	.packagdvleft{
		width: 100%;
	}
	.packagdvleft #thumbs{
		height: auto;
	}
	.packagdvleft #thumbs .swiper-slide h1{
		width: 100%;
	}
	.packagdvleft #thumbs .swiper-slide h1{
		height: 60px;
	}
	.packagdvleft #thumbs .swiper-slide h1{
		font-size: 12px;
		line-height: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.packagdvleft>a{
		display: none;
	}
	.packagdvright{
		width: 100%;
		margin-top: 15px;
	}
	.synewsbt{
		width: 95%;
		display: block;
	}
	.synewsbtleft h1{
		font-size: 20px;
		text-align: center;
	}
	.synewsbtright{
		margin-top: 10px;
	}
	.synewsbtright a {
        margin: 0 auto;
        height: 40px;
        width: 150px;
        margin-top: 10px;
    }
	.synewsbtright a iconpark-icon {
		width: 30px;
		height: 30px;
		margin-right: 5px;
	}
	.sypro{
		width: 95%;
	}
	.syprodv li h1{
		font-size: 14px;
		height: 50px;
		line-height: 25px;
		margin-top: 10px;
		padding: 0 10px;
	}
	.syprodsgew{
		margin-top: 15px;
	}
	.syprodsgew .swiper-pagination{
		font-size: 12px;
	}
	.syprodsgew section .swiper-button-next, .syprodsgew section .swiper-button-prev{
		width: 40px;
		height: 40px;
		margin: 0 6px;
	}
	.syprodsgew section .swiper-button-next:after, .syprodsgew section .swiper-button-prev:after{
		font-size: 14px;
	}
	.swiper-horizontal>.swiper-scrollbar{
		margin-top: 10px;
	}
	.location{
		width: 95%;
	}
	.locationbt h2{
		display: block;
		font-size: 20px;
		text-align: center;
		margin-bottom: 1.4375rem;
	}
	.locationbt p{
		font-size: 14px;
	}
	.locationtime ul{
		display: flex;
		margin-top: 10px;
		position: inherit;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
	.locationtime ul li{
		width: 28%;
		padding: 2%;
		height: auto;
	}
	.locationtime ul li h3 span{
		font-size: 32px;
		margin-right: 5px;
	}
	.advbt{
		font-size: 20px;
	}
	.advdv{
		width: 95%;
	}
	.advdv>a{
		width: auto;
		height: auto;
	}
	.advdvlist .advdvlink h1{
		height: 40px;
		font-size: 12px;
		line-height: 40px;
	}
	.adv>a{
		margin: 0 auto;
		height: 40px;
		width: 150px;
		margin-top: 10px;
	}
	.adv>a iconpark-icon {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
	.synewslist{
		width: 95%;
		display: block;
	}
	.synewslist ul{
		flex-wrap: wrap;
	}
	.synewslist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.synewslist ul li section h3{
		font-size: 18px;
	}
	.any{
		padding: 30px 0px;
	}
	.anydv{
		width: 95%;
		display: block;
	}
	.anydv h1{
		text-align: center;
		margin-bottom: 15px;
	}
	.anydv form{
		width: 100%;
		display: block;
	}
	.anydv form input,.anydv form input:nth-child(3){
		width: 96%;
		padding:0 2%;
		margin-bottom: 10px;
		height: 40px;
	}
	.foot{
		display: none;
	}
	.synewslist ul li section h4 iconpark-icon{
		width: 35px;
		height: 35px;
	}
	.synewslist ul li section{
		padding: 5%;
	}
	.ys{
		padding: 30px 0px;
	}
	.advdvlists{
		width: 95%;
	}
	.advdvlists ul li{
		width: 48%;
	}
	.advdvlists .advdvlink h1{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.advdvlists .advdvlink{
		border-radius: 10px;
	}
	.pronav{
		width: 95%;
		display: none;
	}
	.prolist{
		width:  95%;
	}
	.prolist ul Li{
		width: 48%;
		margin-bottom: 10px;
	}
	.prolist ul li h1{
		margin-top: 10px;
		font-size: 14px;
		padding: 0 10px;
		line-height: 25px;
		height: 50px;
	}
	
	.mbx{
		display: none;
	}
	.chanpinimg{
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.maoyileft{
		display: block;
	}
	.maoyileft #gallery2{
		width: 100%;
		height: auto;
	}
	.maoyileft #thumbs2{
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.chanpinimgleft .swiper-vertical>.swiper-wrapper{
		flex-direction: row;
	}
	.chanpinimgright{
		width: 100%;
		margin-top: 20px;
	}
	.chanpinimgright h1{
		font-size: 17px;
		line-height: 30px;
	}
	.chanpinimgright h2{
		font-size: 14px;
	}
	.chanpinimgright p{
		font-size: 12px;
	}
	.cennuodv a{
		width: 40%;
		height: 40px;
		line-height: 40px;
	}
	.cpxqdv{
		padding: 5%;
	}
	.fy{
		display: block;
		margin-top: 15px;
	}
	.fy p a{
		line-height: 30px;
		font-size: 12px;
	}
	.dvalls{
		padding-top: 10px;
	}
	.chanpinimg{
		width: 95%;
	}
	.cennuodv a{
		width: 48%;
	}
	.cpxq{
		width: 95%;
	}
	.cptjs{
		width: 95%;
	}
	.cptjs .cpxqbt span{
		margin: 0;
		font-size: 20px;
	}
	.cptjs .prolist{
		width: 100%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 20px;
	}
	.lxwmbt p{
		line-height: 25px;
	}
	.lxwmlist ul{
		display: block;
	}
	.lxwmlist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li iconpark-icon{
		width: 45px;
		font-size: 24px;
		height: 45px;
	}
	.lxwmlist ul li h1{
		font-size: 17px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.xuqiu h2{
		font-size: 20px;
	}
	.xuqiu form{
		width: 95%;
	}
	.xuqiu form div input{
		width: 95%;
		height: 40px;
		line-height: 40px;
		padding: 0 2.5%;
		font-size: 12px;
	}
	.xuqiu form textarea{
		color: #fff;
	}
	.guanyudv{
		width: 95%;
		display: block;
	}
	.guanyudvleft{
		width: 100%;
	}
	.guanyudvleft h1{
		font-size: 20px;
		text-align: center;
		margin-bottom: 15px;
	}
	.guanyudvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.guanyudvleft ul li{
		width: 28%;
		padding: 2%;
		height: auto;
	}
	.guanyudvleft ul li h3{
		font-size: 32px;
	}
	.guanyudvright{
		margin-top: 10px;
		width: 100%;
	}
	.guanyudvright img{
		display: bLock;
		width: 100%;
	}
	.Culturebt h1{
		text-align: center;
		font-size: 20px;
	}
	.Culturebt{
		margin-bottom: 20px;
	}
	.codedvlist{
		width: 95%;
		display: block;
	}
	.codedvlist #gallery2{
		width: 100%;
		height: auto;
	}
	.codedvlist #thumbs2{
		width: 100%;
		height: 300px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa{
		width: 90%;
		padding: 0 5%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section{
		width: 90%;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa iconpark-icon{
		font-size: 28px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section h1{
		font-size: 16px;
	}
	.codedvlist #thumbs2 .swiper-slide .fesa section p{
		font-size: 12px;
	}

	.nrbanner .btext section h2{
		font-size: 24px;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext section p{
		font-size: 14px;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner {
		overflow: hidden;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#183c7e;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #002d7f;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a{
		padding: 2.5%;
	}
	.newsdvlist ul li a .newsdvlistime{
		display: none;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext p{
		font-size: 12px;
		line-height: 25px;
		height: 50px;
	}
	.newsdvlistext h1{
		font-size: 16px;
	}
	.newsdvlist{
		margin-top: 0px;
		margin-bottom: 0;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin: 0;
	}
	.article .post h1{
		font-size: 18px;
	}
	.bannersasg .swiper-slide div{
		width: 95%;left: 2.5%;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 20px;
		margin-top: 0;
		text-align: center;
		line-height: 30px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 14px;
		margin-top: 10px;
	}
	.bannersasg .swiper-slide section h3{
		text-align: center;
		width: 100%;

	}
	.pronav ul li a {
	    display: block;
	    color: #404040;
	    font-size: 12px;
	    line-height: 40px;
	}
	.pronav ul li {
	    padding: 0 10px;
	    height: 40px;
	    margin-right: 1.875rem;
	    border-radius: 10px;
	    background-color: #fff;
	    margin-bottom: 1.875rem;
	}
	.pronav {
        width: 95%;
        display: block;
    }
    .codedvlist #thumbs2 .swiper-slide .fesa i{
    	font-size: 36px;
    }

   .synews .synewsbtright  a{
    	display: none;
    }
    .syabouts{
    	background: url(../images/abbtm_021.png) center no-repeat;
    	background-size: cover;
    }
}