/* @font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light-11.woff2") format("woff2"),
       url("../fonts/Gilroy-Light-11.woff") format("woff"),
       url("../fonts/Gilroy-Light-11.ttf") format("truetype"),
       url("../fonts/Gilroy-Light-11.eot") format("embedded-opentype"),
       url("../fonts/Gilroy-Light-11.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-regular";
  src: url("../fonts/gilroy-regular-3_0.woff2") format("woff2"),
       url("../fonts/gilroy-regular-3_0.woff") format("woff"),
       url("../fonts/gilroy-regular-3_0.ttf") format("truetype"),
       url("../fonts/gilroy-regular-3_0.eot") format("embedded-opentype"),
       url("../fonts/gilroy-regular-3_0.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium-2.woff2") format("woff2"),
       url("../fonts/Gilroy-Medium-2.woff") format("woff"),
       url("../fonts/Gilroy-Medium-2.ttf") format("truetype"),
       url("../fonts/Gilroy-Medium-2.eot") format("embedded-opentype"),
       url("../fonts/Gilroy-Medium-2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-bold";
  src: url("../fonts/gilroy-bold-4.woff2") format("woff2"),
       url("../fonts/gilroy-bold-4.woff") format("woff"),
       url("../fonts/gilroy-bold-4.ttf") format("truetype"),
       url("../fonts/gilroy-bold-4.eot") format("embedded-opentype"),
       url("../fonts/gilroy-bold-4.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
  */
