html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 12px;
	vertical-align: baseline;
	box-sizing: border-box;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q, blockquote {
	quotes: none
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}

html, body {
	height: 100%;
	width: 100%;
	overflow: hidden;
	font-family: "Microsoft YaHei", STHeiti, "Hiragino Sans GB", "Helvetica Neue", Helvetica, SimSun, Tahoma, Arial, sans-serif;
}

.xht-container {
	min-width: 320px;
	height: 100%;
	position: relative;
	padding-top: 92px;
	overflow: auto;
}



.xht-container:not(.is-mobile)::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.xht-container:not(.is-mobile)::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.5);
}

.xht-container:not(.is-mobile)::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.xht-container.is-mobile {
	margin-right: 0;
}

.layui-nav .layui-nav-item {
	line-height: 56px;
	min-width: 88px;
}

.layui-nav .layui-nav-item a {
	padding: 0 10px !important;
}

.layui-nav .layui-nav-item.layui-this:after {
	display: none;
}

.layui-header .layui-nav .layui-nav-item:hover {
	border-left: 1px solid #eff3f5;
	border-right: 1px solid #eff3f5;
}

.navbar-burger {
	cursor: pointer;
	display: none;
	height: 60px;
	width: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

.navbar-burger span {
	background-color: currentColor;
	display: block;
	height: 2px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	transition: none 86ms ease-out;
	-webkit-transition: none 86ms ease-out;
	transition-property: background, left, opacity, transform;
	-webkit-transition-property: background, left, opacity, transform;
	width: 15px;
}

.layui-nav-child {
	padding: 0;
}

.navbar-burger span:nth-child(1) {
	margin-top: -6px;
}

.navbar-burger span:nth-child(2) {
	margin-top: -1px;
}

.navbar-burger span:nth-child(3) {
	margin-top: 4px;
}

.navbar-burger:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active {
	display: block;
}

.navbar-burger.is-active span:nth-child(1) {
	margin-left: -5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform-origin: left top;
	-webkit-transform-origin: left top;
}

.navbar-burger.is-active span:nth-child(2) {
	opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
	margin-left: -5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform-origin: left bottom;
	-webkittransform-origin: left bottom;
}

.text-blue {
	color: #00a3e9 !important;
	border: none !important;
}

.text-blue:hover {
	color: #2f318b !important;
}

.bg-gray {
	background-color: #f1f2f3;
}

.layui-header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 0px 20px #bbb;
}

.layui-header-title {
	background-color: #1d2c38;
}

.header-title {
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	color: #fff;
}

.header-left {
	display: inline-block;
}

.header-left i:last-child {
	display: none;
}

.header-title a {
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	margin: 0 8px;
	vertical-align: middle;
}

.header-title a:hover, .header-title a.text-blue:hover {
	color: #00a3e9 !important;
}

.header-right {
	float: right;
	color: #fff;
	line-height: 32px;
	font-size: 14px;
}

@media screen and (max-width: 480px){
	.header-right {
		display: none;
	}
}

.layui-header-body {
	width: 1200px;
	margin: 0 auto;
	height: 60px;
	position: relative;
}

.layui-nav-bar {
	display: none;
}

.layui-nav .layui-nav-more {
	display: none !important;
}

.layui-nav .layui-nav-mored {
	border-top-color: #fff;
	border-bottom-color: #00a3e9;
}

.layui-nav .layui-nav-child a:hover {
	background-color: #00a3e9;
	color: #fff !important;
}

.layui-logo {
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 99;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.layui-logo img {
	height: 50px;
}

.xht-container .layui-nav {
	background-color: #fff;
}

.xht-container .layui-nav .layui-nav-item a {
	color: #000;
	font-size: 14px;
	box-sizing: border-box;
	border-top: 4px solid #fff;
	padding: 0;
	text-align: center;
}

.xht-container .layui-nav .layui-nav-item.active {
	border-left: 1px solid #eff3f5;
	border-right: 1px solid #eff3f5;
}

.xht-container .layui-nav .layui-nav-item > a:hover, .xht-container .layui-nav .layui-nav-item.active > a {
	border-top-color: #00a3e9;
	color: #00a3e9;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner .img {
	width: 1000%;
	height: 100%;
	overflow: hidden;
}

.banner .img li {
	width: 10%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.banner .img li img {
	width: 100%;
}

.banner .layui-icon, #banner .layui-icon {
	width: 70px;
	line-height: 30px;
	border-radius: 50%;
	background: #fff;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 999;
	display: none;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#banner .layui-icon {
	background: rgba(0, 0, 0, 0.8);
}

.banner .layui-icon:hover {
	background-color: #00a3e9;
	color: #fff;
}

.banner .layui-icon.icon-right, #banner .layui-icon.icon-right {
	right: 10px;
	left: auto;
}

