@charset "utf-8";
.dx {
	text-transform: uppercase;
}

.dh {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.clearboth:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

@keyframes huanying1 {
	0% {
		left: 0;
		opacity: 1;
	}
	100% {
		left: 15px;
		opacity: 0;
	}
}

@keyframes huanying2 {
	0% {
		opacity: 0;
		left: -10px;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes jello {
	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		-moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		-moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #555;
}

::selection {
	background-color: #005bac;
	color: #fff;
}

::-moz-selection {
	background-color: #005bac;
	color: #fff;
}

::-webkit-selection {
	background-color: #005bac;
	color: #fff;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
	color: #333;
	margin: 0;
	line-height: 1.5;
}

*:before,
*:after {
	box-sizing: content-box;
}

:focus {
	outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

a {
	color: #333;
	text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

ins {
	background-color: #005bac;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #005bac;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

li,
ul {
	list-style-type: none;
}

img {
	border: none;
}

input,
textarea {
	outline: 0;
	border: 0;
	resize: none;
	font-size: 14px;
	font-family: 'Microsoft YaHei', arial, helvetica;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
	font-weight: normal;
	font-style: normal;
}

html {
	cursor: url(../images/cur.png), default;
}

a {
	cursor: url(../images/Acur.png), default;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

textarea {
	animation: animated 1s infinite;
	-moz-animation: animated 1s infinite;
	-webkit-animation: animated 1s infinite;
	-o-animation: animated 1s infinite;
}

input[type="text"] {
	animation: animated 1s infinite;
	-moz-animation: animated 1s infinite;
	-webkit-animation: animated 1s infinite;
	-o-animation: animated 1s infinite;
}

input[type="button"] {
	cursor: url(../images/Acur.png), default !important;
}

input,
button {
	outline: none;
}

@keyframes animated {
	0% {
		cursor: url('../images/Pcuro1.png'), auto;
	}
	8.8% {
		cursor: url('../images/Pcuro2.png'), auto;
	}
	17.6% {
		cursor: url('../images/Pcuro3.png'), auto;
	}
	26.4% {
		cursor: url('../images/Pcuro4.png'), auto;
	}
	35.2% {
		cursor: url('../images/Pcuro5.png'), auto;
	}
	44% {
		cursor: url('../images/Pcuro6.png'), auto;
	}
	52.8% {
		cursor: url('../images/Pcuro7.png'), auto;
	}
	61.6% {
		cursor: url('../images/Pcuro8.png'), auto;
	}
	70.4% {
		cursor: url('../images/Pcuro9.png'), auto;
	}
	79.2% {
		cursor: url('../images/Pcuro10.png'), auto;
	}
	88% {
		cursor: url('../images/Pcuro11.png'), auto;
	}
	100% {
		cursor: url('../images/Pcuro12.png'), auto;
	}
}

.wjdh-message * {
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.left {
	float: left;
}

.right {
	float: right;
}

.inContent {
	width: 1280px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inContent:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.inContent * {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	min-width: 1300px;
	overflow-x: hidden;
}

.button {
	--duration: 0.5s;
	--move-hover: -5px;
	cursor: pointer;
	-webkit-transform: translateY(var(--y));
	transform: translateY(var(--y));
	transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
	transition: transform var(--duration) ease, box-shadow var(--duration) ease;
	transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

.button span {
	display: inline-block;
}

.button span i {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-style: normal;
}

.button span i:nth-child(1) {
	--d: 0.05s;
}

.button span i:nth-child(2) {
	--d: 0.1s;
}

.button span i:nth-child(3) {
	--d: 0.15s;
}

.button span i:nth-child(4) {
	--d: 0.2s;
}

.button span i:nth-child(5) {
	--d: 0.25s;
}

.button span i:nth-child(6) {
	--d: 0.3s;
}

.button span i:nth-child(7) {
	--d: 0.35s;
}

.button span i:nth-child(8) {
	--d: 0.4s;
}

.button span i:nth-child(9) {
	--d: 0.45s;
}

.button span i:nth-child(10) {
	--d: 0.5s;
}

.button span i:nth-child(11) {
	--d: 0.55s;
}

.button span i:nth-child(12) {
	--d: 0.6s;
}

.button span i:nth-child(13) {
	--d: 0.65s;
}

.button span i:nth-child(14) {
	--d: 0.7s;
}

.button:hover {
	--move: -5px;
}

.button:hover i {
	-webkit-animation: move var(--duration) linear var(--d);
	animation: move var(--duration) linear var(--d);
}

@-webkit-keyframes move {
	40% {
		-webkit-transform: translateY(var(--move));
		transform: translateY(var(--move));
	}
}

@keyframes move {
	40% {
		-webkit-transform: translateY(var(--move));
		transform: translateY(var(--move));
	}
}

@keyframes msClock2 {
	0%,
	70%,
	100% {
		transform: rotate(0) scale(1);
	}
	10%,
	30% {
		transform: rotate(-15deg) scale(1);
	}
	20%,
	40% {
		transform: rotate(15deg) scale(1);
	}
}

.header {
	width: 100%;
	height: 100px;
}

.header * {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav_bg {
	width: 100%;
	left: 0;
	/*background-color: #232222;*/
	background-color: rgba(0,91,172,1);
	height: 100px;
	position: absolute;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	min-width: 1300px;
	z-index: 99;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.nav_bg .menu {
	margin: auto;
	width: 1480px;
}

.nav_bg .menu:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.nav_bg .menu .logo {
	position: absolute;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	line-height: 1;
	left: 3%;
}


.nav_bg .menu .logo a {
	display: block;
	height: 60px;
}

.nav_bg .menu .logo a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 60px;
}

.nav_bg .menu .logo a img {
	max-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.nav_bg .menu .search {
	z-index: 6;
	position: absolute;
	right: 4%;
	height:24px; margin-left: 20px; line-height:18px; width:114px; border:1px solid #fff; padding:2px; overflow:hidden; text-align:center; border-radius:20px; margin-top:2%; font-size:14px;transition:all 0.4s;
}

.nav_bg .menu .search a {
	float:left; width:50%; overflow:hidden;border-radius:20px; text-transform:uppercase; color:#999999;
}

.nav_bg .menu .search a:hover{ color:#fff;}
.nav_bg .menu .search a.isel{ background:#fff; color:#000000;}

.nav_bg .menu .search .searchIco em.searchShow {
	background: url(../images/topsearch.png) center center no-repeat;
}

.nav_bg .menu .search .searchIco em.searchHide {
	background: url(../images/topsehide.png) center center no-repeat;
}

.nav_bg .menu .search .searchIco.topSearch em {
	top: -100%;
}

.nav_bg .menu .search .searchBox {
	width: 0;
	height: 40px;
	position: absolute;
	right: 100%;
	background: #fff;
	top: 50%;
	margin-top: -20px;
	overflow: hidden;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.nav_bg .menu .search .searchBox .searchInp {
	width: 240px;
	height: 40px;
	border: none;
	line-height: 40px;
	background: none;
	float: left;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
}

.nav_bg .menu .search .searchBox .searchInp::-webkit-input-placeholder {
	color: #adadad;
}

.nav_bg .menu .search .searchBox .searchInp:focus::-webkit-input-placeholder,
.nav_bg .menu .search .searchBox .searchInp:active::-webkit-input-placeholder {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.nav_bg .menu .search .searchBox .submitBtn {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/searchico.png) center center no-repeat;
	width: 60px;
	height: 40px;
	cursor: pointer;
	border: none;
	float: right;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
	opacity: 0;
	filter: alpha(opacity=0);
}

.nav_bg .menu .search .searchBox.searchShow {
	width: 300px;
}

.nav_bg .menu .search .searchBox.searchShow .submitBtn {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.nav_bg .menu .search .searchBox.searchShow .submitBtn:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.nav_bg .menu>ul {
	font-size: 0;
	text-align: center;
	float: right;
	display: table;
	width: 1100px;
	margin-right: 10px;
}

.nav_bg .menu>ul>li {
	display: table-cell;padding: 0 30px;
	*display: inline-block;
	padding-left: 1px;
	vertical-align: top;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.nav_bg .menu>ul>li>a {
	display: block;
	height: 100px;
	line-height: 100px;
	position: relative;
	z-index: 2;
	padding: 0 5px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

.nav_bg .menu>ul>li>a:before {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	/*background-color: #005bac;*/
	background-color: #fff;
	position: absolute;
	left: 50%;
	margin-left: 0;
	top: 72px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.nav_bg .menu>ul>li>a:hover {
	background-color: transparent;
}

.nav_bg .menu>ul>li.another>a,
.nav_bg .menu>ul>li:hover>a {
	/*color: #005bac;*/
	color: #fff;
	font-weight: bold;
}

.nav_bg .menu>ul>li.another>a:before,
.nav_bg .menu>ul>li:hover>a:before {
	width: 50px;
	margin-left: -25px;
}

.nav_bg .menu>ul>li:hover .sec {
	height: auto;
}

.nav_bg .menu>ul>li:hover .secs {
	height: auto;
}

.nav_bg .menu>ul>li .secBox {
	height: 0;
}

@media screen and (max-width: 1700px) {
	.nav_bg .menu>ul {
		width: 1000px;
	}
}

@media screen and (max-width: 1480px) {
	.nav_bg .menu .logo {
		position: relative;
		float: left;
		left: 0;
	}
	.nav_bg .menu .search {
		float: right;
		position: relative;
		right: 0;
	}
	.nav_bg .menu>ul {
		width: 650px;
		margin-right: 40px;
	}
}

.inBody .header {
	height: 0;
}

.inBody .nav_bg {
	background-color: transparent;
}

.inBody .nav_bg.fixedNav {
	/*background-color: #232222;*/
	background-color: rgba(2,54,100,0.92);
}

.fixedNav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@keyframes menu1 {
	0% {
		opacity: 0;
		transform: translateX(-8px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.dowShow {
	position: absolute;
	top: 100%;
	/*background-color: #f8f8f8;*/
	background-color: rgba(0,91,172,0.2);
	width: 100%;
	display: none;
	left: 0;
	box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
}

.dowShow .dowBox {
	width: 1280px;
	margin: auto;
	padding: 40px 0;
	text-align: left;
	font-size: 14px;
}

.dowShow .dowBox:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.proDow .dowBox .dowKf {
	float: left;
	width: 280px;
	border-radius: 10px;
/* 	background: url(../images/dowkf.png) center -2px no-repeat;
	padding-top: 200px; */
}

.proDow .dowBox .dowKf .zxLink {
	display: block;
	text-align: center;
	font-size: 16px;
	width: 280px;
	height: 58px;
	background-color: #ffffff;
	box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	line-height: 58px;
}

.proDow .dowBox .dowKf .zxLink:before {
	content: "";
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	background: url(../images/dowqq.png) center center no-repeat;
	margin-right: 28px;
}

.proDow .dowBox .dowKf .zxLink:after {
	content: "";
	width: 31px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	background: url(../images/dowqqar.png) center center no-repeat;
	margin-left: 20px;
}

.proDow .dowBox .dowKf .zxLink:hover {
	color: #005bac;
}

.proDow .dowBox .dowKf .zxLink:hover:after {
	animation: zyfd 1.5s linear infinite;
}

@keyframes zyfd {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	25% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	75% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.proDow .dowBox .proDowList {
	float: right;
	width: 960px;
}

.proDow .dowBox .proDowList dl {
	height: 45px;
	background-color: #f8f8f8;
	box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 25px;
	overflow: hidden;
	margin-top: 25px;
}

.proDow .dowBox .proDowList dl:first-child {
	margin-top: 0;
}

.proDow .dowBox .proDowList dl dt {
	float: left;
}

.proDow .dowBox .proDowList dl dt a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
	height: 45px;
	background-color: #ffffff;
	border-radius: 25px;
	line-height: 45px;
	padding-left: 25px;
	padding-right: 40px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(left, #005bac, #005bac);
	background-image: linear-gradient(to right, #005bac, #005bac);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-size: 0% 100%;
	background-position: left center;
	position: relative;
}

.proDow .dowBox .proDowList dl dt a:before {
	content: "";
	display: block;
	position: absolute;
	right: 15px;
	height: 100%;
	width: 13px;
	background: url(../images/prodowli.png) center center no-repeat;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.proDow .dowBox .proDowList dl dt a:hover {
	background-size: 100% 100%;
	background-color: #005bac;
	color: #fff;
}

.proDow .dowBox .proDowList dl dt a:hover:before {
	background: url(../images/prodowlih.png) center center no-repeat;
}

.proDow .dowBox .proDowList dl dd {
	width: 750px;
	float: right;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
}

.proDow .dowBox .proDowList dl dd a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 20px;
	min-width: 128px;
	max-width: 250px;
	color: #666666;
	float: left;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.proDow .dowBox .proDowList dl dd a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 10px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	width: 9px;
	height: 1px;
	background: #dedede;
}

.proDow .dowBox .proDowList dl dd a:hover {
	color: #005bac;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.proDow .dowBox .proDowList dl dd a:hover:before {
	background: #005bac;
}

.aboutDow .dowBox .dowText {
	background: url(../images/aboutdowbg.png) right 28px no-repeat;
	padding-right: 520px;
	padding-bottom: 40px;
}

.aboutDow .dowBox .dowText h4 {
	font-size: 22px;
	line-height: 1;
	padding-left: 35px;
	background: url(../images/aboutdowhome.png) 0 center no-repeat;
}

.aboutDow .dowBox .dowText .text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 30px;
	height: 90px;
	color: #523b3b;
	margin-top: 28px;
}

.aboutDow .dowBox .dowText .more {
	font-family: Arial;
	display: inline-block;
	margin-top: 20px;
	line-height: 32px;
	position: relative;
	border-bottom: 1px #dedede solid;
	padding: 0;
}

.aboutDow .dowBox .dowText .more:after {
	content: "→";
	display: inline-block;
	margin-left: 10px;
	font-size: 22px;
}

.aboutDow .dowBox .dowText .more:hover {
	color: #005bac;
	padding: 0 10px;
	border-color: #005bac;
}

.aboutDow .dowBox .dowText .more:hover:before {
	width: 100%;
}

.aboutDow .dowBox .dowList {
	height: 134px;
	background-color: #ffffff;
	box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	padding: 42px 45px;
}

.aboutDow .dowBox .dowList .dowZz {
	height: 50px;
	display: block;
	padding-left: 75px;
	float: left;
	font-size: 16px;
	line-height: 1;
	background: url(../images/aboutdowzz.png) 0 center no-repeat;
	padding-top: 5px;
}

.aboutDow .dowBox .dowList .dowZz:after {
	content: "→";
	display: block;
	margin-left: 10px;
	font-size: 26px;
	line-height: 20px;
	margin-top: 10px;
	position: relative;
	left: -10px;
}

.aboutDow .dowBox .dowList .dowZz:hover {
	color: #005bac;
}

.aboutDow .dowBox .dowList .dowZz:hover:after {
	animation: zyfd 1.5s linear infinite;
}

.aboutDow .dowBox .dowList .dowLine {
	float: left;
	margin: 0 50px;
	width: 1px;
	height: 50px;
	background: #dedede;
}

.aboutDow .dowBox .dowList .dowlx {
	height: 50px;
	display: block;
	padding-left: 75px;
	float: left;
	font-size: 16px;
	line-height: 1;
	background: url(../images/aboutdowlx.png) 0 center no-repeat;
	padding-top: 5px;
}

.aboutDow .dowBox .dowList .dowlx:after {
	content: "→";
	display: block;
	margin-left: 10px;
	font-size: 26px;
	line-height: 20px;
	margin-top: 10px;
	position: relative;
	left: -10px;
}

.aboutDow .dowBox .dowList .dowlx:hover {
	color: #005bac;
}

.aboutDow .dowBox .dowList .dowlx:hover:after {
	animation: zyfd 1.5s linear infinite;
}

.aboutDow .dowBox .dowList .list {
	float: right;
	width: 760px;
	border-bottom: solid 1px #666666;
	height: 50px;
	overflow: hidden;
}

.aboutDow .dowBox .dowList .list ul:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.aboutDow .dowBox .dowList .list ul li {
	float: left;
	padding-left: 22px;
	padding-top: 8px;
	line-height: 20px;
	margin-left: 40px;
	height: 48px;
	min-width: 180px;
}

.aboutDow .dowBox .dowList .list ul li:first-child {
	margin-left: 0;
}

.aboutDow .dowBox .dowList .list ul li.li1 {
	background: url(../images/aboutdowico1.png) 0 12px no-repeat;
}

.aboutDow .dowBox .dowList .list ul li.li2 {
	background: url(../images/aboutdowico2.png) 0 12px no-repeat;
}

.aboutDow .dowBox .dowList .list ul li.li3 {
	background: url(../images/aboutdowico3.png) 0 12px no-repeat;
}

.newsDow .dowBox .dowNav,
.navDow .dowBox .dowNav {
	margin-right: -20px;
}

.newsDow .dowBox .dowNav:after,
.navDow .dowBox .dowNav:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.newsDow .dowBox .dowNav a,
.navDow .dowBox .dowNav a {
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 240px;
	height: 54px;
	background-color: #ffffff;
	box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 54px;
	padding: 0 80px 0 24px;
	font-weight: bold;
	font-size: 18px;
	position: relative;
}

.newsDow .dowBox .dowNav a:before,
.navDow .dowBox .dowNav a:before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #005bac;
	opacity: 0.5;
	border-radius: 100%;
	right: 20px;
	top: 50%;
	margin-top: -10px;
}

.newsDow .dowBox .dowNav a:after,
.navDow .dowBox .dowNav a:after {
	content: "→";
	font-size: 22px;
	position: absolute;
	right: 28px;
}

.newsDow .dowBox .dowNav a:hover,
.navDow .dowBox .dowNav a:hover {
	box-shadow: 0px 8px 7px 0px rgba(0,91,172, 0.1);
	color: #005bac;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.newsDow .dowBox .dowList ul,
.navDow .dowBox .dowList ul {
	margin-right: -30px;
}

.newsDow .dowBox .dowList ul:after,
.navDow .dowBox .dowList ul:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.newsDow .dowBox .dowList ul li,
.navDow .dowBox .dowList ul li {
	float: left;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 297px;
}

.newsDow .dowBox .dowList ul li .bt,
.navDow .dowBox .dowList ul li .bt {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 44px;
	height: 44px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.newsDow .dowBox .dowList ul li .bt:hover,
.navDow .dowBox .dowList ul li .bt:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.newsDow .dowBox .dowList ul li .bt:before,
.navDow .dowBox .dowList ul li .bt:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 12px;
	height: 3px;
	background-color: #545454;
	margin-right: 10px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.newsDow .dowBox .dowList ul li .line,
.navDow .dowBox .dowList ul li .line {
	border-bottom: 1px dashed #dedede;
	margin-left: 22px;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.newsDow .dowBox .dowList ul li p,
.navDow .dowBox .dowList ul li p {
	margin-left: 22px;
	line-height: 16px;
	margin-top: 16px;
}

.newsDow .dowBox .dowList ul li p:after,
.navDow .dowBox .dowList ul li p:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.newsDow .dowBox .dowList ul li p span,
.navDow .dowBox .dowList ul li p span {
	float: left;
	color: #999999;
}

.newsDow .dowBox .dowList ul li p .more,
.navDow .dowBox .dowList ul li p .more {
	float: right;
	font-family: Arial;
	font-size: 12px;
}

.newsDow .dowBox .dowList ul li p .more:hover,
.navDow .dowBox .dowList ul li p .more:hover {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.newsDow .dowBox .dowList ul li p .more:after,
.navDow .dowBox .dowList ul li p .more:after {
	content: "→";
	display: inline-block;
	font-size: 22px;
	line-height: 16px;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.newsDow .dowBox .dowList ul li:hover .bt,
.navDow .dowBox .dowList ul li:hover .bt {
	color: #005bac;
}

.newsDow .dowBox .dowList ul li:hover .bt:before,
.navDow .dowBox .dowList ul li:hover .bt:before {
	background-color: #005bac;
}

.newsDow .dowBox .dowList ul li:hover .more,
.navDow .dowBox .dowList ul li:hover .more {
	color: #005bac;
}


.customerBox{width: 100%;margin: 0 auto;}
.customerBox .swiper-wrapper{margin: 65px auto;}
.customerBox .swiper-slide{padding: 12px;box-shadow: 0 0 5px #ccc;border: 1px solid #ccc;background: #fff;}
.customerBox .swiper-slide img{width: 100%;}
/* 底部 */

.footer {
	/*background: url(../images/footerbg.jpg) center 0 repeat;*/
	background: #005bac;
	/* background: #034987; */
	font-size: 14px;
	color: #fff;
	padding-top: 110px;
	position: relative;
	min-height: 400px;
}

.footer .return {
	position: absolute;
	height: 64px;
	width: 125px;
	left: 50%;
	margin-left: -64px;
	background: #005bac;
	text-align: center;
	top: 0;
	font-size: 18px;
	color: #ffffff;
	line-height: 60px;
	overflow: hidden;
	font-weight: bold;
	border-radius: 0 0 64px 64px;
	box-shadow: 0 2px 8px rgba(0,91,172, 0.3);
	cursor: pointer;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
}

.footer .lxList {
	float: right;
	width: 410px;
	padding-top: 15px;
}

.footer .lxList ul:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.footer .lxList ul li {
	margin-top: 20px;
	padding-left: 54px;
	min-height: 38px;
}

.footer .lxList ul li h4 {
	line-height: 1;
	font-weight: normal;
}

.footer .lxList ul li p {
	margin-top: 8px;
	line-height: 20px;
}

.footer .lxList ul li:first-child {
	margin-top: 0;
}

.footer .lxList ul li.li1 {
	background: url(../images/contactcico1.png) 0 0 no-repeat;
	background-size: 30px;
}

.footer .lxList ul li.li1 p {
	font-family: Arial;
	font-weight: bold;
	font-size: 26px;
	margin-top: 12px;
}

.footer .lxList ul li.li2 {
	background: url(../images/contactcico2.png) 0 0 no-repeat;background-size: 30px;
}
.footer .lxList ul li.li3 {
	background: url(../images/contactcico3.png) 0 0 no-repeat;background-size: 30px;
}

.footer .lxList .ewm {
	width: 132px;
	height: 132px;
	position: absolute;
	right: 0;
	top: 66px;
}

.footer .lxList .ewm img {
	display: block;
	width: 132px;
	height: 132px;
}

.footer .footNav {
	float: left;
}

.footer .footNav dl {
	/*float: left;*/
	width: 130px;
	min-height: 70px;
	/*width: 210px;
	height: 176px;
	padding-right: 10px;
	border-left: 1px solid rgba(146, 151, 174, 0.2);
	padding-left: 60px;
	padding-left: 10px;*/
	margin: 0 10px;
}

.footer .footNav dl dt {
	/*font-size: 16px;*/
	font-size: 20px;
	line-height: 1;
	/*font-weight: bold;*/
}

/*.footer .footNav dl dt:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 15px;
	height: 3px;
	background-color: #ffffff;
	margin-right: 10px;
}*/

.footer .footNav dl dd {
	overflow: hidden;
	min-height: 74px;
	margin-top: 26px;
	padding-left: 5px;
}

.footer .footNav dl dd a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 36px;
	/*color: #cbcbcb;*/
}

.footer .footNav dl dd a:hover {
	color: #ffffff;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.footer .fooB {
	/*padding-top: 45px;
	padding-bottom: 30px;*/
	margin-top: 40px;
}

.footer .fooB:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

/*.footer .fooB .ewm {
	float: right;
	width: 166px;
	margin-top: -52px;
	margin-left: 50px;
}*/

.footer .fooB .ewm img {
	display: block;
	width: 166px;
	height: 166px;
	padding: 17px;
	background: url(../images/ewmbg.png) center center no-repeat;
}

.footer .fooB .ewm h4 {
	height: 30px;
	line-height: 30px;
	background-color: #666;
	border-radius: 16px;
	text-align: center;
	font-weight: normal;
	margin-top: 12px;
}

.footer .fooB .left {
	padding-top: 12px;
}

.footer .fooB .left .tit h4 {
	line-height: 1;
	font-size: 16px;
}

.footer .fooB .left .tit h5 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 40px;
	margin-top: 18px;
	line-height: 30px;
}

.footer .fooB .left .tit h5:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	width: 275px;
	height: 1px;
	background-color: #ffffff;
	margin-left: 20px;
}
.footer .ftit{width: 280px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.footer .fooBox{display: flex;width: 1480px;justify-content: space-between;}
.footer .footNav{display: flex;}
.footer .footLeftNav{width: 370px;display: flex;justify-content: space-around;flex-flow: wrap;}
.footer .footNav .dl7{margin-left: 80px;width: 150px;}
.footer .foot_add{display: flex;flex-flow: wrap;justify-content: flex-start;margin-left: 80px;}
.footer .foot_add .addbox{width: 230px;margin-bottom: 25px;}
.footer .foot_add .addbox:nth-child(2){margin-left: 40px;}
.footer .foot_add .addbox p{font-size: 15px;line-height: 2;}
.copyright img {
	vertical-align: middle;
}
.copyright{
	padding: 15px 0;line-height: 2;margin: 0 auto;background: #034987;color: #fff;border-top: 1px solid #034279;
}
.copyright a{color: #eee;}
.footer .fooB .right {
	text-align: right;
}

.footer .fooB .right .btn .lyLink {
	display: inline-block;
	vertical-align: top;
	width: 168px;
	height: 46px;
	line-height: 46px;
	background-color: #005bac;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	z-index: 1;
}

.footer .fooB .right .btn .lyLink:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 21px;
	height: 100%;
	background: url(../images/lyico.png) center center no-repeat;
	margin-right: 15px;
}

.footer .fooB .right .btn .lyLink:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 50px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	box-sizing: border-box;
}

.footer .fooB .right .btn .lyLink:hover {
	background: none;
}

.footer .fooB .right .btn .lyLink:hover:after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.footer .fooB .right .img {
	line-height: 30px;
	margin-top: 40px;
}

.footer .fooB .right .img img {
	vertical-align: middle;
	margin-left: 4px;
}

.footer .fooB .right p {
	line-height: 30px;
	margin-top: 10px;
}

.honorBigBox{display: flex;justify-content: space-between;flex-flow: nowrap;align-items: s;}
.honorBigBox .honorLeft{width: 550px;height: 720px;position: relative;display: flex;justify-content: center;align-items: center;}
.honorBigBox .honorLeft .honorTxt{width: 320px;height: 400px;background: rgba(0,91,172,0.8);text-align: justify;padding: 25px;display: flex;justify-content: center;align-items: center;color: #fff;line-height: 2;font-size: 16px;}
.honorBigBox .honorRight{padding-left: 25px;width: 650px;}
.honorBigBox .honorRight h2{background: url(../images/circleHonor.png) no-repeat left center;font-size: 32px;font-weight: bold;padding-left: 55px;height: 64px;line-height: 64px;}
/*.honorBigBox .honorRight .honorTxtBox{padding: 25px 0;}*/
.honorBigBox .honorRight .honorTxtBox>div{line-height: 2;font-size: 15px;padding-top: 12px;padding-left: 45px;border-left: 1px solid #ccc;margin-left: 15px;}


/* 陶瓷实践 */
.m {

	width: 1280px;

	margin: 0 auto;

	display: block;

	position: relative;

}

/*优势*/
.pin_y{width: 100%;position: relative;}
.titl_e{text-align: center;}
.titl_e h4{text-align: center;font-size: 40px;font-weight: bold;}
.pin_y h4 i{color: #005bac;}
.titl_e p{font-size: 18px;margin: 6px 0 20px;color: #8c8b89;}
.you_pin {width: 1280px;margin: 20px auto;overflow: hidden;position: relative;box-shadow: 0 0 8px 1px #f2f2f2;}
.tem_p{width: 5600px;left: 0px;position: relative;overflow: hidden;padding: 0px;margin:0px;}
.te_item {display: flex;width: 1280px;float: left;}
.you_r {padding:20px 0px 40px 40px;}
.sup {height: 56px;background: #005bac;line-height: 56px;box-shadow: 0 0px 10px -1px #b5e9ff;font-size: 24px;color: #fff;font-weight: bold;}
.sup p {padding-left: 20px;}
.sup_p {margin: 60px 0 90px;}
.sup_p p {color: #333;font-size: 16px;line-height: 2.6;}
.sup_bt {margin-top: 40px;display: flex;justify-content: space-between;}
.sup_bt button {width: 140px;height: 50px;background: #005bac; border: 0px;}
.sup_bt button a {color: #fff;font-size: 16px;}
.sup_bt button:hover{background: #ff6600;}
.sup_bt i {display: inline-block;width: 40px;height: 40px;background: #005bac;border-radius: 50%;}
.sup_bt i img {margin-top: 2px;margin-left: 2px;}
.sup_bt>div {height: 40px;}
.sup_bt em {line-height: 40px;vertical-align: top;font-size: 30px;}

.pin_tab {margin: 0px auto;width: 1280px;}
.pin_tab li {width: calc((100% - 3px) / 4);background: #005bac;height: 100px;display: flex;align-items: center;justify-content: center;}
.pin_tab ul {display: flex;justify-content: space-between;}
.pin_tab li p {color: #fff;font-size: 24px;margin-left: 16px;}
.pin_tab li b {width: 74px;height: 74px;border: 1px solid #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.pin_tab li b:after {content: '';position: absolute;width: 64px;height: 64px;background: #fff;border-radius: 50%;}
.pin_tab li b img {z-index: 2;}
.pin_tab li:hover b {border: 2px solid #fff;}
.pin_tab li.on {background: #ff6600;}

/* 基地描述 */
.about_two{margin-bottom:2%; }

.about_two ul{ width:100%;display:flex;}

.about_two ul li{ float:left; width:23.5%; margin-top:2%; margin-right:2%; overflow:hidden; text-align:center; background:#fff; margin-bottom:2%;box-shadow: 0 6px 15px rgba(0,0,0,0.1);border-radius:10px;}

.about_two ul li:nth-child(8n){ margin-right:0;}

.about_two ul li .boxs{ margin:0 auto; width:94%; max-width:240px;}

.about_two ul li img{ width:69px; height:69px; display:block; margin:0 auto; margin-top:20px; transition:all 1s;}

.about_two ul li .h3{ font-weight:normal; line-height:30px; height:30px;white-space:nowrap;text-overflow:ellipsis; overflow:hidden; color:#333333; margin-top:12px; margin-bottom: 10px; font-size:20px;}

.about_two ul li .p{   color:#666666; font-size:16px; overflow:hidden; line-height:24px; margin-bottom:45px; margin-top:9px;}

.about_two ul li:hover img{transform: rotateY(180deg);}


.s_tt {

	text-align: center;

	margin-bottom: 46px;

}

.s_tt h3 {

	font-size: 36px;

	color: #555758;

	font-weight: bold;

	margin-bottom: 8px;

}

.s_tt h3 b {

	color: #005bac;

}

.s_tt span {

	font-size: 12px;

	color: #333;

	font-family: arial;

	text-transform: uppercase;

}

.s_tt i {

	width: 23px;

	height: 6px;

	display: block;

	background: #005bac;

	margin: 20px auto;

}

.s_tt p {

	font-size: 14px;

	color: #7c7c7c;

}

/* 优势 */
.statistics{padding:75px 0;background:url(../images/statisticsBg.jpg) no-repeat center center;background-size:cover;z-index:2; color: #fff;}
.statistics_box{height: 80px;}
.statistics li{width: 20%; float: left; position: relative;}
.statistics li:after{content:'';position:absolute;right:0;top:0;height:100%;width:1px;background-color:rgba(255,255,255,.1);}
.statistics li:last-child:after{display:none;}
.statistics .statistics_data{padding-bottom:10px;line-height:25px;align-items:center;justify-content:center; text-align: center;}
.statistics .statistics_data em{font-size:50px;}
.statistics .statistics_data span{font-size:22px;}
.statistics .statistics_name{font-size:16px; text-align: center; font-weight: normal;}
.clearfix{clear: both;}

/* 基地简介 */
.sjjd{padding-top:87px;padding-bottom:20px;background:url(../images/tcsj_bg.jpg) no-repeat center top;overflow:hidden;position:relative}
.sjjd .s_tt a {font-size: 16px; line-height: 30px; color: #333;}
.sjjd .pic{position:absolute;left:50%;margin-left:-960px;top:0}
.sjjd h2.main_title span,.sjjd h2.main_title strong{color:#fff}
.sjjd .about_con p{font-size:16px;line-height:26px;color:#fff;text-align:center;margin:16px auto 91px}
.sjjd .about_con p span{display:block}
.album{width:1316px;height:432px;background:#fff;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:36px 58px}
.album h3 a{display:block;height:25px;padding-bottom:12px;border-bottom:1px solid #d9d9db}
.album h3 i{display:block;float:left;width:33px;height:25px;overflow:hidden;position:relative;margin-right:5px}
.album h3 strong{display:block;float:left;font-size:22px;line-height:25px;color:#333}
.album h3 span{display:block;float:right;font-size:18px;line-height:25px;color:#181818;padding-right:35px;background:url(../images/more2.png) no-repeat right center;font-weight:400}
.album_list{overflow:hidden;margin-top:37px}
.album_list li{width:288px;margin-right:18px;float:left}
.album_list li>a{display:block;width:288px;height:215px;line-height:0;overflow:hidden}
.album_list li>a img{width:288px}
.album_list li h4 a{display:block;font-size:16px;line-height:60px;color:#333;width:287px;height:60px;background:#fff;padding:0 25px;position:relative;font-weight:400;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.album_list li h4 a:after{position:absolute;content:"";width:5px;height:5px;border-right:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;transform:rotate(-45deg);-ms-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);top:27px;right:20px;transition:ease .4s;-o-transition:ease .4s;-o-transition:all .3s ease;transition:all .3s ease}
.case_more a{display:block;width:243px;height:61px;margin:0 auto;background:url(../images/abo-btn1.png) no-repeat center;text-align:center;}
.case_more a span{display:inline-block;font-size:22px;line-height:59px;color:#000;vertical-align:middle;margin-right:29px;-o-transition:all .3s ease;transition:all .3s ease}
.case_more a img{display:inline-block;width:21px;vertical-align:middle}
.case_more a:hover span{margin-right:34px}

/* 基地新闻动态 */
.jdnews {
  padding: 12px 0 60px 0;
}
.jdnews .picc{overflow: hidden;}
.jdnews .content {
  margin-top: 54px;
}
.jdnews .swiper-container {
  padding-bottom: 96px;
}
.jdnews .swiper-slide{
	margin-right: 28px;
}
.jdnews .swiper-slide a {
  display: block;
}
.jdnews .swiper-slide a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.jdnews .swiper-slide a:hover .tit {
  color: #005bac;
}
.jdnews .swiper-slide .date {
  display: inline-block;
  border-radius: 4px;
  background: #cce4fa;
  padding: 0 16px;
  color: #005bac;
  line-height: 36px;
  margin: 38px 0 16px 0;
}
.jdnews .swiper-slide .tit,
.jdnews .swiper-slide .txt {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.jdnews .swiper-slide .tit {
  font-size: 16px;
  font-weight: bold;
}
.jdnews .swiper-slide .txt {
  color: #888;
}
.jdnews .swiper-pagination {
  bottom: 0;
}
.jdnews .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background: #999;
  opacity: 1;
  border-radius: 0;
}
.jdnews .swiper-pagination-bullet-active {
  background: #005bac;
}