html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
}
body{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	color: #333;
	-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: #c90000;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 20px 0;
}
@media (min-width: 768px) {
	body > section {
  		padding: 40px 0;
	}
}
.container{
	width: 100%;
	max-width: 1600px;
}
/******************
 * 一键置顶
 *****************/
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #1b3d62;
	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: #333333;
}
.top-time-list{
	height: 44px;
	overflow: hidden;
	float: left;
}
.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: 40px;
	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: #111111;
}
.navbar.navbar-default .navbar-nav{
	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: #004098;
	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;
}
.main-navigation .navbar-brand img{
	height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar-default .navbar-nav > li > a > i{
	margin-left: 10px;
	-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{

		/*background-color: transparent;
		border-color: transparent;*/
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		float: none;
	}
	/*.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;
	}*/
	/*.main-navigation .navbar-nav {
		float: right;
	}*/
	.navbar-default .navbar-nav > li{
		float: none;
		display: block;
	}

	/*.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: 2px;
		padding-right: 2px;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #33cc33;
	}*/
	.main-navigation .navbar-header{
		float: none !important;
	}
	/*.main-navigation .navbar-header .logo{
		float: left;
	}*/
	/*.main-navigation .navbar-brand{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		height: 80px;
	}*/
	/*.main-navigation .navbar-brand img{
		height: 50px;
	}*/
	.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: block !important;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: #111111;
		border-color: transparent;
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent;
		float: right;
		/*margin-top: 15px;*/
	}
	.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;
	}
	.main-navigation .navbar-nav {
		float: right;
	}
	.navbar-default .navbar-nav > li{
		float: left;
	}
	.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;
		margin-left: 8px;
		margin-right: 8px;
		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;
	}
	.main-navigation .navbar-header .logo{
		float: left;
	}
	.main-navigation .navbar-brand{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		height: 60px;
	}
	.main-navigation .navbar-brand img{
		height: 40px;
		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: #fff;
		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: 90px;
	}
	.main-navigation .navbar-brand img{
		height: 60px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 16px;
		padding-top: 25px;
		padding-bottom: 25px;
		margin-left: 14px;
		margin-right: 14px;
	}
}
@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;
	}
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权
 *****************/
footer{
	display: block;
	padding: 20px 0;
	background-color: transparent;
	background-image: url(../images/FEG_bg.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.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: #999999;
	font-size: 16px;
	line-height: 40px;
	text-transform: capitalize;
	margin-bottom: 0px;
	position: relative;
	border-bottom: 1px solid #8ba2bb;
}
.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: #eee;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
}
.col-foot-x1 .foot-title i:after{
	content: "";
	width: 1px;
	height: 16px;
	background-color: #eee;
	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: #999999;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.foot-list li a:hover{
	color: #fff;
}
.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{
	color: #999999;
	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{
	background-color: #191919;
}
.copyright{
	color: #999999;
	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: 40px;
	}
	.col-foot-x1{
		width: 25%;
	}

	.foot-title{
		font-size: 16px;
		border-bottom: none;
	}
	.foot-title i{
		display: none;
	}
	.foot-inner{
		display: block !important;
	}
	.foot-list li{
		font-size: 13px;
	}
}

