﻿@charset "utf-8";
.wrap {
	max-width: 1700px;
	width: 95%;
	margin: 0 auto;
}
.wrap1200 {
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
}
.max-wrap {
	max-width: 1700px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-over {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.over {
	overflow: hidden;
}
.nowrap {
	white-space: nowrap;
}
.nowrap * {
	white-space: normal;
}
.fz0 {
	font-size: 0px;
}
.relative {
	position: relative;
	z-index: 1;
}
.absolute {
	position: absolute;
	z-index: 1;
}
.fixed {
	position: fixed;
	z-index: 1;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
}
.hide {
	display: none;
}
.max-w100 {
	max-width: 100%;
}
.max-h100 {
	max-height: 100%;
}
.middle {
	vertical-align: middle;
}
.middle-span {
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.border-box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.content-box {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.trans {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.trans-1s {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.scale:hover .scale-img {
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.grayscale .grayscale-img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.grayscale:hover .grayscale-img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
}
.fz0.nowrap {
	letter-spacing: -5px;
}
.fz0.nowrap * {
	letter-spacing: normal;
}
.red {
	color: #f50;
}
.bgf3 {
	background-color: #f3f3f3;
}
.show1300 {
	display: none;
}
.show992 {
	display: none;
}
.show768 {
	display: none;
}
.show480 {
	display: none;
}
.show320 {
	display: none;
}
@font-face {
	font-family: 'PingFang';
	src: url(../fonts/pingfanglight.ttf);
}
@font-face {
	font-family: 'AvantGarde';
	src: url(/fonts/AvantGardeBook.otf);
}
html, body {
	overflow-x: hidden;
}
#body {
	position: relative;

	left: 0;
	top: 0;
	bottom: 0;
	right: 0;/*display: none;*/
}
/*#body.on{z-index: 10;}*/
header {
	width: 100%;
	height: 150px;
	
	

	z-index: 6 !important;
	left: 0;
	top: 0;
}
header #logo {
	height: 68px;
	max-width: 60%;

}
/*header #logo > a{z-index: 2;}*/
header #logo .logo-on {
	left: 0;
	top: 0;
}
header nav {
	line-height: 50px;
	margin-top:30px; width:70%; right:0px
}
header nav .bd {
	max-height: 100%;
}
header nav .nav-item {
	width: 150px;
}
header nav .nav-item > a {
	font-size: 16px;
	color: #555;
}
header nav .nav-item > .on {
	color: #000;
}
header nav .nav-item > a:hover {
	color: #0382db;
}
header .header-user {
	margin-top: 3px;
}
header .header-user .login {
	width: 86px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #333;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}
header .header-user .login i {
	width: 18px;
	height: 18px;
	background: url(../images/ico-user-0.png) no-repeat;
	margin-right: 10px;
	top: -2px;
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
}
header .header-user .login i::after {
	width: 100%;
	height: 100%;
	background: url(../images/ico-user-1.png) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	content: '';
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
header .header-user .login:hover {
	color: #fff;
	background-color: #0382db;
	border-color: #0382db;
}
header .header-user .login:hover i::after {
	opacity: 1;
}
header .header-user .try {
	width: 130px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	margin-left: 5px;
}
header .header-user .try:hover {
	color: #fff;
	background-color: #0382db;
	border-color: #0382db;
}
header .header-user .member {
	width: 140px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #333;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}
header .header-user .member i {
	width: 18px;
	height: 18px;
	background: url(../images/ico-user-0.png) no-repeat;
	margin-right: 10px;
	top: -2px;
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
}
header .header-user .member i::after {
	width: 100%;
	height: 100%;
	background: url(../images/ico-user-1.png) no-repeat;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	content: '';
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
header .header-user .member:hover {
	color: #fff;
	background-color: #0382db;
	border-color: #0382db;
}
header .header-user .member:hover i::after {
	opacity: 1;
}
header .preview-button {
	width: 320px;
	line-height: 50px;
	left: 50%;
	top: 0;
	margin-left: -160px;
}
header .preview-button > a {
	margin: 0 12px;
}
header .preview-button .fa {
	font-size: 32px;
	color: #fff;
}
header .preview-button .on {
	-ms-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
header .menu-button {
	line-height: 50px;
	font-size: 32px;/*color: #fff;*/
}
header .menu-button a {
	color: inherit;
}
header .menu-button a:hover {
	color: #0382db;
}
header.opaque {
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
header.black {
	height: 85px;
	background-color: #222;
	padding-top: 17px;
}
/*header.black #logo > a{opacity: 0;}*/
header.black .header-user .login {
	color: #fff;
	border-color: #fff;
}
header.black .header-user .login i::after {
	opacity: 1;
}
header.black .header-user .login:hover {
	border-color: #0382db;
}
header.black .header-user .try {
	color: #fff;
	border-color: #fff;
}
header.black .header-user .try:hover {
	border-color: #0382db;
}
header.black + #header-blank {
	height: 85px;
}
header.black .menu-button {
	color: #333;
}

#header-blank {
	height: 100px;
}
#banner {
	z-index:-9999;
}
#banner .bd {
	width: 100%;
}
#banner .bar {
	left: 0;
}
#banner .item {
	width: 100%;
}
#banner .item > a {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#banner .item-0 .font {
	width: 100%;
	left: 0;
	top: 5%;
	opacity: .4;
}
#banner .item-0 .font span {
	font-family: 'PingFang';
	font-size: 60px;
	color: #0382db;
	background-image: -webkit-gradient(linear, 0 0, right 0, from(#0382db), to(#19fff7));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-left: 15px;
	letter-spacing: 15px;
}
#banner .item-0 .img {
	box-shadow: 40px 40px 30px rgba(0,0,0,.2);
}
#banner .item-0 .img-0 {
	width: 42.135416666%;
	left: 28.9583333%;
	bottom: 10%;
	opacity: .4;
}
#banner .item-0 .img-1 {
	width: 16.40625%;
	left: 10%;
	bottom: 0;
	opacity: .4;
}
#banner .item-0 .img-2 {
	width: 16.40625%;
	right: 10%;
	bottom: 0;
	opacity: .4;
}
#banner .item-0.on .font {
	top: 11.25%;
	opacity: 1;
}
#banner .item-0.on .img-0 {
	bottom: 0;
	opacity: 1;
}
#banner .item-0.on .img-1 {
	left: 0;
	opacity: 1;
}
#banner .item-0.on .img-2 {
	right: 0;
	opacity: 1;
}
#banner .item .banner-button {
	width: 178px;
	height: 47px;
	background: url(../images/banner-btn.png) no-repeat;
}
#banner .item:nth-child(1) .banner-button {
	left: 50%;
	top: 26.5%;
	margin-left: -89px;
	margin-top: -5%;
}
#banner .item:nth-child(2) .banner-button {
	left: 10.9375%;
	top: 71.25%;
}
#banner .item:nth-child(3) .banner-button {
	left: 50%;
	top: 61.875%;
	margin-left: -89px;
}
#banner .item:nth-child(1).on .banner-button {
	margin-top: 0;
}
#banner.slide .bar {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
#banner.fold .item {
	zoom: 1;
	opacity: 0;
}
#banner.fold .item.on {
	opacity: 1;
}
#small-banner {
	z-index: -999;
}
#small-banner .bd {
	width: 100%;
}
#small-banner .bar {
	left: 0;
}
#small-banner .item {
	width: 100%;
}
#small-banner .item > a {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#small-banner.slide .bar {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#small-banner.fold .item {
	zoom: 1;
	opacity: 0;
}
#small-banner.fold .item.on {
	opacity: 1;
}
.index-title {
	font-size: 40px;
	color: #222;
}
.index-brief {
	font-size: 14px;
	color: #aaa;
	margin-top: 10px;
}
#products > .category-list {
	margin: 30px auto 36px;
}
#products > .category-list .item {
	width: 144px;
	height: 47px;
	line-height: 47px;
	font-size: 14px;
	color: #555;
	background-color: #f1f1f1;
	border-radius: 2px;
	margin: 3px 0.5%;
}
#products > .category-list .item:hover, #products > .category-list .item.on {
	color: #fff;
	background-color: #0382db;
}
#products > .category-list .item i {
	font-size: 20px;
	margin-right: 20%;
	vertical-align: middle;
}
#products .products-bg {
	background-color: #f8f8f8;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 70px 0 55px; margin-top:25px
}
#products.index .products-bg {
	padding: 0 0 55px;
}
#products.index #products-box {
	padding-top: 70px;
	left: 0;
}
#products-box .products-list .item {
	width: 30.588%;
	margin-right: 3.523529%;
	margin-bottom: 60px;
	vertical-align: top;
}
#products-box .products-list .item.last {
	margin-right: 0;
}
#products-box .products-list .item[status='on'] {
	z-index: 2;
}
#products-box .products-list .item[status='on'] .main {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
#products-box .products-list .item[status='off'] {
	opacity: 0;
}
#products-box .products-list .item[status='off'] .main {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
#products-box .products-list .item .main {
	max-width: 520px;
	margin: 0 auto;
}
#products-box .products-list .item .cover {
	z-index: 2;
}
#products-box .products-list .item .cover .img {
	width: 100%;
	left: 0;
	top: 4%; max-height:255px; overflow:hidden
}
#products-box .products-list .item .cover .img img {
	width: 76.923%; height:auto
}
#products-box .products-list .item .cover .opt {
	width: 100%;/*max-height: 0;*/
	left: 0;/*bottom: -moz-calc(20% + 100px);bottom: -webkit-calc(20% + 100px);bottom: calc(20% + 100px);*/
	bottom: 20%;
	opacity: 0;
}
#products-box .products-list .item .cover .opt .button-bg {
	width: 76.923%;
	background-color: #fff;
	padding: 10px 40px 10px 25px;
	margin: 0 auto;/*box-shadow: 0 20px 40px rgba(0,0,0,.4)*/
}
#products-box .products-list .item .cover .opt .button {
	width: 78px;
	height: 78px;
	line-height: 76px;
	font-size: 16px;
	color: #0382db;
	border: 1px solid #0382db;
	border-radius: 100%;
	margin-right: 6%;
}
#products-box .products-list .item .cover .opt .button:hover {
	color: #fff;
	background-color: #0382db;
}
#products-box .products-list .item .cover .opt .links {
	font-size: 14px;
	color: #333;
	margin-top: 12px;
}
#products-box .products-list .item .cover .opt .links i {
	width: 31px;
	height: 31px;
	background: url(../images/ico-link-0.png) no-repeat center center;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
	display: block;
}
#products-box .products-list .item .cover .opt .links i::after {
	width: 100%;
	height: 100%;
	background: url(../images/ico-link-1.png) no-repeat center center;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	content: '';
}
#products-box .products-list .item .cover .opt .links:hover {
	color: #0382db;
}
#products-box .products-list .item .cover .opt .links:hover i::after {
	opacity: 1;
}
#products-box .products-list .item .cover .url {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
#products-box .products-list .item .cover:hover .opt {/*max-height: 100px;bottom: 20%;*/
	opacity: 1;
}
#products-box .products-list .item .info {
	width: 76.923%;
	margin: 0 auto;
}
#products-box .products-list .item .info .left {
	width: 90%;
	line-height: 24px;
}
#products-box .products-list .item .info .name {
	font-size: 16px;
	color: #222; text-align:center
}
#products-box .products-list .item .info .category {
	font-size: 14px;
	color: #aaa;
}
#products-box .products-list .item .info .price {
	width: 50%;
	line-height: 48px;
	font-weight: bold;
	font-size: 18px;
	color: #222;
}
#products-box .products-list .item .info .price font {
	font-size: inherit;
}
#products-box .products-list .item .mask {
	opacity: 0;
	z-index: 2;
	position: absolute;
}
#products-box .products-list .item .opt-msg {
	width: 80%;
	max-height: 0;
	background-color: #fff;
	margin-top: -90px;
	position: absolute;
	left: 10%;
	top: 50%;
}
#products-box .products-list .item .opt-msg a {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #ddd;
	display: none;
}
#products-box .products-list .item .opt-msg a:hover {
	color: #0382db;
}
#products-box .box-button .button {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	border-radius: 3px;
	margin: 0 5px;
}
#products-box .box-button .button i {
	font-size: 16px;
	color: #0078cc;
}
#products-box .box-button .button:hover {
	background-color: #0078cc;
}
#products-box .box-button .button:hover i {
	color: #fff;
}
#products-box .box-button .more-list {
	width: 92px;
	height: 50px;
	line-height: 50px;
	background-color: #0382db;/*background-color: #fff;*/
	border-radius: 3px;
	margin: 0 5px;
}
#products-box .box-button .more-list i {
	width: 10px;
	height: 10px;
	background: url(../images/list-more-0.png) no-repeat center center;
	display: inline-block;
}
#products-box .box-button .more-list i::after {
	width: 100%;
	height: 100%;
	background: url(../images/list-more-1.png) no-repeat center center;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 1;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
	content: '';
}
/*#products-box .box-button .more-list:hover{background-color: #0382db;}*/
/*#products-box .box-button .more-list:hover i::after{opacity: 1;}*/


