/* 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: "Arial";
}
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;
}
.heads{
	height:100px;
	top: 0px;
	width: 100%;
	left: 0%;
	background-color: #fff;
	transition: all .5s;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-100px);
	-ms-transform:translateY(-100px);
	-o-transform:translateY(-100px);
	transform:translateY(-100px);
	/*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;
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.headdvleft img{
	display: block;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul li{
	line-height: 95px;
	margin: 0 20px;
	border-top: 4px solid transparent;
	padding: 0 10px;
	transition: all .3s;
}
.headdvright ul i{
	display: block;
	height: 5px;
	width: 5px;
	background-color: #4d4d4d;
	border-radius: 50%;
}
.headdvright ul li dl{
    position: absolute;
    width: 100%;
    border-top: 1px solid #dcdcdc7a;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0px;
    overflow: hidden;
    z-index: 99;
    top: 100px;
    background: #f7f7f7;
    transition: all .5s;
}
.headdvright ul li:hover dl{
	height: 45px;
} 
.headdvright ul li dl dd {
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
}
.headdvright ul li dl dd a{
	font-size: 14px;
	padding: 0 20px;
	border-left:1px solid #ccc ;
	line-height: 20px;
	height: 20px;
	font-weight: normal;
	transition: all .5s;
}
.headdvright ul li dl dd a:hover{
	color: #468bd2;
}
.headdvright ul li a{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.headdvright ul li dl dd:last-child a{
	border-right:1px solid #ccc ;
}
.headdvright ul li:hover{
	border-top: 4px solid #468bd2;
}
.headdvright ul li:hover a{
	color: #333333;
}
.headdvright ul li.active{
	border-top: 4px solid #468bd2;
}
.headdvright ul li.active a{
	color: #333333;
}
.headdvright ul li dl dd a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.headdvright ul li dl dd a i{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #468bd2;
	margin-right: 8px;
}
.ss{
	margin-left: 20px;
}
.ss a iconpark-icon{
	font-size: 24px;
	color: #468bd2;
}
.banner img{
	display: block;
	width: 100%;
}
.inabout{
	background: url(../images/aboutbj_02.jpg) center no-repeat;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 145px;
}
.inaboutbt h1{
	text-align: center;
	color: #333333;
	font-size: 56px;
	font-weight: bold;
	font-family: "Tungsten";
	margin-bottom: 20px;
}
.inaboutbt p{
	color: #808080;
	font-size: 16px;
	font-family: "Arial";
	text-align: center;
	margin-bottom: 30px;
}
.inaboutdv{
	width: 1440px;
	margin: 0 auto;
}
.inaboutdvtext p{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.inaboutdvtext a{
	margin: 0 auto;
	display: flex;
	width: 150px;
	padding: 0 25px;
	height: 50px;
	background-color: #468bd2;
	margin-top: 40px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 55px;
}
.inaboutdvtext a span{
	color: #ffffff;
	font-size: 16px;
}
.inaboutdvtext a iconpark-icon{
	font-size: 20px;
	color: #fff;
}
.inaboutlist ul{
	display: flex;
	justify-content: space-between;
}
.inaboutlist ul li h1 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.inaboutlist ul li h1 span{
	color: #333333;
	font-size: 58px;
}
.inaboutlist ul li h1 i{
	font-size: 30px;
	color: #333333;
}
.inaboutlist ul li p{
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	width: 180px;
	line-height: 30px;
}
.innews{
	padding: 70px 0px;
	padding-bottom: 100px;
	background-color: #f5f6f7;
}



.innewsbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1440px;
	margin: 0% auto;
	margin-bottom: 35px;
}
.innewsbtleft h1{
	font-family: "Tungsten";
	color: #333333;
	font-size: 58px;
	font-weight: bold;
}
.innewsbtleft h2{
	color: #666666;
	font-size: 14px;
}
.innewsbtright a{
	margin: 0 auto;
	display: flex;
	width: 150px;
	padding: 0 25px;
	height: 50px;
	border: 1px solid #dbdbdb;
	margin-top: 40px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 55px;
	transition: all .5s;
}
.innewsbtright a span{
	color: #4c4c4c;
	font-size: 16px;
	transition: all .5s;
}
.innewsbtright a iconpark-icon{
	font-size: 20px;
	transition: all .5s;
	color: #4c4c4c;
}
.innewsbtright a:hover{
	border: 1px solid #468bd2;
	background-color: #468bd2;
}
.innewsbtright a:hover iconpark-icon,.innewsbtright a:hover span{
	color: #fff;
}
.innewdv{
	display: flex;
	justify-content: space-between;
	width: 1440px;
	margin: 0% auto;
}
.innewsdvleft{
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
}
.innewsdvleft div{
	width: 100%;
	overflow: hidden;
}
.innewsdvleft div img{
	display: block;width: 100%;
	transition: all .5s;
}
.innewsdvleft section{
	padding: 5%;
	background-color: #fff;
	transition: all 0.5s;
}
.innewsdvleft section  h1{
	color: #333333;
	font-size: 18px;
	margin: 10px auto;
	line-height: 25px;
	height: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvleft section p{
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.innewsdvleft:hover section{
	background-color: #468bd2;
}
.zyas{
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	border-top: 1px solid #f0f0f0;
	margin-top: 15px;
	align-items: flex-end;
}
.zyas h2 span{
	display: block;
	color: #a6a6a6;
	font-size: 34px;
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: 5px;
}
.zyas h2 i{
	color: #999999;
	font-size: 14px;
	font-family: "Arial";
	transition: all .5s;
}
.zyas iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #f0f0f0;
	font-size: 24px;
	color: #9d9d9d;
	transition: all .5s;
}
.innewsdvleft:hover div img{
	transform: scale(1.05);
}
.innewsdvleft:hover section h1,.innewsdvleft:hover section p,.innewsdvleft:hover .zyas h2 span,.innewsdvleft:hover .zyas h2 i,.innewsdvleft:hover .zyas iconpark-icon{
	color: #fff;
}
.innewsdvcenter{
	width: 32%;
	border-radius: 10px;
	overflow: hidden;
}
.innewsdvcenter ul{
	display: flex;
	justify-content: space-between;
	height: 100%;
	flex-direction: column;
}
.innewsdvcenter ul li{
	border-radius: 10px;
	overflow: hidden;
}
.innewsdvcenter ul li section{
	padding: 8%;
	background-color: #009a8c;
	transition: all .5s;
}
.innewsdvcenter ul li:last-child section{
	padding: 8%;
	background-color: #468bd2;
	transition: all .5s;
}

.innewsdvcenter ul li section  h1{
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	margin: 10px auto;
	transition: all .5s;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewsdvcenter ul li section p{
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	transition: all .5s;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.innewsdvcenter .zyas h2 span{
	display: block;
	color: #fff;
	font-size: 34px;
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: 5px;
}
.innewsdvcenter .zyas h2 i{
	color: #fff;
	font-size: 14px;
	font-family: "Arial";
	transition: all .5s;
}
.innewsdvcenter iconpark-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #f0f0f0;
	font-size: 24px;
	color: #fff;
	transition: all .5s;
}
.innewsdvcenter ul li:hover  section{
}
.innewsdvcenter ul li:hover section h1,.innewsdvcenter ul li:hover section p,.innewsdvcenter ul li:hover .zyas h2 span,.innewsdvcenter ul li:hover .zyas h2 i,.innewsdvcenter ul li:hover .zyas iconpark-icon{
	color: #fff;
}
.innewsdvright{
	width: 32%;
}
.innewsdvright ul{
	display: flex;
	justify-content: space-between;
	height: 100%;
	flex-direction: column;
}
.innewsdvright ul li{
	border-radius: 10px;
	overflow: hidden;
}
.innewsdvright ul li a{
	 display: flex;
	 justify-content: space-between;
}
.innewsdvright ul li a div {
	width: 38%;
	overflow: hidden;
}
.innewsdvright ul li a div img{
	width: 100%;
	display: block;
	transition: all .5s;
	height: 100%;
}
.innewsdvright ul li a section{
	background-color: #fff;
	padding: 3%;
	width: 56%;
}
.innewsdvright ul li a section h1{
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;overflow:hidden;

	text-overflow:ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2; 
}
.innewsdvright ul li a section h2{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
}
.innewsdvright ul li a section h2 i{
	color: #999999;
	font-size: 14px;
}
.innewsdvright ul li a section h2 iconpark-icon{
	color: #468bd2;
	font-size: 20px;
	margin-left: 15px;
}
.innewsdvright ul li:hover div img{
	transform: scale(1.05);
}
.inmessage{
	padding: 65px 0px;
	background: url(../images/shan_02.jpg) center no-repeat;
	background-size: cover;
}
.inmessagesdv{
	width: 1440px;
	margin: 0 auto;
}
.inmessagesdv h1{
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.inmessagesdv form{
	display: flex;
	justify-content: space-between;
}
.inmessagesdv form button{
	width: 15%;
	background-color: #009a8c;
	border: none;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
}
.inmessagesdv form input{
	border: none;
	width: 20%;
	padding:0 1%;
	background-color: #fff;
	line-height: 45px;
	height: 45px;
	outline: none;
}
.inmessagesdv form input:nth-child(3){
	width: 36%;
}
.inmessagesdv p{
	color: #ffffff;
	font-size: 14px;
	margin-top: 20px;
}
.inpro{
	padding-top: 90px;
}
.inprobt{
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.inprobtleft h1{
	color: #333333;
	font-size: 56px;
	font-family: "Tungsten";
}
.inprobtright{
	width: 520px;
}
.inprobtright .swiper-slide .img1{
	width: 50px;
	display: block;
	margin: 0 auto;
}
.inprobtright .swiper-slide .img2{
	width: 30px;
	display: none;
	margin: 0 auto;
}
.inprobtright .swiper-slide h2{
	text-align: center;
	color: #333333;
	font-size: 16px;
	font-family: "Montserrat_Light";
	margin-top: 15px;
	font-weight: bold;
}
.inprobtright .swiper-slide-thumb-active .img2{
	width: 50px;
	display: block;
	margin: 0 auto;
}
.inprobtright .swiper-slide-thumb-active .img1{
	width: 30px;
	display: none;
	margin: 0 auto;
}
.inprobtright .swiper-slide-thumb-active h2{
	color:#468bd2 ;
}
#gallery{
	width: 1440px;
	margin-top: 40px;
}
#gallery ul{
	display: flex;
	justify-content: space-between;
}
#gallery ul li{
	width: 29%;
	background-color: #f5f6f7;
	padding: 1.5%;
	transition: all .5s;
}
#gallery ul li h1{
	height: 50px;
	border-bottom: 1px solid #d7dadd;
	color: #4c4c4c;
	font-size: 36px;
	font-family: "Tungsten";
	font-weight: bold;
	transition: all .5s;white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 50px;
}
#gallery ul li p{
	line-height: 30px;
	margin: 10px auto;
	color: #808080;
	font-size: 16px;
	margin-bottom: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	transition: all .5s;
}
#gallery ul li div{
	width: 100%;
	overflow: hidden;
}
#gallery ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
#gallery ul li:hover div img{
	transform: scale(1.05);
}
#gallery ul li:hover{
	background-color: #468bd2;
}
#gallery ul li:hover h1{
	color: #fff;
}
#gallery ul li:hover p{
	color: #fff;
}
.application{
	width: 100%;
	margin: 90px auto;
	margin-bottom: 0;
}
.applicationbt h1{
	text-align: center;
	color: #333333;
	font-size: 56px;
	font-family: "Tungsten";
}
.applicationbt p{
	text-align: center;
	color: #666666;
}
.applicationdv{
	width: 100%;
	margin: 0 auto;
	background: url(../images/app_02.jpg) center no-repeat;
	height: 760px;
}
.applicationall{
	width: 1440px;
	overflow: unset;
}
.applicationall .swiper-slide::after{
	content: "";
	width: 100%;
	height: 760px;
	margin: 0 auto ; 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	transform:skew(-10deg);
	border-left:1px solid rgba(255, 255, 255, 0.2);
	transition: all .5s;
}
.applicationall .swiper-slide:last-child::after{
	border-right:1px solid rgba(255, 255, 255, 0.2);
}
.applicationall {
	height: 760px;
	position: relative;
}
.applicationall .swiper-slide .applicationtext{
	position: absolute;
	top: 80%;
	left: 0;
	z-index: 66;
}
.applicationall .swiper-slide .applicationtext {
	width: 75%;
	transition: all .5s;
}
.applicationall .swiper-slide .applicationtext section img{
	width: 40px;
	display: block;
	margin: 0 auto;
}
.applicationall .swiper-slide .applicationtext section h1{
	color: #ffffff;
	font-size: 18px;
	font-family: "Arial";
	text-align: center;
	margin-top: 20px;
}
.applicationall .swiper-slide:hover::after{
	content: "";
	background-color: rgba(94, 168, 236, 0.4);
	border-left:1px solid rgba(94, 168, 236, 0.4);
}
.applicationall .swiper-slide:hover .applicationtext{
	top: 20%;
	width: 120%;
}
.applicationall .swiper-slide .applicationtext iconpark-icon{
	color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 32px;
	margin-top: 280px;
	margin-left: 30%;
	display: none;
}
.applicationall .swiper-slide:hover .applicationtext iconpark-icon{
	display: block;
}
.foot{
	padding-top: 80px;
	background-color: #fff;
}
.footdv{
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom: 95px;
	border-bottom: 1px solid #dfdfdf;
}
.footdvlogo img{
	display: block;
}
.footdvlogo ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.footdvlogo ul li{
	width: 45px;
	
	border-radius: 50%;
	margin-left: 15px;
	background-color: #3e4b53;
	transition: all .5s;
	position: relative;
}
.footdvlogo ul li img{
	display: block;
}
.footdvlogo ul li:nth-child(1):hover{
	background-color:#235b9e;
}
.footdvlogo ul li:nth-child(2):hover{
	background-color:#0073b1;
}
.footdvlogo ul li:nth-child(3):hover{
	background-color:#25d366;
}
.footdvlogo ul li:nth-child(4):hover{
	background-color: #ff0101;
}
.footdvlogo ul li div{
	position: absolute;
	bottom: 50px;
	left: -37.5px;
	width: 120px;
	height: 120px;
	opacity: 0;
	transition: all .5s;
}
.footdvlogo ul li div img{
	width: 100%;
}
.footdvlogo ul li:hover div{
	opacity: 1;
}
.footdv dl{
	display: block;
	width: 170px;
	border-top: 2px solid #468bd2;
	padding-top: 25px;
}
.footdv dl dt a{
	color: #333;
	font-size: 18px;
	font-family: "Arial";
}
.footdv dl dt{
	margin-bottom: 15px;
	font-weight: normal;
}
.footdv dl dd {
	margin-bottom: 15px;
}
.footdv dl dd a{
	color: #727983;
	font-size: 14px;
	line-height: 25px;
}
.footlxwm{
	width: 300px;
}
.footlxwmall{
	width: 495px;
	border-top: 2px solid #468bd2;
	padding-top: 25px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footlxwm h1{
	color: #333;
	font-size: 18px;
	font-family: "Arial";
	margin-bottom: 15px;
}
.footlxwm p{
	color: #727983;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
}
.ewm{
	width: 100px;
}
.ewm img{
	display: block;
	width: 100%;
}
.ewm p{
	text-align: center;
	color: #727c83;
	margin-top: 15px;
	font-size: 14px;
}
.wdl{
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.wdl p{
	color: #727983;
	font-size: 14px;
}
.wdl p a{
	color: #727983;
	font-size: 14px;
}
.shownav{
	box-shadow: 0px 10px 10px #e0e1e2;
}
.shownav ul{
	display: flex;
	justify-content: center;
} 
.shownav ul li{
	line-height: 80px;
	text-align: center;
}
.shownav ul li a{
	display: block;
	font-size: 16px;
	font-family: "Montserrat_Light";
	padding: 0 50px;
	transition: all .5s;
}
.shownav ul li a:hover{
	background-color: #468bd2;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #468bd2;
	color: #fff;
}
.aboutdv{
	display: flex;
	width: 1440px;
	margin: 85px auto;
	justify-content: space-between;
}
.aboutdvleft{
	width: 35%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.aboutdvright{
	width: 60%;
}
.aboutdvleft img{
	display: block;
	max-width: 100%;
}
.aboutdvright h1{
	font-size: 56px;
	font-family: "Tungsten";
	font-weight: bold;
	color: #333333;
	margin-bottom: 20px;
}
.aboutdvright h2{
	color: #808080;
	font-size: 16px;
}
.aboutdvright p{
	line-height: 35px;
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
}
.aboutdvright ul{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.aboutdvright ul li h3{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #468bd2;
	font-size: 58px;
	font-family: "Arial";
	margin-bottom: 15px;
}
.aboutdvright ul li h3 i{
	color: #333333;
	font-size: 30px;
}
.aboutdvright ul li h4{
	color: #4c4c4c;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
}
.aboutdvright ul li {
	width: 22%;
}
.factory{
	padding: 75px 0px;
	background-color: #e5e9ef;
}
.factorybt{
	width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.factorybtleft h1{
	color: #333333;
	font-size: 56px;
	font-family: "Tungsten";
	margin-bottom: 10px;
}
.factorybtleft p{
	color: #808080;
	font-size: 16px;
}
.factoryimg{
	width: 1440px;
	margin: 0 auto;
	margin-top: 50px;
}
.factoryimg img{
	display: block;
	width: 100%;
}
.lxwm{
	padding: 100px 0px;
	background: url(../images/lxbg_02.jpg) center no-repeat;
	background-size: cover;
}
.lxwmbt{
	width: 1440px;
	margin: 0 auto;
}
.lxwmbt h1{
	color: #4c4c4c;
	font-size: 52px;
	font-weight: bold;
	font-family: "Tungsten";
	text-align: center;
	margin-bottom: 15px;
}
.lxwmbt p{
	color: #666666;
	font-size: 14px;
	text-align: center;
}
.lxwmdv{
	width: 1440px;
	margin: 0 auto;
	margin-top: 55px;
}
.lxwmdv ul{
	display: flex;
	justify-content: space-between;
}
.lxwmdv ul li{
	width: 17%;
	padding:3%;
	background-color: #fff;
	transition: all .5s;
	border-bottom: 2px solid #fff;
}
.lxwmdv ul li iconpark-icon{
	font-size: 48px;
	color: #7b7b7b;
	margin-bottom: 30px;
	transition: all .5s;
}
.lxwmdv ul li h1{
	color: #4c4c4c;
	font-size: 22px;
	margin-bottom: 20px;
}
.lxwmdv ul li p{
	color: #808080;
	font-size: 16px;
	line-height: 25px;
}
.lxwmdv ul li:hover{
	border-bottom: 2px solid #468bd2;
}
.lxwmdv ul li:hover iconpark-icon{
	color: #468bd2;
}
.mess{
	background: url(../images/message_02.jpg) center no-repeat;
	padding: 85px 0px;
	background-size: cover;
}
.messbt{
	width: 1440px;
	margin: 0 auto;
}
.messbt h1{
	color: #ffffff;
	font-size: 58px;
	font-family: "Tungsten";
	text-align: center;
	margin-bottom: 20px;
}
.messbt  p{
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	font-family: "Montserrat_Light";
}
.messform{
	width: 1440px;
	margin: 0 auto;
}
.messform div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 45px;
}
.messform div input{
	width: 47%;
	border: none;
	border: 1px solid #91adca;
	padding: 0 15px;
	line-height: 50px;
	background-color: transparent;
	margin-bottom: 20px;
	outline: none;
	font-size: 15px;
}
.messform div input::placeholder{
	color: #ffffff;
	font-family: "Montserrat_Light";
}
.messform textarea{
	width: calc(100% - 30px);
	padding: 15px;
	border: none;
	border: 1px solid #91adca;
	color: #ffffff;
	font-family: "Montserrat_Light";
	background-color: transparent;
	height: 170px;
	margin-bottom: 20px;
	outline: none;
	font-size: 15px;
}
.messform textarea::placeholder{
	color: #ffffff;
	font-family: "Montserrat_Light";
}
.messform  button{
	width: 160px;
	height: 50px;
	background-color: #fff;
	color: #ffffff;
	font-family: "Montserrat_Light";
	font-size: 16px;
	color: #1b67b4;
	text-transform: uppercase;
	border: none;
	outline: none;
}
.newslist{
	padding: 75px 0px;
	background-color: #f5f6f7;
	padding-bottom: 40px;
}
.newslistdv{
	width: 1440px;
	margin: 0 auto;
}
.newslistdv li{
	margin-bottom: 20px;
}
.newslistdv li a{
	display: flex;
	justify-content: flex-start;
}
.newslistdv li .newslistdvleft{
	width: 32%;
	overflow: hidden;
}
.newslistdv li .newslistdvleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.newslistdv li:hover .newslistdvleft img{
	transform: scale(1.05);
}
.newslistdv li .newslistdvright{
	width: 62%;
	padding: 3%;
	background-color: #fff;
}
.newslistdv li .newslistdvright span{
	display: block;
	color: #999999;
	font-size: 16px;
	margin-bottom: 25px;
}
.newslistdv li .newslistdvright h1{
	color: #333333;
	font-size: 22px;
	margin-bottom: 10px;
}
.newslistdv li .newslistdvright p{
	line-height: 30px;
	color: #808080;
	font-size: 16px;
}
.newslistdv li .newslistdvright h3{
	width: 130px;
	height: 45px;
	border:1px solid #e6e6e6;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	transition: all .5s;
}
.newslistdv li .newslistdvright h3 i{
	color: #999999;
	font-size: 15px;
	transition: all .5s;
}
.newslistdv li .newslistdvright h3 iconpark-icon{
	color: #468bd2;
	font-size: 20px;
	transition: all .5s;
}
.newslistdv li:hover .newslistdvright h3 iconpark-icon{
	color: #fff;
}
.newslistdv li:hover .newslistdvright h3{
	background-color: #468bd2;
}
.newslistdv li:hover .newslistdvright h3 i{
	color: #fff;
}

.productdv{
	width: 1440px;
	margin: 0% auto;
	padding: 60px 0px;
	display: flex;
	justify-content: space-between;
}
.productleft{
	width: 21%;
}
.productleft dl{
	margin-bottom: 40px;
}
.productleft dl dt{
	height: 70px;
	width: calc(100% - 60px);
	line-height: 70px;
	font-weight: bold;
	padding: 0 30px;
	background-color: #468bd2;
	font-size: 20px;
	color: #fff;
}
.productleft dl dd{
	width: calc(100% - 2px);
	border: 1px solid #ededed;
	border-top: none;
	height: 55px;
	transition: all .5s;
}
.productleft dl dd a{
	border-left:3px solid #fff ;
	display: flex;
	width: calc(100% - 43px);
	height: 55px;
	padding: 0 20px;
	justify-content: space-between;
	align-items: center;
	transition: all .5s;
}
.productleft dl dd a i{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.productleft dl dd a span{
	display: block;
	transition: all .5s;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 10px solid #ffffff;
	border-bottom: 7px solid transparent;
}
.productleft dl dd:hover a{
	border-left:3px solid #468bd2 ;
	background-color: #f2f2f2;
}
.productleft dl dd:hover a span{
	border-left: 10px solid #468bd2; 
}
.productleft dl dd:hover{
	border-left: 1px solid #468bd2;
}

.productleft dl dd.active a{
	border-left:3px solid #468bd2 ;
	background-color: #f2f2f2;
}
.productleft dl dd.active a span{
	border-left: 10px solid #468bd2; 
}
.productleft dl dd.active{
	border-left: 1px solid #468bd2;
}
.productleft dl div{
	padding: 5%;
	width: calc(90% - 2px);
	border: 1px solid #ededed;
}
.productleft dl div h1{
	color: #4c4c4c;
	font-size: 24px;
	font-family: "Tungsten";
	margin-bottom: 10px;
}
.productleft dl div p i{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	line-height: 30px;
}
.productleft dl div span{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.productright{
	width: 75%;
}
.productop ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.productop ul li{
	width: 28%;
	background-color: #f5f6f7;
	padding: 1.5%;
	margin:0 1%;
	margin-bottom: 2%;
	transition: all .5s;
}
.productop ul li h1{
	height: 50px;
	border-bottom: 1px solid #d7dadd;
	color: #4c4c4c;
	font-size: 28px;
	font-family: "Tungsten";
	font-weight: bold;
	transition: all .5s;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.productop ul li p{
	line-height: 30px;
	margin: 10px auto;
	color: #808080;
	font-size: 16px;
	margin-bottom: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	transition: all .5s;
}
.xqwenjian{
	display: block;
	width: 240px;
	height: 45px;
	    background-color: #468bd2;
	    text-align: center;
	    line-height: 45px;
	    font-size: 14px;
	    color: #fff;
}
.xqwenjian:hover{
	color: #fff;
}
.productop ul li div{
	width: 100%;
	overflow: hidden;
}
.productop ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.productop ul li:hover div img{
	transform: scale(1.05);
}
.productop ul li:hover{
	background-color: #468bd2;
}
.productop ul li:hover h1{
	color: #fff;
}
.productop ul li:hover p{
	color: #fff;
}
.showprotop{
	display: flex;
	justify-content: space-between;
}
.showprotopleft{
	width: 48%;
}
#gallery212 img{
	width: 100%;
	display: block;
}
#gallery212 .swiper-slide div{
	width: calc(100% - 2px);
	border: 1px solid #e6e6e6;
}
#gallery212 .swiper-slide div img{
	display: block;
	width: 100%;
}
#thumbs212{
	margin-top: 10px;
}
#thumbs212 .swiper-slide div{
	width: calc(100% - 2px);
	border: 1px solid #e6e6e6;
}
#thumbs212 .swiper-slide div img{
	display: block;
	width: 100%;
}
.showprotopright{
	width: 48%;
}
.showprotopright h1{
	border-bottom: 1px solid #d7dadd;
	line-height: 70px;
	color: #4c4c4c;
	font-size: 48px;
	font-family: "Tungsten";
}
.showprotopright p{
	line-height: 25px;
	font-size: 16px;
	color: #808080;
}
.showprotopright h2{
	margin-top: 15px;
	color: #666666;
	font-size: 16px;
}
.showprotopright section{
	margin-top: 55px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showprotopright section a{
	width: 45%;
	padding: 0 20px;
	height: 50px;
	background-color: #009a8c;
	display: flex;
	line-height: 50px;
	justify-content: space-between;
}
.showprotopright section a:last-child{
	background-color: #468bd2;
}
.showprotopright section a span{
	color: #ffffff;
	font-size: 16px;
	font-family: "Segoe UI";
}
.showprotopright section a  iconpark-icon{
	font-size: 20px;
	color: #fff;
}
.dawg{
	background-color: #f5f6f7;
	margin-top: 50px;
}
#thumbs1212{
	width: 360px;
	margin: 0;
}
#thumbs1212 .swiper-slide div{
	height: 100px;
	transition: all .5s;
}
#thumbs1212 .swiper-slide div iconpark-icon{
	display: block;
	text-align: center;
	font-size:24px;
	color: #828282;
	padding-top: 25px;
}
#thumbs1212 .swiper-slide div h1{
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-top: 10px;
	text-transform: uppercase;
}
#thumbs1212 .swiper-slide-thumb-active div{
	background-color: #468bd2;
}
#thumbs1212 .swiper-slide-thumb-active div iconpark-icon{
	color: #fff;
}
#thumbs1212 .swiper-slide-thumb-active div h1{
	color: #fff;
}
#gallery1212{
	border: 1px solid #e6e6e6;
}
.showtext{
	width: 90%;
	padding:5%;
	padding-bottom: 3%;
}
.fanye{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	border-top: 1px solid #e6e6e6;
}
.fanye p{
	color: #808080;
	font-size: 14px;
}
.fanye p a{ 
	color: #808080;
	font-size: 14px;
}
.fanye p:hover{
	color: #468bd2;
}
.fanye p:hover a{
	color: #468bd2;
}
.factorybt a{
    display: flex;
    width: 150px;
    padding: 0 25px;
    height: 50px;
    background-color: #468bd2;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
    transition: all .5s;
	color: #ffffff;
	font-size: 16px;
}
.nrbanner{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner .btext{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nrbanner .btext section{
	width: 1440px;
}
.nrbanner .btext section h1{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}
.nrbanner .btext section h2{
	color: #fff;
	font-family: "Montserrat";
	font-weight: bold;
	margin-top: 20px;
	font-size: 52px;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 90px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 1440px;
	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;

}
.sbanners{
	display: block;
	width: 100%;
}
.sbanners .swiper-slide{
	position: relative;
} 
.sbanners .swiper-slide div{
	position: absolute;
	width: 1440px;
	height: 100%;
	left: 50%;top: 0;
	margin-left: -720px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sbanners .swiper-slide div h1{
	color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.sbanners .swiper-slide div h2{
	color: #fff;
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
}
.sbanners .swiper-slide div p{
	color: #ffffff;
	margin-top: 35px;
	font-size: 28px;
	line-height: auto;
	line-height: 40px;
	width: 75%;
	font-family: "Montserrat_Light";
}
.sbanners .swiper-slide div a{
	width: 200px;
	height: 60px;
	border-radius: 60px;
	display: flex;
	justify-content: space-around;
	font-size: 18px;
	color: #3479c0;
	align-items: center;
	margin-top: 70px;
	background-color: #fff;
	font-weight: bold;
}
.mfootdv{
		display: none;
		height: 50px;
	}
	.mfoot{
		display: none;
		position: fixed;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9999;
	    height: 45px;
	    background-color: #1F67BF;
	}
.khpj img{
	width: 100%;
	display: block;
	margin-top: 20px;
}	
.khpj .swiper-button-next:after, .swiper-button-prev:after{
	font-size: 24px;
	color: #468bd2;
}
.khpj .swiper-button-next, .swiper-button-prev{
	top: 55%;
	opacity: 1;
}
#khpj{
	padding: 60px 0;
	width: 1440px;
	margin: 0 auto;
}
.showprotopleft .swiper-button-next,.showprotopleft .swiper-button-prev{
	background-color: #0076b9;
	width: 35px;
	height: 35px;
}
.showprotopleft .swiper-button-next:after,.showprotopleft .swiper-button-prev:after{
	font-size: 20px;
}
.khpj .swiper-button-next, .swiper-button-prev{
	top: 50%;
}
.showprotopleft .swiper-button-next:after, .showprotopleft .swiper-button-prev:after{
	color: #fff;
}
.showprotopright section {
	position: relative;
}
.showprotopright section a{
	width: calc(100% - 40px);
}
.showprotopright section div{
	position: absolute;
	width: 90%;
	padding: 5%;
	bottom: 0;
	opacity: 0;
	left: 0;
	background-color: #fff;
	transition: all .5s;
}
.showprotopright section div p i{
	font-size: 14px;
    color: #666666;
    font-weight: bold;
    line-height: 30px;
}
.showprotopright section div span{
	color: #666666;
    font-size: 14px;
    line-height: 30px;
} 
.showprotopright section:hover div{
	opacity: 1;
	bottom: 50px;
	box-shadow: 0px 0px 15px #dedede;
}
.tpzs {
	display: block;
	position: fixed;
	width: 750px;
	top: 30%;
	margin-left:-325px;
	left: 50%;
	z-index: 999;
}
.tpzs img{
	width: 100%;
	display: block;
}
.gnaiw{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 998;
	display: none;
}
.tpzs span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #fff;
	font-size: 18px;
	display: none;
}
.productleft dl dd a ul li{
	display: block;
	background-color: #fff;
}
.productleft dl dd{
	height: auto;
}
.productleft dl dd .subnav li{
	background-color: #fff;
}
.productleft dl dd.active .subnav li a{
	border-left: 3px solid #fff;
    background-color: #fff;
	height: 40px;
	font-size: 14px;
	background-color: #fff;
}
.productleft dl dd.active{
	border-left: 1px solid #ededed;
}
.productleft dl dd .subnav li a{
	border-left: 3px solid #fff;
    background-color: #fff;
	height: 40px;
	font-size: 14px;
	background-color: #fff;
}
.productleft dl dd:hover{
	border-left: 1px solid #ededed;
}
.productleft dl dd .subnav li:hover{
	background-color: #468bd2;
}
.productleft dl dd .subnav li:hover a{
	color: #fff;
	border-left: 3px solid #468bd2;
	background-color: #468bd2;
}
.productleft dl dd .subnav li.active{
	background-color: #468bd2;
}
.productleft dl dd .subnav li.active a{
	color: #fff;
	background-color: #468bd2;
	border-left: 3px solid #468bd2;
}
.dropdown{
	display: none;
}
.inpronav{
	display: block;
	width: 1440px;
	margin: 0 auto;
	margin-top: 75px;
}
.inpronav ul{
	display: flex;
	justify-content: space-between;
}
.inpronav ul li{
	width: 34%;
	overflow: hidden;
	position: relative;
}
.inpronav ul li img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.inpronav ul li:hover img{
	transform: scale(1.05);
}
.inpronav ul li div{
	position: absolute;
	top: 10%;
	width: 100%;
}
.inpronav ul li div h1{
	color: #333333;
	font-size: 20px;
	font-family: "Arial";
	margin-bottom: 5px;
	text-align: center;
}
.inpronav ul li div p{
	width: 80%;
	text-align: center;
	line-height: 25px;
	color: #666666;
	margin: 0 auto;
	font-size: 14px;
}
.inpronav ul li span{
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #468bd2;
}
.inpronav ul li span iconpark-icon{
	display: flex;
	justify-content: center ;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 26px;
	color: #fff;
}
.newsall{
	background-color: #f5f5f5;
	padding: 70px 0px;
	padding-bottom: 40px;
}


.insalelilst{
	width: 1440px;
	margin: 0 auto;
}
.insalelilst ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.insalelilst ul li{
	width: 19%;
	padding: 2%;
	margin: 1%;
	background-color: #fff;
}
.insalelilst ul li div {
	width: 100%;
	overflow: hidden;
}
.insalelilst ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.insalelilst ul li section h1{
	font-size: 16px;
	color: #333333;
	line-height: 45px;
	height: 45px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.insalelilst ul li section h2{
	border-top: 1px solid #e8e8e8;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.insalelilst ul li section h2 span{
	color: #808080;
	font-size: 14px;
	margin-top: 10px;
}
.insalelilst ul li section h2 iconpark-icon{
	font-size: 24px;
	color: #0a7cb9;
	margin-top: 10px;
	transition: all .5s;
}
.insalelilst ul li:hover div img{
	transform: scale(1.05);
}
.insalelilst ul li:hover section h2 iconpark-icon{
	color: #214fa3;
}
.factoryimgdv .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.factoryimgdv .swiper-slide div{
	width: 49.5%;
}
.factoryimgdv .swiper-slide div img{
	width: 100%;
	display: block;
}
.factoryimgdv .swiper-slide div ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.factoryimgdv .swiper-slide div ul li{
	width: 49%;
	margin-top: 0;
	margin-bottom: 1.5%;
}
.factoryimgdv .swiper-slide div ul li:nth-child(3){
	margin-bottom: 0;
}
.factoryimgdv .swiper-slide div ul li:nth-child(4){
	margin-bottom: 0;
}
.factoryimgdv .swiper-slide div ul li img{
	display: block;
	width: 100%;
}
.factoryimgdv .swiper-pagination{
	position: inherit;
}
.factoryimgdv .swiper-pagination .swiper-pagination-bullet{
	width: 20px;
	margin-top: 50px;
	height: 4px;
	border-radius:50px ;
	opacity: 1;
	position: inherit;
	background-color: #cacaca;
}
.factoryimgdv .swiper-pagination .swiper-pagination-bullet-active{
	width: 60px;
	background-color: #3479c0;
}

.team{
	padding-top: 85px;
	padding-bottom: 65px;
	background: url(../images/team_02.jpg) center no-repeat;
	background-size: cover;
}
.teamdv{
	width: 1440px;
	margin: 0 auto;
}
.teambt h1{
	color: #ffffff;
	font-size: 56px;
	font-family: "Tungsten";
	font-weight: bold;
}
.teambt p{
	color: #ffffff;
	font-size: 16px;
	font-family: "Arial";
	margin-top: 25px;
}
.teambox{
	display: flex;justify-content: space-between;
	margin-top: 50px;
	
}
.teambox a{
	display: flex;
	width: 50px;
	justify-content: center;
	align-items: center;
}
.teambox a iconpark-icon{
	font-size: 48px;
	color: #fff;
}
.teamdvs{
	width: calc(100% - 100px);
	padding-bottom: 20px;
}
.tdfirst,.tduifs{
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
	overflow: hidden;
}
.tdfirst img{
	display: block;
	max-width: 100%;
}
.tduifs{
	display: flex;
	justify-content: space-between;
	border-radius: 15px;
	overflow: hidden;
}
.tduifsleft img{
	display: block;
}
.tduifsleft img{
	display: block;
}
.tduifsright{
	background-color: #fff;
	padding: 0 3%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
} 
.tduifsright section h1{
	color: #333333;
	font-size: 22px;
	font-family: "Arial";
}
.tduifsright section h2{
	font-family: "Arial";
	font-style: italic;
	color: #3479c0;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.tduifsright section p{
	color: #666666;
	font-size: 15px;
	line-height: 20px; 
    hyphens:auto;
}
.team .swiper-pagination{
	position: inherit;
	padding-top: 40px;
}
.team  .swiper-pagination-bullet{
	width: 30px;
	height: 5px;
	background-color: #83acda;
	border-radius: 50px;
	opacity: 1;
	transition: all .5s;
}
.team  .swiper-pagination-bullet-active{
	background-color: #fff;
	width: 50px;
}
.ipqimg{
	width: 1440px;
    margin: 0 auto;
    margin-top: 40px;
}
.ipqimg img{
	display: block;
	width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px){
	.headdv{
		width: 95%;
	}
	.inprobt{
		width: 95%;
	}
	#gallery{
		width: 95%;
	}
	.applicationall{
		width: 85%;
	}
	.inaboutbt p{
		line-height: 25px;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.applicationdv {
		overflow: hidden;
	}
	.inaboutdv{
		width: 95%;
	}
	.innewsbt{
		width: 95%;
	}
	.innewdv{
		width: 95%;
	}
	.innewsdvcenter ul li section{
		padding: 5.5%;
	}
	.inmessagesdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.inpronav{
		width: 95%;
	}
	.footdv dl{
		width: 140px;
	}
	.footlxwmall{
		width: 390px;
	}
	.wdl{
		width: 95%;
	}
	.newslistdv{
		width: 95%;
	}
	.newslistdv li .newslistdvright p{
		height: 60px;
		overflow: hidden;
	}
	.newslistdv li .newslistdvright{
		padding: 4%;
		width: 60%;
	}
	.newslistdv li .newslistdvleft img{
		height: 100%;
		width: auto;
	}
	.productdv{
		width: 95%;
	}
	.productop ul li{
		width: 26.33%;
	}
	.productop ul li p{
		margin-bottom: 15px;
	}
	.aboutdv{
		width: 95%;
	}
	.factorybt{
		width: 95%;
	}
	.factoryimg{
		width: 95%;
	}
	.lxwmbt{
		width: 95%;
	}
	.lxwmdv{
		width: 95%;
	}
	.messbt{
		width: 95%;
	}
	.messform{
		width: 95%;
	}
	.messform div input{
		width: 46.5%;
		color: #fff;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.sbanners .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.inpronav{
		width: 95%;
	}
	.insalelilst{
		width: 95%;
		margin: 0 auto;
	}
	.teamdv{
		width: 95%;
		line-height: 22px;
	}
	#khpj{
		width: 95%;
	}
	.ipqimg{
		width: 95%;
	    margin: 0 auto;
	    margin-top: 30px;
	}
	.ipqimg img{
		display: block;
		width: 100%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	.headdv{
		width: 95%;
	}
	.inprobt{
		width: 95%;
	}
	#gallery{
		width: 95%;
	}
	.applicationall{
		width: 85%;
	}
	.inaboutbt p{
		line-height: 25px;
		width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.applicationdv {
		overflow: hidden;
	}
	.inaboutdv{
		width: 95%;
	}
	.innewsbt{
		width: 95%;
	}
	.innewdv{
		width: 95%;
	}
	.innewsdvcenter ul li section{
		padding: 5.5%;
	}
	.inmessagesdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdv dl{
		width: 140px;
	}
	.footlxwmall{
		width: 390px;
	}
	.wdl{
		width: 95%;
	}
	.newslistdv{
		width: 95%;
	}
	.newslistdv li .newslistdvright p{
		height: 60px;
		overflow: hidden;
	}
	.newslistdv li .newslistdvright{
		padding: 4%;
		width: 60%;
	}
	.newslistdv li .newslistdvleft img{
		height: 100%;
		width: auto;
	}
	.productdv{
		width: 95%;
	}
	.productop ul li{
		width: 26.33%;
	}
	.productop ul li p{
		margin-bottom: 15px;
	}
	.aboutdv{
		width: 95%;
	}
	.factorybt{
		width: 95%;
	}
	.factoryimg{
		width: 95%;
	}
	.lxwmbt{
		width: 95%;
	}
	.lxwmdv{
		width: 95%;
	}
	.messbt{
		width: 95%;
	}
	.messform{
		width: 95%;
	}
	.messform div input{
		width: 45.5%;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	#khpj{
		padding: 30px 0;
		width: 90%;
		margin: 0 auto;
	}
	.sbanners .swiper-slide div{
		width: 95%;
		left: 2.5%;
		margin-left: 0;
	}
	.inpronav{
		width: 95%;
	}
	.headdvright ul li{
		margin: 0 0px;
	}
	.teamdv{
		width: 95%;
	}
	.tdfirst img{
		width: 100%;
	}
}
@media screen and (max-width: 999px){
	.heads{
		display: none;
	}
	.inpro{
		padding-top: 25px;
	}
	.inprobt{
		width: 95%;
		display: block;
	}
	.inprobtleft h1{
		font-size: 32px;
		text-align: center;
		margin-bottom: 10px;
	}
	.inprobtright{
		width: 100%;
		margin-top: 10px;
	}
	.inprobtright .swiper-slide .img1{
		width: 25px;
	}
	.inprobtright .swiper-slide .img2{
		width: 25px;
	}
	.inprobtright .swiper-slide-thumb-active .img1{
		width: 25px;
	}
	.inprobtright .swiper-slide-thumb-active .img2{
		width: 25px;
	}
	.inprobtright .swiper-slide h2{
		font-size: 13px;
	}
	#gallery{
		margin-top: 20px;
		width: 95%;
	}
	#gallery ul li:last-child{
		display: none;
	}
	#gallery ul li{
		width: 43%;
		margin: 1%;
	}
	#gallery ul li h1{
		font-size: 24px;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
	}
	#gallery ul li p{
		line-height: 25px;
		margin-bottom: 5px;
		font-size: 14px;
		height: 50px;
	}
	.application{
		margin: 25px auto;
	}
	.inaboutbt h1{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.inaboutbt p{
		width: 90%;
		line-height: 25px;
		margin: 0 auto;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.applicationdv{
		height: 250px;
		background-size: cover;
	}
	.applicationall{
		height: auto;
		width: 95%;
	}
	.applicationall .swiper-slide .applicationtext{
		width: 100%;
	}
	.applicationall .swiper-slide::after{
		height: 250px;
		transform: skew(0deg);
	}
	.applicationall .swiper-slide .applicationtext section img{
		width: 20px;
		margin-top: 75px;
	}
	.applicationall .swiper-slide .applicationtext section h1{
		font-size: 14px;
	}
	.applicationall .swiper-slide .applicationtext iconpark-icon{
		margin: 0;
	}
	.applicationall .swiper-slide .applicationtext{
		height: 100%;
	}
	.applicationall .swiper-slide .applicationtext iconpark-icon{
		display: none;
	}
	.applicationall .swiper-slide:hover .applicationtext{
		width: 100%;
	}
	.inabout{
		padding-top: 10px;
		padding-bottom: 25px;
	}
	.inaboutdvtext p{
		font-size: 14px;
		line-height: 25px;
	}
	.inaboutdv{
		width: 95%;
	}
	.inaboutdvtext a{
		width: 100px;
		height: 40px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.inaboutdvtext a span{
		font-size: 14px;
	}
	.inaboutlist ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.inaboutlist ul li{
		width: 49%;
		margin-top: 15px;
	}
	.inaboutlist ul li h1 span{
		font-size: 32px;
	}
	.inaboutlist ul li p{
		margin-top: 0px;
		font-size: 14px;
		line-height: 25px;
	}
	.innews{
		padding: 20px 0px;
	}
	.innewsbt{
		display: block;
		width: 95%;
		margin-bottom: 20px;
	}
	.innewsbtleft{
		text-align: center;
	}
	.innewsbtleft h1{
		font-size: 32px;
	}
	.innewsbtright{
		display: none;
	}
	.innewdv{
		width: 95%;
		display: block;
	}
	.innewsdvleft{
		width: 100%;
	}
	.innewsdvleft section h1{
		margin-top: 0;
		margin-bottom: 5px;
	}
	.innewsdvleft section p{
		line-height: 25px;
		font-size: 14px;
		height: 50px;
	}
	.innewsdvcenter{
		width: 100%;
	}
	.innewsdvcenter ul li{
		margin-top: 10px;
	}
	.innewsdvcenter ul li section{
		padding: 5%;
	}
	.zyas{
		align-items: center;
	}
	.innewsdvright{
		width: 100%;
	}
	.innewsdvright ul li{
		margin-top: 10px;
	}
	.innewsdvright ul li a section h1{
		font-size: 16px;
	}
	.innewsdvcenter ul li section h1{
		margin-top: 0;
	}
	.foot{
		display: none;
	}
	.inmessage{
		padding: 20px 0px;
	}
	.inmessagesdv{
		width: 90%;
	}
	.inmessagesdv h1{
		font-size: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	.inmessagesdv form{
		display: block;
	}
	.inmessagesdv form input{
		width: 94%;
		padding: 0 3%;
		margin-bottom: 10px;
		line-height: 40px;
		height: 40px;
	}
	.inmessagesdv form input:nth-child(3){
		width: 94%;
	}
	.inmessagesdv form button{
		width: 45%;
		height: 40px;
		line-height: 40px;
	}
	.shownav ul li a{
		padding: 0;
	}
	.shownav ul li{
		width: 100%;
		line-height: 45px;
	}
	.shownav ul li a{
		font-size: 14px;
	}
	.newslist{
		padding: 30px 0px;
	}
	.newslistdv{
		width: 95%;
	}
	
	.newslistdv li a{
		width: 100%;
		display: block;
	}
	
	.newslistdv li .newslistdvright h1{
		font-size: 18px;
		line-height: 25px;
		height: 25px;
		overflow: hidden;
	}
	.newslistdv li .newslistdvleft{
		width: 100%;
	}
	.newslistdv li .newslistdvright{
		width: 90%;
	}
	.newslistdv li .newslistdvright span{
		margin-bottom: 5px;
		font-size: 12px;
	}
	.newslistdv li .newslistdvright h1{
		margin-bottom: 5px;
	}
	.newslistdv li .newslistdvright p{
		line-height: 25px;
		height: 50px;
		overflow: hidden;
		font-size: 14px;
	}
	.newslistdv li .newslistdvright h3{
		margin-top: 10px;
		height: 40px;
		line-height: 40px;
	}
	.newslistdv li{
		margin-bottom: 10px;
	}
	.aboutdv{
		flex-direction: column-reverse;
		margin: 25px auto;
		width: 95%;
	}
	.aboutdvright{
		width: 100%;
	}
	.aboutdvright h1{
		font-size: 32px;
		text-align: center;
		margin-bottom: 10px;
	}
	.aboutdvright h2{
		text-align: center;
	}
	.aboutdvright p{
		font-size:14px;
		line-height: 25px;
		margin-top: 20px;
	}
	.aboutdvright ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.aboutdvright ul li{
		width: 48%;
		margin-top: 15px;
	}
	.aboutdvright ul{
		margin-top: 15px;
	}
	.aboutdvright ul li h3{
		font-size: 32px;
		margin-bottom: 0;
	}
	.aboutdvright ul li h3 i{
		font-size: 14px;
	}
	.aboutdvright ul li h4{
		font-size: 14px;
	}
	.aboutdvleft{
		width: 100%;
		margin-top: 20px;
	}
	.factory{
		padding: 30px 0px;
	}
	.factorybt{
		width: 95%;
	}
	.factorybt a{
		display: none;
	}
	.factorybtleft{
		width: 100%;
	}
	.factorybtleft h1{
		font-size: 32px;
		text-align: center;
	}
	.factorybtleft p{
		font-size: 14px;
		text-align: center;
	}
	.factoryimg{
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.factoryimg img{
		width: 100%;
	}
	.lxwm{
		padding: 30px 0px;
		padding-bottom: 15px;
	}
	.lxwmbt{
		width: 95%;
	}
	.lxwmbt h1{
		font-size: 32px;
	}
	.lxwmbt p{
		line-height: 25px;
	}
	.lxwmdv{
		width: 95%;
		margin: 0 auto;
		margin-top: 15px;
	}
	.lxwmdv ul{
		display: flex;
		flex-wrap: wrap;
	}
	.lxwmdv ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.lxwmdv ul li iconpark-icon{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 32px;
		margin: 0 auto;
	}
	.lxwmdv ul li h1{
		font-size: 20px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.lxwmdv ul li p{
		text-align: center;
		font-size: 14px;
	}
	.mess{
		padding: 25px 0px;
	}
	.messbt{
		width: 95%;
	}
	.messbt h1{
		font-size: 32px;
		margin-bottom: 10px;
	}
	.messbt p{
		font-size: 14px;
		line-height: 25px;
	}
	.messform{
		width: 95%;
	}
	.messform div{
		margin-top: 20px;
	}
	.messform div input{
		width: 95%;
		line-height: 40px;
		height: 40px;
		margin-bottom: 15px;
	}
	.messform textarea{
		height: auto;
	}
	.messform button{
		line-height: 40px;
		height: 40px;
		font-size: 14px;
	}
	.productdv{
		width: 100%;padding: 0;
		display: block;
		margin-bottom: 30px;
	}
	.productleft dl{
		box-shadow: 0px 10px 10px #e0e1e2;
	}
	.productleft dl:last-child{
		display: none;
	}
	.productleft dl dt{
		display: none;
	}
	.productleft{
		width: 100%;
	}
	.productleft dl{
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.productleft dl dd{
		border:none;
		height: 45px;
	}
	.productleft dl dd a{
		width: 100%;
		padding: 0;
		border: none;
		justify-content: center;
		font-size: 14px;
		height: 45px;
		font-family: "Montserrat_Light";
	}
	.productleft dl dd a span{
		display: none;
	}
	.productleft dl dd a i{
		font-size: 14px;
	}
	.productleft dl dd:hover{
		border: none;
	}
	.productleft dl dd:hover a{
		border-left: 0px solid #468bd2;
		background-color: #468bd2;
	}
	.productleft dl dd:hover a i{
		color: #fff;
	}	
	.productright{
		width: 95%;
		margin: 0 auto;
	}
	.showprotop{
		display: block;
	}
	.showprotopleft{
		width: 100%;
	}
	.showprotopright{
		width: 100%;
	}
	.showprotopright h1{
		height: 40px;
		font-size: 32px;
		line-height: 40px;
		margin-top: 20px;
	}
	.showprotopright p{
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.showprotopright section{
		margin-top: 25px;
	}
	.showprotopright section a{
		height: 40px;
		line-height: 40px;
	}
	.dawg{
		width: 100%;
		margin-top: 20px;
	}
	#thumbs1212{
		width: 100%;
	}
	.productop ul li{
		width: 43%;
		margin: 1%;
	}
	.productop ul li h1{
		font-size: 24px;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
	}
	.productop ul li p {
	    line-height: 25px;
	    margin-bottom: 5px;
	    font-size: 14px;
	    height: 50px;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.nav-bread{
		height: 30px;
	}
	.article .padding-large{
		padding: 5%;
	}
	.blank-big{
		height: 30px;
	}
	.article .post h1{
		font-size: 18px;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner img{
		width:100%;
	}
	.nrbanner .btext section h1{
		text-align: center;
		font-size: 20px;
	}
	.nrbanner .btext section h2{
		font-size: 32px;
		text-align: center;
		margin-top: 10px;
	}
	.innewsdvright ul li a section h1{
		height: 60px;
		overflow: hidden;
	}
	.sbanners .swiper-slide div{
		width: 90%;
		left: 5%;
		margin:0 auto;
	}
	.sbanners .swiper-slide div h1{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.sbanners .swiper-slide div h2{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.sbanners .swiper-slide div p{
		font-size: 20px;
		width: 100%;
		margin:0;
		font-size: 16px;
		line-height: 30px;
	}
	.sbanners .swiper-slide div a{
		display: none;
	}
	.sbanners .swiper-slide{
		overflow: hidden;
	}
	.sbanners img{
		width: 150%;
		margin-left: -25%;
	}
	.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 #115d93;
	}
	.mfoot ul li a {
	    display: block;
	    text-align: center;
	    font-size: 14px;
	    color: #fff;
	}
	.fanye{
		margin-top: 15px;
		padding-top: 15px;
		display: block;
	}
	#khpj{
		padding: 30px 0;
		width: 95%;
		margin: 0 auto;
	}
	.productleft dl dd ul{
		display: none;
	}
	.innewsdvleft .zyas{
		display: none;
	}
	.innewsdvleft section h1{
		font-weight: bold;
	}
	.innewsdvcenter ul li .zyas{
		display: none;
	}
	.innewsdvcenter ul li section h1{
		font-weight: bold;
	}
	.innewsdvright{
		display: none;
	}
	.dropbtn {
	  background-color: #0a7cb9;
	  color: white;
	  width: 100%;
	  padding:8px;
	  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:0 auto;
	  margin-bottom: 15px;
	  width: 95%;
	      margin-left: 2.5%;
	}

	.dropdown-content {
	  display: none;
	  position: absolute;
	  background-color: #f9f9f9;
	  min-width: 160px;
	  width: 100%;
	  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: #0a7cb9;
	}
	.shownav ul li a{
		font-size: 13px;
	}
	.nrbanner .btext section h1{
		font-size: 18px;
		text-align: left;
	}
	.nrbanner .btext section h2{
		font-size: 22px;
		text-align: left;
	}
	.nrbanner .btext section{
		width: 90%;
	}
	.shownewstext img{
		display: block;
		max-width: 100%;
	}
	.sbanners .swiper-slide div p{
		font-size: 14px;
		line-height: 25px;
		width: 50%;
	}
	.sbanners .swiper-slide div h2{
		font-size: 18px;
	}
	.sbanners img {
	    width: 140%;
	    margin-left: -18%;
	}
	.inpronav{
		width: 95%;
		margin-top: 15px;
	}
	.inpronav ul{
		display: block;
	}
	.inpronav ul li{
		width: 100%;
		margin-bottom: 15px;
	}
	.newsall{
		padding: 20px 0px;
	}	
	.newsall .insalelilst{
		width: 98%;
	}
	.newsalldv{
		width: 95%;
	}
	.newsalldv ul li{
		width: 48%;
	}
	.factoryimgdv .swiper-slide{
		display: block;
		justify-content: space-between;
	}
	.factoryimgdv .swiper-slide div{
		width: 100%;
		margin-top: 10px;
	}
	.insalelilst ul li{
		width: 44%;
	}
	.inpronav ul li div p{
		line-height: 20px;
	}
	.team{
		padding: 30px 0px;
	}
	.teamdv{
		width: 95%;
	}
	.teambt h1{
		text-align: center;
		font-size: 32px;
	}
	.teambt p{
		text-align: center;
		margin-top: 10px;
	}
	.teambox{
		margin-top: 25px;
	}
	.teambox a{
		width: 15px;
	}
	.teamdvs{
		width: calc(100% - 50px);
		padding-bottom: 0;
	}
	.team .swiper-pagination-bullet{
		width: 20px;
	}
	.team .swiper-pagination-bullet-active{
		width: 35px;
	}
	.tduifsleft img{
		width: 100%;
	}
	.tduifsright{
		padding: 5%;
	}
	.tduifs{
		display: block;
	}
	.tduifsright section h1{
		font-size: 18px;
	}
	.tduifsright section p{
		line-height: 28px;
	}
	.tduifsright section p{
		font-size: 14px;
	}
	.teambox a iconpark-icon{
		font-size: 30px;
	}
	.ipqimg{
		width: 95%;
	    margin: 0 auto;
	    margin-top: 30px;
	}
}