/******************
 * 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{
	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;}

.section-icons{
	background-color: #fff;
}
.feg-icon-list{
	height: auto;
	overflow: hidden;
}
.feg-icon-list ul li{
	width: 50%;
	min-height: 1px;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
	text-align: center;
}
.feg-icon-list ul li .inner{
	display: inline-block;
}
.feg-icon-list ul li .inner a{
	display: block;
	color: #004098;
}
.feg-icon-list ul li .inner a:hover{
	color: #c90000;
}
.feg-icon-list ul li .inner span{
	display: block;
	font-size: 60px;
}
.feg-icon-list ul li .inner h3{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
}

@media (min-width:768px) {
	#mainPrice ul li{
		width: 16.666%;
	}
	.feg-icon-list ul li{
		width: 25%;
		border-right: 2px solid #004098;
	}
	.feg-icon-list ul li:last-child{
		border-right: none;
	}
	.feg-icon-list ul li .inner h3{
		font-size: 24px;
	}
}

.new-pro-top{
	text-align: center;
	color: #1b3d62;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.new-pro-top:after{
	width: 120px;
	height: 3px;
	background-color: #00A7E1;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: -2px;
}
.new-pro-sml{
	text-align: center;
	color: #000000;
	font-size: 12px;
	margin-bottom: 30px;
}
.pro-box{
	margin-bottom: 30px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	padding: 20px;
	margin-top: 20px;
}
.pro-box a{
	display: block;
}
.pro-box:hover{
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	-webkit-transform:translate3d(0, -5px, 0);
	-moz-transform: translate3d(0,-5px,0);
	-ms-transform: translate3d(0,-5px,0);;
	transform:translate3d(0, -5px, 0);
}
.pro-name{
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}
.pro-intro{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin-top: 10px;
	overflow: hidden;
	max-height: 60px;
}
.cate-box{
	overflow: hidden;
	margin-top: 20px;
}
.cate-name{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
@media (min-width:768px) {
	.new-pro-top{
		font-size: 30px;
	}
	.new-pro-sml{
		font-size: 16px;
	}
	.cate-name{
		font-size: 18px;
	}
	.pro-name{
		font-size: 16px;
	}
	.pro-intro{
		font-size: 14px;
	}
}

.section-about{
	background-color: #fff;
}
.rili-wrap{
	height: 460px;
}
.rili-cover{
	position: absolute;
    left: 16px;
    bottom: 2px;
    width: 210px;
    height: 26px;
    background: #ffffff;
}
.notices-wrap{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.notices-head{
	height: auto;
	overflow: hidden;
	border-bottom: 2px solid #124cbb;
	line-height: 30px;
	color: #373737;
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.notices-head a{
	display: inline-block;
	float: right;
	font-size: 16px;
}
.notices-list{
	height: auto;
	overflow: hidden;
}
.notices-list ul li{
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0;
}
.notices-list ul li span{
	float: right;
}
.notices-list ul li a i{
	font-size: 20px;
	color: #979797;
}


.about-pic{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-sml{
	color: #42A5F6;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
	line-height: 44px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.about-head{
	color: #1b3d62;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}
.about-wbname{
	color: #1B3D62;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.about-itro{
	margin-top: 30px;
	color: #666666;
	font-size: 14px;
	line-height: 2;
}
.about-more{
	margin-top: 30px;
	font-size: 18px;
}
.about-more a{
	display: inline-block;
	margin-right: 5px;
	line-height: 50px;
	padding: 0 30px;
	border: 3px solid #42a5f6;
}
.about-more .more{
	background-color: #42a5f6;
	color: #fff;
}
.about-more .video{
	background-color: #fff;
	color: #42a5f6;
}
.about-more .video span{
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #42a5f6;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	text-align: center;
	line-height: 18px;
	color: #fff;
	margin-left: 15px;
}
@media (min-width: 768px ) {
	.about-head{
		font-size: 30px;
	}
	.about-itro{
		margin-top: 50px;
	}

}
@media (min-width: 992px ) {
	.about-head{
		font-size: 36px;
	}
	.about-wbname{
		font-size: 24px;
	}
	.notices-wrap{
		margin-top: 0;
	}
}
@media (min-width: 1200px ) {
	.about-head{
		font-size: 46px;
	}
	.about-wbname{
		font-size: 30px;
	}
}
.section-case{
	padding: 30px 0;
	background-color: #FFFFFF;
}
.case-top{
	text-align: center;
	color: #1b3d62;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.case-top:after{
	width: 120px;
	height: 3px;
	background-color: #1b3d62;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: -2px;
}
.case-box{
	margin-top: 20px;
}
.case-name{
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
}
.case-img{
	overflow: hidden;
}
.case-img img{
	width: 180px;
	height: 180px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.case-row.row{
	margin-left: -5px;
	margin-right: -5px;
}
.case-date{
	text-align: center;
	font-size: 12px;
	color: #C0C0C0;
	padding-bottom: 15px;
	border-bottom: 1px solid #b0b0b0;
}
.case-intro{
	text-align: center;
	color: #777777;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 20px;
}
@media (min-width: 768px){
	.case-top{
		font-size: 30px;
	}
}
.full-newsmg{
	padding: 40px 0;
	background-color: #2a5286;
	margin-top: 15px;
	background-image: url(../images/j_50.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.news-rights{
	padding: 15px;
	background-color: rgba(0,0,0,.4);
}
@media (min-width: 992px){
	.news-rights{
		width: 60%;
		float: right;
		padding: 25px 30px;

	}
}

.why-box{
	overflow: hidden;
	margin-top: 20px;
}
.why-box a{
	display: block;
}
.why-img{
	overflow: hidden;
	border: 1px solid #e7e7e7;
}
.why-name{
	text-align: center;
	color: #00A7E1;
	margin: 15px 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.why-intro{
	text-align: center;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 1.85;
}
@media (min-width: 992px){
	.why-row.row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.why-row.row .col-sm-6,
	.why-row.row .col-md-3{
		padding-left: 5px;
		padding-right: 5px;
	}
}
.part-sml{
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #6b6b6b;
}
.part-list{
	overflow: hidden;
}
.part-list ul li{
	width: 50%;
	padding: 0 5px;
	float: left;
	margin-top: 20px;
}
.part-list ul li img{
	border: 1px solid #dadada;
}
@media (min-width: 768px){
	.part-list ul li{
		width: 14.285714%;
	}
}
@media (min-width: 992px){
	.part-list ul li{
		width: 14.285714%;
	}
}
@media (min-width: 1200px){
	.part-list ul li{
		width: 14.285714%;
	}
}
.full-link{
	width: 100%;
	padding: 10px 0;
	background-color: #1b3d62;
}
.frd-list{
	overflow: hidden;
}
.frd-list ul li{
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}
.frd-list ul li.first{
	font-size: 18px;
	text-transform: uppercase;
}
.frd-list ul li.first i{
	margin-left: 10px;
}
.frd-list ul li.firstli{
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/j_08.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
	font-size: 24px;
}
.frd-list ul li a{
	color: #FFFFFF;
	margin: 0 10px;
}
/** 首页分类 **/
.sort-wrap{
	overflow: hidden;
	margin: 15px 0;
}
.sort-wrap a{
	display: block;
}
.sort-name{
	text-align: center;
	color: #727272;
	font-size: 24px;
	margin-bottom: 15px;
}
.sort-intro{
	text-align: center;
	color: #999999;
	font-size: 14px;
	margin-bottom: 15px;
}
/** 首页新闻 **/
.section-news{
	background-color: #fff;
}
.index-news-head{
	text-align: left;
	color: #004098;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.index-news-head span{
	display: inline-block;
	border: 1px dashed #004098;
	padding: 5px 40px;
}
.index-news-sml{
	text-align: left;
	margin-top: 15px;
	line-height: 28px;
	margin-bottom: 30px;
}
.index-news-sml span{
	display: inline-block;
	color: #2d2d2d;
	font-size: 14px;
	position: relative;
	padding: 0 40px;
}
.index-news-sml span:before,
.index-news-sml span:after{
	content: "";
	width: 20px;
	height: 0;
	border-top: 1px dashed #333333;
	position: absolute;
	left: 0;
	top: 50%;
}
.index-news-sml span:after{
	left: auto;
	right: 0;
}
.index-news-sml a{
	display: inline-block;
	float: right;
	line-height: 28px;
	color: #fff;
	background-color: #004098;
	padding: 0 30px;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}