.index-cooperation .cooperation-box {
	margin-bottom: 50px;
}
.index-cooperation .cooperation-box .bd {
	padding: 10px 0;
}
.index-cooperation .cooperation-box .item {
	width: 20%;
	height: 180px;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #ededed;
}
.index-cooperation .cooperation-box .item:first-child {
	border-left-width: 1px;
}
.index-cooperation .cooperation-box .item a {
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 20px;
}
.index-cooperation .cooperation-box .item:hover {
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	border: 1px solid #ededed;
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.index-cooperation .cooperation-box .hd {
	margin-top: 35px;
}
.index-cooperation .cooperation-box .hd a {
	width: 12px;
	height: 12px;
	border: 1px solid #b7c5ce;
	border-radius: 100%;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.index-cooperation .cooperation-box .hd .on {
	background-color: #0382db;
	border-color: #0382db;
}
.index-cooperation .evaluation-list .bar {
	left: 0;
}
.index-cooperation .evaluation-list .hd {
	margin-top: 35px;
}
.index-cooperation .evaluation-list .hd a {
	width: 12px;
	height: 12px;
	border: 1px solid #b7c5ce;
	border-radius: 100%;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.index-cooperation .evaluation-list .hd .on {
	background-color: #0382db;
	border-color: #0382db;
}
.index-cooperation .evaluation-list .item {
	width: 30%;
	margin-left: 5%;
}
.index-cooperation .evaluation-list .item:first-child {
	margin-left: 0;
}
.index-cooperation .evaluation-list .item .img {
	width: 88px;
	height: 88px;
	padding: 5px;
	border: 1px solid #b9c7cf;
	border-radius: 100%;
}
.index-cooperation .evaluation-list .item .info {
	padding-left: 5%;
}
.index-cooperation .evaluation-list .item .info .name {
	font-size: 24px;
	color: #222;
}
.index-cooperation .evaluation-list .item .info .date {
	color: #888;
}
.index-cooperation .evaluation-list .item .arrow {
	width: 88px;
	margin-top: 10px;
}
.index-cooperation .evaluation-list .item .arrow::after {
	width: 0;
	height: 0;
	border-bottom: 15px solid #0382db;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	margin: 0 auto;
	display: block;
	content: '';
}
.index-cooperation .evaluation-list .item .brief {
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background-color: #0382db;
	padding: 25px 45px 25px 40px;
}
.index-tutorial .tutorial-support {
	width: 50%;
	height: 100%;
	background-color: #323436;
	right: 0;
	top: 0;
}
.index-tutorial .tutorial-support .support-search {
	margin-left: 5%;
}
.index-tutorial .tutorial-support .support-search .text {
	width: 350px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	background: #fff url(../images/ico-search.png) no-repeat 15px center;
	padding: 0 10px 0 55px;
	border: 0;
	border-radius: 5px;
}
.index-tutorial .tutorial-support .ico {
	font-size: 16px;
	color: #fff;
}
.index-tutorial .tutorial-support .button {
	width: 35%;
}
.index-tutorial .tutorial-support .play {
	line-height: 34px;
	background: url(../images/ico-play.png) no-repeat left center;
	padding-left: 40px;
}
.index-tutorial .tutorial-support .file {
	line-height: 30px;
	background: url(../images/ico-file.png) no-repeat left center;
	padding-left: 40px;
}
.index-tutorial .tutorial-support .line {
	width: 1px;
	height: 60px;
	background-color: #383939;
	margin: 0 7%;
}
.index-tutorial .tutorial-list .item {
	width: 44.70588%;
	padding: 45px 0;
	border-top: 1px solid #e5e5e5;
}
.index-tutorial .tutorial-list .item:nth-child(1), .index-tutorial .tutorial-list .item:nth-child(2) {
	border-top: 0;
}
.index-tutorial .tutorial-list .item .date {
	width: 20%;
	max-width: 120px;
}
.index-tutorial .tutorial-list .item .date .year {
	font-size: 16px;
	color: #666;
	margin: 6px 0 15px;
}
.index-tutorial .tutorial-list .item .date .day {
	font-size: 34px;
	color: #222;
}
.index-tutorial .tutorial-list .item .info {
	width: 80%;
}
.index-tutorial .tutorial-list .item .info .name {
	font-size: 20px;
	color: #222;
}
.index-tutorial .tutorial-list .item .info .name a {
	font-size: inherit;
	color: inherit;
}
.index-tutorial .tutorial-list .item .info .name a:hover {
	color: #0382db;
}
.index-tutorial .tutorial-list .item .info .brief {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}
.try-button-box .button {
	width: 22%;
	min-width: 155px;
	height: 66px;
	line-height: 66px;
	font-size: 22px;
	color: #97abb8;
	background-color: #fff;
	border: 1px solid #b6c4cd;
	border-radius: 5px;
	box-shadow: 0 0 12px rgba(182,196,205,.4);
	margin: 0 1.5%;
}
.try-button-box .button:hover {
	color: #fff;
	background-color: #0382db;
	border-color: #0382db;
	box-shadow: 0 0 12px rgba(3,130,219,.4);
}
.about-title {
	margin-bottom: 40px;
}
.about-title .title-0 {
	font-family: Arial;
	font-size: 10px;
	color: #333;
	padding-left: 3px;
	letter-spacing: 3px;
}
.about-title .title-1 span {
	font-size: 40px;
	color: #0382db;
	position: relative;
	z-index: 1;
}
.about-title .title-1 span::before, .about-title .title-1 span::after {
	width: 100px;
	height: 1px;
	background-color: #e1e1e1;
	top: 15px;
	position: absolute;
	z-index: 1;
	content: '';
}
.about-title .title-1 span::before {
	right: -moz-calc(100% + 30px);
	right: -webkit-calc(100% + 30px);
	right: 110%;
}
.about-title .title-1 span::after {
	left: -moz-calc(100% + 30px);
	left: -webkit-calc(100% + 30px);
	right: 110%;
}
#about {
	margin-top: 100px;
	margin-bottom: 100px;
}
#about .title-0 {
	padding-left: 10px;
	letter-spacing: 10px;
}
#about .item {
	width: 50%;
}
#about .about-brief {
	padding: 0 4.117647%;
}
#about .about-brief .brief {
	line-height: 34px;
	font-size: 14px;
	color: #666;
}
#about .number {
	height: 100%;
	right: 0;
	top: 0;
}
#about .number .i {
	width: 33.3333333%;
	height: 100%;
	font-size: 20px;
	color: #555;
}
#about .number .i:nth-child(1), #about .number .i:nth-child(3) {
	background-color: #f5f5f5;
}
#about .number .i .n {
	font-family: 'PingFang';
	font-size: 64px;
	color: #222;
	margin: 60% 0 56%;
	letter-spacing: -3px;
}
/*#team .team-list{margin-top: 90px;margin-bottom: 60px;}
#team .team-list .item{width: 15.470588%;margin-left: 5.35294%;margin-bottom: 20px;}
#team .team-list .item.i0{margin-left: 0;}
#team .team-list .item .title{font-size: 20px;color: #000;margin-top: 25px;margin-bottom: 5px;}
#team .team-list .item .name{font-size: 18px;color: #000;}*/

/*#products-detail .images{width: 100%;margin-bottom: 65px;}
#products-detail .images .main{width: 100%;height: 100%;left: 0;top: 0;}
#products-detail .images .wrap{height: 100%;}
#products-detail .images .computer{width: 52.88235294117647%;left: 19.1176470588235%;top: 5.448154657293497363796133567663%;z-index: 2;}
#products-detail .images .computer .img{padding: 0 11.3459399% 0;left: 0;top: 4.5738045738%;}
#products-detail .images .phone{width: 14.647058823529%;left: 64.7058823529%;top: 26.36203866432337%;z-index: 3;}
#products-detail .images .phone .img{padding: 0 33.3333333% 0 4.016064257%;left: 0;top: 15.284974093264248704663212435233%;}
#products-detail .detail{width: 67.94117647%;}
#products-detail .products-side{width: 29.4117647%;background-color: #fff;box-shadow: 0 0 8px rgba(0,0,0,.2);}
#products-detail .products-side .rows{padding-left: 8%;padding-right: 8%;}
#products-detail .products-side .product{padding-top: 25px;padding-bottom: 25px;}
#products-detail .products-side .product .left{line-height: 35px;margin-top: 8px;}
#products-detail .products-side .product .name{font-size: 20px;color: #000;}
#products-detail .products-side .product .category{font-size: 16px;color: #888;}
#products-detail .products-side .product .other-button{width: 55%;}
#products-detail .products-side .product .button{width: 86px;height: 86px;line-height: 86px;font-size: 16px;color: #0382db;border: 1px solid #0382db;border-radius: 100%;text-align: center;margin-left: 5%;}
#products-detail .products-side .product .button:first-child{margin-left: 0;}
#products-detail .products-side .product .button:hover{color: #fff;background-color: #0382db;border-color: #0382db;}
#products-detail .products-side .price-row{line-height: 34px;font-size: 16px;color: #fff;background-color: #0382db;padding-top: 30px;padding-bottom: 30px;}
#products-detail .products-side .price-row::after{width: 0;height: 0;border-top: 15px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent;position: absolute;z-index: 1;right: 8%;top: 45%;content: '';}
#products-detail .products-side .price-row .price{font-family: Arial;font-size: 34px;}
#products-detail .products-side .brief-row{line-height: 30px;font-size: 16px;color: #666;padding-top: 25px;padding-bottom: 25px;}
#products-detail .products-side .brief-row .line{height: 0;margin: 20px -10%;border-top: 1px solid #f2f2f2;}
#products-detail .products-side .brief-row .line + br{display: none;}
#products-detail .products-side .brief-row .tips{line-height: 26px;font-size: 14px;color: #ccc;margin-top: 20px;}
#products-detail .products-side .like-row .title{font-size: 18px;color: #333;}
#products-detail .products-side .like-row .title::after{width: 100%;height: 3px;background: url(../images/side-border.jpg) repeat-x left center;left: 0;top: 50%;position: absolute;z-index: 1;content: '';}
#products-detail .products-side .like-row .title span{font-size: inherit;color: inherit;background-color: #fff;padding: 0 20px;z-index: 2;}
#products-detail .products-side .like-row .like-box{min-height: 100px;}
#products-detail .products-side .like-row .like-box .button{font-size: 24px;color: #0382db;top: 35%;}
#products-detail .products-side .like-row .like-box .button.stop{color: #dbdbdb;}
#products-detail .products-side .like-row .like-box .prev{left: 2%;}
#products-detail .products-side .like-row .like-box .next{right: 2%;}
#products-detail .products-side .like-row .like-box .bd{width: 85%;margin: 0 auto;}
#products-detail .products-side .like-row .like-box .item{width: 50%;}
#products-detail .products-side .like-row .like-box .item .cover{z-index: 2;}
#products-detail .products-side .like-row .like-box .item .cover .img{width: 100%;left: 0;top: 4%;}
#products-detail .products-side .like-row .like-box .item .cover .img img{width: 76.923%;}
#products-detail .products-side .like-row .like-box .item .name{color: #222;}
#products-detail .products-side .like-row .like-box .item .category{color: #aaa;}
#products-detail .products-side .like-row .like-box .item .price{color: #222;margin-top: 8px;}*/

