/**
 * ===============================
 *  Defult CSS 
 * ===============================
 */
body {
	font-family: '微软雅黑', 'Open Sans', sans-serif;
	color: #727272;
	font-size: 14px;
	font-style: none;
	font-weight: 400;
	width: 100%;
}
a {
	text-decoration: none !important;
	cursor: pointer;
	font-family: '微软雅黑', 'Open Sans', sans-serif;
	background-color: transparent;
	padding: 0;
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:focus {
	color: #ffffff;
	outline: 0 !important;
}
.tlinks {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/**
 * ================================
 * Nav Defult Style
 * ================================
 */
.nav {
	display: inline-block;
}
.nav li a {
	padding: 0px;
	background-color: transparent;
}
.nav li a:hover {
	background-color: transparent;
}
.fix {
	overflow: hidden;
}
.section-video {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	overflow: hidden;
	z-index: -1;
}
.section-video .bgvid {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.body-video-bg > .section-video {
	position: fixed;
	top: 0;
	left: 0;
}
p {
	font-family: '微软雅黑', 'Open Sans', sans-serif;
	color: #9c9c9c;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 400;
}
/* Heading Style */
h1 {
	font-family: '微软雅黑', serif;
	font-size: 55px;
	line-height: 90px;
	font-weight: 400;
}
h2 {
	font-family: '微软雅黑', serif;
	font-size: 40px;
	line-height: 65px;
	font-weight: 400;
}
h3 {
	font-family: '微软雅黑', serif;
	font-size: 30px;
	line-height: 65px;
	font-weight: 400;
}
h4 {
	font-family: '微软雅黑', serif;
	font-size: 22px;
	line-height: 40px;
	font-weight: 400;
}
h5 {
	font-family: '微软雅黑', 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 38px;
	font-weight: 600;
}
h6 {
	font-family: '微软雅黑', 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 34px;
	font-weight: 600;
}
/*
 * ====================================
 * Gradient Text Color
 * ====================================
 */
/**
 * ====================================
 *  Every Section Headline Defult Class
 * ====================================
 */
.section-heading {
	font-family: '微软雅黑', serif;
	color: #ffffff;
	display: inline-block;
	padding-bottom: 0px;
	margin: 0;
	font-size: 40px;
	line-height: 65px;
	font-weight: 400;
}
.sub-heading {
	font-family: '微软雅黑', 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 40px;
	font-weight: 600;
	color: #f7ac54;
	text-transform: uppercase;
	margin-bottom: 0px;
}
.color {
	color: #f7ac54;
}
.section-header {
	margin-bottom: 70px;
	text-align: center;
}
.section-header .line-outer {
	position: relative;
	left: 50%;
	margin-bottom: 6px;
}
.section-header .line-outer .line {
	top: 0px;
}
.section-header.text-left, .section-header.text-left * {
	text-align: left;
}
.section-header.text-right, .section-header.text-right * {
	text-align: right;
}
section.section {
	position: relative;
}
/**
 * ===============================
 *  Section Top and Bottom padding  
 * ===============================
 */
.section-separator {
	display: block;
	padding-top: 115px;
	padding-bottom: 115px;
}
.section-separator.sp-top {
	padding-bottom: 0px;
}
.section-separator.sp-bottom {
	padding-top: 0px;
}
.section-separator-line {
	margin: 0;
	width: 100%;
	border-top: 1px solid;
}
/**
 * ====================================
 * Background Overlay Color
 * ====================================
 */
.overlay-color::before {
	content: '';
	position: absolute;
	/* background-color: rgba(32, 32, 32, 0.8);*/
	width: 100%;
	height: 100%;
}
.overlay-color-full {
	position: relative;
}
/**
 * ====================================
 * Background image css
 * ====================================
 */
.bg-cover {
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-attachment: initial;
	background-repeat: no-repeat;
	background-color: #171717;
}
/**
 * ====================================
 * Making Same Height Left & Right Part
 * ====================================
 */
.display-table {
	display: table !important;
	width: 100%;
}
.display-table .left, .display-table .right {
	display: table-cell;
	float: none !important;
}
/**
 * ===============================
 *   Defult Button Style
 * ===============================
 */
.btn {
	font-family: '微软雅黑', sans-serif;
	border-radius: 0 0 0 0;
	-o-border-radius: 0 0 0 0;
	-ms-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	margin-right: 15px;
	overflow: hidden;
	outline: 0;
	position: relative;
	z-index: 2;
	transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	webkit-transform-style: preserve-3d;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 1000;
	-o-perspective: 1000;
	-ms-perspective: 1000;
	-moz-perspective: 1000;
	-webkit-perspective: 1000;
}
.btn:last-child {
	margin-right: 0px !important;
}
.btn:hover {
	color: #ffffff;
}
.btn .icon {
	position: relative;
	top: 3px;
	color: #f7ac54;
}
.btn.left-icon .icon {
	margin-right: 4px;
}
.btn.right-icon .icon {
	margin-left: 4px;
}
.btn.btn-fill, .btn.btn-border {
	font-size: 17px;
}
.btn.btn-fill {
	padding: 14px 30px;
	background-color: #f7ac54;
	color: #282828;
}
.btn.btn-fill, .btn.btn-fill .icon, .btn.btn-fill:hover {
	background-color: #feb960;
	color: #282828;
}
.btn.btn-border {
	background-color: transparent;
	border: 2px solid;
	border-color: #f7ac54;
	padding: 12px 30px;
	color: #f7ac54;
}
.btn.btn-border:hover {
	background-color: #feb960;
	color: #ffffff;
}
.btn-mask, .btn-nav {
	overflow: hidden;
}
.btn-mask .view-all-link-mask, .btn-nav .view-all-link-mask {
	display: inline-block;
	overflow: hidden;
	transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
}
.btn-mask .view-all-link-mask, .btn-nav .view-all-link-mask, .btn-mask .view-all-link-mask .view-all-link-mask-text, .btn-nav .view-all-link-mask .view-all-link-mask-text {
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0;
	left: 0px;
	transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-webkit-transition: all 600ms ease-out;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	webkit-transform-style: preserve-3d;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 1000;
	-o-perspective: 1000;
	-ms-perspective: 1000;
	-moz-perspective: 1000;
	-webkit-perspective: 1000;
	z-index: 111;
	filter: alpha(opacity=100 );
	opacity: 1;
}
.btn-mask .view-all-link-mask, .btn-nav .view-all-link-mask, .btn-mask .view-all-link-mask .view-all-link-mask-text, .btn-nav .view-all-link-mask .view-all-link-mask-text, .btn-mask .view-all-link-mask .icon, .btn-nav .view-all-link-mask .icon, .btn-mask .view-all-link-mask .view-all-link-mask-text .icon, .btn-nav .view-all-link-mask .view-all-link-mask-text .icon {
	color: #feb960;
}
.btn-mask .view-all-link-mask .view-all-link-mask-text, .btn-nav .view-all-link-mask .view-all-link-mask-text {
	transform: translate3d( 100%, 0, 0 );
	-o-transform: translate3d( 100%, 0, 0 );
	-ms-transform: translate3d( 100%, 0, 0 );
	-moz-transform: translate3d( 100%, 0, 0 );
	-webkit-transform: translate3d( 100%, 0, 0 );
}
.btn-mask:hover .view-all-link-mask, .btn-nav:hover .view-all-link-mask, .btn-mask.active .view-all-link-mask, .btn-nav.active .view-all-link-mask, .btn-mask:hover .view-all-link-mask .view-all-link-mask-text, .btn-nav:hover .view-all-link-mask .view-all-link-mask-text, .btn-mask.active .view-all-link-mask .view-all-link-mask-text, .btn-nav.active .view-all-link-mask .view-all-link-mask-text {
	transform: translate3d( 0, 0, 0 );
	-o-transform: translate3d( 0, 0, 0 );
	-ms-transform: translate3d( 0, 0, 0 );
	-moz-transform: translate3d( 0, 0, 0 );
	-webkit-transform: translate3d( 0, 0, 0 );
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: thin dotted;
	outline: 0px auto -webkit-focus-ring-color !important;
	outline-offset: -2px;
}
.btn-text-link {
	padding: 50px 0 0 0;
	text-align: center;
}
.btn-text-link a {
	margin-left: 10px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-r-15 {
	margin-right: 15px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-l-15 {
	margin-left: 15px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-r-30 {
	margin-right: 30px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-l-30 {
	margin-left: 30px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-r-40 {
	margin-right: 40px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-l-40 {
	margin-left: 40px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-r-50 {
	margin-right: 50px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.m-l-50 {
	margin-left: 50px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-r-30 {
	padding-right: 30px;
}
.p-b-30 {
	padding-bottom: 30px;
}
.p-l-30 {
	padding-left: 30px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-r-40 {
	padding-right: 40px;
}
.p-b-40 {
	padding-bottom: 40px;
}
.p-l-40 {
	padding-left: 40px;
}
.p-t-50 {
	padding-top: 50px;
}
.p-r-50 {
	padding-right: 50px;
}
.p-b-50 {
	padding-bottom: 50px;
}
.p-l-50 {
	padding-left: 50px;
}
/** 
 * ======================
 * Social Icon Style
 * ======================
 */
/** 
 * ======================
 * Social Icon Style
 * ======================
 */
.social-icon {
	margin-top: 15px;
}
.social-icon li {
	list-style: none;
	float: left;
	margin-bottom: 0px;
}
.social-icon li a {
	font-size: 17px;
	text-align: center;
	margin-right: 15px;
	width: 25px;
	height: 25px;
	padding: 3px;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 10px;
}
.social-icon li a, .social-icon li a:hover {
	color: #202020;
	background-color: #9c9c9c;
}
.social-icon li:last-child a {
	margin-right: 0px;
}
/**
 * ===================================
 * Subscription and contact  "MESSAGE"
 * ===================================
 */
.message p {
	margin-bottom: 0px;
}
.message p:last-child {
	padding-bottom: 10px !important;
}
.subscription-success, .subscription-failed, .email-success, .email-failed, .email-loading {
	font-size: 13px;
	display: none;
	text-align: center !important;
	padding: 10px 10px 0 10px;
	transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	webkit-transform-style: preserve-3d;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 1000;
	-o-perspective: 1000;
	-ms-perspective: 1000;
	-moz-perspective: 1000;
	-webkit-perspective: 1000;
}
.email-loading {
	color: #52B8FF;
}
.email-loading img {
	width: 13px;
	position: relative;
	top: -2px;
}
.subscription-failed, .email-failed {
	color: #FF5252 !important;
}
.subscription-failed .icon, .email-failed .icon {
	font-size: 12px;
	position: relative;
	top: 1px;
}
.subscription-success, .email-success {
	color: #56CC35;
}
.subscription-failed .icon, .email-failed .icon, .subscription-success .icon, .email-success .icon {
	font-size: 12px;
	position: relative;
	top: 1px;
}
/**
 * =========================
 * Form Style 
 * =========================
 */
.single-form {
	width: 100%;
	display: inline-table;
}
.single-form .form-control {
	position: relative;
	background-color: transparent;
	border: 0px solid;
	border-radius: 0;
	box-shadow: 0 0 0 0 #fff;
	color: #ffffff;
	margin-bottom: 20px;
	height: 55px;
	z-index: 100;
	transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	webkit-transform-style: preserve-3d;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 1000;
	-o-perspective: 1000;
	-ms-perspective: 1000;
	-moz-perspective: 1000;
	-webkit-perspective: 1000;
}
.single-form .form-control:focus {
	outline: none;
}
.single-form .form-control, .single-form .input-label {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
}
.single-form .input-label {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}
.single-form .input-label::after, .single-form .input-label::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #f7ac54;
	transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	webkit-transform-style: preserve-3d;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 1000;
	-o-perspective: 1000;
	-ms-perspective: 1000;
	-moz-perspective: 1000;
	-webkit-perspective: 1000;
}
.single-form .input-label::before {
	background-color: rgba(255, 255, 255, 0.3);
}
.single-form .input-label::after {
	background-color: #f7ac54;
	transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
}
.single-form .input-label:hover {
	cursor: text;
}
.single-form .input-label .label-text {
	position: absolute;
	left: 0;
	top: 0px;
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	webkit-transform-style: preserve-3d;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	perspective: 1000;
	-o-perspective: 1000;
	-ms-perspective: 1000;
	-moz-perspective: 1000;
	-webkit-perspective: 1000;
}
.single-form .form-control:focus + .input-label .label-text {
	font-size: 11px;
	color: #f7ac54;
	transform: translate3d(0, -26px, 0);
	-o-transform: translate3d(0, -26px, 0);
	-ms-transform: translate3d(0, -26px, 0);
	-moz-transform: translate3d(0, -26px, 0);
	-webkit-transform: translate3d(0, -26px, 0);
}
.single-form .form-control:focus + .input-label::after {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.single-form .input-filled .input-label .label-text {
	font-size: 11px;
	color: #f7ac54;
	transform: translate3d(0, -26px, 0);
	-o-transform: translate3d(0, -26px, 0);
	-ms-transform: translate3d(0, -26px, 0);
	-moz-transform: translate3d(0, -26px, 0);
	-webkit-transform: translate3d(0, -26px, 0);
}
.single-form .input-filled .input-label::after {
	transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.single-form textarea {
	height: 100px !important;
}
/*导航*/

.navbar-inverse {
	background-color: #202020;
	border: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-toggle {
	background-color: transparent;
	color: #fff;
}
.navbar-fixed-top {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-brand {
	font-family: '微软雅黑', sans-serif;
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.navbar-inverse .navbar-nav {
	/*    margin-top: 15px;*/
	margin-bottom: 15px;
}
.navbar-inverse .navbar-nav > li > a {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 17px;
	padding: 15px 27px 10px;
	color: #f5f5f5;
	margin-top: 10px;
	text-shadow: none;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #787676b8;
}
.navbar-inverse .navbar-nav > li > a::before, .navbar-inverse .navbar-nav > li > a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .3s 0 .3s;
	-moz-transition: opacity .3s 0 .3s;
	transition: opacity .3s transform .3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a:hover::before, .navbar-inverse .navbar-nav > li > a:focus::before, .navbar-inverse .navbar-nav > li > a:hover::after, .navbar-inverse .navbar-nav > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	display: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a::before, .navbar-inverse .navbar-nav > li > a::after {
	position: absolute;
	left: 7px;
	width: 85%;
	height: 2px;
	background: #787676b8;
	content: '';
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transition: opacity .3s 0 .3s;
	-moz-transition: opacity .3s 0 .3s;
	transition: opacity .3s transform .3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: transparent;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: #202020;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin-top: 15px;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #efefef;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: rgba(0, 0, 0, 0.3);
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
}
.opaqued {
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}
.navbar-inverse.opaqued .navbar-nav .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-brand h1 {
	margin: 0;
	font-weight: 700;
	font-size: 30px;
	margin-top: 4px;
}
.navbar-brand1 {
	margin-top: 0.5em;
}
.fp-tooltip1 {
	position: absolute;
	color: #F7AC54;
	font-size: 14px;
	font-family: '微软雅黑', arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	top: 5px;
	cursor: pointer;
}
#fp-nav .active .fp-tooltip1 {
	opacity: 1;
}
/*内页*/
.neiyeerjidaohang {
	background-color: #fff;
	height: 60px;
	line-height: 60px;
    border-bottom: 1px solid #0092853b;
}
.neiyeerjidaohang h4 {
	float: left;
	color: #009285;
}
.neiyeerjidaohang span {
	float: right;
	color: #727272;
}
.neiyeerjidaohang span a {
	color: #727272;
}
.neiyeerjidaohang span a:hover {
	color: #009285;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about-nav {
	margin: 0 auto;
}
.about-nav ul li {
	width: 125px;
	height: 40px;
	line-height: 40px;
	margin-right: 6px;
	color: #fff;
	float: left;
	background-color: rgba(12,7,11,0.5);
	text-align: center;
	list-style: none;
}
.about-nav ul li a {
	color: #fff;
	display: block;
}
.about-nav ul li a:hover {
	background-color: rgba(0,0,0,0.5);
}
.about-nav ul li.cur a {
	background-color: rgba(0,0,0,0.5);
}
.kkkk {
	width: 100%;
	height: 460px;
	margin: 0 auto;
}
.abneirong {
/*
	background: #f5f5f5;
	padding: 2em 0;
*/
}
/*联系我们内页*/
.contactneirong {
	background-color: #fffdfb;
	padding-bottom: 50px;
}
.contact-area {
	padding-bottom: 0px;
}
.contact-area .title {
	padding-bottom: 34px;
	margin-top: -4px;
}
.contact-area .title h2 {
	color: #3d3d3d;
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
}
.contact-area .accordion-box {
}
.contact-area .accordion-box .accordion {
	margin-bottom: 10px;
	position: relative;
	background: #fff;
}
.contact-area .accordion-box .accordion .accord-btn {
	background: #f7f7f7 none repeat scroll 0 0;
	cursor: pointer;
	height: 50px;
	line-height: 18px;
	padding: 11px 20px 12px;
	position: relative;
	transition: all 500ms ease;
}
.contact-area .accordion-box .accordion .accord-btn h4 {
	color: #3d3d3d;
	font-size: 18px;
	font-weight: 700;
	line-height: 4px;
	transition: all 500ms ease;
	text-transform: none;
	text-transform: capitalize;
}
.contact-area .accordion-box .accordion .accord-btn.active {
	background: #74c5da none repeat scroll 0 0;
}
.contact-area .accordion-box .accordion .accord-btn.active h4 {
	color: #fff;
}
.contact-area .accordion-box .accordion .accord-content {
	border: 1px solid #74c5da;
	display: none;
	padding: 22px 30px 23px;
	position: relative;
}
.contact-area .accordion-box .accordion .accord-content.collapsed {
	display: block;
}
.contact-area .contact-info-list {
	margin-left: -10px;
}
.contact-area .contact-info-list li {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 13px;
	padding-bottom: 13px;
	position: relative;
}
.contact-area .contact-info-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px solid;
}
.contact-area .contact-info-list li .icon-holder {
	position: absolute;
	top: 0;
	left: 0;
}
.contact-area .contact-info-list li .icon-holder span:before {
	color: #43c3ea;
	font-size: 15px;
}
.contact-area .contact-info-list li .text-holder {
}
.contact-area .contact-info-list li .text-holder h5 {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.contact-area .contact-info-list li .text-holder h5 span {
	text-transform: uppercase;
	font-weight: 500;
	color: #3d3d3d;
}
.contact-area .contact-form {
}
.contact-area .contact-form form input[type="text"], .contact-area .contact-form form input[type="email"], .contact-area .contact-form form textarea {
	border: 1px solid #ececec;
	color: #999999;
	display: block;
	font-size: 14px;
	height: 50px;
	margin-bottom: 23px;
	padding: 0 20px;
	width: 100%;
	transition: all 500ms ease;
}
.contact-area .contact-form form textarea {
	height: 170px;
	margin-bottom: 40px;
	padding: 10px 20px;
}
.contact-area .contact-form form input[type="text"]:focus {
	border-color: #009285;
	border: 1px solid #ececec;
}
.contact-area .contact-form form input[type="email"]:focus {
	border-color: #009285;
}
.contact-area .contact-form form textarea:focus {
	border-color: #009285;
}
.contact-area .contact-form form button {
	width: 100%;
	padding: 17px 0 16px;
	background: #444444;
}
.contact-area .contact-form form button:hover {
	background: #009285;
	border-top-color: #009285;
	border-left-color: #009285;
	border-right-color: #009285;
	color: #fff;
	transition: all 0.5s;
}
/*产品*/
.title-over h4 {
	text-align: center;
}
.xqimg {
	width: 280px;
	height: 360px;
	/* margin: 0 auto; */
	float: right;
}
.xqimg img {
	border: 5px solid #eee;
}
.xiangqing {
	height: 160px;
}
.xiangqing p {
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
}
.xiangqing a {
	padding: 10px 20px;
	background-color: #152152;
	color: #FFFFFF;
	margin-left: 10px;
}
.ziliao {
	border: 1px solid #EEEEEE;
	height: 310px;
	background-color: #C0C0C0;
	border-radius: 15px;
	margin-top: 10px;
	margin-left: -5px;
}
.ziliao span {
	background-color: #FFFDFB;
	padding: 10px 20px;
	border-radius: 15px 0px;
}
.ziliao p {
	margin: 10px;
	color: #000000;
	font-size: 15px;
}
.procenter pro1 h2:hover {
	color: White;
}
}
/*公司新闻内页*/


.probootstrap-block-image {
	background: #fff;
	margin-top: 2em;
}
.probootstrap-block-image:hover {
	background: #f5f5f5;
}
.probootstrap-block-image figure img {
	max-width: 100%;
	height: 250px;
}
.probootstrap-block-image img {
	text-align: center;
	margin: 0px auto;
}
.probootstrap-block-image .text {
	padding: 20px
}
.probootstrap-block-image .text .date {
	display: block;
	color: #999;
	font-size: 12px;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.probootstrap-block-image .text h3 {
	margin: 0 0 0px;
	font-size: 16px;
	line-height: 39px;
}
.probootstrap-block-image .text h3 a {
	color: #000
}
.probootstrap-block-image .text h3 a:hover {
	color: #ee1c25;
}
.probootstrap-block-image .text p:last-child {
	margin-bottom: 0
}
.probootstrap-custom-link {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	text-decoration: none;
	position: relative;
	padding-bottom: 5px
}
.probootstrap-custom-link.link-sm {
	font-size: 14px
}
.probootstrap-custom-link:before {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #ee1c25;
	position: absolute;
	bottom: 0;
	z-index: 2;
	-webkit-transition: width .5s;
	transition: width .5s
}
.probootstrap-custom-link:after {
	z-index: 1;
	position: absolute;
	bottom: 0;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #000
}
.probootstrap-custom-link:hover {
	color: #000
}
.probootstrap-custom-link:hover:before {
	width: 100%;
	background: #ee1c25;
}
.newneirong {
	padding: 2em;
	background-color: #FEFDFB;
}
.procenter {
	margin-top: -20px;
	position: relative;
}
.procenter h2 {
	color: #000;
	font-size: 18px;
	text-align: center;
	height: 25px;
}
.procenter ul {
	background-color: #fff;
	margin-top: -10px;
/*	box-shadow: 0px 1px 0px 0PX #000;*/
}
.procenter ul:last-child {
	border-bottom: 1px solid #e8e8e8;
/*	border-radius: 0px 0px 10px 10px;*/
}
.procenter ul:nth-child(10n){
	border-bottom: 1px solid #e8e8e8;
/*	border-radius: 0px 0px 10px 10px;*/
}
.procenter li {
	list-style: none;
	border-bottom: 1px solid #e8e8e8;
	margin-left: -40px;
}
.procenter li:hover {
	background-color:#019285;
/*	border-left: 4px solid #009285;*/
}
.procenter ul a:hover {
	color: #fff;
}
.procenter ul a:hover p{
	color: #fff;
}
.procenter p:hover {
	color: #fff;
}
.procenter ul a {
	display: block;
	color: #7b8a96;
	line-height: 50px;
/*	text-align: center;*/
	font-size: 16px;
	padding-left: 30px;
}
.procenter p {
	float: right;
    margin: 0px 20px 0px 0px;
    font-size: 20px;
}
.proshow {
/*  background-color: #cce0f2; */
}
.newtoy {
	padding: 20px 0px 20px 20px;
	margin-top: 35px;
}
.ntoy {
	width: 260px;
	height: 329.6px;
	float: left;
	margin: 25px 10px;
	margin-bottom: 6vw;
	transition: .5s;
}
.ntoy:hover{
	box-shadow:0 0 13px 0px;
}
.shoucang {
	float: right;
}
.nt {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 9px solid #999;
}
.nt img {
/*	width: 100%;*/
	height: 100%;
	transition: all 0.5s ease-out;
	/* 过度 所有css属性 1秒过度 结束慢*/
	-moz-transition: all 0.5s ease-out;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease-out;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s ease-out;/* Opera */
	object-fit:contain;
}
/*
.nt img:hover {
	width: 196px;
	height: 252px;
	transform: scale(1.5, 1.5);
}
*/
.dwnnav {
	float: right;
}
.pagelist li {
	float: left;
	list-style: none;
}
/*功能指引内页*/
.yyyjk {
	height: 150px;
	color: #000;
	background-color: #fff;
	padding: 1em 0;
	margin-bottom: 10px;
	cursor: pointer;
}
.yyyjk:hover {
	border: 2px solid #009285;
	color: #000;
}
.yyshijian {
	text-align: center;
	margin-top: 1em;
}
.yyshijian span:nth-child(1) {
	font-size: 35px;
}
.yyshijian hr {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0;
	width: 50%;
	border-top: 1px solid #fff;
}
.yyyjk h4 {
	font-size: 18px;
}
.yyyjk a {
	color: #000;
}
.gnlf {
	position: relative;
	float: right;
}
.gnrh {
	position: relative;
}
.gnlf ul li {
	list-style: none;
}
.gnrh ul li {
	list-style: none;
}
.gnlf img {
	width: 70px;
	height: 70px;
}
.gnrh img {
	width: 70px;
	height: 70px;
}
.gnlf p {
	float: left;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 17px;
	padding-left: 15px;
	margin-right: 50px;
	margin-top: 15px;
}
.gnrh p {
	float: left;
	color: #FFFFFF;
	line-height: 40px;
	font-size: 17px;
	padding-left: 15px;
	margin-right: 50px;
	margin-top: 15px;
}
/*底部*/
.footer {
	padding-top: 28px;
	background: #414755;
	color: #fff;
}
.dbnydh {
	height: 50px;
}
.dbnydh ul li {
	width: 88px;
	height: 40px;
	line-height: 40px;
	margin-right: 6px;
	color: #fff;
	float: left;
	text-align: left;
	list-style: none;
}
.dbdz {
	height: 100px;
	line-height: 2em;
}
.dbdz ul li {
	list-style: none;
}
.dberweima {
	float: right;
	text-align: center;
}
.dberweima img {
	width: 30%;
	margin: 0px auto;
}
.dberweima span {
	margin-top: 1em;
}
.dibuxinxi {
	padding-bottom: 2em;
}
.jishuzhichi {
	text-align: right;
}
.dblogo img {
	margin-top: 3.5em;
}
/*新闻内容页*/
.xwneirong h4 {
	text-align: center;
}
.xwneirong .info {
	text-align: center;
	margin-bottom: 2em;
}
.context {
	padding: 2em;
}
.context ul li {
	list-style: none;
}
.context a {
	color: #727272;
}
.pagination>li>a, .pagination>li>span {
	color: #727272;
}

/*手机端*/
@media(max-width:750px) {
.opaqued {
	background-color: #fff;
}
.navbar-brand1 {
	width: 55%;
	margin-left: 3%;
}
.neiyebanner {
	margin-top: 75px;
}
.navbar-inverse .navbar-toggle {
	background-color: transparent;
	color: #000;
}
.dblogo img {
	margin-top: 0em;
}
.jishuzhichi {
	text-align: center;
}
.dibuxinxi {
	text-align: center;
	line-height: 2em;
}
.dbdz {
	margin-top: 2em;
}
.about-nav {
	position: absolute;
	top: 27%;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000;
}
.yyyjk {
	height: auto!important;
}
.yyyjk a {
	color: #000;
}
.xwneirong img {
	height: auto!important;
	max-width: 100%;
}
}

@media(max-width:380px) {
.about-nav {
	position: absolute;
	top: 19%
}
}
.context a:hover {
	color: #009285;
	transition: all 1s;
}
/*手机端首页*/
.bg-image-1 {
	background: url(../images/banner1_2.jpg);
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: initial;
	background-repeat: no-repeat;
	height: 195px;
}
/* .syyili{
	width:50%;
	 position: relative;
    left:8%;
	 top: 58px;
}
.syyili h3{
	 font-size: 18px;
	font-weight:700;
	color:#F6821F;
	line-height:1.5em;
	
}
.syyili hr{
	margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
	float: left;
	width:25%;
    border-top: 6px solid #F6821F;
}
.syyili h4{
	font-size: 15px;
	font-weight:700;
	color: #4d4d4d;
	margin-top:2em;
	    line-height: 1.5em;
} */
.syyili {
	position: relative;
	/* margin-top: -15rem; */
	margin-left: 20%;
}
.syyili h3 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "agency fb";
	margin-top: 3em;
	margin-left: 4%;/* margin-left: 600px;
	margin-top: -120px; */
	
}
.syyili h4 {
	font-size: 100%;
	font-family: "agency fb";
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.5em;/* margin-left: 520px;
	margin-top:0.5em; */
}
.syyili h5 {
	font-size: 50%;
	font-family: "agency fb";
	font-weight: bold;
	color: #000;
	margin-left: 4%;
	margin-top: 2em;
}
.about {
	width: 100%;
	height: auto;
/*	overflow: hidden;*/
	padding: 2em 0;
}
.about-title {
	text-align: center;
}
.about-title p:nth-child(1) {
	font-size: 20px;
	margin-bottom: 16px;
}
.about-title p:nth-child(2) {
	color: #F6821F;
}
.about-title p {
	font-size: 16px;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
}
.about-title span {
	height: 1px;
	width: 52px;
	background: #000;
	display: block;
	margin: 0 auto;
}
.about-content font {
	font-size: 27px;
	font-weight: bold;
	color: #4D4D4C;
}
.about-content p {
	width: 100%;
	margin-left: 0;
	line-height: 30px;
	font-size: 15px;
	color: #333333;
	margin-top: 45px;
	margin-bottom: 0px;
}
.more2 {
	width: 155px;
	height: 60px;
	margin: 0px auto;
/*	text-align: center;*/
	line-height: 60px;
	margin-top: 2em;
}
.more2 img {
	padding-bottom: 5px;
	padding-left: 25px;
}
.more2 a:hover {
	background-color: #F6821F;
	color: #fff;
}
.more2 .button_su {
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
.more2 .su_button_circle {
	background-color: #F8B627;
	border-radius: 1000px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	margin-left: 0px;
	margin-top: 0px;
	pointer-events: none;
}
.more2 .button_su_inner {
	display: inline-block;
	border: 1px solid #F6821F;
	color: #F6821F;
	border-radius: 5px;
	font-size: 14px;
	width: 105px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: 400ms;
	z-index: 100000;
}
.more2 .button_text_container {
	position: relative;
	z-index: 10000;
}
.more2 .explode-circle {
	animation: explode1 0.5s forwards;
}
.more2 .desplode-circle {
	animation: desplode1 0.5s forwards;
}
@keyframes explode1 {
0% {
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
}
100% {
width: 400px;
height: 400px;
margin-left: -200px;
margin-top: -200px;
background-color:#F8B627;
}
}
@keyframes desplode1 {
0% {
width: 400px;
height: 400px;
margin-left: -200px;
margin-top: -200px;
background-color:#F8B627;
}
100% {
width: 0px;
height: 0px;
margin-left: 0px;
margin-top: 0px;
}
}

@media(max-width:750px) {
.probootstrap-block-image {
	background: #fafafa;
}
}
/*修改（首页）头部*/
.navbar-header {
	width: 13%;
	float: left;
}
.navbar-header .navbar-brand1 img {
	width: 100%;
	height: unset;
}
.navbar-collapse {
	width: 80%;
	float: right;
}
/*修改（首页）头部*/
/*新头部*/
.header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	border-bottom: 1px rgba(255,255,255,.2) solid;
	background: #009285;
}
.header .logo {
	position: relative;
	margin: 27px 0 0 7vw;
	width: 8%;
}
.fl {
	float: left;
}
.header .logo a:first-child {
	visibility: visible;
	opacity: 1;
}
.header .logo img {
	width: 100%;
}
.fr {
	float: right;
}
.header .menu .language {
	display: block;
	line-height: 104px;
	color: #fff;
	font-family: 'poppins';
	font-weight: 100;
	width: 103px;
	text-align: center;
	border-left: 1px rgba(255,255,255,.2) solid;
	margin-left: 30px;
	font-size: 22px;
}
.header .menu .current {
	display: block;
	line-height: 104px;
	color: #fff;
	font-family: 'poppins';
	font-weight: 100;
	width: 103px;
	text-align: center;
	border-left: 1px rgba(255,255,255,.2) solid;
	margin-left: 30px;
	font-size: 22px;
	float: right;
}
.header .menu ul {
	margin-bottom: 0px;
}
.header .menu > ul > li {
	display: inline-block;
	position: relative;
	margin: 0 20px;
}
.header .menu > ul > li > a {
	line-height: 104px;
	color: #fff;
	position: relative;
	font-size: 16px;
}
.header .menu > ul > li > .current {
	line-height: 104px;
	color: #fff;
	position: relative;
	font-size: 16px;
	display: unset;
	font-family: unset;
	font-weight: unset;
	width: unset;
	text-align: unset;
	border-left: unset;
	margin-left: unset;
	float: unset;
}
.header .menu > ul > li > a:after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	bottom: 24px;
	width: 0;
	height: 2px;
	background: #0d4aa0;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.header .menu > ul > li > .current:after {
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	bottom: -18px;
	width: 0;
	height: 2px;
	background: #0d4aa0;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.header .menu > ul > li .child {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 10px);
	background-color: #fff;
	width: 170px;
	text-align: center;
	font-size: 16px;
	padding: 12px 0;
	box-shadow: 0px 8px 13px 0px rgba(0,0,0,.05);
}
.header .menu > ul > li .child li a {
	color: #545454;
	line-height: 46px;
	display: block;
	width: 100%;
}
.header .menu > ul > li:hover > a {
	color: #0d4aa0;
}
.header .menu > ul > li:hover .child {
	visibility: visible;
	opacity: 1;
	transform: translate(-50%, 0);
}
.header .menu > ul > li .child li a:hover {
	color: #0d4aa0;
	background-color: rgba(244, 155, 0, 0.08);
}
.header .menu > ul > li:hover > a:after {
	background: #0d4aa0;
	visibility: visible;
	opacity: 1;
	width: 100%;
	left: 0;
	right: auto;
	-moz-transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
.header .menu .language:hover {
	background-color: #0d4aa0;
	color: #fff;
	border-color: #0d4aa0;
}
.header .menu .current:hover {
	background-color: #0d4aa0;
	color: #fff;
	border-color: #0d4aa0;
}
.header .menu li .current:hover {
	background-color: unset;
	color: #0d4aa0;
}
/*关于我们各国介绍*/
.list {
    overflow: hidden;
    padding-bottom: 10px;
}
.list li {
    width: 33.3333%;
    float: left;
}
.advantage_total li {
    width: 227px;
    display: inline-block;
    vertical-align: top;
    height: 407px !important;
	cursor: pointer;
}
.advantage_total li img{
	margin-bottom: 30px;
	width: 42px;
}
.list li .caption {
	width: 380px;
	height: 640px;
    margin: 0 auto;
    background-color: #fff;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
    background: #4c6379;
    /* border: 3px solid #009285; */
    border-radius: 20px;
}
.advantage_total_one {
    /* background: url(../picture/advantage1.png) center center no-repeat; */
    width: 197px;
    height: 197px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.advantage_total_one div {
    font-family: "Impact";
    font-size: 60px;
    color: #ffffff;
    text-align: center;
    /* padding-top: 60px; */
}
.advantage_total_one div span {
    display: block;
    font-size: 22px;
    color: #ffffff;
    /* padding-top: 23px; */
    line-height: 30px;
}
.body .list li .caption .inbod {
	font-size: 14px;
    line-height: 26px;
    color: #fff;
/*    margin-top: 25px;*/
}
.body .list li .caption .inbod .txt {
    overflow-y: auto;
    text-align: justify;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
/*
    -webkit-line-clamp: 5;
    line-clamp: 5;
*/
    -webkit-box-orient: vertical;
}
.advantage_total{
	padding-inline-start: 0px;
	margin-top: 60px;
}
.inbod .more {
    display: block;
    width: 180px;
    height: 50px;
    border: 1px solid #0068b7;
    border-radius: 3px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0px 13px;
    position: relative;
    color: #0068b7;
    margin-top: 30px;
    transition: all 0.3s;
}
.inbod .more:before {
    content: "";
    display: block;
    width: 22px;
    height: 10px;
    background: url(../picture/gfj.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -5px;
    transition: all 0.3s;
}
.opaqued {
	padding-top: 10px;
	border-bottom: 10px solid #ee1c25;
	background-color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px;
}
.navbar-inverse .navbar-nav > li > a {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 18px;
	padding: 15px 20px 10px;
	color: #484141;
	text-shadow: none;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #000;
}
.navbar-inverse .navbar-nav > li > a::before, .navbar-inverse .navbar-nav > li > a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .3s 0 .3s;
	-moz-transition: opacity .3s 0 .3s;
	transition: opacity .3s transform .3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a:hover::before, .navbar-inverse .navbar-nav > li > a:focus::before, .navbar-inverse .navbar-nav > li > a:hover::after, .navbar-inverse .navbar-nav > li > a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	display: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a::before, .navbar-inverse .navbar-nav > li > a::after {
	position: absolute;
	left: 10%;
	width: 80%;
	height: 2.5px;
	bottom: -3px;
	background: #ee1c25;
	content: '';
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transition: opacity .3s 0 .3s;
	-moz-transition: opacity .3s 0 .3s;
	transition: opacity .3s transform .3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}



.pagelist {
display: flex;
justify-content: space-around;
width: 100%;
height: auto!important;
text-align: center;
padding: 30px!important;
}
#pege li {
padding: 0 18px!important;
min-width: 35px!important;
height: 48px!important;
line-height: 48px!important;
display: inline-block!important;
border: 1px solid #c5c5c5!important;
margin: 0 4px!important;
color: #66635f!important;
font-size: .875rem!important;
-moz-transition: all 0.36s ease-in-out;
-webkit-transition: all 0.36s ease-in-out;
-o-transition: all 0.36s ease-in-out;
-ms-transition: all 0.36s ease-in-out;
transition: all 0.36s ease-in-out;
}
#pege li:hover {
background: #ee1c25!important;
border: 1px solid #ee1c25!important;
color: #fff!important;
}
#pege li:hover a{ 
color: #fff!important;
}
#pege li a {
-moz-transition: all 0.36s ease-in-out;
-webkit-transition: all 0.36s ease-in-out;
-o-transition: all 0.36s ease-in-out;
-ms-transition: all 0.36s ease-in-out;
transition: all 0.36s ease-in-out;
}
#pege .pege {
display: contents!important;
color: #66635f!important;
}
#udowsPage {
vertical-align:middle!important;
background: none!important;
border: none!important;
}
#udowsPage option {
	color: #000;
}