@charset "UTF-8";
.show ul li{
	position:relative;
	
}
.c-nav ul li.active .xj_navlist a{border-bottom:none !important;}
.show ul li:hover .xj_navlist{display:block;}
.xj_navlist{width:150px;height:auto;position:absolute;top:81px;left:50%;z-index:9999;background:#ffffff;margin-left:-75px;display:none;}
.xj_navlist a{display:block !important;width:100% !important;text-align:center !important;font-size:14px !important;line-height:35px !important;}
.xj_navlist a:hover{border-bottom:none !important;background:#094696;color:#ffffff !important;}
@media (max-width:768px){
	.show ul li:hover .xj_navlist{display:none;}
}
.leetop {
    width: 100%;
    background-color: #094696;
}

.topFlex {
    display: flex;
    justify-content: space-between;
}

.leetopsecher {
    display: flex;
}

.leewelcome {
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #ffffff;
    line-height: 40px;
}

.leetopsecher .leetel {
    font-size: 14px;
    color: #fff;
    align-self: center;
}

.leetopsecher .leetel em {
    font-style: normal;
    font-size: 20px;
}

.leesecher {
    align-self: center;
    margin-left: 40px;
}

.leegroup form{
    width: 210px;
    height: 26px;
    border-radius: 13px;
    border: solid 1px #ffffff;
    display: flex;
    justify-content: space-between;
}

.leegroup input {
    font-size: 13px;
    color: #ffffff;
    padding-left: 15px;
    background: none;
    border: none;
    height: 100%;
    outline: none;
    border-radius: 13px;
}

.leegroup input::-webkit-input-placeholder {
    color: #ffffff;
}

.leegroup input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
}

.leegroup input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
}

.leegroup input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.leegroup button {
    background: none;
    border: none;
    width: 45px;
    height: 100%;
    outline: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.c-nav .hiden {
    display: none;
}

.c-nav {
    width: 100%;
    background-color: #fff;

}

.c-nav .navFlex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.c-nav ul {
    width: 870px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.c-nav ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    color: #333;
    text-decoration: none;
}

.c-nav ul li.active a,
.c-nav ul li a:hover {
    border-bottom: 4px solid #094696;
    color: #094696;
}

.c-nav .logo {
    height: 65px;
    margin: 8px 0;
}

.c-nav .btnImg {
    height: 20px;
    width: 25px;
    padding: 3px 8px 3px 8px;
    box-sizing: content-box;
    border: 1px solid transparent;
}

@media screen and (max-width:576px) {
    .c-nav {
        padding: 10px 0px 10px 0px;
    }

    .c-nav .navFlex {
        flex-wrap: wrap;
        font-size: 20px;
        justify-content: space-between;
    }

    .c-nav .logo {
        height: 30px;
    }

    .c-nav ul li {
        padding-top: 10px;
        margin-left: 0px;
        display: block;
    }

    .c-nav ul li a {
        border-bottom: 3px solid transparent;
    }

    .c-nav ul a:hover {
        border-bottom: 3px solid #e4c17e;
    }

    .c-nav ul li:nth-child(4),
    .c-nav ul li:nth-child(5) {
        display: block;
    }

    .c-nav .hiden {
        display: block;
        align-self: center;
    }

    .c-nav .show {
        width: 100%;
        font-size: 14px;
        text-align: center;
        display: none;
    }
}

#swiper1 .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background-color: #ffffff;
    opacity: 0.8;
    border-radius: unset;
}

#swiper1 .swiper-pagination-bullet-active {
    background-color: #1168ad;
}

#swiper1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7.5px;
}

#swiper1.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
}

#swiper1 .swiper-slide img{
	width: 100%;
}

.wapslide{
	display: none;
}

.indexpro{
	padding: 80px 0;
}

.leerow{
	max-width: 1200px;
	margin:auto;
}

.leebt h6{
	font-size: 24px;
	letter-spacing: 1px;
	color: #c0c0c0;
	text-align: center;
}