#products-detail .detail-title {
	font-family: 'PingFang';
	font-size: 50px;
}
#products-detail .detail-bg {
	background-image: url(../images/detail-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;
}
#products-detail .detail-bg .title-0 {
	font-family: 'PingFang';
	font-size: 54px;
	color: #0382db;
	margin-top: 60px;
}
#products-detail .detail-bg .title-1 {
	font-size: 14px;
	color: #888;
}
#products-detail .detail-bg .price-list {
	margin: 35px 0;
}
#products-detail .detail-bg .price-list .price-item .name {
	font-size: 14px;
	color: #fff;
	padding: 4px 7px;
	border-radius: 2px;
}
#products-detail .detail-bg .price-list .price-item .price {
	font-family: 'AvantGarde';
	font-size: 46px;
	margin-top: 10px;
}
#products-detail .detail-bg .price-list .price-item.i1 .name {
	background-color: #ffc804;
}
#products-detail .detail-bg .price-list .price-item.i1 .price {
	color: #ffc804;
}
#products-detail .detail-bg .price-list .price-item.i2 .name {
	background-color: #ff4300;
}
#products-detail .detail-bg .price-list .price-item.i2 .price {
	color: #ff4300;
}
#products-detail .detail-bg .price-list .price-item.i3 .name {
	background-color: #00b3ff;
}
#products-detail .detail-bg .price-list .price-item.i3 .price {
	color: #00b3ff;
}
#products-detail .detail-bg .price-list .price-line {
	width: 1px;
	height: 100px;
	background-image: url(../images/price-line.png);
	margin: 0 5.3125%;
}
#products-detail .detail-bg .price-btn {
	margin-bottom: 30px;
}
#products-detail .detail-bg .price-btn .botton {
	width: 10%;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
	border-radius: 2px;
	margin: 0 26px;
}
#products-detail .detail-bg .price-btn .btn-0 {
	background-color: #323436;
}
#products-detail .detail-bg .price-btn .btn-1 {
	background-color: #0382db;
}
#products-detail .detail-bg .product-images {
	width: 95%;
	max-width: 1054px;
	margin: 0 auto;
}
#products-detail .detail-bg .image-pc {
	width: 91.08159392789%;
}
#products-detail .detail-bg .image-pc .img {
	top: 9.0556274256%;
	right: 3.8541666666666666%;
	bottom: 30.789133247%;
	left: 3.8541666666666666%;
}
#products-detail .detail-bg .image-tablet {
	width: 31.3092979127%;
	left: 0;
	bottom: -1.0349288486%;
	z-index: 2;
}
#products-detail .detail-bg .image-tablet .img {
	top: 10.212765957%;
	right: 6.060606060606%;
	bottom: 10.212765957%;
	left: 6.060606060606%;
}
#products-detail .detail-bg .image-phone {
	width: 14.7058823529%;
	left: 23.8140417457%;
	bottom: -1.42302716688%;
	z-index: 3;
}
#products-detail .detail-bg .image-phone .img {
	top: 14.457831325%;
	right: 6.4516129%;
	bottom: 14.457831325%;
	left: 6.4516129%;
}
#products-detail .detail-bg .img img {
	top: 0;
}
#products-detail .products-process {
	background-color: #0382db;
	padding: 115px 0 140px;
}
#products-detail .products-process .detail-title {
	color: #fff;
}
#products-detail .products-process .process-list {
	margin-top: 100px;
}
#products-detail .products-process .process-list .process-item {
	width: 12%;
	margin: 0 5.294117647%;
}
#products-detail .products-process .process-list .process-item .bg {
	z-index: 2;
}
#products-detail .products-process .process-list .process-item .shadow {
	width: 100%;
	height: 100%;
	background-image: url(../images/fbe5b687893e4b2a8253fd401db008c8.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	left: 0;
	top: 0;
}
#products-detail .products-process .process-list .process-item .main {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
#products-detail .products-process .process-list .process-item .main .ico {
	height: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 13.10043668%;
}
#products-detail .products-process .process-list .process-item .main .ico.i1 {
	background-image: url(../images/process-1.png);
	background-size: 43.1372549% auto;
}
#products-detail .products-process .process-list .process-item .main .ico.i2 {
	background-image: url(../images/process-2.png);
	background-size: 37.745098% auto;
}
#products-detail .products-process .process-list .process-item .main .ico.i3 {
	background-image: url(../images/process-3.png);
	background-size: 37.25490196% auto;
}
#products-detail .products-process .process-list .process-item .main .ico.i4 {
	background-image: url(../images/process-4.png);
	background-size: 40.19607843137% auto;
}
#products-detail .products-process .process-list .process-item .main .name {
	font-size: 26px;
	color: #0382db;
	margin-top: 8.73362445%;
}
#products-detail .products-service {
	padding-top: 80px;
}
#products-detail .products-service .detail-title {
	color: #333;
}
#products-detail .products-service .service-list {
	margin-top: 100px;
	margin-bottom: 30px;
}
#products-detail .products-service .service-list .service-item {
	width: 20%;
}
#products-detail .products-service .service-list .service-item .ico {
	width: 0;
	height: 0;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20.588235294117647058823529411765%;
	border-radius: 100%;
	margin: 0 auto;
}
#products-detail .products-service .service-list .service-item .ico.i1 {
	background-image: url(../images/service-1.png);
	background-size: 70% auto;
}
#products-detail .products-service .service-list .service-item .ico.i2 {
	background-image: url(../images/service-2.png);
	background-size: 53.57142857% auto;
}
#products-detail .products-service .service-list .service-item .ico.i3 {
	background-image: url(../images/service-3.png);
	background-size: 50.7142857% auto;
}
#products-detail .products-service .service-list .service-item .ico.i4 {
	background-image: url(../images/service-4.png);
	background-size: 53.57142857% auto;
}
#products-detail .products-service .service-list .service-item .ico.i5 {
	background-image: url(../images/service-5.png);
	background-size: 56.42857142857% auto;
}
#products-detail .products-service .service-list .service-item .name {
	font-family: 'PingFang';
	font-size: 34px;
	color: #333;
	margin-top: 55px;
}
.editor * {
	max-width: 100%;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
#viewPage {
	left: 0;
	right: 0;
	top: 85px;
	bottom: 0;
	background: #1d1d1d;
}
#viewPage .iframePage {
	height: 100%;
	background-color: #eee;
	margin: 0 auto;
}
#viewPage .iframePage iframe {
	width: 100%;
	height: 100%;
}
#instance .instance-list {
	margin-top: 70px;
}
#instance .instance-list .item {
	width: 48.5294117647%;
	background-color: #fff;
	padding: 55px 0 40px;
	margin-bottom: 70px;
}
#instance .instance-list .item.fl {
	clear: both;
}
#instance .instance-list .item .cover {
	width: 64%;
}
#instance .instance-list .item .cover .img {
	width: 100%;
	left: 0;
	top: 4%;
}
#instance .instance-list .item .cover .img img {
	width: 76.923%;
}
#instance .instance-list .item .info {
	width: 33%;
}
#instance .instance-list .item .info .logo {
	width: 84px;
	height: 84px;
	border: 1px solid #b6c4cd;
	border-radius: 100%;
}
#instance .instance-list .item .info .logo img {
	max-width: 90%;
	max-height: 90%;
}
#instance .instance-list .item .info .title {
	width: 57%;
	margin: 15px 0 0 4%;
}
#instance .instance-list .item .info .name {
	font-size: 22px;
	color: #333;
}
#instance .instance-list .item .info .date {
	color: #888;
	margin-top: 8px;
}
#instance .instance-list .item .info .brief {
	height: 130px;
	line-height: 26px;
	font-size: 14px;
	color: #888;
	margin-top: 25px;
}
#instance .instance-list .item .info .view {
	width: 130px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	background-color: #0382db;
	border-radius: 3px;
	margin: 10px auto 0;
}
#price-table {
	border-collapse: collapse;
	margin-top: 100px;
}
#price-table .price-row .pack-title {
	width: 25%;
	line-height: 60px;
}
#price-table .price-row .pack-title {
	background-color: #fafafa;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}
#price-table .price-row .pack-title .title-0 {
	font-size: 36px;
	color: #000;
}
#price-table .price-row .pack-title .title-1 {
	font-size: 30px;
	color: #bbb;
}
#price-table .price-row .pack-col {
	width: 25%;
}
#price-table .price-row.r0 .pack-col {
	padding: 50px 0;
}
#price-table .price-row.r0 .pack-col.i0 {
	background-color: #ffc804;
	border-top: 1px solid #ffc804;
}
#price-table .price-row.r0 .pack-col.i1 {
	background-color: #ff4300;
	border-top: 1px solid #ff4300;
}
#price-table .price-row.r0 .pack-col.i2 {
	background-color: #00b3ff;
	border-top: 1px solid #00b3ff;
}
#price-table .price-row.r0 .pack-col .price-title {
	font-family: Arial, 'PingFang';
	font-size: 48px;
	color: #fff;
}
#price-table .price-row.r0 .pack-col .price-title::before, #price-table .price-row.r0 .pack-col .price-title::after {
	width: 40px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	content: '';
}
#price-table .price-row.r0 .pack-col .price-title::before {
	right: 120%;
}
#price-table .price-row.r0 .pack-col .price-title::after {
	left: 120%;
}
#price-table .price-row.r0 .pack-col .pack-price {
	font-family: Arial, 'PingFang';
	font-size: 86px;
	color: #fff;
}
#price-table .price-row.r0 .pack-col .pack-price::before {
	font-size: 30px;
	position: absolute;
	z-index: 1;
	top: 18px;
	right: 100%;
	content: '¥';
}
#price-table .price-row.r0 .pack-col .o-price {
	font-size: 18px;
	color: #fff;
	opacity: .5;
}
#price-table .price-row.r0 .pack-col .o-price::before {
	width: 120%;
	height: 1px;
	background-color: #fff;
	left: -10%;
	top: 50%;
	position: absolute;
	z-index: 1;
	content: '';
}
#price-table .price-row.r1 .pack-col {
	padding: 30px 0 50px;
}
#price-table .price-row.r1 .pack-col.i0 {
	background-color: #ffd306;
}
#price-table .price-row.r1 .pack-col.i1 {
	background-color: #ff5400;
}
#price-table .price-row.r1 .pack-col.i2 {
	background-color: #00c1ff;
}
#price-table .price-row.r1 .pack-col .renewals {
	font-size: 26px;
	color: #fff;
}
#price-table .price-row.r1 .pack-col .renewals span {
	font-size: 36px;
}
#price-table .price-row.r1 .pack-col .renewals span::before {
	font-size: 26px;
	position: relative;
	z-index: 1;
	top: -8px;
	margin: 0 4px 0 8px;
	content: '¥';
}
#price-table .price-row.r1 .pack-col .o-price {
	font-size: 18px;
	color: #fff;
	opacity: .5;
}
#price-table .price-row.r1 .pack-col .o-price::before {
	width: 120%;
	height: 1px;
	background-color: #fff;
	left: -10%;
	top: 50%;
	position: absolute;
	z-index: 1;
	content: '';
}
#price-table .price-row.r1 .pack-col .tips {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
#price-table .fun-title td {
	line-height: 60px;
	font-size: 18px;
	color: #000;
	background-color: #e1e1e1;
}
#price-table .fun-row .fun-type {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	border: 1px solid #e5e5e5;
}
#price-table .fun-row .fun-title {
	height: 60px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
	border: 1px solid #e5e5e5;
}
#price-table .fun-row .fun-cell {
	font-size: 16px;
	color: #666;
}
#price-table .fun-row.i0 .fun-cell.i0 {
	background-color: #f8f5e7;
}
#price-table .fun-row.i0 .fun-cell.i1 {
	background-color: #f8ece7;
}
#price-table .fun-row.i0 .fun-cell.i2 {
	background-color: #ebf5f9;
}
#price-table .fun-row.i1 .fun-cell.i0 {
	background-color: #eeecdf;
}
#price-table .fun-row.i1 .fun-cell.i1 {
	background-color: #eee3df;
}
#price-table .fun-row.i1 .fun-cell.i2 {
	background-color: #e1ecf1;
}
#tutorial .tutorial-support {
	width: 100%;
	background-color: #323436;
	padding: 24px 0;
}
#tutorial .tutorial-support .left {
	width: 70%;
}
#tutorial .tutorial-support .support-search .text {
	width: 350px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	background: #fff url(../images/ico-search.png) no-repeat 15px center;
	padding: 0 10px 0 55px;
	border: 0;
	border-radius: 5px;
}
#tutorial .tutorial-support .ico {
	font-size: 16px;
	color: #fff;
}
#tutorial .tutorial-support .play {
	line-height: 60px;
	background: url(../images/ico-play.png) no-repeat left center;
	padding-left: 40px;
	margin-left: 4%;
}
#tutorial .tutorial-support .file {
	line-height: 60px;
	background: url(../images/ico-file.png) no-repeat left center;
	padding-left: 35px;
}
#tutorial .tutorial-support .question {
	line-height: 60px;
	background: url(../images/ico-question.png) no-repeat left center;
	padding-left: 45px;
}
#tutorial .tutorial-support .line {
	width: 1px;
	height: 60px;
	background-color: #383939;
	margin: 0 3%;
}
#tutorial .tutorial-list {
	min-height: 300px;
}
#tutorial .tutorial-list .item {
	width: 44.70588%;
	padding: 45px 0;
	border-top: 1px solid #e5e5e5;
}
#tutorial .tutorial-list .item:nth-child(1), #tutorial .tutorial-list .item:nth-child(2) {
	border-top: 0;
}
#tutorial .tutorial-list .item .date {
	width: 20%;
}
#tutorial .tutorial-list .item .date .year {
	font-size: 16px;
	color: #666;
	margin: 6px 0 15px;
}
#tutorial .tutorial-list .item .date .day {
	font-size: 34px;
	color: #222;
}
#tutorial .tutorial-list .item .info {
	width: 80%;
}
#tutorial .tutorial-list .item .info .name {
	font-size: 20px;
	color: #222;
}
#tutorial .tutorial-list .item .info .name a {
	font-size: inherit;
	color: inherit;
}
#tutorial .tutorial-list .item .info .name a:hover {
	color: #0382db;
}
#tutorial .tutorial-list .item .info .brief {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #888;
	margin-top: 20px;
}
#info-detail {
	min-height: 300px;
}
#info-detail .top .info-title {
	font-size: 26px;
}
#info-detail .top span {
	font-size: 14px;
	color: #666;
	margin: 0 1%;
}
#contact .contact-info {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 60px;
}
#contact .contact-info .item {
	width: 25%;
	padding: 60px 0 20px;
}
#contact .contact-info .item .ico {
	height: 70px;
}
#contact .contact-info .item .title {
	font-size: 14px;
	color: #888;
	margin-bottom: 15px;
}
#contact .contact-info .item .info {
	height: 96px;
	line-height: 32px;
	font-family: Arial;
	font-size: 20px;
	color: #333;
}
#contact .contact-info .item .info a {
	font-size: inherit;
	color: inherit;
}
#contact .contact-info .item .button {
	width: 30.588235%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	background-color: #0382db;
	border-radius: 3px;
	margin: 0 auto;
}
#contact .map {
	width: 50%;
}
#contact .map .img-0 {
	opacity: 0;
}
#contact .map .img-1 {
	right: 0;
	top: 0;
}
#contact .contact-area {
	width: 49.117647%;
}
#contact .contact-area .contact-info2 {
	background-color: #f7f7f7;
	padding: 25px 55px 30px;
}
#contact .contact-area .contact-info2 .title {
	line-height: 46px;
	font-size: 26px;
	color: #222;
}
#contact .contact-area .contact-info2 .address {
	line-height: 36px;
	font-size: 16px;
	color: #333;
	margin-bottom: 25px;
}
#contact .contact-area .contact-info2 .line {
	width: 1px;
	height: 85%;
	background-color: #ececec;
	left: 50%;
	top: 6.8376%;
}
#contact .contact-area .contact-info2 .qrcode {
	width: 40%;
}
#contact .contact-area .contact-info2 .qrcode .img {
	width: 40%;
	max-width: 117px;
}
#contact .contact-area .contact-info2 .qrcode .name {
	width: 57.241379%;
	height: 100%;
	line-height: 34px;
	font-size: 16px;
	color: #888;
	margin-top: 5%;
}
#contact .contact-area .contact-info2 .qrcode .name * {
	font-size: inherit;
	color: inherit;
}
#contact .contact-area .contact-form {
	width: 93.41317%;
	margin-top: 20px;
}
#contact .contact-area .contact-form .text {
	width: 26.923%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	padding: 10px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #999;
	margin-left: 9.6153846%;
	box-sizing: content-box;
}
#contact .contact-area .contact-form .text:first-child {
	margin-left: 0;
}
#contact .contact-area .contact-form .area {
	width: 100%;
	height: 100px;
	line-height: 30px;
	font-family: inherit;
	font-size: 16px;
	color: #333;
	background-color: #fff;
	padding: 10px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #999;
	margin: 15px 0;
	resize: none;
	box-sizing: content-box;
}
#contact .contact-area .contact-form .button {
	width: 26.923%;/*width: 150px;*/
	height: 50px;
	font-size: 14px;
	color: #fff;
	background-color: #6d6d6d;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
}
#contact .contact-area .contact-form .code-img {
	width: 26.923%;
	height: 50px;
	margin-left: 9.6153846%;
}
#contact .contact-area .contact-form .code-img img {
	width: 100%;
	height: 100%;
}
#inquire {
	margin-top: 100px;
}
#inquire .product-cover {
	width: 30.294117647%;
	margin-right: 2.647%;
	vertical-align: top;
}
#inquire .product-cover .img {
	width: 100%;
	left: 0;
	top: 4%;
}
#inquire .product-cover .img img {
	width: 76.923%;
}
#inquire .phone-form {
	width: 300px;
	vertical-align: top;
}
#inquire .phone-form .name {
	font-size: 16px;
	color: #555;
}
#inquire .phone-form .code-text {
	padding-right: 125px;
}
#inquire .phone-form .code-btn {
	width: 108px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #000;
	background-color: #ddd;
	border: 0;
	right: 2px;
	top: 2px;
	cursor: pointer;
}
#inquire .try-form {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
}
#login {
	margin-top: 75px;
}
#login .login-form {
	width: 100%;
	max-width: 480px;
	padding: 70px 3% 40px;
	margin: 0 auto;
	border: 1px solid #eeeff2;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
}
#login .login-form .code-text {
	width: 61%;
}
.website-form-top .website-form-title {
	font-size: 44px;
	color: #333;
}
.website-form-top .website-form-title::before, .website-form-top .website-form-title::after {
	width: 115px;
	height: 1px;
	background-color: #e1e1e1;
	position: absolute;
	z-index: 1;
	top: 50%;
	content: '';
}
.website-form-top .website-form-title::before {
	right: 120%;
}
.website-form-top .website-form-title::after {
	left: 120%;
}
.website-form-top .website-form-brief {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.website-form a {
	color: #0382db;
	font-size: inherit;
}
.website-form a:hover {
	text-decoration: underline;
}
.website-form label {
	font-weight: normal;
	font-size: 14px;
	color: #aaa;
}
.website-form .text {
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	padding: 0 15px;
	border: 1px solid #dfdfdf;
}
.website-form .text.block {
	width: 100%;
}
.website-form .text.half_block {
	width: 60%;
}
.website-form .get-btn {
	display: inline-block;
	width: 39%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #fff;
	border: none;
	background: #0382db;
	cursor: pointer;
}
.website-form .area {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #dfdfdf;
	resize: none;
}
.website-form .big-avater {
	width: 200px;
	height: 200px;
	border: 5px solid #ddd;
	border-radius: 100%;
	margin: 0 auto;
}
.website-form .big-avater input[type='file'] {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
.website-form .submit {
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #fff;
	background-color: #0382db;
	border: 0;
}
/*.btn-group .btn{font-size: 16px;}
.dropdown-menu > li > a{font-size: 14px;}*/

footer {
	background-color: #323436;
}
footer .left .title {
	font-size: 14px;
	color: #888; line-height:26px
}
footer .left .hotline {
	font-family: Arial;
	font-weight: bold;
	font-size: 42px;
	color: #fff;
	margin: 35px 0 10px;
}
footer .left .address {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	background: url(../images/ico-position.png) no-repeat left center;
	padding-left: 25px;
}
footer .left .address a {
	color: #fff;
}
footer .follow .title {
	margin-bottom: 30px;
}
footer .follow .title::after {
	width: 100%;
	height: 1px;
	background-color: #404244;
	left: 0;
	top: 50%;
	position: absolute;
	z-index: 1;
	content: '';
}
footer .follow .title span {
	font-size: 14px;
	color: #aaa;
	background-color: #323436;
	padding: 0 10px;
	z-index: 2;
}
footer .follow .item {
	color: #8c8c8c;
}
footer .follow .item:nth-child(2) {
	margin: 0 30px;
}
footer .follow .item .ico {
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 100%;
	margin-bottom: 10px;
}
footer .follow .item .ico.qq {
	background-color: #12b7f5;
}
footer .follow .item .ico.qq:hover {
	color: #12b7f5;
	background-color: #fff;
}
footer .follow .item .ico.wechat {
	background-color: #24b727;
}
footer .follow .item .ico.wechat:hover {
	color: #24b727;
	background-color: #fff;
}
footer .follow .item .ico.sina {
	background-color: #ea493c;
}
footer .follow .item .ico.sina:hover {
	color: #ea493c;
	background-color: #fff;
}
footer .follow .item .ico i {
	font-size: 24px;
	color: #fff;
}
footer .follow .item .ico:hover i {
	color: inherit;
}
footer .follow .item .qrcode {
	width: 250px;
	height: 250px;
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 4px 6px #323436;
	margin-left: -125px;
	bottom: 180%;
	left: 50%;
	display: none;
}
footer .follow .item .qrcode::after {
	width: 0;
	height: 0;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -4px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 100%;
	content: '';
}
footer .follow .item:hover .qrcode {
	bottom: 140%;
	display: block;
}
footer .bottom {
	line-height: 52px;
	background-color: #222;
}
footer .bottom .links {
	color: #555;
}
footer .bottom .links a {
	color: inherit;
	margin: 0 8px;
}
footer .bottom .links a:hover {
	color: #fff;
}
footer .bottom .copyright {
	color: #555;
}
footer .bottom .copyright a {
	color: inherit;
}
footer .bottom .copyright a:hover {
	color: #fff;
}
#follow {
	right: 0;
	bottom: 40%;
	position: fixed;
	z-index: 10;
}
#follow .item {
	width: 40px;
	height: 40px;
}
#follow .item .ico {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: rgba(30,30,30,.6);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
	text-align: center;
	left: 0;
	top: 0;
}
#follow .item .red {
	background-color: #ea493c;
}
#follow .item .blue {
	background-color: #3da8e5;
}
#follow .item .green {
	background-color: #24b727;
}
#follow .item .orange {
	background-color: #ffbe33;
}
#follow .totop {
	opacity: 0;
}
#follow .totop.show {
	opacity: 1;
}
#follow .item.open[row='1'] {
	height: 90px;
}
#follow .item.open[row='2'] {
	height: 126px;
}
#follow .item.open[row='3'] {
	height: 162px;
}
#follow .item.open[row='4'] {
	height: 198px;
}
#follow .item.open[row='5'] {
	height: 234px;
}
#follow .top {
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	padding: 15px;
}
#follow .top a {
	line-height: inherit;
	font-size: 16px;
	color: inherit;
}
#follow .item [id] {
	width: 140px;
	background-color: #fff;
	left: 40px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 0s;
}
#follow .qq-list .list {
	line-height: 20px;
	padding: 8px 25px;
}
#follow .qq-list .list span {
	margin-right: 10px;
}
#follow .qq-list .list:hover {
	color: #fff;
	background-color: #3da8e5;
}
#openHotline .ico {
	background: url(../images/p-phone.png) no-repeat center center;
}
#hotline .top {
	background-color: #ffbe33;
}
#online .top {
	background-color: #3da8e5;
}
#follow .item[id^='open'] .ico {
	left: 0;
	-webkit-transition: all 300ms ease 600ms;
	-moz-transition: all 300ms ease 600ms;
	-ms-transition: all 300ms ease 600ms;
	-o-transition: all 300ms ease 600ms;
	transition: all 300ms ease 600ms;
}
#follow .item[id^='open'] {
	-webkit-transition: all 300ms ease 300ms;
	-moz-transition: all 300ms ease 300ms;
	-ms-transition: all 300ms ease 300ms;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 300ms;
}
#follow .item.open {
	-webkit-transition: all 300ms ease 300ms;
	-moz-transition: all 300ms ease 300ms;
	-ms-transition: all 300ms ease 300ms;
	-o-transition: all 300ms ease 300ms;
	transition: all 300ms ease 300ms;
}
#follow .item.open .ico {
	left: 100%;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#follow .item.open [id] {
	left: -100px;
	box-shadow: 0 5px 10px rgba(4, 0, 0, 0.2);
	-webkit-transition: all 300ms ease 600ms;
	-moz-transition: all 300ms ease 600ms;
	-ms-transition: all 300ms ease 600ms;
	-o-transition: all 300ms ease 600ms;
	transition: all 300ms ease 600ms;
}
#follow #wechat-qrcode {
	width: auto;
	max-width: 200px;
	left: auto;
	right: 100%;
	bottom: 0;
	position: absolute;
	display: none;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
