* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	font-weight: normal;
	background-color: #ffffff;
	font-size: 14px;
	font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, STHeiti SC, WenQuanYi Micro Hei, sans-serif;
	-webkit-tap-highlight-color: transparent;
	overflow-x: hidden;
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, table, tbody, thead, tfoot, tr, td, th, input {margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, em, h6, p {font-weight: normal;
	font-style: normal;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu, hgroup {display: block;
	margin: 0;
	padding: 0;
}

img,
hr {
	border: none;
	-ms-interpolation-mode: bicubic;
}
img {
	vertical-align: middle;max-width: 100%;
}

a,
a:active {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	border: 0;
}

ul,
li {
	list-style: none outside none;
}

i,
em {
	font-style: normal;
}

table {
	border-collapse: collapse;
}

input,
select {
	-webkit-appearance: none;
	appearance: none;
}

input,
select,
textarea {
	border: none;
	outline: 0;
	font-family: "Microsoft Yahei";
	background: 0 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #888
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #888
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888
}

select::-ms-expand {
	display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
	display: none;
}

select,
button,
input,
img {
	vertical-align: middle;
}

a,
button {
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-size: inherit;
	font: inherit;
	color: inherit;
	text-decoration: none;
	padding: 0;
}

:focus {
	outline: none;
}

.clear {
	clear: both;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.clearfix {
	*zoom: 1;
}

.text-center {
	text-align: center;
}

.header {
	width: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.header .top-nav {
	width: 100%;
	padding: 15px 0px;
	border-bottom: 1px solid #EDEDED;
}

.header .top-nav .logo {
	float: left;
}

.header .top-nav .other-link {
	float: right;
	margin-top: 15px;
	color: #666666;
	height: 22px;
	line-height: 22px;
}

.header .top-nav .other-link .tel {
	float: left;
	font-size: 16px;
	padding-left: 25px;
	background: url(../img/header/02.png) no-repeat left center;
	margin-right: 60px;

}

.header .top-nav .other-link .tel h2 {
	display: inline;
	font-size: 18px;
}

.header .header-wrapper {
	width: 100%;
}

.header-navbar {
	font-size: 0;
	width: 100%;
	text-align: center;
}

.header-navbar>ul {
	display: flex;
}

.header-navbar>ul li {
	width: 100%;
	flex: 1;
	position: relative;
}
.search-menu-nav {float: left;}
.search-menu-nav input[type=text] {
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    border: none;
    border-bottom: 1px solid transparent;
    background: transparent;
    color: #333;
}
.search-menu-nav input[type=submit]{border: none;outline: none;background: transparent;font-size: 16px;color: #333;margin-top: -3px;}
.search-menu-nav:hover input[type=text]{width: 100px;border-bottom: 1px solid lightgray;}


.header-menu {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	padding: 0 1px;
	transition: all .4s ease-in-out;
	position: relative;
}

.header-navbar>ul li.active .header-menu,
.header-navbar ul li:hover .header-menu {
	color: #ffffff;
	background-color: #1A6FC2
}

.header-navbar>ul li.active .header-menu:after,
.header-navbar ul li:hover .header-menu:after {
	width: 100%;
	right: auto;
	left: 0;
}
.header-navbar>ul li .header-arr {
    display: none;
}

.header-navbar>ul li .sub-menu {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	z-index: 9;
	background: #ffffff;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 3px 3px rgba(112, 112, 112, 0.1);
	transform: translate(-20px, 0);
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
}

.header-navbar ul li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.header-navbar ul li .sub-menu a {
	display: block;
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 45px;
}

.header-navbar ul li .sub-menu a:hover {
	color: #ffffff;
	background-color: #1A6FC2;
}

/* 手机菜单 */
.header-navclick {
	height: 60px;
	cursor: pointer;
	float: right;
	user-select: none;
	display: none;
}

.header-navclick span {
	width: 24px;
	height: 2px;
	background: #666;
	display: block;
	position: relative;
	margin-top: 28.5px;
	transition: all .2s linear;
}

.header-navclick span:before,
.header-navclick span:after {
	content: "";
	position: absolute;
	height: 2px;
	background: #666;
	display: block;
	left: 0;
	width: 100%;
	transition: all .2s linear;
}

.header-navclick span:before {
	top: -7px;
}

.header-navclick span:after {
	top: 7px;
}

.header-navclick.ontrue span {
	-moz-animation: buttonAnimation 0.3s ease forwards;
	-webkit-animation: buttonAnimation 0.3s ease forwards;
	animation: buttonAnimation 0.3s ease forwards;
}

.header-navclick.ontrue span:before {
	-moz-animation: buttonAnimationBefore 0.3s ease forwards;
	-webkit-animation: buttonAnimationBefore 0.3s ease forwards;
	animation: buttonAnimationBefore 0.3s ease forwards;
}

.header-navclick.ontrue span:after {
	-moz-animation: buttonAnimationAfter 0.3s ease forwards;
	-webkit-animation: buttonAnimationAfter 0.3s ease forwards;
	animation: buttonAnimationAfter 0.3s ease forwards;
}

@-moz-keyframes buttonAnimationBefore {
	0% {
		-moz-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	50% {
		-moz-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}

	100% {
		-moz-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
}

@-webkit-keyframes buttonAnimationBefore {
	0% {
		-webkit-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	50% {
		-webkit-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
}

@keyframes buttonAnimationBefore {
	0% {
		-moz-transform: translateY(0px) rotate(0);
		-ms-transform: translateY(0px) rotate(0);
		-webkit-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	50% {
		-moz-transform: translateY(7px) rotate(0);
		-ms-transform: translateY(7px) rotate(0);
		-webkit-transform: translateY(7px) rotate(0);
		transform: translateY(7px) rotate(0);
	}

	100% {
		-moz-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		-webkit-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
}

@-moz-keyframes buttonAnimationAfter {
	0% {
		-moz-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-moz-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}

	100% {
		-moz-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
}

@-webkit-keyframes buttonAnimationAfter {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
}

@keyframes buttonAnimationAfter {
	0% {
		-moz-transform: translateY(0) rotate(0);
		-ms-transform: translateY(0) rotate(0);
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-moz-transform: translateY(-7px) rotate(0);
		-ms-transform: translateY(-7px) rotate(0);
		-webkit-transform: translateY(-7px) rotate(0);
		transform: translateY(-7px) rotate(0);
	}

	100% {
		-moz-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		-webkit-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
}

@-moz-keyframes buttonAnimation {
	0% {
		background: transparent;
	}

	50% {
		background: rgba(255, 255, 255, 0);
	}

	100% {
		background: rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes buttonAnimation {
	0% {
		background: transparent;
	}

	50% {
		background: rgba(255, 255, 255, 0);
	}

	100% {
		background: rgba(255, 255, 255, 0);
	}
}

@keyframes buttonAnimation {
	0% {
		background: transparent;
	}

	50% {
		background: rgba(255, 255, 255, 0);
	}

	100% {
		background: rgba(255, 255, 255, 0);
	}
}

/* 多语言 */
.header-lang {
	position: relative;
	float: right;
}

.header-lang .lang-menu {
	float: left;
	margin: 25px 0px;
	width: 108px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 15px;
}

.header-lang .lang-menu a {
	display: block;
	float: left;
	width: 46px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 15px;
	color: #999;
}

.header-lang .lang-menu a.active {
	color: #333;
	width: 60px;
	background: #EDEDED;
	line-height: 26px;
	border: 1px solid #E6E6E6;
}


.menu_box {
	width: 220px;
	float: left;
	
}

.menu_box .head {
	width: 100%;
	height: 120px;
	background: #262626;
	padding: 30px 10px 15px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: -60px;
	position: relative;
	z-index: 1;
}

.menu_box .head h4 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 10px;
}

.menu_box .head span {
	color: #666;
	font-size: 15px;
	text-transform: uppercase;
}

.menu_box .menu_nav ul {
	border: 1px solid #f3f3f3;
}

.menu_box .menu_nav ul li {
	border-bottom: 1px solid #fff;
	line-height: 55px;
	font-size: 16px;
	background: #f6f6f6
}

.menu_box .menu_nav ul li:last-child {
	border-bottom: none;
}

.menu_box .menu_nav ul li>a {
	display: block;
	color: #555;
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.menu_box .menu_nav ul li:hover>a,
.menu_box .menu_nav ul li.active>a {
	color: #ffffff;
	background-color: #1A6FC2;
}

.menu_box .menu_nav ul li:hover>a::before,
.menu_box .menu_nav ul li.active>a::before {
	content: url(../images/ico_aon.png);
}

.menu_box .menu_nav ul li .submenu {
	background-color: #fff;
	display: none;
}

.menu_box .menu_nav ul li.active .submenu {
	display: block;
}

.menu_box .menu_nav ul li .submenu a {
	display: block;
	color: #555;
	font-size: 15px;
	padding: 0px 30px;
	line-height: 45px;
	border-bottom: 1px solid #f3f3f3
}

.menu_box .menu_nav ul li .submenu a:hover,
.menu_box .menu_nav ul li .submenu a.active {
	color: #e03638;
}

.menu_box .menu_nav ul li .submenu a:last-child {
	border-bottom: none;
}

.content_box {
	float: right;
	max-width: 940px;
	width: calc(100% - 260px);
	padding: 60px 0px;
}

.content_box>.h {
	width: 100%;
	height: 42px;
	line-height: 41px;
	border-bottom: 1px solid #dcdcdc;
}

.content_box>.h h4 {
	display: inline-block;
	color: #333;
	font-size: 20px;
	border-bottom: 2px solid #1A6FC2;
	line-height: 41px;
}

.content_box .container {
	padding: 30px 0px;
}

.content_box .list-row .list .item {
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.content_box .list-row .list .item .img {
	width: 300px;
	height: 200px;
	float: left;
	overflow: hidden;
}

.content_box .list-row .list .item .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.content_box .list-row .list .item .img:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.content_box .list-row .list .item .txt {
	width: 590px;
	float: right;
}

.content_box .list-row .list .item .txt .name {
	margin-bottom: 20px
}

.content_box .list-row .list .item .txt .name a {
	display: block;
	color: #333;
	font-size: 24px;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.content_box .list-row .list .item .txt .name a:hover {
	color: #e03638
}

.content_box .list-row .list .item .txt .desc {
	height: 78px;
	margin: 0px 0px 30px;
	color: #666;
	font-size: 15px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.content_box .list-row .list .item .txt .more a {
	display: block;
	width: 150px;
	height: 44px;
	line-height: 44px;
	color: #e03638;
	font-size: 16px;
	text-align: center;
	border: 1px solid #e03638;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.content_box .list-row .list .item .txt .more a:hover {
	background: #e03638;
	color: #fff;
}

.content .location {
	height: 40px;
	padding-left: 25px;
	background: url(../images/crm-icon.png) no-repeat left center;
	box-sizing: border-box;
}

.content .location a {
	display: block;
	float: left;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	padding-left: 10px;
	margin-left: 10px;
	background: url(../images/crm-arr-icon.png) no-repeat left center;
}

.content .location a:hover {
	color: #1A6FC2;
}

.content .location a:first-of-type {
	background: none;
	padding: 0px;
	margin: 0px;
}

.content_box .detail p {margin-bottom: 15px;color: #333;font-size: 16px;line-height: 30px;text-indent: 2em;}

.content_box .detail .bg-gray {
	background-color: #f7f7f7;
	padding: 30px;
}
.content_box .detail .bg-gray h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.content_box .detail .bg-gray p {
	text-indent: 0em;
	margin-bottom: 0px;
}
.content_box .detail .row .col-lg-4 {
	margin: 15px 0px;
}

.page {
	width: 100%;
	text-align: center;
	padding: 30px 0px;
}

.page a {
    display: inline-block;
    vertical-align: top;
    min-width: 34px;
    height: 34px;
    line-height: 32px;
    color: #999;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    padding: 0px 10px;
    margin: 0px 3px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.page a:hover,
.page a.active,
.page a.cur {
	background: #1A6FC2;
	color: #fff;
	border-color: #1A6FC2
}
.page a.arrow {
	font-size: 18px;
	font-weight: bold;
	font-family: 'SimSun'
}



.help-wrap {position: fixed;right: 10px;bottom: 10%;z-index: 10;text-align: center;-webkit-transition: all .8s ease;transition: all .8s ease;}
.help-wrap .help-box .help-icon {width: 50px;height: 50px;border-radius: 50px;margin-bottom: 10px;cursor: pointer;position: relative;}
.help-wrap .help-box .help-icon .icon {width: 50px;height: 50px;overflow: hidden;background-image: url(../images/side_icons.png);background-repeat: no-repeat;}
.help-wrap .help-box .help-icon .kficon {background-position: 0px 0px;}
.help-wrap .help-box .help-icon .qqicon {background-position: -50px 0px;}
.help-wrap .help-box .help-icon .qcicon {background-position: -100px 0px;}
.help-wrap .help-box .help-icon .gticon {background-position: -150px 0px;}

.help-wrap .help-box .information-box{display: none;position: absolute;right: 70px;top:50%; -webkit-transform: translate(0%,-50%);transform: translate(0%,-50%);min-width: 86px;min-height: 40px;line-height: 40px;border-radius: 6px;background: #fff;padding: 0px 15px;font-size: 14px;color: #666;text-align: center;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);}
.help-wrap .help-box .information-box:before{content: "";position: absolute;top: 50%;right: -20px;width: 0px;height: 0px;z-index: 2;border: 10px solid transparent;border-left-color: #fff; -webkit-transform: translate(0%,-50%);transform: translate(0%,-50%);}
.help-wrap .help-box .information-box:after{content: "";position: absolute;top: 50%;right: -20px;z-index: 1;width: 0px;height: 0px;border: 10px solid transparent;border-left-color: rgba(0, 0, 0, 0.6); -webkit-transform: translate(0%,-50%);transform: translate(0%,-50%);}
.help-wrap .help-box .help-icon:hover .information-box {display: block;}
.information-box .server a {display: block;margin: 10px 0px;border-bottom: 1px solid #eee;}
.information-box .server a:last-of-type {border-bottom: none;padding-bottom: 0px;}
.information-box .server a span {display: block;width: 142px;text-align: left;}
.information-box .server a .info-name {color: #666;font-size: 14px;line-height: 20px;}
.information-box .server a .info-value {color: #1A6FC2;font-size: 17px;height: 30px;line-height: 30px;}


.footer {
	width: 100%;
	background: #3B3E51;
	padding: 30px 0px 0px;
}

.footer-wrapper {
	width: 100%;
}

.footer-info {
	width: 400px;
	float: left;
	padding-top: 5px;
}

.footer-info .footer-infotit {
	width: 100%;
}

.footer-info .footer-infotit h6 {
	font-size: 30px;
	color: #333;
	margin-bottom: 30px;
}

.footer-info .footer-infotit p {
	font-size: 14px;
	color: #888;
	line-height: 22px;
}

.footer-info .footer-infodes {
	width: 100%;
	margin: 12px 0 24px;
}

.footer-info .footer-infodes p {
	font-size: 14px;
	color: #888;
	line-height: 22px;
}

.footer-navbar {
	float: left;
	position: relative;
}

.footer-navbar dl {float:left;margin-right:80px;}
.footer-navbar dt{overflow:hidden;line-height:100%;color:#FFFFFF; font-size:16px;margin-bottom: 15px;font-weight: 400;}
.footer-navbar dd{line-height:25px; font-size:14px;color: #ffffff}
.footer-navbar dd i{margin-right:6px; margin-left:10px;}
.footer-navbar dd a {color: #8c8d99;}
.footer-navbar dd a:hover {text-decoration: underline;color: #ffffff;}

.foot_contact {float: right;}
.foot_contact ul li {display: inline-block;vertical-align: top;margin-left: 30px;text-align: center;}
.foot_contact ul li img {width: 140px;height: 140px;}
.foot_contact ul li p {color: #787878;font-size: 14px;margin-top: 5px;}

.footer .footer-copyright {
	text-align: center;
	padding: 20px 0px;
	color: #8c8d99;
}
.footer .footer-copyright .con {
	padding-top: 20px;
	border-top: 1px solid #52556d;
}
.footer .footer-copyright .con a {
	color: #8c8d99;
    display: inline-block;
    margin-right: 10px;
}
.footer .footer-copyright .con .fl a:after {
    content: '';
    display: block;
    float: right;
    width: 1px;
    height: 12px;
    background: #787887;
    margin: 2px 0px 4px 10px;
}
.footer .footer-copyright .con .fl a:last-of-type:after {display: none}
@media (max-width: 1440px) {}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {
	.header {
		height: 60px;
	}
	.header .top-nav {
		height: 60px;
		padding: 0px 0px;
	}
	.header .top-nav .logo{
		height: 60px;
		line-height: 60px;
	}

	.header .top-nav .logo img {
		height: 40px;
	}

	.header-lang .lang-menu {
		margin: 15px 50px 15px 0px;
	}
	.header .top-nav .other-link {
		display: none;
	}
	.header-navbar>ul li .header-arr {
	    display: block;
	    width: 50px;
	    height: 50px;
	    position: absolute;
	    z-index: 9;
	    right: 0;
	    top: 0;
	    background: url(../images/iconArrH.png) no-repeat center center /14px auto;
	}

	.header-navclick {
		display: block;
	}

	.header-navbarbox {
		display: none;
		width: 100%;
		background: #fff;
		position: absolute;
		top: 60px;
		left: 0;
	}

	.header-navclick {
		display: block;
	}

	.header-navbarbox {
		display: none;
		width: 100%;
		background: #fff;
		position: absolute;
		top: 60px;
		left: 0;
	}

	.header-navbar {
		float: left;
		width: 100%;
		margin-right: 0;
		max-height: 480px;
		overflow-y: auto !important;
		padding: 10px 0 16px;
		text-align: left;
	}
	.header-navbar>ul {
		display: block;
	}
	  ul li {
		display: block;
		width: 100%;
		position: relative;
		margin: 0;
	}

	.header-menu {
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 0 4%;
		border-bottom: 1px solid #e3e3e3;
	}

	.header-navbar ul li.active .header-menu:after,
	.header-navbar ul li:hover .header-menu:after {
		display: none;
	}
	.header-navbar>ul li .sub-menu {
		display: none;
		position: static;
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0);
		box-shadow: 0 3px 3px rgba(112, 112, 112, 0)
	}
	.header-navbar ul li .sub-menu ul li a {
		padding: 0px 30px;
	}
	
	.header-navbar ul li.active .header-menu,
	.header-navbar ul li:hover .header-menu {
		color: #333;
		background-color: rgba(255,255,255,0);
	}
	.footer-navbar dl {
		width: 50%;
		margin: 0px 0px 15px 0px;
	}

	.foot_contact {
		width: 100%;
		text-align: center;
	}
	.foot_contact ul li {
		margin:0px 15px;
	}
	.foot_contact ul li img {
		width: 100px;
		height: 100px;
	}

	.footer .footer-copyright .con .left {
		margin-bottom: 10px;
	}


	.menu_box {display: none;}
	.content_box {
		width: 100%;
	}
}


@media (max-width: 768px) {
	.help-wrap {display: none;}
}

@media (max-width: 640px) {
	

	.footer-info .footer-infotit h6 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.footer-attention-link .button input {
		width: 100%;
		height: 35px;
	}
}

/*  -- flex弹性布局 -- */
.flex {
	display: flex;
}

.basis-xs {
	flex-basis: 20%;
}

.basis-sm {
	flex-basis: 40%;
}

.basis-df {
	flex-basis: 50%;
}

.basis-lg {
	flex-basis: 60%;
}

.basis-xl {
	flex-basis: 80%;
}

.flex-direction {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center;
}

.align-stretch {
	align-items: stretch;
}

.self-start {
	align-self: flex-start;
}

.self-center {
	align-self: flex-center;
}

.self-end {
	align-self: flex-end;
}

.self-stretch {
	align-self: stretch;
}

.align-stretch {
	align-items: stretch;
}

.justify-start {
	justify-content: flex-start;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-around {
	justify-content: space-around;
}

.flex-sub {
	flex: 1;
	overflow: hidden;
}


#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@-webkit-keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

@keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}



@-moz-keyframes buttonAnimationBefore {
	0% {
		-moz-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	50% {
		-moz-transform: translateY(8px) rotate(0);
		transform: translateY(8px) rotate(0);
	}

	100% {
		-moz-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
}

@-webkit-keyframes buttonAnimationBefore {
	0% {
		-webkit-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	50% {
		-webkit-transform: translateY(8px) rotate(0);
		transform: translateY(8px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
}

@keyframes buttonAnimationBefore {
	0% {
		-moz-transform: translateY(0px) rotate(0);
		-ms-transform: translateY(0px) rotate(0);
		-webkit-transform: translateY(0px) rotate(0);
		transform: translateY(0px) rotate(0);
	}

	50% {
		-moz-transform: translateY(8px) rotate(0);
		-ms-transform: translateY(8px) rotate(0);
		-webkit-transform: translateY(8px) rotate(0);
		transform: translateY(8px) rotate(0);
	}

	100% {
		-moz-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
}

@-moz-keyframes buttonAnimationAfter {
	0% {
		-moz-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-moz-transform: translateY(-8px) rotate(0);
		transform: translateY(-8px) rotate(0);
	}

	100% {
		-moz-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
}

@-webkit-keyframes buttonAnimationAfter {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-webkit-transform: translateY(-8px) rotate(0);
		transform: translateY(-8px) rotate(0);
	}

	100% {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
}

@keyframes buttonAnimationAfter {
	0% {
		-moz-transform: translateY(0) rotate(0);
		-ms-transform: translateY(0) rotate(0);
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		-moz-transform: translateY(-8px) rotate(0);
		-ms-transform: translateY(-8px) rotate(0);
		-webkit-transform: translateY(-8px) rotate(0);
		transform: translateY(-8px) rotate(0);
	}

	100% {
		-moz-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
}

@-moz-keyframes buttonAnimation {
	0% {
		background: transparent;
	}

	50% {
		background: rgba(255, 255, 255, 0);
	}

	100% {
		background: rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes buttonAnimation {
	0% {
		background: transparent;
	}

	50% {
		background: rgba(255, 255, 255, 0);
	}

	100% {
		background: rgba(255, 255, 255, 0);
	}
}

@keyframes buttonAnimation {
	0% {
		background: transparent;
	}

	50% {
		background: rgba(255, 255, 255, 0);
	}

	100% {
		background: rgba(255, 255, 255, 0);
	}
}
