﻿@charset "utf-8";

/* CSS Document */

A {
	COLOR: #666;
	TEXT-DECORATION: none;
	transition: all 0.4s;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
}

DIV {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

UL {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

LI {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

P {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: justify;
	transition: all 0.4s;
}

FORM {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

EM {
	FONT-STYLE: normal;
	FONT-WEIGHT: normal;
}

TABLE {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
	BORDER-COLLAPSE: collapse;
}

DT {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

DL {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

DD {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

FORM {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

TR {
	PADDING-BOTTOM: 0px;
	LIST-STYLE-TYPE: none;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;
}

.cl {
	HEIGHT: 0px;
	CLEAR: both;
}

.fl {
	FLOAT: left
}

.fr {
	FLOAT: right
}

.c {
	*zoom: 1;
}

.c:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.txt-c {
	text-align: center;
}

.txt-r {
	text-align: right;
}
.col-site {
	color: #c6181f;
}
.col-white {
	color: #fff;
}
.col-black {
	color: #1a1a1a;
}
.flexfs2{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.flexfsc{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.flexfsfe{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-end;
}
.flexfssb{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.flexfesb{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.flexfefs{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
}
.flexcc{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.flexcfs{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.flexcfe{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.flexcsb{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.flexsc{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
.flexsfs{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.flexsfe{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-end;
}
.flexssb{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.gridc{
	display: grid;
    align-content: center;
}
.bgw{
	background: #fff;
}
input,
button,
textarea {
	outline: none;
	border: none;
	background: none;
	transition: all 0.4s;
	font-family: 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-weight: 400;
}

input:-internal-autofill-selected {
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

.pic {
	display: block;
	overflow: hidden;
}

img {
	display: block;
	width: auto;
	max-width: 100%;
	transition: all 0.4s;
}

svg,path,span,p,em,i,dd,li,dl,a {
	transition: all 0.4s;
}

* {
	box-sizing: border-box;
	font-style: normal;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-moz-user-focus: none;
}
h1,h2{
	font-weight: bold;
	transition: all 0.4s;
}
h3,h4,h5,h6,dt,strong,b {
	transition: all 0.4s;
	font-weight: 400;
}

BODY {
	width: 100%;
	overflow-x: hidden !important;
	color: #666;
	font-family: 'PingFang SC', 'Source Han Sans CN', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-size: 16px;
	font-weight: 400;
}


/*字体定义*/


/*浏览器滚动条 begin*/

 ::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

 ::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}

 ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: #f0f0f0;
}


/*公共样式*/

.container {
	max-width: 1660px;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}


/*PC公共头部*/

.pcheader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
	transition: all 0.4s;
}
.pclogo{
	padding: 0 50px;
}
.pcnav {
	padding: 0 20px;
}

.pcnav .nav li>a {
	display: flex;
	align-items: center;
	padding: 0 30px;
	font-size: 16px;
	height: 80px;
	position: relative;
	z-index: 0;
}

.pcnav .nav li>a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	z-index: 0;
	background: #c6181f;
	transition: all 0.4s;
}


.pcnav .nav li>a i {
	font-size: 12px;
	color: #333;
	margin-left: 8px;
}


.pcnav .nav li:hover>a:before,
.pcnav .nav li.on>a:before {
	width: 100%;
	left: 0;
}

.pcnav .nav li:hover>a,
.pcnav .nav li.on>a {
	color: #c6181f;
}


.pcnav .subnav {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	background: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
	border-top: 1px solid #e5e5e5;
	display: none;
}

.pcnav .subnav{
	padding: 10px;
}
.pcnav .subnav a{
	display: block;
	width: calc((100% - 60px) / 3);
	position: relative;
	z-index: 0;
	overflow: hidden;
	border-radius: 4px;
	margin: 10px;
}

.pcnav .subnav a .title{
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	color: #fff;
	background: rgba(0,0,0,0.6);
	transition: all 0.4s;
}
.pcnav .subnav a .title h3{
	font-size: 18px;
}
.pcnav .subnav a:hover .title{
	height: 100% !important;
	background: rgba(198,24,31,0.8);
}
.pcnav .subnav a:hover .title h3{
	font-size: 24px;
}
.pcnav .subnav a:hover .pic img{
	transform: scale(1.1);
}

.pcnav .nav li:nth-child(3) .subnav a{
	width: calc((100% - 80px) / 4);
}

.pctel{
	padding: 0 50px;
	line-height: 80px;
	background: #c6181f;
}
.pctel i{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 12px;
	border: 2px solid #fff;
}
.pctel a{
	font-size: 18px;
	color: #fff;
}

/*移动端头部*/
.mobheader{
	display: none;
	width: 100%;
	height: 70px;
	padding: 0 16px;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
}
.mobheader .moblogo {
	width: 140px;
}
.mobheader .mobmenu dl {
	transform: rotateY(180deg);
	margin-right: 10px;
	width: 30px;
}
.mobheader .mobmenu dl dd {
	width: 0;
	height: 2px;
	background: #c6181f;
}
.mobheader .mobmenu dl dd:first-child {
	animation: sjnav 2.4s linear infinite;
}
.mobheader .mobmenu dl dd:nth-child(2) {
	margin: 6px 0;
	width: 20px;
}
.mobheader .mobmenu dl dd:last-child {
	animation: sjnav 2.4s linear infinite;
	animation-delay: 0.4s;
}
.mobheader .mobmenu h4 {
	color: #1a1a1a;
	font-size: 16px;
}

.mobmask{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background: rgba(7,16,26,0.8);
	transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
	transition-delay: 0.2s;
}
.mobmask.active{
	opacity: 1;
	visibility: visible;
}
.mobnav{
	width: 50%;
	height: 100vh;
	background: #FFFFFF;
	position: fixed;
	z-index: -1;
	top: 0;
	left: -50%;
	overflow-y: auto;
	opacity: 0;
	transition: all 0.3s;
}
.mobnav.active{
	transition-delay: 0.3s;
	opacity: 1;
	left: 0;
	z-index: 99999;
}
.mobnav .top{
	height: 70px;
	padding: 0 16px;
	position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.06);
}
.mobnav .top .logo {
	width: 140px;
}

.mobnav .top .mobnavclose {
	width: 30px;
	height: 30px;
	position: relative;
}
.mobnav .top .mobnavclose:before,
.mobnav .top .mobnavclose:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #333;
	border-radius: 1px;
}
.mobnav .top .mobnavclose:before{
	width: 20px;
	height: 2px;
	transform: translate(-50%,-50%) rotate(45deg);
}
.mobnav .top .mobnavclose:after{
	width: 2px;
	height: 20px;
	transform: translate(-50%,-50%) rotate(225deg);
}

.mobnav .bottom {
	padding: 10px 16px;
	
}
.mobnav .bottom .nav li {
	padding: 12px 0;
	border-bottom: 1px solid #dbdbdb;
}

.mobnav .bottom .nav li h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobnav .bottom .nav li h3 a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #1a1a1a;
}

.mobnav .bottom .nav li h3 i {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 32px;
	color: #333;
	text-align: center;
	font-size: 12px;
}
.mobnav .bottom .nav li .m-subnav {
	padding: 12px 0 8px;
	display: none;
}
.mobnav .bottom .nav li .m-subnav dl{
	margin: -5px;
}
.mobnav .bottom .nav li .m-subnav dl dd{
	width: calc((100% - 20px) / 2);
	margin: 5px;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	height: 120px;
	background: #fff;
}
.mobnav .bottom .nav li .m-subnav dl dd img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mobnav .bottom .nav li .m-subnav dl dd a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 24px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	top: 0;
}
.mobnav .bottom .nav li:last-child .m-subnav dl dd:first-child{
	width: 100%;
	height: 180px;
}
.mobnav .bottom .nav li:last-child .m-subnav dl dd:first-child a{
	font-size: 18px;
}
.mobnav .bottom .nav li .m-subnav dl dd:hover a{
	background: rgba(198,24,31,0.8);
}
.mobnav .bottom .nav li.on h3 a{
	color: #c6181f;
}
.mobnav .bottom .nav li.on h3 i {
	transform: rotate(90deg);
	color: #c6181f;
}
.mobinfo{
	padding:  20px 16px 30px;
}
.mobinfo img{
	border: 1px solid #dbdbdb;
	margin-right: 16px;
}
.mobinfo dl dt{
	font-size: 18px;
	line-height: 1.4;
	color: #1A1A1A;
}
.mobinfo dl dd{
	font-size: 16px;
	line-height: 1;
	margin: 24px 0 15px;
}
.mobinfo dl a{
	display: block;
	font-size: 28px;
	color: #c6181f;
	line-height: 1;
}

/*公共底部*/
.foot{
	background:#1b232c;
	padding: 60px 0;
}
.foot .left .nav a{
	margin-left: 60px;
	line-height: 1;
	color: #999999;
}
.foot .left .nav a:hover{
	color: #fff;
}
.foot .left .copy {
	margin-top: 30px;
	font-size: 0;
	color: #999999;
}
.foot .left .copy a{
	font-size: 15px;
	color: inherit;
}
.foot .left .copy span{
	font-size: 15px;
	display: inline-block;
    vertical-align: middle;
}
.foot .left .copy  a{
	font-size: 15px;
	display: inline-block;
    vertical-align: middle;
}
.foot .left .copy  img {
	width: 15px;
	margin:0 6px 0 20px;
	display: inline-block;
    vertical-align: middle;
}
.foot .left .copy span:nth-child(4){
	padding-left: 20px;
}
.foot .left .copy a:hover {
	color: #fff;
}
.foot .right dl {
	margin-right: 20px;
	text-align: right;
}
.foot .right dl dt{
	color: #FFFFFF;
	line-height: 1.6;
}
.foot .right dl a{
	display: block;
	color: #FFFFFF;
	font-size: 32px;
	margin: 10px 0 24px;
	line-height: 1;
}
.foot .right dl i{
	display: block;
	width: 20px;
	height: 6px;
	background: #c6181f;
	margin-right: 0;
	margin-left: auto;
}
.foot .right dl a:hover{
	color: #c6181f;
}
.foot .friendship{
	
}
.foot .friendship{
	display: none;
}

/*侧边栏*/
.sideBar {
	position: fixed;
	z-index: 999;
	bottom: 10px;
	right: 10px;
	transition: all 0.4s;
	opacity: 0;
}
.sideBar a{
	width: 50px;
	height: 50px;
	background: #c6181f;
	transition: all 0.4s;
	border-radius: 2px;
	cursor: pointer;
}
.sideBar.show {
	opacity: 1;
}
.sideBar a.side-tel{
	display: none;
	margin-bottom: 5px;
}
.sideBar a:hover {
	background: #e9383f;
}

@media only screen and (max-width: 1600px) {
	/*公共样式*/
	BODY {
		font-size: 15px;
	}
	.container {
		max-width: 1420px;
	}
	/*PC公共头部*/
	.pclogo,
	.pctel{
	    padding:0 40px;
	}
	.pcnav .nav li:nth-child(3) .subnav a .title{
	    height: 60px;
    }
	.pcnav .nav li:nth-child(3) .subnav a .title h3 {
	    font-size: 16px;
	}
	.pcnav .nav li:nth-child(3) .subnav:hover .title h3 {
	    font-size: 18px;
	}
}

@media only screen and (max-width: 1440px) {
	/*公共样式*/
	BODY {
		font-size: 14px;
	}
	.container {
		max-width: 1220px;
	}
	/*PC公共头部*/
	.pclogo,
	.pctel{
	    padding: 0 30px;
	}
	.pcnav .nav li>a {
		font-size: 15px;
		padding: 0 20px;
	}
	.pcnav .nav li .subnav a .title{
	    height: 60px;
    }
	.pcnav .nav li .subnav a .title h3 {
	    font-size: 16px;
	}
	.pcnav .nav li .subnav:hover .title h3 {
	    font-size: 20px;
	}
	.pcnav .nav li:nth-child(3) .subnav a .title{
	    height: 55px;
    }
	.pcnav .nav li:nth-child(3) .subnav a .title h3 {
	    font-size: 15px;
	}
	.pcnav .nav li:nth-child(3) .subnav:hover .title h3 {
	    font-size: 16px;
	}
	.pctel a {
	    font-size: 16px;
	}
	
	/*公共底部*/
	.foot {
	    padding: 50px 0;
	}
	.foot .left .logo{
		width: 140px;
	}
	.foot .left .nav a {
	    margin-left: 50px;
	}
	.foot .left .copy span,
	.foot .left .copy a{
	    font-size: 14px;
	}
	.foot .left .copy img {
	    width: 14px;
	    margin: 0 6px 0 12px;
	}
	.foot .left .copy span:nth-child(4) {
	    padding-left: 12px;
	    height: 20px;
    	line-height: 20px;
	}
	.foot .right img{
		width: 100px;
	}
	.foot .right dl a {
	    font-size: 24px;
	}
}

@media only screen and (max-width: 1200px) {
	/*公共样式*/
	BODY {
		font-size: 14px;
	}
	.container {
		max-width: 920px;
	}
	/*PC公共头部*/
	.pclogo,
	.pctel{
	    padding: 0 20px;
	}
	.pcnav {
	    padding: 0 10px;
	}
	.pcnav .nav li>a {
	    font-size: 14px;
	}
	.pcnav .nav li>a:before {
	    height: 2px;
	}
	.pcnav .subnav a {
	    border-radius: 2px;
	}
	.pcnav .nav li .subnav a .title{
	    height: 50px;
    }
	.pcnav .nav li .subnav a .title h3 {
	    font-size: 14px;
	}
	.pcnav .nav li .subnav:hover .title h3 {
	    font-size: 16px;
	}
	.pcnav .nav li:nth-child(3) .subnav a .title{
	    height: 50px;
    }
	.pcnav .nav li:nth-child(3) .subnav a .title h3 {
	    font-size: 14px;
	}
	.pcnav .nav li:nth-child(3) .subnav:hover .title h3 {
	    font-size: 14px;
	}
	
	/*公共底部*/
	.foot {
	    padding: 50px 0;
	}
	.foot .left .nav a {
	    margin-left: 40px;
	}
	.foot .left .copy {
	    margin-top: 20px;
	}
	.foot .left .copy span:first-child{
		display: block;
		margin-bottom: 10px;
	}
	.foot .left .copy img {
	    margin: 0 6px 0 0px;
	}
	.foot .left .copy span:nth-child(4) {
	    padding-left: 12px;
	    height: 20px;
    	line-height: 20px;
	}
	.foot .right img{
		width: 100px;
	}
	.foot .right dl a {
	    font-size: 24px;
	}
	
	/*侧边栏*/
	.sideBar a{
		width: 44px;
		height: 44px;
	}
	.sideBar a.top-back svg{
		width: 32px;
		height: 32px;
	}
	.sideBar a.side-tel{
		display: flex;
	}
}

@media only screen and (max-width: 900px) {
	/*公共样式*/
	.container {
		max-width: 100%;
		padding: 0 20px;
	}
	/*PC公共头部*/
	.pcheader {
		display: none;
	}
	/*手机公共头部*/
	.mobheader {
		display: flex;
	}
	/*公共底部*/
	.foot {
	    padding: 40px 0;
	}
	.foot .right dl{
		display: none;
	}
	
	/*侧边栏*/
	.sideBar a{
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 767px) {
	/*公共样式*/
	.container {
		padding: 0 16px;
	}
	/*手机公共头部*/
	.mobheader {
	    height: 60px;
	}
	.mobheader .moblogo {
	    width: 120px;
	}
	.mobnav {
    	width: 100%;
	}
	
	/*公共底部*/
	.foot {
	    padding: 35px 0 30px;
	}
	.foot .left .logo{
		width: 100%;
	}
	.foot .left .logo img{
		width: 140px;
		margin: 0 auto 20px;
	}
	.foot .left .nav{
		width: 100%;
		justify-content: space-between;
	}
	.foot .left .nav a{
		margin: 1px 0;
	    width: calc((100% - 4px) / 4);
	    text-align: center;
	    background: #212b36;
	    line-height: 40px;
	    color: #ccc;
	    border-radius: 2px;
	}
	.foot .left .nav a:nth-child(2){
	    width: calc((100% - 4px) / 2);
	}
	.foot .left .nav a:hover{
		background: #C6181F;
	}
	.foot .left .copy span:first-child {
	    display: inline;
	    margin-bottom: 0;
	    line-height: 28px;
	}
	.foot .left .copy img {
	    margin: 0 6px 0 12px;
	}
	.foot .left .copy span:nth-child(4) {
	    padding-left: 0;
	    height: 28px;
	    line-height: 28px;
	}
	.foot .right{
		width: 100%;
		justify-content: space-between;
		padding: 24px 0;
		margin: 20px 0 0;
		border-top: 1px solid #2e3b48;
	}
	.foot .right dl{
		display: block;
		text-align: left;
	}
	.foot .right dl a {
	    font-size: 28px;
	}
	.foot .right dl i {
	    margin-right: auto;
	    margin-left: 0;
	}
	.foot .friendship{
		display: block;
		width: 100% !important;
	}
	.foot .friendship .friendin{
		width: 100% !important;
	}
}