body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font: 12px"微软雅黑" !important;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	overflow-x: hidden;
	position: relative;
}

a{
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #E60012;
	text-decoration: none !important;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus{
    outline:none;
}
@font-face {
    font-family: "SourceHanSansCN";
    src: url("../fonts/SourceHanSansCN-Normal.otf") format("opentype");;
    font-weight: normal;
  	font-style: normal;
}
/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (max-width: 991px) {
	.container{
		width: 768px;
		padding: 0 30px;
	}
}
@media (max-width: 767px) {
	.container{
		width: 375px;
		padding:0 15px;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container{
		width: 1110px;
	}
}
.main{
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
	z-index: 200;
	transition: all 1s;
}
.nav{
	width: 151px;
	height: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	background-color: #292929;
	padding: 20px;
}
.navMenu{
	width: 100%;
	overflow: hidden;
	margin-top: 125px;
}
.navMenu a{
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 50px;
}
@media only screen and (max-width:767px ) {
	.navMenu{
		margin-top: 60px;
	}
	.navMenu a{
		font-size: 18px;
	}
}
@media only screen and (min-width:992px ) {
	.main{
		height: auto;
		overflow: hidden;
		position: relative;
		left: 0 !important;
	}
}
/*头部公共样式 star star star*/
.header_common{
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 1000;
}
.header_top{
	width: 100%;
	height: 105px;
	overflow: hidden;
	position: relative;
	background-color: rgba(255,255,255,0.9);
	border-bottom: 5px solid #000000;
	display: flex;
	justify-content: center;
}
.header_top .logo{
	display: block;
	height: 100%;
	line-height: 98px;
	float: left;
	margin: 0 0 0 55px;
}
.header_top .header-zjzz {
	width: 42px;
	line-height: 98px;
	height: 100%;
	overflow: hidden;
	float: left;
}
.header-zjzz img {
	width: 100%;
}
.headerMenu{
	height: 100%;
	float: left;
	overflow: hidden;
	padding: 30px 0;
	line-height: 40px;
	position: relative;
}
.headerMenu a{
	display: block;
	float: left;
	width: 65px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	margin-right: 40px;
}
.headerMenu a:last-of-type{
	margin-right: 0;
}
.headerMenu a img{
	width: 20px;
	margin: -5px 5px 0 0;
}
.headerRight{
	height: 100%;
	float: left;
	overflow: hidden;
	line-height: 40px;
	padding: 30px 0;
}
.headerRight a{
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 23px;
	text-align: center;
	margin-right: 25px;
	border-radius: 50%;
	background-color: #000000;
}
.headerRight a img{
	width: 100%;
	opacity: 0.7;
	transition: all 0.5s;
}
.headerRight a:hover img{
	opacity: 1;
}
.headerSearch{
	float: right;
	display: none;
}
.headerSearch span{
	font-size: 28px;
	color: #e60012;
	margin: 5px 0 0 5px;
}
.headerSearch input{
	width: 190px;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #e60012;
	float: left;
}
.headerSm{
	width: 70px;
	height: 70px;
	background-color: #e60012;
	float: right;
	margin: 15px 0;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	padding:10px 15px;
	line-height: 20px;
}
.headerSm ul{
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}
.headerSm ul li{
	width: 100%;
	height: 5px;
	background-color: #FFFFFF;
}
.headerSm ul li:nth-of-type(2){
	margin: 5px 0;
}
.header_bottom{
	width: 100%;
	height: 20px;
	background: -webkit-linear-gradient(#e50012, #c5131b); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#e50012, #c5131b); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#e50012, #c5131b); /* Firefox 3.6 - 15 */
	background: linear-gradient(#e50012, #c5131b); /* 标准的语法 */
}
@media only screen and (max-width:991px) {
	.header_top{
		padding: 0 30px;
	}
	.header_top .logo{
		margin: 0;
	}
	.header_top .header-zjzz{
		margin: 0 20px 0 10px;
	}
	.headerMenu{
		display: none;
	}
	.headerRight{
		float: right;
	}
	.headerMenu{
		display: none;
	}
}
@media only screen and (max-width:767px) {
	.header_top{
		padding: 0 15px;
	}
	.header_top{
		height: 63px;
		border-width: 3px;
	}
	.header_top .logo{
		line-height: 58px;
	}
	.logo img{
		width: 180px;
	}
	.header_top .header-zjzz{
		width: 28px;
		line-height: 58px;
	}
	.headerRight{
		padding: 15px 0;
		line-height: 30px;
	}
	.headerRight a{
		margin-right: 15px;
	}
	.headerSm{
		width: 40px;
		height: 40px;
		margin: 10px 0;
		font-size: 12px;
		padding: 6px 8px;
		line-height: 15px;
	}
	.headerSm ul{
		width: 100%;
		overflow: hidden;
		margin-bottom: 3px;
	}
	.headerSm ul li{
		width: 100%;
		height: 2px;
		background-color: #FFFFFF;
	}
	.headerSm ul li:nth-of-type(2){
		margin: 3px 0;
	}
	.header_bottom{
		height: 15px;
	}
}
@media only screen and (min-width:992px) {
	.header_top{
		height: 85px;
	}
	.header_top .logo{
		line-height: 78px;
		margin: 0 0 0 25px;
	}
	.logo img{
		width: 200px;
	}
	.header_top .header-zjzz {
		line-height: 78px;
		margin: 0 20px 0 10px;
	}
	.headerMenu{
		line-height: 20px;
	}
	.headerMenu a{
		font-size: 14px;
		margin-right: 25px;
	}
	.headerMenu a img{
		width: 18px;
	}
	.headerMenu span{
		display: block;
		width: 35px;
		height: 4px;
		background-color: #e60012;
		position: absolute;
		top: 25px;
		margin-left: 15px;
		z-index: 10;
		transition: all 1s;
	}
	.header_bottom{
		height: 15px;
	}
	.headerRight{
		float: right;
		line-height: 20px;
		padding: 25px 0;
	}
	.headerSm{
		display: none;
	}
}
@media only screen and (min-width:1200px) {
	.header_top{
		height: 105px;
	}
	.header_top .logo{
		line-height: 98px;
		margin: 0 0 0 55px;
	}
	.logo img{
		width: auto;
	}
	.header_top .header-zjzz {
		line-height: 98px;
		margin: 0 33px 0 10px;
	}
	.headerMenu{
		line-height: 40px;
	}
	.headerMenu a{
		font-size: 16px;
		margin-right: 40px;
	}
	.headerMenu a img{
		width: 20px;
	}
	.headerMenu span{
		top: 30px;
	}
	.header_bottom{
		height: 20px;
	}
	.headerRight{
		line-height: 40px;
		padding: 30px 0;
	}
}
@media only screen and (min-width:1390px) {
	.headerSearch{
		display: block;
	}
}
@media only screen and (min-width:1490px) {
	.headerRight{
		float: left;
	}
	.headerMenu{
		margin-right: 100px;
	}
}
/*顶部二级菜单*/

/*底部信息*/
.footer_common{
	width: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
}
.footer_top{
	width: 100%;
	padding: 35px 0 55px;
	overflow: hidden;
}
.footer_menu{
	float: left;
	color: #8d8d8d;
}
.footer_menu h4{
	color: #666666;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer_menu li{
	float: left;
	text-align: left;
}
.footer_menu li:last-of-type{
	margin-right: 0;
}
.footer_menu li h5{
	font-size: 14px;
	margin-bottom: 10px;
}
.footer_menu li a{
	color: #666666;
	line-height: 20px;
	display: block;
}
.footer_menu li a:hover{
	color: #e62129;
}
.footer_company{
	padding: 5px 0 0;
	overflow: hidden;
	float: left;
	line-height: 25px;
	color: #666666;
	font-size: 14px;
}
.footer_company>img{
	margin-bottom: 18px;
}
.footer_company p img{
	margin-right: 13px;
}
.footer_bottom{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #e62129;
}
.footer_bottom span{
	float: right;
}
.footer_bottom a{
	color: #FFFFFF;
}
@media only screen and (max-width:991px ) {
	.footer_top{
		width: 100%;
		padding: 30px 0;
		overflow: hidden;
	}
	.footer_menu{
		width: 195px;
		float: right;
		margin-top: 10px;
	}
	.footer_menu li{
		width: 80px;
		margin-right: 35px;
		margin-bottom: 10px;
	}
	.footer_menu li h5{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.footer_menu li:nth-of-type(2n){
		margin-right: 0;
	}
	.footer_menu li>a{
		display: none;
	}
	.footer_company{
		font-size: 18px;
	}
	.footer_bottom{
		text-align: center;
		font-size: 16px;
		line-height: 22px;
	}
	.footer_bottom span{
		float: none;
	}
}
@media only screen and (max-width:767px ) {
	.footer_top{
		display: none;
	}
	.footer_bottom{
		font-size: 12px;
		line-height: 18px;
	}
}
@media only screen and (min-width:992px ) {
	.footer_bottom br{
		display: none;
	}
	.footer_menu li{
		margin-right: 33px;
	}
	.footer_menu h4{
		display: none;
	}
}
@media only screen and (min-width:1200px ) {
	.footer_menu li{
		margin-right: 39px;
	}
}
/*公共的顶部图片样式*/
.banner_common{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_nav{
	width: 100%;
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.49);
	color: #FFFFFF;
}
.banner_nav a{
	color: #FFFFFF;
}
.banner_nav a:hover{
	color: #e7511e;
}
@media only screen and (max-width:991px ) {
	.banner_common{
		height: auto;
	}
	.banner_common img{
		width: 100%;
	}
	.banner_common img:nth-of-type(1){
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	.banner_common{
		margin-top: 60px;
	}
}
@media only screen and (min-width:992px ) {
	.banner_common img{
		position: relative;
		left: 50%;
		margin-left: -960px;
	}
	.banner_common img:nth-of-type(2){
		display: none;
	}
}
@media only screen and (min-width:1921px ){
	.banner_common{
		height: auto;
	}
	.banner_common img{
		width: 100%;
		left: 0;
		margin-left: 0px;
	}
}

.video-masked {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
	position: fixed;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
}
.video-masked .masked-close {
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
}
.video-masked .masked-close::after,
.video-masked .masked-close::before {
	content: '';
	width: 40px;
	height: 6px;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	position: absolute;
	top: calc(50% - 3px);
	left: calc(50% - 20px);
	transform: rotate(45deg);
	background-color: #ffffff;
}
.video-masked .masked-close::after {
	transform: rotate(-45deg);
}
.video-masked video {
	top: 50%;
	left: 50%;
	max-width: 70%;
	max-height: 70%;
	position: relative;
	object-fit: contain;
	object-position: center;
	transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width:991px ) {
	.video-masked .masked-close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .video-masked video {
		max-width: 85%;
	}
}
@media only screen and (max-width:767px ) {
	.video-masked .masked-close {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .video-masked .masked-close::before,
    .video-masked .masked-close::after {
        width: 34px;
        height: 4px;
        top: calc(50% - 2px);
        left: calc(50% - 17px);
    }
}