#footer_alert {
	width: 100%;
	height: 58px;
	position: fixed;
	left: 0;
	bottom: -100px;
	background: #e9e9e9;
	background: rgba(233,233,233,0.9);
	z-index: 999;
}
#footer_alert .wrap {
	position: relative;
	height: 100%;
}
#footer_alert .img {
	width: 96px;
	height: 66px;
	position: absolute;
	left: 240px;
	bottom: 7px;
}
#footer_alert .txt {
	font-size: 24px;
	color: #535353;
	line-height: 58px;
	margin-left: 380px;
	float: left;
}
#footer_alert .txt span {
	font-family: "Arial";
	font-size: 32px;
	color: #3eb3a0;
	margin: 0 10px;
	vertical-align: bottom;
}
#footer_alert .btn {
	width: 166px;
	height: 38px; /*line-height:38px;*/
	font-size: 16px;
	color: #fff;
	float: right;
	margin-right: 200px;
	margin-top: 11px;
	background: #48bdaa;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 19px;
	-ms-border-radius: 19px;
	-o-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
}
#footer_alert .btn i {
	width: 27px;
	height: 22px;
	left: 15px;
	top: 7px;
	background: url(../images/icons.png) no-repeat;
	background-position: -37px -3px;
}
#footer_alert .close {
	width: 25px;
	height: 25px;
	float: right;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 17px;
}
#footer_alert .close i {
	width: 25px;
	height: 25px;
	left: 0;
	top: 0;
	background: url(../images/icons.png) no-repeat;
	background-position: -456px -398px;
}
.team-list .item {
	width: 11.11111111%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.team-list .item.item0 {
	background-image: url(../images/team-bg-0.jpg);
}
.team-list .item.item1 {
	background-image: url(../images/team-bg-1.jpg);
}
.team-list .item:hover {
	z-index: 2;
}
 @media only screen and (max-width: 1440px) {
header nav { width:100%

}
header nav .nav-item {
	width: 100px;
}
header .header-user .try {
	width: 100px;
}
#banner .item-0 .font span {
	font-size: 42px;
}
#about .about-brief .brief {
	line-height: 26px;
}
#about .number .i .n {
	font-size: 50px;
}
/*#products-detail .products-side .rows{padding-left: 4%;padding-right: 4%;}
	#products-detail .products-side .product .button{width: 75px;height: 75px;line-height: 75px;}*/

#products-detail .products-process .process-list .process-item {
	width: 14%;
	margin: 0 4.29412%;
}
#instance .instance-list .item .cover {
	width: 57%;
}
#instance .instance-list .item .info {
	width: 42%;
}
#instance .instance-list .item .info .logo {
	width: 70px;
	height: 70px;
}
#instance .instance-list .item .info .title {
	margin-top: 6px;
}
#instance .instance-list .item .info .name {
	font-size: 20px;
}
}
 @media only screen and (max-width: 1300px) {
.show1300 {
	display: block;
}
.hide1300 {
	display: none;
}
#products-box .products-list .item .cover .opt .button-bg {
	padding: 10px 15px;
}
#products-box .products-list .item .cover .opt .button {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}
#products-box .products-list .item .cover .opt .links {
	margin-top: auto;
}
.index-tutorial .tutorial-support {
	width: 100%;
	height: 150px;
	position: relative;
}
.index-tutorial .tutorial-support .support-search {
	margin-left: 2%;
	float: left;
}
.index-tutorial .tutorial-list .item .date .day {
	font-size: 28px;
}
#about .item {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	float: none;
}
#about .about-brief {
	margin-top: 20px;
	margin-bottom: 20px;
}
#about .number {
	height: 260px;
	position: relative;
}
#about .number .i .n {
	margin: 55px 0 50px;
}
#products-detail .detail {
	width: 100%;
	float: none;
	clear: both;
}
#products-detail .products-side {
	width: 100%;
	max-width: 450px;
	margin-bottom: 20px;
}
#price-table .price-row .pack-title .title-0 {
	font-size: 22px;
}
#price-table .price-row .pack-title .title-1 {
	font-size: 16px;
}
#price-table .price-row.r0 .pack-col .price-title {
	font-size: 34px;
}
#price-table .price-row.r0 .pack-col .pack-price {
	font-size: 54px;
}
#price-table .price-row.r1 .pack-col .renewals {
	font-size: 18px;
}
#price-table .price-row.r1 .pack-col .renewals span {
	font-size: 28px;
}
#price-table .price-row.r1 .pack-col .renewals span::before {
	font-size: 20px;
}
#price-table .price-row.r0 .pack-col .o-price {
	font-size: 16px;
}
#price-table .price-row.r1 .pack-col .o-price {
	font-size: 16px;
}
#price-table .price-row.r2 .pack-col .o-price {
	font-size: 16px;
}
#price-table .price-row.r1 .pack-col .tips {
	font-size: 12px;
}
#tutorial .tutorial-list .item {
	width: 48%;
}
#tutorial .tutorial-list .item .date .day {
	font-size: 28px;
}
#contact .contact-area .contact-info2 .qrcode {
	width: 100%;
	float: none;
}
}
 @media only screen and (max-width: 992px) {
 
 
 .top{ display:none}
 .p1{display:none}
 #logo{ margin-top:0px!important}
 
.show992 {
	display: block;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left{ width:100%!important}
.ServiceBanner .ServiceBanner_content{ top:40% !important}
#body.left {
	-ms-transform: translateX(-60%);
	-moz-transform: translateX(-60%);
	-webkit-transform: translateX(-60%);
	-o-transform: translateX(-60%);
	transform: translateX(-60%);
}
.youshi ul li{ width:48%!important; min-height:330px}
.dw2{    border-left: none!important;}
header {
	height: 80px;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}


.footer_left{ display:none}
.footer_right{ width:100%!important;}
.lianxi{ width:100%!important;}






header.left {
	left: -60%;
}
header #logo {
	height: 50px;
}

