/*全局*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
	font-family: "Microsoft YaHei", "SimSun", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
ol,
ul,
dl {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
li {
	list-style: none;
}
dd {
	margin-left: 0;
}
a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	transition: all 0.5s ease;
}
a:hover {
	color: #0092e0;
}
figure {
	margin: 0;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.container {
	margin-right: auto;
	margin-left: auto;
}
.container:before,
.container:after {
	content: '';
	display: table;
	clear: both;
}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
@media (min-width: 1024px) {
	.container {
		width: 1000px;
	}
}
@media (min-width: 1440px) {
	.container {
		width: 1200px;
	}
}

/*导航*/
header {
	padding-top: 35px;
	padding-bottom: 39px;
}
.logo {
	margin-top: 4px;
	margin-left: 12px;
}
.header-text {
	border-left: 1px solid #e1e1e1;
	padding-left: 25px;
	margin-left: 33px;
}
.header-text strong {
	line-height: 1;
	color: #000;
}
.header-text strong font {
	color: #12aeda;
}
.header-text span {
	display: block;
	color: #000;
	margin-top: 12px;
}
.header-tel {
	margin-right: 7px;
}
.header-tel i {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 24px;
	color: #fff;
	background-color: #1397cc;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}
.header-tel i::before {
	line-height: 32px;
}
.header-tel font {
	display: inline-block;
	font-size: 14px;
	color: #555;
	vertical-align: middle;
	margin-left: 14px;
}
.header-tel font strong {
	display: block;
	line-height: 1;
	color: #555;
}

.fh5co-nav {
	background-color: #1397cc;
}
.fh5co-nav ul li {
	float: left;
	width: 12.5%;
	line-height: 54px;
	text-align: center;
}
.fh5co-nav ul li a {
	font-size: 16px;
	padding: 16px 0 17px;
	color: #fefefe;
}
.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
	color: #000;
}
.fh5co-nav ul li.has-dropdown {
	position: relative;
}
.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
	color: #000;
}
.fh5co-nav ul li.has-dropdown .dropdown {
	width: 150px;
	-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	z-index: 1020;
	display: none;
	opacity: 0;
	position: absolute;
	top: 54px;
	left: 50%;
	text-align: left;
	background: #fff;
	padding: 20px;
	margin-left:-75px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
	float: none;
	width: 100%;
	margin-bottom: 7px;
	text-align: left;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-of-type {
	margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
	padding: 2px 0;
	display: block;
	color: #999999;
	line-height: 1.2;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align:center;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
	color: #0092e0;
}

.footer-text,
.footer-contact {
	background-color: #2d2c2e;
}
.footer-text {
	border-bottom: 1px solid #39383a;
	padding-top: 39px;
	padding-bottom: 20px;
}
.footer-process {
	width: 58.333333%;
	margin-left: 70px;
}
.footer-process h4 {
	font-size: 16px;
	color: #fff;
	padding-bottom: 17px;
	border-bottom: 1px solid #474747;
}
.footer-process ul {
	width: 80%;
	margin-top: 3px;
}
.footer-process ul li {
	position: relative;
	float: left;
	width: 25%;
	font-size: 14px;
	line-height: 2.3;
	color: #d0d0d0;
	margin: 8.5px 0;
	text-align: center;
}
.footer-process ul li::after {
	content: url(../images/footer-process-icon.png);
	position: absolute;
	top: 50%;
	right: -15px;
	width: 32px;
	height: 8px;
	margin-top: -4px;
}
.footer-process ul li:nth-of-type(4)::after {
	content: url(../images/footer-process-icon-short.png);
	top: auto;
	right: auto;
	bottom: -19px;
	left: 50%;
	width: 8px;
	height: 19px;
	margin-top: 0;
	margin-left: -4px;
}
.footer-process ul li:nth-of-type(5)::after,
.footer-process ul li:nth-of-type(6)::after,
.footer-process ul li:nth-of-type(7)::after {
	transform: rotateY(180deg);
}
.footer-process ul li:last-of-type::after {
	display: none;
}
.footer-process ul li img {
	margin-left: 29px;
}
.footer-contact {
	border-top: 1px solid #262526;
	padding-top: 31px;
	padding-bottom: 13px;
}
.footer-contact h5 {
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	margin-left: 70px;
}
.footer-contact h5 font {
	display: block;
	font-weight: bold;
	line-height: 2;
}
.footer-contact ul li {
	float: left;
	width: 33.333333%;
	text-align: center;
}
.footer-contact ul li i {
	display: inline-block;
	width: 46px;
	height: 46px;
	font-size: 26px;
	color: #fff;
	background-color: #bf2935;
	border-radius: 50%;
}
.footer-contact ul li i::before {
	line-height: 46px;
}
.footer-contact ul li p {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	margin-top: 21px;
}

.copyright {
	font-size: 12px;
	line-height: 60px;
	color: #aaa;
	background-color: #262627;
	text-align: center;
}
.copyright a {
	color: #aaa;
}
.copyright a:hover {
	color: #fff;
}
@media (min-width: 1024px) {
	.header-text strong,
	.header-text span {
		font-size: 16px;
	}
	.header-tel font strong {
		font-size: 24px;
	}
	.footer-contact h5 font {
		font-size: 24px;
	}
	.footer-contact ul {
		width: 58.75%;
		margin-right: 0;
	}
}
@media (min-width: 1440px) {
	.header-text strong,
	.header-text span {
		font-size: 18px;
	}
	.header-tel font strong {
		font-size: 28px;
	}
	.footer-contact h5 font {
		font-size: 30px;
	}
	.footer-contact ul {
		width: 53.75%;
		margin-right: 110px;
	}
}

/*banner*/
#fh5co-hero {
	background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .flexslider {
	border: none;
	z-index: 1;
	margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
	position: relative;
	overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#fh5co-hero .flexslider .flex-control-nav {
	right: 20%;
	bottom: 32px;
	z-index: 1000;
	width: auto;
}
#fh5co-hero .flexslider .flex-control-nav li a {
	background: #c9c9c9;
	box-shadow: none;
	width: 23px;
	height: 5px;
	border-radius: 0;
	cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
	background: #166cac;
}
#fh5co-hero .flexslider .slider-text {
	opacity: 0;
}
#fh5co-hero .flexslider .slider-text img {
	display: inline;
}
#fh5co-hero .flexslider .slides li:first-of-type .slider-text {
	text-align: left;
	margin-left: 19px;
}
#fh5co-hero .flexslider .slides li:first-of-type .slider-text h1 {
	font-weight: bold;
	line-height: 1;
	color: #3d3d3d;
	border-left: 8px solid #e60027;
	padding-left: 22px;
}
#fh5co-hero .flexslider .slides li:first-of-type .slider-text b {
	display: block;
	color: #5a5a5a;
	text-transform: uppercase;
	margin-top: 14px;
}
#fh5co-hero .flexslider .slides li:first-of-type .slider-text a {
	display: block;
	width: 101px;
	height: 31px;
	font-size: 13px;
	line-height: 31px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-color: #e60027;
	margin-top: 38px;
}
#fh5co-hero .flexslider .slides li:nth-of-type(2) .slider-text {
	text-align: left;
	margin-left: 25px;
}
#fh5co-hero .flexslider .slides li:nth-of-type(3) .slider-text {
	text-align: right;
	margin-right: 25px;
}
#fh5co-hero .flexslider .slides li:last-of-type .slider-text {
	text-align: left;
	margin-left: 25px;
}
@media (min-width: 1024px) {
	#fh5co-hero,
	#fh5co-hero .flexslider .slides li {
		min-height: 400px;
	}
	#fh5co-hero .flexslider .slider-text img {
		width: 300px;
	}
	#fh5co-hero .flexslider .slides li:first-of-type .slider-text {
		margin-top: 90px;
	}
	#fh5co-hero .flexslider .slides li:first-of-type .slider-text h1 {
		font-size: 36px;
	}
	#fh5co-hero .flexslider .slides li:first-of-type .slider-text b {
		font-size: 16px;
	}
	#fh5co-hero .flexslider .slides li:first-of-type .slider-text a {
		margin-left: 113px;
	}
	#fh5co-hero .flexslider .slides li:nth-of-type(2) .slider-text {
		margin-top: 100px;
	}
	#fh5co-hero .flexslider .slides li:nth-of-type(3) .slider-text {
		margin-top: 120px;
	}
	#fh5co-hero .flexslider .slides li:last-of-type .slider-text {
		margin-top: 100px;
	}
}
@media (min-width: 1440px) {
	#fh5co-hero,
	#fh5co-hero .flexslider .slides li {
		min-height: 600px;
	}
	#fh5co-hero .flexslider .slider-text img {
		width: auto;
	}
	#fh5co-hero .flexslider .slides li:first-of-type .slider-text {
		margin-top: 196px;
	}
	#fh5co-hero .flexslider .slides li:first-of-type .slider-text h1 {
		font-size: 46px;
	}
	#fh5co-hero .flexslider .slides li:first-of-type .slider-text b {
		font-size: 18px;
	}
	#fh5co-hero .flexslider .slides li:first-of-type .slider-text a {
		margin-left: 213px;
	}
	#fh5co-hero .flexslider .slides li:nth-of-type(2) .slider-text {
		margin-top: 200px;
	}
	#fh5co-hero .flexslider .slides li:nth-of-type(3) .slider-text {
		margin-top: 220px;
	}
	#fh5co-hero .flexslider .slides li:last-of-type .slider-text {
		margin-top: 200px;
	}
}

