@charset "utf-8";
/* CSS Document */
html, button, input, select, textarea {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
body {
	font-size: 12px;
	line-height: 2;
	color: #777;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.w1520 {
	width: 79%;
	margin: 0 auto;
}
a {
	background: transparent;
	text-decoration: none;
	color: #777;
	transition: color 0.3s ease 0s;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
ul, ol, li, dl, dd {
	margin: 0;
	padding: 0;
	list-style: none outside none;
}
.m-sub-menu {
	position: fixed;
	right: -100%;
	width: 66%;
	top: 0;
	z-index: 100;
	height: 100%;
	background-color: #fff;
	transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
	height: 50px;
	background-color: #333;
}
.m-sub-menu .top-box .close {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../img/ico_37.png) no-repeat center;
	margin-right: 7.8%;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
.m-sub-menu .list-wrap ul {
	width: 100%;
}
.m-sub-menu .list-wrap li {
	line-height: 60px;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	float: left;
}
.m-sub-menu .list-wrap li .col-box {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tit {
	font-size: 16px;
	color: #666;
}
.m-sub-menu .list-wrap .point {
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(../img/ico_38.png) no-repeat center;
	margin-top: 26px;
}
.m-sub-menu .sec-sub-list {
	position: absolute;
	right: -100%;
	top: 48px;
	width: 100%;
	height: 100%;
}
.m-sub-menu .sec-sub-list .boxs.show {
	left: -100%;
}
.m-sub-menu .sec-sub-list .boxs {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	background-color: #fff;
	height: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
	line-height: 60px;
	background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
	padding-left: 18px;
	color: #fff;
	font-size: 18px;
	background: url(../img/ico_42.png) no-repeat left center;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
	width: 100%;
}
.m-sub-menu .sec-sub-list li {
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
	float: left;
}
.m-sub-menu .sec-sub-list li a {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
	font-size: 16px;
	color: #666;
}
.m-sub-menu.show {
	right: 0;
	transition: all 0.44s ease 0s;
}
.body-wrap {
	width: 100%;
	position: relative;
	transition: all 0.5s ease 0s;
}
div.foot-icon {
	display: none;
}
.i-ban {
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	height: 1000px!important;
}
.i-ban ul, .i-ban li {
	width: 100%;
	height: 1000px;
}
.i-ban li {
	background-size: cover !important;
	position: absolute;
	left: 100%;
	top: 0;
	overflow: hidden;
}
.i-ban li .gray-bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
video {
	display: inline-block;
	vertical-align: baseline;
 *display: inline;
 *zoom: 1;
}
.w-f {
	width: 100%;
}
.i-ban li .cent-cont {
	position: absolute;
	left: 10.5%;
	top: 60%;
	margin-top: -200px;
	color: #fff;
	z-index: 3;
	width: 85%;
}
.i-ban li .word {
	color: #fff;
	font-size: 40px;
	line-height: 68px;
}
.i-ban li .word p {
	position: relative;
}
.i-ban li .word p .font-sign {
	position: relative;
	display: block;
	top: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.i-ban li .link {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 50%;
	margin-top: 50px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
.i-ban li .link i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/ico_16.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.i-ban li .link:hover {
	border: 1px solid white;
}
.i-ban li.active .word p .font-sign {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotate(0);
	transition: all 0.5s ease 0s;
}
.i-ban li.active .link {
	opacity: 1;
	filter: alpha(opacity=1);
	transition: all 0.3s ease 0.6s;
}
.i-ban li.active .link i {
	animation: downico 1.5s ease-out infinite;
}
@keyframes downico {
 0% {
 top: 0;
 opacity: 1;
}
 35% {
 top: 50%;
 opacity: 0;
}
 65% {
 top: -50%;
 opacity: 0;
}
 100% {
 top: 0;
 opacity: 1;
}
}
.i-ban .btns {
	position: absolute;
	bottom: 76px;
	left: 10.5%;
	z-index: 10;
}
.i-ban .btns span {
	display: inline-block;
	width: 50px;
	height: 2px;
	margin-right: 10px;
	background-color: #3a333f;
	position: relative;
	cursor: pointer;
}
.i-ban .btns span i {
	display: block;
	height: 100%;
	position: absolute;
	width: 0;
	background-color: #918c94;
}
.i-m-ban {
	height: 500px;
	position: relative;
	overflow: hidden;
	display: none;
}
.i-m-ban ul {
	height: 100%;
}
.i-m-ban li {
	height: 100%;
	position: relative;
	background-size: cover !important;
}
.i-m-ban .cent-cont {
	position: absolute;
	width: 90%;
	left: 5.5%;
	top: 50%;
	margin-top: -240px;
	color: #fff;
}
.i-m-ban .word {
	color: #fff;
	font-size: 30px;
	line-height: 56px;
}
.i-m-ban .word p {
	position: relative;
	line-height: 1.2;
	margin-bottom: 20px
}
.i-m-ban .word p .font-sign {
	position: relative;
	display: block;
	top: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.i-m-ban .word span.line {
	display: block;
	height: 4px;
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.i-m-ban .word .font {
	display: block;
	position: relative;
	top: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.i-m-ban .link {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	margin-top: 50px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}
.i-m-ban .link i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/ico_16.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}
.i-m-ban li.swiper-slide-active .word p .font-sign {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotate(0);
	transition: all 0.5s ease 0s;
}
.i-m-ban li.swiper-slide-active .link {
	opacity: 1;
	filter: alpha(opacity=1);
	transition: all 0.3s ease 0.6s;
}
.i-m-ban li.swiper-slide-active .link i {
	animation: downico 1.5s ease-out infinite;
}
.i-m-ban .page-btns {
	position: absolute;
	bottom: 76px;
	left: 5.5%;
	z-index: 2;
	height: 2px;
}
.i-m-ban .page-btns span {
	display: inline-block;
	width: 50px;
	height: 2px;
	margin-right: 10px;
	background-color: #3a333f;
	position: relative;
	cursor: pointer;
	vertical-align: top;
}
.i-m-ban .page-btns span i {
	display: block;
	height: 100%;
	position: absolute;
	width: 0;
	background-color: #918c94;
}
.i-m-ban .page-btns .swiper-pagination-bullet-active i {
	transition: width 4s linear 0s;
}
.body-wrap.left, header.left .header-main {
	transform: translateX(-66%);
}
.ins-ban {
	width: 100%;
	height: 876px;
	position: relative;
	overflow: hidden;
}
.ins-ban .gray-bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.ins-ban .flex-control-nav {
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
	left: 0;
	height: 10px;
	z-index: 2;
}
.ins-ban .flex-control-nav li {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.ins-ban .flex-control-nav li a.flex-active {
	background-color: #fff;
}
.ins-ban .up-cont {
	position: absolute;
	left: 10.5%;
	top: 60%;
	margin-top: -220px;
	color: #fff;
	z-index: 2;
	width: 85%;
}
.ins-ban .up-cont h4 {
	font-size: 48px;
	line-height: 80px;
}
.ins-ban .up-cont .line {
	display: block;
	width: 40px;
	height: 4px;
	background-color: #fff;
	margin-top: 17px;
}
.ins-ban .up-cont .font {
	display: block;
	line-height: 68px;
	font-size: 40px;
	margin-top: 38px;
}
.ins-ban .up-cont .down-ico {
	display: block;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	cursor: pointer;
	margin-top: 95px;
	position: relative;
	overflow: hidden;
}
.ins-ban .up-cont .down-ico i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/ico_16.png) no-repeat center;
	animation: downico 1.5s ease-out infinite;
	position: relative;
}
.ins-ban .up-cont .link-ico {
	display: block;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	cursor: pointer;
	margin-top: 95px;
	position: relative;
	overflow: hidden;
}
.ins-ban .up-cont .link-ico i {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
	background: url(../img/ico_43.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all 0.3s ease 0s;
}
.ins-ban .up-cont .link-ico .bg {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
	border-radius: 50%;
}
.ins-ban .up-cont .link-ico:hover {
	background-color: #ccc;
	border: 1px solid #ccc;
}
.ins-ban .up-cont .link-ico:hover i {
	background: url(../img/ico_43_h.png) no-repeat center;
}
.ins-ban .bgimg {
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
}

@media (min-width: 1050px) {
}

@media (max-width: 1440px) {
header .nav-link .nav .line {
	margin-left: 26px;
}
header .nav-link .nav li {
	padding-left: 26px;
}
.w1520 {
	width: 89%;
}
.i-ban li .word {
	font-size: 36px;
	line-height: 56px;
}
.ins-ban .up-cont {
	left: 6%;
	margin-top: -170px;
}
}

@media (max-width: 1050px) {

header .header-main {
	padding-top: 18px;
	padding-bottom: 18px;
}
header .nav-link, header .extra-link {
	display: none;
}
header .m-btn {
	display: block;
}
.i-ban {
	display: none;
}
.i-m-ban {
	display: block;
}
}

@media (max-width: 480px) {

header.fixed .header-main {
	padding-top: 12px;
}
header .header-main {
	padding-top: 12px;
	padding-bottom: 12px;
	height: auto;
}
header .logo {
	margin: 0;
}
header .logo img, header.fixed .header-main .logo img {
	height: 34px;
}
header .m-btn {
	margin-top: 0px;
	padding: 0;
	width: auto;
	height: auto;
}
}
div.foot-icon {
	display: none;
}

@media (max-width: 768px) {
header .logo {
	margin-top: 5px;
}
div.foot-icon {
	display: block;
	width: 100%;
	height: auto;
	background-color: #088fca;
	position: fixed;
	right: 0;
	bottom: 0;
	padding: 5px 0;
	z-index: 9999;
}
div.foot-icon li {
	width: 33.333333%;
	float: left;
	text-align: center;
	color: #fff;
}
div.foot-icon li a {
	color: #fff;
}
div.foot-icon li img {
	max-width: 100%;
	max-height: 35px;
	width: auto;
	height: auto;
}
.ins-ban .up-cont h4 {
	font-size: 28px;
	line-height: 2;
}
.ins-ban .up-cont .font {
	font-size: 18px;
	line-height: 1.2;
}
.i-m-ban .cent-cont {
	margin-top: -150px;
}
.ins-ban .bgimg {
	width: 100%;
}
.ins-ban.active img.bgimg {
	transform: scale(1);
}
.ins-ban .up-cont {
	margin-top: 0;
	top: 50px;
}
.ins-ban .up-cont h4 {
	line-height: 25px;
	font-size: 20px;
}
.ins-ban .up-cont .font {
	margin-top: 10px;
	display: none;
}
.ins-ban {
	height: auto;
}
embed {
	display: none;
}
}
#lightbox-image-details-caption {
	line-height: 1.8;
	font-size: 14px;
}


.banner video{
	width: 1920px!important;
	height: 1080px!important;
	margin: 0!important;
}

