/*init*/

@font-face {
	font-family: "Open Sans";
	src: url("../font/opensans.ttf");
}

@font-face {
	font-family: "Open Sans";
	src: url("../font/OpenSans-Light.ttf");
}

html {
	font-family: 'Myriad Pro', 'Open Sans', arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select, *:after, *:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	border: 0;
	background: transparent;
	vertical-align: baseline;
}

ul, ol, li {
	list-style: none;
}

table {
	border: 1px solid #ddd;
}

table tr th {
	border: 1px solid #ddd;
}

table tr td {
	border: 1px solid #ddd;
	vertical-align: middle;
	line-height: 40px;
	padding-left: 5px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	background: transparent;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

a {
	text-decoration: none;
	color: #005fb4;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
}

/*public*/

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.tran {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.main {
	margin: 0 auto;
	width: 1400px;
}

.main:after {
	content: '';
	display: block;
	clear: both;
}

.ellipsis {
	display: -webkit-box !important;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/*header*/

body {
	padding-top: 73px;
}

.head {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.head-logo {
	float: left;
}

.head-logo a {
	display: table-cell;
	width: 221px;
	height: 73px;
	vertical-align: middle;
}

.head-logo img {
	display: block;
	height: 100%;
}

.head-main {
	float: right;
}

.head-ul {
	float: left;
}

.head-li {
	position: relative;
	margin-right: 50px;
	float: left;
}

.head-li-a {
	display: block;
	height: 73px;
	line-height: 73px;
	font-size: 16px;
	font-weight: bold;
	color: #1c509f;
}

.head-li-a:hover {
	color: #000;
}

.head-li-pull {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -100px;
	width: 200px;
	background-color: #fff;
	text-align: center;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0;
	visibility: hidden;
}

.head-li-pull a {
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
	font-weight: bold;
}

.head-li-pull a:hover {
	color: #1c509f;
}

.head-prod {
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -700px;
	padding: 30px;
	width: 1400px;
	background-color: #fff;
	
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	opacity: 0;
	visibility: hidden;
}

.head-li:hover .head-li-pull {
	transform: none;
	-webkit-transform: none;
	opacity: 1;
	visibility: visible;
}

.head-li:hover .head-prod {
	transform: none;
	-webkit-transform: none;
	opacity: 1;
	visibility: visible;
}

.head-li-pull-li{
	position: relative;
}
.head-li-pull-li:first-child{
	border-top: 1px solid #1c509f;
}
.head-li-pull-son{
	position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    background: #fff;
	opacity: 0; 
    visibility: hidden;
}
.head-li-pull-li:hover .head-li-pull-son {
	transform: none;
	-webkit-transform: none;
	opacity: 1;
	visibility: visible;
}

.head-prod-dl {
	padding: 10px;
	float: left;
	width: 20%;
}

.head-prod-dt {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.head-prod-dt a {
	font-size: 16px;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

.head-prod-dd {}

.head-prod-item {
	margin-bottom: 10px;
}

.head-prod-item .tit {
	color: #666;
	margin-bottom: 5px;
}

.head-prod-item .tit:before {
	content: '●';
	margin-right: 10px;
	color: #0e2592;
}

.head-prod-a {
	padding-left: 20px;
}

.head-prod-a a {
	color: #666;
	line-height: 24px;
}

.head-prod-dt a:hover {
	color: #1c509f;
}

.head-prod-dd a:hover {
	color: #1c509f;
}

.head-lang {
	margin-right: 40px;
	float: left;
	position: relative;
}

.head-lang-tit {
	padding-right: 20px;
	display: table-cell;
	height: 73px;
	cursor: pointer;
	vertical-align: middle;
	color: #0541a8;
	line-height: 20px;
	background: url("../image/icon3.png") no-repeat right center;
}

.head-lang-tit img {
	float: left;
	margin-right: 10px;
}

.head-lang-a {
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #1c509f;
}

.head-lang-a a {
	display: block;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	color: #666;
}

.head-lang-a a:hover {
	color: #1c509f;
}

.head-lang-a.active {
	display: block;
}

.head-ser-icon {
	float: left;
	width: 20px;
	height: 73px;
	background: url("../image/icon4.png") no-repeat center;
	cursor: pointer;
}

.head-ser {
	position: absolute;
	top: 100%;
	right: 50%;
	margin-right: -700px;
	padding: 20px;
	display: none;
	width: 300px;
	background-color: #fff;
	border-top: 1px solid #1c509f;
}

.head-ser-inp {
	float: left;
	width: 200px;
	height: 40px;
	text-indent: 10px;
	border: 1px solid #ddd;
	border-right: none;
}

.head-ser-btn {
	float: left;
	width: 60px;
	height: 40px;
	background: url("../image/icon4.png") no-repeat center;
	border: 1px solid #ddd;
}

.foot {}

.foot-top {
	padding: 50px 0;
	background-color: #121212;
}

.foot-nav {
	float: left;
	width: 74%;
}

.foot-dl {
	float: left;
	width: 18%;
	margin: 0 1%;
	line-height: 36px;
}

.foot-dt {
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff;
}

.foot-dd {}

.foot-dd a {
	color: #fff;
	text-transform: capitalize;
}

.foot-contact {
	float: right;
	width: 360px;
}

.foot-contact-tit {
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}

.foot-contact-tit p {
	float: left;
}

.foot-share {
	float: left;
}

.foot-share a {
	margin-left: 10px;
	float: left;
}

.foot-share img {
	display: block;
}

.foot-contact-p {
	line-height: 24px;
	color: #fff;
}
.foot-contact-p a{
	color: #fff;
}
.foot-bot {
	padding: 25px 0;
	text-align: center;
	background-color: #000;
	line-height: 20px;
	color: #fff;
}

.foot-bot img {
	margin: 0 10px;
	vertical-align: middle;
}

/*右侧固定菜单*/

.fix {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 2;
}

.fix-ul {}

.fix-li {
	/* margin-bottom: 2px; */
}

.fix-li-a {
	/* padding-top: 15px;
	width: 78px;
	height: 80px; */
	
	text-align: center;
	display: block;
	background-color: #6492be;
	color: #fff;
	font-size: 16px;
}

.fix-li-a img {
	margin: 0 auto 0px 4px;
    display: inline-block;
    height: 23px;
    width: 32px;
    vertical-align: middle;
}
.fix-li-a p{
	display: inline-block;
	line-height: 32px;
	margin: 0 12px;
	text-transform: capitalize;
}
.back-top {
	display: none;
}

.shade {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}

.fix-message {
	position: fixed;
	left: 50%;
	top: 30%;
	z-index: 3;
	margin-left: -360px;
	display: none;
	width: 720px;
	padding: 35px 40px;
	background-color: #fff;
}

.fix-message-top {
	margin: 0 1%;
	margin-bottom: 10px;
}

.fix-message-tit {
	float: left;
	font-family: "Open Sans";
	font-size: 24px;
	color: #333;
}

.fix-message-close {
	float: right;
	width: 25px;
	height: 25px;
	background: url("../image/icon28.png") no-repeat center;
	cursor: pointer;
}

.fix-message-cont {}

.fix-inp {
	margin: 1%;
	float: left;
	width: 48%;
	height: 42px;
	padding-left: 40px;
	line-height: 42px;
	border: 1px solid #e3e1e1;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.fix-inp.icon1 {
	background-image: url("../image/icon29.png");
}

.fix-inp.icon2 {
	background-image: url("../image/icon30.png");
}

.fix-inp.icon3 {
	background-image: url("../image/icon31.png");
}

.fix-inp.icon4 {
	background-image: url("../image/icon32.png");
}

.fix-inp.icon5 {
	background-image: url("../image/icon33.png");
}

.fix-area {
	margin: 1%;
	float: left;
	width: 100%;
	padding: 10px;
	padding-left: 40px;
	border: 1px solid #e3e1e1;
	line-height: 24px;
	resize: none;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-image: url("../image/icon34.png");
}

.fix-btn {
	margin: 1%;
	float: left;
	width: 128px;
	height: 40px;
	background-color: #2aa4e5;
	color: #fff;
	border-radius: 10px;
}

/*首页*/

.banner {
	position: relative;
	min-height: 50px;
}

.banner-ul {}

.banner-li {
	position: relative;
	max-height: 800px;
	min-height: 50px;
}

.banner-li a {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

/*banner介绍*/

.banner-intro {
	padding-top: 260px;
	font-family: Myriad Pro;
	font-size: 42px;
	color: #fff;
}
.flexslider{
	min-height: 50px;
}
.banner-intro .tit {
	font-size: 80px;
	font-weight: bold;
	text-transform: uppercase;
}

.banner-intro .more {
	margin-top: 90px;
	display: inline-block;
	width: 106px;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003f9f;
	text-indent: 22px;
	font-size: 16px;
	background: #fff url("../image/more.png") no-repeat 80% center;
	border-radius: 5px;
}

.ind-prod {}

.ind-tit {
	padding: 40px 0;
}

.ind-tit-p {
	float: left;
	font-size: 52px;
	font-weight: bold;
	color: #003f9f;
	text-transform: uppercase;
}

.ind-more {
	float: right;
	padding-left: 26px;
	padding-right: 40px;
	line-height: 40px;
	border: 1px solid #d1d1d1;
	border-radius: 20px;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	background: url("../image/icon1.png") no-repeat 85% center;
}

.ind-more:hover {
	border-color: #1c509f;
	color: #1c509f;
}

.ind-prod-main {
	margin: 0 -20px;
	padding-bottom: 60px;
}

.ind-prod-ul {}

.ind-prod-li {
	padding: 0 20px;
}

.ind-prod-li-img {
	border: 1px solid #e4e4e4;
	height: auto;
	overflow: hidden;
}

.ind-prod-li-img img {
	display: block;
	width: 100%;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.ind-prod-li:hover .ind-prod-li-img {
	border-color: #6492BE;
}

.ind-prod-li-desc {
	padding: 10px 0;
	font-size: 16px;
	line-height: 24px;
	color: #999;
	height: 144px;
	overflow: hidden;
}

.ind-prod-li-desc p {
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ind-prod-li-desc p br {
	display: none;
}

.ind-prod-li-desc p:before {
	content: '•';
	margin-right: 5px;
	color: #003393;
}

.ind-prod-li-desc p span {
	margin-right: 10px;
	color: #003393;
}

.ind-prod-li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.2);
}

.ind-prod-li-desc .tit {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* 可以显示的行数，超出部分用...表示*/
  -webkit-box-orient: vertical;
}

.ind-prod-main .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin: -23px 0 0 0;
	padding: 0 10px;
	width: 46px;
	height: 46px;
	color: #999;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.ind-prod-main .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -40px;
	background-image: url("../image/icon8.png");
}

.ind-prod-main .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -40px;
	background-image: url("../image/icon9.png");
}

.ind-cnas {
	padding: 90px 0;
	background-color: #04399c;
}

.ind-cnas-cont {
	float: left;
	width: 625px;
}

.ind-cnas-tit {
	margin-bottom: 30px;
	font-size: 52px;
	font-weight: bold;
	color: #fff;
	/* text-transform: uppercase; */
}

.ind-cnas-p {
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}

.ind-cnas-btn {}

.ind-cnas-btn a {
	margin-right: 20px;
	float: left;
	width: 233px;
	height: 90px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border: 1px solid #496eb3;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.ind-cnas-btn a:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.ind-cnas-btn img {
	margin: 10px auto;
	display: block;
}

.ind-cnas-play {
	position: relative;
	float: right;
	width: 718px;
}

.ind-cnas-play img {
	display: block;
	width: 100%;
}

.ind-cnas-play-main {
	position: absolute;
	left: 87px;
	top: 26px;
	width: 540px;
	height: 337px;
}

.ind-about {
	padding: 85px 0;
}

.ind-about-img {
	float: left;
	width: 650px;
	overflow: hidden;
}

.ind-about-img img {
	display: block;
	width: 100%;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.ind-about-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.2);
}

.ind-about-desc {
	float: right;
	width: 700px;
}

.ind-about-desc .tit {
	margin-bottom: 20px;
	font-size: 48px;
	font-weight: bold;
	color: #1b1a1a;
}

.ind-about-p {
	font-size: 20px;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ind-about-more {
	margin-top: 52px;
}

.ind-about-more .ind-more {
	float: none;
	display: inline-block;
}

.ind-video {
	padding-top: 150px;
	height: 600px;
	cursor: pointer;
	background: url("../image/bkg2.jpg") no-repeat center;
	background-size: cover;
}

.ind-video img {
	margin: 0 auto;
	display: block;
	max-width: 344px;
}

.ind-video-tit {
	margin: 30px 0;
	text-align: center;
	font-size: 72px;
	color: #fff;
}

.video-play {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: none;
	width: 720px;
	background-color: #fff;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}

#mediaplayer_logo {
	display: none;
}

.ind-news {
	padding-top: 20px;
	padding-bottom: 60px;
}

.ind-news-ul {}

.ind-news-li {
	padding: 20px;
	float: left;
	width: 33.3333%;
}

.ind-news-li a {
	display: block;
}

.ind-news-li-time {
	margin-bottom: 20px;
	color: #666;
}

.ind-news-li-tit {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #1c509f;
	height: 60px;
	overflow: hidden;
}

.ind-news-li-p {
	margin-bottom: 40px;
	line-height: 20px;
	height: 60px;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ind-news-li-more {}

.ind-news-li-more span {
	padding-right: 20px;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #797979;
	border-bottom: 1px solid #ddd;
	background: url("../image/icon16.png") no-repeat right center;
}

.ind-news-li a:hover .ind-news-li-p {
	color: #1c509f;
}

.ind-news-li a:hover .ind-news-li-more span {
	color: #1c509f;
	border-color: #1c509f;
}

.ind-support {
	padding-top: 70px;
	height: 566px;
	background: url("../image/bkg3.png") no-repeat center;
	background-size: cover;
}

.ind-support-ul {}

.ind-support-li {
	float: left;
	width: 20%;
	text-align: center;
}

.ind-support-li-a {
	display: inline-block;
	font-size: 18px;
	color: #000;
}

.ind-support-li-img {
	margin-bottom: 20px;
	padding: 36px 0;
	width: 148px;
	height: 148px;
	background-color: #fff;
	border: 1px solid #e8e3e3;
	border-radius: 20px;
}

.ind-support-li-img img {
	margin: 0 auto;
	display: block;
	width: 76px;
	height: 76px;
}

.ind-support-li-a:hover .ind-support-li-img {
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
}

/*关于我们*/

.ban-nav {
	text-align: center;
	background-color: #2f2f2f;
}

.ban-nav a {
	padding: 0 30px;
	display: inline-block;
	color: #fff;
	line-height: 50px;
}

.ban-nav a:hover {
	background-color: #0d3293;
}

.ban-nav a.active {
	background-color: #0d3293;
}

.content {
	background-position: right 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 69% auto;
}

.matter {
	background-position: right -5px;
	background-repeat: no-repeat;
	background-size: 70% auto;
}

.about {
	padding-top: 140px;
	font-family: "Open Sans";
}

.about-top {
	margin-bottom: 60px;
	width: 655px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.about-tit {
	margin-bottom: 20px;
	font-size: 54px;
	color: #0d3293;
	font-family: "Open Sans";
	line-height: 54px;
}

.about-top p {
	margin-bottom: 20px;
}

.about-intro {
	margin-bottom: 65px;
}

.about-intro-img {
	float: left;
	width: 516px;
}

.about-intro-img img {
	display: block;
	width: 100%;
}

.about-intro-cont {
	float: right;
	width: 830px;
}

.about-intro-cont .about-top {
	padding-top: 0;
	width: 100%;
}

.about-intro-cont .about-top .about-tit {
	font-size: 54px;
}

.about-ul {
	margin: 0 -10px 60px -10px;
	background-color: #fff;
}

.about-li {
	padding: 10px;
	float: left;
	width: 25%;
}

.about-li a {
	position: relative;
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.about-li a:hover {
	box-shadow: 0 0 30px 5px rgba(0, 0, 0, .1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.about-li-img {}

.about-li-img img {
	display: block;
	width: 100%;
}

.about-li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	text-align: center;
	background: url("../image/bkg4.png") repeat;
	color: #fff;
	font-family: "Open Sans";
	font-size: 18px;
}

.about-bot {
	height: 309px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	font-family: "Open Sans";
	font-size: 24px;
	color: #fff;
}

.about-bot .tit {
	padding-top: 50px;
	font-size: 60px;
}

.about-bot-btn {
	margin-top: 30px;
	padding-left: 45px;
	padding-right: 75px;
	display: inline-block;
	color: #333;
	background-color: #333;
	font-size: 16px;
	line-height: 48px;
	background: #fff url("../image/icon35.png") no-repeat 80% center;
	border-radius: 20px;
	font-family: 'Myriad Pro';
}

.about-bot-btn:hover {
	background-color: #1c509f;
	color: #fff;
}

/*领导*/

.leader {
	margin-bottom: 60px;
}

.leader-desc {
	float: left;
	width: 670px;
	font-size: 16px;
	line-height: 18px;
	color: #333;
}

.leader-desc p {
	margin-bottom: 20px;
}

.leader-img {
	margin-right: 50px;
	float: right;
	width: 585px;
}

.leader-img img {
	display: block;
	width: 100%;
}

.leader-name {
	text-align: right;
}

.leader-name-ctr {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.leader-name img {}

.leader-name p {
	margin: 0;
}

.leader-name span {
	color: #666;
}

/*企业愿景*/

.vision {}

.vision-desc {
	margin-bottom: 40px;
	width: 650px;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}

.vision-desc .tit {
	margin-bottom: 20px;
	font-size: 28px;
	color: #0d3293;
}

.vision-ul {
	margin: 0 -15px 20px -15px;
	padding-top: 110px;
}

.vision-li {
	padding: 15px;
	float: left;
	width: 33.333%;
}

.vision-li-a {
	padding: 35px;
	height: 230px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	font-size: 20px;
	line-height: 24px;
	color: #666;
}

.vision-li-icon {
	margin-bottom: 10px;
}

.vision-li-icon img {
	display: block;
}

.vision-li-a .tit {
	margin-bottom: 10px;
	font-size: 24px;
	color: #0d3293;
}

/*发展历程*/

.hiscont {
	background-position: center top;
	background-attachment: fixed;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.hismatter {
	padding-top: 545px;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.history {
	background-color: #fff;
}

.hist-main {
	position: relative;
	top: -300px;
	background-color: #fff;
}

.hist-tit {
	position: relative;
	padding: 30px 0;
	text-align: center;
	font-size: 48px;
	color: #25418a;
	font-family: "Open Sans";
}

.hist-tit:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -18px;
	width: 36px;
	height: 2px;
	background-color: #c9c8c8;
}

.hist-year {
	margin-bottom: 35px;
	background-color: #f3f3f3;
}

.hist-year-a {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 20px;
	color: #000;
	cursor: pointer;
	line-height: 60px;
}

.hist-year-a p {
	display: inline-block;
}

.hist-year-a i {
	margin-top: 21px;
	margin-right: 10px;
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 3px solid #25418a;
}

.hist-year-a:hover {
	background-color: #25418a;
	color: #fff;
}

.hist-year-a:hover i {
	border-color: #fff;
}

.hist-year-a.active {
	background-color: #25418a;
	color: #fff;
}

.hist-year-a.active i {
	border-color: #fff;
}

.hist-cont {
	margin-bottom: 60px;
}

.hist-item {
	font-size: 16px;
	line-height: 48px;
	color: #666;
	display: none;
}

.hist-item .tit {
	font-size: 30px;
	color: #25418a;
}

.hist-item span {
	color: #d7dae1;
	margin-right: 10px;
}

.list-paddingleft-2 {
	list-style: initial !important;
	padding: 15px;
}

.list-paddingleft-2 li {
	list-style: initial !important;
}

/*可持续发展*/

.sustain {
	font-family: "Open Sans";
}

.sustain-tit {
	position: relative;
	padding: 40px 0;
	font-size: 54px;
	color: #0d3293;
	line-height: 100%;
}

.sustain-tit:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 36px;
	height: 2px;
	background-color: #e7e7e7;
}

.sustain-ul {}

.sustain-li {
	margin-bottom: 40px;
}

.sustain-li-desc {
	float: left;
	width: 55%;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}

.sustain-li-desc .tit {
	margin-bottom: 15px;
	font-size: 30px;
	color: #25418a;
	line-height: 100%;
	font-weight: bold;
}

.sustain-li-img {
	float: right;
	width: 40%;
}

.sustain-li-img img {
	float: right;
	max-width: 100%;
}

.sustain-li.odd .sustain-li-desc {
	float: right;
}

.sustain-li.odd .sustain-li-img {
	float: left;
}

.sustain-li.odd .sustain-li-img img {
	float: left;
}

.sustain .about-li {
	width: 20%;
}

/*实验室*/

.cnaslad {}

.cnaslad-top {
	margin-bottom: 20px;
}

.cnaslad-top-ul {}

.cnaslad-top-li {}

.cnaslad-top-li img {
	display: block;
	width: 100%;
}

.cnaslad-top .flex-direction-nav .flex-prev {
	background: url("../image/icon42.png") no-repeat center;
}

.cnaslad-top .flex-direction-nav .flex-next {
	background: url("../image/icon43.png") no-repeat center;
}

.cnaslad-top .flex-control-nav {
	padding-top: 10px;
	bottom: 0;
	background: url("../image/bkg4.png") repeat;
}

.cnaslad-intro {
	font-size: 18px;
	line-height: 24px;
	color: #333;
}

.cnaslad-intro .tit {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 36px;
	color: #25418a;
	line-height: 100%;
}

.cnaslad-intro p {
	margin-bottom: 20px;
}

.cnaslad-intro .h2 {
	font-size: 20px;
	font-weight: bold;
}

.cnaslad-ul {
	margin: 0 -10px;
}

.cnaslad-li {
	padding: 10px;
	float: left;
	width: 33.3333%;
}

.cnaslad-li-a {
	padding: 20px;
	height: 180px;
	background-color: #f6f6f6;
}

.cnaslad {}

.cnaslad-top {
	margin-bottom: 20px;
}

.cnaslad-img {
	margin-bottom: 40px;
}

.cnaslad-img img {
	float: left;
	width: 48%;
}

.cnaslad-img img:first-child {
	margin-right: 4%;
}

/*认证*/

.certif {}

.certif-ul {
	margin: 0 -10px 40px -10px;
}

.certif-li {
	padding: 10px;
	float: left;
	width: 16.6666%;
}

.certif-li a {
	display: block;
	border: 1px solid #e7e7e7;
	overflow: hidden;
}

.certif-li img {
	display: block;
	width: 100%;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.certif-li a:hover {
	border-color: #1c509f;
}

.certif-li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/*知识专利*/

.patent {}

.patent-p {
	font-size: 18px;
	line-height: 24px;
	color: #333;
}

.patent-p p {
	margin-bottom: 15px;
}

.patent-list {}

.patent-pc {
	height: 600px;
	transform-style: preserve-3d;
}

.patent-mob {
	display: none;
}

.jcImgScroll {
	position: relative;
	height: 380px;
	margin: 0 auto 0 auto;
}

.jcImgScroll li {
	border: 1px solid #ccc;
}

.jcImgScroll li a {
	background: #fff;
	display: block;
	position: relative;
	z-index: 99;
}

.jcImgScroll li.loading a {
	background: #fff url(http://www.spark-oe.com/css/img/loading.gif) no-repeat center center;
}

.jcImgScroll li img, .jcImgScroll li, .jcImgScroll em, .jcImgScroll dl {
	display: none;
	border: 0 none;
}

.jcImgScroll li img {
	width: 100%;
	height: 100%;
	-webkit-box-reflect: below 5px -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 100%);
}

.jcImgScroll em.sPrev {
	left: 10%;
	background: url("../image/icon44.png") no-repeat center;
}

.jcImgScroll em.sNext {
	right: 10%;
	background: url("../image/icon45.png") no-repeat center;
}

.jcImgScroll dl dd {
	background: url(http://www.spark-oe.com/css/images/NumBtn.png) no-repeat 0 bottom;
	text-indent: -9em;
}

.jcImgScroll dl dd:hover, .jcImgScroll dl dd.curr {
	background-position: 0 0;
}

.patent-ul {}

.patent-li {
	padding: 0 10px;
}

.patent-li img {
	display: block;
	width: 100%;
}

/*本*/

.ben {}

.ben-top {
	margin-bottom: 40px;
	padding-top: 120px;
	width: 600px;
	font-size: 18px;
	line-height: 36px;
	color: #666;
}

/*资质荣誉*/

.honour {}

.honour-ul {
	margin: 0 -15px;
}

.honour-li {
	padding: 15px;
	float: left;
	width: 25%;
}

.honour-li a {
	display: block;
}

.honour-li-img {
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
}

.honour-li-img img {
	display: block;
	width: 100%;
}

.honour-li-desc {
	height: 72px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-align: center;
}

.bigimg {
	position: fixed;
	left: 50%;
	top: 10%;
	margin-left: -350px;
	z-index: 3;
	width: 700px;
	display: none;
}

.bigimg-close {
	position: absolute;
	top: -17px;
	right: -17px;
	width: 34px;
	height: 34px;
	background: url("../image/icon46.png") no-repeat center;
}

.bigimg img {
	display: block;
	width: 100%;
}

/*招聘*/

.join {}

.join-top {
	padding-top: 180px;
	width: 1190px;
}

.join-top .about-li {
	width: 33.3333%;
}

.join-tit {
	margin-bottom: 20px;
	font-size: 28px;
	color: #0d3293;
}

.join-more {
	margin-bottom: 40px;
	text-align: center;
}

.join-more a {
	padding-left: 60px;
	padding-right: 85px;
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 48px;
	border: 1px solid #e4d6da;
	border-radius: 20px;
	background: url("../image/icon49.png") no-repeat 70% center;
}

.join-list {
	background-color: #fff;
}

.join-ul {}

.join-li {
	margin-bottom: 20px;
}

.join-li-tit {
	padding: 15px 30px;
	border: 1px solid #e9e9e9;
	background-repeat: no-repeat;
	cursor: pointer;
	background-position: 98% center;
	background-image: url("../image/icon50.png");
}

.join-li-desc {
	padding: 30px;
	display: none;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	border: 1px solid #e9e9e9;
}

.join-li.active .join-li-tit {
	background-color: #1c509f;
	color: #fff;
	background-image: url("../image/icon51.png");
}

.join-li.active .join-li-desc {
	display: block;
}

/*产品*/

.banner-img {
	height: 282px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.banner-p {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 282px;
}

.page-nav {
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
	border-bottom: 1px solid #ebebeb;
	line-height: 50px;
}

.page-nav-i {
	margin-right: 20px;
	float: left;
	width: 17px;
	height: 50px;
	background: url("../image/icon58.png") no-repeat center;
}

.page-nav span {
	float: left;
	color: #e1e1e1;
}

.page-nav-a {
	position: relative;
	float: left;
	padding: 0 30px;
	font-size: 16px;
	color: #999;
}

.page-nav-tit {
	padding-right: 15px;
	display: block;
	background-position: right center;
	color: #999;
	background-repeat: no-repeat;
	background-image: url("../image/icon56.png");
}

.page-nav-tit.active {
	color: #25418a;
	background-image: url("../image/icon57.png");
}

.page-nav-pull {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	padding: 10px 0;
	display: none;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, .1);
}

.page-nav-pull a {
	display: block;
	line-height: 35px;
	text-align: center;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}

.page-nav-pull a:hover {
	background-color: #25418a;
	color: #fff;
}

.product {
	padding-bottom: 40px;
}

.prod-nav {
	float: left;
	width: 306px;
	border-top: 1px solid #dadada;
}

.prod-nav-dl {}

.prod-nav-dt {
	display: none;
}

.prod-nav-dd {}

.prod-nav-dd-item {
	border-bottom: 1px solid #dadada;
}

.prod-nav-dd-tit {
	font-size: 18px;
	color: #000;
	cursor: pointer;
	background: url("../image/icon54.png") no-repeat right center;
	line-height: 57px;
}

.prod-nav-dd-a {
	padding-bottom: 20px;
	display: none;
}

.prod-nav-dd-a a {
	margin: 10px 0;
	padding-left: 25px;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("../image/icon52.png");
}

.prod-nav-dd-a a:hover {
	background-image: url("../image/icon53.png");
	color: #25418a;
}

.prod-nav-dd-a a.active {
	background-image: url("../image/icon53.png");
	color: #25418a;
}

.prod-nav-dd-item.active .prod-nav-dd-tit {
	color: #1e43a1;
	background: url("../image/icon55.png") no-repeat right center;
}

.prod-nav-dd-item.active .prod-nav-dd-a {
	display: block;
}

.prod-main {
	float: right;
	width: 1050px;
}

.prod-ul {}

.prod-li {
	padding: 0 15px 30px 15px;
	float: left;
	width: 33.3333%;
}

.prod-li-search {
	width: 25%;
}

.prod-li-a {
	display: block;
	border: 1px solid #ececec;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.prod-li-img {
	height: 236px;
	overflow: hidden;
}

.prod-li-img img {
	display: block;
	width: 100%;
}

.prod-li-desc {
	padding: 30px;
}

.prod-li-desc .tit {
	height: 48px;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.prod-li-p {
	height: 72px;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}

.prod-li-p p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.prod-li-p p:before {
	/* content: '•';
	margin-right: 10px;
	color: #0172d4; */
}

.prod-li-more {
	margin-top: 20px;
	display: block;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #1e43a1;
	color: #1e43a1;
	text-transform: uppercase;
	border-radius: 20px;
}

.prod-li-a:hover {
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .1);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}

.prod-li-a:hover .prod-li-more {
	background-color: #1e43a1;
	color: #fff;
}

/*分页*/

.page {
	text-align: center;
}

.page-ctr {
	padding: 40px 0;
	display: inline-block;
}

.page a {
	margin: 0 2px;
	float: left;
	line-height: 30px;
	height: 32px;
	width: 32px;
	color: #222;
	text-align: center;
	border: 1px solid #ebebeb;
	background-repeat: no-repeat;
	background-position: center;
}

.page a.prev {
	background-image: url("../image/icon47.png");
}

.page a.next {
	background-image: url("../image/icon48.png");
}

.page a.active {
	color: #fff;
	background-color: #1e43a1;
}

/*产品详情*/

.prod-top {
	margin-bottom: 60px;
}

.prod-top-lf {
	float: left;
	max-width: 600px;
}

.prod-top-img {}

.prod-top-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.prod-top-list {
	margin: 0 auto;
	width: 390px;
}

.prod-top-ul {}

.prod-top-li {
	padding: 10px;
}

.prod-top-li a {
	display: block;
	border: 1px solid #e7e7e7;
}

.prod-top-li img {
	display: block;
	width: 100%;
}

.prod-top-li.active a {
	border-color: #25418a;
}

.prod-top-rg {
	float: right;
	width: 56%;
}

.prod-top-share {
	margin-bottom: 20px;
}

.prod-top-share a {
	float: left;
	margin-right: 15px;
}

.prod-top-desc {
	line-height: 24px;
}

.prod-top-desc .tit {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.prod-top-p {
	font-size: 16px;
	color: #666;
}

.prod-top-p p {
	margin: 10px 0;
}

.prod-top-p p:before {
	content: '•';
	margin-right: 10px;
	color: #0172d4;
}

.prod-top-btn {
	margin-top: 80px;
	display: block;
	font-size: 16px;
	color: #999;
	width: 130px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
}

.prod-top-btn:hover {
	background-color: #0172d4;
	color: #fff;
}

.prod-top .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin: -10px 0 0 0;
	padding: 0 10px;
	width: 20px;
	height: 20px;
	color: #999;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

.prod-top .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -40px;
	background-image: url("../image/icon8.png");
}

.prod-top .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -40px;
	background-image: url("../image/icon9.png");
}

.prod-bot {}

.prod-bot-nav {
	margin-bottom: 46px;
	padding-top: 8px;
	background-color: #0661a7;
}

.prod-bot-nav a {
	padding: 0 30px;
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-transform: capitalize;
}

.prod-bot-nav a.active {
	color: #0661a7;
	background-color: #fff;
}

.prod-bot-main img {
	display: block;
	width: 100%;
	max-width: 800px;
}

.prod-item {
	display: none;
}

.prod-data {}

.prod-table {
	width: 100%;
	text-align: center;
}

.prod-table tr th {
	background-color: #747779;
	color: #fff;
	line-height: 52px;
	font-weight: normal;
}

.prod-table tr th:first-child {
	text-align: left;
	padding-left: 20px;
}

.prod-table tr td {
	font-size: 16px;
	color: #000;
	line-height: 50px;
}

.prod-table tr td:first-child {
	text-align: left;
	padding-left: 20px;
}

.prod-table tr.bkg {
	background-color: #f3f3f3;
}

.prod-recom {}

.prod-recom-tit {
	padding-top: 30px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #0661a7;
}

.prod-recom-ul {
	margin: 0 -10px;
}

.prod-recom-li {
	padding: 10px;
	float: left;
	width: 25%;
}

.prod-recom-li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.prod-recom-li img {
	display: block;
	width: 100%;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.prod-recom-li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.2);
}

.prod-recom-li p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background: url("../image/bkg4.png") repeat;
	width: 100%;
}

.prod-down-ul {}

.prod-down-li {}

.prod-down-li-tit {
	padding: 15px 20px;
	cursor: pointer;
	color: #000;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 98% center;
	background-image: url("../image/icon54.png");
}

.prod-down-li-a {
	padding: 20px;
	display: none;
}

.prod-down-li-a a {
	display: block;
	padding: 10px 10px 10px 30px;
	color: #333;
	background: url("../image/icon63.png") no-repeat left center;
}

.prod-down-li.active .prod-down-li-tit {
	background-color: #e4e5ea;
	color: #0661a7;
	background-image: url("../image/icon55.png");
}

.prod-down-li.active .prod-down-li-a {
	display: block;
}

/*案例*/

.cases {}

.cases-top {
	margin-bottom: 15px;
}

.cases-top-ul {}

.cases-top-li {}

.cases-top-li a {
	display: block;
	background-color: #f5f5f5;
}

.cases-top-li a:after {
	content: '';
	display: block;
	clear: both;
}

.cases-top-li-desc {
	padding: 80px 45px;
	float: left;
	width: 550px;
	font-size: 24px;
	color: #666;
}

.cases-top-li-desc .tit {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}

.cases-top-li-desc .more {
	margin-top: 120px;
	display: block;
	width: 140px;
	text-align: center;
	font-size: 18px;
	line-height: 42px;
	background-color: #fff;
	color: #333;
	border-radius: 20px;
}

.cases-top-li-desc .more:hover {
	background-color: #0172d4;
	color: #fff;
}

.cases-top-li-img {
	float: right;
	width: 850px;
}

.cases-top-li-img img {
	display: block;
	width: 100%;
}

.cases-top .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin: -23px 0 0 0;
	padding: 0 10px;
	width: 46px;
	height: 46px;
	color: #999;
	font-weight: bold;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.cases-top .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 550px;
	background-image: url("../image/icon64.png");
}

.cases-top .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 0;
	background-image: url("../image/icon65.png");
}

.cases-ul {}

.cases-li {
	padding: 10px;
	float: left;
	width: 25%;
}

.cases-li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.cases-li img {
	display: block;
	width: 100%;
}

.cases-li-p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20%;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: url("../image/bkg4.png") repeat;
}

.cases-li a:hover .cases-li-p {
	height: 100%;
	padding-top: 40%;
}

/*案例详情*/

.cases-detail {
	padding-bottom: 60px;
}

.cases-intro {
	float: left;
	width: 930px;
}

.cases-intro-top {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.cases-intro-top p {
	margin-bottom: 10px;
	font-size: 26px;
	color: #1e43a1;
}

.cases-intro-share {}

.cases-intro-share a {
	margin-right: 15px;
	float: left;
}

.cases-intro-cont {
	font-size: 18px;
	line-height: 30px;
	color: #000;
}

.cases-intro-cont p {
	margin: 10px 0;
}

.cases-intro-cont img {
	margin: 10px auto;
	display: block;
	width: 100%;
}

.cases-intro-bot {
	padding: 30px 0;
}

.cases-intro-bot-a {
	float: left;
}

.cases-intro-bot-a p {
	margin: 10px 0;
}

.cases-intro-bot-a a {
	color: #333;
	font-size: 16px;
}

.cases-intro-bot-a img {
	margin-right: 10px;
	float: left;
}

.cases-intro-back {
	margin-top: 15px;
	padding: 10px 25px;
	float: right;
	color: #333;
	font-size: 16px;
	border-radius: 20px;
	border: 1px solid #dcdcdc;
}

.cases-intro-back img {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.cases-intro-back:hover {
	border-color: #1c509f;
	color: #1c509f;
}

.cases-prod {
	padding: 20px;
	float: right;
	width: 385px;
	background-color: #f6f6f6;
}

.cases-prod-tit {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	color: #1e43a1;
}

.cases-prod-ul {}

.cases-prod-li {
	margin-bottom: 20px;
}

.cases-prod-li a {
	padding: 20px;
	display: block;
	background-color: #fff;
}

.cases-prod-li-img {
	overflow: hidden;
}

.cases-prod-li-img img {
	display: block;
	width: 100%;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.cases-prod-li p {
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #0661a7;
}

.cases-prod-li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/*工程支持*/

.support {
	padding-bottom: 60px;
}

.support-tit {
	margin-bottom: 40px;
	font-size: 30px;
	line-height: 50px;
	color: #25418a;
	border-bottom: 1px solid #e3e3e3;
}

.support-ul {
	margin-bottom: 60px;
}

.support-li {
	border: 1px solid #E3E3E3;
}

.support-li-desc {
	padding: 40px;
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.support-li-desc .tit {
	font-size: 18px;
	color: #063e91;
	font-weight: bold;
}

.support-li-more {
	display: inline-block;
	color: #063e91;
}

.support-li-img {
	float: left;
	width: 50%;
}

.support-li-img img {
	display: block;
	width: 100%;
}

.support-li.odd .support-li-desc {
	float: right;
}

.support-li.odd .support-li-img {
	float: left;
}

.support-contact {
	padding: 25px;
	text-align: center;
	background-color: #f3f3f3;
}

.support-contact-cont {
	padding-left: 80px;
	display: inline-block;
	text-align: left;
	line-height: 40px;
	background: url("../image/icon69.png") no-repeat left center;
}

.support-contact-cont .tit {
	color: #333;
}

.support-contact-cont .num {
	color: #999;
}

.support-contact-cont .num span {
	font-size: 28px;
	color: #1a52a6;
	font-weight: bold;
}
.support-contact-cont-span{
	font-size: 28px;
	color: #1a52a6;
	font-weight: bold;
}
/*工程支持详细*/

.support-main {}

.support-nav {
	position: relative;
	z-index: 1;
	float: left;
	width: 288px;
}

.support-nav-dl {}

.support-nav-dt {
	display: none;
}

.support-nav-dd {}

.support-nav-dd-item {
	font-size: 16px;
}

.support-nav-dd-item .tit {
	display: block;
	color: #25418a;
	border-bottom: 1px solid #e3e3e3;
	line-height: 56px;
}

.support-nav-dd-a {}

.support-nav-dd-a a {
	padding-left: 20px;
	display: block;
	border-bottom: 1px solid #e3e3e3;
	line-height: 56px;
	color: #333;
	background: url("../image/icon70.png") no-repeat left center;
	font-size: 14px;
}

.support-intro {
	float: right;
	width: 1085px;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}

.support-intro .tit {
	margin-bottom: 15px;
	font-size: 18px;
	color: #0d3293;
}

.support-intro img {
	display: block;
	max-width: 100%;
}

.support-intro-btn {
	padding: 40px 0;
	text-align: center;
}

.support-intro-btn a {
	margin: 10px;
	padding-right: 35px;
	padding-left: 80px;
	display: inline-block;
	line-height: 54px;
	border: 1px solid #25418a;
	font-size: 16px;
	color: #25418a;
	font-weight: bold;
	border-radius: 25px;
	background-repeat: no-repeat;
	background-position: 40px center;
	background-image: url("../image/icon71.png");
}

.support-intro-btn a:hover {
	background-color: #25418a;
	color: #fff;
	background-image: url("../image/icon72.png");
}

/*服务理念*/

.pledge {}

.pledge-top {
	margin-bottom: 40px;
}

.pledge-tit {
	margin-bottom: 25px;
}

.pledge-tit span {
	margin-right: 10px;
	font-size: 24px;
	color: #063e91;
}

.pledge-top-ul {}

.pledge-top-li {
	position: relative;
	float: left;
	margin-left: 130px;
	width: 170px;
	height: 170px;
	line-height: 175px;
	text-align: center;
	border-radius: 50%;
	background-color: #00489d;
	font-size: 24px;
	color: #fff;
}

.pledge-top-li.bkg1 {
	background-color: #006ab7;
}

.pledge-top-li.bkg2 {
	background-color: #0077c2;
}

.pledge-top-li.bkg3 {
	background-color: #0083cd;
}

.pledge-top-li.bkg4 {
	background-color: #009ae1;
}

.pledge-top-li:first-child {
	margin-left: 0;
}

.pledge-top-li:before {
	content: '';
	position: absolute;
	left: -70px;
	top: 50%;
	margin-top: -10px;
	width: 21px;
	height: 21px;
	background: url("../image/icon73.png") no-repeat center;
}

.pledge-top-li:first-child:before {
	display: none;
}

.pledge-mid {
	margin-bottom: 40px;
}

.pledge-mid-cont {
	float: left;
	width: 775px;
	line-height: 30px;
	color: #131313;
}

.pledge-mid-cont .h1 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00489d;
}

.pledge-mid-cont .h2 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #131313;
}

.pledge-mid-dl {
	margin-bottom: 10px;
}

.pledge-mid-dl dt {
	float: left;
	width: 130px;
}

.pledge-mid-dl dd {
	float: left;
	width: 640px;
}

.pledge-mid-img {
	float: right;
	width: 458px;
}

.pledge-mid-img img {
	display: block;
	width: 100%;
}

.pledge-intro {
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

.pledge-intro .tit {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #00489d;
}

/*资料下载*/

.download {
	margin-bottom: 40px;
}

.down-ul {}

.down-li {
	position: relative;
	padding: 15px 100px 15px 0;
	border-bottom: 1px solid #E3E3E3;
}

.down-li-a {
	padding-left: 60px;
	display: block;
	line-height: 24px;
	background: url("../image/icon74.png") no-repeat left center;
}

.down-li-a .tit {
	font-size: 16px;
	color: #113f8d;
}

.down-li-a .cont {
	color: #999;
}

.down-li-btn {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../image/icon75.png");
}

.down-li-btn:hover {
	background-image: url("../image/icon76.png");
}
.faq-ul img{
	width: 100%;
}
.support-ul{
	width: 98%;
	margin: 0 auto;
}
@media screen and (max-width: 740px){
	.support-ul img{
		width: 100%;
	}
	.hist-cont img{ width: 100%; }
}

/*新闻列表*/

.news {}

.news-top {
	margin-bottom: 40px;
}

.news-top-img {
	float: left;
	width: 605px;
}

.news-top-img img {
	display: block;
	width: 100%;
}

.news-top-desc {
	float: right;
	width: 760px;
	line-height: 30px;
}

.news-top-desc .time {
	margin-bottom: 15px;
	font-size: 16px;
	color: #666;
}

.news-top-desc .tit {
	margin-bottom: 15px;
	font-size: 30px;
	color: #1c509f;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-top-desc .cont {
	font-size: 16px;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-top-more {
	margin-top: 80px;
	padding-left: 25px;
	padding-right: 45px;
	display: inline-block;
	color: #1c509f;
	line-height: 42px;
	border: 1px solid #E3E3E3;
	border-radius: 20px;
	background: url("../image/icon78.png") no-repeat 80% center;
}

.news-top-more:hover {
	border-color: #1c509f;
}

.news-ul {
	margin: 0 -15px;
}

.news-li {
	padding: 15px;
	float: left;
	width: 33.3333%;
}

.news-li-a {
	padding: 20px 15px;
	display: block;
	border: 1px solid #E3E3E3;
	line-height: 30px;
}

.news-li-a .time {
	margin-bottom: 20px;
	color: #666;
}

.news-li-a .tit {
	margin-bottom: 30px;
	height: 63px;
	font-size: 30px;
	color: #1c509f;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-li-a .cont {
	margin-bottom: 30px;
	color: #666;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-li-a .more {
	display: inline-block;
	padding-right: 15px;
	color: #797979;
	border-bottom: 1px solid #E3E3E3;
	background: url("../image/icon77.png") no-repeat right center;
}

.news-li-a .more:hover {
	border-color: #1c509f;
	color: #1c509f;
}

/*新闻详情*/

.news-detail {
	padding-bottom: 60px;
}

.news-intro {
	float: left;
	width: 905px;
}

.news-intro-top {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E3E3E3;
	line-height: 30px;
	color: #999;
}

.news-intro-top h1 {
	font-size: 24px;
	font-weight: normal;
	color: #25418a;
}

.news-intro-cont {
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.video_box{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.video_box video {
    max-width: 800px;
    width: 100%;
}
video[src=""]{
    display: none;
}
.news-intro-cont img {
	margin: 10px 0;
	display: block;
	width: 100%;
}

.news-intro-cont p {
	margin: 10px 0;
}

.news-intro-share {
	padding: 30px 0;
}

.news-intro-share a {
	float: left;
	margin-right: 10px;
}

.news-com {
	float: right;
	width: 400px;
}

.news-com-main {
	margin-bottom: 20px;
	padding: 0 20px;
	background-color: #f5f5f5;
}

.news-com-main a {
	padding: 30px 0 30px 40px;
	display: block;
	font-size: 16px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left 30px;
}

.news-com-main a.prev {
	background-image: url("../image/icon79.png");
	border-bottom: 1px dotted #ddd;
}

.news-com-main a.next {
	background-image: url("../image/icon80.png");
}

.news-back {
	display: block;
	line-height: 56px;
	text-indent: 60px;
	font-size: 18px;
	color: #25418a;
	background: #f5f5f5 url("../image/icon78.png") no-repeat 90% center;
}

/*联系我们*/

.contact {
	padding-bottom: 60px;
}

.contact-ul {}

.contact-li {
	padding: 50px;
	float: left;
	width: 50%;
	height: 303px;
	overflow: hidden;
	/* margin-left: -1px; */
	margin-bottom: -1px;
	border: 1px solid #E3E3E3;
}
.contact-li:nth-child(2){
	border-left: none;
}
.contact-li:nth-child(3){
	float: right;
	margin-left:0;
    border-left: none;
}

.contact-li.img {
	padding: 0;
}

.contact-li-tit {
	margin-bottom: 10px;
	font-size: 18px;
	color: #063e91;
}

.contact-li-mid {
	margin-bottom: 40px;
}

.contact-li-num {
	padding-left: 50px;
	float: left;
	background: url("../image/icon81.png") no-repeat left center;
}

.contact-li-num p {
	font-size: 29px;
	color: #063e91;
}

.contact-li-num span {}

.contact-li-span {}

.contact-li-span span {
	margin-right: 20px;
	float: left;
}

.contact-li-img {
	float: right;
}

.contact-li-img img {
	display: block;
	width: 100%;
}

.contact-li img {
	display: block;
	width: 100%;
}

.contact-li:hover {
	background-color: rgba(222, 222, 222, 0.33);
}

.contact-li-p {
	color: #666;
	line-height: 20px;
}

.contact-li-p p {
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
}

.contact-li-p p:hover {
	color: #063e91
}

.contact-li-p img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
}

.contact-li-p .dtu {
	border-radius: 15px;
	border: 1px solid #ebebeb;
	line-height: 33px;
	display: inline-block;
	padding: 0 15px;
	font-size: 12px;
	color: #666;
}

.contact-li-p .dtu:hover {
	background-color: #6492BE;
	color: white;
}

/*在线留言*/

.contact-form {}

.contact-dl {
	margin-bottom: 30px;
	float: left;
	width: 33.3333%;
}

.contact-dt {
	float: left;
	width: 100px;
	min-height: 1px;
	font-size: 18px;
	line-height: 45px;
	color: #25418a;
	text-align: right;
	text-transform:capitalize;
}

.contact-dt span {
	color: #b50026;
}

.contact-dd {
	padding-left: 10px;
	float: left;
	width: 70%;
}

.contact-dd-inp {
	float: left;
	width: 280px;
	height: 45px;
	line-height: 45px;
	text-indent: 10px;
	border: 1px solid #dadada;
}

.contact-dd-area {
	float: left;
}

.contact-dd-btn {
	float: left;
	width: 133px;
	height: 55px;
	background-color: #959595;
	color: #fff;
	font-size: 18px;
}

.contact-dd-btn:first-child {
	margin-right: 20px;
	background-color: #25418a;
}

.contact-dl.wid {
	width: 100%;
}

.contact-dl.wid .contact-dd {
	width: 88%;
}

.contact-dd-area {
	width: 100%;
	padding: 10px;
	;
	line-height: 24px;
	border: 1px solid #dadada;
	resize: none;
}

/****** pager--style ******/

#dcms_pager {
	text-align: center;
}

#dcms_pager .pages {
	margin: 20px 0;
}

#dcms_pager .pages a {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 36px;
	color: #000;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	height: 36px;
	min-width: 36px;
	font-weight: bold;
	border: 1px solid #cccccc;
	cursor: pointer;
	padding: 0 10px;
	border-radius: 3px;
}

#dcms_pager .pages a.pgnext, #dcms_pager .pages a.pgnext {
	padding: 0 10px;
	font-weight: 100;
	font-family: "宋体";
}

#dcms_pager .pages a.pgempty {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	color: #333;
	height: 30px;
	border: 1px solid #d7d7d7;
	padding: 0 10px;
	cursor: pointer;
}

#dcms_pager .pages .pgcurrent {
	background: #005aae;
	color: #fff;
	border: 1px solid #005aae;
}

#dcms_pager .pages a:hover {
	background: #005aae;
	color: #fff;
	border: 1px solid #005aae;
}

#dcms_pager .pages a:first-child, #dcms_pager .pages a:last-child {
	/* display: none; */
}

.site-share .bdshare-button-style0-16 .bds_twi {
	background-position: inherit;
	background-image: url(../image/icon59.png);
}

.site-share .bdshare-button-style0-16 .bds_linkedin {
	background-position: inherit;
	background-image: url(../image/icon60.png);
}

.site-share .bdshare-button-style0-16 .bds_fbook {
	background-position: inherit;
	background-image: url(../image/icon61.png);
}

.nav_more {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 0 15px;
	color: #000;
	line-height: 24px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.nav_more:hover {
	color: #fff;
	background-color: #04399C;
}

/*动画效果*/

.ani-up {
	visibility: hidden;
	-webkit-opacity: 0;
	opacity: 0;
}

.fadeInUp {
	visibility: visible;
	animation: fadeInUp ease-out .6s forwards;
	-webkit-animation: fadeInUp ease-out .6s forwards;
	-moz-animation: fadeInUp ease-out .6s forwards;
}

.ani-rig {
	visibility: hidden;
	-webkit-opacity: 0;
	opacity: 0;
}

.faderight {
	visibility: visible;
	animation: faderight ease-out .6s forwards;
	-webkit-animation: faderight ease-out .6s forwards;
	-moz-animation: faderight ease-out .6s forwards;
}

.ani-left {
	visibility: hidden;
	-webkit-opacity: 0;
	opacity: 0;
}

.fadeleft {
	visibility: visible;
	animation: fadeleft ease-out .6s forwards;
	-webkit-animation: fadeleft ease-out .6s forwards;
	-moz-animation: fadeleft ease-out .6s forwards;
}

.scalew {
	animation: scaleW .8s 1s both;
	-moz-animation: scaleW .8s 1s both;
	-webkit-animation: scaleW .8s 1s both;
}

.scaleh {
	animation: scaleH .8s 1s both;
	-webkit-animation: scaleH .8s 1s both;
	-moz-animation: scaleH .8s 1s both;
}

.fadedown {
	-webkit-animation: fadeInDown .8s .3s both;
	-moz-animation: fadeInDown .8s .3s both;
	animation: fadeInDown .8s .3s both;
}

.fadeup {
	-webkit-animation: fadeInUp .8s .3s both;
	-moz-animation: fadeInUp .8s .3s both;
	animation: fadeInUp .8s .3s both;
}

.ostar {
	animation: ostar 1s 0s infinite linear both;
	-webkit-animation: ostar 1s 0s infinite linear both;
	-moz-animation: ostar 1s 0s infinite linear both;
}

@keyframes ostar {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes ostar {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes ostar {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes scaleW {
	0% {
		transform: scaleX(0)
	}
	100% {
		transform: scaleX(1)
	}
}

@-webkit-keyframes scaleW {
	0% {
		-webkit-transform: scaleX(0)
	}
	100% {
		-webkit-transform: scaleX(1)
	}
}

@-moz-keyframes scaleW {
	0% {
		-moz-transform: scaleX(0)
	}
	100% {
		-moz-transform: scaleX(1)
	}
}

@keyframes scaleH {
	0% {
		transform: scaleY(0)
	}
	100% {
		transform: scaleY(1)
	}
}

@-webkit-keyframes scaleH {
	0% {
		-webkit-transform: scaleY(0)
	}
	100% {
		-webkit-transform: scaleY(1)
	}
}

@-moz-keyframes scaleH {
	0% {
		-moz-transform: scaleY(0)
	}
	100% {
		-moz-transform: scaleY(1)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, -100%, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
	}
	100% {
		opacity: 1;
		-webkit-opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translate3d(0, 50%, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@keyframes faderight {
	0% {
		opacity: 0;
		transform: translate3d(-50%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes faderight {
	0% {
		opacity: 0;
		-webkit-opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes faderight {
	0% {
		opacity: 0;
		-moz-transform: translate3d(-50%, 0, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@keyframes fadeleft {
	0% {
		opacity: 0;
		transform: translate3d(50%, 0, 0);
	}
	100% {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes fadeleft {
	0% {
		opacity: 0;
		-webkit-opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-opacity: 1;
		-webkit-transform: none;
	}
}

@-moz-keyframes fadeleft {
	0% {
		opacity: 0;
		-moz-transform: translate3d(50%, 0, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@media screen and (max-width:1420px) {

	.hist-cont img{ width: 100%; }
	/*head*/
	.main {
		width: 1100px;
	}
	.head-li {
		margin-right: 40px;
	}
	.head-prod {
		width: 1100px;
		margin-left: -448px;
	}
	.head-ser {
		margin-right: -550px;
	}
	.foot-dl {
		/* width: 140px; */
	}
	.foot-contact {
		width: 260px;
	}
	/*index*/
	.banner-li a {
		height: 650px;
	}
	.ind-cnas-cont {
		width: 500px;
	}
	.ind-cnas-play {
		width: 575px;
	}
	.ind-cnas-play-main {
		left: 70px;
		top: 20px;
		width: 432px;
		height: 270px;
	}
	.ind-cnas-btn a {
		width: 210px;
	}
	.ind-about-img {
		width: 500px;
	}
	.ind-about-desc {
		width: 560px;
	}
	.ind-about-more {
		margin-top: 20px;
	}
	.ind-prod-li-img {
		height: 156px;
	}
	/*banner介绍*/
	.banner-intro {
		padding-top: 180px;
	}
	/*关于我们*/
	.matter {
		background-position: right -150px;
	}
	.about-top {
		width: 535px;
	}
	.about-intro-cont {
		width: 546px;
	}
	/*领导*/
	.leader-img {
		margin: 0;
		width: 380px;
	}
	/*企业愿景*/
	.vision-li-a {
		height: 280px;
	}
	/*发展历程*/
	.hist-main {
		top: -380px;
	}
	/*产品*/
	.prod-main {
		width: 770px;
	}
	.prod-li {
		width: 50%;
	}
	.prod-li-search {
		width: 50%;
	}
	/*产品详情*/
	.prod-top-lf {
		width: 645px;
	}
	.prod-top-rg {
		width: auto;
	}
	.prod-top-btn {
		margin-top: 40px;
	}
	/*案例*/
	.cases-top-li-desc {
		width: 400px;
	}
	.cases-top-li-img {
		width: 700px;
	}
	.cases-top-li-desc {
		padding: 40px;
	}
	.cases-top-li-desc .more {
		margin-top: 40px;
	}
	.cases-li-p {
		height: 27%;
	}
	/*案例详情*/
	.cases-intro {
		width: 690px;
	}
	/*工程支持详情*/
	.support-intro {
		width: 780px;
	}
	/*服务理念*/
	.pledge-top-li {
		margin-left: 55px;
	}
	.pledge-top-li:before {
		left: -40px;
	}
	.pledge-mid-cont {
		width: 626px;
	}
	.pledge-mid-dl dd {
		width: 490px;
	}
	/*新闻列表*/
	.news-top-desc {
		width: 470px;
	}
	/*新闻详情*/
	.news-intro {
		width: 680px;
	}
	/*联系我们*/
	.contact {}
	.contact-li {
		padding: 10px 20px;
		height: 237px;
	}
	/*在线留言*/
	.contact-dd-inp {
		width: 243px;
	}
}

@media screen and (max-width: 1120px) {

	.hist-cont img{ width: 100%; }
	/*head*/
	.main {
		width: 740px;
	}
	.fix-li-a p{
		margin: 0;
	}
	.head-ser {
		margin-right: -370px;
	}
	.head-btn {
		margin-left: 50px;
		padding-top: 30px;
		float: right;
		height: 73px;
	}
	.head-btn i {
		margin: 5px auto;
		display: block;
		width: 15px;
		height: 3px;
		background-color: #1c509f;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.head-btn:before {
		content: '';
		display: block;
		width: 25px;
		height: 3px;
		background-color: #1c509f;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.head-btn:after {
		content: '';
		display: block;
		width: 25px;
		height: 3px;
		background-color: #1c509f;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.head-btn.active i {
		width: 0;
	}
	.head-btn.active:before {
		transform-origin: left top;
		-webkit-transform-origin: left top;
		transform: translate3d(0, 0, 0) rotate(45deg);
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
	}
	.head-btn.active:after {
		transform-origin: left bottom;
		-webkit-transform-origin: left bottom;
		transform: translate3d(0, 0, 0) rotate(-45deg);
		-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
	}
	.head-ul {
		position: absolute;
		left: 0;
		top: 100%;
		display: none;
		width: 100%;
		background-color: #fff;
	}
	.head-ul.active {
		display: block;
	}
	.head-li {
		padding: 0 20px;
		float: none;
		margin-right: 0;
		text-align: left;
		animation: head-li .6s ease forwards;
		-webkit-animation: head-li .6s ease forwards;
		opacity: 0;
		-webkit-opacity: 0;
	}
	.head-li-pull {
		display: none;
	}
	.head-prod {
		display: none;
	}
	.head-li-a {
		border-bottom: 1px solid #e5e5e5;
		display: block;
	}
	.head-li:nth-child(n) {
		transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
	}
	.head-li:nth-child(2n) {
		transform: translateX(60px);
		-webkit-transform: translateX(60px);
	}
	@keyframes head-li {
		100% {
			transform: none;
			-webkit-transform: none;
			opacity: 1;
			-webkit-opacity: 1;
		}
	}
	@-webkit-keyframes head-li {
		100% {
			transform: none;
			-webkit-transform: none;
			opacity: 1;
			-webkit-opacity: 1;
		}
	}
	.foot-nav {
		width: 100%;
	}
	.foot-dl {
		/* width: 16.666%; */
	}
	.foot-contact {
		padding-top: 30px;
		width: 100%;
	}
	/*index*/
	.banner-li a {
		height: 415px;
	}
	.ind-prod-li-img {
		height: 76px;
	}
	.ind-prod-main {
		padding: 0 50px;
		margin: 0;
	}
	.ind-cnas-cont {
		margin-bottom: 30px;
		width: 100%;
		float: none;
	}
	.ind-cnas-play {
		margin: 0 auto;
		float: none;
	}
	.ind-about-img {
		margin-bottom: 20px;
		width: 100%;
	}
	.ind-about-desc {
		width: 100%;
	}
	.ind-support-li-img {
		padding-top: 20px;
		width: 120px;
		height: 120px;
	}
	/*banner介绍*/
	.banner-intro {
		padding-top: 120px;
		font-size: 30px;
	}
	.banner-intro .tit {
		font-size: 40px;
	}
	.banner-intro .more {
		margin-top: 50px;
	}
	/*关于我们*/
	.content {
		background-attachment: initial;
	}
	.about-top {
		width: 100%;
	}
	.about-intro-img {
		margin-bottom: 30px;
		width: 100%;
	}
	.about-intro-cont {
		width: 100%;
	}
	.about-li {
		width: 50%;
	}
	/*领导*/
	.leader-desc {
		width: 100%;
	}
	.leader-img {
		margin: 0 0 20px 0;
		width: 100%;
	}
	/*企业愿景*/
	.vision-li {
		width: 50%;
	}
	.vision-li-a {
		height: 280px;
	}
	/*发展历程*/
	.hismatter {
		padding-top: 380px;
	}
	.hist-main {
		top: -280px;
	}
	/*实验室*/
	.cnaslad-li {
		width: 50%;
	}
	/*只是专利*/
	.patent-pc {
		display: none;
	}
	.patent-mob {
		padding: 30px 0;
		display: block;
	}
	/*资质荣誉*/
	.honour-li {
		width: 33.333%;
	}
	/*招聘*/
	.join-top {
		width: 100%;
	}
	.join-top .about-li {
		width: 50%;
	}
	/*产品*/
	.prod-main {
		width: 410px;
	}
	.prod-li {
		width: 100%;
	}
	.prod-li-img {
		height: auto;
	}
	.prod-li-search {
		width: 100%;
	}
	/*产品详情*/
	.prod-top-lf {
		width: 100%;
	}
	.prod-top-rg {
		width: 100%;
	}
	.prod-recom-li {
		width: 50%;
	}
	/*案例*/
	.cases-top-li-desc {
		width: 100%;
	}
	.cases-top-li-img {
		width: 100%;
	}
	.cases-li {
		width: 33.333%;
	}
	.cases-li-p {
		height: 30%;
	}
	.cases-top .owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: 0;
	}
	/*案例详情*/
	.cases-intro {
		width: 100%;
	}
	.cases-prod {
		width: 100%;
	}
	/*工程支持*/
	.support-li-desc {
		width: 100%;
	}
	.support-li-img {
		width: 100%;
	}
	/*工程支持详情*/
	.support-intro {
		width: 420px;
	}
	/*服务理念*/
	.pledge-top-ul {
		text-align: center;
	}
	.pledge-top-li {
		margin-left: 55px;
		float: none;
		display: inline-block;
	}
	.pledge-top-li:before {
		display: none;
	}
	.pledge-mid-cont {
		width: 626px;
	}
	.pledge-mid-dl dd {
		width: 490px;
	}
	.pledge-mid-img {
		float: left;
	}
	.pledge-top-li:first-child {
		margin-left: 50px;
	}
	/*新闻列表*/
	.news-top-img {
		margin-bottom: 20px;
		width: 100%;
	}
	.news-top-desc {
		width: 100%;
	}
	.news-ul {
		margin: 0;
	}
	.news-li {
		padding: 5px;
	}
	/*新闻详情*/
	.news-intro {
		width: 100%;
	}
	.news-com {
		float: left;
		width: 100%;
	}
	/*联系我们*/
	.contact-li {
		padding: 20px;
		height: 237px;
		width: 100%;
	}
	.contact-li:nth-child(3) {
		float: none;
		border-left: 1px solid #E3E3E3;
	}
	/*在线留言*/
	.contact-dl {
		width: 50%;
	}
	.contact-dl.wid .contact-dd {
		width: 84%;
	}
}

@media screen and (max-width: 740px) {

	.hist-cont img{ width: 100%; }
	/*header*/
	.main {
		width: 100%;
	}
	body {
		padding-top: 50px;
	}
	.head {
		padding: 0 10px;
	}
	.head-logo a {
		height: 50px;
		width: 150px;
	}
	.head-lang {
		margin-right: 10px;
		/* display: none; */
	}
	.head-lang-tit {
		height: 50px;
	}
	.head-ser-icon {
		height: 50px;
	}
	.head-btn {
		margin-left: 20px;
		height: 50px;
		padding-top: 17px;
	}
	.head-li-a {
		line-height: 40px;
		height: 40px;
	}
	.head-ser {
		right: 0;
		margin-right: 0;
		width: 100%;
		padding: 0;
	}
	.head-ser-inp {
		width: 80%;
		border: none;
	}
	.head-ser-btn {
		width: 20%;
		border: none;
	}
	.foot-top {
		padding: 0 15px;
	}
	.foot-dl {
		margin-bottom: 10px;
		width: 100%;
	}
	.foot-dt {
		margin-bottom: 0;
	}
	.foot-dt:after {
		content: "+";
		float: right;
		font-size: 20px;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
	}
	.foot-dt.active:after {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.foot-dd {
		display: none;
		line-height: 30px;
	}
	.foot-dd.active {
		display: block;
	}
	.foot-bot {
		padding: 10px;
	}
	/*右侧固定菜单*/
	.fix {
		right: 0;
	}
	.fix-li-a {
		padding-top: 6px;
		width: 50px;
		height: 60px;
		font-size: 12px;
	}
	.fix-message {
		margin-left: 0;
		left: 5%;
		width: 90%;
		padding: 20px;
		top: 12%;
	}
	.fix-inp {
		width: 100%;
	}
	/*首页*/
	.banner-li a {
		height: 180px;
	}
	.video-play {
		margin-left: 0;
		width: 80%;
	}
	.ind-prod {
		padding: 0 15px;
	}
	.ind-tit-p {
		font-size: 25px;
	}
	.ind-more {
		line-height: 25px;
	}
	.ind-prod-li {
		padding: 0;
	}
	.ind-prod-li-img {
		height: auto;
	}
	.ind-prod-main {
		padding: 0 35px;
	}
	.ind-cnas-tit {
		font-size: 25px;
	}
	.ind-cnas {
		padding: 60px 15px;
	}
	.ind-cnas-btn a {
		width: 125px;
	}
	.ind-cnas-play {
		display: none;
	}
	.ind-about {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ind-about-desc .tit {
		font-size: 25px;
	}
	.ind-video-tit {
		font-size: 30px;
	}
	.ind-video {
		padding-top: 70px;
		height: 360px;
	}
	.ind-video-img {}
	.ind-video-img img {
		width: 70%;
	}
	.ind-news {
		padding-left: 15px;
		padding-right: 15px;
	}
	.ind-news-li {
		padding: 10px 0;
		width: 100%;
		border-bottom: 1px solid #ddd;
	}
	.ind-support {
		padding: 15px;
		height: 672px;
	}
	.ind-support-li {
		width: 50%;
		margin-bottom: 20px;
	}
	.ind-support-li-a {
		font-size: 14px;
	}
	/*banner介绍*/
	.banner-intro {
		padding: 35px 15px 0 15px;
		font-size: 14px;
	}
	.banner-intro .tit {
		font-size: 20px;
	}
	.banner-intro .more {
		margin-top: 20px;
	}
	/*关于我们*/
	.ban-nav a {
		padding: 0;
		float: left;
		width: 25%;
	}
	.content {
		background-image: none !important;
	}
	.about {
		padding: 30px 15px 0 15px;
	}
	.about-tit {
		font-size: 30px;
		line-height: 30px;
	}
	.about-intro-cont .about-top .about-tit {
		font-size: 30px;
	}
	.about-li {
		width: 100%;
	}
	.about-bot {
		font-size: 18px;
		height: 226px;
	}
	.about-bot .tit {
		padding-top: 35px;
		font-size: 30px;
	}
	/*企业愿景*/
	.vision-desc {
		width: 100%;
		font-size: 16px;
	}
	.vision-desc .tit {
		font-size: 20px;
	}
	.vision-li {
		width: 100%;
	}
	.vision-li-a {
		height: auto;
	}
	/*发展历程*/
	.hismatter {
		padding: 15px;
		background-color: #fff;
	}
	.hist-year-a {
		width: 50%;
	}
	.hist-main {
		top: 0;
	}
	.hist-tit {
		font-size: 35px;
	}
	/*可持续发展*/
	.sustain {
		padding: 0 15px;
	}
	.sustain-tit {
		font-size: 30px;
	}
	.sustain-li-img {
		width: 100%;
	}
	.sustain-li-desc {
		margin-bottom: 15px;
		width: 100%;
	}
	.sustain .about-li {
		width: 100%;
	}

	/*实验室*/
	.cnaslad {
		padding: 0 15px;
	}
	.cnaslad-li {
		width: 100%;
	}
	.cnaslad-li-a {
		height: auto;
	}
	.cnaslad-intro .tit {
		font-size: 26px;
	}
	/*认证*/
	.certif-li {
		padding: 5px;
		width: 25%;
	}
	/*本*/
	.ben-top {
		padding-top: 0;
		width: 100%;
	}
	/*资质荣誉*/
	.honour-li {
		width: 50%;
	}
	.bigimg {
		left: 5%;
		margin-left: 0;
		width: 90%;
	}
	/*招聘*/
	.join-top {
		padding-top: 0;
	}
	.join-top .about-li {
		width: 100%;
	}
	/*产品*/
	.banner-img {
		height: 120px;
	}
	.banner-p {
		line-height: 120px;
		font-size: 20px;
		padding-left: 5%;
	}
	.page-nav {
		padding: 0 15px;
	}
	.product {
		padding-left: 15px;
		padding-right: 15px;
	}
	.prod-nav {
		position: relative;
		z-index: 1;
		margin-bottom: 20px;
		width: 100%;
	}
	.prod-nav-dt {
		display: block;
		line-height: 45px;
		color: #333;
		font-size: 24px;
		font-weight: bold;
		text-transform: uppercase;
		background: url("../image/icon54.png") no-repeat right center;
		border-bottom: 1px solid #dadada;
	}
	.prod-nav-dt.active {
		color: #1e43a1;
		background: url("../image/icon55.png") no-repeat right center;
	}
	.prod-nav-dd {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		display: none;
		background-color: #fff;
	}
	.prod-nav-dd.active {
		display: block;
	}
	.support-nav-dd-item .tit {
		line-height: 40px;
	}
	.support-nav-dd-a a {
		line-height: 35px;
	}
	.prod-main {
		width: 100%;
	}
	.prod-li {
		padding: 10px 0;
	}
	/*产品详情*/
	.prod-top-list {
		width: 100%;
	}
	.prod-top .owl-theme .owl-controls .owl-buttons div {
		display: none;
	}
	.prod-data {
		overflow-y: auto;
	}
	.prod-table {
		min-width: 600px;
	}
	.prod-recom-li {
		width: 100%;
	}
	/*案例*/
	.cases-top-li-desc {
		padding: 20px;
	}
	.cases-top-li-desc .tit {
		font-size: 25px;
	}
	.cases-li {
		width: 50%;
	}
	.cases-li-p {
		height: 23%;
	}
	.cases-li a:hover .cases-li-p {
		padding-top: 10%;
	}
	/*案例详细*/
	.cases-detail {
		padding-left: 15px;
		padding-right: 15px;
	}
	/*工程支持*/
	.support {
		padding-left: 15px;
		padding-right: 15px;
	}
	.support-li-desc {
		padding: 20px;
	}
	/*工程支持详情*/
	.support-intro {
		width: 100%;
	}
	.support-nav-dl {
		margin-bottom: 30px;
		position: relative;
		z-index: 1;
		border-bottom: 1px solid #E3E3e3;
	}
	.support-nav-dt {
		padding: 0 15px;
		display: block;
		font-size: 20px;
		color: #25418a;
		line-height: 45px;
		background: url("../image/icon50.png") no-repeat 95% center;
	}
	.support-nav-dt.active {
		background: url("../image/icon51.png") no-repeat 95% center;
		background-color: #25418a;
		color: #fff;
	}
	.support-nav-dd {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		display: none;
		background-color: #fff;
	}
	.support-nav-dd.active {
		display: block;
	}
	/*服务理念*/
	.pledge-top-li {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.pledge-mid-cont {
		width: 100%;
	}
	.pledge-mid-dl dd {
		width: 100%;
	}
	.pledge-mid-img {
		float: left;
	}
	.pledge-mid-img {
		width: 100%;
	}
	.pledge-top-li:first-child {
		margin-left: 0;
	}
	/*资料下载*/
	.down-li-a {
		padding-top: 60px;
		padding-left: 0;
		background-position: left top;
	}
	.down-li {
		padding: 15px ;
	}
	.down-li-btn {
		top: 15px;
		margin-top: 0;
		right: 15px;
	}
	/*新闻列表*/
	.news {
		padding-left: 15px;
		padding-right: 15px;
	}
	.news-li {
		width: 100%;
	}
	/*联系我们*/
	.contact {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-li {
		height: auto;
	}
	.contact-li-img {
		float: left;
	}
	/*在线留言*/
	.contact-dl {
		width: 100%;
	}
	.contact-dd-inp {
		width: 100%;
	}
	.contact-dd {
		width: 65%;
	}
	.contact-dl.wid .contact-dd {
		width: 65%;
	}
	.contact-dd-btn {
		width: 100%;
	}
	.contact-dd-btn:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/****** Detail-Honor--style ******/

.Honorlist {
	margin: 0 -15px;
}

.Honorlist li {
	float: left;
	width: 25%;
}

.Honorlist .Item {
	background: #fff;
	text-align: center;
	padding: 20px;
	margin: 15px;
	position: relative;
	overflow: hidden;
}

.Honorlist .Item h3 {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-weight: 500;
	background: #dca742;
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	transition: all 0.3s ease-in;
}

.Honorlist .Item:hover h3 {
	bottom: 0;
}

.Honorlist .Item .pic img {
	vertical-align: middle;
	max-width: 100%;
	border: none;
	margin: 0;
}

@media (max-width: 1360px) {
	.Honorlist {
		margin: 0 -10px;
	}
	.Honorlist .Item {
		margin: 10px;
	}
}

@media (max-width: 1025px) {
	.Honorlist {
		margin: 0 -5px;
	}
	.Honorlist li {
		width: 33.33%;
	}
	.Honorlist .Item {
		margin: 5px;
	}
}

@media (max-width: 640px) {
	.Honorlist li {
		width: 50%;
	}
}

.ind-cnas-play .ind-cnas-play-ul img {
	height: 337px;
}

@media screen and (max-width: 1420px) {

	.hist-cont img{ width: 100%; }
	.ind-cnas-play .ind-cnas-play-ul img {
		height: 276px;
	}
}

.banner-li .main {
	width: 1000px;
}

@media screen and (max-width: 740px) {

	.hist-cont img{ width: 100%; }
	/*header*/
	.banner-li .main {
		width: 100%;
	}
}
@media screen and (max-width: 540px){

	.hist-cont img{ width: 100%; }
	.support-contact-cont-span{
		display: block;
	}
}
@media screen and (max-width: 1024px) {

	.hist-cont img{ width: 100%; }
	/*head*/
	.banner-li .main {
		width: 740px;
	}
}
@media screen and (max-width: 740px){

	.hist-cont img{ width: 100%; }
	.page-nav-a {
		padding: 0 15px;
		min-width: 130px;
	}
}
#mediaplayer video{
	width: 100%;
}
#atstbx{
	text-align: center;
	padding: 10px 0 5px;
}
.page-nav-pull-box{
	position: relative;
}
.page-nav-pull-son{
	position: absolute;
    left: 100%;
    background: #eee;
    width: 100%;
	top: 0;
	display: none;
}
.page-nav-pull-box:hover .page-nav-pull-son{
	display: block;
}



@media screen and (max-width: 350px){
	.hist-cont img{ width: 100%; }
	.head-lang {
		display: none;
	}
}