@font-face {
	font-family: "MicrosoftYaHeiLight";
	src: url("../fonts/MicrosoftYaHeiLight-01-subfont.woff2") format("woff2"),
	   url("../fonts/MicrosoftYaHeiLight-01-subfont.woff") format("woff"),
	   url("../fonts/MicrosoftYaHeiLight-01-subfont.ttf") format("truetype"),
	   url("../fonts/MicrosoftYaHeiLight-01-subfont.eot") format("embedded-opentype"),
	   url("../fonts/MicrosoftYaHeiLight-01-subfont.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "FZZZHONGJW";
  src: url("../fonts/FZZZHONGJW-subfont.woff2") format("woff2"),
       url("../fonts/FZZZHONGJW-subfont.woff") format("woff"),
       url("../fonts/FZZZHONGJW-subfont.ttf") format("truetype"),
       url("../fonts/FZZZHONGJW-subfont.eot") format("embedded-opentype"),
       url("../fonts/FZZZHONGJW-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FZSHUIYJW_ZHONG";
  src: url("../fonts/FZSHUIYJW_ZHONG-subfont.woff2") format("woff2"),
       url("../fonts/FZSHUIYJW_ZHONG-subfont.woff") format("woff"),
       url("../fonts/FZSHUIYJW_ZHONG-subfont.ttf") format("truetype"),
       url("../fonts/FZSHUIYJW_ZHONG-subfont.eot") format("embedded-opentype"),
       url("../fonts/FZSHUIYJW_ZHONG-subfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} 
td, th{
	border:1px solid rgba(0,0,0,.1);
}

@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}
@media (min-width: 1025px) {
	/*鼠标选中文字的样式*/
	::-moz-selection {
	  background: #dc102e;
	  color: #fff;
	}

	::selection {
	  background: #dc102e;
	  color: #fff;
	}
    ::-webkit-scrollbar {
        width: 6px;
        height:6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #e60012;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #e60012;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #e60012;
    }
    html {
        font-size: 30px!important;
    }
    body{
        -ms-overflow-style: scrollbar;
    }
}
@media (min-width: 1440px) {
    html {
        font-size: 36px!important;
    }
}
@media (min-width: 1680px) {
    html {
        font-size: 40px!important;
    }
}
/* 重置表单样式 */
select::-ms-expand { display: none; }
input,select,textarea{
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance:none;  
    padding: 0;
}
textarea{
  resize: none;
}
select::-ms-expand { display: none; }
/* 更改placeholder颜色 */
input::-webkit-input-placeholder{
    color:#888;  
}  
input:-moz-placeholder{
    color:#888;
}  
input::-moz-placeholder{
    color:#888;
}  
input:-ms-input-placeholder {
    color:#888;
}  

textarea::-webkit-input-placeholder{
    color:#888;  
}  
textarea:-moz-placeholder{
    color:#888;
}  
textarea::-moz-placeholder{
    color:#888;
}  
textarea:-ms-input-placeholder {
    color:#888;
}
html.on{
	overflow: hidden;
}
body{
	-webkit-font-smoothing: antialiased; 
	overflow: hidden;
}
header{
	position: absolute;
	left: 0;
	top: 0;
	padding: 1.35rem 0;
	width: 100%;
	z-index: 50;
	transition: all .3s;
}
.index-page header{
	height: 0;
}
.header-left{
	float: left;
	z-index: 50;
	position: relative;
}
header .nav-bg{
	position: absolute;
	left: 1rem;
    top: .25rem;
	width: 60rem;
	padding-top: 60rem;
	margin-top: -30rem;
	margin-left: -30rem;
	background-color: #fff;
	border-radius: 100%;
	transform: scale(0);
	transform-origin: center center;
	transition: all .8s cubic-bezier(.77,0,.175,1);

}
.header-view{
	padding: 0 3.125%;
}
header .logo{
	float: left;
	width: 3.85rem;
	position: relative;
	z-index: 3;
	transition: all .3s;
}
header .logo img{
	display: block;
	width: 100%;
}
header .logo .white-logo{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
header .nav-box{
	float: left;
	margin-left: 2.1rem;
	margin-top: .25rem;
	position: relative;
}
header .menu-btn{
	font-size: 0;
	z-index: 3;
	float: left;
	position: relative;
	line-height: .6rem;
	height: .6rem;
	transition: all .3s;
}
header .menu-btn .line-box{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	width: .6rem;
	height: .3rem;
	transition: width .2s;
}
header .menu-btn .line-box .line{
	position: absolute;
	left: 0;
	width: .6rem;
	height: 3px;
	background-color: #000;
	transform-origin: center center;
	margin: 0;
	transition: all .2s;
}
header .menu-btn .line-box .line:nth-child(1){
	top: 0;
}
header .menu-btn .line-box .line:last-child{
	bottom: 0;
}
header .menu-btn .txt{
	font-size: .375rem;
	line-height: .4rem;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-left: .25rem;
	color: #000;
	font-family: "Gilroy-Medium";
	transition: all .2s;
}

header .menu-btn.cur .line-box .line:nth-child(1){
	top: 50%;
	margin-top: -1.5px;
	transform: rotate(45deg);
}
header .menu-btn.cur .line-box .line:nth-child(2){
	bottom: 50%;
	margin-bottom: -1.5px;
	transform: rotate(-45deg);
}
header .home-btn{
	float: left;
	line-height: .6rem;
	font-size: .375rem;
	color: #333;
	padding-left: .8rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .55rem;
	background-image: url('../img/home-btn.png');
	margin-left: 1.4rem;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	z-index: 3;
	transition: opacity .5s,color .2s,background-image .2s;
}
header .pc-nav{
	position: absolute;
	left: 0;
	top: 326%;
	font-size: 0;
	visibility: hidden;
}
header .pc-nav li{
	margin-bottom: .9rem;
	transform: translateY(40px);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
header .pc-nav li:last-child{
	margin-bottom: 0;
}
header .pc-nav li .tit{
	font-size: .9rem;
	line-height: 1rem;
	color: #333;
	display: block;
	white-space: nowrap;
}
header .pc-nav li .navson{
	margin-top: .4rem;
	white-space: nowrap;
}
header .pc-nav li .navson a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .375rem;
	line-height: .4rem;
	color: #666;
	margin-right: .75rem;
	transition: all .3s;
}
header.open.white .logo .init-logo,
.sp-page header.open .logo .init-logo{
	opacity: 1;
}
header.open.white .logo .white-logo,
.sp-page header.open .logo .white-logo{
	opacity: 0;
}
header.open.white .menu-btn .line-box .line,
.sp-page header.open .menu-btn .line-box .line{
	background-color: #000;
}
header.open.white .menu-btn .txt,
.sp-page header.open .menu-btn .txt{
	color: #000;
}
header.open .nav-box .nav-bg{
	transform: scale(1);
}
header.open .nav-box .home-btn{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
header.open .nav-box .pc-nav li{
	transform: translateY(0);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transition: all .5s ease;
}
header.open .nav-box .pc-nav li:nth-child(1){
	transition-delay: .1s;
}
header.open .nav-box .pc-nav li:nth-child(2){
	transition-delay: .2s;
}
header.open .nav-box .pc-nav li:nth-child(3){
	transition-delay: .3s;
}
header.open .nav-box .pc-nav li:nth-child(4){
	transition-delay: .4s;
}
header.open .nav-box .pc-nav li:nth-child(5){
	transition-delay: .5s;
}
header.open .nav-box .pc-nav li:nth-child(6){
	transition-delay: .6s;
}


.head-mask{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 45;
	display: none;
	cursor: pointer;
}

.header-right{
	font-size: 0;
	/* top: 1.35rem; */
	/* right: 3.125%; */
	/* position: fixed; */
	float: right;
	position: relative;
	/* width: 1rem; */
	z-index: 40;
}
.header-right .item{
	position: relative;
	width: 1rem;
	height: 1rem;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0,0,0,.1);
	margin-left: .5rem;
}
.header-right .item .con-box{
	display: block;
	position: relative;
	z-index: 3;
	height: 100%;
}


.header-right .item .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #d10a30;
	transform: scale(0);
	border-radius: 100%;
	transition: transform .3s;
}
.header-right .item i{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	font-size: .3rem;
	line-height: 1rem;
	text-align: center;
	color: #fff;
	font-style: normal;
}
.header-right .item.search-btn{
	z-index: 5;
}
.header-right .item.search-btn i{
	background-size: .5rem;
	background-image: url('../img/search-btn.svg');
}
.header-right .item.close-btn{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	z-index: 10;
}
.header-right .item.close-btn i{
	background-size: .3rem;
	background-image: url('../img/close-btn.svg')
}
header.white .logo .white-logo,
header.white.cur .logo .white-logo,
.sp-page header.white.cur .logo .white-logo{
	opacity: 1;
	filter: alpha(opacity=100);
}
header.white .logo .init-logo,
header.white.cur .logo .init-logo,
.sp-page header.white.cur .logo .init-logo{
	opacity: 0;
	filter: alpha(opacity=0);
}
header.white .menu-btn .line-box .line,
header.white.cur .menu-btn .line-box .line,
.sp-page header.white.cur .menu-btn .line-box .line{
	background-color: #fff;
}
header.white .menu-btn .txt,
header.white.cur .menu-btn .txt,
.sp-page header.white.cur .menu-btn .txt{
	color: #fff;
}

/* header.cur,
.sp-page header.cur{
	padding: .45rem 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
header.cur .logo,
.sp-page header.cur .logo{
	width: 3rem;
}
header.cur .logo .white-logo,
.sp-page header.cur .logo .white-logo{
	opacity: 0;
	filter: alpha(opacity=0);
}
header.cur .logo .init-logo,
.sp-page header.cur .logo .init-logo{
	opacity: 1;
	filter: alpha(opacity=100);
}
header.cur .menu-btn .line-box .line,
.sp-page header.cur .menu-btn .line-box .line{
	background-color: #000;
}
header.cur .menu-btn .txt,
.sp-page header.cur .menu-btn .txt{
	color: #000;
} */

.sp-page header .logo .white-logo{
	opacity: 1;
	filter: alpha(opacity=100);
}
.sp-page header .logo .init-logo{
	opacity: 0;
	filter: alpha(opacity=0);
}
.sp-page header .menu-btn .line-box .line{
	background-color: #fff;
}
.sp-page header .menu-btn .txt{
	color: #fff;
}
.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 60;
	opacity: 0;
	visibility: hidden;
}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
}
.search-dialog-box .search-bg{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 120vw;
    height: 120vw;
    margin: -60vw 0 0 -60vw;
	background-image: url('../img/search-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 100%;
	/* z-index: 1; */
	transform: scale(0);
	transform-origin: center center;
	/* transition: transform .8s cubic-bezier(.77,0,.175,1); */
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	
}
.search-dialog .search-tit{
	font-size: 1.75rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
}
.search-dialog .search-inner{
	height:1.3rem;
	overflow: hidden;
	margin-top: 1.35rem;
}
.search-dialog .search-input{
	width: 19.5rem;
	margin: 0 auto;
	padding: .4rem .6rem;
	background-color: rgba(0,0,0,.1);
	border-radius: .65rem;
	box-sizing: border-box;
	transition: all .3s;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: .5rem;
	width: 88.8%;
	background-color: transparent;
	font-size: .4rem;
	line-height: .5rem;
	color: #fff;
	transition: all .3s;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
    color:#fff;  
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
    color:#fff;
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
    color:#fff;
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color:#fff;
} 
.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn{
	float: right;
	height: .5rem;
	width: .5rem;
}
.search-dialog .search-input input[type=submit]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: .6rem;
	background-image: url('../img/search-btn.svg');
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/close-btn.svg');
	background-size: .2rem;
	border-radius: 100%;
	margin-right: .5rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=text]{
	color: #000;
}
.search-dialog .search-input.on input[type=text]::-webkit-input-placeholder{
    color:#000;  
}  
.search-dialog .search-input.on input[type=text]:-moz-placeholder{
    color:#000;
}  
.search-dialog .search-input.on input[type=text]::-moz-placeholder{
    color:#000;
}  
.search-dialog .search-input.on input[type=text]:-ms-input-placeholder {
    color:#000;
} 
.search-dialog .search-input.on input[type=submit]{
	background-image: url('../img/search-btn2.svg')
}

.search-dialog .hot-search{
	font-size: 0;
	width:19.5rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;
	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url(../img/hot-icon.png);
}
.search-dialog .hot-link{
	margin-left: 1rem;
}
.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.header-right.is-open .search-dialog-box{
	opacity: 1;
	visibility: visible;
}
/* header end */
footer{
	background-color: #d70c25;
	padding: 2.25rem 0 1.5rem;
	z-index: 2;
	position: relative;
}
footer .left{
	float: left;
}
footer .right{
	float: right;
	margin-right: 12%;
}
.footer-top{
	position: relative;
}

.top-btn{
	position: fixed;
	width:1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/top-btn.png');
	background-size: cover;
	right: 3.125%;
	bottom: 5%;
	z-index: 20;
	background-color: #c60018;
	border-radius: 100%;
	transition: background-color .3s;
	display: none;
}
.footer-top .f-logo{
	display: block;
	width: 2.975rem;
}
.footer-top .f-logo img{
	width: 100%;
}
.footer-top .text{
	font-size: .4rem;
	line-height: .6rem;
	color: #fff;
	margin-top: .6rem;
}
.footer-top .text a{
	color: #fff;
	font-size: .4rem;
	line-height: .6rem;
}
footer .f-nav{
	width: 14.2rem;
	
}
footer .f-nav ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: .75rem;
}
footer .f-nav li{
	width: 2rem;
	white-space: nowrap;
}
footer .f-nav .tit{
	font-size: .4rem;
	line-height: .5rem;
	color: #fff;
}
footer .f-nav .navson{
	margin-top: .5rem;
}