.news-outer{
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../images/tf_11.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	position: relative;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
.news-outer a{
	display: block;
	width: 100%;
	height: 100%;
}
.news-outer .pic{
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: left;
}
.news-outer .pic img{
	display: block;
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.news-outer .news-right{
	width: calc(100% - 150px);
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	float: right;
	height: 150px;
	overflow: hidden;
	position: relative;
	padding: 15px 15px;
}
.news-outer .news-right .title{
	color: #020a21;
	font-size: 14px;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
.news-outer .news-right .intro{
	color: #999999;
	font-size: 12px;
	margin-top: 10px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	transition: all ease-in-out .4s;
	-webkit-transition: all ease-in-out .4s;
	-moz-transition: all ease-in-out .4s;
	-ms-transition: all ease-in-out .4s;
}
.news-outer:hover{
	background-color: #1d3585;
}
.news-outer:hover .news-right .title{
	color: #fff;
}
.news-outer:hover .news-right .intro{
	color: #d1d1d1;
}

.section-product-tab .nav-tab .nav-link {
	font-size: 1.8rem;
	color: #333333;
	padding: 0 2rem;
	position: relative;
}
.section-product-tab .nav-tab .active .nav-link:after {
	content: "";
	width: 2.4rem;
	height: 3px;
	background: #004098;
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	transform: translateX(-50%);
}
.section-product-tab .nav-tab .active .nav-link{
	color: #004098;
	font-weight: bold;
}

.section-product{
	background-color: #fff;
	background-image: url(../images/FEG_02.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.plat-head{
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}
.plat-info{
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.plat-list{
	position: relative;
	margin-bottom: 30px;
}
.plat-list ul li{
	width: 240px;
	float: left;
	margin-right: 20px;
	background-color: rgba(0,64,152,0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-bottom: 30px;
	margin-top: 55px;
	position: relative;
	-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;
}
.plat-list ul li a{
	color: #fff;
}
.plat-list ul li a:hover{
	color: #fff;
}
.plat-list ul li:last-child{
	margin-right: 0;
}
.plat-list ul li .pic{
	height: auto;
	position: relative;
}
.plat-list ul li .pic span{
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 60px;
	font-size: 40px;
	background-color: #fff;
	color: #004098;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-moz-border-radius: 100%;
	border: 10px solid rgba(86,86,86,1);
	position: relative;
	margin-top: -40px;
	-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;
}
.plat-list ul li .title{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
}
.plat-right-title{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	font-weight: bold;
}
.plat-right-title span{
	display: inline-block;
	border: 1px dashed #004098;
	padding: 5px 30px;
}
.plat-pic{
	height: auto;
	overflow: hidden;
}
.plat-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
/*.plat-list ul li:hover .pic span{
	background-color: rgba(0,64,152,0.8);
	color: #fff;
	border-color: #fff;
}*/
.plat-list ul li:hover{
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
}


.product-sml{
	text-align: center;
	margin-top: 10px;
	color: #42A5F6;
	font-size: 14px;
	margin-bottom: 30px;
}
.index-product-list{
	height: auto;
	overflow: hidden;
}
.index-product-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	background-color: #e5f6ff;
	margin-bottom: 15px;
}
.product-outer{
	height: auto;
	overflow: hidden;
	position: relative;
}
.product-outer .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
.product-outer .pic a{
	display: block;
}
.product-outer .pic img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.product-outer .product-right{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 20px;
}
.product-outer .product-right .product-class{
	color: #42A5F6;
	font-size: 16px;
	margin-bottom: 10px;
}
.product-outer .product-right .title{
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.product-outer .product-right .title a{
	color: #1b3d62;
}
.product-outer .product-right .title span{
	display: inline-block;
	z-index: 15;
	position: relative;
	line-height: 1;
}
.product-outer .product-right .title span:after{
	content: "";
	width: 100%;
	height: 5px;
	background-color: #42a5f6;
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: -10;
}
.product-outer .product-right .intro{
	color: #8a8a8a;
	font-size: 14px;
	line-height: 25px;
	max-height: 100px;
	overflow: hidden;
}
.product-outer .product-right .more{
	margin-top: 15px;
	font-size: 14px;
	text-transform: capitalize;
}
.product-outer .product-right .more a{
	display: inline-block;
	color: #fff;
	background-color: #42A5F6;
	line-height: 36px;
	padding: 0 30px;
}
.product-outer .product-right .more span{
	line-height: 36px;
	margin-left: 15px;
	font-size: 18px;
}
.product-outer .product-right .more a:hover{
	background-color: #1b3d62;
}

@media (min-width:768px) {
	.index-news-head{
		font-size: 18px;
	}
	.news-outer .news-right .title{
		font-size: 16px;
	}
	.news-outer .news-right .intro{
		font-size: 14px;
	}
	.index-product-list ul li{
		width: 50%;
		margin-bottom: 0;
	}
	.product-outer .product-right .title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.product-outer .pic{
		width: 46%;
	}
	.product-outer .product-right{
		width: 54%;
	}
	.plat-list ul li{
		width: 150px;
		margin-top: 120px;
	}
	.plat-list ul li .pic span{
		width: 80px;
		height: 80px;
		line-height: 60px;
		font-size: 40px;
		margin-top: -40px;
	}
	.plat-list ul li .title{
		font-size: 14px;
	}
	.plat-list ul li a{color:#fff;}
	.plat-list ul li a:hover{color:#fff;}
	.plat-right-title{
		font-size: 18px;
		color: #004098;
	}
	.index-news-sml span{
		font-size: 16px;
	}
}
@media (min-width:992px) {
	.index-news-head{
		font-size: 24px;
	}
	.index-product-list ul li{
		width: 50%;
		margin-bottom: 0;
	}
	.product-outer .product-right .title{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.plat-list ul li{
		width: 200px;
	}
	.plat-list ul li .pic span{
		width: 100px;
		height: 100px;
		line-height: 80px;
		font-size: 60px;
		margin-top: -50px;
	}
	.plat-list ul li .title{
		font-size: 16px;
	}
	.plat-list ul li .title a{color:#fff;}
	.plat-list ul li .title a:hover{color:#ff0000;}
	.plat-right-title{
		font-size: 24px;
	}
	.index-news-sml span{
		font-size: 18px;
	}
}
@media (min-width:1200px) {
	.index-news-head{
		font-size: 30px;
	}
	.product-outer .product-right .title{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.plat-list ul li{
		width: 240px;
	}
	.plat-list ul li .pic span{
		width: 112px;
		height: 112px;
		line-height: 92px;
		font-size: 60px;
		margin-top: -55px;
	}
	.plat-list ul li .title{
		font-size: 20px;
	}
	.plat-list ul li .title a{color:#fff;}
	.plat-list ul li .title a:hover{color:#ff0000;}
	.plat-right-title{
		font-size: 30px;
	}

}
/** 首页产品列表 **/
.product-list{
	margin: 15px 0;
}
.product-wrap{
	overflow: hidden;
}
.product-wrap a{
	display: block;
}
.product-img{
	overflow: hidden;
}
.product-name{
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*** 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 */

/******************
 * 内页代码
 *****************/
/* 内页Banner */
.inner-banner{
	width: 100%;
}
.section-inner{
	background-color: #fff;
}
.section-inner2{
	background-color: #f5f5f5;
}
/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #005aaa;
}
.mobile-head{
	color: #fff;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 15px;
	word-spacing: 3px;
}
.min-tabs{
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	margin-top: 0px;
}
.min-tabs ul li{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	height: auto !important;
}
.min-tabs ul li a{
	display: block;
	background-color: #F5F5F5;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #000;
	position: relative;
}
.min-tabs ul li a:hover{
	color: #33cc33;
}
.min-tabs ul li a i{
	padding-right: 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.min-tabs ul li a:hover i{
	padding-right: 15px;
}
.min-tabs ul li a.active{
	color: #33cc33;
}
.min-tabs > ul > li.dropdown > a::after{
	content: "\f196";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 9px;
	top: 13px;
}
.min-tabs > ul > li.dropdown.open > a::after{
	content: "\f147";
}
.min-tabs .dropdown-menu{
	width: 100% !important;
	position: relative;
}
.min-tabs ul li a:focus{
	/*background-color: #323638;*/
}
.min-tabs > ul > li.dropdown.open > a{
	/*background-color: #323638;*/
}
.min-tabs > ul > li >ul > li{
	border-top: none;
	border-bottom: none;
}
.min-tabs > ul > li > ul > li a{
	/*background-color: #d4d3d3;*/
	color: #333;
	text-transform: none;
}
.min-tabs > ul > li > ul > li a:hover{
	background-color: #fafafa;
	color: #CC0000;
}
.min-nav .icon-bar{
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
@media (min-width:768px) {
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
}
/* 右边主体 */
.main-top{
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #33cc33;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.content-body{
	color: #444444;
	font-size: 14px;
	line-height: 2;
}
.content-body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media (min-width:768px) {
	.main-top{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
}
/** 联系我们 **/
.contact-form{
	margin-top: 25px;
}
.contact-form .btn-primary{
	font-size: 14px;
	background-color: #0086d2;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}
/*新闻列表*/
.news-list{
	background-color: #FFFFFF;
	margin-top: -15px;
}
.news-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}
.news-list ul li a{
	display: block;
}
.news-title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #999;
	font-size: 12px;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
@media (min-width:768px) {
	.news-title{
		margin-top: 0px;
		font-size: 16px;
	}
}
/* 新闻正文 */
.rel-title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.rel-date{
	text-align: center;
	color: #adadad;
	border-top: 1px dashed #ADADAD;
	padding: 10px 0;
	margin-bottom: 15px;
}
/*---------------*/
/**** product ****/
/*---------------*/
.pro-item{
	margin-bottom: 30px;
}
.pro-item a{
	display: block;
	border: 1px solid #D9D9D9;
}
.pro-pic{
	overflow: hidden;
}
.pro-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-title{
	font-size: 14px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	padding-left: 15px;
	padding-right: 60px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-title i{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	float: right;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #D9D9D9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-info{
	font-size: 12px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pro-in-title{
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.75;
	color: #666666;
}
@media (min-width:768px) {
	.pro-in-title{
		margin-top: 0px;
	}
}

/** tabs codes
 * ==================================
 * **/
.tabs-wrap{
	margin-top: 20px;
}
.tabs-wrap .accordion-handle.active{
	background-color: #e67817;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #f26522;
}
@media (min-width:768px) {
	.tabs-wrap .tabs-list li{
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}
	.tabs-wrap .tabs-list li a:hover{
		background-color: #e67817;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #e67817;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
}

.quo-head{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.fm-wap{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.fm-wap label{
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.fm-wap label font{
	color: #c00;
}
.fm-wap h1,
.fm-wap h5{
	text-align: center;
}
.form-group{
	margin: 20px 0;
}
.fm-wap .btn-primary{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	background-color: #2a9bd5;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 300ms;
	   -moz-transition: all ease-in-out 300ms;
		-ms-transition: all ease-in-out 300ms;
			transition: all ease-in-out 300ms;
}
.fm-wap .btn-primary:hover{
	background-color: #e90202;	
}
.shijian{
	margin-top: 6px;
	color: #ADADAD;
}

@media (min-width: 768px) {
	.quo-head{
		font-size: 30px;
	}
}
@media (min-width: 992px) {
	/* index support */
	.spt-row.row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.spt-row .col-md-4{
		padding-left: 20px;
		padding-right: 20px;
	}
	/* end */
	/* index contact */
	.index-cnt{
		font-size: 18px;
	}
	/* end */
	/* 路径导航 */
	.innerpath.breadcrumb{
		float: right;
		margin-bottom: 0px;
		background-color: transparent;
		padding: 0;
		margin-right: 15px;
	}
	.innerpath.breadcrumb li{
		font-size: 14px;
	}
	/* end */
}
@media (min-width: 1200px) {
	/* index support */
	.spt-row.row{
		margin-left: -40px;
		margin-right: -40px;
	}
	.spt-row .col-md-4{
		padding-left: 40px;
		padding-right: 40px;
	}
	/* end */
}

.download-list-outer{
	border: 1px solid #ddd;
	padding: 15px 10px;
	margin-bottom: 25px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer:hover{
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	background-color: #fff;
}
.download-list-outer .pic{
	overflow: hidden;
	margin-bottom: 15px;
}
.download-list-outer .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer:hover .pic img{
	opacity: 0.8;
}
.download-list-outer .intro{
	color: rgb(51,51,51);
	font-size: 14px;
	line-height: 1.5;
}
.download-list-outer .more{
	text-align: right;
	font-size: 14px;
	margin-top: 8px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer .more a{
	color: #666;
}
.download-list-outer .more i{
	font-size: 12px;
	padding-right: 5px;
}
.download-list-outer:hover .more a{
	color: #1b3d62;
}

/******************
 * 内页代码,宽屏代码
 *****************/
.full-path .breadcrumb{
	background-color: transparent;
	padding: 0px;
}
.full-path .breadcrumb li i{
	padding-right: 10px;
	font-size: 16px;
	color: #33cc33;
}
.full-main{
	background-color: #FFFFFF;
	padding: 20px;
}
.full-name{
	color: #33cc33;
	font-size: 16px;
	font-weight: bold;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.full-content video,
.full-content iframe,
.full-content embed{
	max-width: 100%;
	height: auto;
}

.photo-box{
	overflow: hidden;
}
.photo-box a{
	display: block;
}
.photo-pic{
	overflow: hidden;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.photo-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.photo-title{
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.xinwen-outer{
	padding: 0;
}
.xinwen-outer a{
	display: block;
}
.xinwen-pic{
	position: relative;
}
.xinwen-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.xinwen-title{
	font-size: 16px;
	margin-top: 15px;
	height: 24px;
	overflow: hidden;
}
.xinwen-intro{
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
	line-height: 25px;
}
.xinwen-time{
	margin-top: 10px;
	color: #999;
	font-size: 12px;
	margin-bottom: 30px;
}

.full-news-list{
	overflow: hidden;
}
.full-news-list ul li{
	padding: 20px 0;
	border-bottom: 2px solid #DDDDDD;
	position: relative;
	margin-top: 20px;
}
.full-news-list ul li:after{
	width: 0px;
	height: 2px;
	background-color: #33cc33;
	position: absolute;
	left: 0px;
	bottom: -2px;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}
.full-news-list ul li:hover:after{
	width: 100%;
}
.full-news-list ul li a{
	display: block;
}
.full-news-pic{
	width: 220px;
	float: left;
}
.full-news-rt{
	margin-left: 240px;
}
.full-news-ttl{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}
.full-news-intro{
	margin-top: 5px;
	color: #666666;
}
.full-date{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.full-date i{
	padding-right: 10px;
}
.full-news-title{
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
.full-news-other{
	text-align: center;
	color: #999999;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
	margin-top: 5px;
}
.full-product-item{
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
  	border: 1px solid #EEEEEE;
  	padding: 10px;
}
.full-product-item:hover{
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);

  	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
  	transform: translateY(-5px);
}
.full-product-item a{
	display: block;
}
.full-product-name{
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #EEEEEE;
}
.full-product-brief{
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 5px;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}
.full-product-sort{
	color: #E67817;
	font-size: 16px;
	margin-bottom: 20px;
}
.full-product-title{
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
.full-product-intro{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.product-to-buy{
	margin-top: 40px;
	font-size: 0;
}
.product-to-buy a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #ED1B24;
	background-image: url(../images/icon_zx.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 30px 0 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 10px 10px 10px 0;
}
.full-video-content{
	margin-top: 20px;
}
.full-video-content iframe,
.full-video-content embed{
	display: block;
	width: 90%;
	height: 260px;
	margin: 0 auto;
}
.full-news-name{
	font-size: 16px;
	padding: 0 10px;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.full-news-brief{
	font-size: 12px;
	color: #777;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 10px;
}
.full-news-time{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 2;
	color: #AAAAAA;
	padding: 0 10px;
}
.full-news-time span{
	display: inline-block;
}
.full-news-time span i{
	padding-right: 5px;
}
.full-news-time span.news-time-left{
	float: left;
}
.full-news-time span.clicks{
	float: right;
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 350px;
	}
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 400px;
	}
}
@media (min-width: 1200px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 500px;
	}
}

.full-sort{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
}
.slide-head{
	line-height: 50px;
	color: #fff;
	background-color: #1b3d62;
	padding-left: 20px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.slide-head span{
	float: right;
	font-size: 30px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	display: block;
}
.full-sort-list{
	position: relative;
}
.full-sort-list ul li{
	float: left;
	display: inline-block;
	margin: 5px 15px 5px 0;
}
.full-sort-list ul li a{
	display: inline-block;
	border: 1px solid #DDDDDD;
	padding: 10px 30px;
}
.full-sort-list ul li a:hover,
.full-sort-list ul li a.active{
	color: #FFFFFF;
	background-color: #1897dd;
	border-color: #1897dd;
}
.white-box-wrap{
	background-color: #FFFFFF;
}
.full-sort-title{
	color: #000000;
	font-size: 30px;
	text-align: center;
}
.full-line{
	height: 0;
	border-top: 1px solid #DDDDDD;
	margin: 20px 0;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	height: auto;
}
.full-content-title{
	text-align: center;
	color: #1b3d62;
	font-size: 20px;
}
.full-content-icon{
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
	color: #666;
}
.full-content-icon span{
	margin-right: 5px;
	margin-left: 15px;
}
.full-contact-title{
	color: #333333;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.full-contact-title:after{
	width: 30px;
	height: 1px;
	background-color: #ED1B24;
	position: absolute;
	left: 0;
	bottom: 0;
}
.full-iframe{
	margin-bottom: 20px;
}
.full-iframe iframe{
	width: 100%;
	height: 450px;
	border: none;
}
.full-contact-content{
	color: #565656;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}

.section-soldeeee{
	padding: 30px 0;
	background-color: #FFFFFF;
}
.cmdb-wap{
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.cmdb-wap a{
	display: block;
}
.cmdb-over{
	width: 100%;
	height: 100%;
	background-color: rgba(0,167,225,0);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5;
	opacity: 0;
}
.cmdb-tab{
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
.cmdb-tabcel{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cmdb-icon{
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #FAFAFA;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #1b3d62;
	font-size: 16px;
}
.cmdb-tabcel h4{
	color: #FFFFFF;
	margin-top: 10px;
}
.cmdb-wap:hover .cmdb-over{
	opacity: 1;
	background-color: rgba(0,167,225,0.5);
}
#cmdb.row{
	margin-left: -8px;
	margin-right: -8px;
}
.item-cmdb-1,
.item-cmdb-2{
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	min-height: 1px;
	float: left;
}
.item-cmdb-1{
	width: 100%;
}
.item-cmdb-2{
	width: 100%;
}
@media (min-width: 768px) {
	.item-cmdb-1{
		width: 56%;
	}
	.item-cmdb-2{
		width: 44%;
	}
}
@media (min-width: 992px) {
	/*.full-sort-list{
		display: block !important;
	}*/
	.slide-head span{
		display: none !important;
	}
}

.zll-list{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
}
.zll-list ul li.on a{
	color: #fff;
	background-color: #018FD7;
}
.zll-list ul li a{
		display: block;
		padding: 10px 30px;
	}
	.zll-list ul li{
		width: 100%;
		display: block;
		float: left;
		border-top: solid 1px #e1e1e1;
		border-right: solid 1px #e1e1e1;
		border-left: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		font-size: 16px;
		margin: 5px;
	}
.zll-wrap{
	padding: 35px 20px;
	border: 1px solid #e1e1e1;
	border-top: none;
}
.yewu-names{
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}
.yewu-names:before{
	position: absolute;
	left: 0;
	height: 14px;
	width: 2px;
	top: 50%;
	margin-top: -7px;
	content: '';
	background-color: #284f91;
}
.yewu-demo-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.yewu-demo-list ul li{
	font-size: 14px;
	line-height: 40px;
	position: relative;
	padding-left: 20px;
}
.yewu-demo-list ul li:before{
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	width: 6px;
	top: 17px;
	content: '';
	background-color: #f09700;
}

.yewu-good{
	height: 144px;
	overflow: hidden;
	background-image: url(../images/j.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: #eff0f2;
	margin-top: 20px;
}
.yewu-good dl dt{
	display: block;
	width: 23%;
	float: left;
	height: 144px;
	background-color: #E6151D;
	padding: 6px;
}
.yewu-good dl dt img{
	display: block;
	margin: 15px auto;
	max-width: 100%;
	height: auto;
}
.yewu-good dl dt h4{
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.yewu-good dl dd{
	width: 77%;
	float: left;
	height: auto;
	overflow: hidden;
	padding: 25px 40px 25px 20px;
	line-height: 24px;
	font-size: 14px;
}
.ywcl-list{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ywcl-list ul li{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	padding: 10px;
}
.ywcl-list ul li img{
	max-width: 100%;
	height: auto;
}
.ywcl-list ul li h5{
	text-align: center;
}
.ywfw-list{
	margin-top: 30px;margin-bottom: 20px;
}
.ywfw-list ul li {
	height: auto;
	position:relative;
	min-height: 70px;
}
.ywfw-list ul li span {
	display: inline-block;
	float: left;
	height: 44px;
	background-color: #E6161E;
	line-height: 44px;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
	font-size: 16px;
	color: #fff;
	padding: 0 22px 0 16px;
	margin-left: 40px;
}
.ywfw-list ul li i {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 50px;
	text-align: center;
	border:solid 3px #E6161E;
	position: absolute;
	left: 0;
	background-color: #fff;
	border-radius: 28px;
	z-index: 1px;
	top: -6px;
	font-size: 30px;
	color: #E6161E;
	font-style: normal;
}
.yewu-value{
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
.yewu-value ul li{
	padding: 10px;
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
}
.yewu-value ul li img{
	max-width: 100%;
	height: auto;
}
.yewu-value ul li h5{
	text-align: center;
}

.lc-list{
	height:auto;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.lc-list ul li {
	float: left;
	height: 70px;
	width: 172px;
	position: relative;
	margin: 12px 0;
	margin-right: 42px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.lc-list ul li:before { background: url(../images/bg2.png) no-repeat; width: 30px; height: 70px; position: absolute; right: -28px; top: 0; content: ''; }
.lc-list ul li span { display: block; float: right; background-color: #008dd7; height: 100%; line-height: 48px; width: 138px; margin-left: 40px; padding: 11px 0; padding-left: 10px;}
.lc-list ul li.li2 span{ line-height: 24px; }
.lc-list ul li i { display: block; width: 56px; height: 56px; line-height: 56px; text-align: center; border:solid 3px #0195d8; position: absolute; left: 0;  background-color: #fff; border-radius: 28px; z-index: 1; top: 7px; font-size: 30px; color: #0195d8; font-style: normal; }
.lc-picimg{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.lc-picimg img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.fwys-item{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.fwys-pic{
	height: auto;
	overflow: hidden;
}
.fwys-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.fwys-title{
	font-size: 18px;
	line-height: 44px;
	color: #008dd7;
	position: relative;
	border-bottom: solid 1px #e1e1e1;
	margin-top: 10px;
}
.fwys-title span{
	display: inline-block;
	line-height: 44px;
	float: left;
	padding: 0 10px;
	position: relative;
}
.fwys-title span:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #008dd7;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.fwys-con{
	color: #666;
	padding-top: 12px;
	line-height: 24px;
	padding-left: 18px;
	position: relative;
}
.fwys-con:before{
	position: absolute;
	left: 0;
	top: 16px;
	background: url(../images/tb6.png) center center no-repeat;
	width: 14px;
	height: 14px;
}
.yewu-faq{
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.yewu-faq ul li{
	line-height: 32px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	height: auto;
	overflow: hidden;
}
.yewu-faq ul li span{
	display: block;
	width: calc(100% - 100px);
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.yewu-faq ul li a{
	width: 100px;
	display: inline-block;
	float: right;
	line-height: 32px;
	text-align: center;
	border: 1px solid #2487dd;
	color: #2487dd;
}
.yewu-faq ul li a:hover{
	color: #fff;
	background-color: #2487dd;
}


@media (min-width: 767px) {
	.ywcl-list ul li{
		width: 20%;
	}
	.yewu-value ul li{
		width: 20%;
	}
	.zll-list{
		padding-bottom: 0;
	}
	.zll-list ul li{
		border-left: none;
		border-bottom: none;
		margin: 0;
		width: auto;
	}
}

@media (min-width: 992px) {

	.zll-list ul li:first-child{
		border-left: 1px solid #e1e1e1;
	}
	.ywcl-list ul li{
		width: 20%;
	}

}

.serve-list{
	height: auto;
	overflow: hidden;
}
.serve-list ul li{
	width: 16.666666%;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
	height: 400px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.serve-list ul li a{
	display: block;
}
.serve-list ul li .cover{
	width: 100%;
	height: 100%;
	background-color: rgba(0,72,124,0.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
}
.serve-list ul li .cover .inner{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	opacity: 1;
	visibility: visible;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.serve-list ul li .cover .inner .icons{
	text-align: center;
	color: #fff;
}
.serve-list ul li .cover .inner .icons span{
	font-size: 40px;
}
.serve-list ul li .cover .inner .title{
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: relative;
	padding-bottom: 15px;
	margin-top: 5px;
}
.serve-list ul li .cover .inner .title:after{
	width: 34px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 0;
}
.serve-list ul li .cover .title-other{
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -80px;
	right: 0;
	color: #fff;
	font-size: 14px;
	padding-bottom: 15px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-ms-transition: all ease-in-out .5s;
}
.serve-list ul li .cover .title-other:after{
	width: 34px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -17px;
	bottom: 0;
}
.serve-list ul li:hover .cover{
	background-color: rgba(0,72,124,0);
}
.serve-list ul li:hover .cover .inner{
	opacity: 0;
	visibility: hidden;
	transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
	-moz-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
}
.serve-list ul li:hover .cover .title-other{
	bottom: 30px;
}

.mb-serve-outer{
	height: auto;
	overflow: hidden;
}
.mb-serve-outer a{
	display: block;
}
.mb-serve-outer .pic{
	height: auto;
	overflow: hidden;
}
.mb-serve-outer .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.mb-serve-outer .title{
	line-height: 40px;
	overflow: hidden;
	height: 40px;
	text-align: center;
	font-size: 12px;
}


.Message-list{
	height: auto;
	position: relative;
}
.Message-list ul li{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;

}
.Message-list ul li .Message-outer{
	position: relative;
	border: 1px solid #dadada;
	-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;
}
.Message-list ul li .Message-outer .Message-title{
	color: #666666;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0 15px;
}
.Message-list ul li .Message-outer .Message-title a{
	color: #666;
}
.Message-list ul li .Message-outer .Message-intro{
	color: #999999;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 15px;
}
.Message-list ul li .Message-more{
	height: 50px;
	background-color: #dadada;
	-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;
	position: relative;
}
.Message-list ul li .Message-more span{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin-top: 10px;
	font-size: 24px;
	margin-left: 10px;
	color: #616161;
	-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;
}
.Message-list ul li .Message-more .Message-date{
	float: right;
	height: 50px;
	margin-right: 15px;
}
.Message-list ul li .Message-more .Message-date .Message-month-day{
	float: left;
	color: #666666;
	font-size: 20px;
	line-height: 50px;
	-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;
}
.Message-list ul li .Message-more .Message-date .Message-year{
	float: left;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	position: relative;
	margin-top: 25px;
	margin-right: 20px;
	-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;
}
.Message-list ul li .Message-more .Message-date .Message-year:after{
	content: "";
	width: 1px;
	height: 30px;
	background-color: #6f6f6f;
	position: absolute;
	top: -15px;
	right: -5px;
	transform: rotate(-45deg);
	-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;
}


.Message-list ul li:hover .Message-outer{
	border-color: #004098;
}
.Message-list ul li:hover .Message-outer .Message-title a{
	color: #004098;
}
.Message-list ul li:hover .Message-more{
	background-color: #004098;
	position: relative;
}
.Message-list ul li:hover .Message-more span{
	color: #fff;
}
.Message-list ul li:hover .Message-more .Message-date .Message-month-day,
.Message-list ul li:hover .Message-more .Message-date .Message-year{
	color: #fff;
}
.Message-list ul li:hover .Message-more .Message-date .Message-year:after{
	background-color: #fff;
}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.Message-list ul li{
		width: 50%;
		float: left;
		margin-bottom: 0;
	}
	.Message-list ul li:nth-child(1){
		margin-left: 50%;
		border-left: 1px solid #dadada;
		padding-left: 40px;
	}
	.Message-list ul li:nth-child(2){
		margin-left: 0;
		border-right: 1px solid #dadada;
		padding-right: 40px;
		right: -1px;
		top: -50px;
	}
	.Message-list ul li:nth-child(3){
		margin-left: 50%;
		border-left: 1px solid #dadada;
		padding-left: 40px;
		margin-top: -100px;
	}
	.Message-list ul li:after{
		content: "";
		width: 22px;
		height: 22px;
		background-color: #DADADA;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		position: absolute;
		left:-12px;
		bottom: 14px;
		border: 5px solid #fff;
	}
	.Message-list ul li:before{
		content: "";
		width: 24px;
		height: 24px;
		border-radius: 100%;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		position: absolute;
		left:-13px;
		bottom: 13px;
		border: 1px solid #dadada;
	}
	.Message-list ul li:nth-child(2):after{
		left: auto;
		right: -12px;
	}
	.Message-list ul li:nth-child(2):before{
		left: auto;
		right: -13px;
	}
	.Message-list ul li .Message-outer .Message-title{
		margin-top: 25px;
		font-size: 18px;
	}
	.Message-list ul li .Message-outer .Message-more:before{
		width: 20px;
		height: 20px;
		background-color: #dadada;
		position: absolute;
		left: -10px;
		top: 50%;
		margin-top: -10px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-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;
	}
	.Message-list ul li:nth-child(2) .Message-outer .Message-more:before{
		left: auto;
		right: -10px;
	}
	.Message-list ul li:hover .Message-outer .Message-more:before{
		background-color: #004098;
	}

}


.section-safe{
	background-color: #f4f4f4;
}
.safe-outer{
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	text-align: center;
	padding: 20px 10px;
	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{
	display: block;
	color: #5b5b5b;
	font-size: 48px;
	-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{
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
	-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-title2{
	color: #999999;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	-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:hover{
	background-color: rgba(0,64,152,0.8);
	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);
}
.safe-outer:hover .safe-title,
.safe-outer:hover .safe-title2{
	color: #fff;
}

@media (min-width: 992px) {
	.safe-outer{
		margin: 0;
	}
}

.platform-list{
	height: auto;
	overflow: hidden;
}
.platform-list ul li{
	background-color: #fff;
	padding: 30px 40px;
	margin-bottom: 40px;
}
.platform-list ul li .platform-pic{
	height: auto;
	overflow: hidden;
}
.platform-list ul li .platform-pic.line{
	border-right: 1px solid #ddd;
}
.platform-list ul li .platform-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.platform-list ul li .platform-title{
	color: #000000;
	font-size: 22px;
	margin-bottom: 10px;
}
.platform-list ul li .platform-intro{
	color: #555555;
	font-size: 13px;
	line-height: 2;
}
.platform-list ul li .platform-title.title3{
	font-size: 36px;
	vertical-align: top;
}
.platform-list ul li .platform-title span{
	color: #004098;
	font-size: 36px;
	margin-right: 15px;
}
.platform-list ul li .platform-title.title3 span{
	color: #000;
	font-size: 36px;
	margin-right: 15px;
}
.platform-list ul li .platform-title.title3.abdroid span{
	color: #00b259;
	font-size: 36px;
	margin-right: 15px;
}
.platform-list ul li .platform-download{
	margin-top: 30px;
	font-size: 16px;
}
.platform-list ul li .platform-download a{
	display: inline-block;
	line-height: 50px;
	color: #fff;
	background-color: #004098;
	padding: 0 40px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
.platform-list ul li .platform-download a span{
	font-size: 24px;
	margin-right: 10px;
	vertical-align: top;
}
.platform-list ul li .platform-download a:hover{
	background-color: #c90000;
}

.full-Calendar{
	height: 660px;
	margin-top: 30px;
}
/*---蔡新增微调--*/
.top_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	/* border-bottom:1px solid #ccc; */
}
#top_zone1{
	background:#f9f9f9;
}
#top_zone2{
	background:#000;
	color:#ccc;
}
#top_l a{
	/*用于多城市链接*/
	margin-left:10px;
}
#top_zone2 a{
	color: #ccc;
}
#top_link{
	margin-left: 20px;
}
#top_link a{
	margin-left:10px;
	line-height:42px;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
}
#footer_lxxx img{
	max-width:25px;
	height:auto;
	display:block;
}
#footer_lxxx tr td{
	padding-bottom:10px;
}
/*---分页--*/
.pagination{
	display: flex;
	justify-content: center;
}

.pagination a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pagination .current{
	background:#1d3585;
	border-color:#1d3585;
	color:#FFF;
	font-weight:700;
}
.pro-relate {
    color: #1d3585;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.owl-dots{
	margin-top:30px;
}
.owl-pro-inner .owl-controls .owl-nav div{
	width:30px;
	height:30px;
	padding:0;
	line-height:30px;
	background:#333;
}
.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	font-size:18px;
	text-indent:25px;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}
.owl-inner-titles{
	margin-top:10px;
	text-align:center;
}
.downloadlist li a{
	display: block;
}
.downloadlist li i{
	margin-right: 10px;
}
.downloadlist li:hover{
	background: #f0f0f0;
}
.downloadlist li:hover .badge{
	background: #1d3585;
}
.about-pic img{
	max-width: 100%;
	height: auto;
	display: block;
}
footer #footer_lxxx img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.xiaozi{
	font-family: 'GillSansMTStd-Light';
}
.about-pic{
	padding: 15px;
	background: url(/web/pic/aboutpic.png) no-repeat;
	background-size:cover;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}


.full-content-about{
	background-color: #F1F1F1;
	margin-top: 25px;
}
.full-about-content{
	color: #555;
	font-size: 16px;
	line-height: 2;
}
.full-about-content img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.full-about-content.wenzhi{
	padding: 15px;
}
.full-content-about .row{
	margin-left: 0;
	margin-right: 0;
}
.full-content-about .row .col-sm-6{
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 768px) {
	.full-about-content.wenzhi{
		padding: 50px;
	}
}

.license-box {
	margin: 0 auto;
	width: 60%;
	text-align: center;
}
.adwards-wrapper {
	position: relative;
	overflow: hidden;
	height: 200px;		
	text-align: justify;
}
.adwards-wrapper:after { 
	content:"";
	display: inline-block;
	width: 100%;
	height: 0;
}
.adwards-wrapper .item {
	position: relative;
	display: inline-block;
	height: 100%;
	width: auto;
}
.adwards-wrapper .item img {
	height: auto;
	width: 80px;
}
.adwards-wrapper .item .align-items-center{
	width: 100px;
	margin:0 auto;
}
.adwards-wrapper .item .text-center{
	width:250px;
	text-align:center;
}

@media (max-width: 768px) {
	.adwards-wrapper {
		height: 140px;
	}
}

.gungun{
	margin:  40px auto 0 auto;
	max-width: 820px;
}
.zs-wrap{
	text-align: center;
}
.zs-title{
	clear: #010101;
	font-size: 20px;
	text-align: center;
}
.scrl-intro{
	margin-top: 10px;
	color: #555;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}

.section-inner.java_deposit,
.section-inner.java_withdraw,
.section-inner.mt4_deposit,
.section-inner.mt4_withdraw {
	background-image: url(../images/opbg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
}
.full-guid{
	margin-top: 45px;
	background-color: #fff;
	padding: 50px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.guid-pic{
	height: auto;
	overflow: hidden;
}
.guid-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.guid-right{
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}
.guid-right h1{
	margin-top: 25px;
}
.guid-right h4{
	line-height: 2;
	margin-top: 25px;
}

/***20190701新增手机版导航增加Account和login按钮样式***/
header .acc{
	background:#c90000!important;
}
header .log{
	background:#0086d2!important;
}
header .acc a,header .log a{
	color:#fff!important;
}


.account_register {
	background: url(../images/regbg.jpg) center no-repeat;
}

.account_register .regcon{
	margin:20px auto;
	width:100%;
	max-width: 600px;
	border-radius:5px; 
	box-shadow: 0 0 8px #888888;
	overflow: hidden;
	background: #fff;
	padding-top: 20px;
}

.userlogin .content {
	padding-top:100px;
	width:1096px;
	height:700px;
	margin:124px auto;
	background:url(../images/userlogin.png) center no-repeat;
}
.userlogin .box {
	padding: 50px 40px;
	border-radius:5px;
	border: 2px solid #ffffff;
	box-shadow: 0 0 5px #999;
}
.userlogin .box .col-md-3 {
	background:url(../images/userlogin_ico.png) center no-repeat;
	height: 181px;
}
.userlogin .box .col-md-9 {
	font-size:18px;
}
.userlogin .account_btn {
	display: flex;
	justify-content: center;
}
.userlogin .account_btn a {
	width:185px;
	height:49px;
	border-radius:10px;
	float:left;
	line-height:49px;
	text-align:center;
	display:block;
}
.userlogin .account_btn_lf {
	background:#fe0e08;
	color:#fff;
	margin-right:63px;
}
.userlogin .account_btn_lf:hover {
	color:#fff
}
.userlogin .account_btn_rt {
	background:#fff;
	color:#fe0e08;
	border:1px solid #fe0e08;
}

.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;
}


/*用户中心*/
.usercenter-row .hd {
  padding: 2rem 0;
}
.usercenter-row .hd .nav-tab {
  border-bottom: 1px solid #999999;
}
.usercenter-row .hd .nav-tab .nav-link {
  font-size: 1.8rem;
  padding: 0 2rem;
  color: #666666;
}
.usercenter-row .hd .nav-tab .active {
  border-bottom: 3px solid #004098;
}


.usercenter-row .tab-content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.usercenter-row .btn-user .nav-item {
  margin-bottom: 2rem;
}
.usercenter-row .btn-user .nav-link {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #ffffff;
  background-color: #004098;
}


/*register*/

/*register*/
.reg-mt4-row,
.reg-java-row{ margin: 20px auto 0; width:100%; max-width: 900px;}
.reg-java-row .actype-box{ margin-bottom:2rem; }

.reg-java-row .input-text{ width: 400px; height: 36px; line-height: 36px; border:1px solid #999999; border-radius: 5px;}
.reg-java-row .select-text{ height: 36px; line-height: 36px; border:1px solid #999999; border-radius: 5px;}

.reg-java-row .text{ width:100%; line-height: 36px;padding: 1rem 0;}
.reg-java-row .text .input-text{ font-size:14px;}
.reg-java-row .text .chkcode{ width:310px;}

.reg-java-row #dosubmit{ margin:0 auto; width:60%; height: 46px; border:0; border-radius: 5px; background: #2fade7;color: #fff; font-size:1.4rem;}
.reg-java-row #dosubmit.dbt-select{ background: #bbb;}
.reg-java-row #dobutton{ width:100px; height: 38px; line-height: 38px; border:0; border-radius: 5px; background: #2fade7; color: #fff; margin-left:-10px;}
.reg-java-row #dobutton.dbt-select{ background: #bbb;}
.reg-java-row .tip-text{ width:100%; line-height: 36px;padding: .3rem 0;}

.reg-java-row .reg-nbtn {
    display: block;
    width: 60%;
    height: 46px;
    line-height: 46px;
    font-size: 1.4rem;
    background-color: #0086d2;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}

.onShow,.onFocus,.onError,.onCorrect,.onLoad,.onTime{display:inline-block;display:-moz-inline-stack;zoom:1;*display:inline; vertical-align:middle;background:url(../images/account/msg_bg.png) no-repeat;   color:#444;line-height:18px;padding:2px 10px 2px 23px; margin-left:10px;_margin-left:5px}
.onShow{background-position:3px -147px;border-color:#40B3FF;color:#959595}
.onFocus{background-position:3px -147px;border-color:#40B3FF;}
.onError{background-position:3px -47px;border-color:#40B3FF; color:red}
.onCorrect{background-position:3px -247px;border-color:#40B3FF;}
.onLamp{background-position:3px -200px}
.onTime{background-position:3px -1356px}

.reg-mt4-row .reg-nbtn {
	margin: 0 auto;
    display: block;
    width: 60%;
    height: 46px;
    line-height: 46px;
    font-size: 1.4rem;
    background-color: #0086d2;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
}


.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: #171098;
}

.list-block h4 a i {
	padding-right: 8px;
}