/*首页*/
.title {
	text-align: center;
}
.title strong {
	display: inline-block;
	font-size: 35px;
	color: #000;
	vertical-align: middle;
}
.title .before::before,
.title .after::after {
	content: '';
	display: inline-block;
	width: 130px;
	height: 1px;
	background-color: #e2e2e2;
	vertical-align: middle;
}
.title .before::after,
.title .after::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 50%;
	vertical-align: middle;
}
.title .before {
	margin-right: 11px;
}
.title .after {
	margin-left: 11px;
}
.title-text {
	display: inline-block;
	width: 370px;
	height: 28px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	background-color: #0092e0;
	margin-top: 12px;
}

.index-pa {
	padding-top: 60px;
}
#index-product {
	margin-top: 48px;
}
#index-product .item {
	height: 300px;
	background: #e1edf1;
}
.index-product-text {
	position: absolute;
	top: 29px;
	left: 35px;
}
.index-product-text h5 {
	font-size: 14px;
	color: #00caff;
	transition: all 0.5s;
}
.index-product-text h4 {
	font-size: 24px;
	color: #00caff;
	margin-top: 4px;
	transition: all 0.5s;
}
#index-product .item .more {
	position: absolute;
	bottom: 43px;
	left: 34px;
	display: block;
	width: 93px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background-color: #0092e0;
	text-align: center;
}
#index-product .item:hover {
	background: linear-gradient(to right, #12aeda, #16aead);
}
#index-product .item:hover h5,
#index-product .item:hover h4 {
	color: #fff;
}
#index-product .owl-dots {
	margin-top: 36px;
}
#index-product .owl-dots .owl-dot span {
	width: 23px;
	height: 5px;
	border-radius: 0;
}
#index-product .owl-dots .owl-dot.active span,
#index-product .owl-dots .owl-dot:hover span {
	background: #0092e0;
}