#header-blank {
	height: 60px;
}
.index-title {
	font-size: 22px;
}
#products-box .products-list.on {
	z-index: 10;
}
#products-box .products-list .item {
	width: 50%;
	margin-right: 0;
}
#products-box .products-list .item.on {
	z-index: 3;
}
#products-box .products-list .item.on .mask {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	left: 0;
	top: 0;
	opacity: .8;
}
#products-box .products-list .item.on .opt-msg {
	max-height: 180px;
	position: fixed;
	z-index: 3;
}
#products-box .products-list .item.on .opt-msg a {
	display: block;
}
#products-box .box-button .button {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
#products-box .box-button .button i {
	font-size: 14px;
}
#products-box .box-button .more-list {
	width: 45px;
	height: 30px;
	line-height: 30px;
}
.index-cooperation .cooperation-box .item {
	height: 140px;
}
.index-cooperation .evaluation-list .item .brief {
	padding: 10px;
}
.index-tutorial .tutorial-list .item {
	width: 100%;
}
.index-tutorial .tutorial-list .item:nth-child(1), .index-tutorial .tutorial-list .item:nth-child(2) {
	border-top: 1px solid #e5e5e5;
}
.index-tutorial .tutorial-list .item .info .brief {
	height: auto;
}
.about-title .title-1 span {
	font-size: 28px;
}
#team .team-list {
	font-size: 0px;
	text-align: center;
}
#team .team-list .item {
	width: 30%;
	margin: 0 1.5% 20px !important;
	float: none;
	display: inline-block;
}
#team .team-list .hd a {
	width: 12px;
	height: 12px;
	border: 1px solid #b7c5ce;
	border-radius: 100%;
	margin: 0 5px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#team .team-list .hd .on {
	background-color: #0382db;
	border-color: #0382db;
}
/*#products-detail .images > img{max-width: 150%;position: relative;z-index: 1;left: -25%;}
    #products-detail .images .computer{width: 74.882%;left: 7.118%;}
    #products-detail .images .phone{width: 23.647%;left: 70.706%;top: 14.362%;}*/
#products-detail .detail-bg .title-0 {
	margin-top: 30px;
}
#products-detail .detail-bg .price-btn .botton {
	width: 20%;
}
#products-detail .detail-title {
	font-size: 36px;
}
#products-detail .products-process {
	padding: 40px 0 75px;
}
#products-detail .products-process .process-list {
	margin-top: 60px;
}
#products-detail .products-process .process-list .process-item {
	width: 18%;
	margin: 0 2.29412%;
}
#products-detail .products-process .process-list .process-item .main .name {
	font-size: 18px;
}
#products-detail .products-service {
	padding-top: 40px;
}
#products-detail .products-service .service-list {
	margin-top: 60px;
}
#products-detail .products-service .service-list .service-item .ico {
	padding: 30%;
}
#products-detail .products-service .service-list .service-item .name {
	font-size: 26px;
	margin-top: 30px;
}
#instance .instance-list .item .cover {
	width: 100%;
	float: none;
}
#instance .instance-list .item .info {
	width: 80%;
	margin: 10px auto 0;
	float: none;
}
#instance .instance-list .item .info .view {
	height: 30px;
	line-height: 30px;
}
#tutorial .tutorial-list .item {
	width: 100%;
}
#tutorial .tutorial-list .item:nth-child(1), #tutorial .tutorial-list .item:nth-child(2) {
	border-top: 1px solid #e5e5e5;
}
#tutorial .tutorial-list .item .date {
	max-width: 120px;
}
#tutorial .tutorial-list .item .info .brief {
	height: auto;
}
#contact .contact-info .item {
	width: 50%;
	padding: 10px 0;
}
#contact .contact-area {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
#contact .contact-area .contact-form {
	width: 100%;
}
#contact .map {
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	float: none;
}
#contact .map .img-0 {
	max-width: 180%;
}
#contact .map .img-1 {
	max-width: 230%;
}
.try-button-box .button {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	margin: 10px 1.5%;
}
.website-form-top .website-form-title {
	font-size: 34px;
}
footer .left {
	margin-bottom: 30px;
	float: none;
}
footer .left .hotline {
	font-size: 24px;
	margin-top: 10px;
}
footer .follow {
	float: none;
}
footer .bottom {
	padding: 10px 0;
}
footer .bottom .links {
	width: 100%;
	line-height: 30px;
	float: none;
}
footer .bottom .copyright {
	width: 100%;
	line-height: 30px;
	float: none;
}
#follow .item {
	margin-bottom: 1px;
}
#follow .item .ico.phone {
	border-top-left-radius: 10px;
}
#follow .item:last-child .ico {
	border-bottom-left-radius: 10px;
}
#follow .item .ico {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
}
#follow .item .ico .fa {
	display: none;
}
#follow .item .ico.phone {
	background-image: url(../images/m-phone.png);
}
#follow .item .ico.sina {
	background-image: url(../images/m-sina.png);
}
#follow .item .ico.wechat {
	background-image: url(../images/m-wechat.png);
}
#follow .item .totop .fa {
	font-size: 25px;
	display: inline-block;
}
}
 @media only screen and (max-width: 768px) {
.show768 {
	display: block;
}
.hide768 {
	display: none;
}
/*header nav{width: auto;min-width: 20%;height: auto !important;line-height: 34px;padding: 20px;right: -200px;}
	header nav.on{right: 0;}
	header nav .nav-item{width: 100%;text-align: right;float: none;}
	header nav .nav-item > a{display: block;}
	header nav .nav-item > a:hover{color: #0382db;}
	header nav .nav-item{width: 33.33%;}
	header nav.on{height: 176px;}*/

#products-box .products-list .item .info .left {
	width: 100%;
	float: none;
}
#products-box .products-list .item .info .price {
	width: 100%;
	line-height: 24px;
	float: none;
}
.index-cooperation .cooperation-box .item {
	width: 33.33%
}
.index-cooperation .evaluation-list .item[class] {
	width: 100%;
	margin: 0 10px 0 0;
}
#tutorial .tutorial-support .support-search {
	width: 100%;
	margin-bottom: 10px;
	float: none;
}
#tutorial .tutorial-support .support-search .text {
	width: 100%;
}
#tutorial .tutorial-support .play {
	margin-left: 0;
}
#contact .contact-area .contact-info2 {
	padding: 10px;
}
#contact .contact-area .contact-info2 .address {
	line-height: 30px;
}
}
 @media only screen and (max-width: 640px) {
.show640 {
	display: block;
}
.hide640 {
	display: none;
}
.index-cooperation .evaluation-list .item .info .name {
	font-size: 20px;
}
.index-tutorial .tutorial-support .support-search {
	width: 96%;
	float: none;
}
.index-tutorial .tutorial-support .support-search .text {
	width: 100%;
}
.index-tutorial .tutorial-support .button {
	width: 96%;
	margin-left: 2%;
	float: none;
}
.try-button-box .button {
	width: 100%;
	margin: 10px 0;
}
#instance .instance-list .item {
	margin-bottom: 15px;
}
#instance .instance-list .item .info .logo {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	float: none;
}
#instance .instance-list .item .info .title {
	width: 100%;
	margin: 10px 0 0;
	text-align: center;
	float: none;
}
}
 @media only screen and (max-width: 480px) {
.show480 {
	display: block;
}
.hide480 {
	display: none;
}
/*#products-box .products-list .item{width: 100%;}*/

.index-tutorial .tutorial-list .item .date .day {
	font-size: 18px;
}
.index-tutorial .tutorial-list .item .info .name {
	font-size: 16px;
	white-space: normal;
}
#tutorial .tutorial-list .item .date .day {
	font-size: 18px;
}
#team .team-list .item {
	width: 90%;
	margin: 0 5% !important;
}
#contact .contact-info .item .ico {
	display: none;
}
#contact .contact-info .item .info {
	font-size: 16px;
}
#contact .contact-info .item .button {
	width: 80%;
}
#contact .contact-area .contact-form .text {
	width: 100%;
	margin: 0 0 10px;
}
#contact .contact-area .contact-form .button {
	width: 100%;
}
#contact .contact-area .contact-form .text[name='VCode'] {
	width: 50%
}
#contact .contact-area .contact-form .code-img {
	width: 50%;
	margin: 0;
	text-align: right;
}
#contact .contact-area .contact-form .code-img img {
	width: auto;
	max-width: 100%;
}
#contact .map .img-1 {
	right: -10%;
}
}
 @media only screen and (max-width: 320px) {
.show320 {
	display: block;
}
.hide320 {
	display: none;
}
} 
/*////////////dsfsdfsdfsdf//////////////*/
/*首页轮换图片 begin*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-control-nav {
	position: absolute;
	bottom: 15px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	cursor: pointer;
	width: 10px;
	height: 10px;
	float: left;
	text-indent: -2000px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
}
.flex-control-nav .flex-active {
	background-color: rgba(0, 0, 0, 0.3);
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
}
.flex-direction-nav li a {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-indent: -999em;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url("../images/slider-arrow.png") no-repeat -130px 50%;
	opacity: 1;
}
.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url("../images/slider-arrow.png") no-repeat -6px 50%;
	opacity: 1;
}
.flex-direction-nav li a.flex-next:hover {
	background: url("../images/slider-arrow.png") no-repeat -6px 50%;
	opacity: 0.75;
}
.flex-direction-nav li a.flex-prev:hover {
	background: url("../images/slider-arrow.png") no-repeat -130px 50%;
	opacity: 0.75;
}
/*首页关于我们begin*/
#fh5co-service-list {
	padding: 60px 0 70px
}
#fh5co-service-list .content {
	padding-top: 50px;
}
#fh5co-service-list i {
	font-size: 50px;
	color: #305dc3;
	border: 1px solid #bdc3c7;
	text-align: center;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.25s linear 0s;
	transform: translate(0px, 0px);
}
#fh5co-service-list .item:hover i {
	background: #305dc3;
	color: #fff;
	transition: all 0.25s linear 0s;
	transform: translate3d(0px, -5px, 0px);
}
#fh5co-service-list i:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
#fh5co-service-list i.icon1:before {
	content: "\f085"
}
#fh5co-service-list i.icon2:before {
	content: "\f0fb"
}
#fh5co-service-list i.icon3:before {
	content: "\f19c"
}
#fh5co-service-list i.icon4:before {
	content: "\f0c0"
}
#fh5co-service-list .item h5 {
	font-size: 20px;
	color: #2a333c;
	font-weight: normal;
	margin: 20px 0px 5px;
	word-break: break-all;
}
#fh5co-service-list .item p.desc {
	margin: 0px 20px;
	line-height: 1.6;
	word-break: break-all;
	color: #5e7387
}
/*首页关于我们 end*/

/* 首页产品展示 begin*/
.hvr-sweep-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}
.hvr-sweep-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #305DC3;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
#fh5co-product-list .bg-product {
	background: #F3F3F4;
	padding: 60px 0 60px
}
#fh5co-product-list .tab .tab-nav {
	margin: 0;
	padding: 30px 0 0;
}
#fh5co-product-list .tab .tab-nav li {
	margin: 0;
	padding: 0;
	border-right: 2px solid #F3F3F4
}
#fh5co-product-list .tab .tab-nav li a {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	border-radius: 0;
	background: #fff;
	border: none;
	color: #76838f;
	padding: 8px 30px;
	transition: all 0.25s ease 0s;
}
#fh5co-product-list .tab .tab-nav li a:hover, #fh5co-product-list .tab .tab-nav li.active a {
	background: #305DC3;
	color: #fff;
	text-decoration: none;
}
#fh5co-product-list .tab .tab-body {
	background: none;
	border: none;
	padding-top: 30px;
}
#fh5co-product-list .tab .tab-body .pro-item {
	overflow: hidden;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
#fh5co-product-list .tab .tab-body .pro-item .portfolio-img {
	position: relative;
	overflow: hidden
}
#fh5co-product-list .tab .tab-body .pro-item .portfolio-img img {
	width: 100%
}
#fh5co-product-list .tab .tab-body .pro-item .portfolio-img .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #305DC3;
	text-align: center;
	opacity: 0;
	transition: all .3s ease;
}
#fh5co-product-list .tab .tab-body .pro-item .portfolio-img a {
	color: #fff
}
#fh5co-product-list .tab .tab-body .pro-item:hover .portfolio-img .overlay {
	opacity: 0.7
}
#fh5co-product-list .tab .tab-body .pro-item .portfolio-img .overlay .inner {
	display: table;
	width: 100%;
	height: 100%;
	position: relative
}
#fh5co-product-list .tab .tab-body .pro-item .portfolio-img .overlay .inner:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border: 1px solid rgba(255,255,255,.5)
}
#fh5co-product-list .tab .tab-body .pro-item .portfolio-img .overlay .social {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 30px
}
#fh5co-product-list .tab .tab-body .pro-item .portfolio-img .overlay .social li {
	display: inline;
	margin-right: 4px
}
#fh5co-product-list .tab .tab-body .pro-item .portfolio-img .overlay .social li a {
	display: inline-block;
	width: 31px;
	height: 31px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	border-radius: 50%
}
#fh5co-product-list .tab .tab-body .pro-item .content-box {
	text-align: center;
	background: #fff;
	border-top: 2px solid #375BB1;
	display: block;
	margin-top: 0;
	padding: 9px 20px
}
#fh5co-product-list .tab .tab-body .pro-item .content-box:before {
	background: #305DC3
}
#fh5co-product-list .tab .tab-body .pro-item:hover .content-box {
	border-top-color: #305DC3
}
#fh5co-product-list .tab .tab-body .pro-item .content-box h2 a {
	color: #305DC3
}
#fh5co-product-list .tab .tab-body .pro-item:hover .content-box:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}
#fh5co-product-list .tab .tab-body .pro-item:hover .content-box h2 a {
	color: #fff
}
#fh5co-product-list .tab .tab-body .pro-item .content-box h2 {
	text-transform: uppercase;
	color: #305dc3;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	transition: all .3s ease;
	overflow: hidden
}
/* 产品展示 begin*/
.show-product a {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	color: #37474f;
	display: block;
	background: #fff;
}
.show-product a .media-img {
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	margin: 0px auto;
	width: 100%;
	overflow: hidden
}
.show-product a:hover {
	color: #000;
	text-decoration: none;
}
.show-product a:hover .media-img {
	opacity: 0.6;
}
.show-product a .show-content {
	padding: 15px 15px 30px;
}
.show-product a .show-content h3 {
	margin: 10px 0px 0px;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-bottom: 8px;
	white-space: nowrap
}
.show-product a .show-content p.desc {
	font-size: 14px;
	color: #999;
	line-height: 1.6
}
.show-product a .show-content p.more {
	border: 1px solid #e22835;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	margin-top: 25px
}
.show-product a .show-content p.more:hover {
	background: #e22835;
	color: #fff
}
.show-product a h3 {
	font-size: 16px;
	padding: 8px 0
}
.show-product a:hover h3 {
	color: #305dc3
}
/* 产品展示 end*/