.banner:hover .layui-icon, #banner:hover .layui-icon {
	display: block;
}

.is-mobile .banner .layui-icon {
	width: 40px;
	font-size: 16px;
	padding: 5px;
}

.content-list {
	width: 1200px;
	margin: 45px auto 0 auto;
	padding: 0 18px;
	box-sizing: border-box;
	border: none;
	box-shadow: none;
	overflow: hidden;

}

.content-list .layui-tab-title {
	background-color: #0d2733;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	height: 50px;
}

.content-list.layui-tab-card > .layui-tab-title .layui-this {
	background-color: #00a3e9;
	color: #fff;
}

.content-list.layui-tab-card > .layui-tab-title li {
	flex: 1;
	font-size: 14px;
	line-height: 50px;
	padding: 0;
}

.is-mobile2 .content-list.layui-tab-card > .layui-tab-title li {
	font-size: 12px;
}

.layui-tab-title .layui-this:after {
	height: 50px;
	border: none;
}

.content-list .layui-tab-content {
	margin-top: 35px;
	margin-bottom: 35px;
	padding: 0;
}

.content-list .layui-tab-item {
	position: relative;
}

.fixed-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.fixed-bg .fixed-content {
	box-shadow: 0 0 20px #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 3px;
	padding: 15px 30px;
	color: #00a3e9;
	font-size: 16px;
}

.content-list .layui-tab-content ul {
	font-size: 0;
}

.content-list .layui-tab-content .iten-list {
	width: 25%;
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top;
}
.content-list .layui-tab-content .shop-ul .iten-list {
	height: 122px;
}

.content-list .layui-tab-content .iten-list a {
	display: block;
	padding: 0 12px;
}

.content-list .layui-tab-content .shop-ul .iten-div {
	height: 122px;
}

.content-list .layui-tab-content .iten-div {
	background-color: #fff;
	position: relative;
	width: 100%;
	text-align: center;
	height: auto;
	/*padding-top: 92.54%;*/
	overflow: hidden;
	border: 1px solid #f4f4f4;
	box-shadow: 1px 1px 3px #ccc;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.content-list .layui-tab-content .iten-div:hover {
	box-shadow: 5px 5px 15px #bbb;
}

