/* 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: "Poppins";
	src:url('../font/Poppins-Regular_0.ttf');
}
@font-face
{
	font-family: "Poppins_Light";
	src:url('../font/Poppins-Light_0.ttf');
}
@font-face
{
	font-family: "Poppins_Medium";
	src:url('../font/Poppins-Medium_0.ttf');
}
body {
    font-size: 12px;
    font-family: "Poppins";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.htmleaf-container{
	display: none;
}
.header-navigation {
	top:30;
	width:100%;
	text-align:center;
	z-index:9999;
}
.heads{
	height:100px;
	top: 0px;
	width: 100%;
	left: 0%;
	transition: all .5s;
	background-size: cover;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(-120px);
	-ms-transform:translateY(-120px);
	-o-transform:translateY(-120px);
	transform:translateY(-120px);
	/*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{
	width: 95%;
	margin: 0 auto;
	height: 100px;
	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: 96px;
	margin: 0 10px;
	border-top: 4px solid transparent;
	padding: 0 10px;
	transition: all .3s;
}
.headdvright ul li a{
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Poppins';
}
.headdvright ul li:hover{
	border-top: 4px solid #026daf;
}
.headdvright ul li:hover a{
	color: #026daf;
}
.headdvright ul li.active{
	border-top: 4px solid #026daf;
}
.headdvright ul li.active a{
	color: #026daf;
}
.ss img{
	display: block;
}
.yuyan{
	width: 110px;
	height: 35px;
	background-color: #026daf;
	border-radius: 5px;
	margin-left: 20px;
	position: relative;
}
.yuyan a{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 35px;
}
.yuyan iconpark-icon{
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.yuyan span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Poppins_Light";
	margin-left: 10px;
}
.yuyan ol{
	display: block;
    position: absolute;
    background-color: #fff;
    z-index: 99;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all .5s;
}
.yuyan ol li a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 35px;
	color: #333;
	font-size: 14px;
}
.yuyan:hover ol{
	height:70px;
}
.yuyan ol a:hover{
	background-color:#026daf;
	color: #fff;
}
.banner img{
	display: block;
	width: 100%;
}
.abbay{
	width: 100%;
	height: 760px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/lou_02.jpg) center no-repeat;
	background-size: cover;
}
.abbaydv{
	width: 1500px;
	margin: 0 auto;
}
.abbayleft{
	width: 50%;
}
.abbayleft h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	font-family: "Poppins";
	margin-bottom: 20px;
}
.abbayleft h2{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	margin-bottom: 30px;
}
.abbayleft p{
	color: #4c4c4c;
	line-height: 30px;
	font-family: "Poppins_Light";
	font-size: 16px;
}
.abbayleft ul{
	display: flex;
	justify-content: flex-start;
}
.abbayleft ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 40px;
}
.abbayleft ul li{
	width: 200px;
	margin-right: 10px;
	position: relative;
}
.abbayleft ul li img{
	width: 100%;
	display: block;
}
.abbayleft ul li span{
	display: block;
	width: 150px;
	position: absolute;
	top: 0;
	left: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Poppins';
}
.sz{
	background: url(../images/bg_02.jpg) center no-repeat;
	padding: 70px 0px;
	background-size: cover;
}
.szdv{
	width: 1500px;
	margin: 0 auto;
}
.szdv ul{
	display: flex;
	justify-content: space-between;
}
.szdv ul li h1{
	color: #fff;
	font-size: 60px;
	font-family: "Poppins_Light";
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.szdv ul li h1 sub{
	font-size: 30px;
	color: #fff;
	margin-top: 10px;
}
.szdv ul li p{
	color: #fff;
	font-size: 16px;
	font-family: "Poppins_Light";
}
.shiming{
	width: 100%;
	position: relative;
}
.shimingbt{
	width: 85%;
	position: absolute;
	left: 7.5%;
	top: 10%;
	z-index: 3;
}
.shimingbt .susongtopleft h1{
	width: 45px;
	height: 30px;
	border-bottom: 2px solid #fff;
	margin-bottom: 25px;
}
.shimingbt .susongtopleft h2{
	font-family: "Poppins";
	font-weight: bold;
	color: #fff;
	font-size: 48px;
}
.shimingdv #gallery1258 .swiper-slide img{
	width: 100%;
	display: block;
}
.fwsleftgeh{
	width: 100%;
	background-color: rgba(0, 113, 183, 0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	height: 130px;
}
.shimingdv #thumbs1258{
	width: 85%;
	margin: 0 auto;
	overflow: visible;
}
.shimingdv #thumbs1258 .swiper-slide div{
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	transition: all .5s;
	background-color: rgba(2, 109, 175, 0.8);
}
.shimingdv #thumbs1258 .swiper-slide div iconpark-icon{
	font-size: 30px;
	color: #fff;
	margin-right: 15px;
}
.shimingdv #thumbs1258 .swiper-slide-thumb-active div{
	height: 200px;
	margin-top: -70px;
	background-color: rgba(2, 109, 175, 0.8);
	flex-wrap: wrap;
}


.jjfa{
	width: 540px;
	padding: 50px 35px;
	position: absolute;
	right: 7.5%;
	top: 15%;
	z-index: 99;
	background-color: #f5f9fd;
	border-radius: 10px;
}
.jjfa h1{
	display: flex;
	align-items: center;
	color: #4c4c4c;
	font-size: 26px;
	margin-bottom: 15px;
}
.jjfa h1 img{
	display: block;
	width: 30px;
	margin-right: 10px;
}
.jjfa p{
	margin-bottom: 5px;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.jjfa form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jjfa form div section{
	width: 48%;
	margin: 1% 0px;
	position: relative;
}

.jjfa form div input{
	width: 88%;
	padding: 0 6%;
	 border: none;
	 border-bottom: 1px solid #e6e6e6;
	 height: 50px;
	 line-height: 50px;
	 color: #999999;
	 font-size: 14px;
	 outline: none;
	 position: relative;
	 background-color: transparent;
	 font-family: "Poppins";
}
.jjfa form div input::placeholder{
	color: #999999;
	font-size: 14px;
	font-family: "Poppins";
}
.jjfa form div section::after{
	content: "";
    display: block;
    width: 5px;
    height: 5px;
    border: 2px solid #155ca9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
	z-index: 3;
}
.jjfa form button{
	width: 160px;
	height: 45px;
	background-color: #026daf;
	font-size: 14px;
	color: #fff;
	line-height: 45px;
	border: none;
	outline: none;
	border-radius: 50px;
	font-size: 14px;
}
.jjfa section{
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.jjfa section h2{
	font-size: 14px;
	margin-left: 20px;
	font-family: "Poppins";
	color: #026daf;
}
.jjfa section h2 a{
	color: #026daf;
}
.shimingdv #thumbs1258 .swiper-slide div h1{
	display: flex;
	justify-content: center;
	align-items: center;
}
.shimingdv #thumbs1258 .swiper-slide div a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 14px;
	display: none;
}
.shimingdv #thumbs1258 .swiper-slide-thumb-active div h1{
	font-size: 24px;
}
.shimingdv #thumbs1258 .swiper-slide-thumb-active div a{
	display: flex;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
.shimingdv #thumbs1258 .swiper-slide-thumb-active div a iconpark-icon{
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #fff;
	color: #1678b5;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.abpo{
	width: 1500px;
	margin: 105px auto;
}
.abpodvnr h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	font-family: "Poppins";
	text-transform: uppercase;
}
.abpodvnr i{
	display: block;
	height: 15px;
	width: 50px;
	border-bottom: 3px solid #026daf;
	margin-bottom: 25px;
}
.abpodvnr p{
	color: #4c4c4c;
	font-size: 14px;
	font-family: "Poppins_Light";
	line-height: 30px;
}
.abpolist ul{
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.abpolist ul li{
	width: 200px;
	padding: 45px;
	background-color: #f7f7f7;
	border-radius: 10px;
}
.abpolist ul li h1{
	color: #333333;
	font-size: 18px;
	font-family: "Poppins_Medium";
	text-align: center;
	line-height: 25px;
	height: 50px;
	transition: all .5s;
}
.abpolist ul li div{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.abpolist ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.abpolist ul li:hover div img{
	transform: scale(1.05);
}
.abpolist ul li div h4{
	position: absolute;
	top: 0;
}
.abpolist ul li h3{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	font-size: 14px;
	font-family: "Poppins_Light";
	margin-top: 15px;
}
.abpolist ul li h3 iconpark-icon{
	width: 25px;
	height: 25px;
	background-color: #ebebeb;
	border-radius: 50px;
	margin-left: 10px;
	transition: all .5s;
}
.abpolist ul li:hover h3 iconpark-icon{
	background-color: #fff;
	color: #026daf;
}
.abpolist ul li:hover{
	background-color: #1a7bb6;
}
.abpolist ul li h4{
	background-color: rgba(26,123,182, 0);
	height: 100%;
	width: 100%;
	opacity: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	font-family: 'Poppins_Light';
}
.abpolist ul li:hover h4{
	opacity: 1;
}
.abpolist ul li:hover h3,.abpolist ul li:hover h1,.abpolist ul li:hover h4{
	color: #ffffff;
}
.ditu{
	position: relative;
}
.ditu img{
	width: 100%;
	display: block;
}
.ditubt {
	position: absolute;
	top: 10%;
	width: 100%;
}
.ditubt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.ditubt p{
	width: 530px;
	line-height: 25px;
	color: #404040;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	font-family: "Poppins_Light";
}
.key{
	margin: 105px auto;
	width: 1500px;
}
.keydv {
	display: flex;
	justify-content: space-between;
}
.keydvleft{
	width: 55%;
	overflow: hidden;
}
.keydvleft img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.keydvright{
	width: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.keydvright h1{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.keydvright ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}
.keydvright ul li i{
	display: block;
	width: 5px;
	height: 5px;
	border: 2px solid #026daf;
	border-radius: 50px;
	margin-top: 7px;
}
.keydvright ul li span{
	display: block;
	width: 95%;
	margin-left: 10px;
	color: #333333;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.keydvright a{
	display: flex;
	color: #333333;
	font-family: 'Poppins_Medium';
	justify-content: flex-start;
	font-size: 14px;
	margin-top: 50px;
}
.keydvright a iconpark-icon{
	width: 25px;
    height: 25px;
    background-color: #026daf;
    border-radius: 50px;
    margin-left: 10px;
    transition: all .5s;
	color: #fff;
}
.keydvleft:hover img{
	transform: scale(1.05);
}
.keydv2 {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}
.keydvright1{
	width: 55%;
	overflow: hidden;
}
.keydvright1 img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.keydvleft1{
	width: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.keydvleft1 h1{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.keydvleft1 p{
	font-size: 14px;
	color: #333333;
	font-family: "Poppins_Light";
	margin-bottom: 20px;
}
.keydvleft1 a{
	display: flex;
	color: #333333;
	font-family: 'Poppins_Medium';
	justify-content: flex-start;
	font-size: 14px;
	margin-top: 50px;
}
.keydvleft1 a iconpark-icon{
	width: 25px;
    height: 25px;
    background-color: #026daf;
    border-radius: 50px;
    margin-left: 10px;
    transition: all .5s;
	color: #fff;
}
.keydvright1:hover img{
	transform: scale(1.05);
}
.innews{
	background-color: #f5f8fa;
	padding: 100px 0px;
}
.innewsdv{
	width: 1500px;
	margin: 0 auto;
}
.innewsbt h1{
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.innewsbt p{
	width: 530px;
	line-height: 25px;
	color: #404040;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	font-family: "Poppins_Light";
}
.innewslist{
	margin-top: 35px;
}
.innewslist ul{
	display: flex;
	justify-content: space-between;
}
.innewslist ul li{
	width: 31%;
	overflow: hidden;
	border-radius: 10px;
}
.innewslist ul li a div{
	width: 100%;
	overflow: hidden;
}
.innewslist ul li a div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.innewslist ul li:hover a div img{
	transform: scale(1.05);
}
.innewslist ul li section{
	padding: 30px 35px;
	background-color: #fff;
	box-shadow: 0px 0px 10px #dcdcdc;
	transition: all .5s;
}
.innewslist ul li section h1{
	color: #4c4c4c;
	font-size: 20px;
	font-family: "Poppins_Light";
	line-height: 20px;
	height: 20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.innewslist ul li section p{
	line-height: 25px;
	overflow: hidden;
	height: 50px;
	color: #999999;
	font-size: 15px;
	font-family: "Poppins_Light";
	margin-top: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.innewslist ul li section h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.innewslist ul li section h3 span{
	color: #4c4c4c;
	font-size: 14px;
}
.innewslist ul li section h3 iconpark-icon {
	width: 40px;
    height: 40px;
    background-color: #edf1f3;
    border-radius: 50px;
    margin-left: 10px;
    transition: all .5s;
    color: #4a4a4a;
	font-size: 20px;
	transition: all .5s;
}
.innewslist ul li:hover section{
	box-shadow: 0px 0px 10px #dcdcdc;
}
.innewslist ul li:hover section h3 span{
	color: #0673c7;
}
.innewslist ul li:hover section h3 iconpark-icon {
	background-color: #155ca9;
	color: #fff;
}
.foot{
	width: 100%;
	border-top: 1px solid #262626;
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #262626;
}
.footdv{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 500px;
}
.footdvleft img{
	display: block;
}
.footdvleft p{
	margin-top: 15px;
	color: #cdcdcd;
	font-size: 14px;
	line-height: 25px;
}
.footdvleft section{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.footdvleft section img{
	display: block;
}
.footdvleft section a{
	display: block;
	width: 34px;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 50px;
}
.footdvright{
	width: 55%;
	display: flex;
	justify-content: space-between;
} 
.footdvright dl dt{
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
}

.footdvright dl dt a{
	font-size: 18px;
	text-transform: uppercase;
	line-height: 40px;
	font-size: 18px;
	color: #ffffff;
}
.footdvright dl dd {
	margin-top: 5px;
	line-height: 30px;
	display: block;
}
.footdvright dl dd a{
	color: #b2b2b2;
	font-size: 14px;
	line-height: 30px;
	display: block;
	transform: translateX(0);
	transition: all .5s;
}
.footdvright dl dd a:hover{
	color: #fff;
	transform: translateX(-10px);
}
.footdvright div{
	width: 120px;
}
.footdvright div img{
	display: block;
	width: 100%;
}
.footdvright h1{
	text-align: center;
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
}
.wdl{
	width: 100%;
	border-top: 1px solid #333333;
	height: 70px;
	background-color: #262626;
}
.wdldv{
	width: 1500px;
	margin: 0 auto;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wdldv p{
	color: #999999;
	font-size: 14px;
}
.wdldv p a{
	color: #999999;
	font-size: 14px;
}

.conpany{
	background: url(../images/company_02.jpg) center no-repeat;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 80px;
}
.conpanydv{
	width: 1500px;
	margin: 0 auto;
}
.conpanydv h1{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins";
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.conpany .sz{
	width: 1500px;
	margin: 0 auto;
}
.conpany .sz ul li{
	width: 100%;
}
.conpany .sz ul li{
	text-align: center;
}
.conpanydv p{
	color: #4c4c4c;
	font-size: 14px;
	font-family: 'Poppins_Light';
	line-height: 30px;
	margin-bottom: 30px;
}
.lxwm{
	width: 1500px;
	margin: 90px auto;
}
.lxwmbt{
	margin-bottom: 30px;
}
.lxwmbt h1{
	color: #333333;
	font-size: 36px;
	font-family: "Poppins";
	font-weight: bold;
	margin-bottom: 20px;
}
.lxwmbt p{
	color: #4c4c4c;
	font-size: 16px;
}
.lxwm form div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm form div section{
	width: 48%;
	margin-bottom: 20px;
}
.lxwm form div section h1{
	color: #333333;
	font-size: 14px;
	font-family: "Montserrat_Light";
	margin-bottom: 10px;
}
.lxwm form div section select{
	width: 100%;
	height: 40px;
	padding: 0 20px;
	background-color: #f7fbfe;
	border: none;
	border: 1px solid #cee4f1;
	color: #a8aaac;
	font-size: 14px;
	font-family: "Montserrat_Light";
	border-radius: 5px;
	outline: none;
}
.lxwm form div section input{
	width: calc(100% - 40px);
	height: 40px;
	padding: 0 20px;
	background-color: #f7fbfe;
	border: none;
	border: 1px solid #cee4f1;
	color: #a8aaac;
	font-size: 14px;
	font-family: "Montserrat_Light";
	border-radius: 5px;
	outline: none;
}
.lxwm form .sggwqg section {
	width: 100%;
}
.lxwm form .sggwqg section textarea{
	width: calc(100% - 40px);
	padding:20px;
	background-color: #f7fbfe;
	border: none;
	border: 1px solid #cee4f1;
	color: #a8aaac;
	font-size: 14px;
	font-family: "Montserrat_Light";
	border-radius: 5px;
	height: 80px;
	outline: none;
}
.lxwm form p{
	font-family: "Poppins_Light";
	font-size: 14px;
	margin: 30px auto;
	line-height: 30px;
}
.lxwm form button{
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border: none;
	background-color: #026daf;
	font-size: 16px;
	font-family: "Montserrat_Light";
}
.oil{
	margin: 100px auto;
	width: 1500px;
}
.oilbt{
	margin-bottom: 50px;
}
.oilbt h1{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
.oilbt p{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 30px;
}
.oillist ul li{
	margin-bottom: 50px;
}
.oillist ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.oillist ul li .oillistleft{
	width: 48%;
}
.oillistleft img{
	display: block;
	width: 100%;
}
.oillistright{
	width: 48%;
}
.oillistright h1{
	color: #333333;
	font-size: 24px;
	font-family: "Poppins_Medium";
	margin-bottom: 15px;
}
.oillistright p{
	color: #333333;
	font-size: 14px;
	font-family: "Poppins_Light";
	line-height: 30px;
	margin-bottom: 15px;
}
.oillistright ul li{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
}
.oillistright ul li i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 60px;
	background-color: #026daf;
	margin-right: 10px;
	margin-top: 9px;
}
.oillistright ul li span{
	width: 93%;
	color: #333333;
	font-size: 14px;
	font-family: "Poppins_Light";
}
.oillistright  h2{
	color: #333333;
	font-size: 14px;
	font-family: 'Poppins_Medium';
	margin-bottom: 15px;
}
.oillist ul li:nth-child(2n) a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.today{
	width: 1500px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 65px;
	background: url(../images/todya_03.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
.today h1{
	text-align: center;
	color: #fefefe;
	font-size: 36px;
	font-family: 'Poppins_Medium';
}
.today a{
	display: block;
	width: 160px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;margin: 0 auto;
	margin-top: 20px;
	color: #fefefe;
	font-size: 14px;
}
.cases{
	width: 1500px;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 65px;
	background: url(../images/todya_04.jpg) center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
.cases h1{
	text-align: center;
	color: #fefefe;
	font-size: 36px;
	font-family: 'Poppins_Medium';
}
.cases a{
	display: block;
	width: 160px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;margin: 0 auto;
	margin-top: 20px;
	color: #fefefe;
	font-size: 14px;
}
.apo{
	margin: 100px auto;
	width: 1500px;
}
.abpolists ul{
	display: flex;
	justify-content: flex-start;
	margin-top: 70px;
	flex-wrap: wrap;
}
.abpolists ul li{
	width: calc(31% - 90px);
	padding: 45px;
	margin: 1%;
	background-color: #f7f7f7;
	border-radius: 10px;
	transition: all .5s;
}
.abpolist ul li h1{
	color: #333333;
	font-size: 16px;
	font-family: "Poppins_Medium";
	text-align: center;
	line-height: 25px;
	height: 50px;
	transition: all .5s;
}
.abpolist ul li div{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.abpolist ul li div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.abpolist ul li:hover div img{
	transform: scale(1.05);
}
.abpolist ul li div h4{
	position: absolute;
	top: 0;
}
.abpolist ul li h3{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666666;
	font-size: 14px;
	font-family: "Poppins_Light";
	margin-top: 15px;
}
.abpolist ul li h3 iconpark-icon{
	width: 25px;
	height: 25px;
	background-color: #ebebeb;
	border-radius: 50px;
	margin-left: 10px;
	transition: all .5s;
}
.abpolist ul li:hover h3 iconpark-icon{
	background-color: #fff;
	color: #026daf;
}
.abpolist ul li:hover{
	background-color: #1a7bb6;
}
.abpolist ul li h4{
	background-color: rgba(26,123,182, 0.9);
	height: 100%;
	width: 100%;
	opacity: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 25px;
	font-family: 'Poppins_Light';
}
.abpolist ul li:hover h4{
	opacity: 1;
}
.abpolist ul li:hover h3,.abpolist ul li:hover h1,.abpolist ul li:hover h4{
	color: #ffffff;
}
.oillistright p i{
	color: #333333;
	font-size: 14px;
	font-family: "Poppins_Medium";
}
.Friction{
	padding: 80px 0px;
	background-color: #f5f8fa;
}
.Frictiondv{
	width: 1500px;
	margin: 0 auto;
}
.Frictiondv h1{
	color: #333333;
	font-size: 30px;
	font-family: "Poppins_Medium";
}
.showpro{
	margin: 100px auto;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.showproleft{
	width: 40%;
}
.showproright{
	width: 49%;
}
.showproleft img{
	display: block;
	width: 100%;
	background: #f7f7f7;
}
.showproright h1{
	color: #333333;
	font-size: 30px;
	font-family: "Poppins_Medium";
	margin-bottom: 20px;
}
.showproright p{
	font-size: 14px;
	line-height: 30px;
}
.showproright a{
	display: block;
	width: 180px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background-color: #026daf;
	margin-top: 75px;
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	text-transform: uppercase;
}
.qub{
	padding: 85px 0px;
	background-color: #f7f7f7;
}
.qubdv{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.qubdvleft{
	width: 280px;
}
.qubdvleft h1{
	width: 100%;
	height: 60px;
	background-color: #026daf;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	font-size: 18px;
	font-family: 'Montserrat_Light';
	text-transform: uppercase;
}
.qubdvleft ul{
	background-color: #ffffff;
	padding:  20px;
}
.qubdvleft ul li{
	border-bottom: 1px solid #edeff0;
	padding: 20px 0px;
}
.qubdvleft ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.qubdvleft ul li div{
	margin-right: 20px;
	width: 85px;
}
.qubdvleft ul li div img{
	display: block;
	width: 100%;
}
.qubdvleft ul li section {
	width: 70%;
}
.qubdvleft ul li section h3{
	color: #4c4c4c;
	font-size: 15px;
	font-family: "Montserrat_Light";
	line-height: 25px;
	height: 50px;
}
.qubdvleft ul li section h2{
	color: #bebebe;
	font-size: 14px;
	font-family: "Montserrat_Light";
}
.qubdvright{
	width: 68%;
	padding: 20px 3%;
	background-color: #fff;
}
.nerongbt h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 60px;
	color: #333333;
	font-size: 22px;
	font-family: "Montserrat_Light";
	border-bottom: 1px solid #e6e6e6;
}
.nerongbt h1 i{
	display: block;
	width: 3px;
	height: 20px;
	margin-right: 15px;
	background-color: #0b69af;
}
.nerong{
	margin: 20px auto;
}
.nerong img{
	max-width: 100%;
}
.fye{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.fye p a{
	color: #4c4c4c;
	font-size: 14px;
}
.fye p a:hover{
	color: #0e6fb8;
}
.frictionlist{
	width: 1500px;
	margin: 0 auto;
	margin-top: 50px;
}
.frictionlist img{
	display: block;
	width: 100%;
}

.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide div section{
	width: 1500px;
	margin: 0 auto;
}
.bannersasg  .swiper-slide section a{
	width: 190px;
    height: 55px;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #fff;
    margin-top: 80px;
    transition: all .5s;
    color: #fff;
    font-size: 16px;
}
.bannersasg  .swiper-slide section a span {
    color: #ffffff;
    font-size: 14px;
    margin-left: 30px;
}
.bannersasg  .swiper-slide section a iconpark-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 24px;
    color: #00afb4;
}
.bannersasg  .swiper-slide section a:hover{
	background-color: #026daf;
	border-color: #026daf;
}
.bannersasg .swiper-pagination-bullet{
	height: 8px;
	width: 8px;
}
.bannersasg .swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 50px;
}
.bannersasg .swiper-slide section h5{
	color: #ffffff;
	font-size: 66px;
	font-family: "Montserrat";
	font-weight: bold;
}
.bannersasg .swiper-slide section h6{
	color: #ffffff;
	font-size: 38px;
	font-family: "Poppins";
	margin-bottom: 20px;
	font-weight: bold;
}
.bannersasg .swiper-slide section h4{
	color: #ffffff;
	font-size: 26px;
	font-family: "Montserrat";
	font-weight: bold;
}
.bannersasg .swiper-slide section a{
	width: 220px;
	height: 50px;
	border: 1px solid #fff;
}
.bannersasg {
	width: 100%;
}

.nrbanner{
	position: relative;
	z-index: 3;
}
.btext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
}
.btext div{
	width: 1500px;
	margin: 0 auto;
}
.btext h3 {
    color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    font-family: "Montserrat";
    margin-bottom: 10px;
}
.btext p{
	color: #ffffff;
	font-size:26px;
	font-family: "Montserrat";
	font-weight: bold;
}
.btext i{
	display: block;
	width: 40px;
	height: 3px;
	background-color: #fff;
	margin: 0 auto;
}

.mfoot{
	height: 45px;
	display: none;
}
.mfootdv{
	display: none;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 100px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 95%;
	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;

}

.headdvright ul li{
	position: relative;
}
.headdvright ul li:hover div{
	display: block;
}
.headdvright ul li div{
	display: none;
    position: absolute;
   	left: 0px;
    width: 100%;
    top: 75px;
    z-index: 5;
    padding-top: 20px;
}
.headdvright ul li:nth-child(3) div{
	left: -25px;
}
.headdvright ul li:nth-child(4) div{
	left: -24px;
}
.headdvright ul li:nth-child(5) div{
	left: -15px;
}
.headdvright ul li:nth-child(6) div{
	left: -65px;
}
.headdvright ul li:nth-child(7) div{
	left: -120px;
}
.headdvright ul li:nth-child(8) div{
	left: -30px;
}
.headdvright ul li div dl{
	overflow: hidden;
	border-radius: 6px;
	width: 250px;
}
.headdvright ul li:nth-child(7) div dl{
	width: 350px;
}
.headdvright ul li:nth-child(6) div dl{
	width: 250px;
}
.headdvright ul li div dl dd a{
	color: #333 !important;
    height: 40px;
    text-align: center;
    display: block;
    width: 94%;
    padding: 0 3%;
    line-height:40px;
    background-color: #fff;
    transition: all .3s;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    z-index: 2;
    font-family: 'Poppins';
}
.headdvright ul li div dl dd a i{
	position: relative;
	z-index: 3;
	display: block;
	transition: all .3s;
}
.headdvright ul li div dl dd:hover{
	    background-color: #124d87;
}
.headdvright ul li:hover div dl dd a{
	font-weight: normal;
}
.headdvright ul li div dl dd a:hover{
	background-color: #124d87;
	color: #fff !important;
	font-weight: normal;
}	
.headdvright ul li a{
	display: flex;
    align-items: center;
}
.headdvright ul li a span span{
	display: none;
}
.headdvright ul li a span{
	display: block;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #026daf;
    margin-left: 5px;
}
.shoujinav{
	display: none;
}
@media only screen and (min-width: 1201px) and (max-width: 1499px){
	.headdvleft img{
		width: 150px;
	}
	.bannersasg  .swiper-slide div section{
		width: 95%;
		margin: 0 auto;
	}
	.btext div{
		width: 95%;
		margin: 0 auto;
	}
	.headdvleft{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.headdvright ul li{
		margin: 0 5px;
		padding: 0 3px;
	}
	.abbaydv {
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.shimingbt{
		width: 95%;
		left: 2.5%;
	}
	.shimingdv #gallery1258 .swiper-slide img{
		width: auto;
		height: 870px;
	}
	.shimingdv{
		overflow: hidden;
	}
	.shimingdv #thumbs1258{
		width: 95%;
	}
	.abpo{
		width: 95%;
	}
	.abpolist ul li{
		padding: 3%;
		width: 13%;
		overflow: hidden;
	}
	.abpolist ul li div h4{
		line-height: 20px;
		font-size: 13px;
	}
	.abpolist ul li div{
		margin-top: 10px;
	}
	.key{
		width: 95%;
	}
	.keydvright ul li{
		margin-bottom: 10px;
	}
	.keydvright a{
		margin-top: 30px;
	}
	.keydvleft1 h1{
		font-size: 28px;
	}
	.innewsdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.conpanydv{
		width: 95%;
	}
	.conpany .sz{
		width: 95%;
		padding: 30px 0px;
	}
	.szdv ul li h1{
		font-size: 48px;
	}
	.apo{
		width: 100%;
	}
	.abpolists ul{
		width: 97%;
		margin: 0 auto;
	}
	.abpolists ul li{
		width: 25%;
		margin: 1%;
		padding: 3%;
	}
	.oil{
		width: 95%;
		margin: 100px auto;
	}
	.Frictiondv,.frictionlist{
		width: 95%;
	}
	.showpro{
		width: 95%;
	}
	.qubdv{
		width: 95%;
	}
	.qubdvright{
		width: 67%;
	}
	.lxwm{
		width: 95%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px){
	.headdvleft img{
		width: 150px;
	}
	.btext div{
		width: 95%;
		margin: 0 auto;
	}
	.bannersasg  .swiper-slide div section{
		width: 95%;
		margin: 0 auto;
	}
	.headdvleft{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.headdvright ul li{
		margin: 0 5px;
		padding: 0 3px;
	}
	.abbaydv {
		width: 95%;
	}
	.szdv{
		width: 95%;
	}
	.shimingbt{
		width: 95%;
		left: 2.5%;
	}
	.shimingdv #gallery1258 .swiper-slide img{
		width: auto;
		height: 870px;
	}
	.shimingdv{
		overflow: hidden;
	}
	.shimingdv #thumbs1258{
		width: 95%;
	}
	.abpo{
		width: 95%;
	}
	.abpolist ul li{
		padding: 3%;
		width: 13%;
		overflow: hidden;
	}
	.abpolist ul li div h4{
		line-height: 20px;
		font-size: 13px;
	}
	.abpolist ul li div{
		margin-top: 10px;
	}
	.key{
		width: 95%;
	}
	.keydvright ul li{
		margin-bottom: 10px;
	}
	.keydvright a{
		margin-top: 20px;
	}
	.keydvleft1 h1,.keydvright h1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.keydvleft1 a{
		margin-top: 20px;
	}
	.innewsdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.wdldv{
		width: 95%;
	}
	.conpanydv{
		width: 95%;
	}
	.conpany .sz{
		width: 95%;
		padding: 30px 0px;
	}
	.szdv ul li h1{
		font-size: 48px;
	}
	.apo{
		width: 100%;
	}
	.abpolists ul{
		width: 97%;
		margin: 0 auto;
	}
	.abpolists ul li{
		width: 25%;
		margin: 1%;
		padding: 3%;
	}
	.oil{
		width: 95%;
		margin: 100px auto;
	}
	.Frictiondv,.frictionlist{
		width: 95%;
	}
	.showpro{
		width: 95%;
	}
	.qubdv{
		width: 95%;
	}
	.qubdvright{
		width: 67%;
	}
	.lxwm{
		width: 95%;
	}
	.yuyan a{
		width: 100%;
	}
	.yuyan{
		width: 100px;
	}
	.shimingdv #thumbs1258 .swiper-slide-thumb-active div h1{
		font-size: 18px;
	}
	.qubdvright{
		width: 62%;
	}
	.today{
		width: 95%;
	}
	.cases{
		width: 95%;
	}
	.htmleaf-container{
		display: block;
	    z-index: 99;
	    position: relative;
	}
	.heads {
		display: none;
	}
	.footdvleft{
		width: 50%;
	}
}
@media screen and (max-width: 999px){
	.htmleaf-container{
		display: block;
		display: block;
	    z-index: 99;
	    position: relative;
	        height: 50px;
	}
	.heads {
		display: none;
	}
	.abbay{
		width: 100%;
		height: auto;
		padding: 30px 0px;
	}
	.abbaydv{
		width: 95%;
	}
	.abbayleft{
		width: 100%;
	}
	.abbayleft h1{
		font-size: 22px;
		margin-bottom: 0px;
	}
	.abbayleft h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.abbayleft p{
		font-size: 14px;
	}
	.abbayleft ul{
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
	}
	.abbayleft ul li{
		width: 49%;
		margin: 0 ;
	}
	.abbayleft ul li span{
		width: 80%;
		left: 10%;
	}
	.sz{
		padding: 30px 0px;
	}
	.szdv{
		width: 95%;
		flex-wrap: wrap;
	}
	.szdv ul{
		flex-wrap: wrap;
	}
	.szdv ul li{
		width: 50%;
	}
	.szdv ul li h1{
		font-size: 36px;
	}
	.szdv ul li p{
		font-size: 14px;
		text-align: center;
	}
	.szdv ul li h1 sub{
		font-size: 20px;
	}
	.jjfa{
		width: 90%;
		padding: 5%;
		position: relative;
		right: 0;
		left: 0;
		top: 0;
	}
	.jjfa h1{
		font-size: 18px;
	}
	.jjfa form div input{
		height: 45px;
		line-height: 45px;
		padding:  0 8%;
	}
	.shimingbt{
		width: 95%;
		left: 2.5%;
		top: 0;
		position: inherit;
	}
	.shimingbt .susongtopleft h1{
		border-bottom-color:#333 ;
		margin: 0 auto;
		margin-bottom: 15px;
	}
	.shimingbt .susongtopleft h2{
		font-size: 22px;
		color: #333;
		text-align: center;
		margin-bottom: 10px;
	}
	.fwsleftgeh{
		position: initial;
	}
	.shimingdv #thumbs1258{
		width: 100%;
	}
	.jjfa section{
		margin-top: 15px;
	}
	.shimingdv #thumbs1258 .swiper-slide-thumb-active div h1{
		font-size: 15px;
	}
	.shimingdv #thumbs1258 .swiper-slide div{
		font-size: 15px;
	}
	.shimingdv #thumbs1258 .swiper-slide-thumb-active div a{
		font-size: 12px;
	}
	
	.shimingdv #thumbs1258 .swiper-slide-thumb-active div a{
		margin-top: 10px;
	}
	.fwsleftgeh{
		height: 70px;
	}
	.shimingdv #thumbs1258 .swiper-slide div{
		height: 70px;
	}
	.shimingdv #thumbs1258 .swiper-slide-thumb-active div{
		height: 100px;
	}
	.shimingdv #thumbs1258 .swiper-slide-thumb-active div{
		margin-top: -30px;
	}
	.abpo{
		width: 95%;
		margin: 30px auto;
	}
	.abpodvnr h1{
		font-size: 22px;
	}
	.abpolist ul{
		margin-top: 10px;
		flex-wrap: wrap;
	}
	.foot,.wdl{
		display: none;
	}
	.abpolist ul li{
		width: 44%;
		margin: 1%;
		padding: 2%;
	}
	.abpolist ul li div h4{
		display: none;
	}
	.abpolist ul li:last-child{
		width: 100%;
	}
	.key{
		width: 95%;
	}
	.keydv{
		display: block;
	}
	.keydvleft{
		width: 100%;
	}
	.keydvright{
		width: 100%;
		margin-top: 15px;
	}
	.keydvright h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.keydvright ul li{
		margin-bottom: 10px;
	}
	.keydvright a{
		margin-top: 20px;
	}
	.keydv2{
		margin-top: 15px;
		display: flex;
		flex-direction: column-reverse;
	}
	.keydvright1{
		width: 100%;
	}
	.keydvleft1{
		width: 100%;
		margin-top: 10px;
	}
	.keydvleft1 h1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.keydvleft1 p{
		margin-bottom: 10px;
	}
	.keydvleft1 a{
		margin-top: 20px;
	}
	.key{
		margin: 30px auto;
	}
	.innews{
		padding: 30px 0;
	}
	.innewsdv{
		width: 95%;
	}
	.innewsbt h1{
		font-size: 22px;
	}
	.innewsbt p{
		width: 100%;
		font-size: 14px;
	}
	.innewslist{
		margin-top: 15px;
	}
	.innewslist ul{
		flex-wrap: wrap;
	}
	.innewslist ul li{
		width: 48%;
	}
	.innewslist ul li:last-child{
		display: none;
	}
	.innewslist ul li section{
		padding: 5%;
	}
	.innewslist ul li section h1{
		font-size: 16px;
	}
	.innewslist ul li section p{
		margin-top: 5px;
		font-size: 12px;
	}
	.ditubt{
		position: initial;
	}
	.ditubt h1{
		font-size: 22px;
	}
	.ditubt p{
		text-align: center;
		width: 100%;
		font-size: 14px;
		margin-bottom: 25px;
	}
	.shimingdv{
		overflow: hidden;
	}
	.conpany{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.conpanydv{
		width: 95%;
	}
	.conpanydv h1{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.conpanydv p{
		line-height: 27px;
		margin-bottom: 20px;
	}
	.conpany .sz{
		width: 100%;
		padding: 10px 0px;
	}
	.conpany .sz ul li{
		width: 50%;
		margin: 10px 0px;
	}
	.lxwm{
		width: 95%;
		margin: 30px auto;
	}
	.lxwmbt h1{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.lxwmbt p{
		font-size: 14px;
	}
	.lxwm form div section{
		width: 100%;
		margin-bottom: 10px;
	}
	.lxwm form p{
		margin: 0 auto;
	}
	.lxwm form button{
		width: 150px;
		height: 40px;
		margin-top: 20px;
		line-height: 40px;
		font-size: 14px;
	}
	.lxwm form div section select{
		padding: 0 10px;
	}
	.lxwm form div section input{
		padding: 0 10px;
	}
	.oil{
		width: 95%;
		margin: 20px auto;
	}
	.oilbt h1{
		font-size: 22px;
		text-align: center;
	}
	.oilbt{
		margin-bottom: 20px;
	}
	.oillist ul li{
		margin-bottom: 20px;
	}
	.oillist ul li a{
		display: block;
	}
	.oillist ul li .oillistleft{
		width: 100%;
	}
	.oillistright{
		width: 100%;
		margin-top: 15px;
	}
	.oillistright h1{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.oillistright p{
		margin-bottom: 5px;
	}
	.oillist ul li{
		margin-bottom: 15px;
	}
	.oillist ul li:nth-child(2n) a{
		display: block;
	}
	.today{
		width: 100%;
		margin-bottom:0 ;
		padding: 30px 0;
	}
	.today h1{
		font-size: 18px;
	}
	.cases{
		width: 100%;
		margin-bottom:5px ;
		padding: 30px 0;
	}
	.cases h1{
		font-size: 18px;
	}
	.Friction{
		padding: 30px 0px;
	}
	.Frictiondv{
		width: 95%;
	}
	.Frictiondv h1{
		font-size: 22px;
	}
	.frictionlist{
		width: 95%;
		margin-top: 15px;
	}
	.apo{
		width: 95%;
		margin: 20px auto;
	}
	.abpolist ul li{
		width: 38%;
	    margin: 1%;
	    padding: 5%;	
	}
	.showpro{
		width: 95%;
		margin: 20px auto;
		display: block;
	}
	.showproleft{
		width: 100%;
	}
	.showproright{
		width: 100%;
	}
	.showproright h1{
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.showproright a{
		width: 150px;
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
	}
	.qub{
		padding: 25px 0px;
	}
	.qubdv{
		width: 95%;
		display: block;
	}
	.qubdvleft{
		display: none;
	}
	.qubdvright{
		width: 90%;
		padding: 5%;
		padding-top: 0;
	}
	.nerongbt h1{
		font-size: 18px;
	}
	.fye{
		display: block;
	}
	.fye p{
		margin-top: 10px;
	}
	.bannersasg  .swiper-slide div section{
		width: 95%;
		margin: 0 auto;
	}
	.bannersasg .swiper-slide section h5{
		font-size: 24px;
	}
	.bannersasg .swiper-slide section h6{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 16px;
		line-height: 20px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.btext div{
		width: 95%;
		margin: 0 auto;
	}
	.btext h3{
		font-size: 24px;
		text-align: center;
	}
	.btext p{
		text-align: center;
		line-height: 25px;
		font-size: 14px;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}
	.nrbanner{width: 100%;overflow: hidden;}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#0673c7;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #65a3d3;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.bannersasg .swiper-slide section h6{
		font-size: 20px;
	}
	.bannersasg .swiper-slide section h6{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
	}
	.bannersasg .swiper-slide{
		width: 100%;
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		width: 150%;
		margin-left: -25%;
		max-width: initial;
	}
	.article .padding-large{
		padding: 5%;
	}
	.article .post h1{
		font-size: 18px;
	}
	.abpolist ul li:last-child div img{
		width: 50%;
		margin:0 auto;
	}
	.shoujinav{
		display: block;
		border-bottom: 1px solid #ccc;
	}
	.shoujinav ul li{
		width: 90%;
		padding: 0 5%;
		line-height: 40px;
		text-align: center;
	}
	.shoujinav ul li a{
		color: #333;
		font-size: 16px;
	}
	.shoujinav ul li.active{
		background-color: #0673c7;
		color: #fff;
	}
	.shoujinav ul li.active a{
		color: #fff;
	}
	.yuyan{
		    position: absolute;
		    right: 75px;
		    top: 10px;
		    z-index: 99;
	}
	.yuyan a{
		text-align: center;
	}
	.yuyan ol{
		display: flex;
		justify-content: space-between;
		height: auto;
	}
.yuyan ol li:hover{
		padding: 0px;
	}
	.yuyan:hover ol {
		height:  auto;
	}
}