footer .f-nav .navson a{
	display: block;
	font-size: .4rem;
	line-height: .6rem;
	color: #fff;
	opacity: .75;
	transition: all .3s;
}
.footer-bottom{
	margin-top: .9rem;
}
.footer-bottom .copy{
	font-size: .35rem;
	line-height: .5rem;
	color: #fff;
}
.footer-bottom .build{
	margin-top: .4rem;
}
.footer-bottom .build,
.footer-bottom .build a{
	font-size: .35rem;
	line-height: .5rem;
	color: #fff;
}
.footer-bottom .build a{
	opacity: .7;
	margin-right: .5rem;
	transition: all .3s;
}
.footer-bottom .build a:last-child{
	margin-right: 0;
}
.footer-bottom .right{
	width:14.2rem;
	font-size: 0;
}
.bshare-custom.share-box a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	vertical-align: top;
	padding: 0;
	margin: 0 .5rem 0 0;
	border: 1px solid #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .3s;
}
.bshare-custom.share-box .bshare-weixin{
	background-image: url('../img/f-share1.png');
}
.bshare-custom.share-box .bshare-sinaminiblog{
	background-image: url('../img/f-share2.png');
}
.bshare-custom.share-box .bshare-qqim{
	background-image: url('../img/f-share3.png');
}
.footer-bottom .mallbox a{
	display:inline-block;
	margin-right:.5rem;
}
.footer-bottom .mallbox .img{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 1rem;
	height: 1rem;
	line-height:1rem;
	text-align:center;
	border-radius: 100%;
	vertical-align: top;
	padding: 0;
	margin: 0 auto 5px;
	border: 1px solid #fff;
}
.footer-bottom .mallbox .img img{
	width:.6rem;
	height:.6rem;
}
.footer-bottom .mallbox p{
	text-align:center;
	color:#fff;
	font-size:12px;
}

