/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;padding: 0; margin: 0;}
html,body{ padding: 0; margin: 0; font-family:"思源黑体","Source Han Sans CN","微软雅黑","Microsoft YaHei","MiSans"; font-size: 16px;line-height: 1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select,textarea {vertical-align: middle;padding: 0;border: 0 none;margin: 0;font-family: inherit;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;font-size: inherit}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
	color: inherit;
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: inherit;
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: inherit;
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: inherit;
   opacity:  0.5;
}
sup{
	font-size: 0.5em;
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
a{
border:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent;
outline:none；
}
h1,h2,h3,h4,h5,h6,b{
	font-weight: 500;
}
html.ie select::-ms-expand { display: none; }
html.ie input::-ms-clear { display: none; }



body{
    -webkit-text-size-adjust: 100% !important;
}
.mobile{
	display: none;
}
.web{
	display: inline-block;
}
.bg{
	width: 100%;
}
html {
	height: 100%;
}
body{
	position: relative;
	height: 100%;
	margin: 0 auto;
}
.maxscreen{
	max-width: 1920px;
	margin: 0 auto;
}
.inner{
	max-width: 92%;
	margin: 0 auto;
}
.inner.w1720{
	width: 1720px;
}
.inner.w1690{
	width: 1690px;
}
.inner.w1530{
	width: 1530px;
}
.inner.w1400{
	width: 1400px;
}
#wrap{
	padding-top: 5.5em;
	padding-bottom: 14.25em;
	min-height: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.section{
	overflow: hidden;
}
.swiper-container{
	width: 100%;
	overflow: visible !important;
}
.odometer{
	font-family: inherit;
}
.odometer.nopoint .odometer-formatting-mark{
	display: none;
}
.odometer .odometer-digit-spacer,.odometer .odometer-digit{
	vertical-align: top !important;
}


/*sidebtn*/
#sidebtn{
	position: fixed;
	right: 0.375em;
	bottom: 2%;
	z-index: 99;
	text-align: center;
	background-color: #fff;
	border-radius: 2.3125em;
	overflow: hidden;
	box-shadow: 0 0.1875em 0.375em rgba(41,41,41,0.16);
	padding: 1.5em 0 2.125em;
	width: 4.625em;
}
#sidebtn .icon{
	background-color: #c7000b;
	border-radius: 50%;
	width: 3.375em;
	height: 3.375em;
	line-height: 3.375;
	overflow: hidden;
	margin: 0 auto;
}
#sidebtn .icon img{
	vertical-align: middle;
}
#sidebtn .icon.icon1 img{
	width: 51.85%;	
}
#sidebtn .icon.icon2 img{
	width: 53.7%;	
}
#sidebtn p{
	font-size: 0.875em;
	color: #000;
	margin-top: 0.714em;
}
#sidebtn a:nth-child(1) p{
	margin-bottom: 2em;
}


/*header*/
#header{
	height: 5.5em;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	color: #fff;
}
#header::before{
	content: "";
	position: absolute;
	left: 0;
	width: 50%;
	bottom: 0;
	height: 100%;
	background-color: #c7000b;
}
#header::after{
	content: "";
	position: absolute;
	right: 0;
	width: 50%;
	bottom: 0;
	height: 100%;
	background-color: #b3b3b3;
}
#header.fixed{
	position: fixed;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}
#header.hide{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#header .maxscreen{
	height: 100%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	z-index: 1;
	position: relative;
	background-color: #b3b3b3;
}
#header .left-part{
	background-color: #c7000b;
	height: 100%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
#header .line{
	height: 100%;
}
#header .logo{
	width: auto;
	height: 65.91%;
	display: block;
	padding: 0 3.54vw;
}
#header .logo img{
	width: auto;
	height: 100%;
}
#header .right-part{
	height: 100%;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: flex-end;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row;
	padding-right: 4.2%;
}
#header .search-box{
	position: relative;
}
#header .search-box::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}
#header .search-box.active::after{
	width: 100%;
}
#header .search-box input{
	font-size: inherit;
	color: #fff;
	width: 0;
	padding: 0;
	line-height: 2;
	height: 2em;
	-webkit-transition: width 0.75s,padding 0.5s;
	transition: width 0.75s,padding 0.5s;
	background-color: transparent;
}
#header .search-box.active input{
	width: 6.5em;
	padding: 0 0.25em;
}
#header .search-box .btns{
	width: 1.25em;
	display: inline-block;
	vertical-align: middle;
}
#header .search-box .btns img{
	width: 100%;
}
#header .language-box{
	margin-right: 1.75em;
}
#header .language-box a{
	color: inherit;
	opacity: 0.75;
}
#header .language-box a.active{
	opacity: 1;
}
#header .nav-box{
	margin-right: 8.375em;
	height: 100%;
}
#header .nav-box a{
	height: 100%;
	font-size: 1.125em;
	color: #fff;
	padding: 0 1.33em;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}