.content-list .layui-tab-content .iten-div img {
	width: 100%;
	height: auto;
	/*position: absolute;
	top: 50%;
	left: 0;*/
	display: inline-block;
	/*-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.content-list .layui-tab-content .iten-list p {
	margin-top: 25px;
	color: #888;
	font-size: 14px;
}

.content-list .layui-tab-content .iten-list p.p_center{
	text-align: center;
}

.is-mobile .content-list .layui-tab-content .iten-list p {
	font-size: 14px;
	margin-top: 10px;
}

.is-mobile2 .content-list .layui-tab-content .iten-list p {
	font-size: 12px;
}

.content-list .layui-tab-content .iten-list p span {
	margin-right: 0;
}

.content-list .layui-tab-content .iten-list p span.span_block{
	display: block;
	font-size: 14px;
	margin-top: 3px;
}

.content-list .layui-tab-content .iten-list p span.text-blue{
	font-size: 14px;
}

.more-a {
	text-align: right;
	padding-bottom: 25px;
}

.more-a a {
	display: inline-block;
	padding: 10px 5px;
	font-size: 16px;
}

.contact-div {
	width: 1200px;
	margin: 0 auto;
}

.case-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 18px;
	box-sizing: border-box;
}

.content-title {
	font-size: 40px;
	line-height: 100px;
}

.content-title span {
	font-size: 40px;
	color: #999;
	margin-left: 20px;
}

.content-title a {
	font-size: 16px;
	float: right;
	padding: 0 15px;
}

.case-div ul {
	font-size: 0;
}

.case-div ul li {
	width: 25%;
	display: inline-block;
	padding: 0 0 20px 0;
	vertical-align: top;
}

.layui-layer-imguide, .layui-layer-imgbar {
	display: none !important;
}

.case-div ul li a {
	display: block;
	padding: 0 12px;
}

.case-div ul li a .case-img {
	width: 100%;
	padding-top: 68%;
	position: relative;
	overflow: hidden;
}

.case-div ul li a .case-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.case-div ul li a .case-img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case-div ul li a p {
	font-size: 16px;
	color: #999;
	text-align: center;
	margin-top: 20px;
}

.case-div ul li a:hover p {
	color: #00a3e9;
}

.partner-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 18px 30px;
	border-top: 1px solid #cecece;
}

#partner {
	max-width: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}

#partner .layui-icon {
	display: block;
	color: #ccc;
	font-size: 20px;
	border-radius: 0;
	width: 26px;
	line-height: 200px;
	padding: 0;
	left: 0;
	font-weight: bold;
	height: 200px;
}

#partner .layui-icon:hover {
	color: #fff;
}

#partner .layui-icon.icon-right {
	right: 0;
	left: auto;
}

#partner ul li {
	width: 2%;
	padding: 0 5px;
}

#partner ul li a{
	display: block;
	padding-top: 55%;
	background-color: #fff;
	position:relative;
}

#partner ul li a img{
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.partner-msg {
	display: block;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid #2d3c48;
}

.partner-msg p, .partner-msg p a {
	font-size: 12px;
	color: #a7a7a7;
	line-height: 18px;
	margin-bottom: 3px;
}

.partner-msg p a:hover{
	color: #00a3e9;
}

.footer-tabs {
	min-width: 320px;
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	font-size: 0;
	background-color: #1d2c38;
}

.footer-tabs li {
	width: 25%;
	display: inline-block;
}

.footer-tabs li a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 12px;
	padding: 5px 0 10px 0;
}

.footer-tabs li a:hover {
	background-color: #00a3e9;
}

.footer-tabs li a i {
	display: block;
	padding: 5px;
	font-size: 16px;
}

.footer {
	background-color: #1d2c38;
}

.footer-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 35px 20px 35px;
	text-align: center;
}

.footer-content * {
	color: #fff;
}

.footer-content .code-img img {
	width: 80px;
	height: 80px;
}

.footer-ul {
	display: inline-block;
	vertical-align: top;
}

.footer-ul li {
	text-align: center;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	margin: 0 7px;
}

.footer-ul li dl {
	margin-top: 5px;
}

.footer-ul li dd {
	font-size: 12px;
	color: #999;
	line-height: 16px;
}

.footer-ul li dd a {
	padding: 5px 10px;
	display: inline-block;
	color: #999;
}

.footer-ul li dd a:hover {
	color: #fff;
}

.code-div, .code-img {
	display: inline-block;
	vertical-align: top;
}

.code-img {
	text-align: center;
	margin: 0 20px;
}

.code-img p {
	margin: 5px;
	0;
}

.contact-content {
	border-top: 1px solid #666;
}

.address-div {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
}

.msg-content {
	width: 50%;
	vertical-align: top;
}

.msg-content p {
	color: #fff;
	margin-bottom: 10px;
	font-size: 14px;
}

.msg-content {
	width: 100%;
	margin: 0 2%;
}

.contact-msg {
	width: 100%;
	padding: 10px;
	display: table;
}

.msg-cell {
	display: table-cell;
	padding: 10px;
}

.msg-content {
	padding: 0;
	border-radius: 5px;
}

.msg-content p {
	color: #a7a7a7;
}

.top-side {
	position: fixed;
	bottom: 60px;
	right: 0;
	z-index: 9980;
}

.top-side #top {
	display: none;
}

.top-side .top-item {
	padding: 6px 0;
	font-size: 0;
	width: 250px;
	margin-top: 1px;
	border-radius: 3px 0 0 3px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	background-color: rgba(0, 163, 233, 0.9);
	margin-right: -200px;
}

.top-side .top-item .layui-icon {
	display: inline-block;
	font-size: 42px;
	width: 50px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	vertical-align: middle;
}

.top-side #top .layui-icon {
	text-align: center;
}

.top-side .top-item:hover {
	box-shadow: -2px 0 8px 2px rgba(0, 0, 0, 0.2);
	margin-left: -200px;
}

.top-side #top:hover {
	margin-left: 0;
	margin-right: -200px;
}

.top-side .top-container i {
	background-image: url(../img/side.png);
	background-repeat: no-repeat;
}

.top-side .top-container i.icon-phone {
	background-position: center -196px;
}

.top-side .top-container i.icon-mail {
	background-position: center -130px;
}

.top-side .top-container i.icon-qq {
	background-position: center 2px;
}

.top-side .top-container i.icon-code {
	background-position: center -65px;
}

.top-side .top-container:hover .top-hidden {
	display: inline-block;
}

.top-hidden {
	vertical-align: middle;
	display: none;
	width: 200px;
	line-height: 1;
	border-radius: 0 3px 3px 0;
	overflow: hidden;
	color: #fff;
	font-size: 0;
	border-left: 1px solid #fff;
	padding: 0 10px;
}

.top-hidden p {
	font-size: 14px;
	margin: 5px 0;
}

.top-hidden a {
	color: #fff;
	font-size: 16px;
}

.top-hidden .top-img {
	width: 50%;
	line-height: 1;
	padding: 0 5px;
	display: inline-block;
}

.top-hidden .top-img img {
	width: 80px;
	height: 80px;
}

.top-hidden .top-img p {
	text-align: center;
	margin-bottom: 0;
}

.img-content img {
	width: 100%;
}

.content h1 {
	font-size: 32px;
	padding: 20px 0;
}

.content h2 {
	font-size: 28px;
	padding: 15px 0;
	line-height: 36px;
}

.content .content-title {
	padding-top: 0;
}

article p {
	font-size: 14px;
	line-height: 28px;
}

.link-content {
	padding: 4px;
	border-radius: 5px;
	position: fixed;
	top: 50%;
	right: 10px;
	background-color: #f8f8f8;
	transform: translateY(50%);
	-webkit-transform: translateY(50%);
}

.link-content a {
	display: block;
	font-size: 16px;
	color: #00a3e9;
	padding: 8px 10px;
}

.link-content a:hover {
	background-color: #fff;
}

.device-list {
	margin-top: 0;
	padding-bottom: 50px;
}

.device-list .layui-tab-content {
	margin: 0;
}

.device-list h1 {
	padding: 0 10px;
	font-size: 30px;
	color: #4c4c4c;
	line-height: 86px;
}

.more-a {
	padding-bottom: 0;
}

.more-a a {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 10px;
	border: 1px solid #bdc3c7;
	margin: 0 5px;
}

.more-a a.pageno {
	background-color: #ccc;
	color: #fff;
	border-color: #ccc;
	cursor: no-drop;
}

.more-a a.page:hover {
	color: #fff;
	background-color: #00a3e9;
}

.more-a a.pagenow {
	color: #fff;
	background-color: #00a3e9;
	border-color: #00a3e9;
}

.more-a a.layui-icon {
	padding: 7px;
}

.more-a a.this-a {
	border-color: #2d3e4f;
	pointer-events: none;
}

.contact-div {
	width: 1200px;
	margin: 0 auto;
}

.contact-div h1 {
	font-size: 30px;
	line-height: 120px;
	text-align: center;
}

.contact-div .contact-ul {
	font-size: 0;
	margin-top: 40px;
	padding-bottom: 80px;
	border-bottom: 1px dashed #cbd2d9;
}

.contact-div .contact-li {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
}

.contact-div .contact-li ul {
	padding: 0 15px;
	font-size: 0;
	display: flex;
	display: -webkit-flex;
}

.contact-div .contact-li li {
	flex: 1;
	width: 50%;
	font-size: 14px;
	text-align: center;
	display: inline-block;
}

.contact-div .contact-li li img {
	width: 100px;
	height: auto;
}

.contact-div .contact-li li p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.contact-div .contact-li:nth-child(2) {
	text-align: center;
}

.contact-div .contact-li:nth-child(3) {
	text-align: right;
}

.contact-div .contact-li .contact-box {
	width: 300px;
	height: 320px;
	padding: 50px 10px 10px;
	text-align: center;
	display: inline-block;
	border: 1px solid #cbd2d9;
	position: relative;
}

.contact-div .contact-li .contact-box div {
	margin-bottom: 6px;
}

.contact-div .contact-li .contact-box div p {
	line-height: 22px;
	font-size: 14px;
}

.contact-div .contact-li .contact-box div p.p-title {
	font-size: 16px;
	line-height: 24px;
}

.contact-div .icon-sapn {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	display: block;
	width: 87px;
	height: 87px;
	background-image: url('../img/contact.png');
	background-repeat: no-repeat;
}

.contact-div .icon-address {
	background-position: 0 0;
}

.contact-div .icon-way {
	background-position: 0 -97px;
}

.contact-div .icon-us {
	background-position: 0 -194px;
}

.contact-div h3 {
	font-size: 20px;
	color: #5e5e5e;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-div .layui-form {
	width: 560px;
	margin: 0 auto;
	font-size: 0;
}

.contact-div .layui-form .layui-btn {
	display: block;
	width: 45%;
	font-size: 16px;
	margin: 25px auto 80px;
	background-color: #00a3e9;
}

.contact-div .layui-form > div {
	margin-left: 0;
	margin-bottom: 15px;
	font-size: 16px;
}

.contact-div .layui-textarea {
	height: 200px;
	resize: none;
}

.contact-div .layui-form .layui-inline {
	width: 49%;
}

.contact-div .layui-form .layui-inline:first-child {
	margin-left: 0;
	margin-right: 1%;
}

.contact-div .layui-form .layui-inline:nth-child(2) {
	margin-left: 1%;
	margin-right: 0;
}

@media screen and (max-width: 1200px) {
	
	.header-title, .layui-header-body, .content-list, .case-content, .partner-content, .contact-msg, article, .contact-div {
		width: 100%;
	}

	#banner .num {
		width: 60%;
	}

	.contact-div {
		padding: 0 15px;
	}
}

@media screen and (max-width: 1000px) {
	.footer-content {
		width: 100%;
	}

	.navbar-burger {
		display: block;
	}

	.layui-layout-right {
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9999;
		transform: translateX(200%);
		-webkit-transform: translateX(200%);
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}

	.layui-layout-right.is-active {
		border-top: 1px solid #ddd;
		min-width: 640px;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}

	.layui-layout-right.is-active .layui-nav {
		display: flex;
		display: -webkit-flex;
		box-shadow: 0 1px 20px #999;
	}

	.layui-nav {
		padding: 0;
	}

	.layui-nav .layui-nav-item {
		text-align: center;
		vertical-align: top;
		display: inline-block;
		flex: 1;
		padding: 0 1px;
	}

	.layui-nav .layui-nav-item a {
		line-height: 40px;
		padding: 0;
		background-color: #2f318b;
		color: #fff !important;
	}

	.layui-nav .layui-nav-item .layui-nav-more {
		display: none !important;
	}

	.layui-nav .layui-nav-item * {
		animation: none !important;
		-webkit-animation: none !important;
	}

	.layui-nav .layui-nav-item .layui-nav-child {
		position: static;
		display: inline-block;
		padding: 0 0 20px 0;
		border: none;
		box-shadow: none;
		vertical-align: top;
	}

	.layui-nav .layui-nav-item .layui-nav-child dd {
		text-align: center;
		line-height: 20px;
	}

	.layui-nav .layui-nav-item .layui-nav-child dd:hover a {
		background-color: #fff;
		color: #00a3e9 !important;
	}

	.layui-nav .layui-nav-item .layui-nav-child dd a {
		font-size: 12px;
		line-height: 28px;
		color: #000 !important;
		background-color: #fff !important;
	}

	.layui-nav-bar {
		display: none !important;
	}

	.contact-div .contact-li {
		width: 100%;
		display: block;
		text-align: center !important;
		margin: 0 auto 50px;
	}

	.contact-div .contact-li .contact-box {
		width: 80%;
		height: auto;
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 780px) {
	.layui-tab-item .msg-content p {
		font-size: 12px;
	}

	.layui-nav .layui-nav-item {
		display: block;
		width: 100%;
	}

	.layui-header .layui-nav .layui-nav-item.active {
		border: none;
	}

	.xht-container {
		padding-bottom: 70px;
	}

	.xht-container .layui-nav .layui-nav-item a {
		font-size: 12px;
	}

	.case-div ul li, .content-list .layui-tab-item .iten-list {
		width: 33.33%;
	}

	.case-div ul li a p {
		font-size: 12px;
	}

	.content-title {
		font-size: 20px;
		line-height: 60px;
	}

	.content-title span {
		font-size: 20px;
	}

	.content-title a, .content-list .layui-tab-content .more-a a {
		font-size: 14px;
	}

	.msg-content {
		width: 100%;
		margin-bottom: 20px;
	}

	.partner-msg {
		padding-bottom: 86px;
	}

	.footer-tabs {
		display: block;
	}

	.footer-pc, .link-content {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.layui-layout-right.is-active .layui-nav {
		display: block;
		height: 100%;
		overflow: auto;
		background: rgba(0, 0, 0, 0.7);
	}

	.layui-layout-right.is-active .layui-nav li {
		line-height: 1;
	}

	.layui-nav .layui-nav-item .layui-nav-child {
		padding: 0;
	}

	.layui-nav .layui-nav-item .layui-nav-child dd {
		border-bottom: 1px solid #eee;
	}

	.layui-nav .layui-nav-item .layui-nav-child dd a {
		line-height: 32px;
	}

	.layui-layout-right.is-active {
		position: fixed !important;
		top: 92px;
		min-width: 320px;
		bottom: 0;
		padding-bottom: 60px;
		background-color: rgba(0, 0, 0, 0.5);
		overflow: auto;
		z-index: 10000;
	}

	.content-list {
		margin-top: 20px;
	}

	.content-list .layui-tab-content .more-a {
		padding: 0;
	}

	.content-list .layui-tab-content {
		margin-top: 15px;
	}

	.case-div ul li, .content-list .layui-tab-item .iten-list {
		width: 50%;
	}

	.contact-div .layui-form {
		width: 100%;
	}
}

.content-div {
	width: 1200px;
	margin: 0 auto;
	padding: 30px 15px;
}

@media screen and (max-width: 1200px) {
	.content-div {
		width: 100%;
	}
}

.deviceCenter-ul {
	padding: 150px 50px;
	font-size: 0;
	text-align: center;
}

.deviceCenter-ul li {
	display: inline-block;
	width: 300px;
	margin: 20px 0;
}

.deviceCenter-ul li a {
	display: block;
	width: 80%;
	text-align: center;
	color: #fff;
	font-size: 22px;
	line-height: 100px;
	border-radius: 10px;
	background-color: #00a3e9;
}

.layui-breadcrumb a {
	font-size: 12px;
}

.layui-breadcrumb a cite, .layui-breadcrumb a span {
	font-size: 12px;
}

.layui-breadcrumb a cite {
	color: #00a3e9;
}

.breadcrumb {
	max-width: 1200px;
	padding: 20px 10px;
	margin: 0 auto;
	font-size: 12px;
	border-bottom: 1px dashed #dbdbdb;
}

.breadcrumb .new_date {
	font-size: 12px;
	float: right;
}

.content {
	position: relative;
	max-width: 1200px;
	min-height: 800px;
	margin: 0 auto;
	padding: 20px 20px 100px;
	overflow: hidden;
}

.div-right {
	position: relative;
	left: 0;
	vertical-align: top;
	margin-left: 240px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.div-right *{
	font-size:inherit;
}

.div-right h1 {
	padding-top: 0;
}

.div-right img {
	max-width: 100%;
}

.div-right .layui-table {
	margin: 0;
}

.div-right .layui-table thead tr {
	background-color: #6ec9f1;
}

.div-right .layui-table tbody tr:hover {
	background-color: #f9f9f9;
}

.div-right .layui-table th {
	font-size: 12px;
	padding: 9px 0;
	text-align: center;
	color: #fff;
}

.div-right .layui-table td {
	text-align: center;
}

.div-right .layui-table td a {
	padding: 3px 10px;
	border-radius: 3px;
	background-color: #00a3e9;
	color: #fff;
}

.div-right .layui-table td a:hover {
	opacity: 0.8;
}

.div-right .layui-tab-content {
	padding: 0;
	margin: 0;
}

.div-right.content-list {
	width: auto;
	margin-top: 0;
	padding: 0;
}

.div-left {
	position: relative;
	width: 220px;
	height: 600px;
	overflow: auto;
	vertical-align: top;
	float: left;
	background-color: transparent !important;
}

.div-left.fixed {
	padding-top: 40px;
	overflow: hidden;
}

.div-left.active {
	position: fixed;
	top: 100px;
	bottom: 240px;
	height: auto;
	z-index: 9;
}

.div-left h3 {
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #2f318b;
}

.div-left.fixed h3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.div-left ul {
	margin: 1px 0 5px;
	background-color: transparent !important;
}

.div-left.fixed ul {
	overflow: auto;
	position: absolute;
	top: 40px;
	left: 0;
	right: -20px;
	bottom: 0;
}

.div-left ul.layui-nav-tree {
	width: 240px;
}

.div-left .layui-nav .layui-nav-item {
	width: 220px;
}

.div-left .layui-nav .layui-nav-item a {
	border: none;
}

.div-left ul li a {
	display: block;
	line-height: 36px;
	background-color: #f2f2f2;
	font-size: 14px;
	color: #747674;
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.div-left ul li a.active {
	color: #00a3e9;
}

.div-left .layui-nav-tree .layui-nav-item a {
	height: 36px;
	line-height: 36px;
}

.div-left .layui-nav-tree .layui-nav-item .layui-nav-child a {
	background-color: #fafafa;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.div-left .layui-nav-tree .layui-nav-item a:hover {
	background-color: #f6f6f6;
}

.div-left .layui-nav-tree .layui-nav-itemed a:hover {
	background-color: #6793d9;
}

.div-left .layui-nav-itemed > a {
	color: #fff !important;
	background-color: #6793d9;
}

.div-left .layui-nav-tree .layui-this > a {
	background-color: #f5f5f5;
	color: #000;
}

.div-left .layui-nav-tree dd.layui-this > a {
	color: #00a3e9;
}

.div-left .layui-nav-tree .layui-nav-child a:hover {
	color: #fff !important;
}

.div-left .layui-nav-tree .layui-nav-more {
	top: 14px;
}

.div-left .layui-nav .layui-nav-more {
	display: block !important;
	border-color: #000 transparent transparent;
}

.div-left .layui-nav-itemed .layui-nav-more {
	top: 10px;
	border-color: transparent transparent #fff;
}

.div-left .layui-nav .layui-nav-item {
	line-height: 36px;
	border-bottom: 1px solid #fff;
}

.div-left .layui-nav .layui-nav-child dd {
	border-bottom: 1px solid #fff;
}

.div-left ul li a:hover {
	color: #00a3e9;
}

.side-btn {
	cursor: pointer;
	min-width: 50px;
	line-height: 50px;
	padding:0 5px;
	text-align: center;
	border-radius: 0 3px 3px 0;
	font-size: 14px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0.8;
	position: fixed;
	left: 0;
	bottom: 60px;
	z-index: 9980;
	display: none;
}

.side-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10002;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	margin-left: -280px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (max-width: 1000px) {
	.content .div-left {
		margin-left: -280px;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		position: fixed;
		top: 0;
		left: 0 !important;
		bottom: 0;
		z-index: 10003;
		height: 100%;
	}

	.content .div-right {
		margin-left: 0;
	}

	.content.active .div-left {
		background-color: #fff !important;
		margin-left: 0;
	}

	.content.active .side-bg {
		display: block;
	}

	.side-btn {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	.div-right .layui-table th:nth-child(2),.div-right .layui-table th:nth-child(3), .div-right .layui-table td:nth-child(2), .div-right .layui-table td:nth-child(3) {
		display: none
	}
	.layui-table td, .layui-table th{
		padding:9px 2px;
	}
}

.showbox-div {
	width: 520px;
	margin: 0 auto 0 0;
	position: relative;
	z-index: 99;
}

#showbox {
	background: #eee;
}

#showbox p {
	background-color: #fff;
	z-index: 999;
}

#showbox span{
	background-color: rgba(0,0,0,0.5);
}

#showbox img {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

#showbox p img {
	border: none;
}

#showsum {
	left: 15px;
	margin-top: 10px;
}

#showsum span {
	border: 1px solid #ddd;
}

#showsum span.sel {
	border: 1px solid #f60;
}

.showpage {
	width: 520px;
	position: relative;
}

.showpage a {
	display: block;
	width: 15px;
	border: 1px solid #ddd;
	height: 65px;
	line-height: 65px;
	background: #eee;
	text-align: center;
	text-indent: -2px;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: -67px;
	text-decoration: none;
	color: #999;
}

.showpage a#shownext {
	left: auto;
	right: 0;
}

.showpage a:hover {
	background: #ccc;
	color: #777;
}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 450px !important;
	overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 450px !important;
	position: relative;
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #00a3e9 !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
	background-color: #00a3e9 !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 0;
	width: 62.5% !important;
	display: flex;
	display: -webkit-flex;
}

.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #fff;
	flex: 1;
	height: 6px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}

.tp-leftarrow.large {
	top: 50% !important;
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(/img/slider-left-arrow.png) no-Repeat;
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /*增加阴影*/
}

