/*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;}
html,body,p{ padding: 0; margin: 0; font-family: "OPPO Sans","思源黑体 CN","Source Han Serif CN","PingFang SC","苹方","微软雅黑","Microsoft YaHei", "黑体","simhei","宋体","simsun", Arial, sans-serif; font-size: 12px;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;}
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;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:  0.5;
}
/*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；
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: "fontello";
	src:url(../fonts/fontello.eot);
	src:url(../fonts/fontello.eot#iefix) format('embedded-opentype'),
	url(../fonts/fontello.woff2) format('woff2'),
	url(../fonts/fontello.woff) format('woff'),
	url(../fonts/fontello.ttf) format('truetype'),
	url(../fonts/fontello.svg#fontello) format('svg');
	font-weight:400;
	font-style:normal
}
.mobile{
	display: none;
	vertical-align: top;
}
.web{
	display: inline-block;
	vertical-align: top;
}
.bg{
	width: 100%;
}
.section{
	overflow: hidden;
}
html {
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
}
body{
    -webkit-text-size-adjust: 100% !important;
}
body{
	position: relative;
	min-height: 100%;
	padding-bottom: 607px;
}
.pos-rel{
	position: relative;
}
.pos-abs{
	position: absolute;
}

.inner{
	max-width: 92%;
	margin: 0 auto;
}
.typed-cursor{
 -webkit-animation:blink .7s infinite;
 -ms-animation:blink .7s infinite;
 animation:blink .7s infinite
}

@-webkit-keyframes blink {
 0% {
  opacity:1
 }
 50% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@keyframes blink {
 0% {
  opacity:1
 }
 50% {
  opacity:0
 }
 100% {
  opacity:1
 }
}

/*header*/
#header{
	font-size: 0;
	position: fixed;
	-webkit-transform: translateY(32px);
	transform: translateY(32px);
	left: 0;
	right: 0;
	z-index: 51;
	width: 100%;
	-webkit-transition: margin-top 0.5s;
	transition: margin-top 0.5s;
	padding: 20px 0;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
#header.hide{
	margin-top: -150px;
}
#header::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 94%;
	height: 100%;
	background-color: #797578;
	margin: auto;
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s 0.5s;
	transition: opacity 0.5s 0.5s;
	border-radius: 10px;
}
#header.transparent::after{
	opacity: 0;
	visibility: hidden;
}
#header .inner{
	width: 1680px;
	-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;
	position: relative;
	z-index: 1;
}
#header .logo{
	width: 258px;
	background-repeat: no-repeat;
	background-image: url(../images/header_logo_bg.png);
	background-size: 100% auto;
	background-position: center top;
}
#header.white .logo{
	background-position: center bottom;
}
#header .nav-box{
	vertical-align: middle;
}
#header .nav-box a{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #000;
	margin-right: 2.4em;
	padding: 0.722em 0.278em;
	position: relative;
}
#header.white .nav-box a{
	color: #fff;
}
#header .nav-box a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
#header .nav-box a.active::before,#header .nav-box a:hover::before{
	background-color: #000;
}
#header.white .nav-box a.active::before,#header.white .nav-box a:hover::before{
	background-color: #fff;
}
#header .menu{
	width: 20px;
	vertical-align: middle;
	position: relative;
}
#header .menu span{
	display: block;
	height: 2px;
	background-color: #b2282c;
	position: absolute;
	left: 0;
}
#header.white .menu span{
	background-color: #fff;
}
#header .menu span:last-child{
	margin-bottom: 0;
}
#header .menu .line1{
	animation: 1s infinite lineone;
	-webkit-animation: 1s infinite lineone;
	top: 0;
}
@keyframes lineone {
	0% {
	   width: 100%;
	}
	25% {
	   width: 25%;
	}
	50% {
	   width: 50%;
	}
	100% {
	   width: 100%;
	}
}
@-webkit-keyframes lineone {
	0% {
	   width: 100%;
	}
	25% {
	   width: 25%;
	}
	50% {
	   width: 50%;
	}
	100% {
	   width: 100%;
	}
}
#header .menu .line2{
	top: 50%;
	margin-top: -1px;
	animation: 1s infinite linetwo;
	-webkit-animation: 1s infinite linetwo;
}
@keyframes linetwo {
	0% {
	   width: 72%;
	}
	25% {
	   width: 100%;
	}
	50% {
	   width: 50%;
	}
	100% {
	   width: 72%;
	}
}
@-webkit-keyframes linetwo {
	0% {
	   width: 72%;
	}
	25% {
	   width: 100%;
	}
	50% {
	   width: 50%;
	}
	100% {
	   width: 72%;
	}
}
#header .menu .line3{
	bottom: 0;
	animation: 1s infinite linethree;
	-webkit-animation: 1s infinite linethree;
}
@keyframes linethree {
	0% {
	   width: 88%;
	}
	25% {
	   width: 100%;
	}
	50% {
	   width: 25%;
	}
	100% {
	   width: 88%;
	}
}
@-webkit-keyframes linethree {
	0% {
	   width: 88%;
	}
	25% {
	   width: 100%;
	}
	50% {
	   width: 25%;
	}
	100% {
	   width: 88%;
	}
}