.index-about {
	margin-top: 69px;
}
.index-about figure {
	width: 56.166666%;
	margin-left: -19px;
}
.index-about-text {
	width: 43.583333%;
	margin-top: 69px;
	margin-right: 11px;
}
.index-about-text h3 {
	font-size: 35px;
	color: #000;
}
.index-about-text span {
	display: block;
	font-size: 18px;
	color: #0092e0;
	margin-top: 14px;
	margin-bottom: 24px;
}
.index-about-text p {
	font-size: 14px;
	line-height: 2.1;
	color: #555;
}

.index-ad {
	position: relative;
	height: 200px;
	background: url(../images/index-adbg.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 45px;
}
.index-ad-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 69%;
	height: 100%;
	background: rgba(19,151,204,0.8);
}
.index-ad-text {
	height: 100%;
	padding-top: 64px;
}
.index-ad-text h2 {
	font-weight: bold;
	color: #fff;
}
.index-ad-text span {
	display: block;
	color: #fff;
	margin-top: 14px;
}
.index-ad-tel {
	width: 199px;
	height: 100%;
	background: #0092e0;
	text-align: center;
	padding-top: 50px;
	margin-left: 50px;
}
.index-ad-tel h5 {
	font-size: 14px;
	color: #fff;
}
.index-ad-tel strong {
	display: block;
	font-size: 24px;
	color: #fff;
	margin-top: 8px;
}
.index-ad-tel a {
	display: inline-block;
	width: 116px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	color: #0092e0;
	background: #fff;
	border-radius: 30px;
	margin-top: 16px;
}
.index-strength {
	padding-top: 45px;
}
.index-strength-wrap {
	margin-top: 49px;
}
.index-strength-text {
	width: 50%;
}
.index-strength-text h3 {
	margin-bottom: 23px;
}
.index-strength-text h3 strong {
	color: #000;
	vertical-align: middle;
	margin-left: 11px;
}
.index-strength-text h3::after {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	background-color: #4f4e4e;
	margin-top: 23px;
	margin-left: 2px;
}
.index-strength-text p {
	position: relative;
	line-height: 1.9;
	color: #666;
	margin-top: 5px;
	padding-left: 21px;
}
.index-strength-text p::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 1px;
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #df3444;
	border-radius: 50%;
}
.index-strength-text a {
	display: block;
	width: 158px;
	height: 46px;
	font-size: 16px;
	line-height: 46px;
	color: #fefefe;
	background-color: #0092e0;
	text-align: right;
	border-radius: 30px;
}
.index-strength-text a span {
	vertical-align: middle;
	margin-right: 22px;
}
.index-strength-text a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #1f1f1f;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	margin-right: 9px;
}
.index-strength-text a i::before {
	line-height: 30px;
}
.index-strength-img {
	position: relative;
	width: 50%;
	text-align: right;
}
.index-strength-img .image {
	bottom: 0;
	left: 0;
}
.index-strengthBox:nth-of-type(even) article {
	margin-left: 65px;
}
.index-strengthBox:nth-of-type(even) .image {
	right: 0;
	left: auto;
}
@media (min-width: 1024px) {
	.index-ad-text {
		padding-left: 70px;
	}
	.index-ad-text h2 {
		font-size: 24px;
	}
	.index-ad-text span {
		font-size: 16px;
	}
	.index-strength-text article {
		width: 84.666666%;
		margin-top: 25px;
	}
	.index-strength-text h3 strong {
		font-size: 20px;
	}
	.index-strength-text p {
		font-size: 13px;
	}
	.index-strength-text a {
		margin-top: 20px;
	}
	.index-strength-img img:first-of-type {
		display: none;
	}
	.index-strength-img .image {
		position: static;
	}
}
@media (min-width: 1440px) {
	.index-ad-text {
		padding-left: 170px;
	}
	.index-ad-text h2 {
		font-size: 36px;
	}
	.index-ad-text span {
		font-size: 18px;
	}
	.index-strength-text article {
		width: 54.666666%;
		margin-top: 55px;
	}
	.index-strength-text h3 strong {
		font-size: 24px;
	}
	.index-strength-text p {
		font-size: 16px;
	}
	.index-strength-text a {
		margin-top: 32px;
	}
	.index-strength-img img:first-of-type {
		display: block;
	}
	.index-strength-img .image {
		position: absolute;
	}
}

