/**
 * Swiper 3.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 6, 2015
 */
.swiper-slide,
.swiper-wrapper {
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
}
.swiper-pagination,
.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-slide{
    /*min-height: 363px;*/
}
.swiper-slide,
.swiper-wrapper {
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-fles-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
}

.swiper-pagination {
    position: absolute;
    left: 0;
    bottom: 5%;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    width: 105%;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 17px;
}
.swiper-pagination-bullet img{
    width: 82%;
    padding: 0 9%;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #9c9c9c;
    /*background: #007aff;*/
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate(0,-50%);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}
/*.swiper-container-horizontal>.swiper-pagination {*/
/*    bottom: 10px;*/
/*    left: 0;*/
/*    width: 100%;*/
/*}*/
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter:blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s step-end infinite;
    -moz-animation: swiper-preloader-spin 1s step-end infinite;
    animation: swiper-preloader-spin 1s step-end infinite;
}

.w1680{
	position:relative;;
	width:80vw;
	margin: 0 auto;
}

.pho-header{
	position:fixed;
	top:2.75rem;
	height: calc(100vh - 2.75rem);
	background-color:#fff;
	left:0;
	width:100%;
	z-index:300;
	display:none;
}
.pho-header ul{
	width:87.5%;
	margin: 0 auto;
	margin-top:0.5rem;
}
.pho-header ul li dt{
	font-size:0.55rem;
	color:#333;
	line-height:1.2rem;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:0.3rem;
}
.pho-header ul li dt a{
	color:#333;
	display:block;
	background-repeat:no-repeat;
	background-position:right center;
	background-size:12px;
	background-image:url(../images/header-right.png);
}
.pho-header ul li dd{
	font-size:0.45rem;
	color:#666;
	line-height:1rem;
	padding-left:0.5rem;
	display:none;
}
.pho-header ul li dd a{
	color:#666;
	display:block;
}

.bottom-index-fixed{
    position: fixed;
    width: 62px;
    right: 42px;
    bottom: 80px;
    z-index: 3;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    display:none;
    padding-bottom: 4px;
    border-radius:4px;
    transition:all 0.3s;
}
.bottom-index-fixed.show1{
	display:block;
}

.bottom-index-fixed .tovasen-a .imgs{
	width:19px;
	height:17px;
	display: block;
    margin: 8px auto 5px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-image:url(../images/tovasen-a.png)
}
.tovasen-s0{
	font-size:0.3rem;
	color:#fff;
}
.bottom-index-fixed.show1:hover{
	background-color:#e60012
}
body.index-body .bottom-index-fixed.show1{
	display:none
}
@media (max-width: 767px){
	.pho-header{
		top:1rem;
		height:calc(100% - 1rem);
	}
	.pho-header ul li dt{
		font-size:0.3rem;
		line-height:1rem;
		margin-bottom:0;
	}
	.pho-header ul li dd{
		font-size:0.26rem;
		line-height:0.8rem;
		padding-left:0.2rem;
	}
	.pho-header ul{
		margin-top:0.2rem;
	}
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #333;
  background-color: #fff;
}
a:active, a:hover {
  outline: 0;
}
a:hover {
  color: #ff0000;
}
html,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0;
}
ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none outside none;
}
h1, h2, h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 15.6px;
}
h3 {
  font-size: 14.04px;
}
h4 {
  font-size: 12px;
}
h5, h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.f-cb {
  zoom: 1;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}




