@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	color: #222;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	vertical-align: top;
	width: 100%;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.flex {
	display: flex;
	display: -webkit-flex;
}
.between {
	justify-content: space-between;
}
.center {
	align-items: center;
}
.content {
	width: 1440px;
	margin: 0 auto;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.phone {
	display: none;
}
@font-face {
	font-family: "dq";
	src:url("../font/Hiragino Sans GB W3.otf") format("opentype"),
			url("../font/Hiragino-Sans-GB-W3.ttf") format("truetype"),
			url("../font/Hiragino-Sans-GB-W3.woff") format("woff");
}
[v-cloak]{
	display: none;
}


/*首页*/
.header{
	width: 1440px;
	position: relative;
	margin: 0 auto;
}
.logo{
	float: left;
	width: 324px;
	margin: 19px 0;
}
.search_box {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 8;
}
.search_box img {
  height: 100%;
  cursor: pointer;
}
.nav{
	float: right;
	width: 965px;
	height: 100px;
}
.nav li{
	float: left;
	width: 120px;
	text-align: center;
	line-height: 100px;
	font-size: 16px;
	position: relative;
}
.nav li:hover i{
	opacity: 1;
}
.nav i{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav i span{
	width: 60px;
	height: 2px;
	line-height: 0;
	background: #003ea1;
	display: block;
	margin: 0 auto;
}
.nav li.on i{
	opacity: 1;
}
.nav li:first-child{
	width: 90px;
}
.nav li:first-child i span{
	width: 36px;
}
.nav a{
	color: #222;
}
.banner{
	width: 100%;
	position: relative;
}
.banner .swiper-pagination{
	bottom: 30px;
}
.banner .swiper-pagination-bullet{
	width: 44px;
	height: 44px;
	background: url(../images/dot_01.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 10px;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: url(../images/dot_02.png) no-repeat;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	width: 24px;
	height: 38px;
	border-radius: 0;
	top: auto;
	bottom: 34px !important;
}
.banner .swiper-button-prev{
	left: auto;
	right: 278px;
	background: url(../images/btn_left02.png) no-repeat;
	background-size: 100% 100%;
}
.banner .swiper-button-next{
	right: 240px;
	background: url(../images/btn_right02.png) no-repeat;
	background-size: 100% 100%;
}
.banner .swiper-button-prev.swiper-button-disabled{
	background: url(../images/btn_left.png) no-repeat;
	opacity: 1;
}
.banner .swiper-button-next.swiper-button-disabled{
	background: url(../images/btn_right.png) no-repeat;
	opacity: 1;
}
.bn_box{
	width: 100%;
	position: absolute;
	top: 40%;
	transform: translate(0, -40%);
	left: 0;
	z-index: 1;
}
.bn_txt{
	width: 1365px;
	color: #fff;
	margin: 0 auto;
}
.bn_txt h1{
	font-size: 70px;
	font-weight: normal;
	line-height: 96px;
}
.bn_txt h2{
	font-size: 34px;
	font-weight: lighter;
	line-height: 58px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 26px;
}
.bn_btn{
	width: 168px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border: solid 1px #fff;
	border-radius: 60px;
	font-size: 18px;
}
.bn_btn a{
	display: inline-block;
	color: #fff;
}
.bn_btn a:hover{
	color: #2f61a9;
}
.bn_btn img{
	width: 18px;
	height: 8px;
	vertical-align: middle;
	margin-left: 14px;
}
.bn_btn:hover{
	background: #fff;
}
.img02{
	display: none;
}
.bn_btn:hover .img01{
	display: none !important;
}
.bn_btn:hover .img02{
	display: inline-block;
}
/* 产品展示 */
.product_bg{
	width: 100%;
	background: #f3f4f6;
	padding: 56px 0 70px;
	overflow: hidden;
}
.product_title{
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.product_title h1{
	font-size: 36px;
	line-height: 80px;
}
.product_title i{
	width: 40px;
	height: 7px;
	border-radius: 7px;
	background: #003ea1;
	display: block;
}
.product_title h2{
	color: #cdcdcd;
	font-size: 50px;
	line-height: 92px;
	font-weight: normal;
	text-transform: uppercase;
	opacity: 0.3;
}
.product_list{
	position: absolute;
	top: 33px;
	right: 0;
}
.product_list li{
	float: left;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}
.product_list li span{
	width: 58px;
	text-align: center;
	display: inline-block;
}
.product_list li:last-child span{
	display: none;
}
.product_box{
	width: 100%;
	padding-bottom: 54px;
}
.product ul{
	margin-right: -29px;
}
.product li{
	float: left;
	width: 470px;
	height: 280px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 0 29px 20px 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.product img{
	height: 100%;
	object-fit: cover;
}
.product li:hover{
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product li:first-child{
	width: 941px;
	height: 580px;
}
.product_tm{
	width: 100%;
	padding: 12px 37px 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
}
.product li:first-child .product_tm{
	padding: 28px 23px 34px;
}
.product_txt01{
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.product_txt02{
	width: 100%;
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 16px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.product li:first-child .product_txt01{
	height: 42px;
	line-height: 42px;
}
.product li:first-child .product_txt02{
	height: 34px;
	line-height: 34px;
}
.product_more{
	width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fff;
	font-size: 16px;
	margin: 0 auto;
}
.product_more a{
	display: block;
	color: #003ea1;
}
/* 关于我们 */
.about_box{
	width: 100%;
	padding: 150px 0 78px;
	position: relative;
	overflow: hidden;
}
.about_en{
	width: 100%;
	color: #f7f8fa;
	font-size: 150px;
	line-height: 134px;
	text-transform: uppercase;
	position: absolute;
	top: 74px;
	left: 0;
	z-index: -1;
}
.about_left{
	float: left;
	width: 810px;
}
.about_title{
	margin-bottom: 44px;
}
.about_title h1{
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 22px;
}
.about_title i{
	width: 40px;
	height: 7px;
	border-radius: 7px;
	background: #003ea1;
	display: block;
}
.about{
	font-size: 16px;
	line-height: 35px;
	height: 245px;
	overflow: hidden; 
	word-break: break-all; 
	-webkit-line-clamp: 7; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	margin-bottom: 74px;
}
.about_list{
	width: 100%;
}
.about_list li{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
}
.about_list li:nth-child(2){
	width: 60%;
}
.about_list h4 b{
	font-family: 'dq';
	color: #003ea1;
	font-size: 44px;
	font-weight: lighter;
	letter-spacing: 2px;
	line-height: 54px;
}
.about_list h4 span{
	color: #666;
	font-size: 18px;
	vertical-align: top;
	font-weight: normal;
}
.about_right{
	float: right;
	width: 480px;
	position: relative;
}
.about_pic{
	width: 100%;
	height: 580px;
	overflow: hidden;
}
.about_pic img{
	height: 100%;
	object-fit: cover;
}
.about_more{
	width: 140px;
	height: 150px;
	background: #003ea1;
	font-size: 16px;
	line-height: 34px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: -65px;
	bottom: 56px;
	z-index: 1;
}
.about_more a{
	width: 100%;
	text-align: center;
	color: #fff;
}
.about_more span{
	display: block;
	font-size: 30px;
}
.about_line{
	width: 120px;
	height: 130px;
	border: dashed 1px #fff;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
}
/* 新闻资讯 */
.news_bg{
	width: 100%;
	background: url(../images/news_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 52px 0 64px;
	overflow: hidden;
}
.news_title{
	width: 100%;
	color: #fff;
	position: relative;
	margin-bottom: 65px;
}
.news_title h1{
	font-size: 36px;
	line-height: 80px;
	font-weight: normal;
}
.news_title i{
	width: 40px;
	height: 7px;
	border-radius: 7px;
	background: #fff;
	display: block;
}
.news_title h2{
	color: #cdcdcd;
	font-size: 50px;
	line-height: 92px;
	font-weight: normal;
	text-transform: uppercase;
	opacity: 0.3;
}
.news_list{
	position: absolute;
	top: 33px;
	right: 0;
}
.news_list li{
	float: left;
	font-size: 16px;
	line-height: 30px;
	cursor: pointer;
}
.news_list li span{
	width: 58px;
	text-align: center;
	display: inline-block;
}
.news_list li:last-child span{
	display: none;
}
.news_box{
	width: 100%;
	padding-bottom: 90px;
}
.news{
	width: 100%;
}
.news ul{
	margin-right: -20px;
}
.news li{
	float: left;
	width: 350px;
	height: 400px;
	background: #fff;
	margin-right: 20px;
	position: relative;
}
.news li:first-child{
	width: 700px;
	height: 400px;
	overflow: hidden;
}
.news img{
	height: 100%;
	object-fit: cover;
}
.news_tm{
	width: 100%;
	padding: 17px 28px;
	box-sizing: border-box;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.news_date01{
	color: #fff;
	font-size: 20px;
}
.news_date01 span{
	font-size: 30px;
	padding-right: 6px;
}
.news_txt{
	width: 100%;
	line-height: 36px;
	color: #fff;
	font-size: 20px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.news_pic{
	width: 100%;
	height: 219px;
	overflow: hidden;
	margin-bottom: 3px;
}
.news_text{
	width: 92%;
	margin: 0 auto;
}
.news_text h4{
	color: #333;
	font-size: 18px;
	line-height: 48px;
	font-weight: normal;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.news_text_p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	margin-bottom: 17px;
	overflow: hidden; 
	word-break: break-all; 
	-webkit-line-clamp: 2; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-box-orient: vertical;
}
.news_bot{
	height: 64px;
	line-height: 64px;
	border-top: solid 1px #eee;
}
.news_bot img{
	float: right;
	width: 20px;
	height: 6px;
	margin-top: 36px;
}
.news_date02{
	float: left;
	color: #999;
	font-size: 20px;
}
.news_date02 span{
	color: #333;
	font-size: 30px;
	padding-right: 6px;
}
/* 友情连接 */
.link_box{
	width: 100%;
	padding: 140px 0 98px;
	position: relative;
	overflow: hidden;
}
.link_en{
	width: 100%;
	color: #f7f8fa;
	font-size: 150px;
	line-height: 134px;
	text-transform: uppercase;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: -1;
}
.link{
	width: 1393px;
	margin: 0 auto;
}
.link li{
	float: left;
	width: 199px;
	border-right: solid 2px #f4f4f4;
	box-sizing: border-box;
	filter: grayscale(100%);
}
.link li:hover{
	filter: grayscale(0);
}
.link li:last-child{
	border: none;
}
.link_pic{
	width: 177px;
	height: 97px;
	margin: 0 11px;
	overflow: hidden;
}
.link_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 尾部 */
.foot_bg{
	width: 100%;
	background: #002054;
	padding: 62px 0;
}
.foot_l{
	float: left;
	width: 534px;
}
.f_logo{
	width: 332px;
	margin-bottom: 19px;
}
.f_con{
	color: #bfbfbf;
	font-size: 18px;
	line-height: 42px;
}
.f_con h4{
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 54px;
}
.foot_c{
	float: left;
	width: 544px;
	padding-top: 79px;
}
.foot_c h4{
	color: #fff;
	font-size: 20px;
	line-height: 54px;
	font-weight: normal;
}
.foot_c ul{
	width: 100%;
}
.foot_c li{
	float: left;
	width: 136px;
	line-height: 42px;
	font-size: 16px;
}
.foot_c li a{
	color: #bfbfbf
}
.foot_c li a:hover{
	color: #fff
}
.code{
	float: right;
	width: 150px;
	text-align: center;
	margin: 98px 38px 0 0;
}
.code img{
	width: 150px;
	height: 150px;
}
.code h4{
	color: #bfbfbf;
	font-size: 16px;
	line-height: 58px;
	font-weight: normal;
}
.copyright{
	width: 100%;
	text-align: center;
	background: #000b1d;
	color: #bfbfbf;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 0;
}

/* 漂浮 */
.pf_box{
	width: 136px;
	padding-bottom: 10px;
	background: #7ea3fa;
	position: fixed;
	bottom: 10%;
	left: 0;
	z-index: 9;
}
.pf_pic{
	width: 100%;
	height: 85px;
	margin-bottom: 10px;
}
.pf_pic img{
	height: 100%;
}
.pf_btn{
	width: 123px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	background: #fff;
	margin: 0 auto;
}
.pf_btn a{
	color: #222;
	display: block;
}
.pf_close{
	width: 26px;
	height: 26px;
	cursor: pointer;
	position: absolute;
	top: -31px;
	right: -26px;
}


/* 产品中心 */
.bn_con{
	width: 100%;
	color: #fff;
	font-size: 34px;
	line-height: 54px;
	font-weight: lighter;
	text-transform: uppercase;
	position: absolute;
	top: 48%;
	left: 0;
	transform: translate(0, -48%);
}
.bn_con h1{
	font-size: 70px;
	line-height: 100px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 14px;
}
.top_line {
  width: 100%;
  border-bottom: solid 1px #c9c9c9;
	margin-bottom: 80px;
}
.top_box {
  width: 1440px;
	padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  font-size: 18px;
  position: relative;
}
.top_box .swiper-slide{
  width: auto!important;
}
.top_box a {
  color: #222;
}
.top_box a:hover {
  color: #003ea1;
}
.top_box i {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.top_box i span {
  width: 75px;
  height: 3px;
  background: #073190;
  display: block;
  margin: 0 auto;
}
.top_box .top_active i {
  opacity: 1;
}
.top_box .top_active a {
  color: #073190;
}
.main{
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
.pro{
	width: 100%;
	overflow: hidden;
}
.pro ul{
	margin-right: -30px;
}
.pro li{
	float: left;
	width: 460px;
	height: 274px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin: 0 30px 40px 0;
}
.pro img{
	height: 100%;
	object-fit: cover;
}
.pro_fon{
	width: 100%;
	text-align: center;
	height: 54px;
	line-height: 54px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	color: #303030;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	transition: all 0.6s;
  -webkit-transition: all 0.6s;
}
.pro li:hover .pro_fon{
	background: rgba(7, 49, 144, 0.5);
	color: #fff;
}
.page{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	overflow: hidden;
	margin: 60px 0;
}
.page a{
	color: #7d7c7c;
	border: solid 1px #e5e5e5;
	background: #fff;
	display: inline-block;
	padding: 0 14px;
	margin: 0 4px;
}
.page a:hover{
	color: #fff;
	border: solid 1px #e5e5e5;
	background: #073190;
}
.page a.page_on{
	color: #fff;
	border: solid 1px #e5e5e5;
	background: #073190;
}


/* 新闻资讯 */
.path {
	width: 1440px;
  color: #454545;
  font-size: 16px;
	padding: 30px 0;
	margin: 0 auto;
}
.path a {
  color: #454545;
}
.path a:hover {
  color: #1758a7;
}
.path span {
  color: #1758a7;
}
.path img {
  float: left;
  width: 16px;
  margin-right: 14px;
}
.news02{
	width: 100%;
}
.news02 ul{
	margin-right: -40px;
}
.news02 li{
	float: left;
	width: 453px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0 40px 50px 0;
}
.news_pic02{
	width: 100%;
	height: 288px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-bottom: 3px;
}
.news_pic02 img{
	height: 100%;
	object-fit: cover;
}
.news02 .news_text_p{
	font-size: 16px;
	line-height: 28px;
	height: 56px;
}


/* 人才招聘 */
.join{
  width:100%;
}
.join li{
  position:relative;
  cursor:pointer;
  background: #f3f3f3;
  font-size: 16px;
  color:#565555;
  margin-bottom: 20px;
}
.join li h3{
  height:90px;
  line-height:90px;
  font-weight: normal;
  text-indent:25px;
  background: url(../images/join_jia.png) no-repeat 98% center;
}
.join li.join_active h3{
  background:#f3f3f3 url(../images/join_jian.png) no-repeat 98% center;
}
.join_body{
  width: 100%;
  padding: 60px 42px;
  box-sizing: border-box;
  border-top: solid 1px #fff;
  line-height: 40px;
  display: none;
}
.join_text h4{
  color: #1b1b1b;
}


/* 联系我们 */
.gary{
	background: #f5f5f5;
}
.white{
	background: #fff;
}
.m_contact {
  padding: 50px 0;
}
.m_contact li {
	float: left;
  width: 33.333%;
  text-align: center;
	font-size: 18px;
  background: url(../images/line.png) no-repeat right center;
}
.m_contact li img {
  width: 37px;
  height: 37px;
}
.m_contact li:last-child {
  background: none;
}
.m_contact li p {
  margin: 20px 0;
  text-transform: uppercase;
}
.m_contact li h3 {
  font-size: 20px;
	font-weight: normal;
}
.map{
  width: 100%;
  height: 482px;
}
.map .BMap_bubble_title{
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 10px;
}
.map .BMap_bubble_content{
  font-size: 14px;
}
.map .BMap_pop{
	top: 105px !important;
}
.map .BMap_shadow{
	top: 150px !important;
}


/* 详情 */
.show_tt{
	width: 100%;
	text-align: center;
	line-height: 72px;
	color: #222;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 70px;
}
.show_pic{
	width: 646px;
	margin: 0 auto 66px;
	overflow: hidden;
}
.text_tt{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 18px;
}
.text{
	color: #333;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 50px;
}
.fenye{
  width: 1440px;
	border-top: solid 1px #ccc;
  margin: 30px auto;
	padding-top: 20px;
}
.fenye li{
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.fenye a{
  color: #6c6c6c;
}
.fenye a:hover{
  color: #073190;
}


/* 关于我们 */
.main_nav_box{
	width: 100%;
	height: 100px;
	margin-bottom: 40px;
	overflow: hidden;
}
.main_nav{
	width: 1440px;
	height: 100px;
	margin: 0 auto;
}
.main_nav li{
	float: left;
	width: 240px;
	text-align: center;
	font-size: 18px;
	line-height: 100px;
	background: url(../images/main_nav_line.jpg) no-repeat right center;
	position: relative;
}
.main_nav li:last-child{
	background: none;
}
.main_nav a{
	color: #222;
}
.main_nav a:hover{
	color: #003ea1;
	font-weight: bold;
}
.main_nav .main_nav_on a{
	color: #003ea1;
	font-weight: bold;
}
.main_nav i{
	width: 1920px;
	height: 2px;
	background: #003ea1;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.main_nav_on i{
	opacity: 1;
}
.main_nav li:hover i{
	opacity: 1;
}
.main_about{
	color: #222;
	font-size: 18px;
	line-height: 38px;
}
.m{
	padding-bottom: 90px;
}
.m02{
	padding: 40px 0 90px;
}
.org_box{
	padding-top: 75px;
}
.org_pic{
	height: 400px;
	margin-bottom: 17px;
}
.org_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.org_txt{
	text-align: center;
	color: #666;
	font-size: 18px;
	line-height: 44px;
}
.org_txt span{
	color: #222;
	font-size: 24px;
	padding-right: 12px;
}
.m_honor_left{
	float: left;
	width: 580px;
	height: 800px;
	overflow: hidden;
}
.m_honor_left img{
	height: 100%;
	object-fit: cover;
}
.m_honor{
	float: right;
	width: 832px;
}
.m_honor ul{
	margin-right: -35px;
}
.m_honor li{
	float: left;
	width: 254px;
	text-align: center;
	margin: 0 35px 50px 0;
}
.m_honor h4{
	color: #222;
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
}
.m_honor_pic{
	height: 320px;
	overflow: hidden;
	margin-bottom: 15px;
}
.m_honor_pic img{
	height: 100%;
	object-fit: cover;
}
.m_bg{
	background: url(../images/m_bg.png) no-repeat center bottom;
	padding-bottom: 280px;
}
.dsj_box{
	width: 100%;
	position: relative;
	margin-top: 74px;
}
.dsj_box .swiper-slide-active .dsj{
	margin-top: 70px;
}
.dsj{
	padding: 0 0 74px 20px;
	border-left: solid 1px #e5e5e5;
	position: relative;
	margin-top: 100px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.dsj:hover{
	margin: 0;
}
.dsj i{
	width: 2px;
	height: 34px;
	display: block;
	background: #bfbfbf;
	position: absolute;
	top: 0;
	left: -1px;
}
.dsj h4{
	color: #c8c8c8;
	font-size: 40px;
	line-height: 32px;
	margin-bottom: 36px;
}
.dsj_txt{
	color: #999;
	font-size: 20px;
	line-height: 40px;
}
.dsj_box .swiper-slide-active .dsj_txt{
	color: #003ea1;
}
.dsj_box .swiper-slide-active .dsj h4{
	color: #003ea1;
}
.dsj_box .swiper-slide-active .dsj i{
	background: #003ea1;
}
.dsj_box .swiper-button-prev,.dsj_box .swiper-button-next{
	width: 46px;
	height: 46px;
	bottom: 10px;
}
.dsj_box .swiper-button-prev{
	background: url(../images/dsj_prev.png) no-repeat;
	background-size: 100% 100%;
	left: 20px;
}
.dsj_box .swiper-button-next{
	background: url(../images/dsj_next.png) no-repeat;
	background-size: 100% 100%;
	left: 90px;
}