/* 首页新闻中心 begin*/
#fh5co-news-list .bg-news {
	background: #fff;
	padding: 65px 0 55px;
}
#fh5co-news-list .show-list {
	padding-top: 30px;
}
#fh5co-news-list .item .media-img {
	overflow: hidden
}
#fh5co-news-list .item .media-img img {
	width: 100%
}
#fh5co-news-list .item h3 {
	font-size: 24px;
	margin: 10px 0 5px
}
#fh5co-news-list .item h3 a {
	font-size: 24px;
	color: #36404b
}
#fh5co-news-list .item h3 a:hover {
	color: #305dc3
}
#fh5co-news-list .item ul li {
	line-height: 24px;
	padding: 5px;
	margin-bottom: 2px
}
#fh5co-news-list .item ul li a {
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	font-size: 15px;
}
#fh5co-news-list .item ul li:hover {
	background: #F3F7F9
}
#fh5co-news-list .item ul li span {
	color: #555;
	font-size: 85%;
	font-size: 14px;
}
#fh5co-news-list .item ul li a:hover {
	color: #305DC3
}
#fh5co-news-list .item p.more a {
	display: inline-block;
	padding: 6px 12px;
	margin: 15px 7px 7px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	background-color: #305DC3;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	min-width: 90px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #fff!important;
	text-decoration: none;
	-webkit-transition: background-color .4s ease-out;
	-moz-transition: background-color .4s ease-out;
	-ms-transition: background-color .4s ease-out;
	-o-transition: background-color .4s ease-out;
	transition: background-color .4s ease-out
}
#fh5co-news-list .item p.more a:hover {
	background-color: #305DC3
}
#fh5co-news-list .item p.more a i {
	margin-right: 3px;
}
/* 首页视频、关于我们 begin*/
#fh5co-info-list .bg-info {
	background: #F3F3F4;
	padding: 35px 0 10px
}
#fh5co-info-list h3 {
	padding-bottom: 12px;
	margin-bottom: 28px;
	position: relative;
	border-bottom: solid 1px rgba(0,0,0,.07);
	text-align: left;
	font-size: 32px;
	font-weight: 30
}
#fh5co-info-list h3:before {
	position: absolute;
	content: "";
	height: 1px;
	background: #bdc3c7;
	width: 30%;
	max-width: 150px;
	bottom: -1px;
	left: 0
}
#fh5co-info-list .video-content {
	overflow: hidden
}
#fh5co-info-list .video-content video {
	max-width: 100%;
	max-height: 100%
}
#fh5co-info-list .intro .media-img {
	overflow: hidden
}
#fh5co-info-list .intro .media-img img {
	max-width: 100%;
	border-radius: 4px;
}
#fh5co-info-list .intro .content {
	margin-top: 12px;
	margin-bottom: 6px;
}
#fh5co-info-list .intro p.more a {
	display: inline-block;
	border: 1px solid #305dc3;
	border-radius: 4px;
	color: #305dc3;
	padding: 6px 12px;
	text-decoration: none;
	transition: all 0.25s linear 0s;
}
#fh5co-info-list .intro p.more a:hover {
	background: #305DC3;
	color: #fff
}
/*首页精英团队*/
#fh5co-team-list .fh5co-heading {
	position: relative;
	z-index: 1
}
#fh5co-team-list .container {
}
#fh5co-team-list .bg-team {
	padding: 65px 0 65px;
}
#fh5co-team-list .show-list {
	padding: 30px 0px 0;
	position: relative;
	z-index: 2;
	margin: 0 -15px;
}
#fh5co-team-list .show-list .item {
	margin: 0 15px;
	overflow: hidden
}
#fh5co-team-list .show-list .owl-controls .owl-buttons div {
	position: absolute;
	top: -20%;
	margin-top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 0px;
	padding: 0;
	margin: 0;
	background: #fff;
	opacity: 1;
	text-align: left;
	border-radius: 0;
	color: #767676;
	cursor: pointer
}
#fh5co-team-list .show-list .owl-controls .owl-buttons div:hover {
	background: #305DC3;
	color: #fff
}
#fh5co-team-list .show-list .owl-controls .owl-buttons div:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	cursor: pointer
}
#fh5co-team-list .show-list .owl-controls .owl-prev {
	right: 40px;
	text-indent: 6px;
}
#fh5co-team-list .show-list .owl-controls .owl-prev:before {
	content: "\f104";
}
#fh5co-team-list .show-list .owl-controls .owl-next {
	right: 0px;
	text-indent: 7px;
}
#fh5co-team-list .show-list .owl-controls .owl-next:before {
	content: "\f105"
}
#fh5co-team-list .show-list .item .single-client .hvr-bounce-to-bottom {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	transition-duration: .5s
}
#fh5co-team-list .show-list .item .single-client .hvr-bounce-to-bottom:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #305dc3;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
#fh5co-team-list .show-list .item .single-client:hover .hvr-bounce-to-bottom {
	color: #fff
}
#fh5co-team-list .show-list .item .single-client:hover .hvr-bounce-to-bottom:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
#fh5co-team-list .show-list .item .single-client .content-box {
	text-align: center;
	padding: 0 22px;
	background: #f3f3f4;
	padding-top: 75px;
	padding-bottom: 40px;
	display: block;
	border: 1px solid #e2e2e2
}
#fh5co-team-list .show-list .item .single-client:hover .content-box {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
	transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}
#fh5co-team-list .show-list .item .single-client .media-img {
	border: 9px solid #305dc3;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: -82.5px;
	position: relative;
	z-index: 99;
	overflow: hidden
}
#fh5co-team-list .show-list .item .single-client .media-img img {
	transform-style: flat!important;
	-webkit-transform-style: preserve-3d;
	border-radius: 50%;
	width: 165px;
	height: 165px;
	overflow: hidden
}
#fh5co-team-list .show-list .item .single-client h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	margin-top: 24px;
	transition: all .3s ease
}
#fh5co-team-list .show-list .item .single-client h3 a {
	color: #305dc3
}
#fh5co-team-list .show-list .item .single-client h3 a:hover {
	color: #fff
}
#fh5co-team-list .show-list .item .single-client p {
	color: #555;
	font-size: 14px;
	margin-top: 11px;
	transition: all .3s ease
}
#fh5co-team-list .show-list .item .single-client:hover p {
	color: #fff
}
#fh5co-team-list .show-list .item .single-client:hover h3 a {
	color: #fff
}
/*首页底部信息*/
#fh5co-bottom-info .bg-bottom {
	background: #305dc3;
	padding: 28px 0;
}
#fh5co-bottom-info .bg-bottom p {
	font-size: 1.75em;
	color: #fff;
	display: inline-block;
	margin: 10px 0;
	line-height: 30px;
	padding-right: 50px;
	position: relative;
	top: 5px
}
#fh5co-bottom-info .bg-bottom a {
	font-family: 'Microsoft YaHei', Tahoma, Verdana, Simsun;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	background: #222;
	position: relative;
	line-height: 40px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	margin: 10px 0;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
#fh5co-bottom-info .bg-bottom a i {
	padding-left: 15px;
	font-size: 1.25em;
	padding-right: 7px;
	vertical-align: middle;
	border-left: 1px solid #fff;
	position: relative;
	margin-left: 20px;
	font-size: 14px;
	line-height: 28px
}
#fh5co-bottom-info .bg-bottom a i:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: -2px;
	top: 0
}
#fh5co-bottom-info .bg-bottom a:hover {
	background: #1e8bc3
}
/* 内页 begin*/
#fh5co-content_show {
	padding-bottom: 20px;
}
#fh5co-content_show .content-boxs {
	padding: 20px 0px;
}
#fh5co-content_show .d-boxs {
	background: #fff;
}
#fh5co-content_show .d-pad {
	padding: 15px 30px;
}
#fh5co-content_show .show_body {
	font-size: 14px;
}
#fh5co-content_show .detail {
	font-size: 18px;
	padding: 20px 0 10px;
	line-height: 180%;
}
#fh5co-content_show .detail h1 {
	font-size: 28px;
	text-align: left;
	font-weight: normal
}
#fh5co-content_show .detail img {
	height: auto !important;
	max-width: 100%;
	vertical-align: middle;
	margin-bottom: 11px;
}
#fh5co-content_show .detail img {
	margin: 11px 0;
	max-width: 100%
}
#fh5co-content_show .detail p {
	text-indent: 0;
	font-size: 18px;
	line-height: 180%
}
#fh5co-content_show .qhd-title span {
	margin: 0 5px;
	font-size: 14px;
	color: #999
}
#fh5co-content_show .qhd-title {
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-top: 6px;
}
#fh5co-content_show .qhd-title strong {
	font-weight: normal
}
#fh5co-content_show .contact-box h2 {
	font-size: 16px;
	font-weight: bold
}
#fh5co-content_show .inner-banner {
	background: #272727;
	height: 120px;
	line-height: 120px;
}
#fh5co-content_show .inner-banner h2 {
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	text-shadow: none;
}
#fh5co-content_show .inner-nav {
	border-bottom: 1px solid #F0F2F5;
	padding: 13px 0;
	background: #fff
}
#product-box-id #fh5co-content_show .inner-nav, #article-box-id #fh5co-content_show .inner-nav {
	border-bottom: none;
	padding: 10px 0
}
#product-box-id #fh5co-content_show, #article-box-id #fh5co-content_show {
	background: #F2F2F2
}
#fh5co-content_show .inner-nav .nav {
	padding: 0;
}
#fh5co-content_show .inner-nav .nav li {
	display: inline-block;
	padding: 0;
	margin: 0
}
#fh5co-content_show .inner-nav .nav li a {
	display: block;
	font-size: 16px;
	color: #90939b;
	line-height: 1.8;
	padding: 0 25px;
	margin: 0
}
#fh5co-content_show .inner-nav .nav li a:hover, #fh5co-content_show .inner-nav .nav li.active a, #fh5co-content_show .inner-nav .nav li a#lsed {
	color: #e22835;
	font-weight: normal
}
#fh5co-content_show .product_search {
	padding: 0;
}
#fh5co-content_show .product_search input.inputkey {
	height: 34px;
	line-height: 34px;
	background: #fff;
	width: 232px;
	padding-left: 12px;
	font-size: 14px;
	text-indent: 2px;
	color: white;
	border: 1px solid #e4e4e4;
	border-right: none;
	color: #666;
	float: left;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
#fh5co-content_show .product_search button {
	float: left;
	height: 34px;
	width: 35px;
	border: 0px;
	background: #fff;
	cursor: pointer;
	border: 1px solid #e4e4e4;
	border-left: none;
	color: #333;
	font-size: 16px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