#header .nav-box a:last-child{
	margin-right: 0;
}
#header .nav-box a:hover,#header .nav-box a.active{
	background-color: #c7000b;
}


/*footer*/
#footer{
	height: 14.25em;
	margin-top: -14.25em;
	background-color: #c7000b;
	padding-top: 2em;
	position: relative;
}
#footer .inner{
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
}
#footer .left-part{
	max-width: 70%;
	width: 52em;
}
#footer .link-box{
	padding-left: 5em;
	font-size: 0.875em;
	color: #fff;
}
#footer .link-box span{
	margin-left: -5em;
}
#footer .link-box a{
	color: inherit;
	font-size: inherit;
	margin-right: 1em;
	margin-bottom: 1.286em;
	display: inline-block;
	vertical-align: top;
}
#footer .contact{
	font-size: 0.875em;
	color: #fff;
	margin: 0.714em 0 3em;
	vertical-align: top;
}
#footer .qr-box{
	vertical-align: top;
	text-align: center;
	width: 6.1875em;
}
#footer .qr-box:first-child{
	margin-right: 1.125em;
}
#footer .qr-box .img-box{
	border-radius: 0.125em;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,0.2);
	padding: 0.3125em;
}
#footer .qr-box p{
	font-size: 0.75em;
	color: #fff;
	line-height: 1.5;
	margin-top: 0.75em;
}
#footer .copyrights{
	font-size: 0.75em;
	color: #fff;
}
#footer .copyrights a{
	color: inherit;
	font-size: inherit;
}


/*sidenav*/
#sidenav{
	display: none;
}

/*commonleftright*/
.common-section{
	padding-top: 5em;
	margin-top: 3%;/*58*/
}
.common-left{
	width: 18.125em;
	max-width: 16.86%;
	float: left;
	position: sticky;
	top: 10%;
}
.common-left table{
	width: 72.4%;
}
.common-left td{
	border: 1px solid #e8e8e8;
	color: #000;
}
.common-left td.active{
	border-color: #c7000b;
	background-color: #c7000b;
	color: #fff;
}
.common-left td a{
	color: inherit;
	display: block;
	padding: 9.5% 0 9.5% 16.67%;
}
.common-left td h5{
	font-size: 1.125em;
	color: inherit;
	font-weight: 500;
}
.common-left td p{
	font-size: 0.875em;
	color: inherit;
	line-height: 1.5;
	margin-bottom: 0.464em;
}
.common-right{
	width: 100%;
	max-width: 83.14%;
	float: left;
	text-align: center;
	position: relative;
}
.common-right .title{
	color: #000;
	margin-bottom: 2.5em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
}
.common-right .title h1{
	font-size: 1.75em;
	color: inherit;
	font-weight: bold;
	border-bottom: 2px solid #c7000b;
	padding-bottom: 0.357em;
	display: inline-block;
}
.common-right .content{
	text-align: left;
}

@media only screen and (min-width:1024px){
	.common-left td:hover{
		border-color: #c7000b;
		background-color: #c7000b;
		color: #fff;
	}
}