.tp-rightarrow.large {
	top: 50% !important;
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: #393939 url(/img/slider-right-arrow.png) no-Repeat 0 0;
	width: 42px;
	height: 43px;
	margin-left: 0;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /*增加阴影*/
}

.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-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;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tp-thumbs img {
	width: 100%;
}

.tp-bannertimer {
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: 5000;
	background-color: #00a3e9;
	visibility: visible !important;
}

.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}

	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}

	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}

	.responsive .tparrows {
		display: none;
	}
}

.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.tp-simpleresponsive a {
	text-decoration: none;
}

.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tp-simpleresponsive > ul > li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}

.tp-loader {
	background: url(/img/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.td-title{
  width: 90px;
  font-weight: bold;
}
.project-container{
  min-height: 900px;
  overflow: hidden;
  margin:0 -20px;
  padding:20px;
}
.project-container .div-right{
  min-height: 800px;
  margin-top:35px;
  margin-left: 205px;
  border-left:1px solid #e5e5e5;
	padding:0 45px;
}

.project-left{
  width: 175px;
  overflow: hidden;
  padding:35px 0;
	height: 560px;
}

.project-left .left-button{
	width: 168px;
  position:absolute;
  left:0;
  z-index:9;
  background-color: #ccc;
  text-align: center;
  line-height: 34px;
  height: 30px;
  display: none;
  cursor: pointer;
}
.project-left .left-button:hover i{
	color:#00a3e9;
}

.project-left .left-button i{
  color:#fff;
  font-size: 32px;
}
.project-left .left-button.left-up{
  top:0;
}
.project-left .left-button.left-down{
  bottom:0;
}
.project-left li{
  /*width:168px;
  height: 190px;*/
  padding:4px;
  text-align: center;
  margin-bottom: 10px;
	border:1px solid transparent;
}
.project-left li.active,.project-left li:hover{
  border:1px solid #e5e5e5;
  box-shadow: 2px 2px 10px #e3e3e3;
}
.project-left li img{
  width:100%;
  height: 120px;
}
@media screen and (max-width: 1000px){
	.project-container .div-right{
		margin-left: 0;
		border-left:none;
	}
	.project-left .left-button{
		width:100%;
	}
}
.layui-layer-msg{
	min-width: 100px;
}

/*相册样式*/
.is-mobile .xhtPhoto{  	
	width: 100%;
	position: absolute;
	top: 93px;
	bottom: 53px; 
}
.xht-container:not(.is-mobile) .xhtPhoto{
	width: 100%;
	height: calc(100vh - 92px);
}
.xht-container .xhtPhoto{
	position: fixed;
	bottom: 0;
}
