body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Arial","Microsoft YaHei","Helvetica Neue",Helvetica,sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}
.clearfix {
    zoom: 1
}
@font-face{
    font-family: "itc"; 
    src: url('../fonts/ITC AVANT GARDE CE GOTHIC DEMI.TTF');
}
.conwidth{
	max-width: 1600px;
	width: 90%;
	margin: auto;
}

/*header*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 20px;
	z-index: 99;
	margin: auto;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*border-bottom: rgba(255, 255, 255, 0.25) solid 1px;*/
}

.header.on{
	top: 0;
}
.header.hover,
.header.white{
	top: 0;
}
.header.alter,
.header.white,
.header.hover {
	background: #FFFFFF;
}
.header.alter,
.header.white {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.header .wrap{
	width: 83.33333%;
	margin: auto;
}
.header .content {}

.header .box {
	text-align: center;
	font-size: 0;
}

.header .logo {
	float: left;
}

.header .logo a {
	height: 90px;
	line-height: 90px;
}

.header .logo a img {}
.header .logo a img.ic1{
	display: none;
}
/*.header.alter .logo a img.ic1,
.header.white .logo a img.ic1,
.header.hover .logo a img.ic1 {
	display: none;
}*/

.header.alter .logo a img.ic2,
.header.white .logo a img.ic2,
.header.hover .logo a img.ic2 {
	display: inline-block;
}
.header .head-right{
	float: right;
}
.header .nav {
	display: inline-block;
}
.header .nav>ul>li{
	position: relative;
	float: left;
	padding: 25px 0px;
	margin: 0 25px;
}
.header .nav>ul>li:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #c32423;
	transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header .nav>ul>li:hover:before,
.header .nav>ul>li.active:before{
	width: 100%;
}
.header .nav>ul>li>a {
	position: relative;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	border-radius: 20px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header.alter .nav>ul>li>a,
.header.white .nav>ul>li>a,
.header.hover .nav>ul>li>a {
	color: #333333;
}
.header .nav>ul>li:hover>a,
.header .nav>ul>li.active a {
	color: #c32423;
}
.header .nav>ul>li.special:before{
	display: none;
}
.header .nav>ul>li.special>a{
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	background: #c32423;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .nav>ul>li.special:hover>a{
	background: #e52b2a;
}
.header .nav>ul>li.special>a span{
	display: block;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.header .nav>ul>li.special>a .sp2{
	opacity: 0;
}
.header .nav>ul>li.special>a:hover .sp1{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}
.header .nav>ul>li.special>a:hover .sp2{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
}
/*语言切换*/
.head-nation{
	float: right;
	position: relative;
	margin-left: 30px;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 35px;
    background: url(../images/img1.png) center left no-repeat;
}
.header.hover .head-nation,
.header.white .head-nation, 
.header.alter .head-nation{
	background: url(../images/img2.png) center left no-repeat;
}
.head-nation .current{
	padding-right: 20px;
	background: url(../images/img3.png) center right no-repeat;
}
.header.hover .head-nation .current,
.header.white .head-nation .current,
.header.alter .head-natio .current{
	 background: url(../images/img3a.png) center right no-repeat;
}
.head-nation .current .name {
    font-size: 16px;
   	color: #ffffff;
    line-height: 90px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}
.header.hover .head-nation .current .name,
.header.white .head-nation .current .name, 
.header.alter .head-nation .current .name{
	color: #666666;
}
.head-nation .current.on{
	background: url(../images/img4.png) right center no-repeat;
}
.header.hover .head-nation .current.on,
.header.white .head-nation .current.on,
.header.alter .head-natio .current.on{
	background: url(../images/img4a.png) right center no-repeat;
}
.head-nation ul{
	display: none;
	position: absolute;
	left: 0;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 80px;
	z-index: 10;
	min-width: 150px;
	background-color: #FFFFFF;
	padding: 20px 0px;
	text-align: left;
}
.head-nation ul li a{
	position: relative;
	display: block;
    font-size: 16px;
    color: #666666;
    line-height: 2.2;
    min-width: 90px;
    padding-left: 30px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nation ul li a:hover{
	color: #c32423;
	background-color: #f9f9f9;
}
.head-nation ul li a:before{
	content: '';
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 16px;
	background: #c32423;
	opacity: 0;
}
.head-nation ul li a:hover:before{
	opacity: 1;
}
/**/
.menubtn {
	display: none;
	float: right;
	width: 50px;
	height: 60px;
	background: url(../images/menu-icon1.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
	cursor: pointer;
}

.header.white .menubtn,
.header.alter .menubtn,
.header.hover .menubtn {
	background: url(../images/menu-icon1a.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

.menubtn.on {
	background: url(../images/menu-icon2.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

.header.white .menubtn.on,
.header.alter .menubtn.on,
.header.hover .menubtn.on {
	background: url(../images/menu-icon2a.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

.m-nav {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background: #fff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
}

.m-nav .nav-list {
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
.m-nav .nav-list>li{
	text-align: left;
	border-bottom: #e8e8e8 solid 1px;
	box-sizing: border-box;
}
.m-nav .nav-list .one-level{
	position: relative;
	padding-right: 40px;
}
.m-nav .nav-list .one-level i{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 50px;
	background: url(../images/img99.png) center no-repeat;
	background-size: 15px 18px;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.m-nav .nav-list .one-level.on i{
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.m-nav .nav-list>li>a,
.m-nav .nav-list .one-level{
	font-family: "syn";
	font-size: 18px;
	color: #666666;
	display: block;
	height: 70px;
	line-height: 70px;
}

.m-nav .nav-list>li>a:hover,
.m-nav .nav-list .one-level.on,
.m-nav .nav-list .one-level:hover {
	color: #b51d1c;
}
.m-nav .nav-list .lang{
	text-align: center;
	margin-top: 10%;
	border-bottom: none;
}
.m-nav .nav-list .lang .one-level{
	padding-right: 0;
}
.m-nav .nav-list .one-level a, .m-nav .nav-list .one-level span{
	display: inline-block;
    color: #666666;
}
.m-nav .nav-list .one-level span{
	margin: 0 30px;
}
.m-nav .nav-list .one-level:hover span{
	color: #666666;
}
.m-nav .nav-list li a .tit {
	color: #222222;
}

.m-nav .nav-list li a:hover .tit {
	color: #19aeae;
}

.m-nav .m-subnav {
	display: none;
	border-top: #e8e8e8 solid 1px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.m-nav ul li .m-subnav>a,
.m-nav ul li .m-subnav .two-level {
	display: block;
	font-family: "syn";
	font-size: 16px;
	color: #999999;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
}

.m-nav ul li .m-subnav a .ic2 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic1 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic2 {
	display: inline-block;
}

.m-nav ul li .m-subnav a:hover {
	color: #19aeae;
}

.m-nav .subnav_2 {
	padding-left: 30px;
	display: none;
}

.m-nav .subnav_2 .subnav_2li>a,
.m-nav .three {
	display: block;
	font-size: 16px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

.m-nav .subnav_3 a {
	display: block;
	font-size: 15px;
	line-height: 2;
	color: #999999;
}

.m-nav .subnav_3 {
	display: none;
	padding: 0px 15px;
}

/**/
.footer{
	padding-top: 30px;
	padding-bottom: 20px;
	background: #2e2f30;
}
.footer .box{
	max-width: 1200px;
	margin: auto;
}
.footer .box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 5px;
	border-bottom: #363738 solid 1px;
}
.footer .box ul li{
	position: relative;
	padding-left: 35px;
	color: #7c7c7c;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.footer .box ul li img{
	position: absolute;
	left: 0;
	top: 4px;
	display: inline-block;
	margin-right: 15px;
}
.footer .box .txt{
	padding-top: 20px;
	text-align: center;
	color: #7c7c7c;
	font-size: 16px;
	line-height: 1.8;
}
.footer .box .txt a{
	color: #7c7c7c;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer .box .txt a:hover{
	color: #ffffff;
}




.section .pagebg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.indexmian .fp-section.stop .pagebg{
	transform: scale(1) !important;
}
.fp-section.fp-table, .fp-slide.fp-table{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.section .pagebg {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
    transition: all .7s;
    -moz-transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
    z-index: -1;
}
.section.active .pagebg {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
    -moz-transition: all 4s;
    -webkit-transition: all 4s;
    transition: all 4s;
    -moz-transition-delay: .25s;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
}
.section.page2 .comText .h1,
.section.page3 .comText .h1,
.section.page5 .comText .h1,
.section.page4 .howBox .h1{
	-moz-transform: translateY(70px);
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	opacity: 0.5;
	-moz-transition: all 1.25s ease;
	-webkit-transition: all 1.25s ease;
	transition: all 1.25s ease;
}
.section.page2.active .comText .h1,
.section.page3.active .comText .h1,
.section.page5.active .comText .h1,
.section.page4.active .howBox .h1{
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.section.page1.active .comText .h1{
	-moz-animation: DownMove 1.25s ease;
	-webkit-animation: DownMove 1.25s ease;
	animation: DownMove 1.25s ease;
}
.section.page1.active .comText .t1{
	-moz-animation: DownMove 1.25s ease;
	-webkit-animation: DownMove 1.25s ease;
	animation: DownMove 1.25s ease;
}
@-moz-keyframes DownMove{
	0%{
		transform: translateY(70px);
		opacity: 0.5;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
@-webkit-keyframes DownMove{
	0%{
		transform: translateY(70px);
		opacity: 0.5;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes DownMove{
	0%{
		transform: translateY(70px);
		opacity: 0.5;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
.section.page2 .comText .t2,
.section.page5 .comText .t3{
	-moz-transform: translateY(70px);
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	-moz-transition: all 1.25s ease;
	-webkit-transition: all 1.25s ease;
	transition: all 1.25s ease;
}
.section.page2.active .comText .t2,
.section.page5.active .comText .t3{
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.section.page5.stop .comText .h1,
.section.page5.stop .comText .t3{
	transform: none;
	opacity: 1;
}
.section.page3 .comText .img{
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-moz-transition: all 1.25s ease 0.3s;
	-webkit-transition: all 1.25s ease 0.3s;
	transition: all 1.25s ease 0.3s;
}
.section.page3.active .comText .img{
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.section.page3 .comText .txt{
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-moz-transition: all 1.25s ease 0.3s;
	-webkit-transition: all 1.25s ease 0.3s;
	transition: all 1.25s ease 0.3s;
}
.section.page3.active .comText .txt{
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.section.page4 .howBox .icon{
	-moz-transform: translateY(70px);
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	-moz-transition: all 1.25s ease;
	-webkit-transition: all 1.25s ease;
	transition: all 1.25s ease;
}
.section.page4.active .howBox .icon{
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.section.page4 .howBox .txt{
	-moz-transform: translateY(70px);
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	-moz-transition: all 1.25s ease;
	-webkit-transition: all 1.25s ease;
	transition: all 1.25s ease;
}
.section.page4.active .howBox .txt{
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
/*首页*/
.comText{
	text-align: center;
}
.comText .h1{
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;
	word-break: break-word;
}
.comText .t1{
	color: #ffffff;
	font-size: 24px;
	line-height: 1.7;
	margin-top: 30px;
	word-break: break-word;
}
.comText .t2{
	max-width: 880px;
	margin: auto;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.7;
	margin-top: 30px;
	word-break: break-word;
}
.comText .t3{
	max-width: 880px;
	margin: auto;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
	margin-top: 30px;
	word-break: break-word;
}
.comText .box{
	max-width: 1400px;
	width: 100%;
	margin: 50px auto 0px;
	font-size: 0;
}
.comText .img{
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 2%;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.comText .img img{
	max-width: 100%;
}
.comText .box .txt{
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 2%;
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
	word-break: break-word;
}
.downIcon{
	position:absolute;
	left:0;
	right:0;
	bottom: 45px;
	margin: auto;
	width: 24px;
	height: 34px;
	border-radius: 10px;
	border: #FFFFFF solid 1px;
}
.downIcon .ic{
	position:absolute;
	left:0;
	right: 0;
	top: 7px;
	margin: auto;
	width:2px;
	height:6px;
	background: #FFFFFF;
　　  animation:wheel 1.2s infinite;
	-moz-animation:wheel 1.2s infinite;
	-webkit-animation:wheel 1.2s infinite;
}
@keyframes wheel{
	to{opacity:0;top:25px}
}
@-moz-keyframes wheel{
	to{opacity:0;top:25px}
}
@-webkit-keyframes wheel{
	to{opacity:0;top:25px}
}

.howBox{
	
}
.howBox .h1{
	color: #ffffff;
	font-size: 54px;
	font-weight: bold;
	text-align: center;
}
.howBox .wrap{
	max-width: 1360px;
	width: 100%;
	margin: 60px auto 0px;
}
.howBox .wrap ul li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	padding: 0px 25px;
	box-sizing: border-box;
}
.howBox .wrap ul li:nth-child(3n){
	margin-right: 0;
}
.howBox .wrap ul li .icon{
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}
.howBox .wrap ul li .icon img{
	max-width: 25%;
}
.howBox .wrap ul li .txt{
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
	word-break: break-word;
}

/*项目导航*/
#fp-nav ul li, .fp-slidesNav ul li{
	width: 21px;
	height: 21px;
}
#fullPage-nav li, .fullPage-slidesNav li{
	margin: 10px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #FFFFFF;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span{
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	background: none;
	border: #FFFFFF solid 2px;
	box-sizing: border-box;
}

/*搜索页*/
.searchbg{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: -moz-calc(100vh - 232px);
	min-height: -webkit-calc(100vh - 232px);
	min-height: calc(100vh - 232px);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 90px;
}
.searchbg .box{
	max-width: 510px;
	width: 100%;
	margin: 50px auto;
}
.searchbg  .h1{
	font-family: arial;
	color: #ffffff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.searchbg .box form{
	margin-top: 20px;
}
.searchbg .box .formli{
	margin-bottom: 20px;
}
.searchbg .box .formli:last-child{
	margin-bottom: 0;
}
.searchbg .box .formli .sp{
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 8px;
}
.searchbg .box .formli .must{
	display: inline-block;
	color: #ff0000;
}
.searchbg .box .formli .inputli{
    border: #dfdfdf solid 1px;
    box-sizing: border-box;
    padding: 0 15px;
    background: #ffffff;
}
.searchbg .box .formli input{
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 50px;
    background: none;
    border: none;
    outline: none;
}
.searchbg .box .formli input::-webkit-input-placeholder{
    color: #aaaaaa;
}
.searchbg .box .formli input::-moz-placeholder{ 
    color: #aaaaaa;
}
.searchbg .box .formli input:-moz-placeholder{ 
    color: #aaaaaa;
}
.searchbg .box .formli input:-ms-input-placeholder{
    color: #aaaaaa;
}
 /* WebKit browsers */
.searchbg .box .formli input:focus::-webkit-input-placeholder {
  	color:transparent;
}
/* Mozilla Firefox 4 to 18 */
.searchbg .box .formli input:focus:-moz-placeholder {
  	color:transparent;
}
/* Mozilla Firefox 19+ */
.searchbg .box .formli input:focus::-moz-placeholder {
  	color:transparent;
}
/* Internet Explorer 10+ */
.searchbg .box .formli input:focus:-ms-input-placeholder {
  	color:transparent;
}
.searchbg .box .formbtn{
	position: relative;
    box-sizing: border-box;
    background: #ac2322;
    text-align: center;
    margin-top: 25px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 58px;
    overflow: hidden;
}
.searchbg .box .formbtn:hover{
	background: #e52b2a;
}
.searchbg .box .formbtn input{
	width: 100%;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 58px;
    background: none;
    border: none;
    outline: none;
}
.searchbg .box .formbtn a{
	display: block;
	width: 100%;
	color: #FFFFFF;
    font-size: 18px;
    height: 58px;
    padding: 17px 0px;
    box-sizing: border-box;
    overflow: hidden;
}
.searchbg .box .formbtn input{
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.searchbg .box .formbtn .sp1{
	margin-top: 15px;
	height: 28px;
	line-height: 28px;
}
.searchbg .box .formbtn .sp2{
	opacity: 0;
}
.searchbg .box .formbtn:hover .sp1{
	opacity: 0;
	transform: translateY(-100%);
}
.searchbg .box .formbtn:hover .sp2{
	margin-top: 15px;
	opacity: 1;
	transform: translateY(-100%);
}
.result{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f1f1f1;
	padding-top: 90px;
	min-height: -moz-calc(100vh - 232px);
	min-height: -webkit-calc(100vh - 232px);
	min-height: calc(100vh - 232px);
	box-sizing: border-box;
}
.result .box{
	max-width: 1400px;
	width: 100%;
	margin: 50px auto;
	background: #ffffff;
	padding: 3.6% 5.4%;
	box-sizing: border-box;
}

.result .box .title{
	font-size: 16px;
    margin: 30px 0;
}
.result .tablewrap{
	min-height: 365px;
}
.result table{
	width: 100%;					
	border-collapse: collapse;
}
.result table tr th{
	height: 70px;
	background: #b51d1c;
	font-size: 20px;
	color: #ffffff;
}
.result table tr td{
	color: #333333;
	font-size: 18px;
	height: 70px;
	text-align: center;
	word-break: break-word;
	border-bottom: #f1f1f1 solid 1px;
}
.result .return{
	text-align: center;
	overflow: hidden;
	margin: 40px auto 0px;
	box-sizing: border-box;
}
.result .return a{
	padding: 0px 45px;
	height: 46px;
	color: #777777;
	font-size: 18px;
	border: #e2e2e2 solid 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 24px;
	background: #f1f1f1;
}
.result .return a:hover{
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
	background: #b51d1c;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.15);
}
.result .return .btn{
	width: 100%;
	height: 18px;
	overflow: hidden;
	margin-top: 14px;
}
.result .return a span{
	display: block;
	margin: auto;
	height: 18px;
	overflow: hidden;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.result .return .sp2{
	opacity: 0;
}
.result .return a:hover .sp1{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}
.result .return:hover .sp2{
	opacity: 1;
	color: #FFFFFF;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.result .return a i{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 19px;
	height: 17px;
}
.result .return a .sp1 i{
	background: url(../images/img14.png) center no-repeat;
}
.result .return a .sp2 i{
	background: url(../images/img15.png) center no-repeat;
}

@media only screen and (max-width: 1680px){
	.header .conwidth{
		width: 95%;
	}
	.header .nav>ul>li{
		margin: 0px 18px;
	}
	.head-nation{
		margin-left: 10px;
	}
}
@media only screen and (max-width: 1536px){
	.header .nav>ul>li{
		margin: 0px 15px;
	}
	.header .nav>ul>li a{
		font-size: 15px;
	}
	.head-nation{
		margin-left: 0px;
	}
	.comText .h1{
		font-size: 56px;
	}
	.comText .t1{
		font-size: 22px;
	}
	.comText .t2{
		font-size: 18px;
	}
	.comText .t3{
		font-size: 17px;
	}
	.comText .box .txt{
		font-size: 17px;
	}
	.howBox .h1{
		font-size: 50px;
	}
	.howBox .wrap ul li .txt{
		font-size: 17px;
	}
}
@media only screen and (max-width: 1440px){
	.header .nav>ul>li{
		margin: 0px 12px;
	}
	.header .nav>ul>li>a{
		font-size: 15px;
	}
	/*.head-nation{
		margin-left: 10px;
	}*/
	.head-nation .current .name,
	.head-nation ul li a{
		font-size: 15px;
	}
	.header .nav>ul>li:before{
		height: 3px;
	}
	.comText .h1{
		font-size: 50px;
	}
	.howBox .h1{
		font-size: 48px;
	}
	.result table tr th{
		height: 60px;
		font-size: 18px;
	}
	.result table tr td{
		height: 60px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 1366px){
	.header .nav>ul>li{
		margin: 0px 10px;
	}
	.header .nav>ul>li>a{
		font-size: 14px;
	}
	.head-nation{
		margin-left: 0px;
	}
	.head-nation .current .name,
	.head-nation ul li a{
		font-size: 14px;
	}
	.comText .h1{
		font-size: 44px;
	}
	.comText .t1{
		font-size: 20px;
	}
	.howBox .h1{
		font-size: 42px;
	}
	
}
@media only screen and (max-width: 1280px){
	.header .conwidth{
		width: 95%;
	}
	.header .logo a img{
		max-width: 160px;
	}
	.comText .h1{
		font-size: 42px;
	}
	.howBox .h1{
		font-size: 40px;
	}
	.result table tr th{
		height: 54px;
	}
	.result table tr td{
		height: 54px;
	}
}
@media only screen and (max-width: 1279px){
	.header{
		top: 0;
	}
	.header .conwidth{
		width: 90%;
	}
	.header .logo a{
		height: 60px;
		line-height: 60px;
	}
	.header .logo a img{
		max-height: 40px;
	}
	.header .nav{
		display: none;
	}
	.head-nation{
		height: 60px;
		background: url(../images/img1.png) center no-repeat;
	}
	.header.hover .head-nation, .header.white .head-nation, .header .alter .head-nation{
		background: url(../images/img2.png) center no-repeat;
	}
	.head-nation .current{
		display: none;
	}
	.head-nation ul{
		top: 60px;
	}
	.head-nation ul li{
		margin: 5px auto;
	}
	.menubtn{
		display: block;
	}
	.searchbg, .result{
		padding-top: 60px;
	}
}
/*@media only screen and (max-width: 1199px){
	.header{
		top: 0;
	}
	.header .logo a{
		height: 60px;
		line-height: 60px;
	}
	.header .logo a img{
		max-height: 40px;
	}
	.header .nav{
		display: none;
	}
	.head-nation{
		height: 60px;
		background: url(../images/img1.png) center no-repeat;
	}
	.header.hover .head-nation, .header.white .head-nation, .header .alter .head-nation{
		background: url(../images/img2.png) center no-repeat;
	}
	.head-nation .current{
		display: none;
	}
	.head-nation ul{
		top: 60px;
	}
	.head-nation ul li{
		margin: 5px auto;
	}
	.menubtn{
		display: block;
	}
	.searchbg, .result{
		padding-top: 60px;
	}
}*/
@media only screen and (max-width: 1024px){
	.header .conwidth,
	.conwidth{
		width: 90%;
	}
	.head-nation ul{
		padding: 10px 0px 5px;
	}
	.head-nation ul li{
		margin: 10px auto;
	}
	.footer .box ul{
		display: block;
		text-align: center;
	}
	.footer .box ul li{
		display: inline-block;
		margin-right: 40px;
	}
	.comText .box .img,
	.comText .box .txt{
		display: block;
		width: 100%;
		padding: 0px;
	}
	.comText .box .img{
		margin-bottom: 30px;
	}
	.comText .box .img img{
		width: 100%;
	}
	.howBox .wrap ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		padding: 0;
		overflow: hidden;
		margin-bottom: 5%;
	}
	.howBox .wrap ul li .icon{
		float: left;
		width: 12%;
		text-align: left;
	}
	.howBox .wrap ul li .icon img{
		max-width: 80%;
	}
	.howBox .wrap ul li .txt{
		float: left;
		width: 88%;
		box-sizing: border-box;
		padding-left: 2%;
	}
	.searchbg .box{
		margin-bottom: 70px;
	}
}
@media only screen and (max-width: 768px){
	.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
		font-size: 17px;
	}
	.comText .h1{
		font-size: 38px;
	}
	.howBox .h1{
		font-size: 36px;
	}
	.comText .box{
		margin-top: 40px;
	}
	.comText .box .img{
		display: none;
	}
	.footer .box ul li,
	.footer .box .txt{
		font-size: 15px;
	}
	.section.page3 .comText .txt{
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-moz-transform: translateY(70px);
		-webkit-transform: translateY(70px);
		transform: translateY(70px);
		-moz-transition: all 1.25s ease 0.3s;
		-webkit-transition: all 1.25s ease 0.3s;
		transition: all 1.25s ease 0.3s;
	}
	.section.page3.active .comText .txt{
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
	.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	.searchbg .box .h1{
		font-size: 26px;
	}
	.searchbg .box .formli .sp{
		font-size: 17px;
	}
	.searchbg .box .formli input{
		line-height: 45px;
	}
	.searchbg .box .formbtn input{
		font-size: 17px;
		line-height: 52px;
		height: 52px;
	}
	.searchbg .box .formbtn a{
		font-size: 17px;
		height: 52px;
		padding: 14px 0px;
	}
	.result .box{
		padding: 40px 30px 50px;
	}
	.result table tr th{
		height: 50px;
		font-size: 16px;
	}
	.result table tr td{
		height: 50px;
		font-size: 15px;
	}
	.result .return a{
		font-size: 16px;
		padding: 0px 40px;
		height: 42px;
	}
	.result .return .btn{
		margin-top: 12px;
	}
	
}
@media only screen and (max-width: 576px){
	.m-nav .nav-list>li>a, .m-nav .nav-list .one-level{
		height: 56px;
		line-height: 56px;
	}
	#fp-nav.fp-right{
		right: 10px;
	}
	#fp-nav ul li a.active span, 
	.fp-slidesNav ul li a.active span, 
	#fp-nav ul li:hover a.active span, 
	.fp-slidesNav ul li:hover a.active span{
		width: 14px;
		height: 14px;
		margin: -7px 0 0 -7px;
	}
	.footer .box ul{
		text-align: left;
	}
	.footer .box ul li{
		display: block;
		margin-right: 0;
	}
	.footer .box ul li, .footer .box .txt{
		font-size: 14px;
	}
	.comText .h1{
		font-size: 32px;
	}
	.comText .t1{
		font-size: 18px;
		margin-top: 20px;
	}
	.comText .t2,
	.comText .t3,
	.comText .box .txt,
	.howBox .wrap ul li .txt{
		font-size: 16px;
	}
	.howBox .h1{
		font-size: 32px;
	}
	.comText .t3{
		margin-top: 20px;
	}
	.howBox .wrap{
		margin-top: 40px;
	}
	.searchbg .box .h1{
		font-size: 24px;
	}
	.searchbg .box .formli input{
		line-height: 42px;
	}
	.searchbg .box .formbtn input{
		line-height: 48px;
		height: 48px;
	}
	.searchbg .box .formbtn a{
		height: 48px;
		padding: 12px 0px;
	}
	.searchbg .box .formli .sp{
		font-size: 16px;
	}
	.result .return a{
		padding: 0px 30px;
	}
	.result .tablewrap{
		overflow-x: auto;
		min-height: 150px;
	}
	.result .tablewrap table{
		min-width: 540px;
	}
	.result .box{
		margin-top: 40px;
	}
	.result .return a .sp1 i{
		background: url(../images/img14.png) center no-repeat;
		background-size: 16px 14px;
	}
	.result .return a .sp2 i{
		background: url(../images/img15.png) center no-repeat;
		background-size: 16px 14px;
	}
}
@media only screen and (max-width: 480px){
	.menubtn{
		width: 40px;
	}
	.comText .box{
		margin-top: 30px;
	}
	.comText .h1{
		font-size: 28px;
	}
	.comText .t1{
		font-size: 16px;
	}
	.comText .t2,
	.comText .t3,
	.comText .box .txt,
	.howBox .wrap ul li .txt{
		font-size: 15px;
	}
	.howBox .h1{
		font-size: 28px;
	}
	.howBox .wrap{
		margin-top: 30px;
	}
	.howBox .wrap ul li .icon img{
		max-width: 100%;
	}
	.howBox .wrap ul li .txt{
		padding-left: 4%;
	}
	.searchbg .box .h1{
		font-size: 21px;
	}
	.result .box{
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 30px;
	}
	/*.result .tablewrap{
		min-height: 1px;
	}*/
}
@media only screen and (max-width: 375px){
	.comText .box{
		margin-top: 15px;
	}
	.comText .t2{
		margin-top: 15px;
	}
	.howBox .h1{
		font-size: 26px;
	}
	.howBox .wrap{
		margin-top: 15px;
	}
	.howBox .wrap ul li .txt{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
	.comText .box .txt{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 14;
		overflow: hidden;
	}
}