/*内页*/
.inside-search {
	height: 72px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #e0e0e0;
}
.inside-search-keywords {
	line-height: 71px;
	margin-left: 34px;
}
.inside-search-keywords span {
	font-size: 14px;
	color: #333;
}
.inside-search-form {
	position: relative;
	width: 240px;
	height: 33px;
	margin-top: 21px;
}
.inside-search-form input {
	width: 100%;
	height: 100%;
	font-size: 13px;
	border: none;
	border-radius: 30px;
	padding: 10px 30px 10px 15px;
	outline: none;
}
.inside-search-form button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #1397cc;
	border: none;
	background: none;
	padding: 0;
	outline: none;
	cursor: pointer;
}

.inside-wrap {
	background-color: #f4f4f4;
	padding-top: 31px;
	padding-bottom: 72px;
}

.inside-content {
	min-height: 600px;
	background-color: #fff;
}

/*创发故事*/
.list-about {
	text-align: center;
}
.list-about ul {
	font-size: 0;
}
.list-about li {
	display: inline-block;
	margin-right: 1px;
}
.list-about li:last-of-type {
	margin-right: 0;
}
.list-about li a {
	position: relative;
	display: block;
	width: 145px;
	font-size: 14px;
	line-height: 50px;
	color: #908f8f;
	background-color: #e9e9e9;
}
.list-about li a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 9px solid #1397cc;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}
.list-about li a:hover {
	color: #fff;
	background-color: #1397cc;
}
.list-about li a:hover::after {
	opacity: 1;
	visibility: visible;
}
#p2 #a1,
#p21 #a2,
#p22 #a3,
#p23 #a4,
#p24 #a5 {
	color: #fff;
	background-color: #1397cc;
}
#p2 #a1::after,
#p21 #a2::after,
#p22 #a3::after,
#p23 #a4::after,
#p24 #a5::after {
	opacity: 1;
	visibility: visible;
}