/*footer*/
#footer{
	background-color: #797578;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 607px;
}
#footer .inner{
	-webkit-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	width: 1720px;
}
#footer .part1{
	height: 524px;
	padding-bottom: 90px;
	-webkit-align-items: flex-end;
	-webkit-justify-content: space-between;
	align-items: flex-end;
	justify-content: space-between;
}
#footer .part1 .left-part h3{
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}
#footer .part1 .left-part h5{
	font-size: 18px;
	color: #d6d6d6;
	font-weight: normal;
	margin: 20px 0 40px;
	text-decoration: underline;
}
#footer .part1 .left-part .btn{
	margin-bottom: 44px;
	background-color: #eb4e52;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	width: 9em;
	height: 2.6em;
	position: relative;
	overflow: hidden;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer .part1 .left-part .btn span{
	margin-right: 0.66em;
	position: relative;
	z-index: 1;
}
#footer .part1 .left-part .btn::after{
	position: relative;
	z-index: 1;
	content: "\f04b";
	font-family: 'FontAwesome';
	font-size: 0.5em;
}
#footer .part1 .left-part .btn::before{
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	content: "";
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}
#footer .part1 .left-part .btn:hover::before{
	left: 0;
}
#footer .part1 .left-part .nav-box a{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-right: 2em;
}
#footer .part1 .left-part .nav-box a:last-child{
	margin-right: 0;
}
#footer .part1 .right-part{
	text-align: right;
}
#footer .part1 .right-part h5{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 38px;
}
#footer .part1 .right-part h5 span{
	font-weight: normal;
}
#footer .part1 .right-part li{
	margin-bottom: 32px;
}
#footer .part1 .right-part li:last-child{
	margin-bottom: 0;
}
#footer .part1 .right-part p{
	font-size: 18px;
	color: #fff;
	line-height: 1.56;
}
#footer .part1 .right-part p a{
	font-size: inherit;
	color: inherit;
	line-height: 1;
	display: inline-block;
}
#footer .part1 .right-part p a::after{
	width: 100%;
	height: 2px;
	background-color: #c3c1c3;
	content: "";
	display: block;
	margin-top: 1px;
}
#footer .part2{
	border-top: 1px solid #9b9797;
	height: 83px;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	align-items: center;
	justify-content: flex-start;
}
#footer .part2 p{
	font-size: 18px;
	color: #d6d6d6;
	line-height: 1.5;
}
#footer .part2 p span{
	color: #fff;
}
#footer .part2 p a{
	font-size: inherit;
	color: inherit;
}



/*sidenav*/
#sidenav{
	display: none;
}


/*floatside*/
#floatside{
	position: absolute;
	right: 2.24%;
	top: 0;
	z-index: 51;
}
#floatside li{
	position: relative;
	width: 32px;
	margin-bottom: 38px;
	cursor: pointer;
}
#floatside li:last-child{
	margin-bottom: 0;
}
#floatside .icon{
	background-repeat: no-repeat;
	background-size: auto 200%;
	background-position: center top;
	width: 100%;
}
#floatside .icon:hover{
	background-position: center bottom;
}
#floatside .icon.message{
	background-image: url(../images/floatside_icon_bg_message.png);
}
#floatside .icon.tel{
	background-image: url(../images/floatside_icon_bg_tel.png);
}
#floatside .icon.weixin{
	background-image: url(../images/floatside_icon_bg_weixin.png);
}
#floatside .qr{
	width: 300%;
	position: absolute;
	right: 150%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.75s;
	transition: opacity 0.75s;
}
#floatside li:hover .qr{
	visibility: visible;
	opacity: 1;
}
#floatside li span{
	position: absolute;
	right: 150%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #c0192a;
	color: #fff;
	display: block;
	padding: 1em;
	font-size: 14px;
	white-space: nowrap;
	border-radius: 0.5em;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#floatside li:hover span{
	opacity: 1;
	visibility: visible;
}

@-webkit-keyframes showhide{
	0%{
		opacity: 0;
	}
	33%{
		opacity: 1;
	}
	66%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}
@keyframes showhide{
	0%{
		opacity: 0;
	}
	33%{
		opacity: 1;
	}
	66%{
		opacity: 0;
	}
	100%{
		opacity: 0;
	}
}
@media only screen and (max-width:1023px) {
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;}
	body{
		 font-size: 62.5%;
		 padding-bottom: 15.5625rem;
	}
	body.hidden{
		overflow: hidden;
	}
	.mobile {
		display: inline-block;
	}
	.web {
		display: none;
	}


	/*footer*/
	#footer{
		height: 15.5625rem;
	}
	#footer .part1{
		height: 12.6875rem;
		padding-bottom: 2.5625rem;
	}
	#footer .part1 .left-part h3{
		font-size: 1.125rem;
		line-height: 1.56;
	}
	#footer .part1 .left-part h5{
		font-size: 0.5625rem;
		margin: 1.1875rem 0 1.5625rem;
	}
	#footer .part1 .left-part .btn{
		margin-bottom: 0;
		font-size: 0.5625rem;
	}
	#footer .part2{
		height: 2.875rem;
	}
	#footer .part2 p{
		font-size: 0.5625rem;
	}



	/*sidenav*/
	#sidenav{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 52;
	}
	#sidenav.active{
		display: block;
	}
	#sidenav .top-part{
		padding: 1rem 0 1.6875rem;
		-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;
	}
	#sidenav .top-part .logo{
		width: 11.75rem;
	}
	#sidenav .top-part .close{
		width: 1.6875rem;
	}

	#sidenav .nav-box a{
		font-size: 1rem;
		color: #333;
		padding: 1.25em 0;
		display: block;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	/*header*/
	#header{
		-webkit-transform: translateY(0.55rem);
		transform: translateY(0.55rem);
		padding: 0.625rem 0;
	}
	#header .logo{
		width: 11.75rem;
	}
	#header .menu{
		width: 1.6875rem;
	}
}