input {
    outline: none;
    border: none;
    background: none;
    line-height: 24px;
    color: #666;
}
.bt-footer{
	background: #494E54;
}
.footer-b{
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 15px 0 24px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.footer-b a,
.footer-b span{
	opacity: 0.8;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.8px;
	line-height: 18px;
}
.footer-b a{
	margin-left: 5px;
}
.footer-w{
	padding:16px 60px 0;
}
.footer-t{
	padding: 40px 0px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.social-icon{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.social-icon a{
	display: inline-block;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-right: 11px;
}
.social-icon a:hover{
	border: 1px solid rgba(255, 255, 255, 1);
}
.social-icon a:hover .social-svg{
	fill: #494E54!important;
}
.social-icon a:hover .social-svg-s{
	fill: #494E54!important;
}
.f-logo{
	width: 107px;
	margin-right: 56px;
}
.footer-tt{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 76px;
}
.footer-menus{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.footer-menus li{
	margin-right: 50px;
}
.footer-menus li a{
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	line-height: 24px;
}
.footer-menus li a:hover{
	color: #EB0000;
}
.subscribe-btn{
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 21px;
	padding: 0 20px;
	line-height: 48px;
	display: inline-block;
	background: #EB0000;
	position: absolute;
	top: 0;
	right: 0;
}
.subscribe-btn:hover{
	background: #A21F2A;
}
.contact-us .tel{
    float: right;
}
.contact-us .tel a{
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 36px;
	margin-left: 10px;
}
.contact-us .address{
	margin-top: 6px;
}
.contact-us .address span{
	opacity: 0.8;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1px;
	line-height: 21px;
	margin-left: 32px;
	display:inline-block;
}
.wechat-qr{
	width: 150px;
	height: 150px;
	padding: 10px;
	background-color: #fff;
	display: none;
	position: absolute;
}
.wechat-qr-right{
	left: -170px;
	bottom: -50px;
}
.wechat-qr::after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	transform: rotate(45deg);
	position: absolute;
}
.wechat-qr-right::after{
	top: calc(50% - 5px);
	right: -5px;
}
.tencent-video,
.wechat{
	position: relative;
}
.wechat-qr-top{
	top: -164px;
	left: -50px;
}
.wechat-qr-top::after{
	bottom: -5px;
	left: calc(50% - 5px);
}
.tencent-video:hover .wechat-qr-top,
.wechat:hover .wechat-qr-top,
.follow-us:hover .wechat-qr-right{
	display: block;
}
.tencent-qr{
	height: 152px;
	top: -167px;
}
.fixed-top-left{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 80px;
}
.fixed-top-right{
	position: fixed;
	top: 20px;
	right: 60px;
	z-index: 3;
}
.footer-tt img{
	width: 100%;
}
@media only screen and (max-width:1440px) {
	.footer-menus li{
		margin-right: 30px;
	}
}
@media only screen and (max-width:1280px) {
	.footer-menus li a{
		font-size: 14px;
	}
	.footer-menus li{
		margin-right: 30px;
	}
}
@media only screen and (max-width:1200px) {
	.footer-menus li{
		margin-right:20px;
	}
}
@media only screen and (max-width:1120px) {
	.footer-menus li {
	    margin-right: 15px;
	}
}
@media only screen and (max-width:1080px) {
	.footer-menus{
		flex-wrap: wrap;
		max-width: 360px;
	}
	.f-logo{
		margin-right: 20px;
	}
}
@media only screen and (max-width:768px) {
	.footer-w{
		padding: 0 20px;
	}
	.footer-t{
		padding: 40px 0 24px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-tt{
		flex-direction: column;
		margin-bottom: 40px;
	}
	.f-logo{
		margin: 0 0 24px;
	}
	.social-icon a{
		width: 44px;
		height: 44px;
		margin: 0 5px;
	}
	.footer-t-l{
		width: 100%;
	}
	.footer-menus {
		padding: 0;
		max-width: 300px;
		margin: 0 auto;
	}
	.footer-menus li:nth-child(1),
	.footer-menus li:nth-child(2),
	.footer-menus li:nth-child(3){
		margin-bottom: 10px;
	}
	.footer-menus li:nth-child(4){
		margin-left: 0;
	}
	.footer-menus li:last-child{
		margin-right: 0;
	}
	.footer-menus li{
		margin: 0 16px;
	}
	.footer-menus li a{
		font-size: 14px;
		color: #FFFFFF;
		letter-spacing: 0.5px;
		text-align: justify;
		line-height: 24px;
	}
	.footer-t-r{
		margin-top: 56px;
	}
	.tel{
		text-align: center;
		line-height: 24px;
		height: 24px;
	}
	.tel svg{
		width: 20px;
		height: 20px;
		transform: translateY(1px);
	}
	.contact-us .tel{
        float: none;
    }
	.contact-us .tel a{
		font-size: 18px;
		color: #FFFFFF;
		letter-spacing: 0;
	}
	.contact-us .address{
		margin-top: 8px;
		text-align: center;
	}
	.contact-us .address span{
		margin: 0;
	}
	.footer-b{
		flex-direction: column-reverse;
		padding: 24px 0 40px;
	}
	.footer-b a{
		margin: 0 12px;
	}
	.footer-b-r{
		margin-bottom: 8px;
	}
	.footer-b-l span{
		display: block;
		text-align: center;
	}
	.footer-menus{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.subscription-bar .zuo{
		margin-right:128px !important;
	}
	
}



.subscription-bar{
	width: 100%;
	height: 88px;
	padding-left: 16px;
	position: relative;
	margin-bottom: 40px;
}

.subscription-bar .zuo{
	float: right;
	margin-right:0px;
}
.subscription-bar .you{
	float: right;
	margin-right:40px;
}

.subscription-bar .zuo img{
	float: right;
	width: 85px;
}
.subscription-bar .you img{
	float: left;
	width: 85px;
}

.subscription-bar .zuo .img-name{
	color: #fff;
	font-size: 12px;
	line-height: 36px;
}
.subscription-bar .you .img-name{
	color: #fff;
	font-size: 12px;
	line-height: 36px;
}