.leebt h1{
	font-size: 32px;
	letter-spacing: 1.3px;
	color: #333333;
	text-align: center;
	margin-bottom: 15px;
}

.leebt span{
	display: block;
	width: 50px;
	height: 3px;
	background-color: #094696;
	margin:auto;
	margin-bottom: 50px;
}

.leeprobtn{
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

.leeprobtn a{
	display: block;
	width: 130px;
	height: 42px;
	border: solid 1px #094696;
	font-size: 18px;
	letter-spacing: 0.7px;
	color: #094696;
	text-align: center;
	line-height: 42px;
	margin: 0 10px;
	cursor: default;
}

.leeprobtn a.active,.leeprobtn a:hover{
	background-color: #094696;
	color: #ffffff;
}

.leepropic{
	margin-bottom: 30px;
	max-width: 285px;
	height: 210px;
	overflow: hidden;
}

.leepropic img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}

.leeproswiper{
	position: relative;
}

.leeproswiper .swiper-button-next,.leeproswiper .swiper-button-prev{
	width: 24px;
	height: 37px;
}

.leeproswiper .swiper-button-prev{
	background: url(../img/index_pro_left.png) no-repeat;
	left: -50px;
}

.leeproswiper .swiper-button-next{
	background: url(../img/index_pro_right.png) no-repeat;
	right: -50px;
}

