html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
}
body{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #4B5563;
	font-size: 16px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #FF7214;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 20px 0;
}
@media (min-width: 768px) {
	body > section {
  		padding: 70px 0;
	}
}
.container{
	position: relative;
	width: 100%;
	max-width: 1280px;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: 600;
	color: #1F2937;
}
h2 {
 font-size: 3.6rem;
}
h3 {
	font-size: 2.8rem;
}
h4 {
	font-size: 2.4rem;
}

/******************
 * 一键置顶
 *****************/
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 55px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #111827;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.7;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.nav-tab{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/******************
 * 顶栏
 *****************/
.full-header{
	height: 44px;
	background-color: #111827;;
}
.top-time-list{
	height: 44px;
	overflow: hidden;
	float: right;
}
.top-time-list ul li{
	height: 44px;
	line-height: 44px;
	float: left;
	margin-right: 15px;
	color: #fff;
	font-size: 12px;
}
.top-time-list ul li span{
	display: inline-block;
	float: left;
}
.top-time-list ul li span.diqu{
	margin-right: 3px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.top-time-list ul li.hk span.diqu{
	background-image: url(../images/hk.png);
}
.top-time-list ul li.uk span.diqu{
	background-image: url(../images/uk.png);
}
.top-time-list ul li.us span.diqu{
	background-image: url(../images/us.png);
}
.top-time-list ul li.jp span.diqu{
	background-image: url(../images/jp.png);
}
.top-time-list ul li.tl span.diqu{
	background-image: url(../images/tl.png);
}
.top-login{
	height: 44px;
	float: right;
}
.top-login ul li{
	float: left;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-transform: capitalize;
}
.top-login ul li a{
	display: block;
	padding: 0 40px;
	color: #fff;
}
.top-login ul li.account a{
	background-color: #c90000;
}
.top-login ul li.login a{
	background-color: #0086d2;
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-position: 25px 50%;
	padding-left: 60px;
}
.top-login ul li.yuyan a{
	background-color: transparent;
	background-image: url(../images/en.jpg);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	padding-left: 60px;
}

.top-lang{
	height: 44px;
	float: right;
}
.top-lang .dropdown-toggle{
	display: block;
	padding: 0 20px;
	color: #fff;
	line-height: 40px;
}

.top-lang .dropdown-menu > li > a:hover,
.top-lang .dropdown-menu > li > a:focus {
  background-color: rgba(10,10,10,0.8)!important;
}

@media (min-width:992px) {

}
@media (min-width:1200px) {

}

/******************
 * 导航   *
 *****************/
.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
}
.navbar-nav{
	margin-top: 0px;
	margin-bottom: 0px;
}
/* first level menu */
.navbar.navbar-default {
	margin: 0px;
	border: none;
	background-color: #111827;
}
.navbar.navbar-default .navbar-nav{
	float: none;
	background-color: #fafafa;
}
/* first level menu items */
.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	font-size: 12px;
	color: #4f4f4f;
	z-index: 102;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FF7214;
	background-color: transparent;
}
/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #004098;
	background-color: transparent;
}
/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #33CC33;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}
/* second level menu */
.dropdown-menu {
	min-width: 120px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: rgba(250,250,250,0.9);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	z-index: 101;
}
/* second level menu items */
.dropdown-menu > li > a {
	padding: 8px 20px;
	font-size: 12px;
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	color: #018fd7;
}
/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	margin-left: -1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}
/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	-webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall;
}
/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border: none;
}
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.navbar-default .navbar-nav > li > a > i{
	font-size: 12px;
	margin-left: 5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.navbar-default .navbar-nav > li:hover > a > i{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
/**** animations **/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.navbar.navbar-default{
		border-radius: 0px;
		border: none;
	}

	.navbar-default .navbar-nav > li{
		float: none;
		display: block;
	}

	.main-navigation .navbar-header{
		float: none !important;
	}

	.main-navigation .navbar-toggle{
		display: block;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}

/* Medium desktop devices */
@media (min-width:992px) {
	.main-navigation .navbar-toggle{
		display: none;
	}
	.navbar-collapse.collapse{
		display: flex !important;
		flex-grow: 1;
		justify-content: center;
	}
	.navbar.navbar-default{
		margin: 0px;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		display: flex;
		background-color: transparent;
		margin-right: 150px;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}
	.navbar-default .navbar-nav > li{
		margin-left: 14px;
		margin-right: 14px;
	}
	.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}
	.navbar-default .navbar-nav > li > a{
		line-height: 40px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #fff;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #eee;
	}
	.main-navigation .navbar-header{
		float: none !important;
		display: flex;
		justify-content: flex-start;
		flex-flow: row nowrap;
	}

	.main-navigation .navbar-brand{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		height: 74px;
	}
	.main-navigation .navbar-brand img{
		margin-top: 0;
		margin-bottom: 0;
	}
	.dropdown-menu{
		border: none;
		background-color: rgba(0,0,0,0.75);
	}
	.dropdown-menu > li > a{
		color: #fff;
		text-align: center;
		border-bottom-color: #888 !important;
	}
	.dropdown-menu > li > a:hover{
		color: #fff !important;
	}
	.nav .open > a{
		border-bottom-color: #888;
		background-color: rgba(0,0,0,0.75);
		color: #fff;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #FF7214;
		background-color: transparent;
	}
	/* first level active menu items when opened */
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		color: #fff;
		background-color: transparent;
	}
}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.main-navigation .navbar-brand{
		padding-top: 15px;
		padding-bottom: 15px;
		height: 60px;
	}
	.main-navigation .navbar-brand img{
		height: 37px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/*dropdown-menu*/
@media (max-width:992px) {
	.navbar-nav .open .dropdown-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #1b3d62;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: #1b3d62;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #1b3d62;
	}
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 30px;
		color: #666666;
		border-color: #fafafa;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #1b3d62;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 40px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}
}



