@charset "utf-8";
/*内页大图*/
.n_ban{
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.n_ban .word{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#fff;
	text-align: center;
	font-size: 18px;
}
.n_ban .word h1{
	font-size: 44px;
	margin-bottom: 30px;
}
.n_ban .about-word{
	position: absolute;
	font-size: 28px;
	left:12%;
	bottom: 16%;
	color: #fff;
}
.n_ban .about-word h1{
	color: #9f191e;
}
.n_ban .about-word h2{
	margin:24px 0;
}
.n_ban .service-word{
	position: absolute;
	font-size: 28px;
	left:12%;
	bottom: 16%;
	color: #fff;
	display: none;
}
.n_ban .contact-word{
	width: 80%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.n_ban .contact-word h1{
	font-size: 42px;
	font-weight: bolder;
}
.n_ban .contact-word h2{
	margin-top:28px;
	font-size: 18px;
	transform: uppercase;
}
.n_ban .contact-word h2 p{
	margin:5px 0;
}
.n_ban .contact-word h2 p:first-child{
	font-weight: bolder;
	font-size: 22px;
	margin-bottom: 10px;
}
.n_ban .contact-word h2 em{
	font-size: 24px;
	margin-right:20px;
}

/*内页公共标题*/
.n_tit{
	width: 100%;
	position: relative;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.n_tit:before{
	content: "";
	width: 100px;
	height: 1px;
	background: #fff;
	position: absolute;
	left:50%;
	margin-left: -50px;
	top:0;
}
.n_tit.red:before{
	background: #9f191e;
}
.n_tit h1{
	font-size: 40px;
	line-height: 70px;
}
.n_tit.red h1{
	color: #9f191e;
}
.n_tit h2{
	font-size: 16px;
}
.n_tit.red h2{
	color: #414141;
}

/*内页公共分类*/
.n_type{
	width: 100%;
	border-bottom: 2px #e3e3e3 solid;
	height: 78px;
	line-height: 78px;
	text-align: center;
	overflow: hidden;
}
.n_type li{
	display: inline-block;
	font-size: 18px;
	padding:0 50px;
	background: url(../img/line2.gif) no-repeat center right;
}
.n_type li:last-child{
	background: none;
}
.n_type a{
	display: block;
	color:#b3b3b3;
	position: relative;
}
.n_type a:after{
	content:"";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #404040;
	bottom: 18px;
	left:0;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.n_type li:hover a, .n_type li.on a{
	color:#404040;
}
.n_type li:hover a:after, .n_type li.on a:after{
	opacity: 1;
}

/*关于我们*/
.about{
	padding:44px 0 96px 0;
	overflow: hidden;
}
.about .con{
	width: 100%;
	padding-top: 70px;
	overflow: hidden;
}
.about .con .box1{
	width: 100%;
	font-size: 16px;
	color: #808080;
	overflow: hidden;
}
.about .con .box2{
	width: 100%;
	color: #9f191e;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	padding:100px 0 70px 0;
	overflow: hidden;
}
.about .con .box3{
	width: 100%;
	overflow: hidden;
}
.about .con .box3 ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.about .con .box3 li{
	width: 31.5%;
	padding:80px 30px;
	margin:3px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	font-size: 18px;
}
.about .con .box3 p{
	text-align: center;
}
.about .con .box3 h1{
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
.culture{
	width: 100%;
	padding:90px 0;
	background: #303030;
	overflow: hidden;
}
.culture .con{
	width: 84%;
	margin:100px auto 0;
	background: #fff;
	overflow: hidden;
}
.culture .con td{
	width: 33.33333333%;
	position: relative;
}
.culture .con td:after{
	content: "";
	position: absolute;
	width: 1px;
	background: #9f191f;
	left:50%;
	transform: translateX(-50%);
}
.culture .con tr:nth-child(1) td:nth-child(1):after, .culture .con tr:nth-child(1) td:nth-child(3):after{
	height: 78px;
	bottom:0;
}
.culture .con tr:nth-child(1) td:nth-child(2):after{
	height: 22px;
	bottom: 0;
}
.culture .con tr:nth-child(2) td:nth-child(1):after, .culture .con tr:nth-child(2) td:nth-child(3):after{
	height: 22px;
	top:0;
}
.culture .con tr:nth-child(2) td:nth-child(2):after{
	height: 78px;
	top: 0;
}
.culture .con td img{
	width: 100%;
}
.culture .con td .w{
	width: 80%;
	margin:0 auto;
	font-size: 16px;
}
.culture .con td .w h1{
	font-size: 28px;
	margin-bottom: 30px;
	font-weight: 600;
}
.history{
	width: 100%;
	padding:130px 0;
	background: #9f191f;
	overflow: hidden;
}
.history .con{
	width: 100%;
	padding-top: 80px;
	overflow: hidden;
}
.history .con .active-date{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 100px;
	font-family: 'FuturaStd-Book'; 
	line-height: 100px;
}
.history .con .active-detail{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.honor{
	padding:130px 0;
	overflow: hidden;
}
.honor .con{
	width: 100%;
	padding-top: 60px;
	overflow: hidden;
}
.honor .con li{
	width: 32.33333333%;
	float: left;
	margin-right: 1.5%;
	margin-top: 60px;
	position: relative;
	overflow: hidden;
}
.honor .con li:nth-child(3n){
	margin-right: 0;
}
.honor .con a{
	display: block;
}
.honor .con .w{
	width: 84%;
	left:8%;
	bottom:6%;
	position: absolute;
	color: #5e5e5e;
	overflow: hidden;
}
.honor .con .w p{
	width: 100%;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.honor .con .w img{
	width: 92px;
}
.news{
	width: 100%;
	padding:90px 0 50px 0;
	background: #303030;
	overflow: hidden;
}
.news .con{
    width: 80%;
    margin:0 auto;
    overflow: hidden;
}
.news .con li{
	width: 31.8333333%;
	float: left;
	margin-right: 1.5%;
	margin-top: 60px;
}
.news .con li:nth-child(3n){
	margin-right: 0;
}
.news .con a{
	color: #b3b3b3;
	display: block;
}
.news .con .d1{
	width: 100%;
	height: 60px;
	font-size: 16px;
	line-height: 56px;
	position: relative;
	overflow: hidden;
}
.news .con .d1:after{
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	width: 12px;
	height: 4px;
	background: #949494;
}
.news .con .d1 span{
	font-size: 28px;
	font-family: 'SourceHanSansCN-Light';
}
.news .con .p{
	width: 100%;
	padding-top: 36px;
	overflow: hidden;
}
.news .con .p > img{
	width: 100%;
}
.news .con .d2{
	width: 100%;
	height: 32px;
	margin-top: 24px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}
.news .con .d2:after{
	content:"";
	position: absolute;
	left:0;
	bottom:0;
	width: 12px;
	height: 1px;
	background: #949494;
}
.news .con .t{
	width: 100%;
	color: #fff;
	margin:16px 0 30px 0;
	font-size: 18px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.news .con .s{
	width: 100%;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .load{
	width: 100%;
	margin-top: 60px;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
}
.news .load a{
	display: block;
	color:#979797;
	height: 30px;
	position: relative;
}
.news .load a:after{
	content:"";
	position: absolute;
	width: 112px;
	height: 1px;
	background: #979797;
	left:50%;
	bottom: 0;
	transform: translateX(-50%);
}
.news .load a:hover{
	color:#9f191e;
}
.news .load a:hover:after{
	background: #9f191e;
}

/*发展历程*/
#swiper-history {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#swiper-history .swiper-container {
	height: 60px;
	margin: 60px 40px;
	overflow: hidden;
}
#swiper-history .swiper-wrapper .swiper-slide{
	width: 55px;
}
#swiper-history .swiper-wrapper .swiper-slide > div{
	display: none;
}
#swiper-history .long-line {
	height: 1px;
	background: #fff;
	width: 100%;
	position: absolute;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}
#swiper-history .swiper-pagination-bullets {
	white-space: nowrap;
	width: auto;
	top: 50%;
	transform: translateY(-50%);
	height: 55px;
	transition: 700ms;
}
#swiper-history .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
#swiper-history .swiper-pagination-bullet {
	width: 55px;
	height: 55px;
	opacity: 1;
	background: url(../img/dot1.png) no-repeat center;
	position: relative;
}
#swiper-history .swiper-pagination-bullet em{
	width: 100%;
	text-align: center;
	position: absolute;
	top:-10px;
	left: 0;
	color: #fff;
	font-family: 'FuturaStd-Book'; 
	font-size: 12px;
}
#swiper-history .swiper-pagination-bullet-active {
	background: url(../img/dot2.png) no-repeat center;
}
#swiper-history .swiper-pagination-bullet-active em{
	display: none;
}
#swiper-history .swiper-button-next, #swiper-history .swiper-button-prev {
	width: 27px;
	height: 27px;
	margin-top: -13px;
}
#swiper-history .swiper-button-prev{
	left:0;
	background: url(../img/left.png) no-repeat center;
}
#swiper-history .swiper-button-next{
	right:0;
	background: url(../img/right.png) no-repeat center;
}