/* footer end */

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}
@keyframes anim{
	0% {
	    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
	            transform: rotate(0) translate(1%, 0) rotate(0);
	  }
	  50% {
	    -webkit-transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
	            transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
	  }
	  100% {
	    -webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
	            transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
	  }
	
}

@-webkit-keyframes anim{
	0% {
	    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
	            transform: rotate(0) translate(1%, 0) rotate(0);
	  }
	  50% {
	    -webkit-transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
	            transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
	  }
	  100% {
	    -webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
	            transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
	  }
	
}
@-ms-keyframes anim{
	0% {
	    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
	            transform: rotate(0) translate(1%, 0) rotate(0);
	  }
	  50% {
	    -webkit-transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
	            transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
	  }
	  100% {
	    -webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
	            transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
	  }
	
}
@keyframes anim2{
	0% {
    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
            transform: rotate(0) translate(1%, 0) rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg) translate(1%, .3%) rotate(180deg);
            transform: rotate(-180deg) translate(1%, .3%) rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
            transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
  }
	
}

@-webkit-keyframes anim2{
	0% {
	    -webkit-transform: rotate(0) translate(1%, 0) rotate(0);
	            transform: rotate(0) translate(1%, 0) rotate(0);
	  }
	  50% {
	    -webkit-transform: rotate(-180deg) translate(1%, 1%) rotate(180deg);
	            transform: rotate(-180deg) translate(1%, 1%) rotate(180deg);
	  }
	  100% {
	    -webkit-transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
	            transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
	  }
	
}

