/* 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: "Montserrat_Light";
}
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:98px;
	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{
	padding: 0 5%;
	margin: 0 auto;
	height: 90px;
	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: 86px;
	margin: 0 13px;
	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 a{
	color: #333333;
	font-size: 16px;
}
.headdvright ul li:hover{
	border-top: 4px solid #024196;
}
.headdvright ul li:hover a{
	color: #333333;
}
.ss a iconpark-icon{
	font-size: 24px;
	color: #fff;
}
.dh {
	margin-left: 25px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dh span{
	color: #024196;
	font-size: 36px;
	font-family: "Tungsten";
	font-weight: bold;
	margin-left: 10px;
}
.banner img{
	display: block;
	width: 100%;
}
.ljcp{
	width: 80%;
	margin: 0 auto;
	background: url(../images/xfsa_03.png) center no-repeat;
	background-size: cover;
	height: 200px;
	margin-top: -100px;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}
.ljcpleft{
	width: 40%;
	padding: 0 5%;
	display: flex;
	align-items: center;
}
.ljcpleft section{
	width: 100%;
}
.ljcpleft section h1{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Montserrat";
}
.ljcpleft section form{
	width: 96%;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 45px;
	padding: 0 2%;
	display: flex;
	align-items: center;
}
.ljcpleft section form iconpark-icon{
	color: #288cc2;
	font-size: 24px;
}
.ljcpleft section form input{
	height: 45px;
	width: 85%;
	border: none;
	outline: none;
	margin-left: 1%;
	font-family: "Arial";
}
.ljcpleft section ul{
	display: flex;
	justify-content: flex-start;
}
.ljcpleft section ul li{
	margin-right: 30px;
	margin-top: 15px;
}
.ljcpleft section ul li a{
	color: #ffffff;
	font-size: 12px;
	font-family: "Arial";
}
.ljcpright{
	width: 40%;
	padding:0 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ljcpright section{
	width: 100%;
}
.ljcpright section h1{
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Montserrat";
	align-items: center;
}
.ljcpright section h1 a{
	font-family: "Arial";
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}
.ljcpright section ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all .5s;
}
.ljcpright section ul li a{
	color: #999999;
	font-size: 16px;
	font-family: "Arial";
	transition: all .5s;
}
.ljcpright section ul li{
	margin:5px 0px;
	width: 23%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	background-color: #fff;
	overflow: hidden;
}
.ljcpright section ul li:hover {
	background-color: #262626;
}
.ljcpright section ul li:hover a{
	color: #fff;
}
.ljcpright section dl{
	display: flex;
	justify-content: flex-start;
}
.ljcpright section dl dd{
	margin-right: 30px;
	margin-top: 15px;
}
.ljcpright section dl dd a{
	color: #ffffff;
	font-size: 12px;
	font-family: "Arial";
}
.incp{
	width: 80%;
	margin: 80px auto;
}
.incpbt{
	color: #333333;
	font-size: 36px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 45px;
	text-align: center;
}
.incplist ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.incplist ul li{
	width: 21%;
	position: relative;
	transition: all .5s;
}
.incplist ul li div{
	width: 100%;
	overflow: hidden;
}
.incplist ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.incplist ul li section{
	width: 95%;
	left: 5%;
	bottom: 5%;
	position: absolute;
}
.incplist ul li section h1{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.incplist ul li section h2{
	width: 130px;
	display: flex;
	padding-bottom: 15px;
	justify-content: space-between;
	border-bottom: 2px solid #fff;
}
.incplist ul li section h2 i{
	color: #ffffff;
	font-size: 14px;
}
.incplist ul li section h2 iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.incplist ul li.active{
	width: 26%;
}
.incplist ul li.active section h2{
	position: relative;
}
.incplist ul li section h2::after{
	content: "";
	width: 0%;
	height: 2px;
	background-color: #288cc2;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 3;
}
.incplist ul li.active section h2::after{
	content: "";
	width: 100%;
	transition: all .8s;
}
.insale{
	padding: 90px 0;
	background-color: #f5f5f5;
}
.insalebt{
	margin-bottom: 35px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 36px;
	font-family: "Montserrat";
}
.insalelilst{
	width: 80%;
	margin: 0 auto;
}
.insalelilst ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.insalelilst ul li{
	width: 21%;
	padding: 1%;
	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 section h1{
	color: #214fa3;
}
.insalelilst ul li:hover div img{
	transform: scale(1.05);
}
.insalelilst ul li:hover section h2 iconpark-icon{
	color: #214fa3;
}
.abt{
	margin: 90px 0px;
}
.abt{
	margin: 90px 0px;
}
.abtdv{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 90%;
	margin-left: 10%;
}
.abtdvleft{
	width: 40%;
}
.abtdvright{
	width: 60%;
}
.abtdvright img{
	display: block;
	width: 100%;
}
.abtdvleft  h1{
	color: #333333;
	font-size: 36px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 45px;
}
.abtdvleft  h2{
	margin-bottom: 20px;
	color: #333333;
	font-size: 22px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: inherit;
}
.abtdvleft i{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #0a7cb9;
	margin-bottom: 25px;
	margin-top: 25px;
}
.abtdvleft p{
	line-height: 30px;
	font-size: 15px;
	color: #666666;
}
.abtdvleft a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 140px;
	height: 55px;
	padding: 0 30px;
	background-image: linear-gradient(to right, #00338c , #018fd9);
	transition: all .5s;
	margin-top: 35px;
}
.abtdvleft a span{
	color: #ffffff;
	font-size: 14px;
	transition: all .5s;
	text-transform: uppercase;
}
.abtdvleft a iconpark-icon{
	display: flex;
	align-items: center;
	color: #ffffff;
	font-size: 20px;
	transition: all .5s;
}
.abtdvleft a:hover iconpark-icon{
	margin-right: 10px;
}
.abtdvleft a:hover span{
	margin-left: 10px;
}
.abt ul{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
.abt ul li{
	width: 20%;
}
.abt ul li h1{
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 20px;
}
.abt ul li h1 span{
	font-size: 68px;
	color: #333333;
}
.abt ul li h1 i{
	font-size: 24px;
	color: #5d5d5d;
}
.abt ul li h2{
	padding: 0 5%;
	padding-top: 25px;
	text-align: center;
	border-top: 1px solid #e6e6e6;
	font-size: 16px;
	color: #333333;
	line-height: 25px;
}
.innews{
	background: url(../images/newsa_02.png) center no-repeat;
	background-size: cover;
	padding: 90px 0; 
}
.innewsbt{
	color: #333333;
	font-size: 36px;
	font-family: "Montserrat";
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.innewdv{
	display: flex;
	justify-content: space-between;
	width: 80%;
	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: #124094;
}
.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: 6%;
	background-color: #fff;
	transition: all .5s;
}
.innewsdvcenter ul li section  h1{
	color: #333333;
	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: #666666;
	transition: all .5s;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.innewsdvcenter ul li:hover  section{
	background-color: #214fa3;
}
.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 a{
	 display: flex;
	 justify-content: space-between;
}
.innewsdvright ul li a div {
	width: 40%;
	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: 54%;
	transition: all .5s;
}
.innewsdvright ul li a section h1{
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	transition: all .5s;
}
.innewsdvright ul li a section h2{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 10px;
	transition: all .5s;
}
.innewsdvright ul li a section h2 i{
	color: #999999;
	font-size: 14px;
	transition: all .5s;
}
.innewsdvright ul li a section h2 iconpark-icon{
	color: #2f63a9;
	font-size: 20px;
	transition: all .5s;
}
.innewsdvright ul li:hover div img{
	transform: scale(1.05);
}
.innewsdvright ul li:hover section{
	background-color: #214fa3;
}
.innewsdvright ul li:hover section h1{
	color: #fff;
}
.innewsdvright ul li:hover a section h2 i{
	color: #fff;
}
.innewsdvright ul li:hover a section h2 iconpark-icon{
	color: #fff;
}
.inmessage{
	padding: 65px 0px;
	background-image: linear-gradient(to right, #00338c , #018fd8);
	background-size: cover;
}
.inmessagesdv{
	width: 80%;
	margin: 0 auto;
}
.inmessagesdv h1{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.inmessagesdv form{
	display: flex;
	justify-content: space-between;
}
.inmessagesdv form button{
	width: 15%;
	background-color: #333333;
	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;
}
.foot{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 90px;
	background-color: #ffffff;
}
.footdv{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdv dl dt{
	margin-bottom: 30px;
}
.footdv dl dt a{
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.footdv dl dd{
	margin-bottom: 25px;
}
.footdv dl dd a{
	color: #808080;
	font-size: 14px;
	color: #808080;
	font-family: "Montserrat Light";
}
.footdv dl div ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 50px;
}
.footdv dl div ul li{
	width: 36px;
	height: 36px;
	display: block;
	border-radius: 50%;
	margin-right: 20px;
}
.footdv dl div ul li img{
	display: block;
	width: 100%;
}
.wdl{
	width: 100%;
	background-color: #2d2d2d;
}
.wdldv{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.wdldv p{
	color: #bfbfbf;
	font-size: 14px;
	font-family: "Montserrat Light";
	line-height: 60px;
}
.wdldv p a{
	color: #bfbfbf;
	font-size: 14px;
}
.lxwmxx{
	padding-top: 90px;
	padding-bottom: 100px;
	background: url(../images/newsa_02.png) center no-repeat;
	background-size: cover;
}
.lxwmxxbt{
	text-align: center;
}
.lxwmxxbt h1{
	color: #404040;
	font-size: 30px;
	margin-bottom: 20px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
}
.lxwmxxbt p{
	color: #666666;
	font-size: 14px;
	margin-bottom: 60px;
}
.lxwmxxlist{
	width: 80%;
	margin: 0 auto;
}
.lxwmxxlist ul{
	display: flex;justify-content: space-between;
}
.lxwmxxlist ul li{
	width: 22% ;
	background: #e1e3e4;
	padding: 5%;
	padding-top: 60px;
	padding-bottom: 30px;
	transition: all .5s;
	text-align: center;
}
.lxwmxxlist ul li iconpark-icon{
	font-size: 42px;
	color: #676767;
	transition: all .5s;
	transition: all .5s;
}
.lxwmxxlist ul li p{
	color: #666666;
	font-size: 18px;
	margin-top: 30px;
	transition: all .5s;
	line-height: 30px;
}
.lxwmxxlist ul li:hover {
	background: url(../images/contact_03.png) center  no-repeat;
	background-size: cover;
}
.lxwmxxlist ul li:hover iconpark-icon,.lxwmxxlist ul li:hover p{
	color: #fff;
}

.ly{
	width: 100%;
	background: url(../images/lxwm_02.png) center no-repeat;
	padding-top: 80px;
	padding-bottom: 80px;
	background-size: cover;
}
.lydv{
	width: 80%;
	margin: 0 auto;
}
.lydv h1{
	color: #ffffff;
	font-size: 30px;
	font-family: 'Montserrat';
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.lydv p{
	width: 60%;
	margin: 0 auto;
	margin-bottom: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.lydv form{
	background-color: #fff;
	padding: 45px;
}
.lydv form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lydv form div input{
	border: none;
	border: 1px solid #cccccc;
	width: calc(29% - 2px);
	margin: 1%;
	padding:0 1% ;
	background-color: transparent;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-family: "Montserrat";
	outline: none;
}
.lydv form textarea{
	border: none;
	border: 1px solid #cccccc;
	width: calc(96% - 2px);
	margin: 1%;
	padding:0 1% ;
	background-color: transparent;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	font-family: "Montserrat";
	outline: none;
}
.lydv form div input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #4c4c4c;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color : #4c4c4c;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color : #4c4c4c;
}
.lydv form div input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color : #4c4c4c;
}
.lydv form div input::-ms-input-placeholder { /* Microsoft Edge */
   color : #4c4c4c;
}
.lydv form  textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #4c4c4c;
}
.lydv form button{
	width: 98%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-left: 1%;
	border: none;
	background-color: #1b67b4;
}
.shownav{
	width: 100%;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 10px 20px #e1e1e1;
	
}
.shownav ul{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.shownav ul li{
	height: 72px;
	line-height: 72px;
	border-bottom: 3px solid #fff;
	margin-right: 40px;
	transition: all .5s;
}
.shownav ul li a{
	display: block;
	color: #4c4c4c;
	font-size: 16px;
	text-transform: uppercase;
	transition: all .5s;
}
.shownav ul li:hover{
	border-bottom: 3px solid #124094;
}
.shownav ul li a:hover{
	color:  #124094;
}
.newsall{
	background-color: #f5f5f5;
	padding: 70px 0px;
}
.newsalldv{
	width: 82%;
	margin: 0 auto;
}
.newsalldv ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.newsalldv ul li{
	width: 23%;
	margin: 1%;
}
.newsalldv ul li .innewsdvleft{
	width: 100%;
}
.newsall .insalelilst{
	width: 82%;
}


.showcpzs{
	width: 80%;
	margin: 75px auto;
	margin-top: 0;
	padding-top: 75px;
	display: flex;
	justify-content: space-between;
}
.showcpzsleft{
	width: 50%;
}
.showcpzsright{
	width: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.showcpzsright h1{
	color: #124094;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Segoe UI";
	font-weight: bold;
}
.showcpzsright h2{
	color: #333333;
	font-size: 32px;
	font-family: "Segoe UI";
	font-weight: bold;
}

.showcpzsright ul{
	margin: 35px auto;
}
.showcpzsright ul li{
	display: flex;
	justify-content: flex-start;
}
.showcpzsright ul li span{
	display: block;
	width: 30%;
	line-height: 30px;
	color: #808080;
	font-size: 15px;
}
.showcpzsright ul li i{
	line-height: 30px;
	font-size: 15px;
	color: #4c4c4c;
}
.showcpzsright section{
	display: flex;
	justify-content: flex-start;
	margin-top: 100px;
}
.showcpzsright section a{
	display: flex;
	justify-content: flex-start;
	justify-content: space-around;
	width: 40%;
	height: 50px;
	border: 1px solid #cccccc;
	line-height: 50px;
	margin-right: 20px;
	color: #999999;
	font-size: 14px;
	text-align: center;
	position: relative;
	transition: all .5s;
}
.showcpzsright section a span{
	display: block;
	position: relative;
	z-index: 3;
	transition: all .5s;
}
.showcpzsright section a iconpark-icon{
	font-size: 20px;
	color: #999999;
	position: relative;
	z-index: 3;
}
.showcpzsright section a::after{
	content: "";
	width: 0%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #124094;
	transition: all .5s;
}
.showcpzsright section a:hover {
	border-color: transparent;
	color: #fff;
}
.showcpzsright section a:hover span{
	color: #fff;
}
.showcpzsright section a:hover iconpark-icon{
	color: #fff;
}
.showcpzsright section a:hover::after{
	width: 100%;
}
.showpro{
	width: 80%;
	margin: 50px auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.showproleft{
	width: 30%;
}
.showproright{
	width: 67%;
	margin-bottom: 40px;
}
.showproleft .insalelilst{
	padding: 20px 0px;
}
.showproleft .insalelilst{
	width: 100%;
	display: block;
}
.showproleft .insalelilst li{
	width: 90%;
	padding: 5%;
	margin: 0;
	margin-bottom: 20px;
}
.showprobt{
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
	font-size: 24px;
	font-family: "Segoe UI";
}
.showprobt i{
	display: block;
	width: 4px;
	height: 20px;
	background-color: #124094;
	margin-right: 10px;
}
.showcpzsright p{
	font-size: 14px;
	line-height: 25px;
	margin: 15px 0px;
	color: #666666;
}
.cpgs{
	margin: 20px auto;
	width: 94%;
	padding: 3%;
	background-color: #fff;
}
.cpfy{
	clear: both;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}
.cpfy p{
	color: #808080;
	font-size: 14px;
}
.cpfy p a{
	color: #808080;
	font-size: 14px;
}
.about .abtdvleft h1{
	margin-bottom: 15px;
}
.about .abtdvleft i{
	margin-top: 0;
	margin-bottom: 40px;
}
.about .abtdvleft p{
	margin-bottom: 30px;
}
.osophy{
	width: 100%;
	padding-top: 5%;
	background: url(../images/zsbg_02.png)  top center no-repeat;
	background-color: #f5f5f5;
	padding-bottom: 100px;
}
.osophydv{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: flex-start;
}
.osophydvleft{
	width: 60%;
}
.osophydvleft h1{
	color: #ffffff;
	font-size: 36px;
	font-family: "Montserrat";
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.osophydvleft p{
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
}
.osophydvright{
	width: 200px;
}
.osophydvright a{
	display: flex;
	margin-top: 40px;
	background-color: #fff;
	height: 55px;
	justify-content: space-around;
	align-items: center;
}
.osophydvright a span{
	color: #214fa3;
	font-size: 14px;
	text-transform: uppercase;
}
.osophydvright a iconpark-icon{
	font-size: 20px;
	color: #214fa3;
}
.osophydvlist{
	width: 80%;
	margin: 0 auto;
}
.osophydvlist img{
	display: block;
	width: 100%;
}
.osophydvlist .swiper-button-next,.osophydvlist .swiper-button-prev{
	background-color: #cccccc;
	width: 40px;
	height: 40px;
	transition: all .5s;
}
.osophydvlist .swiper-button-prev, .osophydvlist .swiper-rtl .swiper-button-next{
	left: 0;
	right: auto;
}
.osophydvlist .swiper-button-next, .osophydvlist .swiper-rtl .swiper-button-prev{
	right: 0;
	left: auto;
}
.osophydvlist .swiper-button-next:after,.osophydvlist .swiper-button-prev:after{
	font-size: 16px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.osophydvlist .swiper-button-next:hover,.osophydvlist .swiper-button-prev:hover{
	background-color: #2451a4;
}
.facshow{
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 15px;
	padding-bottom: 100px;
}
.facshowbt{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.facshowbt h1{
	color: #333333;
	font-size: 36px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
}
.facshowbt .osophydvright a{
	margin-top: 0;
	background-image: linear-gradient(to bottom right, #00338d, #008dd7);
}
.facshowbt .osophydvright a span{
	color: #fff;
}
.facshowbt .osophydvright a iconpark-icon{
	color: #fff;
}
.facslist{
	margin: 0 auto;
	margin-top: 50px;
	width: 80%;
}
.facslist ul{
	display: flex;
	justify-content: space-between;
}
.facslist ul li{
	width: 31.33%;
	box-shadow: 0px 0px 20px #e6e7e8;
}
.facslist ul li div{
	display: block;width: 100%;
	overflow: hidden;
}
.facslist ul li div img{
	width: 100%;
	display: block;transition: all .5s;
}
.facslist ul li:hover div img{
	transform: scale(1.05);
}
.facslist ul li section{
	line-height: 90px;
	text-align: center;
	height: 90px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #333333;
	font-size: 20px;
	font-family: "Montserrat";
	font-weight: bold;
	transition: all .5s;
}
.facslist ul li:hover section{
	color: #fff;
	background-color: #00338c;
}
.osophydvlist .swiper-slide {
	overflow: hidden;
}
.osophydvlist .swiper-slide img{
	transition: all .5s;
}
.osophydvlist .swiper-slide:hover img{
	transform: scale(1.05);
}
.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: 90%;
	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;

}

.showcpzsleft{
	width: 53%;
	display: flex;
    justify-content: space-between;
}

.showcpzsleft #gallery2 {
    width: 77%;
    margin:0;
}
.showcpzsleft #gallery2 .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.showcpzsleft #gallery2 .swiper-slide img{
	display: block;
	width: 100%;
}
.showcpzsleft #thumbs2 {
    width: 16%;
    margin:0;
}
.showcpzsleft .thumbs .swiper-slide section{
	border: 1px solid #dcdcdc;
}
.showcpzsleft .thumbs .swiper-slide img{
	width: 100%;
	display: block;
}
.showcpzsleft #gallery2 .swiper-slide section{
	width: calc(100% - 2px);
	border: 1px solid #dcdcdc;
}
.newsall .facslist ul{
	display: flex;
	flex-flow: wrap;
	justify-content: flex-start ;
}
.newsall .facslist ul li{
	margin: 1%;
}
.nrbanner{
	position: relative;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nrbanner .btext h2{
	text-align: center;
	font-size: 44px;
	font-family:"Montserrat" ;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.nrbanner .btext p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
}
.nrbanner .btext p a{
	color: #fff;
}
.sbanners  .swiper-slide div img{
	margin-top: 10%;
	width: 40px;
	display: block;
}
.sbanners{
	display: block;
	width: 100%;
}
.sbanners .swiper-slide{
	position: relative;
} 
.sbanners .swiper-slide div{
	position: absolute;
	width: 80%;
	height: 100%;
	left: 10%;top: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.sbanners .swiper-slide div h1{
	font-size: 46px;
	color: #ffffff;
	font-weight: 100%;
	text-transform: uppercase;
}
.sbanners .swiper-slide div p{
	color: #ffffff;
	margin-top: 15px;
	font-size: 46px;
	line-height: auto;
	font-weight: bold;
	text-transform: uppercase;
}
.sbanners .swiper-slide div a{
	width: 210px;
	height: 50px;
	border: 1px solid #fff;
	display: flex;
	justify-content: space-around;
	font-size: 16px;
	color: #fff;
	align-items: center;
	margin-top: 70px;
}
.sbanners .swiper-slide div a iconpark-icon{
	font-size: 20px;
	color: #fff;
}
.sbanners .swiper-slide img{
	width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	width: 30%;
	left:auto;
	right: 0;
	bottom: 35px;
}
.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	background-color: #1b4a97;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background-color: #fff;

}

.mfoot,.mfootdv{
	display: none;
}
.sbanners .swiper-slide div img{
	animation: example 5s linear 2s infinite alternate;
}
.appca{
	width: 100%;
	margin: 0 auto;
}
.appca .incpbt{
	margin-bottom: 50px;
}
.appca #thumbs{
	width: 80%;
	margin: 0 auto;
}
.appcadv{
	width: 80%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 45px;
}
.appcadv::after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 5px;
	left: 0px;
	border-bottom: 1px solid #ebebeb;
}
.appca #thumbs .swiper-slide span{
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid transparent;
	border-radius: 50%;
	margin: 0 auto;
	background-color: transparent;
}
.appca #thumbs .swiper-slide  p{
	color: #000000;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