@media only screen and (max-width:1720px){
	#header .nav-box{
		margin-right: 4em;
	}
}
@media only screen and (max-width:1700px){
	#footer .qr-box:last-child{
		margin-right: 2em;
	}
}
@media only screen and (max-width:1640px){
	#header .nav-box{
		margin-right: 1em;
	}
	#header .language-box{
		margin-right: 1em;
	}
}
@media only screen and (max-width:1570px){
	#header .nav-box a{
		padding: 0 1em;
	}
}
@media only screen and (max-width:1460px){
	#header .nav-box a{
		padding: 0 0.6875em;
	}
}
@media only screen and (max-width:1366px){
	body{
		font-size: 14px;
	}
}
@media only screen and (max-width:1200px){
	#header .logo{
		padding: 0 2vw;
	}
	#header .right-part{
		padding-right: 2%;
	}
	#header .search-box.active input{
		width: 5.5em;
	}
}
@media only screen and (max-width:1130px){
	#header .nav-box a{
		padding: 0 0.5em;
	}
	#header .nav-box{
		margin-right: 0.5em;
	}
	#header .language-box{
		margin-right: 0.5em;
	}
}
@media only screen and (max-width:1050px){
	#header .nav-box a{
		padding: 0 0.4375em;
	}
}




@media only screen and (max-width:1024px){
	html { 
	    -webkit-text-size-adjust: 100%;
	    -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	    -o-text-size-adjust: 100%;
	    text-size-adjust: 100%;
	    font-size: 16px;
	}
	body{
		font-size: 62.5%;
	}
	.mobile{
		display: inline-block;
	}
	.web{
		display: none;
	}

	#wrap{
		padding-top: 5.5em;
		padding-bottom: 33em;
	}
	#sidebtn{
		bottom: 25%;
	}

	/*commonleftright*/
	.common-section{
		margin-top: 10%;/*58*/
	}
	.common-left{
		display: none;
	}
	.common-right{
		max-width: 100%;
		float: none;
	}


	
	/*header*/
	#header::before{
		display: none;
	}
	#header::after{
		display: none;
	}
	#header .language-box{
		margin-right: 1.75em;
	}
	#header .right-part{
		padding-right: 4%;
	}
	#header .logo{
		padding: 0 4vw;
		height: 60%;
	}
	#header .language-box{
		font-size: 1.25em;
	}
	#header .menu{
		vertical-align: middle;
		width: 1.3125rem;
		position: relative;
		padding: 0.15625em;
	}
	#header .menu img{
		width: 100%;
	}
	#header .menu div{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center top;
	}
	#header .menu div:nth-child(1){
		background-image: url(../images/header_menu_bg1.png);
		-webkit-animation: lineone 1s infinite;
		-moz-animation: lineone 1s infinite;
		-ms-animation: lineone 1s infinite;
		-o-animation: lineone 1s infinite;
		animation: lineone 1s infinite;
	}
	#header .menu div:nth-child(2){
		background-image: url(../images/header_menu_bg2.png);
		-webkit-animation: linetwo 1s infinite;
		-moz-animation: linetwo 1s infinite;
		-ms-animation: linetwo 1s infinite;
		-o-animation: linetwo 1s infinite;
		animation: linetwo 1s infinite;
	}
	#header .menu div:nth-child(3){
		background-image: url(../images/header_menu_bg3.png);
		-webkit-animation: linethree 1s infinite;
		-moz-animation: linethree 1s infinite;
		-ms-animation: linethree 1s infinite;
		-o-animation: linethree 1s infinite;
		animation: linethree 1s infinite;
	}
	@-webkit-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-moz-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-ms-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-o-keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@keyframes lineone {
		0% {
		   width: 100%;
		}
		25% {
		   width: 25%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 100%;
		}
	}
	@-webkit-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-moz-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-ms-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-o-keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@keyframes linetwo {
		0% {
		   width: 72%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 50%;
		}
		100% {
		   width: 72%;
		}
	}
	@-webkit-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@-moz-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@-ms-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@-o-keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}
	@keyframes linethree {
		0% {
		   width: 88%;
		}
		25% {
		   width: 100%;
		}
		50% {
		   width: 25%;
		}
		100% {
		   width: 88%;
		}
	}


	/*footer*/
	#footer{
		height: 33em;
		margin-top: -33em;
		padding-top: 2.5em;
	}
	#footer::before{
		display: none;
	}
	#footer::after{
		display: none;
	}
	#footer .inner{
		-webkit-display: block;
		display: block;
	}
	#footer .left-part{
		max-width: 100%;
		width: 100%;
	}
	#footer .link-box{
		font-size: 1em;
		margin-bottom: 0.5em;
	}
	#footer .qr-box{
		width: 25%;
	}
	#footer .qr-box:first-child{
		margin-right: 16.67%;
		margin-left: 16.67%;
	}
	#footer .qr-box:last-child{
		margin-right: 0;
	}
	#footer .qr-box p{
		font-size: 1em;
	}
	#footer .copyrights{
		font-size: 1em;
		margin-top: 1.5em;
		text-align: center;
		line-height: 1.5;
	}



	/*sidenav*/
	#sidenav{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #c7000b;
		z-index: -99;
		opacity: 0;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
		-ms-transition: opacity 0.5s;
		-o-transition: opacity 0.5s;
		transition: opacity 0.5s;
		display: block;
	}
	#sidenav.active{
		z-index: 101;
		opacity: 1;
	}
	#sidenav .top-part{
		height: 5.5em;
		padding: 0 4%;
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: space-between;
		-webkit-flex-direction: row;
		-moz-display: flex;
		-moz-align-items: center;
		-moz-justify-content: space-between;
		-moz-flex-direction: row;
		-ms-display: flex;
		-ms-align-items: center;
		-ms-justify-content: space-between;
		-ms-flex-direction: row;
		-o-display: flex;
		-o-align-items: center;
		-o-justify-content: space-between;
		-o-flex-direction: row;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row;
		background-color: #fff;
	}
	#sidenav .top-part .logo{
		height: 60%;
	}
	#sidenav .top-part .logo img{
		width: auto;
		height: 100%;
	}
	#sidenav .top-part .close{
		width: 1.3125rem;
		display: block;
	}
	#sidenav .top-part .close img{
		width: 100%;
	}
	#sidenav .middle-part{
		position: absolute;
		left: 0;
		width: 100%;
		top: 5.5em;
		bottom: 6.5em;
		overflow-y: auto;
	}
	#sidenav .middle-part .inner{
		padding-top: 1.5rem;
	}
	#sidenav .middle-part .box{
		margin-bottom: 1.3125rem;
	}
	#sidenav .middle-part .level1{
		position: relative;
	}
	#sidenav .middle-part .level1 a{
		font-size: 1rem;
		color: #fff;
		font-weight: bold;
	}
	#sidenav .middle-part .box.active .level1 a{
		color: #000;
	}
	#sidenav .middle-part .level1 .cross-box{
		width: 0.8125rem;
		height: 0.8125rem;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -0.40625rem;	
	}
	#sidenav .middle-part .level1 .cross-box .line{
		position: absolute;
		background-color: #fff;
	}
	#sidenav .middle-part .level1 .cross-box .line.ver{
		width: 1px;
		height: 100%;
		top: 0;
		left: 50%;
		margin-left: -0.5px;
	}
	#sidenav .middle-part .box.active .level1 .cross-box .line.ver{
		display: none;
	}
	#sidenav .middle-part .level1 .cross-box .line.hor{
		height: 1px;
		width: 100%;
		top: 50%;
		left: 0;
		margin-top: -0.5px;
	}
	#sidenav .middle-part ul{
		margin-top: 1.25rem;
		display: none;
	}
	#sidenav .middle-part .box.active ul{
		display: block;
	}
	#sidenav .middle-part li{
		margin-bottom: 0.75rem;
	}
	#sidenav .middle-part li:last-child{
		margin-bottom: 0;
	}
	#sidenav .middle-part li a{
		font-size: 0.8125rem;
		color: #fff;
		margin-left: 1em;
	}
	#sidenav .middle-part li.active a{
		color: #000;
	}
	#sidenav .middle-part li a i{
		font-style: normal;
		min-width: 8em;
		display: inline-block;
	}
	#sidenav .bottom-part{
		position: absolute;
		left: 0;
		bottom: 1.5rem;
		width: 100%;
	}
	#sidenav .bottom-part .search-box{
		position: relative;
		font-size: 1rem;
	}
	#sidenav .bottom-part .search-box::after{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
		-webkit-transition: width 0.5s;
		transition: width 0.5s;
	}
	#sidenav .bottom-part .search-box input{
		font-size: inherit;
		color: #fff;
		width: 100%;
		padding: 0 2em 0 1em;
		line-height: 2.375;
		background-color: transparent;
	}
	#sidenav .bottom-part .search-box .btns{
		width: 1.25em;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -0.625rem;
	}
	#sidenav .bottom-part .search-box .btns img{
		width: 100%;
	}
}