#fh5co-content_show .inner-news-list h3 {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 20px 0 10px;
	margin: 0px 0px 10px;
	color: #666;
	text-indent: 10px;
}
#fh5co-content_show .inner-news-list ul {
	padding: 0px 0 15px
}
#fh5co-content_show .inner-news-list ul li a {
	display: block;
	padding: 5px 15px;
	line-height: 1.5
}
#fh5co-content_show .inner-news-list ul li a:hover {
}
#fh5co-content_show #fch5co-rec-products h4 {
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding-bottom: 20px;
	margin: 50px 0px 43px;
	color: #666;
}
#fh5co-content_show #fch5co-rec-products h4 span {
	position: absolute;
	left: 50%;
	top: 12px;
	width: 160px;
	background: #f0f0f0;
	margin-left: -80px;
}
/*分页*/
.table span {
	margin-right: 10px;
}
.content_detail .pager {
	font-size: 16px;
	padding: 0;
	margin: 0
}
.content_detail .pager a {
	border: none;
	color: #666;
}
.content_detail .pager a:focus, .content_detail .pager a:hover {
	color: #305dc3;
	background: none
}
.content_detail .pager li {
	display: block;
	text-align: left;
	line-height: 200%
}
#fh5co-content_show .pagination .active, #fh5co-content_show .pagination a:hover {
	background: #305dc3;
	color: #fff;
}
#fh5co-content_show .pagination .active a {
	color: #fff
}
#fh5co-content_show .pagination li {
	margin: 0 3px;
}
#fh5co-content_show video {
	max-width: 100%
}
#fh5co-content_show .product-detail {
	padding: 20px;
	background: #fff
}
#fh5co-content_show .product-detail img {
	max-width: 100%;
	overflow: hidden;
	vertical-align: middle;
	margin: 11px 0;
}
#fh5co-content_show .product-detail .content-img {
	overflow: hidden;
	width: 90%
}
#fh5co-content_show .product-detail .content-img img {
	width: 100%;
	overflow: hidden;
	vertical-align: middle;
}
#fh5co-content_show .product-detail h1 {
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 24px;
	line-height: 33px;
	padding-bottom: 6px;
}
#fh5co-content_show .product-detail .p_desc {
	color: #666;
	line-height: 24px;
	padding: 20px 0 30px;
	font-size: 14px;
}
#fh5co-content_show .product-detail .kefu_bnts {
	background: #CCAC85;
	color: #FFF;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-size: 16px;
	display: block;
	text-align: center
}
#fh5co-content_show .product-detail .kefu_bnts:hover {
	background: #FF5417;
}
#fh5co-content_show .product-detail .description {
	line-height: 28px;
	font-size: 14px;
	margin-bottom: 20px;
}
#fh5co-content_show .product-detail .description p {
	line-height: 28px;
}
#fh5co-content_show .product-detail .detail-title {
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 37px;
}
#fh5co-content_show .product-detail .detail-title h2 {
	background: #fff;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 126px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 1px;
}
#fh5co-content_show .product-detail table td {
	text-align: center
}
#fh5co-content_show .product-detail #quirydialog {
	display: none;
}
#quirydialog .qdialog-head {
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 7px;
	margin-bottom: 20px;
	width: 900px;
	padding-right: 10px;
}
#quirydialog .field {
	padding-right: 10px;
}
#fh5co-content_show .inner-content-bg {
}
#fh5co-content_show .inner-content-bg .inner-bg-body {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 30px;
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	padding: 20px;
}
#fh5co-content_show .inner-content-bg .inner-bg-body h2 {
	border-bottom: 1px solid #F0F2F5;
	padding-bottom: 6px;
	font-size: 22px;
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar h3 {
	font-size: 18px;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 0px 0 10px;
	margin: 0px 0px 10px;
	color: #666;
	text-indent: 10px;
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar ul {
	padding: 0
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar .recommend-news-list ul li {
	list-style: none;
	border-bottom: 1px solid #e4eaec;
	line-height: 150%;
	padding: 6px 3px
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar .recommend-news-list ul li:last-child {
	border-bottom: 0
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar .recommend-news-list ul li a {
	font-size: 15px;
	color: #2a333c
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar .recommend-news-list ul li a:hover {
	color: #7bc91e;
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar .recommend-product-list ul li {
	list-style: none;
	padding: 5px 0;
	text-align: center
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar .news-cat-list ul li {
	padding: 2px 0
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar .recommend-product-list ul li img {
	width: 100%;
	margin-bottom: 5px;
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar .news-cat-list ul li a {
	font-size: 14px;
	color: #2a333c
}
#fh5co-content_show .inner-content-bg .inner-bg-sidebar .news-cat-list ul li a:hover {
	color: #7bc91e;
}
/*文章*/
#fh5co-content_show .article-media li {
	border-bottom: 1px solid #eee;
	padding: 5px 0 15px
}
.article-media .media .media_img {
	width: 152px;
	margin-right: 20px;
}
.article-media .media .media_img a {
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: medium;
	padding: 0;
}
.article-media .media .media_img a:hover {
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: medium;
	background: #fff4ce none repeat scroll 0 0;
}
.article-media .media .media_img img {
	width: 150px;
}
.article-media li {
	margin-bottom: 12px;
}
.article-media img {
	display: block;
	width: 150px;
}
.article-media .media .time {
	color: #a3afb7;
}
.article-media .media-body h3 {
	font-size: 22px;
	margin-bottom: 12px;
}
.article-media .media-body h3 a {
	color: #333;
	font-size: 22px;
	line-height: 100%;
	font-weight: normal
}
.article-media .media-body h3 a:hover {
	color: #305dc3;
}
.article-media .media-body p {
	color: #76838f;
	line-height: 22px;
	font-size: 16px;
	margin-bottom: 10px;
}
/*内页banner*/
.slideshow {
	overflow: hidden
}
.slideshow img {
	width: 100%
}
/*在线客服*/
.SonlineBox {
	width: 139px;
	font-size: 12px;
	overflow: hidden;
	z-index: 5;
}
.SonlineBox .openTrigger {
	width: 31px;
	height: 130px;
	position: absolute;
	top: 0px;
	z-index: 1;
	cursor: pointer;
	background: #305dc3 url(../images/greenopen.jpg) no-repeat;
}
.SonlineBox .titleBox {
	width: 135px;
	height: 35px;
	line-height: 33px;
	background: #305dc3;
	border-bottom: 2px solid #305dc3;
}
.SonlineBox .titleBox span {
	margin-left: 10px;
	color: #fff;
	font-size: 14px;
}
.SonlineBox .contentBoxC {
	width: 135px; /*height:335px;*/
	border: 2px solid #305dc3;
	background: #ffffff/* url(../images/greenbg.jpg) no-repeat*/;
	position: absolute;
	z-index: 2;
}
.SonlineBox .contentBoxC .closeTrigger {
	width: 25px;
	height: 25px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	-webkit-transition: all 0.8s ease-out;
}
.SonlineBox .contentBoxC .closeTrigger:hover {
	-webkit-transform: scale(1) rotate(360deg);
}
.SonlineBox .contentBoxC .listBox {
	overflow: hidden;
	margin-bottom: 10px;
}
.SonlineBox .contentBoxC .listBox .Tlist {
	display: block;
	width: 86%;
	height: 22px;
	margin: 10px auto 0px auto;
	text-align: center;
}
.SonlineBox .contentBoxC .listBox .Tlist span {
	float: left;
	line-height: 22px;
}
.SonlineBox .contentBoxC .listBox .Tlist a {/*float:left;*/
}
.SonlineBox .contentBoxC .listBox .WWList {
	line-height: 18px;
	height: 18px;
}
.SonlineBox .contentBoxC .listBox .SkypeList {
	line-height: 23px;
	height: 23px;
}
.SonlineBox .contentBoxC .otherBox {
	clear: both;
	height: 115px;
	text-align: center;
}
.SonlineBox .contentBoxC .otherBox img {
	width: 105px;
	height: 105px;
}
.SonlineBox .contentBoxC .telBox {
	display: block;
	padding: 36px 0 10px 0;
	color: #305dc3;
	font-size: 14px;
	line-height: 26px;
	font-family: '微软雅黑';
	background: url(../images/telbg.jpg) 0 0 no-repeat;
	text-align: center;
	font-weight: bold;
}
/*在线客服 end*/

/*手机底部导航*/
#toolbar {
	display: none;
}
 @media screen and (max-width:1000px) {
#quirydialog .qdialog-head {
	width: 600px
}
#fh5co-header .navbar-head img {
	width: 150px;
	margin-top: 6px;
}
#fh5co-header .navbar-body .nav li {
	padding: 0 0px;
}
#fh5co-header .navbar-body .nav li a {
	padding: 0 10px;
}
#fh5co-header .navbar-body .nav li ul li a {
	text-indent: 0px;
}
#fh5co-service-list {
	padding: 40px 0
}
#fh5co-service-list .item {
	margin-bottom: 30px;
}
#fh5co-content_show .product-detail .content-img {
	margin-bottom: 30px;
}
#fh5co-content_show .product-detail .content-img {
	margin-bottom: 30px;
}
#fh5co-content_show .inner-nav .nav {
	text-align: center
}
#fh5co-content_show .product_search {
	padding: 10px 0 5px;
}
#fh5co-content_show .product_search .float-right {
	float: none !important;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
#fh5co-content_show .product_search form {
	margin-left: -8px;
}
#fh5co-content_show .product_search input.inputkey {
	width: 100%
}
#fh5co-content_show .product_search button {
	position: absolute;
	right: -15px;
	top: 0px;
}
.line-big {
	margin-left: -10px;
	margin-right: -10px
}
.line-big .x1, .line-big .x2, .line-big .x3, .line-big .x4, .line-big .x5, .line-big .x6, .line-big .x7, .line-big .x8, .line-big .x9, .line-big .x10, .line-big .x11, .line-big .x12, .line-big .xl1, .line-big .xl2, .line-big .xl3, .line-big .xl4, .line-big .xl5, .line-big .xl6, .line-big .xl7, .line-big .xl8, .line-big .xl9, .line-big .xl10, .line-big .xl11, .line-big .xl12, .line-big .xs1, .line-big .xs2, .line-big .xs3, .line-big .xs4, .line-big .xs5, .line-big .xs6, .line-big .xs7, .line-big .xs8, .line-big .xs9, .line-big .xs10, .line-big .xs11, .line-big .xs12, .line-big .xm1, .line-big .xm2, .line-big .xm3, .line-big .xm4, .line-big .xm5, .line-big .xm6, .line-big .xm7, .line-big .xm8, .line-big .xm9, .line-big .xm10, .line-big .xm11, .line-big .xm12, .line-big .xb1, .line-big .xb2, .line-big .xb3, .line-big .xb4, .line-big .xb5, .line-big .xb6, .line-big .xb7, .line-big .xb8, .line-big .xb9, .line-big .xb10, .line-big .xb11, .line-big .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}
}
 @media screen and (max-width:760px) {
 .warp2-list .col-lg-2 {
    margin-bottom: 20px;
    width: 50%;
}
.zk2{ width:100%}
.rig{ width:100%}
.fh5co-heading h2, #fh5co-info-list h3 {
	font-size: 28px;
}
.fh5co-heading span {
	font-size: 14px;
}
#quirydialog .qdialog-head {
	width: 360px
}
#fh5co-offcanvas .nav {
	display: block;
	borer: none
}
.fh5co-nav-toggle {
	display: block;
}
.fh5co-heading .title-box {
	padding-right: 70px;
}
#fh5co-header {
	position: static !important;
	height: auto !important
}
#fh5co-header .navbar-head {
	padding: 0 0 10px 0;
	position: relative
}
#fh5co-header .navbar-body {
	border: none
}
#fh5co-header .icon-navicon {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -10px;
	background: none;
	color: #fff;
	font-size: 22px;
	border: none;
	transition: none;
	padding: 0;
}
#fh5co-header .navbar-head img {
	width: 130px;
	margin-top: 10px;
}
#article-box-id #fh5co-content_show .show_content {
	margin-left: 0px;
}
#fh5co-bottom-info .bg-bottom p {
	padding: 0
}
#fh5co-info-list .video-content {
	text-align: center;
	margin-bottom: 30px;
}
#fh5co-product-list .tab .tab-body .pro-item .portfolio-img .overlay .social {
	overflow: hidden;
	padding: 10px;
}
#fh5co-team-list .show-list .owl-controls .owl-buttons div {
	display: none
}
.flex-direction-nav {
	display: none
}


}