.appca #thumbs .swiper-slide-thumb-active span{
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #214fa3;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #fff;
}
#gallery img{
	display: block;
	width: 100%;
}
.solution{
	width: 500px;
	padding: 60px 70px;
	background-color: #fff;
}
.sqfwfg{
	position: absolute;
	top:0;
	right: 10%;
	height: 100%;
	display: flex;
	align-items: center;
	z-index: 99;
}
.solutionbt{
	display: flex;
	justify-content: flex-start;
	align-items: center;margin-bottom: 20px;
}
#gallery .solutionbt img{
	width: 30px;
	margin-right: 10px;
	display: block;
}
#gallery .solutionbt h1{
	color: #333333;
	font-size: 26px;
	font-family: "Montserrat";
	font-weight: bold;
}
#gallery .solutionp{
	line-height: 25px;
	color: #4c4c4c;
	font-size: 14px;
}
.solution form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.solution form div span{
	display: block;
	width: 4px;
	height: 4px;
	border: 2px solid #0a7cb9;
	border-radius: 50%;
	margin-right: 5px;
}
.solution form div section{
	display: flex;justify-content: flex-start;
	align-items: center;
	width: 48%;
	border-bottom: 1px solid #e6e6e6;
	margin-top: 15px;
}
.solution form div input{
	border: none;
	line-height: 35px;
	outline: none;
}
.solution form button{
	width: 160px;
	height: 45px;
	background-color: #00338c;
	color: #ffffff;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	margin-top: 30px;
}
.showcpzsright div{
	width: 100%;
}
.newsall .facslist{
	margin-top: 0;
}
.insale .insalelilst ul li{
	width: 21%;
    padding: 1%;
    margin: 1%;
}
.mfootdv,.mfoot{
	display: none;
}
.headdvright ul li.active{
	    border-top: 4px solid #024196;
}
.shownav ul li.active{
	border-bottom: 3px solid #124094;
}
.shownav ul li.active a{
	color: #124094;
}
@media only screen and (min-width: 1000px) and (max-width: 1400px){
	.headdvleft{
		width: 20%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.headdvleft img{
		display: block;
		width: 100%;
	}
	.headdv{
		padding: 0 2.5%;
	}
	.headdvright ul li{
		margin: 0 5px;
		padding:  0 5px;
	}
	.dh{
		margin-left: 15px;
	}
	.dh img{
		width: 25px;
	}
	.dh span{
		font-size: 28px;
	}
	.ljcp{
		width: 95%;
	}
	.incp,.insalelilst{
		width: 95%;
	}
	.abtdv{
		width: 97.5%;
		margin-left: 2.5%;
	}
	.abt ul{
		width: 95%;
	}
	.innewdv{
		width: 95%;
	}
	.zyas{
		margin-top: 5px;
		padding-top: 5px;
	}
	.innewsdvright ul li a section h2{
		margin-top: 5px;
	}
	.innewsdvright ul li a section h1{
		font-size: 16px;
		line-height: 25px;
		height: 50px;
	}
	.innewsdvcenter ul li section p{
		height: 50px;
		line-height: 25px;
		font-size: 14px;
	}
	.zyas h2 span{
		font-size: 24px;
	}
	.inmessagesdv,.footdv,.wdldv{
		width: 95%;
	}
	.footdv dl:last-child{
		width: 40%;
	}
	.lxwmxxlist{
		width: 95%;
	}
	.lydv{
		width: 95%;
	}
	.osophydv,.osophydvlist{
		width: 95%;
	}
	.facshowbt,.facslist{
		width: 95%;
	}
	.shownav ul{
		width: 95%;
	}
	.newsalldv{
		width: 97%;
	}
	.newsall .insalelilst{
		width: 97%;
	}
	.showcpzs{
		width: 95%;
	}
	.showcpzsright{
		width: 45%;
	}
	.showpro{
		width: 95%;
	}
	.solution{
		padding: 5%;
	}
}
@media screen and (max-width: 999px){
	.heads{
		display: none;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.ljcp{
		width: 95%;
		margin-top: 0;
		margin: 20px auto;
		display: block;
		height: auto;
		padding: 15px 0px;
	}
	.ljcpleft{
		width: 90%;
	}
	.ljcpleft section h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.ljcpleft section form{
		height: 35px;
		line-height: 35px;
	}
	.ljcpleft section ul li{
		margin-top: 10px;
	}
	.ljcpright{
		width: 90%;
		margin-top: 20px;
	}
	.ljcpright section h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.ljcpright section h1 a{
		width: 100px;
	}
	.ljcpright section ul{
		flex-wrap: wrap;
	}
	.ljcpright section ul li{
		width: 49%;
		margin: 1% 0;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.ljcpright section ul li a{
		font-size: 14px;
		display: block;
	}
	.ljcpright section dl dd{
		margin-top: 10px;
	}
	.incp{
		width: 100%;
		margin: 30px auto;
		margin-bottom: 0px;
	}
	.incpbt{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.incplist ul{
		flex-wrap: wrap;
	}
	.incplist ul li{
		width: 50%;
	}
	.incplist ul li section{
		width: 90%;
	}
	.incplist ul li section h1{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.incplist ul li.active{
		width: 50%;
	}
	.incplist ul li section h2{
		padding-bottom: 8px;
	}
	.insale{
		padding: 25px 0;
	}
	.insalebt{
		font-size: 22px;
	}
	.insalebt{
		margin-bottom: 15px;
		font-size: 22px;
	}
	.insalelilst{
		width: 98%;
	}
	.insalelilst ul li{
		width: 44%;
	}
	.insalelilst ul li section h1{
		font-size: 14px;
	}
	.abt{
		margin: 30px 0px;
	}
	.abtdv{
		width: 95%;
		margin: 0 auto;
		display: block;
	}
	.abtdvleft{
		width: 100%;
	}
	.abtdvleft h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.abtdvleft h2{
		font-size: 16px;
	}
	.abtdvleft i{
		margin: 10px 0;
	}
	.abtdvleft p{
		font-size: 14px;
	}
	.abtdvleft a{
		margin-top: 15px;
		height: 40px;
		line-height: 40px;
		margin: 15px auto;
		width: 120px;
	}
	.abtdvright{
		width: 100%;
	}
	.abt ul{
		width: 95%;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.abt ul li{
		width: 48%;
		margin-top: 15px;
	}
	.abt ul li h1 span{
		font-size: 28px;
	}
	.abt ul li h1{
		margin-bottom: 8px;
	}
	.abt ul li h1 i{
		font-size: 14px;
		margin-left: 5px;
	}
	.abt ul li h2{
		font-size: 14px;
		padding-top: 15px;
	}
	.innews{
		padding: 25px 0px;
	}
	.innewsbt{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.innewdv{
		display: block;
		width: 95%;
	}
	.innewsdvleft{
		width: 100%;
		margin-bottom: 10px;
	}
	.innewsdvleft section h1{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.innewsdvleft section p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.zyas{
		padding-top: 5px;
		margin-top: 5px;
	}
	.zyas h2 span{
		font-size: 24px;
	}
	.innewsdvcenter{
		width: 100%;
	}
	.innewsdvcenter ul li{
		margin-bottom: 10px;
	}
	.innewsdvcenter ul li section h1{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.innewsdvcenter ul li section p{
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}
	.innewsdvright{
		width: 100%;
	}
	.innewsdvright ul li{
		margin-bottom: 10px;
	}
	.innewsdvright ul li a section h1{
		font-size: 14px;
	}
	.inmessage{
		padding: 30px 0px;
	}
	.foot,.wdl{
		display: none;
	}
	.inmessagesdv{
		width: 95%;
	}
	.inmessagesdv h1{
		font-size: 22px;
		margin-bottom: 10px;
		text-align: center;
	}
	.inmessagesdv form{
		display: block;
	}
	.inmessagesdv form input{
		width: 95%;
		padding: 0 2.5%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.inmessagesdv form input:nth-child(3){
		width: 95%;
		padding: 0 2.5%;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.inmessagesdv form button{
		width: 40%;
		line-height: 40px;
		height: 40px;
	}
	.inmessagesdv p{
		margin-top: 10px;
		line-height: 25px;
	}
	.about .abtdvleft i{
		margin-bottom: 15px;
	}
	.abtdvleft h2{
		margin-bottom: 10px;
	}
	.about .abtdvleft p{
		margin-bottom: 25px;
	}
	.osophy{
		padding-bottom: 20px;
	}
	.osophydv{
		width: 95%;
		display: block;
		margin-bottom: 20px;
	}
	.osophydvleft{
		width: 100%;
	}
	.osophydvleft h1{
		font-size: 22px;
		text-align: center;
		margin-bottom: 10px;
	}
	.osophydvleft p{
		line-height: 30px;
	}
	.osophydvright{
		width: 140px;
	}
	.osophydvright a{
		margin-top: 20px;
		width: 100%;
		height: 40px;
	}
	.osophydvlist{
		width: 95%;
	}
	.facshow{
		padding: 20px 0;
	}
	.facshowbt{
		width: 95%;
	}
	.facshowbt h1{
		font-size: 22px;
	}
	.facslist{
		width: 95%;
		margin-top: 20px;
	}
	.facslist ul{
		flex-wrap: wrap;
	}
	.facslist ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.facslist ul li section{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.shownav ul{
		width: 95%;
	}
	.shownav ul li{
		line-height: 42px;
		height: 42px;
		margin-right: 0;
		margin-right: 3%;
	}
	.newsall{
		padding: 20px 0px;
	}	
	.newsall .insalelilst{
		width: 98%;
	}
	.newsalldv{
		width: 95%;
	}
	.newsalldv ul li{
		width: 48%;
	}
	.lxwmxx{
		padding-top: 20px;
		padding-bottom: 25px;
	}
	.lxwmxxbt h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.lxwmxxbt p{
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	.lxwmxxlist{
		width: 95%;
	}
	.lxwmxxlist ul{
		display: block;
	}
	.lxwmxxlist ul li{
		margin-bottom: 10px;
		width: 90%;
		padding: 5%;
	}
	.lxwmxxlist ul li iconpark-icon{
		font-size: 32px;
	}
	.lxwmxxlist ul li p{
		margin-top: 10px;
		font-size: 14px;
	}
	.ly{
		padding: 5% 0px;
	}
	.lydv{
		width: 95%;
	}
	.lydv h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.lydv p{
		width: 100%;
		margin-bottom: 15px;
	}
	.lydv form{
		padding: 5%;
	}
	.lydv form div{
		display: block;
	}
	.lydv form div input{
		width: calc(92% - 2px);
		padding: 0 4%;
		margin: 0;
		margin-bottom: 10px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.lydv form textarea{
		width: calc(92% - 2px);
		padding: 0 4%;
		margin: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.lydv form button{
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.showpro{
		width: 95%;
		margin: 0 auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.showproright{
		width: 100%;
		margin: 0 auto;
	}
	.cpgs{
		margin: 10px auto;
	}
	.cpfy{
		display: block;
		line-height: 35px;
		margin-top: 20px;
		padding-top: 10px;
	}
	.showproleft{
		width: 100%;
	}
	.showprobt{
		font-size: 20px;
	}
	.showcpzs{
		width: 95%;
		margin: 30px auto;
		display: block;
		padding-top: 0;
	}
	.showcpzsleft{
		width: 100%;
		display: block;
	}
	.showcpzsleft #gallery2{
		width: 100%;
	}
	.showcpzsleft #gallery2 .swiper-slide section{
		width: calc(99% - 2px);
	}
	.showcpzsleft #thumbs2{
		width: 100%;
		margin-top: 15px;
	}
	.showcpzsright{
		width: 100%;
		margin-top: 25px;
	}
	.showcpzsright h1{
		margin-bottom: 5px;
	}
	.showcpzsright h2{
		font-size: 20px;
		font-weight: bold;
	}
	.showcpzsright h3 span{
		font-size: 32px;
	}
	.showcpzsright h3 em{
		width: 28px;
	}
	.showcpzsright section{
		margin-top: 15px;
	}
	.showcpzsright section a{
		height: 40px;
		line-height: 40px;
	}
	.showcpzsright ul li span{
		width: 32%;
	}
	.showcpzsright ul{
		margin: 15px auto;
	}
	.showcpzsright div{
		width: 100%;
	}
	.showcpzsright section{
		display: flex;
		justify-content: space-between;
	}
	.showcpzsright section a{
		margin-right: 0;
		width: 48%;
	}
	.showproleft .insalelilst{
		padding-bottom: 0;
	}
	.showproleft .insalelilst li{
		width: 42%;
		padding: 3%;
	}
	.showproleft .insalelilst li:last-child{
		display: none;
	}
	.insalelilst ul{
		justify-content: space-between;
	}
	.nav-bread{
		height: 30px;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.padding-big-bottom{
		padding-bottom: 10px;
	}
	.article .post hr{
		margin: 5px 0px;
	}
	.blank-big{
		height: 30px;
		line-height: 30px;
	}
	.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;
	}
	.blank-middle{
		height: 15px;
	}
	.nrbanner{
		overflow: hidden;
		width: 100%;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.appcadv::after{
		width: 100%;
	}
	.appcadv{
		width: 100%;
	}
	.appca #thumbs{
		width: 95%;
	}
	.appca #thumbs .swiper-slide p{
		font-size: 14px;
	}
	.sqfwfg{
		position: inherit;
	}
	.solution{
		width: 90%;
		padding: 5%;
		right: 0;
	}
	.sqfwfg{
		right: 0;
	}
	#gallery .solutionbt h1{
		font-size: 20px;
	}
	.sbanners .swiper-slide div h1{
		font-size: 20px;
	}
	.sbanners .swiper-slide div p{
		font-size: 20px;
	}
	.sbanners .swiper-slide div a{
		display: none;
	}
	.sbanners .swiper-slide div{
		width: 90%;
		left:5%;
	}
	.sbanners .swiper-slide div p{
		margin-top: 10px;
	}
	.ljcpleft section ul{
		display: none;
	}
	.ljcpright section dl{
		display: none;
	}
	.ljcpright section h1,.ljcpleft section h1{
		font-size: 16px;
	}
	.incplist{
		width: 98%;
		margin: 0 auto;
	}
	.incplist ul li {
		width: 48%;
		margin: 1%;
	}
	.incplist ul li.active{
		width: 48%;
	}
	.appca .incpbt{
		margin-bottom: 25px;
		margin-top: 35px;
	}
	.insale .insalelilst ul li{
		width: 44%;
		padding: 2%;
	}
	.showcpzsleft #thumbs2{
		height: auto !important;
	}
	.showcpzsright section a::after{
		height: 40px;
	}
	.innewsdvright{
		display: none;
	}
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
		width: 100%;
		bottom: 5%;
	}
	.sbanners .swiper-slide{
		overflow: hidden;
	}
	.sbanners .swiper-slide img{
		width: 150%;
		margin-left: -25%;
	}
	.ljcpright section h1, .ljcpleft section h1{
		font-size: 12px;
	}
	.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;
	}
}