/* 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;
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/MONTSERRAT-LIGHT.OTF');
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}
@font-face
{
	font-family: "Tungsten";
	src:url('../font/TUNGSTEN-SEMIBOLD.OTF');
}
@font-face
{
	font-family: "Thesignature";
	src:url('../font/Thesignature.ttf');
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.htmleaf-container{
	display: none;
}
.header-navigation {
	position:fixed;
	top:0;
	width:100%;
	text-align:center;
	z-index:9999;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-110px);
	-ms-transform:translateY(-110px);
	-o-transform:translateY(-110px);
	transform:translateY(-110px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	background-color: transparent;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	background-color: #fff;
}
.headdv{
	width: 90%;
	margin: 0 auto;
	height: 110px;
	display: flex;
	justify-content: space-between;
	
}
.heads{
	width: 100%;
	height: 110px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	transition: all .5s;
}
.headdvleft img{
	display: block;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
}
.headdvright ul li{
	line-height: 110px;
	margin: 0 25px;
	position: relative;
}
.headdvright ul li dl{
	display: none;
	position: absolute;
    top: 110px;
    left: -83px;
    text-align: left;
    width: 200px;
    background-color: #fff;
    transition: all .3s;
    padding: 15px;

}
.headdvright ul li:nth-child(4) dl{
    display: none;
    position: absolute;
    top: 110px;
    left: -20px;
    text-align: left;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    transition: all .5s;
    padding:10px 20px;
}
.headdvright ul li dl dd{
	line-height: 35px;
	width: 100%;
	overflow: hidden;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	height: 35px;
}
.headdvright ul li dl dd a{
	transition: all .5s;
	font-size: 14px;
	color: #333;
}
.headdvright ul li dl dd a:hover{
	color: #0c77db ;
}
.headdvright ul li:hover dl{
	display: block;
}
.headdvright ul li a{
	color: #fff;
	font-size: 16px;
	transition: all .5s;
}
.ss{
	margin-left: 35px;
}
.ss iconpark-icon{
	font-size: 24px;
	color: #fff;
	transition: all .5s;
}
.slideDown .headdvright ul li a{
	color: #333;
}
.slideDown .ss iconpark-icon{
	color: #333;
}
.banner img{
	width: 100%;
	display: block;
}
.inpro{
	width: 100%;
	padding: 80px 0px;
	background-color: #f5f5f5;
}
.inprodv{
	width: 1400px;
	margin: 0 auto;
}
.inprodvbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inprodvbtleft h1{
	color: #333333;
	font-size: 30px;
	margin-top: -25px;
}
.inprodvbtright{
	width: 180px;
}
.inprodvbtright a{
	display: flex;
	width: 170px;
	height: 50px;
	padding: 5px;
	border-radius: 60px;
	background-image: linear-gradient(to right, #0c77db , #3fb3d9);
	justify-content: space-between;
	align-items: center;
}
.inprodvbtright a span{
	margin-left: 15px;
	color: #ffffff;
	font-size: 16px;
	transition: all .5s;
}

.inprodvbtright a iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	color: #3bacd5;
	font-size: 24px;
	margin-right: 0px;
	transition: all .5s;
}
.inprodvbtright a:hover span{
	margin-left: 30px;
}
.inprodvbtright a:hover iconpark-icon{
	margin-right: 10px;
}
.inprodvlist{
	margin-top: 45px;
}
.prolm{
	display: flex;
	justify-content: space-between;
}
.prolmleft{
	width: 255px;
	background: url(../images/cpbg_03.jpg) right bottom no-repeat;
	background-size: cover;
	box-shadow: 0px 0px 25px #d1d0d0;
	padding: 40px;
	padding-bottom: 25px;
}
.prolmleft div{
	margin-bottom: 20px;
}
.prolmleft div h1{
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all .3s;
	line-height: 30px;
}
.prolmleft:hover div h1{
	color: #0172da;
}
.prolmleft div p{
	line-height: 25px;
	color: #808080;
	font-size: 14px;
	margin-bottom: 20px;
}
.prolmleft div h2{
	position: relative;
	width: 110px;
	height: 35px;
	line-height: 35px;
	justify-content: center;
	display: flex;
	border-radius: 50px;
	background-image: linear-gradient(to right, #0c77db , #3fb3d9);
}
.prolmleft div h2::after{
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 108px;
	height: 33px;
	background-color: #fff;
	border-radius: 50px;
	z-index: 2;
	transition: all .5s;
}
.prolmleft:hover div h2::after{
	background-color: transparent;
}
.prolmleft div h2 span{
	margin-right: 15px;
	color: #0171da;
	position: relative;
	z-index: 3;
	font-size: 14px;
	transition: all .5s;
}
.prolmleft div h2 iconpark-icon{
	color: #64c0e0;
	font-size: 20px;
	position: relative;
	z-index: 3;22
	transition: all .5s;
}
.prolmleft:hover div h2 span,.prolmleft:hover div h2 iconpark-icon{
	color: #fff;
}
.lyptop{
	width: 1045px;
}
.lyptop dl{
	display: flex;
	justify-content: space-between;
}

.lyptop dl dt{
	width: 610px;
	background: url(../images/cpbg_03.jpg) right bottom no-repeat;
	background-size: cover;
	padding: 30px 40px;
	box-shadow: 0px 0px 25px #d1d0d0;
}
.lyptop dl dt a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lyptop dl dt a div {
	width: 355px;
}
.lyptop dl dt a div h1{
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	transition: all .5s;
}
.lyptop dl dt img{
	width: 30%;
}
.lyptop dl dt:hover a div h1{
	color: #0172da;
}
.lyptop dl dt a div h2{
	position: relative;
	width: 110px;
	height: 35px;
	line-height: 35px;
	justify-content: center;
	display: flex;
	border-radius: 50px;
	background-image: linear-gradient(to right, #0c77db , #3fb3d9);
	margin-top: 70px;
}
.lyptop dl dt a div h2::after{
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 108px;
	height: 33px;
	background-color: #fff;
	border-radius: 50px;
	z-index: 2;
	transition: all .5s;
}
.lyptop dl dt:hover div h2::after{
	background-color: transparent;
}
.lyptop dl dt a div h2 span{
	margin-right: 15px;
	color: #0171da;
	position: relative;
	z-index: 3;
	font-size: 14px;
	transition: all .5s;
}
.lyptop dl dt a div h2 iconpark-icon{
	color: #64c0e0;
	font-size: 20px;
	position: relative;
	z-index: 3;
	transition: all .5s;
}
.lyptop dl dt:hover div h2 span,.lyptop dl dt:hover div h2 iconpark-icon{
	color: #fff;
}
.prolmleft img{
	width: 90%;
    margin: 0 auto;
    display: block;
}
.lyptop dl dd{
	width: 255px;
	background: url(../images/cpbg_03.jpg) right bottom no-repeat;
	background-size: cover;
	padding: 30px 40px;
	box-shadow: 0px 0px 25px #d1d0d0;
}
.lyptop dl dd a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lyptop dl dd a div{
	width: 125px;
}
.lyptop dl dd img{
	max-width: 70%;
}
.lyptop dl dd a div h1{
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	transition: all .5s;
}
.lyptop dl dd:hover a div h1{
	color: #0172da;
}
.lyptop dl dd a div h2{
	position: relative;
	width: 110px;
	height: 35px;
	line-height: 35px;
	justify-content: center;
	display: flex;
	border-radius: 50px;
	background-image: linear-gradient(to right, #0c77db , #3fb3d9);
	margin-top: 70px;
}
.lyptop dl dd a div h2::after{
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 108px;
	height: 33px;
	background-color: #fff;
	border-radius: 50px;
	z-index: 2;
	transition: all .5s;
}
.lyptop dl dd:hover div h2::after{
	background-color: transparent;
}
.lyptop dl dd a div h2 span{
	margin-right: 15px;
	color: #0171da;
	position: relative;
	z-index: 3;
	font-size: 14px;
	transition: all .5s;
}
.lyptop dl dd a div h2 iconpark-icon{
	color: #64c0e0;
	font-size: 20px;
	position: relative;
	z-index: 3;
	transition: all .5s;
}
.lyptop dl dd:hover div h2 span,.lyptop dl dd:hover div h2 iconpark-icon{
	color: #fff;
}
.lypbtm dl{
	display: flex;
	justify-content: space-between;
}
.prolmright{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.lypbtm dl dd{
	width: 255px;
	background: url(../images/cpbg_03.jpg) right bottom no-repeat;
	background-size: cover;
	padding: 40px 40px;
	box-shadow: 0px 0px 25px #d1d0d0;
}
.lypbtm dl dd a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lypbtm dl dd a div{
	width: 125px;
}
.lypbtm dl dd a img{
	max-width: 60%;
}
.lypbtm dl dd a div h1{
	color: #404040;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	transition: all .5s;
}
.lypbtm dl dd:hover a div h1{
	color: #0172da;
}
.lypbtm dl dd a div h2{
	position: relative;
	width: 110px;
	height: 35px;
	line-height: 35px;
	justify-content: center;
	display: flex;
	border-radius: 50px;
	background-image: linear-gradient(to right, #0c77db , #3fb3d9);
	margin-top: 70px;
}
.lypbtm dl dd a div h2::after{
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 108px;
	height: 33px;
	background-color: #fff;
	border-radius: 50px;
	z-index: 2;
	transition: all .5s;
}
.lypbtm dl dd:hover div h2::after{
	background-color: transparent;
}
.lypbtm dl dd a div h2 span{
	margin-right: 15px;
	color: #0171da;
	position: relative;
	z-index: 3;
	font-size: 14px;
	transition: all .5s;
}
.lypbtm dl dd a div h2 iconpark-icon{
	color: #64c0e0;
	font-size: 20px;
	position: relative;
	z-index: 3;
	transition: all .5s;
}
.lypbtm dl dd:hover div h2 span,.lypbtm dl dd:hover div h2 iconpark-icon{
	color: #fff;
}
.dwa .lypbtm dl{
	flex-wrap: wrap;
}
.dwa .lypbtm dl dd{
	margin-top: 20px;
}
.inabout{
	background: url(../images/ab_02.png) right no-repeat;
	padding-top: 110px;
	padding-bottom: 85px;
	background-size: cover;
	position: relative;
}
.inaboutdv{
	width: 1400px;
	margin: 0 auto;
}
.inabouttext{
	width: 50%;
}
.inabouttext h1{
	color: #333333;
	font-size: 40px;
	font-weight: bold;
	margin-top: 65px;
}
.inabouttext p{
	line-height: 35px;
	color: #666666;
	font-size: 16px;
	margin-top: 30px;
}
.inabouttext .inprodvbtright{
	margin-top: 70px;
}
.inaboutdvbgs{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
	display: flex;
	justify-content: flex-end;align-items: flex-end;
}
.inaboutdvbgs img{
	max-width: 100%;
	display: block;
}
.xpzx{
	padding-top: 75px;
	padding-bottom: 100px;
	background: url(../images/haw_04.png) center no-repeat;
	background-size: cover;
}
.xpzxdv{
	width: 1400px;
	margin: 0 auto;
}
.xpzxdvlist{
	width: 1400px;
	margin-top: 60px;
}
.xpzxdvlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xpzxdvlist ul li{
	padding: 30px;
	width: 270px;
	background-color: #fff;
	margin: 15px 0px;
}
.xpzxdvlist ul li h1{
	line-height: 35px;
	color: #404040;
	font-weight: bold;
	height: 35px;
	width: 100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 18px;
	transition: all .5s;
}
.xpzxdvlist ul li:hover h1{
	color: #0172da;
}
.xpzxdvlist ul li p{
	line-height: 25px;
	height: 50px;
	font-size: 14px;
	color: #808080;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.xpzxdvlist ul li div{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.xpzxdvlist ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.xpzxdvlist ul li:hover div img{
	transform: scale(1.05);
}
.xpzxdvlist ul li div span{
	display: block;
	width: 100%;
	height: 0%;
	background-image: linear-gradient(to right, rgba(12,119,219,0.8) , rgba(63,179,217,0.8));
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	transition: all .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xpzxdvlist ul li div span img{
	display: block;
	width: 80px;
}
.xpzxdvlist ul li h2{
	width: 202px;
	height: 40px;
	background-image: linear-gradient(to right, rgba(12,119,219,1) , rgba(63,179,217,1));
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
}

.xpzxdvlist ul li h2::after{
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
	width: 200px;
	height: 38px;
	background-color: #fff;
	border-radius: 50px;
	z-index: 2;
	transition: all .5s;
}
.xpzxdvlist ul li:hover div span{
	height: 100%;
}
.xpzxdvlist ul li h2 i{
	color: #0172da;
	font-size: 14px;
	position: relative;
	z-index: 3;
	transition: all .5s;
}
.xpzxdvlist ul li h2 iconpark-icon{
	color: #70c6e3;
	font-size: 20px;
	position: relative;
	z-index: 3;
	transition: all .5s;
}
.xpzxdvlist ul li:hover h2::after{
	background-color: transparent;
}
.xpzxdvlist ul li:hover h2 iconpark-icon,.xpzxdvlist ul li:hover h2 i{
	color: #fff;
}


.innews{
	width: 1400px;
	margin: 70px auto;
}
.innewsdv{
	width: 1400px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}
.innewsdvleft{
	width: 32%;
	position: relative;
	overflow: hidden;
}
.innewsdvleft img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.innewsdvleft:hover img{
	transform: scale(1.08);
}
.innewsdvleft section{
	padding: 40px;
	position: absolute;
	width: calc(100% - 80px);
	bottom: 0;
}
.innewsdvleft section span{
	color: #ffffff;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}
.innewsdvleft section h1{
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	white-space:nowrap;
	height: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 20px;
}
.innewsdvleft section i{
	color: #fff;
	display: block;
	margin-bottom: 20px;
	color: #ffffff;
	font-size: 14px;
}
.innewsdvleft section h2{
	color: #ffffff;
	font-size: 14px;
}
.innewsdvcenter{
	width: 32%;
}
.innewsdvcenter ul{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.innewsdvcenter ul li{
	padding: 35px;
	background-color: #f2f4f7;
}
.innewsdvcenter ul li h1{
	color: #808080;
	padding-top: 10px;
	font-size: 14px;
	margin-bottom: 15px;
}
.innewsdvcenter ul li h2{
	color: #333333;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 10px;
}
.innewsdvcenter ul li span{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-bottom: 30px;
}
.innewsdvcenter ul li p{
	line-height: 25px;
	height: 50px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.innewsdvcenter ul li i{
	color: #004ea2;
	font-size: 14px;
}
.innewsdvright{
	width: 32%;
	
	background: url(../images/bej_03.png) center no-repeat;
}
.innewsdvrightbt{
	padding: 45px;
	padding-bottom: 0;
}
.innewsdvrightbt h1{
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 15px;
}
.innewsdvrightbt h2{
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 25px;
}
.innewsdvrightlist ul li{
	padding: 20px 45px;
	transition: all .5s;
}
.innewsdvrightlist ul li h1{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvrightlist ul li span{
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
}
.innewsdvrightlist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innewsdvrightlist ul li section{
	width: 90%;
}
.innewsdvrightlist ul li iconpark-icon{
	color: #ecf1f8;
	font-size: 24px;
	opacity: 0;
	transition: all .5s;
}
.innewsdvrightlist ul li:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
.innewsdvrightlist ul li:hover iconpark-icon{
	opacity: 1;
}
.innewsdvrightbtn{
	padding: 45px;
	padding-top: 0;
}
.innewsdvrightbtn a{
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
}
.wlpt{
	width: 100%;
	background-color: #f5f5f5;
	padding: 65px 0px;
}
.wlptdv{
	width: 1400px;
	margin: 0 auto;
}
.network{
	font-size: 15px;
	color: #666666;
	line-height: 35px;
	width: 60%;
}
.wlpttext{
	margin-top: 45px;
}
.wlpttext ul{
	display: flex;
	justify-content: space-between;
}
.wlpttext ul li img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.wlpttext ul li {
	display: block;
	width: 260px;
	overflow: hidden;
}
.wlpttext ul li:hover img{
	transform: scale(1.1);
}
.foot{
	width: 100%;
	background-color: #333333;
}
.footdv{
	width: 1400px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.footleft{
	width: 500px;
}
.footleft ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footleft ul li{
	width: 49%;
	border: 1px solid #4d4d4d;
	text-align: center;
	margin-bottom: 7px;
	transition: all .5s;
}
.footleft ul li:hover{
	border-radius: 10px;
}
.footleft ul li a{
	display: block;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	color: #e5e5e5;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding: 0 15px;
}
.footcenter{
	display: flex;
	justify-content: space-between;
	width: 220px;
}
.footcenter dl{
}
.footcenter dl dt a{
	color: #e5e5e5;
	font-size: 16px;
}
.footcenter dl dt{
	margin-bottom: 20px;
}
.footcenter dl dd{
	margin-bottom: 20px;
}
.footcenter dl dd a{
	color: #aeaaaa;
	font-size: 14px;
	transition: all .5s;
}
.footcenter dl dd a:hover{
	color: #e5e5e5;
}
.footright{
	display: flex;
	justify-content: space-between;
}
.footrightz h1{
	color: #e5e5e5;
	font-size: 34px;
	font-weight: bold;
	font-family: "Montserrat";
	margin-bottom: 15px;
}
.footrightz p{
	margin-bottom: 20px;
	color: #e5e5e5;
	font-size: 14px;
}
.footrightr {
	margin-left: 50px;
}
.footrightr ul{
	display: flex;
	justify-content: space-between;
}
.footrightr ul li{
	width: 100px;
	margin-left: 10px;
}
.footrightr ul li p{
	color: #e5e5e5;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.wdl{
	border-top: 1px solid #3d3d3d;
	height: 70px;
	line-height: 70px;
}
.wdldv{
	width: 1400px;
	margin: 0 auto;
	display: flex;height: 70px;
	justify-content: space-between;
	align-items: center;
}
.wdldv p{
	color: #e5e5e5;
	font-size: 14px;
}
.wdldv p a{
	color: #e5e5e5;
}
.about{
	padding-top: 90px;
}
.aboutdv{
	display: flex;
	justify-content: space-between;
}
.aboutlist{
	width: 45%;
	display: flex;
	align-items: flex-end;
}
.aboutlist img{
	display: block;
	width: 100%;
}
.aboutdv .inaboutdv{
	width: 40%;
	margin: 0;
	margin-left: 15%;
	margin-bottom: 35px;
}
.aboutdv .inaboutdv .inabouttext{
	width: 80%;
}
.aboutdv .inabouttext p{
	text-indent: 2em;
}
.aboutbg{
	background: url(../images/abbg_02.jpg) center no-repeat;
	background-size: cover;
	padding: 75px 0px;
}
.aboutbg ul{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.aboutbg ul li h1{
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
}
.aboutbg ul li h1 span{
	color: #ffffff;
	font-size: 56px;
	font-family: "Montserrat";
	font-weight: bold;
}
.aboutbg ul li h1 i{
	color: #ffffff;
	font-size: 18px;
	margin-left: 5px;
}
.aboutbg ul li p{
	color: #dfe8f8;
	font-size: 15px;
	margin-top: 15px;
}
.advantage{
	margin: 70px auto;
	width: 1400px;
}
.advantagelist{
	width: 1400px;
	margin: 0 auto;
	margin-top: 40px;
}
.advantagelist ul{
	display: flex;
	justify-content: space-between;
}
.advantagelist ul li{
	width: calc(32% - 100px);
	padding: 70px 50px;
	background: url(../images/yshi1_03.png) center no-repeat;
	background-size: cover;
}
.advantagelist ul li:nth-child(2){
	background: url(../images/yshi1_05.png) center no-repeat;
	background-size: cover;
}
.advantagelist ul li:nth-child(3){
	background: url(../images/yshi1_07.png) center no-repeat;
	background-size: cover;
}
.advantagelist ul li iconpark-icon{
	display: block;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	font-size: 42px;
	margin-bottom: 20px;
}
.advantagelist ul li h1{
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}
.advantagelist ul li p{
	line-height: 30px;
	color: #ffffff;
	font-size: 15px;
}
.honour{
	background-color: #f5f5f5;
	padding: 80px 0px;
}
.honour .advantagebt{
	width: 1400px;
	margin: 0 auto;
}
.rongyulist{
	width: 1400px;
	margin: 50px auto;
}
.rongyulistdv .swiper-slide img{
	width: 100%;
	display: block;
}
.rongyulistdv .swiper-slide p{
	text-align: center;
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
}
.rongyulistdv .swiper-slide {
      text-align: center;
      font-size: 18px;
	  transition: 300ms;
	  transform: scale(0.8);
    }
.rongyulistdv .swiper-slide-active,.rongyulistdv .swiper-slide-duplicate-active{
      transform: scale(1);
}
.rongyulistdv .swiper-button-next, .rongyulistdv .swiper-button-prev{
	width: 40px;
	height: 40px;
	background-color:rgba(0, 0, 0, 0.2);
}
.rongyulistdv .swiper-button-next:after,.rongyulistdv .swiper-button-prev:after{
	font-size: 20px;
}
.prolist{
	background-color: #f5f5f5;
	width: 100%;
	padding: 70px 0px;
}
.prolistdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.prolistleft{
	width: 25%;
}
.prolistright{
	width: 72%;
}
.prolistright ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.prolistright ul li{
	width: calc(32.333% - 50px);
	margin: 0.5%;
	padding: 25px;
	background-color: #fff;
}
.prolistright ul li h1{
	color: #404040;
	font-size: 18px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 10px;
}
.prolistright ul li 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;
}
.prolistright ul li div{
	width: 100%;
	overflow: hidden;
	margin: 25px auto;
}
.prolistright ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.prolistright ul li h2{
	display: flex;
	justify-content: space-between;
	width: 80%;
	height: 40px;
	border: 1px solid #1b92d9;
	border-radius: 50px;
	margin: 0 auto;
	padding: 0 5%;
	align-items: center;
}
.prolistright ul li h2 span{
	color: #0172da;
	font-size: 14px;
}
.prolistright ul li h2 iconpark-icon{
	font-size: 24px;
	color: #34aed7;
}
.prolistright ul li:hover img{
	transform: scale(1.05);
}
.prolistleft h1{
	height: 70px;
	width: calc(100% - 50px);
	padding: 0 25px;
	background-image: linear-gradient(to right, #0072da , #35afd7);
	line-height: 70px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.prolistleft dl dd{
	background-color: #fff;
	width: calc(100% - 52px);
	padding: 0 25px;
	border-left: 2px solid #fff;
	transition: all .5s;
}
.prolistleft dl dd a{
	display: flex;
	width: 100%;
	margin: 0 auto;
	height: 70px;
	justify-content: space-between;
	border-bottom: 1px solid #ebebeb;
	align-items: center;
}
.prolistleft dl dd a h2{
	color: #4c4c4c;
	font-size: 15px;
	line-height: 25px;
}
.prolistleft dl dd a span{
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 12px solid #fff;
	border-bottom: 7px solid transparent;
	transition: all .5s;
}

.prolistleft dl dd:hover{
	border-left: 2px solid #0d5cb4;
	background-color: #f2f2f2;
}
.prolistleft dl dd:hover a span{
	border-left: 12px solid #0172da;
}
.prolistleft dl dd.active{
	border-left: 2px solid #0d5cb4;
	background-color: #f2f2f2;
}
.prolistleft dl dd.active a span{
	border-left: 12px solid #0172da;
}
.showpro{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.showproleft {
	width: 50%;
}
.showproleft img{
	display: block;
	width: 100%;
}
.showproright{
	width: 45%;
}
.showproright h1{
	color: #404040;
	font-size: 28px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 15px;
}
.showproright p{
	line-height: 30px;
	font-size: 14px;
	color: #808080;
}
.showproright h3{
	margin: 55px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showproright h3 img{
	width: 52px;
	height: 52px;
	display: block;
	margin-right: 10px;
}
.showproright h3 span{
	color: #0172da;
	font-size: 52px;
	font-family: 'Tungsten';
}
.showproright section{
	display: flex;
	justify-content: flex-start;
}
.showproright section a{
	display: block;
	line-height: 50px;
	text-align: center;
	width: 170px;
	margin-right: 25px;
	height: 50px;
	color: #0172da;
	font-size: 14px;
	border: 1px solid #0172da;
	transition: all .5s;
}
.showproright section a:hover{
	background-color: #0172da;
	color: #fff;
} 
.showprotextbt{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
	margin-bottom: 15px;
	align-items: center;
}
.showprotextbt i{
	width: 3px;
	display: block;
	height: 25px;
	background-color: #0172da;
	margin-right: 10px;
}
.showprotextbt h1{
	color: #333333;
	font-size: 22px;
}
.showprotextdv{
	padding: 25px;
	background-color: #fff;
}
.sxia{
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.sxia p a{
	color: #666666;
	font-size: 14px;
}
.xlwm{
	width: 100%;
	padding: 70px 0px;
	padding-bottom: 45px;
	background-color: #f5f5f5;
}
.lxwmdv{
	width: 1400px;
	margin: 0 auto;
}
.lxwmbt h1{
	color: #404040;
	font-size: 28px;
	text-align: center;
} 
.lxwmbt p{
	text-align: center;
	color: #808080;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 60px;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: calc(23% - 60px);
	padding: 30px;
	background-color: #fff;
	border-bottom: 3px solid #0172da;
}
.lxwmlist ul li h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.lxwmlist ul li p{
	line-height: 25px;
	font-size: 14px;
	color: #808080;
	height: 75px;
}
.lxwmlist ul li iconpark-icon{
	margin-top: 20px;
	color: #0172da;
	font-size: 32px;
}
.lxwmlist ul li:hover{
	background-image: linear-gradient(to right, #0072da , #35afd7);
}
.lxwmlist ul li:hover h1{
	color: #fff;
}
.lxwmlist ul li:hover p{
	color: #fff;
}
.lxwmlist ul li:hover iconpark-icon{
	color: #fff;
}
.jsd{
	width: 1400px;
	margin: 0 auto;
	margin-top: 30px;
}
.jsd img{
	display: block;
	width: 100%;
}

.shfw{
	width: 1400px;
	margin: 70px auto;
}
.shfwdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.shfwleft{
	width: 48%;
}
.shfwright{
	width: 48%;
	overflow: hidden;
	border-radius: 10px;
} 
.shfwright img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.shfwleft h1{
	color: #333333;
	font-size: 30px;
	margin-bottom: 10px;
}
.shfwleft i{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #0172da;
	margin-bottom: 30px;
}
.shfwleft p{
	line-height: 35px;
	color: #666666;
	font-size: 16px;
	margin-bottom: 30px;
}
.shfwleft h2{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.shfwleft h2{
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
}
.shfwleft h2 span{
	color: #0172da;
	font-size: 28px;
	font-weight: bold;
	font-family: "Montserrat";
	margin-left: 10px;
}
.shfwdv:hover .shfwright img{
	transform: scale(1.05);
}
.bz{
	padding: 60px 0px;
	background-color: #f5f5f5;
}
.bzbt h1{
	color: #333333;
	font-size: 30px;
	margin-bottom: 15px;
	text-align: center;
}
.bzbt p{
	font-size: 14px;
	margin-bottom: 40px;
	text-align: center;
	color: #808080;
}
.bzbtlist{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.bzbtlistleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.bzbtlistleft{
	width: 42%;
	overflow: hidden;
}
.bzbtlist ul li{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.bzbtlist ul{
	width: 100%;
}
.bzbtlistright{
	width: 50%;
	padding:0 4% ;
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.bzbtlistright h1{
	color: #0172da;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 25px;
}
.bzbtlistright h2{
	color: #404040;
	font-size: 26px;
	margin-bottom: 15px;
}
.bzbtlistright h3{
	font-size: 14px;
	color: #808080;
	font-family: "Montserrat Hairline";
	text-transform: uppercase;
	margin-bottom: 30px;
}
.bzbtlistright p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
}
.bzbtlist ul li:hover .bzbtlistleft img{
	transform: scale(1.05);
}
.jjfa{
	margin: 70px auto;
}
.jjfabt h1{
	color: #333333;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.jjfabt p{
	color: #808080;
	font-size: 15px;
	text-align: center;
	margin-bottom: 50px;
}
.jjfalist{
	width: 1400px;
	margin: 0 auto;
}
.jjfalist ul{
	display: flex;
	justify-content: space-between;
}
.jjfalist ul li{
	width: calc(50% - 120px);
	padding: 65px 60px;
	padding-bottom: 110px;
	background: url(../images/bjtp_03.png) center no-repeat;
	background-size:cover;
}
.jjfalist ul li:last-child{
	background: url(../images/bjtp_04.png) center no-repeat;
}
.jjfalist ul li h1{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	margin: 0 auto;
}
.jjfalist ul li h1 iconpark-icon{
	font-size: 36px;
	color: #ffffff;
}
.jjfalist ul li h2{
	color: #ffffff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
}
.jjfalist ul li p{
	line-height: 30px;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
}
.injjfa{
	background: url(../images/dsaw_02.png) center no-repeat;
	background-size: cover;
	padding: 90px 0px;
}
.injjfadv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.injjfadv .inprodvbtleft h3{
	color: rgba(255, 255, 255, 0.1);
	font-family: "Montserrat Black";
	font-size: 72px;
	text-transform: uppercase;
}
.injjfadv .inprodvbtleft h1{
	color: #fff;
}
.injjfadv .inprodvbtleft{
	margin-bottom: 70px;
}
.injjfadvlefth1 h1{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}
.injjfadvlefth1 p{
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
}
.injjfadvlefth1 h3{
	font-size: 16px;
	margin-top: 50px;
	color: #fff;
}
.injjfadvlefth1 h4{
	color: #ffffff;
	font-size: 44px;
	font-weight: bold;
	font-family: "Montserrat";
}
.injjfadvleft{
	width: 380px;
}
.injjfadvcenter{
	width: 540px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.injjfadvcenter section{
	position: absolute;
	width: 100%;
	transition: all .5s;
	animation: rotate 5s infinite linear;
}
.injjfadvcenter section img{
	display: block;
	width: 100%;
}
@keyframes rotate{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
.injjfadvcenter img{
	width: 100%;
	display: block;
}
.injjfadvright{
	height: 560px;
	width: 330px;
	border-right: 1px solid #fff;
}
.injjfadvright ul{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.injjfadvright ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0px;
}
.injjfadvright ul li i{
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
	margin-right: -5px;
}
.injjfadvright ul li section{
	width: 90%;
}
.injjfadvright ul li section h1{
	color: #ffffff;
	font-size: 20px;text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
}
.injjfadvright ul li section p{
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	text-align: right;
}
.inprodvlist234{
	display: none;
}

.xwzx{
	width: 1400px;
	
}

.hyzxlist ul li{
	border: 1px solid #fff;
	padding: 25px 35px;
	margin-bottom: 20px;
	transition: all .5s;
	background-color: #fff;
}
.hyzxlist ul li a{
	display: flex;
	justify-content: space-between;
}
.hyzxlist ul li a .hyzxlistleft i{
	color: #4c4c4c;
	font-size: 36px;
	display: block;
	text-align: center;
	margin-top: 5px;
}
.hyzxlist ul li a .hyzxlistleft span{
	display: block;
	color: #4c4c4c;
	font-size: 12px;
	text-align: center;
}
.hyzxlistleft{
	padding-right: 35px;
	border-right: 1px solid #e6e6e6;
}
.hyzxlistright{
	width: 88%;
}
.hyzxlistright h1{
	color: #4c4c4c;
	font-size: 16px;
	margin-bottom: 10px;
}
.hyzxlistright p{
	color: #999999;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.hyzxlist ul li:hover{
	background-color: #0072da ;
	border-color: #0072da ;
}
.hyzxlist ul li:hover  .hyzxlistleft i{
	color: #fff;
}
.hyzxlist ul li:hover  .hyzxlistleft span{
	color: #fff;
}
.hyzxlist ul li:hover .hyzxlistright h1{
	color: #fff;
}
.hyzxlist ul li:hover .hyzxlistright p{
	color: #fff;
}

.nrbanner{
	position: relative;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nrbanner .btext section{
	width: 1400px;
}
.nrbanner .btext h1{
	color: rgba(255, 255, 255 ,0.1);
	font-size: 100px;
	font-family:"Montserrat" ;
	font-weight: bold;
}
.nrbanner .btext h2{
	margin-top: -65px;
	font-size: 46px;
	color: #FFF;
	font-weight: bold;
}
.nrbanner .btext i{
	display: block;
	width: 60px;
	height: 3px;
	background-color: #fff;
	margin-top: 20px;
}
.nrbanner .btext p{
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
.nrbanner .btext p a{
	color: #fff;
}
.shownav{
	width: 100%;
	height: 70px;
	box-shadow: 0px 10px 20px #e3e3e3;
	position: relative;
	z-index: 2;
}
.shownav ul{
	display: flex;
	justify-content: center;
	height: 70px;
}
.shownav ul li a{
	display: block;
	padding: 0 60px;
	line-height: 70px;
	color: #4c4c4c;
	font-size: 16px;
	position: relative;
}
.shownav ul li a span{
	position: relative;
	z-index: 3;
	transition: all .5s; 
}
.shownav ul li a::after{
	content: "";
	width: 0%;
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	background-image:linear-gradient(to right, #0c77db , #3fb3d9);
	transition: all .5s; 
}
.shownav ul li a::before{
	content: "";
	width: 100%;
	height: 35px;
	border-right: 1px solid #e6e6e6;
	position: absolute;
	top: 17.5px;
	left: 0;
	transition: all .5s; 
	opacity: 1;
}
.shownav ul li a:hover span{
	color: #fff;
}
.shownav ul li a:hover::before{
	opacity: 0;
}
.shownav ul li a:hover::after{
	width: 100%;
}
.xwzx .xpzxdvlist{
	margin-top: 0;
}
.xpzxdvlists ul li{
	width: 15%;
	padding: 2%;
}
.dropdown{
	display: none;
}
.headdvleft{
	position: relative;
}
.img1{
	position: relative;
	opacity: 1;
	transition: all .5s;
}
.img2{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}
.slideDown .img1{
	opacity: 0;
}
.slideDown .img2{
	opacity: 1;
}
.banners img{
	width: 100%;
	display: block;
}
.banners  .swiper-slide {
	position: relative;
}
.banners  .swiper-slide div{
	position: absolute;
	width: 90%;
	left: 5%;
	top: 0%;
	height: 100%;
	display: flex;
	justify-content:flex-start ;
	align-items: center;
}
.banners  .swiper-slide div img{
	width: auto;
	margin-bottom: 20px;
}
.banners  .swiper-slide div h3{
	color: rgba(255, 255, 255, 0.2);
	font-size: 110px;
	font-weight: bold;
	font-family: "Montserrat";
}
.banners  .swiper-slide div h4{
	font-size: 18px;
	color: #ffffff;
	margin-top: 25px;
	width: 620px;
	line-height: 30px;
	margin-bottom: 75px;
}
.banners  .swiper-slide div a{
	width: 210px;
	height: 60px;
	display: block;
	background-color: #fff;
	color:#333333;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 65px;
}
.banners  .swiper-slide div a iconpark-icon{
	color: #333333;
	margin-left: 25px;
	font-size: 20px;
}

.banners h1{
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.banners h2{
	color: #ffffff;
	font-size: 54px;
	font-weight: bold;
    margin-top: -70px;
    margin-bottom: 10px;
}
.banners .swiper-slide i{
	display: none;
	width: 45px;
	height: 3px;
	background-color: #fff;
	margin: 20px 0px;
}
.banners .swiper-slide:nth-child(3) i{
	display: block;
}
.bannerss {
	display: none;
}
.mfootdv{
	display: none;
	height: 50px;
}
.mfoot{
	display: none;
	position: fixed;
   	bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 45px;
    background-color: #1F67BF;
}
.text-center ul{
	display: flex;
}
.text-center ul li{
	padding: 0;
	width: auto;
}

.prolistleft ul{
	margin-top: 25px;
	background-color: #fff;
}
.prolistleft ul dt{
	height: 70px;
    width: calc(100% - 50px);
    padding: 0 25px;
    background-image: linear-gradient(to right, #0072da , #35afd7);
    line-height: 70px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.prolistleft ul li{
	line-height: 40px;
	border-bottom: 1px solid #ebebeb;
    width: calc(95% - 50px);
    padding: 0 25px;
    margin: 0 auto;
    transition: all .5s;
    font-size: 14px;
}
.xwtj{
	width: 1400px;
    margin: 0 auto;
}
.xwtj ul{
	display: flex;
	justify-content: flex-start;
}
.xwtj ul li{
	width: 23%;
	margin: 1%;
}
.xwtj ul li div{
	width: 100%;
	overflow: hidden;
}
.xwtj ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.xwtj ul li:hover div img{
	transform: scale(1.05);
}
.xwtj ul li section{
	background-color: #fff;
	padding: 5%;
}
.xwtj ul li section h1{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.xwtj ul li section p{
	color: #999999;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.x3 .xpzxdvlist{
	width: 100%;
	margin-top: 0;margin-left: 25px;
}
.x3 .xpzxdvlist ul{
	display: block;
}
.x3 .xpzxdvlist ul li{
	width: calc(100% - 60px);
	margin:  0 ;
	margin-bottom: 30px;
}
.banners .swiper-slide div section{
	width: 100%;
	text-align: center;
}
.banners .swiper-slide div section h2{
	margin-top: 0;
}
.banners .swiper-slide i{
	margin: 40px auto;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px){
	.headdv{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 10px;
	}
	.ss{
		margin-left: 15px;
	}
	.inprodv{
		width: 95%;
	}
	.prolmleft{
		width: 19%;
		padding: 2.5%;
	}
	.lyptop{
		width: 100%;
	}
	.prolmright{
		width: 74.7%;
	}
	.lyptop dl dt{
		width: 61%;
		padding: 2.5%;
	}
	.lyptop dl dd{
		width: 27%;
		padding: 2.5%;
	}
	.lypbtm dl dd{
		width: 27%;
		padding: 2.5%;
	}
	.dwa .lypbtm dl dd{
		width: 19%;
		padding: 2.5%;
	}
	.inprodv img{
		max-width: 100%;
	}
	.lyptop dl dd a{
		align-items: center;
	}
	.lypbtm dl dd a{
		align-items: center;
	}
	.lyptop dl dt a div{
		width: 80%;
	}
	.lyptop dl dd a div{
		width: 70%;
	}
	.lyptop dl dd a img{
		width: 50%;
	}
	.lypbtm dl dd a div{
		width: 70%;
	}
	.lypbtm dl dd a img{
		width: 50%;
	}
	.prolmleft div p{
		height: 90px;overflow:hidden;
		line-height: 30px;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:3;
	}
	.inaboutdv{
		width: 95%;
	}
	.inabouttext h1{
		font-size: 36px;
	}
	.xpzxdv{
		width: 95%;
	}
	.xpzxdvlist{
		width: 100%;
	}
	.xpzxdvlist ul li{
		width: 19%;
		padding: 2%;
	}
	.xpzxdvlist ul li h2{
		width: 80%;
	}
	.xpzxdvlist ul li h2::after{
		width: 100%;
		width: calc(100% - 2px);
	}
	.injjfadv{
		width: 95%;
	}
	.innews,.innewsdv{
		width: 95%;
	}
	.innewsdv{
		width: 100%;
	}
	.innewsdvleft img{
		height: 100%;
		width: auto;
	}
	.innewsdvcenter ul li p{
		overflow: hidden;
	}
	.wlptdv{
		width: 95%;
	}
	.network{
		width: 53%;
	}
	.wlpttext ul li{
		width: 19%;
	}
	.footdv{
		width: 95%;
	}
	.aboutdv .inaboutdv{
		width: 45%;
		margin-left: 2.5%;
	}
	.aboutdv .inaboutdv .inabouttext{
		width: 100%;
	}
	.aboutlist{
		display: flex;
		align-items: flex-end;
	}
	.aboutdv .inaboutdv{
		margin-bottom: 25px;
	}
	.aboutbg ul{
		width: 95%;
	}
	.advantage{
		width: 95%;
	}
	.advantagelist{
		width: 100%;
	}
	.honour .advantagebt,.rongyulist{
		width: 95%;
	}
	.prolistdv{
		width: 95%;
	}
	.showproright h1{
		font-size: 24px;
	}
	.showproright h3{
		margin: 30px 0;
	}
	.prolistright{
		width: 74%;
	}
	.prolistright ul li{
		width: 27.33%;
		padding: 2%;
		margin: 1%;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmlist ul li p i{
		display: block;
	}
	.lxwmlist ul li{
		width: 20%;
		padding: 2%;
	}
	.lxwmlist ul li p{
		height: auto;
		min-height: 150px;
	}
	.jsd{
		width: 100%;
	}
	.shfw{
		width: 100%;
	}
	.shfwdv{
		width: 95%;
		align-items: center;
	}
	.bzbtlist{
		width: 95%;
	}
	.bzbtlistright{
		padding: 25px 4%;
	}
	.bzbtlistleft img{
		height: 100%;
		width: auto;
	}
	.jjfalist{
		width: 95%;
	}
	.jjfalist ul li:last-child{
		background-size: cover;
	}
	.hyzxlistright{
		width: 80%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1300px){
	.footcenter{
		width: 150px;
		display: none;
	}
	.footright{
		width: 46%;
	}
	.footrightr{
		margin-left: 20px;
	}
	.footrightz h1{
		font-size: 27px;
	}
	.wdldv{
		width: 95%;
	}
	
}
@media screen and (max-width: 999px){
	.heads{
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.inpro{
		padding: 30px 0px;
	}
	.inprodv{
		width: 95%;
	}
	.inprodvbt{
		display: block;
	}
	.inprodvbtleft img{
		display: block;
		height: 32px;
		margin: 0 auto ;
	}
	.inprodvbtleft h1{
		font-size: 22px;
		text-align: center;
	}
	.inprodvbtright{
		margin: 0 auto;
		margin-top: 15px;
	}
	.inprodvbtright a{
		height: 30px;
		margin: 0 auto;
	}
	.inprodvbtright a span{
		font-size: 14px;
	}
	.inprodvbtright a iconpark-icon{
		height: 30px;
		width: 30px;
		font-size: 16px;
	}
	.inprodvlist{
		margin-top: 20px;
	}
	.prolm{
		display: block;
	}
	.prolmleft{
		width: 90%;
		padding: 5%;
	}
	.prolmleft div h1{
		font-size: 18px;
		text-align: center;
	}
	.prolmleft div h2{
		display: none;
	}
	.prolmleft img{
		width: 100%;
	}
	.prolmright{
		display: block;
	}
	.lyptop{
		width: 100%
	}
	.inprodvlist{
		display: none;
	}
	.inprodvlist234{
		display: block;
	}
	.prolmleft{
		width: 38%;
		margin: 1%;
	}
	.prolm{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.prolmleft div p{
		display: none;
	}
	.inabout{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.inaboutdv{
		width: 95%;
	}
	.inabouttext{
		width: 100%;
	}
	.inabouttext h1{
		margin-top: 20px;
		font-size: 18px;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
	}
	.inabouttext p{
		margin-top: 15px;
		font-size: 14px;
		line-height: 30px;
	}
	.inabouttext .inprodvbtright{
		margin-top: 20px;
	}
	.inaboutdvbgs{
		position: inherit;
		width: 100%;
	}
	.xpzx{
		padding-top: 25px;padding-bottom: 30px;
	}
	.xpzxdv{
		width: 95%;
	}
	.xpzxdvlist{
		width: 100%;
	}
	.xpzxdvlist{
		margin-top: 25px;
		
	}
	.xpzxdvlist ul{
		flex-wrap: wrap;
	}
	.xpzxdvlist ul li{
		width: 42%;
		padding: 3%;
	}
	.xpzxdvlist ul li p{
		display: none;
	}
	.xpzxdvlist ul li h1{
		font-size: 16px;
	}
	.xpzxdvlist ul li h2{
		width: 80%;
		margin-top: 10px;
	}
	.xpzxdvlist ul li div{
		margin-top: 5px;
	}
	.xpzxdvlist ul li h2::after{
		width: calc(100% - 2px);
	}
	.injjfa{
		padding: 20px 0px;
	}
	.injjfadv{
		width: 95%;
		display: block;
	}
	.injjfadvleft{
		width: 100%;
	}
	.injjfadv .inprodvbtleft h3{
		font-size: 42px;
		text-align: center;
	}
	.injjfadv .inprodvbtleft{
		margin-bottom: 15px;
	}
	.injjfadvlefth1 h1{
		font-size: 18px;
		text-align: center;
	}
	.injjfadvlefth1 p{
		font-size: 14px;
	}
	.injjfadvlefth1 h3{
		font-size: 16px;
		text-align: center;
		margin-top: 20px;
	}
	.injjfadvlefth1 h4{
		font-size: 32px;
		margin-bottom: 15px;text-align: center;
	}
	.injjfadvcenter{
		width: 100%;
	}
	.injjfadvright{
		width: 100%;
		height: auto;
		margin-top: 0.9375rem;
	}
	.injjfadvright ul li{
		margin: 15px 0px;
	}
	.injjfadvright ul li section h1{
		font-size: 18px;
	}
	.injjfadvright ul li section p{
		font-size: 14px;
	}
	.innews{
		width: 95%;
		margin: 30px auto;
	}
	.innewsdv{
		width: 100%;
		margin: 0;
		margin-top: 25px;
		display: block;
	}
	.innewsdvleft{
		width: 100%;
	}
	.innewsdvleft section{
		padding: 5%;
		width: 90%;
	}
	.innewsdvleft section span{
		margin-bottom: 10px;
	}
	.innewsdvleft section h1{
		font-size: 16px;margin-bottom: 10px;
	}
	.innewsdvleft section i{
		margin-bottom: 10px ;
	}
	.innewsdvcenter{
		width: 100%;
	}
	.innewsdvcenter ul li{
		width: 90%;
		padding: 5%;
		margin-top: 10px;
	}
	.innewsdvcenter ul li h1{
		padding-top: 0;
	}
	.innewsdvcenter ul li h2{
		font-size: 16px;
	}
	.innewsdvcenter ul li span{
		margin-bottom: 10px;
	}
	.innewsdvright{
		width: 100%;
		margin-top: 10px;
	}
	.innewsdvrightbt{
		padding: 5%;
	}
	.innewsdvrightbt h2{
		font-size: 18px;
		margin-bottom: 0;
	}
	.innewsdvrightbt h1{
		margin-bottom: 10px;
	}
	.innewsdvrightlist ul li{
		padding: 10px 5%;
	}
	.innewsdvrightbtn{
		padding: 5%;
		padding-top: 0;
	}
	.wlpt{
		padding: 30px 0px;
	}
	.wlptdv{
		width: 95%;
	}
	.network{
		width: 100%;
		margin-top: 15px;
		line-height: 30px;
		font-size: 14px;
	}
	.wlpttext{
		margin-top: 25px;
	}
	.wlpttext ul{
		flex-wrap: wrap;
	}
	.wlpttext ul li{
		width: 31.33%;
		margin: 1%;
	}
	.foot{
		display: none;
	}
	.xlwm{
		padding: 30px 0px;
	}
	.lxwmdv{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 22px;
	}
	.lxwmbt p{
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.lxwmlist ul{
		flex-wrap: wrap;
	}
	.lxwmlist ul li{
		width: 90%;
		margin-bottom: 10px;
		padding: 5%;
	}
	.lxwmlist ul li h1{
		font-size: 18px;
	}
	.lxwmlist ul li p{
		height: auto;
	}
	.jsd{
		width: 100%;
		margin-top: 15px;
	}
	.about{
		padding-top: 30px;
	}
	.aboutdv{
		flex-wrap: wrap;
	}
	.aboutdv .inaboutdv{
		width:95%;
		margin-left: 0;
		margin: 0 auto;
	}
	.aboutdv .inaboutdv .inabouttext{
		width: 95%;
		margin: 0 auto;
	}
	.aboutlist{
		width: 100%;
	}
	.aboutlist img{
		display: block;
		width: 100%;
	}
	.aboutbg{
		padding: 25px 0px;
	}
	.aboutbg ul{
		width: 95%;
		display: flex;
		flex-wrap: wrap;
	}
	.aboutbg ul li{
		width: 50%;
		text-align: center;
	}
	.aboutbg ul li h1{
		justify-content: center;
	}
	.aboutbg ul li h1 span{
		font-size: 32px;
	}
	.aboutbg ul li h1 i{
		font-size: 14px;
	}
	.aboutbg ul li p{
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.advantage{
		margin: 30px auto;
		width: 95%;
	}
	.advantagelist{
		width: 100%;
		margin-top: 20px;
	}
	.advantagelist ul{
		display: block;
	}
	.advantagelist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.advantagelist ul li iconpark-icon{
		margin-bottom: 0px;
	}
	.advantagelist ul li h1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.advantagelist ul li p{
		font-size: 14px;
	}
	.honour{
		padding: 20px 0px;
	}
	.honour .advantagebt{
		width: 95%;
	}
	.rongyulist{
		width: 95%;
		margin: 20px auto;
		margin-bottom: 0;
	}
	.prolist{
		padding: 30px 0px;
	}
	.prolistdv{
		width: 95%;
	}
	.prolistleft{
		display: none;
	}
	.prolistright{
		width: 100%;
	}
	.prolistright ul li{
		width: 42%;
		padding: 3%;
		margin: 1%;
	}
	.prolistright ul li p{
		display: none;
	}
	.prolistright ul li h1{
		font-size: 16px;
	}
	.prolistright ul li div{
		margin: 10px auto;
	}
	.prolistright ul li h2{
		line-height: 35px;
		height: 35px;
	}
	.prolistdv{
		display: block;
	}
	.showpro{
		display: block;
	}
	.showproleft{
		width: 100%;
	}
	.showproleft img{
		width: 100%;
	}
	.showproright{
		width: 100%;
		margin-top: 15px;
	}
	.showproright h1{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.showproright h3{
		margin: 15px 0px;
		margin-top: 0;
	}
	.showproright h3 img{
		width: 30px;
		height: 30px;
	}
	.showproright h3 span{
		font-size: 36px;
	}
	.showproright section a{
		height: 40px;
		line-height: 40px;
	}
	.sxia{
		display: block;
	}
	.sxia p{
		line-height: 30px;
		font-size: 14px;
	}
	.showprotextdv{
		padding: 5%;
	}
	.showprotextbt h1{
		font-size: 18px;
	}
	.showprotextbt i{
		height: 20px;
	}
	.showprotextbt{
		margin-top: 20px;
	}
	.shfw{
		margin: 20px auto;
		width: 95%;
	}
	.shfwdv{
		width: 100%;
		display: block;
	}
	.shfwleft{
		width: 100%;
	}
	.shfwleft h1{
		font-size: 22px;
	}
	.shfwleft i{
		margin-bottom: 10px;
	}
	.shfwleft p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.shfwleft h2{
		margin-top: 0;
		margin-bottom: 5px ;
		font-size: 14px;
	}
	.shfwleft h2 span{
		font-size: 22px;
	}
	.shfwright{
		width: 100%;
		margin-top: 20px;
	}
	.bz{
		padding: 20px 0px;
	}
	.bzbt h1{
		font-size: 22px;
	}
	.bzbt p{
		width: 80%;
		line-height: 25px;
		font-size: 14px;
		margin: 0 auto;
	}
	.bzbtlist{
		width: 95%;
	}
	.bzbtlist ul li{
		display: block;
		margin-top: 15px;
	}
	.bzbtlistleft{
		width: 100%;
	}
	.bzbtlistright{
		width: 90%;
		padding: 5%;
	}
	.bzbtlistright h1{
		margin-bottom:8px;
	}
	.bzbtlistright h2{
		font-size: 18px;
	}
	.bzbtlistright h3{
		margin-bottom: 15px;
	}
	.bzbtlistright p{
		font-size: 14px;
	}
	.jjfa{
		margin: 25px auto;
	}
	.jjfabt h1{
		font-size: 22px;
	}
	.jjfabt p{
		width: 90%;
		margin: 0 auto;
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 25px;
	}
	.jjfalist{
		width: 95%;
	}
	.jjfalist ul{
		display: block;
	}
	.jjfalist ul li{
		width: 90%;
		padding: 5%;
	}
	.jjfalist ul li h1{
		width: 50px;
		height: 50px;
	}
	.jjfalist ul li h1 iconpark-icon{
		font-size: 24px;
	}
	.jjfalist ul li h2{
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.jjfalist ul li p{
		font-size: 14px;
	}
	.xwzx{
		width: 100%;
	}
	.hyzxlist ul li{
		padding: 5%;
	}
	.hyzxlistleft{
		display: none;
	}
	.hyzxlistright{
		width: 100%;
	}
	.hyzxlistright h1{
		line-height: 20px;
		height: 20px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.blank-middle{
		height: 15px;
	}
	.shownav ul li {
		width: 33.33%;
	}
	.shownav ul li a{
		padding: 0;
		text-align: center;
		line-height: 40px;
	}
	.shownav ul{
		height: 45px;
	}
	.shownav ul li a::before{
		height: 30px;
		top: 5px;
	}
	.shownav ul li a::after{
		height: 40px;
	}
	.shownav{
		height: 40px;
	}
	.nrbanner .btext h1{
		font-size: 24px;
		text-align: center;
		display: none;
	}
	.nrbanner .btext h2{
		font-size: 24px;
		margin-top: 0px;
	}
	.nrbanner .btext p{
		margin-top: 10px;
	}
	.nrbanner {
		overflow: hidden;
	}
	.nrbanner img{
		width: 200%;
		margin-left: -50%;
	}
	.nrbanner .btext section{
		width: 90%;
	}
	.nrbanner .btext i{
		margin-top: 10px;
		width: 35px;
	}
	.nrbanner .btext p{
		font-size: 14px;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.padding-big-bottom{
		padding-bottom: 10px;
	}
	.padding-large-top{
		padding-top: 15px;
	}
	.xpzxdvlist ul li{
		margin:1%;
	}
	.dropbtn {
	  background-color: #3d3d3d;
	  color: white;
	  width: 100%;
	  padding: 10px;
	  font-size: 16px;
	  border: none;
	  cursor: pointer;
	  text-align: center;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
	.dropbtn iconpark-icon{
		font-size: 20px;
		color: #fff;
	}
	.dropdown {
	  position: relative;
	  display: inline-block;
	  margin-bottom: 30px;
	  width: 100%;
	}

	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: #f9f9f9;
	  min-width: 160px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  z-index: 1;
	}

	.dropdown-content a {
	  color: black;
	  padding: 12px 16px;
	  text-decoration: none;
	  display: block;
	  font-size: 14px;
	  color: #333;
	  line-height: 25px;
	}

	.dropdown-content a:hover {background-color: #f1f1f1}

	.dropdown:hover .dropdown-content {
	  display: block;
	}

	.dropdown:hover .dropbtn {
	  background-color: #3d3d3d;
	}
	.prolmleft div h1{
		font-size: 16px;
		line-height: 25px;
		height: 50px;overflow:hidden;
		text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
	}
	.inprodvbtright{
		display: none;
	}
	.banners .swiper-slide div h3{
		font-size: 32px;
	}
	.banners h2{
		font-size: 24px;
		margin-top: 0;
	}
	.banners .swiper-slide i{
		margin:10px 0;
	}
	.banners h1{
		font-size: 14px;
	}
	.injjfadvcenter{
		width: 80%;
		margin: 0 auto;
	}
	.bannerss {
		display: block;
	}
	.banners {
		display: none;

	}
	.mfootdv{
		display: block;
		height: 50px;
	}
	.mfoot{
		display: block;
		position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9999;
	    height: 45px;
	    background-color: #1F67BF;
	}
	.mfoot ul {
	    display: flex;
	    justify-content: space-between;
	}
	.mfoot ul li {
	    width: 25%;
	    height: 45px;
	    line-height: 45px;
	    border-right: 1px solid #2190DE;
	}
	.mfoot ul li a {
	    display: block;
	    text-align: center;
	    font-size: 14px;
	    color: #fff;
	}
	.prolistright ul li h2{
		height: 30px;
		line-height: 30px;
	}
	.prolistright ul li h2 span{
		font-size: 12px;
	}
	.prolistright ul li h2 iconpark-icon{
		font-size: 20px;
	}
	.text-center ul li{
		width: auto;
		padding: 0;
		margin: 0.5%;
	}
	.pagination li span{
		border-radius: 4px;
		display: block;
	    color: #6e6e6e;
	    background: #1F67BF;
	    color: #fff;
	    padding: 12px 16px;
	    border: 1px solid #1F67BF;
	}
	.xwtj{
		width: 95%;
	}
	.xwtj ul{
		display: block;
	}
	.xwtj ul li{
		width: 100%;
		margin: 0 ;
		margin-bottom: 20px;
	}
	.x9,.x3{
		width: 100%;
	}
	.x3 .xpzxdvlist{
		margin-left: 0;
	}
	.x3 .xpzxdvlist ul li{
		width: 42%;
    	padding: 3%;
    	margin-bottom: 10px;
	}
	.x3 .xpzxdvlist ul{
		display: flex;
	}
}