/*产品中心*/
.goods_list{
	padding-top: 110px;
	padding-bottom: 110px;
	overflow: hidden;
}
.goods_list > ul{
	display: flex;
	flex-wrap: wrap;
}
.goods_list > ul > li{
	width: 32%;
	margin-right: 2%;
	margin-bottom:2%;
}
.goods_list > ul > li:nth-child(3n){
	margin-right: 0;
}
.goods_list > ul > li > a{
	border:1px #eee solid;
	display: block;
	text-align: center;
}
.goods_list .image img{
	width: 100%;
	display: block;
}
.goods_list .title{
	width: 100%;
	padding:15px 0;
	font-size: 18px;
	overflow: hidden;
}
.goods_list .load{
	width: 100%;
	margin-top: 4%;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
}
.goods_list .load a{
	display: block;
	color:#979797;
	height: 30px;
	position: relative;
}
.goods_list .load a:after{
	content:"";
	position: absolute;
	width: 112px;
	height: 1px;
	background: #979797;
	left:50%;
	bottom: 0;
	transform: translateX(-50%);
}
.goods_list .load a:hover{
	color:#9f191e;
}
.goods_list .load a:hover:after{
	background: #9f191e;
}

/*产品详情*/
.goods_detail{
	margin-top: -194px;
	margin-bottom: 130px;
	background: #fff;
	padding:100px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 2;
}
.goods_detail .goods_Tit{
	width: 100%;
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
	overflow: hidden;
}
.goods_detail .goods_Img{
	width: 50%;
	margin: 0 auto;
	margin-top: 20px;
}
.goods_detail .goods_Img img{
	width: 100%;
	display: block;
}
.goods_detail .goods_Img .bigImg{
	width: 100%;
	overflow: hidden;
}
.goods_detail .goods_Img .bigImg img{
	width: 100%;
	display: block;
}
.goods_detail .goods_Img .smImg{
	margin-top: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.goods_detail .goods_Img .smImg .swiper-button-prev,
.goods_detail .goods_Img .smImg .swiper-button-next{
	width: 10px;
	position: static;
	margin:0;
}
.goods_detail .goods_Img .smImg .swiper-button-prev:after,
.goods_detail .goods_Img .smImg .swiper-button-next:after{
	font-size: 20px;
	color: #2b2b2b;
}
.goods_detail .goods_Img .smImg .swiper-button-prev{
	left: 0;
	justify-content: flex-start;
}
.goods_detail .goods_Img .smImg .swiper-button-next{
	right: 0;
	justify-content: flex-end;
}
.goods_detail .goods_Img .smImg .swiper-container{
	width: calc(100% - 44px);
}
.goods_detail .goods_Img .smImg li{
	cursor: pointer;
	border:1px #eee solid;
}
.goods_detail .goods_Img .smImg li img{
	width: 100%;
	display: block;
}
.goods_detail .goods_Content{
	width: 100%;
	padding:50px 0;
	border-bottom: 1px #e3e3e3 solid;
	font-size: 16px;
	overflow: hidden;
}
.goods_detail .goods_Content img{
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}
.goods_detail .goods_Content .content{
	width: 100%;
	overflow: hidden;
}
.goods_detail .goods_Content .wechat{
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
}
.goods_detail .goods_Content .wechat .tit{
	padding-left: 86px;
	line-height: 70px;
}
.goods_detail .goods_Content .wechat .box{
	border:2px #a3a3a3 solid;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding:70px 180px;
}
.goods_detail .goods_Content .wechat .box .lt{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.goods_detail .goods_Content .wechat .box .lt h1{
    font-size: 22px;
}
.goods_detail .goods_Content .wechat .box .lt h2{
	font-size: 12px;
	text-transform: uppercase;
}
.goods_detail .goods_Content .wechat .box .lt h3{
	padding-top: 30px;
	line-height: 36px;
	text-transform: uppercase;
}
.goods_detail .goods_Page{
	width: 100%;
	padding-top: 36px;
	font-size: 16px;
	overflow: hidden;
}
.goods_detail .goods_Page .rt a{
	width: 168px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	border-radius: 32px;
	background: #9f191e;
	color:#fff;
	font-size: 18px;
	display: block;;
}

/*服务与支持*/
.download_list{
	padding-top: 132px;
	padding-bottom: 110px;
	overflow: hidden;
}
.download_list .con{
	width: 100%;
	overflow: hidden;
}
.download_list .con li{
	width: 24.25%;
	float: left;
	margin-right: 1%;
	margin-top: 80px;
}
.download_list .con li:nth-child(4n){
	margin-right: 0;
}
.download_list .con li .p{
	width: 100%;
	padding-bottom: 16px;
	overflow: hidden;
}
.download_list .con li .p > img{
	width: 100%;
}
.download_list .con li .t{
	width: 100%;
	font-size: 16px;
	overflow: hidden;
}
.download_list .con li .t .t_r{
	width: 80px;
	text-align: right;
	float: right;
	color: #09a5ff;
}
.download_list .con li .t .t_l{
	margin-right: 80px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.download_list .con li .n{
	width: 100%;
	color: #9f191e;
	font-family: 'FuturaStd-Book'; 
	overflow: hidden;
}
.video_list{
	width: 100%;
	background: #1f1e21;
	padding:90px 0 60px 0;
	overflow: hidden;
}
.video_list .con{
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}
.video_list .con li{
	width: 32.333333%;
	float: left;
	margin-right: 1.5%;
	margin-top: 80px;
}
.video_list .con li:nth-child(3n){
	margin-right: 0;
}
.video_list .con a{
	display: block;
}
.video_list .con .p{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.video_list .con .p > img{
	width: 100%;
}
.video_list .con .p .play{
	width: 28%;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.video_list .con .p .play > img{
	width: 100%;
}
.video_list .con .t{
	width: 100%;
	color: #fff;
	line-height: 50px;
	font-size: 18px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.video_list .arrow{
	width: 100%;
	padding-top: 150px;
	text-align: center;
	overflow: hidden;
}
.service{
	width: 100%;
	padding:80px 0 150px 0;
	background: url(../img/n_bg1.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.service .con{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 90px;
	text-align: center;
	overflow: hidden;
}
.service .con h1{
	font-size: 32px;
}
.service .con h2{
	color: #9f191e;
	font-family: 'Futura Bold BT'; 
	font-size: 46px;
	line-height: 80px;
}
.service .con h3{
	font-size: 26px;
}
.service .formBox{
	width: 100%;
	overflow: hidden;
}
.service .formBox .ipt, .service .formBox .tarea{
	margin-bottom:22px;
	outline: none;
	float:left;
	border:1px #a3a3a3 solid;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	overflow: hidden;
}
.service .formBox .ipt{
	width: 49%;
	height: 62px;
	padding:0 16px;
}
.service .formBox .ipt:nth-child(2n){
	float: right;
}
.service .formBox .tarea{
	width: 100%;
	height: 196px;
	padding:16px;
}
.service .formBox .btn{
	width: 158px;
	height: 50px;
	line-height: 50px;
	background: #9f191e;
	color: #fff;
	border:none;
	outline: none;
	float: right;
	margin-top: 18px;
	border-radius: 4px;
	font-size: 18px;
}

/*新闻列表*/
.news_list{
	padding:70px 0 30px 0;
	overflow: hidden;
}
.news_list ul{
	width: 100%;
	overflow: hidden;
}
.news_list li{
	width: 32%;
	float: left;
	margin-right:2%;
	border:1px #e3e3e3 solid;
	box-sizing: border-box;
	margin-bottom: 80px;
}
.news_list li:nth-child(3n){
	margin-right: 0;
}
.news_list li .p{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.news_list li .p > img{
    width: 100%;
}
.news_list li .p .plus{
	width: 20%;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
}
.news_list li .p .plus > img{
	width: 100%;
}
.news_list li .w{
	padding:20px;
	overflow: hidden;
}
.news_list li .w .t{
	width: 100%;
	font-size: 18px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.news_list li .w .s{
	width: 100%;
	margin:30px 0 40px 0;
	font-size: 16px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list li .w .m{
	width: 105px;
	height: 25px;
	border-radius: 4px;
	background: #9f191e;
	text-align: center;
	line-height: 26px;
	color: #fff;
}
.news_list li .w .d{
	color: #b3b3b3;
}
.news_list .load{
	width: 100%;
	margin-bottom: 80px;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
}
.news_list .load a{
	display: block;
	color:#979797;
	height: 30px;
	position: relative;
}
.news_list .load a:after{
	content:"";
	position: absolute;
	width: 112px;
	height: 1px;
	background: #979797;
	left:50%;
	bottom: 0;
	transform: translateX(-50%);
}
.news_list .load a:hover{
	color:#9f191e;
}
.news_list .load a:hover:after{
	background: #9f191e;
}

/*新闻详情*/
.news_detail{
	margin-top: -194px;
	margin-bottom: 130px;
	background: #fff;
	padding:100px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	position: relative;
	z-index: 2;
}
.news_detail .news_Tit{
	width: 100%;
	font-size: 48px;
	line-height: 48px;
	overflow: hidden;
}
.news_detail .news_Date{
	width: 100%;
	border-bottom: 1px #e3e3e3 solid;
	padding-top: 50px;
	line-height: 78px;
	font-size: 16px;
	overflow: hidden;
}
.news_detail .news_Date > div{
	float: left;
	background: url(../img/line.gif) no-repeat center right;
	padding:0 34px;
}
.news_detail .news_Date > div:first-child{
	padding-left: 0;
}
.news_detail .news_Date > div:last-child{
	background: none;
}
.news_detail .news_Date .bdsharebuttonbox a{
	background-image: none;
	background: #ffffff;
	border-radius: 50%;
	display: block;
	padding-left: 0;
	margin:0;
	margin-left:14px;
	text-align: center;
	line-height: 78px;
	color: #868685;
	font-size: 20px;
}
.news_detail .news_Content{
	width: 100%;
	padding:50px 0;
	border-bottom: 1px #e3e3e3 solid;
	font-size: 16px;
	overflow: hidden;
}
.news_detail .news_Content img{
	max-width: 100% !important;
	height: auto !important;
}
.news_detail .news_Content .content{
	width: 100%;
	overflow: hidden;
}
.news_detail .news_Content .wechat{
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
}
.news_detail .news_Content .wechat .tit{
	padding-left: 86px;
	line-height: 70px;
}
.news_detail .news_Content .wechat .box{
	border:2px #a3a3a3 solid;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding:70px 180px;
}
.news_detail .news_Content .wechat .box .lt{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.news_detail .news_Content .wechat .box .lt h1{
    font-size: 22px;
}
.news_detail .news_Content .wechat .box .lt h2{
	font-size: 12px;
	text-transform: uppercase;
}
.news_detail .news_Content .wechat .box .lt h3{
	padding-top: 30px;
	line-height: 36px;
	text-transform: uppercase;
}
.news_detail .news_Page{
	width: 100%;
	padding-top: 36px;
	font-size: 16px;
	overflow: hidden;
}
.news_detail .news_Page .rt a{
	width: 168px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	border-radius: 32px;
	background: #9f191e;
	color:#fff;
	font-size: 18px;
	display: block;;
}

/*联系我们*/
.contact_box{
	padding:80px 0;
	overflow: hidden;
}
.contact_box .con{
	width: 100%;
	padding-top: 80px;
	overflow: hidden;
}
.contact_box .con ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.contact_box .con li{
	width: 23%;
	float: left;
	margin:3px;
	box-shadow: 0 0 16px rgba(0, 0, 0, .3);
	border-radius: 8px;
	display: flex;
    padding:50px 0;
    justify-content: center;
    align-items: center;
}
.contact_box .con li a{
    display: block;
	text-align: center;
	font-size: 16px;
}
.contact_box .con li p:first-child{
	height: 78px;
	line-height: 78px;
	overflow: hidden;
}
.contact_box .con li em{
	font-size: 78px;
}
.contact_box .con li a p:nth-child(2){
	padding:30px 0 16px 0;
	font-size: 24px;
}
.partner_box{
	width: 100%;
	padding:80px 0;
	background: #303030;
	overflow: hidden;
}
.partner_box .con{
	width: 100%;
	padding-top: 120px;
	overflow: hidden;
}
.partner_box .con li{
	width: 12%;
	padding-right: 10%;
	float: left;
}
.partner_box .con li:nth-child(5n){
	padding-right: 0;
}