.leeprotext{
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.leeproswiper span{
	display: block;
	width: 35px;
	height: 1px;
	background-color: #919191;
	margin: auto;
}

.leeproswiper .swiper-slide:hover .leeprotext{
	color: #094696;
}

.leeproswiper .swiper-slide:hover span{
	background-color: #094696;
}

.leeproswiper .swiper-slide:hover .leepropic img{
	transform: scale(1.4);}

.indexabout{
	background: url(../img/index_about_bg.png) no-repeat;
	background-size: 100% 380px;
	padding: 60px 0 80px;
}

.indexabout .leebt h1{
	color: #fff;
}

.indexabout .leebt span{
	background-color: #1168ad;
	margin-bottom: 80px;
}

.leeindexabout{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #1168ad;
}

.leeindexabout .indexaboutimg{
	max-width: 530px;
	overflow: hidden;
	position: relative;
	left: 30px;
	bottom: 30px;
}

.leeindexabout .indexabouttext{
	max-width:560px; 
	margin-right: 40px;
	padding-top: 40px;
}

.leeindexabout .indexabouttext p{
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.6px;
	line-height: 32px;
	margin-bottom: 40px;
	text-align: justify;
}

.leeindexabout .indexabouttext p em{
	font-style: normal;
	font-size: 18px;
	color: #fff;
}

.leeindexabout a{
	display: block;
	font-size: 14px;
	color: #fff;
	width: 120px;
	height: 36px;
	border: solid 1px #ffffff;
	text-align: center;
	line-height: 36px;
}

.indexnewsbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indexnewsbox .leeindexnews a{
	max-width: 586px;
	display: flex;
	margin-bottom: 20px;
}

.indexnewsbox .leeindexnews .indexnewsimg{
	width: 254px;
	height: 230px;
	overflow: hidden;
}

.indexnewsbox .leeindexnews a .indexnewsimg img{
	transition: all 0.5s;
}

.indexnewsbox .leeindexnews a:hover .indexnewsimg img{
	 transform: scale(1.2);
}

.indexnewsbox .leeindexnews .indexnewstext{
	width: 332px;
	background: rgba(243,243,243,0.7);
	padding: 30px;
}

.indexnewsbox .leeindexnews .indexnewstext h2{
	font-size: 16px;
	letter-spacing: 0.6px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 13px;
}

.indexnewsbox .leeindexnews .indexnewstext span{
	display: block;
	width: 27px;
	height: 3px;
	background-color: #094696;
	margin-bottom: 20px;
}

.indexnewsbox .leeindexnews .indexnewstext p{
	font-size: 12px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
}

.indexnewsbox .leeindexnews:last-child{
	width: 100%;
}

.indexnewsbox .leeindexnews:last-child a{
	max-width: 100%;
	margin-bottom: 0;
}

.indexnewsbox .leeindexnews:last-child .indexnewsimg{
	width: 50%;
}

.indexnewsbox .leeindexnews:last-child .indexnewstext{
	width: 50%;
	padding: 40px;
}

.indexnews{
	padding-bottom: 80px;
}

.leepartners{
	position: relative;
}

.indexpartners{
	padding: 60px 0 80px;
	background-color: #f6f6f6;
}

.leepartners .swiper-slide{
	background: #fff;
	height: 150px;
}

.leepartnerspic{
	width: 100%;
	height: 104px;
	display: flex;
	align-items: center;
}

.leepartnerspic img{
	margin: auto;
	max-width: 100%;
}

.leepartnerstext{
	font-size: 14px;
	line-height: 45px;
	letter-spacing: 0.6px;
	color: #666666;
	text-align: center;
	border-top: 1px #f2f2f2 solid;
	margin: 0 34px;
}

.leepartners .swiper-button-next,.leepartners .swiper-button-prev{
	width: 33px;
	height: 15px;
	margin-top: -8px;
}

.leepartners .swiper-button-prev{
	background: url(../img/index_partners_left.png) no-repeat;
	left: -60px;
}

.leepartners .swiper-button-prev:hover{
	background: url(../img/index_partners_left_active.png) no-repeat;
}

.leepartners .swiper-button-next{
	background: url(../img/index_partners_right.png) no-repeat;
	right: -60px;
}

.leepartners .swiper-button-next:hover{
	background: url(../img/index_partners_right_active.png) no-repeat;
}

footer{
	background-color: #1f1c1c; 
	padding-top: 40px;
}

footer .leerow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footnavaddlink{
	width: 84.75%;
}

.footnav{
	display: flex;
	padding-bottom: 25px;
	border-bottom:1px #000 solid;
}

.footnav a{
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #ffffff;
	margin-right: 120px;
}

.footlinkadd{
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
	border-top:1px #363535 solid;
}

.footlinkadd h5{
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #ffffff;
	margin-bottom: 10px;
}

.footlinkadd span{
	display: block;
	width: 22px;
	height: 1px;
	background-color: #094696;
	margin-bottom: 20px;
}

.footlinkadd .add{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 12px;
	letter-spacing: 0.5px;
	color: #ffffff;
	width: 100%;
}

.footlinkadd .add p{
	margin-bottom: 25px;
	width: 33.3%;
}

.footlinkadd .add p:last-child{
	width: 66.7%;
}

.footlinkadd .add p:nth-child(3){
	text-align: right;
}

.footadd{
	width: 75%;
}

.footlink .link{
	display: flex;
	justify-content: space-between;
}

.footwx{
	margin-top: 20px;
}

.footwx p{
	font-size: 14px;
	letter-spacing: 0.6px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
}

.footwx img{
	max-width: 120px;
}

.footrow{
	background: #000;
	margin-top: 20px;
}

.footrow .leerow{
	font-size: 12px;
	color: #878788;
	text-align: center;
	line-height: 40px;
	display: block;
}

.footrow .leerow a{
	margin-left: 30px;
}

/*产品列表页开始*/

.pos{
	border-bottom: 1px #f5f5f5 solid;
}

.pos .leenav{
	padding-top: 16px;
    padding-bottom: 20px;
    padding-left: 26px;
    background: url(../img/home.png) no-repeat left 17px;
    font-size: 12px;
    color: #656565;
}

.pos .leenav a{
	font-size: 12px;
    color: #656565;
    margin: 0 5px;
}

.leeprolist{
	padding: 50px 0 100px;
}

.leeprolist .leerow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pronavlist{
	width: 9.75%;
}

.pronavlist li{
	border-bottom: 1px #d9d9d9 solid;
	position: relative;
}

.pronavlist a{
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #666666;
	padding: 16px 10px;
	display: block;
}

.pronavlist li:hover span,.pronavlist li.active span{
	display: block;
	width: 2px;
	height: 13px;
	background-color: #094696;
	position: absolute;
	left: 0;
	top: 19px;
}

.pronavlist li:hover a,.pronavlist li.active a{
	color: #094696;
}

.prolist{
	width: 85%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prolist .pro{
	width: 32%;
	margin-bottom: 20px;
	border-bottom: 1px #d9d9d9 solid;
}

.prolist .pro .protext{
	font-size: 16px;
	letter-spacing: 0.6px;
	color: #666666;
	margin: 18px 15px;
	background: url(../img/prolist_bg.png) no-repeat right center;
}

.prolist .pro .proimg{
	max-height: 175px;
	overflow: hidden;
}
.prolist .pro .proimg img{
width:100%;
}

.prolist .pro:hover{
	border-bottom: 1px #094696 solid;
}

.prolist .pro:hover .protext{
	color: #094696;
}

.about{
	padding: 56px 0 80px;
}

.about h2{
	text-align: center;
	margin-bottom: 30px;
}

.aboutcontent p{
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.6px;
	color: #666666;
	text-align: justify;
}

.aboutcontent p em{
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.8px;
	color: #094696;
}

.aboimg{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.aboimg .abopic{
	width: 48.75%;
	max-height: 285px;
	overflow: hidden;
}

.contact{
	padding: 50px 0 80px;
}

.mapadd{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.add{
	width: 39%;
}

.map{
	width: 55%;
}

.add ul{
	padding-top: 20px;
	border-top: 1px #dfdfdf solid;
}

.add h2{
	font-size: 20px;
	letter-spacing: 1.5px;
	color: #333333;
	margin-bottom: 25px;
}

.add li{
	font-size: 14px;
	line-height: 40px;
	color: #666666;
	padding-left: 48px;
}

.add li:nth-child(1){
	background: url(../img/xszg.png) no-repeat left center;
}

.add li:nth-child(2){
	background: url(../img/xszj.png) no-repeat left center;
}

.add li:nth-child(3){
	background: url(../img/qyqq.png) no-repeat left center;
}

.add li:nth-child(4){
	background: url(../img/qyyx.png) no-repeat left center;
}

.add li:nth-child(5){
	background: url(../img/qywz.png) no-repeat left center;
}

.add li:nth-child(6){
	background: url(../img/lxdz.png) no-repeat left center;
}

.add li:nth-child(7){
	background: url(../img/yysj.png) no-repeat left center;
}

.add li:nth-child(8){
	background: url(../img/yysj.png) no-repeat left center;
}

.wx{
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.wx img{
	max-width: 88px;
	margin-right: 16px;
}

.wx p{
	font-size: 14px;
	letter-spacing: 0.3px;
	color: #666666;
}

.news{
	padding: 50px 0 80px;
}

.newslist li a{
	display: flex;
	justify-content: space-between;
	padding: 40px 0 40px 34px;
	border-bottom: 1px #e5e5e5 solid;
}

.newslist li:hover a{
	background: #f5f5f5;
	border:none;
}

.newsimg{
	width: 25%;
	max-height: 165px;
	overflow: hidden;
}

.newsimg img{
	width: 100%;
}

.newstext{
	width: 58.75%;
	position: relative;
}

.newstime .r{
	font-size: 30px;
	color: #999;
	margin-bottom: 25px;
}

.newstime .ny{
	font-size: 12px;
	color: #999;
	margin-top:20px;
}

.newstime span{
	display: block;
	width: 90px;
	height: 1px;
	background-color: #e5e5e5;
	margin: auto;
}

.newslist li:hover .newstime span{
	background-color: #094696;
}

.newstime{
	width: 7.5%;
	align-self: center;
	text-align: center;
}

.newstext h2{
	font-size: 18px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 20px;
}

.newstext p{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	padding-bottom: 25px;
	border-bottom: 1px #e5e5e5 solid;
}

.newsnum{
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.newsnum .num{
	font-size: 12px;
	color: #999999;
	padding-left: 34px;
	background: url(../img/news_bg.png) no-repeat left center;
}

.newslist li:hover .newsnum .num{
	background: url(../img/news_bg_active.png) no-repeat left center;
}

.newslist li:hover .newsnum .more{
	background: url(../img/newslist_bg.png) no-repeat;
	width: 31px;
	height: 20px;
	margin-right: 30px;
}

.newslist li:hover .newstime .r,.newslist li:hover .newstime .ny,.newslist li:hover .newsnum .num,.newslist li:hover .newstext h2{
	color: #094696;
}

.newscontent{
	padding: 50px 0 80px;
}

.newscontent h2{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}

.newscontent .time{
	display: block;
	font-size: 12px;
	color: #333333;
	opacity: 0.8;
	text-align: center;
	margin-bottom: 40px;
}

.newscontentbox p{
	font-size: 12px;
	line-height: 26px;
	color: #333333;
	opacity: 0.8;
	text-align: justify;
}

.newscontentbox img{
	display: block;
	margin:10px auto;
	max-width: 100%;
}

.newscontentbox .return{
	display: flex;
	flex-direction: row-reverse;
	margin-top: 35px;
}

.newscontentbox .return a{
	display: block;
	width: 140px;
	height: 46px;
	background-color: #094696;
	border-radius: 8px;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	color: #fefeff;
}

.newsprenex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 12px;
	color: #333333;
	opacity: 0.8;
	padding-top: 20px;
	border-top: 1px #e5e5e5 solid;
	margin-top: 45px;
}

.newsprenex a:hover{
	color: #094696;
}

.procontent{
	padding: 50px 0 80px;
}

.leeprocontent{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.leeprocontentpic,.leeprocontenttext{
	width: 50%;
}

.leeprocontentpic{
	height: 320px;
	border: solid 1px #094696;
	padding: 6px;
	overflow: hidden;
}

.leeprocontentpic img{
	width: 100%;
	min-height: 100%;
}

.leeprocontenttext{
	padding-left: 60px;
	align-self: center;
}

.leeprocontenttext h2{
	font-size: 24px;
	letter-spacing: 1.2px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}

.leeprocontenttext span{
	display: block;
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}

.leeprocontenttext p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.leeprocontentint{
	margin-bottom: 35px;
}

.leeprocontentint:last-child{
	margin-bottom: 0;
}

.leeprocontentint .leebtbt{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.leeprocontentint .leebtbt .leebtbtbg{
	align-self: center;
	flex: 1;
}

.leeprocontentint .leebtbt .leebtbtbg span{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
}

.leeprocontentint h3{
	font-size: 16px;
	letter-spacing: 0.8px;
	color: #333333;
	position: relative;
	padding-left: 17px;
	margin-right: 50px;
}

.leeprocontentint h3 em{
	font-size: 12px;
	letter-spacing: 0.6px;
	color: #999999;
}

.leeprocontentint h3 span{
	display: block;
	width: 2px;
	height: 100%;
	background-color: #094696;
	position: absolute;
	left: 0;
}

.leeprocontentint p{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.7px;
	color: #666666;
	text-align: justify;
	padding-left: 17px;
}

.leehxcf img{
	max-width: 100%;
}

.banner{
	margin: 0;
}

.banner img{
	max-width: 100%;
}

.leeproswiper{
	display: none;
}

.leeshowpro{
	display: block;
}

@media (max-width:1920px) {}

@media (max-width:1599px) {}

@media (max-width:1477px) {}

@media (max-width:1365px) {}

@media (max-width:1199px) {
	.c-nav .show{
		width: 72.5%;
	}

	.c-nav ul{
		width: 100%;
	}

	.leeproswiper .swiper-button-next{
		right: 10px;
	}

	.leeproswiper .swiper-button-prev{
		left: 10px;
	}

	.leeindexabout .indexaboutimg{
		width: 44%;
	}

	.leeindexabout .indexabouttext{
		width: 46%;
	}

	.indexnewsbox .leeindexnews a{
		width: 100%;
	}

	.indexnewsbox .leeindexnews{
		width: 49%;
	}

	.leepartners .swiper-button-next{
		right: 10px;
	}

	.leepartners .swiper-button-prev{
		left: 10px;
	}

	.footnav a{
		margin-right: 100px;
	}

	.newstext h2{
		margin-bottom: 2vw;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.newstime{
		display: none;
	}

	.newstext{
		flex: 1;
	}

	.newsimg{
		margin-right: 4vw;
	}
}

@media (max-width:990px) {
	.leewelcome,.leetopsecher .leetel{
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}

	.c-nav .show{
		width: 65%;
	}

	.leeindexabout .indexabouttext{
		margin-right: 30px;
	}

	.indexnewsbox .leeindexnews{
		width: 100%;
	}

	.indexnewsbox .leeindexnews a{
		max-width: unset;
	}

	.indexnewsbox .leeindexnews .indexnewstext{
		width: auto;
		flex: 1;
	}

	.footnavaddlink{
		width: 100%;
	}

	.footnav{
		justify-content: space-between;
	}

	.footnav a{
		margin-right: 0;
	}

	.footwx{
		width: 100%;
		text-align: center;
	}

	.newstext h2{
		margin-bottom: 1vw;
	}

	.newstext p{
		padding: 0;
		border:none;
	}
}

@media (max-width:767px) {
	.leetop{
		display: none;
	}

	.c-nav ul{
		display: block;
		width: 100%;
	}

	.c-nav{
		padding-left: 4vw;
		padding-right: 4vw;
	}

	.c-nav ul li a{
		display: inline-block;
	}

	.c-nav ul li.active a, .c-nav ul li a:hover {
	    border-bottom: 2px solid #094696;
	    color: #094696;
	}

	.c-nav .show{
		width: 100%;
	}

	#swiper1 .swiper-button-next,#swiper1 .swiper-button-prev{
		display: none;
	}

	.wapslide{
		display: block;
	}

	.pcslide{
		display: none;
	}

	.leeprobtn{
		display: -webkit-box;
		overflow-x: scroll;
		margin-bottom: 4vw;
	}

	.leeprobtn a{
		font-size: 14px;
		width: 100px;
		height: 36px;
		line-height: 36px;
	}

	.leerow{
		padding:0 4vw;
	}

	.leeproswiper .swiper-button-prev{
		left: 0;
	}

	.leeproswiper .swiper-button-next{
		right:0;
	}

	.leepropic,.leeprotext{
		margin-bottom: 2vw;
		max-width: 100%;
	}

	.indexpro{
		padding: 4vw 0;
	}

	.leebt h1{
		margin-bottom: 2vw;
	}

	.leebt span{
		margin-bottom: 4vw;
	}

	.indexabout{
		background: none;
		padding: 4vw 0;
	}

	.indexabout .leebt h1{
		color: #333;
	}

	.indexabout .leebt span{
		margin-bottom: 4vw;
	}

	.leeindexabout .indexaboutimg{
		left: 0;
		top: 0;
		width: 100%;
	}

	.leeindexabout .indexaboutimg img{
		width: 100%;
	}

	.leeindexabout .indexabouttext{
		margin: 0 4vw;
		padding: 4vw 0;
		width: 100%;
	}

	.leeindexabout .indexabouttext p{
		margin-bottom: 4vw;
	}

	.indexnewsbox .leeindexnews .indexnewsimg {
	    width: 35vw;
	    height: 30vw;
	    overflow: hidden;
	}

	.indexnewsbox .leeindexnews .indexnewsimg img{
		height: 100%;
		width: 100%;
	}

	.indexnewsbox .leeindexnews .indexnewstext{
		width: 57vw;
		padding: 2vw 4vw;
	}

	.indexnewsbox .leeindexnews .indexnewstext span{
		display: none;
	}

	.indexnewsbox .leeindexnews .indexnewstext h2{
		margin-bottom: 2vw;
	}

	.indexnewsbox .leeindexnews:last-child .indexnewsimg{
		width: 35vw;
	    height: 30vw;
	    overflow: hidden;
	}

	.indexnewsbox .leeindexnews:last-child .indexnewstext{
		width: 57vw;
		padding: 2vw 4vw;
	}

	.indexnews{
		padding-bottom: 4vw;
	}

	.indexpartners{
		padding: 4vw 0;
	}

	.leepartners .swiper-button-next{
		right: 0;
	}

	.leepartners .swiper-button-prev{
		left: 0
	}

	.footnavaddlink{
		width: 100%;
	}

	.footlinkadd{
		display: flex;
		flex-wrap: wrap;
	}

	.footnav a{
		margin: 0 2vw;
	}

	.footlink,.footadd{
		width: 100%;
	}

	.footlink{
		margin-bottom: 4vw;
	}

	.footlinkadd .add p{
		width: 100%;
		text-align: center;
	}

	.footlinkadd .add p:nth-child(3){
		text-align: center;
	}

	.footlinkadd .add p:last-child{
		width: 100%;
	}

	.footwx{
		width: 100%;
		text-align: center;
	}

	.footlinkadd h5{
		text-align: center;
	}

	.footlinkadd span{
		margin: 0 auto 4vw;
	}

	.footnav{
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.footlink .link{
		justify-content: center;
	}

	.footlink .link a{
		margin: 0 2vw;
	}

	.pronavlist,.prolist{
		width: 100%;
	}

	.prolist .pro{
		width: 49%;
	}

	.pronavlist ul{
		display: -webkit-box;
		overflow-x: scroll;
		margin-bottom: 2vw;
	}

	.pronavlist li:hover span, .pronavlist li.active span{
		width: 20px;
	    height: 2px;
	    bottom: -1px;
	    top: auto;
	    left: 50%;
	    margin-left: -10px;
	}

	.leeprolist,.about,.contact,.news,.newscontent,.procontent{
		padding: 4vw 0;
	}

	.prolist .pro .protext{
		margin: 2vw;
	}

	.about h2{
		margin-bottom: 2vw;
	}

	.aboimg{
		flex-wrap: wrap;
	}

	.aboimg .abopic{
		width: 100%;
		margin-bottom: 2vw;
	}

	.aboimg .abopic img{
		max-width: 100%;
	}

	.map,.add{
		width: 100%;
		margin-bottom: 2vw;
	}

	.add h2{
		margin-bottom: 2vw;
	}

	.add ul{
		padding-top: 2vw;
	}

	.wx{
		margin-top: 2vw;
	}

	.newslist li a{
		padding: 2vw 0;
	}

	.newsimg {
	    width: 35vw;
	    max-height: 30vw;
	    overflow: hidden;
	}

	.newsnum{
		display: none;
	}

	.newscontent h2{
		margin-bottom: 2vw;
	}

	.newscontent .time{
		margin-bottom: 4vw;
	}

	.newscontentbox .return{
		margin-top: 2vw;
	}

	.newsprenex{
		margin-top: 4vw;
		padding-top: 2vw;
	}

	.newsprev,.newsnext{
		width: 100%;
		margin-bottom: 2vw;
	}

	.leeprocontentpic,.leeprocontenttext{
		width: 100%;
		height: auto;
	}

	.leeprocontenttext{
		padding: 0;
		margin-top: 2vw;
	}

	.leeprocontenttext h2,.leeprocontenttext span{
		margin-bottom: 2vw;
	}

	.leeprocontent,.leeprocontentint{
		margin-bottom: 4vw;
	}

	.leeprocontentint .leebtbt{
		margin-bottom: 2vw;
	}

	.leeprocontentint h3{
		margin-right: 2vw;
	}
}