.about {
	padding: 57px 45px 64px;
}
.about p {
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	text-indent: 2em;
	margin-bottom: 23px;
}

.honor {
	padding: 25px 36px;
}
.honor figure {
	position: relative;
}
.honor figure figcaption {
	position: absolute;
	top: 34px;
	left: 36px;
}
.honor figure figcaption h4 {
	font-size: 18px;
	color: #f4f4f4;
}
.honor figure figcaption h4::after {
	content: '';
	display: block;
	width: 20px;
	height: 5px;
	background-color: #f4f4f4;
	margin-top: 15px;
}
.honor figure figcaption p {
	font-size: 14px;
	line-height: 1.95;
	color: #f4f4f4;
	margin-top: 8px;
}
.honor li {
	float: left;
	margin-top: 45px;
	margin-right: 44px;
}
.honor li:last-of-type {
	margin-right: 0;
}

.device {
	padding-top: 52px;
	padding-bottom: 57px;
}
.device .ad-gallery {
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
}
.device .ad-gallery .ad-image-wrapper {
	height: 568px;
}
.device .ad-gallery .ad-thumbs li a img,
.device .ad-gallery .ad-thumbs li a.ad-active img {
	border: none;
}

.culture {
	padding: 54px 81px;
}
.culture p {
	line-height: 2;
	margin-bottom: 30px;
}
.culture p strong {
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 3px;
}

.video li {
	float: left;
	width: 23%;
	margin: 0 1%;
	margin-top: 20px;
}
.video li a {
	display: block;
	background-color: #f4f4f4;
}
.video li h4 {
	font-size: 14px;
	line-height: 38px;
	color: #555;
	padding-left: 20px;
}
.video li a:hover {
	background-color: #0092e0;
}
.video li a:hover h4 {
	color: #fff;
}

.videoshow {
	text-align: center;
	padding-top: 20px;
}

/*定制流程*/
.process {
	padding-top: 80px;
	padding-bottom: 45px;
	text-align: center;
}

/*新闻资讯*/
.news {
	background: none;
}
.news-top {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 37px;
	overflow: hidden;
}
.news-top figure {
	float: left;
	width: 472px;
}
.news-top article {
	float: right;
	width: 694px;
	margin-top: 25px;
}
.news-top article h2 a {
	font-size: 22px;
	font-weight: 600;
	color: #000;
}
.news-top article time {
	display: block;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-top: 17px;
}
.news-top article p {
	width: 98%;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	text-indent: 2em;
	margin-top: 32px;
}
.news-top article .more {
	display: block;
	width: 97px;
	height: 37px;
	font-size: 14px;
	line-height: 37px;
	color: #fff;
	background-color: #0a4e9f;
	text-align: center;
	margin-top: 36px;
}
.news li {
	border-bottom: 1px solid #cdcdcd;
	padding-top: 18px;
	padding-bottom: 17px;
	overflow: hidden;
}
.news li article {
	float: left;
	width: 825px;
	margin-top: 21px;
	margin-left: 12px;
}
.news li article h3 a {
	font-size: 18px;
	font-weight: 600;
	color: #000;
}
.news li article h3 time {
	font-size: 12px;
	color: #555;
	margin-left: 27px;
}
.news li article p {
	font-size: 14px;
	line-height: 1.75;
	color: #333;
	text-indent: 2em;
	margin-top: 12px;
}
.news li figure {
	float: right;
	width: 197px;
	margin-right: 36px;
}
.news-top article h2 a:hover,
.news li article h3 a:hover {
	color: #0092e0;
}
.news-top article .more:hover {
	background-color: #0092e0;
}