.view{
	width: 87.5%;
	margin: 0 auto;
}
.sub-banner{
	position: relative;
}
.sub-banner img{
	width: 100%;
}
.sub-banner .text-box{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.sub-banner .text-box .tit{
	font-size: 1.75rem;
	line-height: 1.8rem;
	color: #fff;
}
.sub-banner .text-box .con{
	font-size: .425rem;
	line-height: .7rem;
	color: #fff;
	margin-top: 1.1rem;
	width: 44%;
}

.page-box{
	font-size: 0;
	text-align: center;
}
.page-box .page,
.page-box .jump{
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}
.page-box .page a{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 4px;
	background-color: #f7f7f7;
	line-height: 1.25rem;
	font-size: .375rem;
	font-family: "gilroy-bold";
	color: #333;
	vertical-align: top;
	margin: 0 5px;
	transition: all .3s;
}
.page-box .page a[rel=prev],
.page-box .page a[rel=next]{
	color: #999;
}
.page-box .page a.page-first,
.page-box .page a.page-end{
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: center;
}
.page-box .page a.page-first{
	background-image: url('../img/page-start.png');
}
.page-box .page a.page-end{
	background-image: url('../img/page-end.png');
}
.page a.active{
    color: #fff;
    background-color: #d10a30;
}
.page-box .jump{
	margin-left: 1rem;
}
.page-box .jump input[type=text]{
	width: .75rem;
	height: .75rem;
	padding: calc(.25rem - 1px);
	border: 1px solid #ddd;
	font-size: .375rem;
	text-align: center;
	border-radius: 6px;
	line-height: .75rem;
	font-family: "gilroy-bold";
	color: #333
}
.page-box .jump .go{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 1.25rem;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: .375rem;
	border-radius: 6px;
	background-color: #f7f7f7;
	font-family: "gilroy-bold";
	color: #333;
	margin-left: 10px;
	transition: all .3s;
}
.pub-more{
	font-size: 0;
}
.pub-more span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .4rem;
	line-height: .5rem;
	color: #999;
	/* padding-right: .7rem; */
	padding-right: 0;
	position: relative;
	transition: all .3s;
}

.pub-more span:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: .45rem;
	height: .45rem;
	border-radius: 100%;
	/* background-color: #999; */
	/* background-image: url('../img/pub-more.png'); */
	background-size: cover;
	transition: all .3s;
}
.style-tit{
	font-size: 1.5rem;
	line-height: 1.6rem;
	color: #333;
}
.pub-close{
	position: absolute;
    width: 1rem;
    height: 1rem;
    z-index: 10;
    right: 3.125%;
    top: 1.35rem;
    background-color: rgba(0,0,0,.1);
    border-radius: 100%;
}
.pub-close i{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: .3rem;
    background-repeat: no-repeat;
    background-image: url('../img/close-btn.svg');
}
.pub-close .bg{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d10a30;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.scroll-arrow{
	position: absolute;
	left: 50%;
	bottom: 5.55%;
	margin-left: -9px;
	width: 18px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	animation: scrollAni 1.5s linear infinite;
    -moz-animation: scrollAni 1.5s linear infinite;
    -webkit-animation: scrollAni 1.5s linear infinite;
    -o-animation: scrollAni 1.5s linear infinite;
    z-index: 3;
}

@keyframes scrollAni{
    from {transform:translateY(0);opacity: 1;}
    to {transform: translateY(.8rem);opacity: 0;}
}

@-moz-keyframes scrollAni{
    from {transform:translateY(0);opacity: 1;}
   	to {transform: translateY(.8rem);opacity: 0;}
}

@-webkit-keyframes scrollAni{
    from {transform:translateY(0);opacity: 1;}
   	to {transform: translateY(.8rem);opacity: 0;}
}

@-o-keyframes imgfd{
	from {transform:translateY(0);opacity: 1;}
    to {transform: translateY(.8rem);opacity: 0;}
}
.m-f-nav{
	display: none;
}
.m-nav-box{
	display: none;
}
