﻿@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.contain{
	width: 96%;
	max-width: 1500px;
	margin: 0 auto;
}

.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	background-color: #004ea2;
}
.header1{
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo{
	font-size: 0;
}
.logo img{
	width: 143px;
}
.header2{
	display: flex;
	align-items: center;
}
.nav ul{
	overflow: hidden;
}
.nav ul li{
	list-style-type: none;
	float: left;
	font-size: 16px;
	margin-right: 85px;
}
.nav ul li a{
	color: #ffffff;
}
.language{
	margin-left: 20px;
}
.language select{
	font-size: 16px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline: none;
}
.language option{
	color: #333;
}
.banner{
	font-size: 0;
	margin-top: 75px;
}
.banner .banner1{
	overflow: hidden;
	position: relative;
	text-align: center;
}
.banner .banner1 > img{
	transition: all 3s;
	transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
}
.banner .banner1.act > img{
	transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.about{
	background: url(../img/aboutbg.png) no-repeat;
	background-position: center 40px;
	padding: 60px 0;
}
.title{
	font-size: 40px;
	color: #1c73d4;
	text-align: center;
	line-height: 1;
        font-weight:bold
}
.title.white{
    color: #ffffff;
}
.title1{
	margin: 24px auto 0;
	width: 62px;
	height: 3px;
	background-color: #1c73d4;
}
.about1{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-indent: 2rem;
}
.about2{
	font-size: 0;
	margin-left: 2%;
	width: 49%;
}
.about2 video{
	width: 100%;
}
.disf{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.disf1{
    flex: 1;
}
.mt30{
    margin-top: 30px;
}
.serve{
	background: url(../img/servebg.png) no-repeat;
	background-size: cover;
	padding: 60px 0 72px;
}
.serve_d {
    border-radius: 24px;
    overflow: hidden;
    background-color: #ffffff;
    padding: 30px 25px;
}
.title.white{
	color: #ffffff;
}
.title1.white{
	background-color: #ffffff;
}
.title2{
	margin-top: 20px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.title2.white{
	color: #ffffff;
}
.serve1{
	margin-top: 45px;
}
.serve1 ul{
	overflow: hidden;
}
.serve1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 120px)/6);
	margin-right: 24px;
	border-radius: 24px;
	overflow: hidden;
	background-color: #ffffff;
	padding: 30px 25px;
}
.serve1 ul li:nth-child(6n){
	margin-right: 0;
}
.serve2{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.serve3{
	font-size: 0;
	height: 54px;
	display: flex;
	align-items: center;
}
.sexz1{
	display: none;
}
.serve5{
	margin-top: 20px;
	font-size: 18px;
	color: #1c73d4;
	font-weight: bold;
	line-height: 20px;
	height: 40px;
}
.serve6{
	margin-top: 12px;
	font-size: 0;
	height: 149px;
}
.serve6 span{
	display: inline-block;
	min-width: 50%;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.serve7{
	margin-top: 16px;
}
.serve7 a{
	display: block;
	height: 35px;
	border-radius: 16px;
	border: 1px solid #1c73d4;
	font-size: 14px;
	color: #1c73d4;
	text-align: center;
	line-height: 33px;
}
.serve1 ul li:hover{
	background-color: #5b9ff4;
}
.serve1 ul li:hover .sexz{
	display: none;
}
.serve1 ul li:hover .sexz1{
	display: block;
}
.serve1 ul li:hover .serve5{
	color: #ffffff;
}
.serve1 ul li:hover .serve6 span{
	color: #ffffff;
}
.serve1 ul li:hover .serve7 a{
	border: 1px solid #ffffff;
	color: #ffffff;
}
.symain{
	padding: 70px 0 60px;
}
.company{
	margin-top: 25px;
	overflow: hidden;
}
.company1{
	list-style-type: none;
	float: left;
	width: calc((100% - 240px)/7);
	margin-right: 40px;
	border: 1px solid #ffffff;
	border-radius: 24px;
	padding: 44px 16px 54px;
	cursor: pointer;
}
.company1:nth-child(7n){
	margin-right: 0;
}
.company2{
	margin: 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #1c73d4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cpicon1{
	display: none;
}
.company3{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 28px;
}
.company1.on{
	border: 1px solid #f2f2f2;
}
.company1.on .company2{
	background-color: #1c73d4;
}
.company1.on .cpicon{
	display: none;
}
.company1.on .cpicon1{
	display: block;
}
.company1.on .company3{
	color: #1c73d4;
	font-weight: bold;
}
.company4{
	margin: 30px 0 70px;
}
.company5{
	font-size: 0;
	text-align: center;
	display: none;
	/*width: 50%;*/
	/*margin: 0 auto;*/
}
.show{
	display: block !important;
}
.chitem{
	margin-top: 32px;
	text-align: center;
}
.chitem a{
	display: inline-block;
	margin: 0 15px;
	width: 120px;
	height: 31px;
	border-radius: 15px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 31px;
}
.chitem a.on{
	background-color: #016cd0;
	color: #ffffff;
}
.news{
	margin-top: 10px;
}
.news1{
	display: none;
}
.news1 ul{
	overflow: hidden;
}
.news1 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 180px)/3);
	margin-right: 90px;
	margin-top: 32px;
}
.news1 ul li:nth-child(3n){
	margin-right: 0;
}
.news1 ul li a{
	display: flex;
	align-items: center;
}
.news2{
	font-size: 0;
	margin-right: 20px;
}
.news2 img{
	width: 120px;
	height: 120px;
	border-radius: 50%;
}
.news3{
	flex: 1;
}
.news4{
	font-size: 18px;
	color: #666666;
	line-height: 28px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news5{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}
.footer{
	padding-top: 25px;
	background-color: #004ea2;
}
.footer1{
	text-align: center;
}
.footer1 a{
	margin: 0 25px;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	border-bottom: 1px solid #ffffff;
}
.footer2{
	margin-top: 32px;
	font-size: 0;
	text-align: center;
}
.footer2 img{
	width: 131px;
}
.footer3{
	margin-top: 10px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
}
.footer4{
	margin-top: 20px;
	font-size: 0;
	text-align: center;
}
.footer4 a{
	margin: 0 22px;
}
.beian{
	margin-top: 27px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 14px;
	color: #a5c5ff;
	text-align: center;
	line-height: 48px;
}
.beian a{
	color: #a5c5ff;
}
.wap{
	display: none;
}
.icon_m{
	margin-left: 20px;
}
.banner2{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 0;
	color: #ffffff;
}
.mbx{
	background-color: #fff;
	box-shadow: 0 0 10px #d4d5d8;
}
.mbx1{
	font-size: 0;
}
.mbx1 a{
	display: inline-block;
	line-height: 56px;
	font-size: 18px;
	color: #999999;
	margin-right: 100px;
	line-height: 56px;
	border-bottom: 3px solid #ffffff;
}
.mbx1 a.on{
	color: #004ea2;
	border-bottom: 3px solid #004ea2;
}
.intro{
	background: url(../img/introbg.png) no-repeat;
	background-position: center top;
	padding: 40px 0;
}
.intro1{
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	text-indent: 2rem;
}
.intro2{
	/*margin-top: 60px;*/
	width: 48%;
	margin-left: 2%;
	font-size: 0;
	text-align: center;
}
.history{
	background: url(../img/hisbg.png) no-repeat;
	background-size: cover;
	padding: 80px 0 120px;
}
.history .swiper{
	padding: 10px;
}
.history_d{
	position: relative;
}
.history_d:before{
	content: '';
	position: absolute;
	left: 0;
	top: 64px;
	width: 100%;
	height: 1px;
	background-color: #80add6;
	box-shadow: 0 0 10px #0069b3;
}
.history2{
	font-size: 20px;
	color: rgba(255, 255, 255, 0.3);
	text-align: center;
	line-height: 30px;
}
.history3{
	margin-top: 16px;
	font-size: 0;
	text-align: center;
}
.hisicon1{
	display: none;
}
.history4{
	margin-top: 20px;
	background-color: rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	box-shadow: 0 0 10px #007bbb;
	padding: 25px 20px;
}
.history5{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.history6{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 26px;
	height: 72px;
}
.history7{
	margin-top: 10px;
	display: flex;
	align-items: flex-start;
}
.history8{
	width: 7px;
	height: 7px;
	background-color: #ffffff;
	border-radius: 50%;
	margin-top: 15px;
	margin-right: 10px;
}
.history9{
	flex: 1;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px;
	height: 280px;
}
.history .swiper-slide-active .history2{
	color: #ffffff;
	font-size: 30px;
}
.history .swiper-slide-active .hisicon{
	display: none;
}
.history .swiper-slide-active .hisicon1{
	display: inline-block;
}
.history .swiper-slide-active .history4{
	background-color: #ffffff;
}
.history .swiper-slide-active .history5{
	color: #005bac;
}
.history .swiper-slide-active .history6{
	color: #005bac;
}
.history .swiper-slide-active .history8{
	background-color: #ff6a00;
}
.history .swiper-slide-active .history9{
	color: #666666;
}
.hisleft{
	position: absolute;
	left: -10px;
	top: 45px;
	transform: translateY(50%);
}
.hisright{
	position: absolute;
	right: -10px;
	top: 45px;
	transform: translateY(50%);
}
.repution{
	background-color: #f5f6fa;
	padding: 22px 0 52px;
}
.repution1 ul{
	overflow: hidden;
}
.repution1 ul li{
	list-style-type: none;
	float: left;
	margin-top: 30px;
	margin-right: 40px;
	width: calc((100% - 120px)/4);
	background-color: #ffffff;
	border-radius: 16px;
	padding: 16px;
}
.repution1 ul li:nth-child(4n){
	margin-right: 0;
}
.repution2{
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	border-bottom: 1px solid #eeeeee;
}
.repution2 img{
    max-height: 95%;
}
.repution3{
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	padding: 10px 0;
}
.culture{
	background-color: #eeeeee;
	padding: 64px 0 44px;
}
.culture1{
	position: relative;
	padding: 0 60px;
}
.culture1 .swiper{
	padding: 72px 0 140px;
}
.culture1 .swiper-pagination-bullet{
	opacity: 1;
	background-color: #016cd0;
	border-radius: 5px;
	width: 10px;
	height: 10px;
}
.culture1 .swiper-pagination-bullet-active{
	width: 48px;
}
.culture1 .swiper-slide-active img{
	transform: scale(1.47);
}
.culleft{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.culright{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cksj{
	background-color: #f5f6fa;
	padding: 40px 0 60px;
}
.cksj1 ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.cksj1 ul li{
	font-size: 0;
	margin-top: 10px;
	margin-right: 10px;
	width: calc((100% - 40px)/5);
}
.cksj1 ul li:nth-child(5n){
	margin-right: 0;
}
.canksj{
	position: relative;
	padding: 0 60px;
}
.canksj .swiper{
	padding: 72px 0 140px;
}
.canksj .swiper-pagination-bullet{
	opacity: 1;
	background-color: #016cd0;
	border-radius: 5px;
	width: 10px;
	height: 10px;
}
.canksj .swiper-pagination-bullet-active{
	width: 48px;
}
.canksj .swiper-slide-active img{
	transform: scale(1.47);
}
.ckleft{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ckright{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inabout1{
	display: none;
}
.inserve{
	padding: 50px 0 36px;
}
.inserve1 .swiper{
	padding-bottom: 76px;
}
.swiper-horizontal>.swiper-scrollbar{
	max-width: 500px;
	left: 50%;
	transform: translateX(-50%);
}
.swiper-scrollbar-drag{
	background-color: #004ea2;
}
.inserve2{
	font-size: 0;
	position: relative;
}
.inserve2 > img{
	width: 100%;
}
.inserve3{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 170px;
	width: 100%;
	background-color: rgba(1, 108, 208, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.inserve4{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.inserve5{
	margin-top: 10px;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	text-align: left;
}
.inserve5 span{
	display: inline-block;
	margin: 0 3px;
}
.inserve6{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: #004ea2;
	border-radius: 25px;
	padding: 16px 10px;
}
.inserve7{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inserve8 img{
	height: 40px;
}
.inserve10{
	margin-top: 16px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
.inserve11{
	margin-top: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inserve12{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	width: 60px;
	word-break: break-all;
}
.inserve13{
	flex: 1;
	font-size: 12px;
	line-height: 14px;
	color: rgba(255, 255, 255, 0.7);
}
.inserve2:hover .inserve6{
	display: block;
}
.partner{
	padding: 68px 0 77px;
	background-color: #f5f5f5;
}
.partner1{
    margin-top: 30px;
	background-color: #fff;
}
.partner1 ul{
	overflow: hidden;
}
.partner1 ul li{
	list-style-type: none;
	float: left;
	width: 20%;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
.partner1 ul li img{
	max-width: 90%;
	max-height: 90%;
}
.incont{
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.incont1{
	width: 51%;
}
.incont2{
	background-color: rgba(255, 255, 255, 0.76);
	padding: 50px 40px 27px;
	width: 49%;
}
.incont3{
	font-size: 36px;
	color: #000000;
	line-height: 1;
}
.incont4{
	margin-top: 20px;
	font-size: 16px;
	color: #02267e;
	line-height: 1;
}
.incont5{
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incont5 input{
	width: calc((100% - 60px)/2);
	height: 40px;
	border-radius: 5px;
	background-color: #f7f7f7;
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 12px;
}
.incont5 textarea{
	border-radius: 5px;
	background-color: #f7f7f7;
	padding: 15px;
	font-size: 14px;
	width: 100%;
	height: 105px;
	resize: none;
	font-family: inherit;
	border: none;
}
.incont6{
	margin-top: 24px;
}
.incont6 input{
	border-radius: 5px;
	width: 100%;
	font-size: 16px;
	background-color: #004ea2;
	height: 60px;
	color: #ffffff;
}
.incont7{
	margin-top: 32px;
	background-color: #ecf5ff;
	padding: 20px 30px;
	border-radius: 5px;
}
.incont8{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
}
.incont8 span{
	font-size: 0;
	width: 32px;
	line-height: 1;
}
.inNews{
	padding: 20px 0 60px;
}
.inNews1 ul li{
	margin-top: 40px;
	list-style-type: none;
	display: flex;
	/*align-items: flex-start;*/
}
.inNews2{
	font-size: 0;
	position: relative;
	margin-right: 32px;
}
.inNews2 img{
	width: 383px;
}
.inNews3{
	background-color: #016cd0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 110px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inNews4{
	font-weight: bold;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
}
.inNews5{
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.inNews6{
	flex: 1;
	padding-bottom: 48px;
	border-bottom: 1px solid #efefef;
}
.inNews7{
	font-size: 22px;
	color: #004ea2;
}
.inNews8{
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
	line-height: 36px;
}
.inNews9{
	margin-top: 20px;
	text-align: right;
}
.inNews9 a{
	width: 142px;
	height: 44px;
	border-radius: 22px;
	background-color: #016cd0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
}
.page{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	color: #333333;
	margin: 0 4px;
	border-radius: 3px;
}
.page a.on{
	color: #ffffff;
	border: 1px solid #016cd0;
	background-color: #016cd0;
}
.page span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 16px;
	color: #333333;
	margin: 0 4px;
}
.psr{
	width: 40px;
	height: 40px;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	color: #333333;
	margin: 0 4px;
	border-radius: 3px;
	text-align: center;
}
.ptj{
	width: 62px;
	height: 40px;
	border: 1px solid #016cd0;
	background-color: #016cd0;
	font-size: 16px;
	color: #ffffff;
	margin: 0 4px;
	border-radius: 3px;
	text-align: center;
}
.newsDeta{
	padding: 65px 0;
}
.newsDetad{
	overflow: hidden;
}
.newsDeta1{
	float: left;
	width: 70%;
}
.newsDeta2{
	font-size: 24px;
	color: #262626;
}
.newsDeta3{
	margin-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
	color: #707070;
	display: flex;
	align-items: center;
}
.newsDeta3 img{
	margin-right: 9px;
}
.newsDeta4{
	margin-top: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.return{
	margin-top: 35px;
	padding-top: 35px;
	text-align: right;
	border-top: 1px solid #e9e9e9;
}
.return a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 145px;
	height: 45px;
	border-radius: 22px;
	background-color: #004ea2;
	font-size: 16px;
	color: #ffffff;
}
.return a img{
	margin-left: 8px;
}
.newsDeta5{
	float: right;
	width: 27%;
	padding-left: 80px;
	border-left: 1px solid #e6e6e6;
}
.sxp{
	margin-bottom: 40px;
}
.sxp a{
	display: block;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px;
}
.sxp1{
	font-size: 20px;
	color: #333333;
}
.sxp2{
	margin-top: 10px;
	font-size: 16px;
	color: #777777;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.sxp3{
	margin-top: 6px;
	font-size: 14px;
	color: #a0a0a0;
}
.newsDeta6{
	font-size: 20px;
	color: #333333;
}
.newsDeta7 ul li{
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e6e6;
}
.newsDeta7 ul li a{
	display: flex;
	align-items: center;
}
.newsDeta8{
	font-size: 0;
	margin-right: 16px;
}
.newsDeta8 img{
	width: 76px;
}
.newsDeta9{
	flex: 1;
}
.newsDeta10{
	font-size: 16px;
	color: #777777;
	line-height: 24px;
}
.newsDeta11{
	margin-top: 6px;
	font-size: 12px;
	color: #a0a0a0;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}