.top{ height:38px; line-height:38px}
.top{ background: #EBEBEB; border-bottom:1px solid #E7E7E7}
.p1 {
    background: #ff6d07;
    float: left;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
    margin-top: 15px;
}
#logo img{ float:left}
#logo{ margin-top:30px}




.ServiceBanner {
	height: 760px;
	background: -webkit-linear-gradient(to right, #828fff, #191c32);/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right, #828fff, #191c32);/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right, #828fff, #191c32);/* Firefox 3.6 - 15 */
	background: linear-gradient(to top, #1a85c3, #192025);
}
.ServiceBanner .ServiceBanner_content {
	width:90%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translateX(-50%) translateY(-50%); z-index:9999999999; height:600px
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left {
	width: 50%;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_right {
	text-align: right;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_right img {
	max-width: 100%;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dd {
	font-size: 48px;
	color: #fff;
	margin-bottom: 45px;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_title dt {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 70px;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list {
	margin-right: 25px;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list:last-child {
	margin-right: 0px;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list dd {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.32);
	text-align: center;
	width: 80px;
	line-height: 78px;
	font-size: 34px;
}
.ServiceBanner .ServiceBanner_content .ServiceBanner_content_left .content_left_bottom .left_bottom_list dt {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.ServiceApp_title {
	background: #fff;
}
.ServiceApp_title .IndexService_content {
	padding: 80px 100px;
}
.ServiceApp_title .ServiceApp_title_list .title_list_top {
	width: 109px;
	height: 109px;
	border-radius: 100%;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 18px;
	margin: 0 auto;
}
.ServiceApp_title .ServiceApp_title_list .title_list_top dd {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin: 0 auto;
	background: #edf9e8;
	padding: 5px;
	position: relative;
}
.ServiceApp_title .ServiceApp_title_list .title_list_top span {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #99dd81;
	margin: 0 auto;
	line-height: 60px;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	position: relative;
	z-index: 20;
}
.ServiceApp_title .ServiceApp_title_list .title_list_content {
	margin-top: 25px;
}
.ServiceApp_title .ServiceApp_title_list .title_list_content dd {
	font-size: 18px;
	color: #333333;
	margin-bottom: 25px;
}
.ServiceApp_title .ServiceApp_title_list .title_list_content dt {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.ServiceApp_title .owl-item:nth-child(2) .ServiceApp_title_list .title_list_top dd {
	background: #eaf3fe;
}
.ServiceApp_title .owl-item:nth-child(2) .ServiceApp_title_list .title_list_top dd span {
	background: #8bbbfc;
}
.ServiceApp_title .owl-item:nth-child(3) .ServiceApp_title_list .title_list_top dd {
	background: #fae3e9;
}
.ServiceApp_title .owl-item:nth-child(3) .ServiceApp_title_list .title_list_top dd span {
	background: #e66284;
}
.ServiceApp_title .owl-item:nth-child(4) .ServiceApp_title_list .title_list_top dd {
	background: #d5ebf2;
}
.ServiceApp_title .owl-item:nth-child(4) .ServiceApp_title_list .title_list_top dd span {
	background: #1592b6;
}.content_left_title dt {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px;
}.clear {
    zoom: 1;
}.tx1 {
    font-size: 52px;
    line-height: 60px;
    padding-top: 40px; color:#FFFFFF; margin-bottom:40px
}.banner ul .li1 .img .txt .tx1 {
    color: #DDEBFB;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 40px;
    padding-top: 100px;
}.banner ul .li1 .img .txt .tx3 {
    font-size: 24px;
    line-height: 24px;
}.tx3 font {
    font-size: 50px;
}
.anniu a{border: 0;
    height: auto;
    border-top-width: 0px;
    border-top-style: solid;
    font-size: 18px;
    padding: 14px 26px;
    border-radius: 4px;
    width: 122px;
    margin: 0 10px;
    transition-duration: .5s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2); overflow:hidden; float:left; display:block; margin-top:45px; line-height:26px;  }
	 .btn1 {
    background: #ffc945;
    color: #fff;
}

.btn2 {
    background: #4ab6ec;
    color: #fff;
}
.anniu .btn1  img{ width:15px!important; height:20px!important; margin-bottom:-5px}
.anniu .btn2  img{ width:25px!important; height:20px!important; margin-bottom:-5px}
.tx3{ font-size:22px; line-height:65px; color:#E2F5FE}


.youshi {
	width:96%;
	padding:30px 0;
	overflow:hidden;
	position:relative;
	z-index:8;
	animation: fadeInUp 2.0s;
	-webkit-animation: fadeInUp 2.0s ease-out forwards;
	-moz-animation: fadeInUp 2.0s ease-out forwards;
	font-family:"Microsoft YaHei"; margin:0px auto
}
.youshi ul li {
	width:24%;
	display:block;
	float:left;
	border-left:1px solid #ddd;
	transition:all .5s; -webkit-transition:all .5s; -o-transition:all .5s;
	cursor:pointer
}
.youshi ul li dd {
	font-size:23px;
	display:block;
	color:#333;  margin-top:15px
}
.youshi ul li dt {
	display:block;
	margin-top:15px;
	overflow:hidden;
	width:100%; font-size:14px; line-height:26px; color:#747474
}
.youshi ul li span {
	display:block;
	width:70%;
	margin:0 auto;
	text-align:left;
	color:#888
}
.youshi ul li img {
	transition:all .5s; -webkit-transition:all .5s; -o-transition:all .5s;
}
.youshi ul li:hover img {
	cursor:pointer;
	transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
	transition:all .5s; -webkit-transition:all .5s; -o-transition:all .5s;
}
.youshi ul li:hover {
	margin-top:-10px;
	transition:all .5s; -webkit-transition:all .5s; -o-transition:all .5s;
}




 .news_wrap{
  width:100%;

  float: left;
  margin-left: 15px;
 }
 .news_head{
  width: 100%;
  border-bottom: 2px solid #dedede;
  height: 51px;
  line-height: 51px;
 }
 .tabList ul li{
 float: left;
 cursor: pointer;
 font-weight: bold;
 text-align: center;
 font-size: 16px;
 width: 72px;
 }
 .cli1{
 color: #3a7aaf;
 border-bottom: 2px solid #3a7aaf;
 }
 .more{
 font-size: 14px;
 color: #9a9a9a;
 float: right;
 font-weight: normal;
 padding-right: 0;
 }
 .tabCon{
 width: 100%;
 padding-top: 13px;
 overflow: hidden;
 }
 .tit span{ text-align:center; margin:0px 15px;    font-size: 23px;
    color:#ff6600;}
  .tit { text-align:center; margin-top:25px}
  .tit span:hover{ cursor:pointer;}
  .biaoqian{ font-size:14px; line-height:26px;}
    .biaoqian a{ color:#888}
	    .biaoqian a:hover{ color:#ff6600;}







#wlyx {
    width: 100%;
    margin-top: 40px;
    height: 280px;
    background: url(../images/34242342.jpg) no-repeat center; overflow:hidden
    
}
.wlyx{width:100%;height:280px;margin: auto;}
.wlyx_left{float: left;width:400px;height: 100px;padding-top:95px;}
.wlyx_left p{color: #fff;font-size: 18px;font-weight: bold;}
.wlyx_left span{color: #fff;font-size: 14px;padding-top: 15px;display: block;}
.wlyx_left a{color: #fff;font-size: 14px;padding-top: 5px;display: block;}
.wlyx_right{float: right;width: 500px;height: 100px;padding-right: 100px;padding-top:95px;}
.wlyx_right p{color: #fff;font-size: 18px;font-weight: bold;}
.wlyx_right span{color: #fff;font-size: 14px;padding-top: 15px;display: block;}
.wlyx_right a{color: #fff;font-size: 14px;padding-top: 5px;display: block;}


/*公共底部*/
#footer{width: 100%;background: #1b1b1d;}
.footer{width: 100%;margin: auto;padding-top: 60px;}
.footer_left{width:30%;float: left;}
.footerphone{margin-top: 15px;}
.footer_right{width:70%;float: right;}
.ftnav{width:100%;height: 35px;}
.ftnav li li{float: left;list-style: none;width:100%;height: 35px;}
.ftnav li a{font-size: 16px;color: #F97200;}
.yidong{ width:22%; margin-left:3%; float:left;}

.ftnav li ul{margin-top: 40px;}
.ftnav li ul li{border-bottom: none;}
.ftnav li ul li a{color: #797979;font-size: 14px;}
.ftnav li ul li a:hover{color: #fff;}

#beian{width: 100%;height: 80px;border-top: solid 1px #4c4c4c;background: #1B1B1D;}
.beian{height: 60px;margin: auto; padding-top:20px}
.beian p{font-size: 14px;color: #8e8e8e;width: 100%;float: left;line-height: 26px;    text-align: center; margin:0px; padding:0px}
.flink { color:#8e8e8e; line-height:26px}
.flink  a{ color:#8e8e8e}
.neirong2{ line-height:26px}




.zbox{ margin-top:30px; margin-bottom:30px}
 .zbox, .zbox ul{ width:100%; float:left;}
 .zbox ul li{ width:24%; float:left; margin-top:10px; padding:0.5%}
 .zbox ul li a{ display:block; float:left; height:130px; background:#f8f8f8; border:solid 1px #ebebeb; padding:27px 95px 28px 20px; position:relative; overflow:hidden;}
 .zbox ul li a .ico{ width:54px; height:54px; position:absolute; right:20px; top:20px; background:#ff6d07;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
 .zbox ul li a h4{ width:100%; font-size:20px; color:#333; line-height:30px;}
 .zbox ul li a .p{ width:100%; margin-top:16px; font-size:15px; color:#666; line-height:24px; height:72px; overflow:hidden;}
 .zbox ul li a .btn{ width:18px; height:18px; margin-top:17px; background:url(images/82-73.png) no-repeat center center;}
 .zbox ul li a h2{ position:absolute; right:10px; font-size:60px; color:#7d7d7d; line-height:40px; opacity:0.1; bottom:-15px; font-family:"Arial Black";}
 .zbox ul li a:hover h4{ color:#ff6d07; font-weight:bold;}
 .zbox ul li a:hover .btn{ background-image:url(images/82-73_h.png);}
 .zbox ul .more{ width:100%; float:left; margin-top:62px; text-align:center;}
 .zbox ul .more a{ display:inline-block; vertical-align:top; width:212px; height:43px; line-height:43px; background:#db0001; color:white; font-size:18px;
-moz-border-radius:22px; 
-webkit-border-radius:22px; 
-khtml-border-radius:22px;
border-radius:22px;}
 .zbox ul .more a:hover{ background:#222;}
@media screen and (max-width:1299px) {
 .zbox ul li a{ padding:27px 25px 28px 20px;}
}
@media screen and (max-width:1199px) {
.indexSix{ padding:62px 0 59px 0;}
.indexSix .indexSixHead{ margin-top:33px;}
.indexSix .indexSixHead ul li{ margin:0 20px; width:180px; height:40px; line-height:40px; font-size:16px;}
.indexSix .indexSixHead ul li img{ width:24px;}
{ margin-top:32px;}
.row_15{ margin:0 -2px;}
 .zbox ul li{ padding:0 2px;}
 .zbox ul li a{ height:180px; padding:20px 15px 18px 10px;}
 .zbox ul li a .ico{ width:34px; height:34px; right:10px; top:10px;}
 .zbox ul li a h4{ font-size:16px; line-height:24px;}
 .zbox ul li a .p{ margin-top:10px; font-size:13px;  line-height:20px; height:80px;}
 .zbox ul li a .btn{ margin-top:12px;}
 .zbox ul li a h2{ font-size:40px; line-height:30px; bottom:-10px;}
 .zbox ul .more{ margin-top:32px;}
 .zbox ul .more a{ width:162px; height:40px; line-height:40px; font-size:16px;}
}
@media screen and (max-width:991px) {
.indexSix{ padding:42px 0 39px 0;}
}
@media screen and (max-width:767px) {
.indexSix{ padding:22px 20px 19px 20px;}
.indexSix .indexSixHead{ margin-top:23px;}
.indexSix .indexSixHead ul li{ margin:0 5px; width:130px; font-size:14px;}
.indexSix .indexSixHead ul li img{ width:20px;}
{ margin-top:12px;}
 .zbox ul li{ width:50%; margin-top:5px;}
 .zbox ul .more{ margin-top:12px;}
 .zbox ul .more a{ width:122px; font-size:14px;}
}


 .zbox2 ul li{ width:48%; float:left; padding:1%; margin-top:23px;}
 .zbox2 ul li a{ width:100%; float:left; display:block;}
 .zbox2 ul li a .title{  color:white; padding:13px 20px 13px 55px;font-size:18px; line-height:20px; background:#d32329; letter-spacing:1px; display:block}
 .zbox2 ul li a .p{  float:left; color:#666; padding:22px 20px 31px 55px; position:relative; font-size:15px; line-height:28px; background:#f7f7f8; letter-spacing:1px; overflow:hidden;}
 .zbox2 ul li a .title b, .zbox2 ul li a .p b{ position:absolute; left:27px; top:0; text-transform:uppercase;}
 .zbox2 ul li a .title b{ top:13px;}
 .zbox2 ul li a .p b{ color:#d32329; top:22px;}
@media screen and (max-width:1299px) {
.indexSix .indexSixBody .zbox2 ul li a{ padding:27px 25px 28px 20px;}
}
@media screen and (max-width:1199px) {
.indexSve{ padding:62px 0 59px 0;}
.indexSve .indexSveHead{ margin-top:33px;}
.indexSve .indexSveHead ul li{ margin:0 20px; width:180px; height:40px; line-height:40px; font-size:16px;}
.indexSve .indexSveHead ul li img{ width:24px;}
{ margin-top:32px;}
.row_16{ margin:0 -2px;}
 .zbox2 ul li{ padding:0 2px; margin-top:13px;}
 .zbox2 ul li a .title{ padding:10px 10px 10px 35px; font-size:16px;}
 .zbox2 ul li a .p{ padding:12px 10px 21px 35px; font-size:13px; line-height:22px;}
 .zbox2 ul li a .title b, .zbox2 ul li a .p b{ left:17px;}
 .zbox2 ul li a .p b{ top:12px;}
 .zbox2 ul li a .title b{ top:10px;}
}
@media screen and (max-width:991px) {
.indexSve{ padding:42px 0 39px 0;}
}
@media screen and (max-width:767px) {
.indexSve{ padding:22px 20px 19px 20px;}
.indexSve .indexSveHead{ margin-top:23px;}
.indexSve .indexSveHead ul li{ margin:0 5px; width:130px; font-size:14px;}
.indexSve .indexSveHead ul li img{ width:20px;}
{ margin-top:12px;}
 .zbox2 ul li a .title b{ top:8px;}
 .zbox2 ul li{ width:100%; margin-top:5px;}
 .zbox2 ul li a .title{ font-size:14px; padding:8px 10px 8px 35px;}
 .zbox ul li {
    padding: 0px;
}
 .fuwu .div-left{ min-height:220px}
 .talk_window{ display:none!important}
 .shouji{ display:none}
 .ico img{ width:100%; height:100%}
 .zbox ul li a h2{ bottom:5px }
 #products-box .products-list .item{ width:100%!important}
#products-box .products-list .item .cover .img{ max-height:180px}
 .tx1{ font-size:42px}
#banner{ display:none}
#small-banner{ height:300px; width:100%!important;   }
#small-banner img{ width:100%; height:auto}
.youshi ul li{ border:none}
.youshi ul li span{ width:90%; text-align:center!important}
#small-banner{ display: block!important}

}




/*2017/07/28==弹窗*/
.talk_window{display:none;width: 500px;height: 260px;box-sizing:border-box;padding:15px;background: rgba(0,160,233,0.9);position: fixed;top: 50%;left: 50%;margin:-130px 0 0 -250px;z-index: 9999;}
.talk_window_con{border:1px solid #fff;width:100%;height: 100%;position: relative;}
.talk_window_con .t_w_close{position: absolute;top: 0px;right: 0px;font-size: 18px;
    color: #fff;line-height: 1;width: 30px;height: 25px;text-align: center;cursor: pointer;
    font-family: "Arial";padding-top: 5px;
}
.t_w_text{margin-top: 20px;text-align: center;color: #fff;}
.t_w_text h3{font-size: 24px; line-height: normal; margin-bottom: 15px; color:#FFFFFF}
.t_w_text p{font-size: 18px; line-height:45px }
.t_w_text div.p{font-size: 20px;margin-top: 15px; color:#FFFFFF}
.t_w_text div.p a{padding:0 10px;color: #fff;}
.t_w_btn{position: absolute;right: 0px;bottom:0px;}
.t_w_btn a{display: inline-block;box-sizing:border-box;font-size: 16px;float: left;height: 45px;line-height: 43px;}
.t_w_btn a:first-child{width: 163px;text-align: center;color: #00a0e9;background: #fff;}
.t_w_btn a:first-child+a{width: 115px;text-align: center;color: #fff;border:1px solid #fff;border-right: 0px;border-bottom: 0;}
/*float_menu*/
.float_menu{ width: 60px; position: fixed; bottom: .50rem; right: 0; z-index: 6000;}
.float_menu li{ position: relative;}
.float_menu li a.float_item0{ display: block; height: 70px; padding: 20px 15px; background-color: #00a0e9;}
.float_menu li a.float_item0 img{ display: block;}
.float_menu li.float_tel a.float_item0{ background-color: #222229;}
.tel_show{ position: absolute; top:0; right: 60px; width: 0px; height: 70px; padding: 10px 0; background: rgba(0,0,0,0.8); color: #fff; font-size: 18px; font-weight: bold; text-align: center; overflow: hidden;}
.tel_show a{ display: block; line-height: 26px; color: #fff;}
.float_menu li.float_tel:hover .tel_show{ width:230px; transition:width 0.5s 0.2s;}
.float_menu li a.float_item0:hover{ opacity: 0.85;}
.bottom_left_TAG{ margin-top:15px}
.neirong2{ line-height:26px}
.biaoqian{ padding-bottom:25px; border-top:1px solid #e5e5e5; padding-top:15px; line-height:26px}
.NewsDetails_content_top img{ max-width:100%; height:auto!important}
.pageinfo{ display:none}

.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 40%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/side_ewm.gif);
	 background-size: cover;
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 40%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}

#products-box .products-list .item:nth-child(1n+1){    margin-right:0px!important;}


#small-banner{ display:none}