.newsdetail {
	padding: 30px 50px;
}
.newsdetail h3 {
	font-size: 24px;
	color: #0092e0;
	text-align: center;
}
.newsdetail time {
	display: block;
	color: #555;
	text-align: center;
	padding-top: 10px;
}
.newsdetail time i {
	display: inline-block;
	font-size: 15px;
	margin-right: 5px;
}
.newsdetail .newsdetail-text {
	line-height: 1.7;
	border-top: 1px dashed #eee;
	padding-top: 15px;
	margin-top: 20px;
}
.newsdetail .newsdetail-text p {
	text-indent: 2em;
}

.page-jump {
	margin-top: 40px;
}
.page-jump div {
	line-height:42px;
	margin-top:10px;
	padding-left:20px;
	background:#E6E6E6;
	font-size:14px;
	color:#333;
}

/*产品中心*/
.list-product {
	float: left;
	width: 220px;
	border-bottom: 9px solid #1397cc;
	background-color: #fff;
}
.list-product h2 {
	width: 100%;
	height: 78px;
	font-size: 16px;
	line-height: 1.3;
	color: #ececec;
	background: url(../images/list-product-top.png) no-repeat;
	text-align: right;
	padding-top: 19px;
	padding-right: 41px;
}
.list-product h2 span {
	display: block;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 20px;
}
.list-product>ul {
	margin-bottom: 39px;
}
.list-product>ul>li {
	line-height: 3.2;
	padding-left: 15px;
}
.list-product>ul>li>img {
	vertical-align: middle;
	margin-right: 11px;
}
.list-product>ul>li>a {
	font-size: 14px;
	color: #818181;
	vertical-align: middle;
}
.list-product>ul>li>ul {
	width: 95%;
	margin-bottom: 10px;
}
.list-product>ul>li>ul>li {
	line-height: 2.1;
	padding-left: 26px;
	border-bottom: 1px dashed #bfbfbf;
	vertical-align: middle;
}
.list-product>ul>li>ul>li>img {
	margin-right: 16px;
}
.list-product>ul>li>ul>li>a {
	font-size: 12px;
	color: #818181;
	vertical-align: middle;
}
.list-product li a:hover,
.list-product>ul>li>ul>li>a.active {
	color: #0092e0;
}
#t1 {
	color: #0092e0;
}

.product {
	float: right;
	width: 950px;
	background: none;
	margin-top: 11px;
}
.product h5 {
	position: relative;
	font-size: 14px;
	line-height: 15px;
	color: #555;
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 18px;
	padding-left: 18px;
}
.product h5::before {
	content: '';
	position: absolute;
	top: 0;
	left: 4px;
	width: 4px;
	height: 15px;
	background-color: #ff8600;
}
.product>ul>li {
	float: left;
	width: 32.333333%;
	margin-top: 20px;
	margin-right: 1.5%;
}
.product>ul>li:nth-of-type(3n+3) {
	margin-right: 0;
}
.product>ul>li a {
	display: block;
	background-color: #fff;
}
.product>ul>li h4 {
	font-size: 14px;
	line-height: 38px;
	color: #555;
	padding-left: 20px;
}
.product>ul>li a:hover {
	background-color: #0092e0;
}
.product>ul>li a:hover h4 {
	color: #fff;
}