@media (min-width:992px) {
	.navbar-default .navbar-nav > li.lang-menu {
		position: absolute;
		right: 0;
		padding-top: 14px;
	}
	.navbar-default .navbar-nav > li.lang-menu img {
		display: inline-block;
		padding-bottom: 5px;
		padding-right: 3px;
	}
	.navbar-default .navbar-nav > li.lang-menu > a {
		border: 1px solid rgba(255, 255, 255, 0.3);
		height: 42px;
		line-height: 26px;
		padding: 8px 16px;
		border-radius: 100px;
	}
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权
 *****************/
footer{
	padding: 20px 0 10px;
	background: #FAFAFA;
	border-top: 3px solid #fff;
}
.col-foot-x1{
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.col-foot-x1{
	width: 100%;
}
.foot-wrap{
	margin-bottom: 5px;
}
.foot-title{
	color: #1F2937;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 0px;
	position: relative;
}
.foot-title img{
	display: inline-block;
	float: left;
	width: auto;
	height: 40px;
}
.foot-title i{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	cursor: pointer;
	font-size: 12px;
}
.foot-title i:before{
	content: "";
	width: 16px;
	height: 1px;
	background-color: #1F2937;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
}
.col-foot-x1 .foot-title i:after{
	content: "";
	width: 1px;
	height: 16px;
	background-color: #1F2937;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
}
.col-foot-x1.cur .foot-title i:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.foot-inner{
	height: auto;
	overflow: hidden;
	display: none;
	margin: 10px 0;
}
.foot-list{
	overflow: hidden;
}
.foot-list li{
	font-size: 14px;
	line-height: 28px;
}
.foot-list li a{
	color: #4B5563;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.foot-list li a:hover{
	color: #FF7214;
}
.foot-social{
	text-align: center;
	margin-top: 20px;
}
.foot-social ul li{
	display: inline-block;
	*display: inline;
	font-size: 0;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}
.foot-social ul li a{
	color: #fff;
	font-size: 18px;
	display: inline-block;
	width: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 20px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.foot-social ul li a:hover{
	color: #fff;
}
.foot-social ul li i{
	font-size: 20px;
}
.foot-social ul li a.facebook{
	background-color: #3b5998;
}
.foot-social ul li a.twitter{
	background-color: #55acee;
}
.foot-social ul li a.google{
	background-color: #dc4e41;
}
.foot-social ul li a.pinterest{
	background-color: #cb2027;
}
.foot-contact-info{
	font-size: 14px;
	line-height: 2;
}
.foot-contact-info a{
	color: #999999;
}
.foot-contact-info h5{
	margin-bottom: 15px;
	line-height: 1.5;
}
.foot-contact-info h5 span{
	color: #fff;
	font-size: 24px;
	margin-right: 10px;
}

.full-copyright{
	border-top: 1px solid #E5E7EB;;
}
.copyright{
	font-size: 14px;
	line-height: 2;
	text-align: center;
	padding: 10px 0;
}
.foot-wechat{
	height: auto;
	overflow: hidden;
}
.foot-wechat img{
	max-width: 100%;
	height: auto;
}

.warning-top{
	color: #999999;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.warning-info{
	color: #999999;
	font-size: 14px;
	line-height: 2;
}
.warning-pic{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.warning-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

@media (min-width:768px) {
	footer{
		padding-top: 80px;
		padding-bottom: 10px;
	}
	.col-foot-x1{
		width: 20%;
	}

	.foot-title{
		font-size: 18px;
		border-bottom: none;
	}
	.foot-title i{
		display: none;
	}
	.foot-inner{
		display: block !important;
	}
	.foot-list li{
		font-size: 16px;
	}
}

/******************
 * owl滚动
 *****************/
.owl-wrap{
	overflow: hidden;
}
.owl-wrap a{
	display: block;
}
.owl-pic{
	overflow: hidden;
}
.owl-title{
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 16px;
}
.owl-carousel.owl-zs{
	padding: 0 30px;
}
.owl-carousel .owl-stage-outer{
	z-index: 15;
}
.owl-zs .owl-controls{
	/*position: relative;*/
	height: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.owl-zs.owl-theme .owl-controls .owl-nav div{
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0px;
	background-color: transparent;
	text-align: center;
	margin: 0px;
	position: absolute;
	top: 30%;
	font-size: 30px;
	color: #333;
	z-index: 9999;
}
.owl-zs.owl-theme .owl-controls .owl-nav div.owl-prev{
	left: 0;
}
.owl-zs.owl-theme .owl-controls .owl-nav div.owl-next{
	right: 0;
}
@media (min-width:768px) {
	
}



/******************
 * 首页代码
 *****************/
.section-price{
	display: none;
	padding: 20px 0;
	box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	z-index: 111;
	margin-bottom: 10px;
}
#mainPrice{
	height: auto;
	overflow: hidden;
}
#mainPrice ul li{
	width: 50%;
	float: left;
	height: auto;
	overflow: hidden;
	position: relative;
	min-height: 1px;
	text-align: center;
	padding: 5px 0;
}
#mainPrice ul li h4{
	font-size: 14px;
	margin: 0;
}
#mainPrice ul li em{
	font-style: normal;
	font-size: 14px;
}
#mainPrice .up em{color:#4dba56;}
#mainPrice .up i{border-color:transparent transparent #4dba56;border-width:0 6px 8px;}
#mainPrice .down em{color:#f05455}
#mainPrice .down i{border-color:#f05455 transparent transparent;}
#mainPrice .dataTitle{font-size:14px;text-align:center;height:46px;line-height:46px;color:#737373;outline:1px solid red}
#mainPrice i{display:inline-block;border-width:8px 6px 0;border-style:solid;border-color:#B6B6B6 transparent transparent;width:0;height:0;vertical-align:middle;margin-top: 14px}
#mainPrice ul i{position: relative;top: -35px;left: 83px;}
#mainPrice ul h4{display: block;position: relative; margin-left: 14px;margin-top: 10px;}
#mainPrice span{display:block;font-size:21px;}


.subtitle {
	text-align: center;
	padding-bottom: 5.4rem;
}
.feg-icon-list{
	width: 100%;
	border-radius: 16px;
	border: 1px solid #E5E7EB;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3.5rem;
	margin-bottom: 1rem;
  transition:transform .3s ease,box-shadow .3s ease;
}
.feg-icon-list:hover{
    transform:translateY(-4px);
    box-shadow:0 4px 16px rgba(0,0,0,.24);
}
.feg-icon-list .desc {
	padding:.5rem 0 2rem;
	font-size: 1.8rem;
}
.feg-icon-list a {
	color: #FF7214;
}


@media (max-width:768px) {
	.feg-icon-list {
		flex-direction: column;
	}
}

.rili-wrap {
	height: 400px;
}

.section-news .news-block {
	border: 1px solid #E5E7EB;
	border-radius: 1.6rem;
	overflow: hidden;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.section-news .news-block img {
	height: 192px;
}
.section-news .divtext {
	padding: 1.8rem 2rem 0;
	min-height: 20.1rem;
}
.section-news .news-block .news-title {
	font-weight: 600;
	color: #1F2937;
	font-size: 2rem;
}
.section-news .news-block .news-title:hover {
    color: #FF7214;
}
.section-news .news-block .desc {
	padding:1rem 0;
	font-size: 1.6rem;
}
.section-news .news-block .divbottom {
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
}

.section-news .new-more-box {
	text-align: center;
	padding: 2rem 0 4rem;
}
.section-news .news-more {
	display: inline-block;
	width: 170px;
	height: 50px;
	border-radius: 30px;
	padding: 12px 24px;
	background: #FF7214;
	color: #fff;
	font-size: 2rem;
}

@media (max-width:768px) {

}


.section-safe {
	background: #FAFAFF;
}
.safe-outer{
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 12px;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.safe-outer span{
	width: 60px;
	height: 60px;
	border-radius: 30px;
	color: #5b5b5b;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
	background: rgba(255, 114, 20, 0.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.safe-outer .safe-title{
	font-weight: 600;
	color: #1F2937;
	font-size: 20px;
	margin-top: 10px;
}
.safe-outer .safe-title2{
	font-size: 16px;
	/*text-transform: uppercase;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
.safe-outer:hover{
	box-shadow: 0 0 10px rgba(0,64,152,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,64,152,0.1);
}
.safe-outer:hover span{
	color: #fff;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

@media (min-width: 992px) {
	.safe-outer{
		margin: 0;
	}
}




/*** grid css ***/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	width: 100%;
	background: #333;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: normal;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*---------------*/
/***** Chico *****/
/*---------------*/
figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.effect-chico:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico figcaption {
	padding: 5px;
}
figure.effect-chico h2 {
	padding-top: 25%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-size: 12px;
	opacity: 0;
}
figure.effect-chico p {
	padding: 10px 15px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	font-size: 12px;
}
figure.effect-chico figcaption::before,
figure.effect-chico figcaption::after {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-chico figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
figure.effect-chico figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.effect-chico:hover h2,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* end */


.section-banner {
  overflow: hidden;
}
.section-banner .g-row {
  align-items: center;
}
.section-banner .swiper-slide {
	height: 700px;
}
.section-banner .banner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}


.section-banner .bannerright {
  height: 650px;
  overflow: hidden;
  margin-top:50px;
}
.section-banner .bannerright img {
	width: 100%;
}
.section-banner .bannerleft h2 {
  font-size: 4.8rem;
  padding-bottom: 1rem;
  color: #fff;
}
.section-banner .bannerleft h3 {
  font-size: 4.8rem;
  padding-bottom: 3rem;
  color: #FF7214;
}
.section-banner .bannerleft .desc {
	font-size: 2rem;
	color: #D1D5DB;
}
.section-banner .list-group{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-banner .list-group-item {
  border: 0;
  background: transparent;
}

.section-banner .intro-item li {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 1.2rem;
}

.section-banner .intro-item span {
  padding-left: .5rem;
  color: #fff;
}
.section-banner .list-btn {
 	padding: 3rem 0;
 }
.section-banner .list-btn ul {
  display: flex;
}
.section-banner .list-btn li {
  padding-top: 1.5rem;
}
.section-banner .list-btn .btn{
	font-size: 1.6rem;
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: left;
  padding: 0 3rem;
  transition: all .35s ease;
  line-height: 60px;
  height: 60px;
  border-radius: 30px;
  background: #FF7214;
}

.section-banner .list-btn i{
  margin-left: .5rem;
}

.section-banner .list-btn .btn:hover {
  opacity: 0.8;
}
.section-banner .list-btn .btn-more {
	margin-left: 1rem;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.3);
}


.bannerimg1{animation: uptodown 4s infinite;}
@keyframes uptodown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-20px);
    opacity: 0.9;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.swiper-pagination-bullet {
	background: #ccc;
}
.swiper-pagination-bullet-active {
	background: #FF7214;
}


@media (max-width:768px) {
	.section-banner .bannerleft h2 {
		padding-top: 1rem;
	}
	.section-banner .list-btn {
		padding: 1rem 0;
	}
}



/******************
 * 内页代码
 *****************/
.g-row {
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 2.5rem;
}

.inner-banner {
	position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  width:100%;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.inner-banner .banner-wrap {
	z-index: 99;
	max-width: 700px;
}
.inner-banner h1, .inner-banner h2 {
  font-size: 3.5rem;
  color: #fff;
}
.inner-banner p {
  text-align: center;
}
.inner-banner .bgcolor {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	height: 400px;
}


.full-sort{
	padding: 25px 0;
}
.full-sort-list{
	display: flex;
	justify-content: center;
}
.full-sort-list ul li{
	float: left;
	display: inline-block;
	margin: 5px 15px 5px 0;
}
.full-sort-list ul li a{
	display: inline-block;
	color: #4B5563;
	padding: 10px 0;
	margin: 0 30px;
}
.full-sort-list ul li a:hover,
.full-sort-list ul li a.active{
	color: #FF7214;
	border-bottom: 2px solid #FF7214;
}

.full-sort-title{
	color: #000000;
	font-size: 30px;
	text-align: center;
}

/*---分页--*/
.pagination{
	display: flex;
	justify-content: center;
}
.pagination>li {
	margin:.5rem;
}
.pagination>li>a, .pagination>li>span {
	color: #FF7214;
}

.pagination>.active>a, 
.pagination>li>a:hover{
	background:#FF7214;
	border-color:#FF7214;
	color:#FFF;
}


/* down */
.section-down {
	background-color: #fafafa;
  padding-top: 8.6rem;
  padding-bottom: 2rem;
  overflow: hidden;
}
.section-down .g-row {
  align-items: center;
}
.section-down .softbg {
  height: 550px;
  overflow: hidden;
}
.section-down .softbg img {
	width: 100%;
}
.section-down .softbox h2 {
  font-size: 4.8rem;
  padding-bottom: 3rem;
}

.section-down .list-group{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 52px;
  overflow: hidden;
}
.section-down .list-group-item {
  border: 0;
  background: transparent;
}

.section-down .intro-item li {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: rgba(0, 0, 0, 0.8);
  padding: 0 1.2rem;
}

.index-down .intro-item span {
  padding-top: .5rem;
}

.section-down .softbox .download-group{
  display: flex;
  flex-wrap: wrap;
  padding: 1.4rem 0;
}

.section-down .softbox .download-group .download-item {
  display: inline-block;
  text-align: center;
  margin-right: 2rem;
}

.section-down .softbox .download-group .mobqrcode {
  width:188px;
  height: 193px;
  background: url(../images/platform/miniqrcodebg.png) no-repeat;
  padding: 1rem;
}

.section-down .softbox .download-group .download-item img {
  width: 100%;
}

.section-down .softbox .download-group .download-item p {
  line-height: 3rem;
}
.section-down .policies {
  font-size: 14px;
}

.section-down .softbox .list-btn {
  padding-right:3rem;
}
.section-down .softbox .list-btn li {
  padding-top: 1.5rem;
}
.section-down .softbox .list-btn .btn{
	font-size: 1.6rem;
  display: inline-block;
  width: 100%;
  color: #000;
  text-align: left;
  padding: .5rem 3rem;
  transition: all .35s ease;
  line-height: 30px;
  height: 42px;
  border-radius: 8px;
  background: #fff;
}

.section-down .softbox .list-btn i{
  margin-right: .5rem;
}

.section-down .softbox .list-btn .btn:hover {
  color: #fff;
  background: #000;
}


.card-row .card {
  border: 0;
	border-radius: 16px;
  padding: 2.5rem;
  transition: all .2s;
  margin-bottom: 2rem;
}
.card-row .card:hover{
  scale: .96;
  box-shadow: 0 4px 38px rgba(0,0,0,.2)
}
.card-row .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background: #DBEAFE;
}
.card-row .imgbg2 {
	background: #F3E8FF;
}
.card-row .card-title {
  font-size: 2rem;
  color: #1F2937;
  padding-left: 1rem;
}
.card-row .card-text{
  line-height: 1.8rem;
}


.prointro-row .card {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.001), rgba(0, 0, 0, 0.001)), #F9FAFB;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.prointro-row .card-top{
	display: flex;
	align-items: center;
	padding-bottom: 2rem;
}

.profea-row {
	background: #F9FAFB;
}
.profea-row .card {
	background: #fff;
}
.profea-row .card-img {
  background: rgba(255, 114, 20, 0.1);
}

.profea-row .card-title {
	padding: 1rem 0;
}


.market-row .fullbg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: url(../images/platform/coverbg.jpg) no-repeat;
	background-size: cover;
	height: 500px;
}

.market-row .card{
	background: #fff;
	width: 100%;
	max-width: 350px;
  padding: 2.5rem;
  border-radius: 16px;
}
.market-row .card .card-title {
  padding-bottom: 1rem;
}
.market-row .card .content{
  padding: 1rem 0;
}
.market-row .card .content p {
  background: url(../images/platform/icon_p9.png) no-repeat 0 3px;
  padding-left: 2.2rem;
}


.honor-row {
  background: #FAFAFA;
  text-align: center;
}
.honor-row .item-box {
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  margin: 0 auto;
  min-height: 385px;
  transition:transform .3s ease,box-shadow .3s ease;
}
.honor-row .item-box:hover{
    transform:translateY(-4px);
    box-shadow:0 4px 16px rgba(0,0,0,.24);
}
.honor-row h5{
  padding: 2rem 0 0;
  font-size: 2rem;
}
.honor-row img {
  cursor: pointer;
}


/*about*/
.aboutus-row .card {
	border: 1px solid #E5E7EB;
}
.aboutus-row .card-top{
	display: flex;
	align-items: center;
	padding-bottom: 2rem;
}
.aboutus-row .card-img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	background: rgba(255, 114, 20, 0.1);
}

.aboutus2-row {
	background: #F9FAFB;
}
.aboutus2-row h2 {
	padding-bottom: 0;
}
.aboutus2-row .desc {
	margin: 1.2rem 0;
}
.aboutus2-row .card {
	display: flex;
	align-items: center;
	flex-direction: column;
	background: #fff;
}
.aboutus2-row .card-img {
	width: 80px;
	height: 80px;
	border-radius: 80px;
  background: rgba(255, 114, 20, 0.1);
}

.aboutus2-row .card-title {
	padding: 1rem 0;
}




.list-block {
	margin: 1rem 0;
	padding: 1rem 0;
	border-bottom: 1px dashed #d4d4d4;
}

.list-block h4 a {
	font-size: 2rem;
	color: #000;
}

.list-block h4 a:hover {
	color: #FF7214;
}

.list-block h4 a i {
	padding-right: 8px;
}



.full-content{
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	height: auto;
}
.full-content-title{
	text-align: center;
	color: #000;
	font-size: 30px;
}
.full-content-icon{
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	color: #666;
	padding-bottom: 2rem;
}
.full-content-icon span{
	margin-right: 5px;
	margin-left: 15px;
}

.full-content .vtitle {
	font-size: 24px;
	padding-bottom: 1rem;
	border-bottom: 1px solid #E5E7EB;
}

.full-content .vdesc {
	position: absolute;
	border-radius: 12px;
	padding: 24px;
	background: #FAFAFA;
	border-left: 4px solid #FF7214;
}



.down-row {
  text-align: center;
  padding: 2rem 0 4rem;
}

.down-row .card-img {
  padding-bottom: 1rem;
}
.down-row .card-text{
  text-align: left;
  padding: 1rem 5.2rem;
}
.down-row .btn-down {
  align-items: center;
}
.down-row .btn-down .nav-link {
	display: block;
	margin: 0 auto;
	padding: 0;
  width: 26.2rem;
  height: 5.4rem;
  line-height: 5.4rem;
  border-radius: 2.2rem;
  border: 2px solid #FF7214;
}


.pro-table {
    width: 100%;
    position: relative;
    margin:20px auto;
    line-height: 40px;
    border-collapse: collapse;
    background: #f2f2f2;
    box-shadow: 0 0 15px #c1c1c1;
}
.pro-table .tab1{
    background: #0866a9;
    border-bottom: 2px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    width: 256px;
    color: #fff;
    font-size: 14px;
    padding: 10px 0 10px 46px;
    box-sizing: border-box;
}

.pro-table .tab1.last{
    border-bottom:none;
}
.pro-table .tab2{
    border-bottom: 2px solid #b6b6b6;
    color: #313131;
    font-size: 14px;
    padding: 10px 0 10px 46px;
    box-sizing: border-box;
}
.pro-table .tab2.last{
    border-bottom:none;
}
