*{
	margin: 0;
	padding: 0;
}
html,body{
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	font-family: "微软雅黑";
	overflow-y: auto;
	color: #252d3a;
}
a{
	text-decoration: none;
	color: #252d3a;
}
li{
	list-style: none;
}
img{
	display: block;
}
.wrapper{
	margin: 0 15px;
}
.clear:after{
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

video::-webkit-media-controls-fullscreen-button{ display: none !important; }
 video::-webkit-media-controls-mute-button { display: none !important;}
 video::-internal-media-controls-overflow-button{ display: none !important;}
 video::-webkit-media-controls {
  display:none !important;
}
.trump-button[sub-component="fullscreen_btn"],.trump-button[now="fullscreen"]{ display:none!important;}
    .trump-button[sub-component="setting"]{ display:none !important;}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none !important;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none !important;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none !important;
}



/*导航 start*/
.header{
	position: fixed;
	height: 60px;
	line-height: 60px;
	width: 100%;
	z-index: 111111;
	transition: .3s;
}
.header_sel{
	background: #fff;
}
.header_sel .nav span,.header_sel .nav span:after, .header_sel .nav span:before{
	background: #333 !important;
}
.header .logo{
	height: 40px;
	margin: 10px 0px;
	float: left;
}
.header .logo img{
	height: 100%;
}
.header .nav{
	float: right;
	padding-top: 10px;
	margin-top: 19px;
	display: block;
	height: 22px;
}
.header .nav span{
	display: block;
	height: 2px;
	background: #fff;
	width: 25px;
	position: relative;
}
.header .nav span:after,.header .nav span:before{
	content: "";
	display: block;
	height: 2px;
	width: 25px;
	background: #fff;
	position: absolute;
}
.header .nav span:after{
	top: -8px;
}
.header .nav span:before{
	bottom: -8px;
}





.header .h-nav{
	position: fixed;
	background: #fff;
	height: 100%;
	width: 100%;
	top: 0;
	left: -100%;
	z-index: 99999;
	transition: .3s;
}
.header .h-nav .more{
	font-size: 14px;
}
.header .h-nav .ico{
	display: block;
	height: 20px;
	width: 20px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}
.header .h-nav .ico img{
	width: 100%;
}

@keyframes sx{
	from{transform: scale(1.3);opacity: 0;}
	to{transform: scale(1);opacity: 1;}
}


.header .h-nav span{
	background: #333;
	transform: rotate(45deg);
}
.header .h-nav span:after{
	display: none;
}
.header .h-nav span:before{
	background: #333;
	transform: rotate(90deg);
	transform-origin: 16px -3px;
}

.header .top{
	height: 60px;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.header .h-nav ul{
	margin-top: 5px;
}
.header .h-nav ul li{
	line-height: 1;
	line-height: 50px;
	font-size: 16px;
}
.header .h-nav ul>li{
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.header .h-nav ul li a{
	color: #555;
}
.header .h-nav ul li .xjt{
	margin-left: 5px;
	position: relative;
	top: 4px;
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/xjt.png) no-repeat;
	background-size: 20px;
	display: inline-block;
	transform: rotate(180deg);
	transition: .5s;
	float: right;
	margin-top: 13px;
}
.header .xz{
	transform: rotate(0) !important;
}
.header .h-nav .subnav{
	display: none;
	margin-bottom: 10px;
}
.header .h-nav ol{
	box-sizing: border-box;
	padding-left: 15px;
}
.header .h-nav ol li{
	font-size: 14px;
	line-height: 30px;
}
.header .h-nav ol li a{
	color: #888;
}
/*导航 end*/
.black_bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 2px;
    z-index: 11;
}