.product .ad-gallery {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.product .ad-gallery .ad-image-wrapper {
	height: 450px;
}

/*应用案例*/
.case {
	background: none;
}
.case li {
	float: left;
	width: 23%;
	background-color: #fff;
	margin: 0 1%;
	margin-top: 20px;
	transition: all 0.5s ease;
}
.case li h4 {
	font-size: 14px;
	line-height: 38px;
	color: #555;
	padding-left: 20px;
}
.case li:hover {
	background-color: #0092e0;
}
.case li:hover h4 {
	color: #fff;
}

/*招贤纳士*/
.careers {
	background: none;
}
.careers-box {
	background-color: #fff;
	padding: 30px 50px;
	margin-bottom: 20px;
}
.careers-box h3 {
	font-size: 24px;
	color: #01a9b6;
}
.careers-box span {
	display: block;
	font-size: 20px;
	color: #3c3c3c;
	margin-top: 21px;
	margin-bottom: 8px;
}
.careers-box p {
	font-size: 14px;
	line-height: 2;
	color: #3c3c3c;
}

/*下单必读*/
.faq {
	width: 100%;
	
	padding-bottom: 3.2%;
}

.faq ol li {
	background-color: #fff;
	border-bottom: 1px #1397cc dashed;
	padding: 1% 2.5% 1.7% 2.5%;
	margin-bottom: 1.6%;
}
.faq ol li div {
	overflow: hidden;
	margin-top: 1.1%;
}
.faq ol li div i {
	display: block;
	width: 24px;
	line-height: 24px;
	float: left;
	color: #fff;
	background-color: #1397cc;
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	border-radius: 4px;
	margin-right: 1.7%;
}
.faq ol li .faq-a {
	display:none;
}
.faq ol li .faq-a i {
	background-color: #16ae7a;
}
.faq ol li div h3 {
	width: 90%;
	line-height: 24px;
	float: left;
	font-size: 16px;
	color: #1397cc;
	font-weight: bold;
}
.faq ol li div article {
	width: 90%;
	float: left;
	font-size: 14px;
	color: #4a4a4a;
}
.faq ol li div article p {
	text-indent: 2em;
	line-height: 2;
}

/*联系方式*/
.contact {
	padding: 30px 50px;
}
.contact-info h4,
.contact-form h4 {
	font-size: 18px;
	color: #000;
}
.contact-info {
	width: 45%;
}
.contact-info li {
	margin-top: 20px;
}
.contact-info li i {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: 24px;
	color: #fff;
	background-color: #1397cc;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
}
.contact-info li i::before {
	line-height: 32px;
}
.contact-info li span {
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	margin-left: 10px;
}
.contact-form {
	width: 50%;
}
.form-group {
	margin-bottom: 15px;
}
.contact-form form {
	margin-top: 20px;
}
.contact-form input {
	width: 48%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #000;
    border: none;
    border-radius: 7px;
    background-color: #f4f4f4;
    padding: 10px;
    outline: none;
}
.contact-form textarea {
	width: 100%;
	min-height: 150px;
	font-size: 14px;
	color: #000;
	border: none;
    border-radius: 7px;
    background-color: #f4f4f4;
    padding: 10px;
	outline: none;
	resize: none;
}
.contact-form button {
	display: block;
    font-size: 14px;
    color: #FFF;
    letter-spacing: 2px;
    background: #000;
    border: none;
    border-radius: 7px;
    outline: none;
    padding: 0.7rem 2rem;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
}
.contact-form button:hover {
    background: #0092e0;
}
.my-map {
	height: 450px;
	margin-top: 30px;
}
.my-map .icon {
	background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
	}
.my-map .icon-cir {
	height: 31px;
	width: 28px;
}
.my-map .icon-cir-blue {
	background-position: -11px -55px;
}
.amap-container{
	height: 100%;
}
div.fy { padding:0 10px; text-align:center; height:32px; width:920px; float:left; margin-bottom:30px; margin-top:20px;}
div.fy a { margin:2px 5px; padding:9px 12px; border:1px solid #1397cc; color:#60483c; text-decoration:none;}
div.fy a:hover { border:1px solid #1397cc; color:#fff;background-color:#1397cc;}
div.fy a:active { border:1px solid #1397cc; color:#1397cc;}
div.fy span.current { margin:2px 5px; padding:8px 12px; border:1px solid #1397cc; background-color:#1397cc; color:#FFF; font-weight:bold;}
div.fy span.disabled { margin:2px 5px; padding:8px 12px; border:1px solid #DDD; color:#CCC;} 

.bg {
/*	width: 100%;*/
	border-collapse: collapse;
	border: 1px solid #efefef;
	text-align: center;
	margin-top: 10px;
}

.bg tr {
	border: 1px solid #efefef;
}

.bg td {
	border: 1px solid #efefef;
	padding: 12px 30px;
}

.bg tr:first-child {
	font-weight: bold;
	color: #ffffff;
}

.bg tr:nth-child(2n) {
	background-color: #ffffff;
}

.bg tr:nth-child(2n+1) {
	background-color: #555555;
}