/*banner(section1) start*/
.section1{
	height: 100vh;
	display: block;
	position: relative;
}
 video::-webkit-media-controls{
        display:none !important;
}
.section1 .banner_box,.section1 .banner{
	height: 100%;
	width: 100%;
}
.section1 video{
	min-height: 100%;
	width: 100%;
	height: 100%;
	object-fit:cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.section1 img{
	position: absolute;
	object-fit: cover;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.section1 .desc{
	position: absolute;
	z-index: 111;
	font-family: pf;
	top: 50%;
	transform: translateY(-50%);
}
.section1 .desc span{
	color: #fa2740;
	font-size: 14px;
	display: block;
	padding-bottom: 10px;
}
.section1 .desc h1{
	font-size: 28px;
	color: #fff;
	font-weight: 100;
	line-height: 40px;
	padding-bottom: 25px;
}
.section1 .desc a{
	height: 50px;
	line-height: 47px;
	background: #fa2740;
	display: block;
	width: 200px;
	text-align: center;
	margin-bottom: 20px;
}
.section1 .desc a i{
	display: block;
	height: 25px;
	width: 25px;
	border: 1px solid #fff;
	border-radius: 100%;
	float: left;
	margin-top: 10px;
	margin-left: 25px;
	position: relative;
}
.section1 .desc a span{
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	padding-left: 10px;
}
.section1 .desc a i:after{
	content: "";
	display: block;
	background: url(../images/yjt_1.png) no-repeat;
	background-size: 28.2px 8.4px;
	height: 8.4px;
	width: 28.2px;
	position: absolute;
	left: 15px;
	top: 9px;
	animation: to_right 2s infinite;
}
.section1 .desc p{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.banner_box img{
	width: 100%;
}
.section1 .slick-list,.section1 .slick-track{
	height: 100%;
}
.section1 .slick-dots{
	bottom: 20px !important;
	left: 15px;
}
.section1 .slick-dots li{
	display: block;
	float: left;
}
.section1 .slick-dots li button{
	border: none;
	height: 8px;
	width: 8px;
	background: rgba(255,255,255,.4);
}
.section1 .slick-dots li.slick-active button{
	background: #fff;
}
.section1 .banner_down{
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
	z-index: 111;
	opacity: .4;
}
.section1 .banner_down i{
	display: inline-block;
	position: relative;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	border: 1px solid #fff;
}
.section1 .banner_down i:after{
	content: "";
	display: block;
	background: url(../images/yjt_2.png) no-repeat;
	background-size: 8.4px 28.2px;
	width: 8.4px;
	height: 28.2px;
	position: absolute;
	left: 6px;
	top: 12px;
	animation: to_down 2s infinite;
}
/*banner(section1) end*/










/*section2 start*/
.section2{
	padding: 60px 0 0 0;
}
.section2 .title{
	box-sizing: border-box;
	padding-left: 25px;
	color: #252d3a;
}
.section2 .title span{
	font-size: 14px;
}
.section2 .title p{
	padding-top: 2px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}
.section2 video{
	width: 100%;
}
.section2 .cont img{
	width: 100%;
}
.section2 .mk_idea{
	margin-top: 10px;
}
.section2 .mk_idea .title{
	float: right;
}
.section2 .mk_idea .one{
	color: #666666;
	font-size: 12px;
	float: left;
	margin-top: 10px;
}
.xg{
	float: left;
	height: 24px;
	width: 30px;
	background: url(../images/xg.png) no-repeat;
	background-position: 8px 5px;
}
.section2 .mk_idea .two{
	float: left;
	margin-top: 4px;
	color: #252d3a;
	font-size: 17px;
}


.section2 .mk_idea .desc {
	margin-top: 40px;
	box-sizing: border-box;
	padding-left: 25px;
}
.section2 dl{
	width: 50%;
	float: left;
	margin-bottom: 30px;
}
.section2 dl dt{
	font-size: 15px;
	padding-bottom: 10px;
}
.section2 dl dd{
	padding: 5px 0;
}

.section2 dl dd a{
	color: #999999;
	font-size: 14px;
}
/*section2 end*/


/*section3 start*/
.section3{
	margin-bottom: 40px;
}
.section3 .pro_item1{
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
	margin-top: 70px;
}
.section3 .pro_item1:first-child{
	margin-top: 30px;
}
.section3 .pro_item1 .show img{
	width: 100%;
}
.section3 .pro_item1 .fl1 img{
	width: 80%;
	margin-left: 10%;
}
.section3 .pro_item1 .fl1{
	position: absolute;
	top: 15%;
	z-index: 11;
	animation: ouyou 3s infinite;
}
.section3 .pro_item1 .fl2{
	position: absolute;
	top: 40%;
	z-index: 12;	
	animation: ouyou_yun 15s infinite;
}
.section3 .pro_item1 .desc{
	margin-top: 40px;
}
.section3 .xg{
	width: 25px;
	height: 24px;
	background-size: 11.2px 12px;	
	background-position: 5px;
}
.section3 .desc .t span{
	font-size: 12px;
	float: left;
	margin-top: 3px;
}
.section3 .desc .t {
	margin-bottom: 3px;
}
.section3 .desc p{
	font-size: 16px;
	font-weight: bold;
	font-family: pf;
}
.section3 .desc .heng{
	margin-top: 20px;
	display: block;
	height: 4px;
	width: 35px;
	background: #fa2740;
}

.section3 .pro_item2{
	margin-top: 70px;
	box-sizing: border-box;
	padding-right: 40px;
	position: relative;
}
.section3 .pro_item2 img{
	width: 100%;
}

.section3 .pro_item2 .f2{
	width: 40%;
	position: absolute;
	top: 20%;
	left: 12.5%;
}
.section3 .pro_item2 .wye{
	position: absolute;
	display: block;
	height: 67%;
	width: 62%;
	top: 16%;
	left: 6%;
	overflow: hidden;
	border-radius: 10px;
}
.section3 .pro_item2 .wye img{
	animation: wye 15s infinite;
}
.section3 .pro_item2 .desc{
	float: right;
	margin-top: 40px;
}
.section3 .pro_item3{
	margin-top: 70px;
	box-sizing: border-box;
	padding: 0 20px;
}
.section3 .pro_item3 img{
	width: 100%;
}
.section3 .pro_item3 .desc{
	margin-top: 40px;
	margin-left: calc(50% - 20px);
}
.pro_item4{
	margin: 70px 20px 0 20px;
	width: calc(100% - 40px);
	box-sizing: border-box;
	position: relative;
}
.pro_item4 img{
	width: 100%;
}
.section3 .swiper-pagination-fraction{
	bottom: 95px;
	width: 40%;
	right: 0;
	font-size: 12px;
}
.swiper-container-wy,.swiper-container-wz {
    margin: 20px auto;
	overflow: hidden;
}
.section3 .swiper-button-next,.section3 .swiper-button-prev{
	background-size: 5px 10px;
	bottom: 95px;
	height: 15px;
}
.section3 .swiper-button-prev{
	left: auto;
	right: 110px;
}
.section3 .swiper-button-next.swiper-button-disabled,.section3 .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.section3 .swiper-button-prev.swiper-button-black{
	background-image: url(../images/left.png);
}
.section3 .swiper-button-next.swiper-button-black{
	background-image: url(../images/right.png);
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
     align-items: center;
}
.jianjie{
	width: 50%;
	overflow: hidden;
}
.jianjie .desc{
	text-align: left !important;
	margin-left: 22px;
}
.jianjie .swiper-slide{
	text-align: left !important;
	-webkit-box-pack:left !important;
	justify-content:left !important;
}
/*section3 end*/



/*section4 start*/
.section4{
	margin-bottom: 40px;
}
.section4 .title{
	text-align: center;
	background: #f9f9f9;
	padding: 30px 0;
}
.section4 .title img{
	display: inline-block;
	width: 180px;
}
.section4 .title p{
	font-size: 16px;
}

.section4 .cont{
	height: 300px;
	background-size: auto 100% !important;
	background-position: center top !important;
	transition: 1s;
	position: relative;
}
.section4 .cont img{
	position: absolute;
	height: 300px;
	margin-left: 50%;
	transform: translateX(-50%);
	transition: 1.5s;
}
.section4 .team_item .icon{
	display: block;
	height: 35px;
	width: 35px;
	background: url(../images/about_icon.png) no-repeat;
	background-size: 184.1px 28.7px !important;
}
.section4 .team_item .icon2{
	background-position: -50px 0 !important;
}
.section4 .team_item .icon3{
	background-position: -100px 0 !important;
}
.section4 .team_item .icon4{
	background-position: -152px 0 !important;
}
.section4 .team_item{
	position: relative;
	z-index: 1111;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-top: 40px;
}
.section4 .team_item:nth-of-type(2n){
	float: right;
	width: 120px;
}
.section4 .team_item p span{
	font-size: 40px;
	font-weight: bold;
	font-family: beba;
}
.section4 .team_item p{
	font-size: 14px;
	padding: 2px 0 10px 0;
}
.section4 .quan{
	display: block;
	height: 25px;
	width: 25px;
	border: 1px solid #252d3a;
	border-radius: 100%;
	position: relative;
}
.section4 .quan::after{
	content: "";
	display: block;
	height: 20px;
	width: 50px;
	position: absolute;
	background: url(../images/yjt_3.png) no-repeat;
	top: 8px;
	left: 10px;
	animation: to_right 2s infinite;
}
/*section4 end*/



/*section5 start*/
.section5{
	box-sizing: border-box;
	padding: 40px 10px 10px 10px;
	background: #f3f3f3;
}
.section5 .title{
	margin-bottom: 20px;
}
.section5 .title span{
	font-size: 20px;
}
.section5 .title i{
	display: block;
	width: calc(100% - 40px);
	border-left: 40px solid #FA2740;
	height: 1px;
	background: #dcdcdc;
	margin: 6px 0 4px 0;
}
.section5 .title p{
	font-size: 12px;
}
.section5 .title p span{
	color: #FA2740;
	font-size: 10px;
}


.section5 .cont{
	background: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: #9999991a 3px 4px 8px 0px; 
}
.section5 .news{
	/* margin-bottom: 20px; */
}
.section5 .news img{
	width: 100%;
}
.section5 .news .desc{
	box-sizing: border-box;
	padding: 20px;
}
.section5 .news .desc h3{
	font-weight: normal;
	font-size: 16px;
}
.section5 .news .desc span{
	font-size: 13px;
	display: inline-block;
	padding: 10px 0;
	padding-right: 10px;
}
.section5 .news .desc p{
	font-size: 12px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666666;
}
.section5 .news .desc i{
	margin: 15px 0;
	display:block;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	border: 1px solid #a9a9a9;
	position: relative;
	float: left;
}
.section5 .news .desc i:after{
	content: "";
	display: block;
	height: 20px;
	width: 30px;
	position: absolute;
	background: url(../images/yjt_3.png) no-repeat;
	background-size: 24.5px 7.2px;
	top: 6px;
	left: 10px;
	animation: to_right 2s infinite;
}
.section5 .news .desc .a{
	margin-top: 5px;
	float: left;
	display: block;
	padding-left: 30px;
	font-size: 14px;
	color: #999999;
}
.section5 ul{
	box-sizing: border-box;
	padding: 0 20px;
}
.section5 ul li .date i{
	display: block;
	height: 15px;
	width: 15px;
	float: left;
	border-radius: 100%;
	border: 1px solid #b8b8b8;
	position: relative;
	float: left;
	margin-top: 5px;
}
.section5 ul li .date i:after{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #B8B8B8;
	position: absolute;
	top: 7px;
	left: 7px;
}
.section5 ul{
	padding-bottom: 20px;
}
.section5 ul li{
	border-top: 1px solid #ececec;
	padding: 15px 0;
}
.section5 ul li .date span{
	padding-left: 20px;
	font-size: 12px;
	color: #999999;
}
.section5 ul li .title{
	margin-bottom: 0;
}
.section5 ul li .title span{
	font-size: 16px;
	display: block;
	padding-left: 35px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
/*section5 end*/

/*footer start*/
.footer{
	background: #202020;
	text-align: center;
	color: #fff;
	padding: 50px 0;
}
.footer .f_logo{
	width: 60px;
	margin: 0 auto;
}
.footer .f_logo img{
	width: 100%;
}
.footer .gs_wz{
	font-family: emb;
	font-size: 30px;
	color: rgba(255,255,255,.3);
}
.footer .gs_name{
	color: rgba(255,255,255,.3);
	font-size: 14px;
	margin-top: 5px;
}
.footer .gs_name p{
	line-height: 22px;
}
.footer .gs_address{
	font-size: 15px;
	margin: 25px 0;
}
.footer .phone{
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.footer .phone a{
	color: #fff;
}
.footer .ic{
	display: inline-block;
	margin-bottom: 20px;
}
.footer .ic .icon{
	display: block;
	height: 35px;
	width: 35px;
	background: url(../images/f_icon.png) no-repeat;
	background-size: 153px 25.2px;
	float: left;
	margin: 0 15px;
}
.footer .ic .icon2{
	background-position: -60px 0;
}
.footer .ic .icon3{
	background-position: -120px 0;
}
.footer ul{
	display: inline-block;
	margin: 15px 0;
}
.footer ul li{
	font-size: 12px;
	float: left;
	margin: 0 8px;
}
.footer ul li a{
	color: rgba(255,255,255,.3);
}
.footer .gs_n{
	font-size: 30px;
	font-family: emb;
	color: rgba(255,255,255,.3);
	padding: 30px 0 0px 0;
}
.footer .wjx{
	color: #b60005;
	letter-spacing: 2px;
}
/*footer end*/






@media screen and (max-width:420px) {
	.footer ul li{
		font-size: 10px;
		float: left;
		margin: 0 2px;
	}
}




/* 字体 */
@font-face {
	font-family:pf;
	src: url(../fonts/pingfang2.ttf);
}
@font-face {
	font-family:beba;
	src: url(../fonts/BebasNeue.otf);
}
@font-face {
	font-family:emb;
	src: url(../fonts/Embassy.ttf);
}
/* 动画 */
@keyframes to_right {0% { transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); }
70% { transform:translateX(10px); -webkit-transform:translateX(10px); -moz-transform:translateX(10px); -ms-transform:translateX(10px); -o-transform:translateX(10px); }
100% { opacity:0; transform:translateX(0); -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); }
}

@keyframes to_down {0% {transform:translateY(0)}
70% {transform:translateY(10px)}
100% {opacity:0;transform:translateY(0)}
}

@keyframes ouyou{
	0%{
		transform: translateY(0);
	}
	60%{
		transform: translateY(-15px);
	}
	100%{
		transform: translateY(0px);
	}
}
@keyframes ouyou_yun{
	0%{
		transform: translateX(-150px);
	}
	50%{
		transform: translateX(150px);
	}
	100%{
		transform: translateX(-150px);
	}
}

@keyframes wye{
	0%{
		transform: translateY(0);
	}
	10%{
		transform: translateY(0);
	}
	30%{
		transform: translateY(-300px);
	}
	60%{
		transform: translateY(-600px);
	}
	100%{
		transform: translateY(-80%);
	}
}