@charset "utf-8";

/*
本文件作为蜀海供应链网站样式整体控制
版本：V1.0
作者：Chen Cheng
日期：2017-05-16
*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th {
	margin: 0;
	padding: 0;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
span,
i,
em,
li {
	font-family: "微软雅黑";
}

.top-line {
	width: 100%;
	height: 6px;
	/* background: #10679f; */
	background: #009245;
	min-width: 1200px;
}

.Navigation {
	width: 100%;
	height: 80px;
	min-width: 1200px;
}

.Navigation-bar {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	position: relative;
}

.Navigation-bar-logo {
	width: 210px;
	height: inherit;
	float: left;
}

.Navigation-bar-logo a {
	display: block;
	padding-top: 14px;
	target: _blank;
}

.Navigation-bar-logo a img {
	/* width: 210px;
	height: auto; */
	width: auto;
	height: 50px;
	margin: 0;
}

.Navigation-bar-nav {
	width: 760px;
	height: inherit;
	float: left;
	margin-left: 160px;
}

.Navigation-bar-nav ul {
	width: 640px;
	height: auto;
	margin-top: 24px;
	margin-left: 120px;
}

.Navigation-bar-nav ul li {
	width: 96px;
	height: 38px;
	list-style-type: none;
	float: left;
	line-height: 38px;
	text-align: center;
	border-radius: 8px;
	margin-left: 3px;
}

.Navigation-bar-nav ul li a {
	width: inherit;
	height: inherit;
	display: block;
	border-radius: 8px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #000;
	text-decoration: none;
	position: absolute;
	z-index: 4;
}

#Navigation-bar-nav-bgli {
	position: absolute;
	/* background: #10679f; */
	background: #009245;
	border-radius: 8px;
	width: 96px;
	height: 38px;
}

.Navigation-bar-nav ul li a:hover {
	color: white;
	transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
}

.Navigation-bar-nav ul li.active a {
	color: #fff;
}

.intro {
	color: white;
}

.index-banner {
	max-width: 100%;
	width: 100%;
	height: 710px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1200px;
}

.index-banner img {
	width: 100%;
}

.shuhai_Advantage {
	width: 100%;
	height: 1000px;
	background: url(../images/shuhai_Advantage_bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: -290px;
	z-index: 999;
	position: absolute;
	min-width: 1200px;
}

.shuhai_Advantage_nr {
	width: 1200px;
	height: 520px;
	margin: 66px auto 0px;
	color: rgba(93, 93, 93, 1);
}

.shuhai_Advantage_nr h2 {
	font-family: "微软雅黑";
	text-align: center;
	font-size: 26px;
}

.shuhai_Advantage_nr p {
	text-align: center;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	color: rgba(0, 0, 0, .5);
}

.shuhai_Advantage_nr_tb {
	width: 300px;
	height: 26px;
	margin: 20px auto 32px;
	background: url(../images/shuhai_Advantage_nr_tb.gif) no-repeat center center;
	background-size: 100% 100%;
}

.shuhai_Advantage_nr_tb_dbx {
	width: 26px;
	height: 26px;
	margin: 0 auto;
	line-height: 26px;
}

.shuhai_Advantage_nr_tb_dbx img {
	width: 26px;
	height: 26px;
}

.shuhai_Advantage_nr_tb_dbx {
	width: 26px;
	height: 26px;
	/*	position:relative;*/
	animation: mymove 10s infinite linear;
	-o-animation: mymove 10s infinite linear;
	-ms-animation: mymove 10s infinite linear;
	-moz-animation: mymove 10s infinite linear;
	-webkit-animation: mymove 10s infinite linear;
	/*Safari and Chrome*/
}

@keyframes mymove {
	0% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(36deg);
	}

	20% {
		transform: rotate(72deg);
	}

	30% {
		transform: rotate(108deg);
	}

	40% {
		transform: rotate(144deg);
	}

	50% {
		transform: rotate(180deg);
	}

	60% {
		transform: rotate(216deg);
	}

	70% {
		transform: rotate(252deg);
	}

	80% {
		transform: rotate(288deg);
	}

	90% {
		transform: rotate(324deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes mymove

/*Safari and Chrome*/
	{
	0% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(36deg);
	}

	20% {
		transform: rotate(72deg);
	}

	30% {
		transform: rotate(108deg);
	}

	40% {
		transform: rotate(144deg);
	}

	50% {
		transform: rotate(180deg);
	}

	60% {
		transform: rotate(216deg);
	}

	70% {
		transform: rotate(252deg);
	}

	80% {
		transform: rotate(288deg);
	}

	90% {
		transform: rotate(324deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-ms-keyframes mymove {
	0% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(36deg);
	}

	20% {
		transform: rotate(72deg);
	}

	30% {
		transform: rotate(108deg);
	}

	40% {
		transform: rotate(144deg);
	}

	50% {
		transform: rotate(180deg);
	}

	60% {
		transform: rotate(216deg);
	}

	70% {
		transform: rotate(252deg);
	}

	80% {
		transform: rotate(288deg);
	}

	90% {
		transform: rotate(324deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes mymove {
	0% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(36deg);
	}

	20% {
		transform: rotate(72deg);
	}

	30% {
		transform: rotate(108deg);
	}

	40% {
		transform: rotate(144deg);
	}

	50% {
		transform: rotate(180deg);
	}

	60% {
		transform: rotate(216deg);
	}

	70% {
		transform: rotate(252deg);
	}

	80% {
		transform: rotate(288deg);
	}

	90% {
		transform: rotate(324deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: rotate(0deg);
	}

	10% {
		transform: rotate(36deg);
	}

	20% {
		transform: rotate(72deg);
	}

	30% {
		transform: rotate(108deg);
	}

	40% {
		transform: rotate(144deg);
	}

	50% {
		transform: rotate(180deg);
	}

	60% {
		transform: rotate(216deg);
	}

	70% {
		transform: rotate(252deg);
	}

	80% {
		transform: rotate(288deg);
	}

	90% {
		transform: rotate(324deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.shuhai_Advantage_nav {
	width: 1200px;
	height: 200px;
	padding-top: 100px;
}

.shuhai_Advantage_nav ul {
	width: 950px;
	height: 180px;
	margin: 0 auto;
	padding-left: 50px;
}

.shuhai_Advantage_nav ul li {
	list-style-type: none;
	float: left;
	width: 180px;
	height: 180px;
	display: block;
	text-align: center;
	position: relative;
}

.shuhai_Advantage_nav ul li:hover .shuhai_Advantage_navtb {
	width: 72px;
	height: 72px;
	background: rgba(16, 103, 159, 0.2);
	border-radius: 50%;
	margin: 0px auto 0px;
	z-index: -1;
	transition: all 1s;
}

.shuhai_Advantage_nav ul li:hover h3 {
	color: #10679f;
	transition: all 1s;
}

.shuhai_Advantage_nav ul li:hover p {
	color: #10679f;
	transition: all 1s;
}

.shuhai_Advantage_nav ul li:hover .shuhai_Advantage_navtb_bgimg {
	background: url(../images/shuhai_Advantage_navtb_hover.png) no-repeat;
}

.shuhai_Advantage_nav ul li:hover .shuhai_Advantage_yanfa_bgimg {
	background: url(../images/shuhai_Advantage_yanfa_hover.png) no-repeat;
}

.shuhai_Advantage_nav ul li:hover .shuhai_Advantage_xinxi_bgimg {
	background: url(../images/shuhai_Advantage_xinxi_hover.png) no-repeat;
}

.shuhai_Advantage_nav ul li:hover .shuhai_Advantage_cangchu_bgimg {
	background: url(../images/shuhai_Advantage_cangchu_hover.png) no-repeat;
}

.shuhai_Advantage_nav ul li:hover .shuhai_Advantage_jinrong_bgimg {
	background: url(../images/shuhai_Advantage_jinrong_hover.png) no-repeat;
}

.shuhai_Advantage_nav ul li a {
	width: 180px;
	height: 180px;
	display: block;
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: 700;
	color: #5d5d5d;
	border: 1px solid #fff;
}

.shuhai_Advantage_nav ul li a h3 {
	margin-top: 120px;
	font-size: 20px;
	margin-bottom: 3px;
}

.shuhai_Advantage_nav ul li a p {
	margin-top: 5px;
	font-weight: normal;
	font-size: 14px;
}

.shuhai_Advantage_navtb {
	width: 72px;
	height: 72px;
	background: #f1f4f9;
	border-radius: 50%;
	margin: 0px auto 0px;
	z-index: -1;
	position: absolute;
	top: 18px;
	left: 52px;
	animation: navtb 3s infinite linear;
	-o-animation: navtb 3s infinite linear;
	-ms-animation: navtb 3s infinite linear;
	-moz-animation: navtb 3s infinite linear;
	-webkit-animation: navtb 3s infinite linear;
}

.shuhai_Advantage_navtb_bgimg {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	text-align: center;
	margin: 8px auto 0px;
	z-index: 1;
	text-align: center;
	left: 52px;
	position: absolute;
	top: 10px;
	background: url(../images/shuhai_Advantage_navtb.gif) no-repeat;
}

.shuhai_Advantage_yanfa_bgimg {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	text-align: center;
	margin: 8px auto 0px;
	z-index: 1;
	text-align: center;
	left: 52px;
	position: absolute;
	top: 10px;
	background: url(../images/shuhai_Advantage_yanfa.gif) no-repeat;
}

.shuhai_Advantage_xinxi_bgimg {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	text-align: center;
	margin: 8px auto 0px;
	z-index: 1;
	text-align: center;
	left: 52px;
	position: absolute;
	top: 10px;
	background: url(../images/shuhai_Advantage_xinxi.gif) no-repeat;
}

.shuhai_Advantage_cangchu_bgimg {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	text-align: center;
	margin: 8px auto 0px;
	z-index: 1;
	text-align: center;
	left: 52px;
	position: absolute;
	top: 10px;
	background: url(../images/shuhai_Advantage_cangchu.gif) no-repeat;
}

.shuhai_Advantage_jinrong_bgimg {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	text-align: center;
	margin: 8px auto 0px;
	z-index: 1;
	text-align: center;
	left: 52px;
	position: absolute;
	top: 10px;
	background: url(../images/shuhai_Advantage_jinrong.gif) no-repeat;
}

@keyframes navtb {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}

	50% {
		transform: scale(1.3);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.6;
	}
}

@-o-keyframes navtb {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}

	50% {
		transform: scale(1.3);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.6;
	}
}

@-ms-keyframes navtb {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}

	50% {
		transform: scale(1.3);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.6;
	}
}

@-moz-keyframes navtb {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}

	50% {
		transform: scale(1.3);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.6;
	}
}

@-webkit-keyframes navtb {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}

	50% {
		transform: scale(1.3);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0.6;
	}
}

.shuhai_commodity {
	width: 1080px;
	height: 600px;
	margin: 60px auto 0px
}

.shuhai_commodity_left {
	width: 374px;
	height: 567px;
	float: left;
	background: url(../images/shuhai_commodity_left.png) no-repeat;
}

.shuhai_commodity_left h2 {
	font-family: "微软雅黑";
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	width: 120px;
	height: 32px;
	display: block;
	margin: 110px 0px 120px 62px;
}

.shuhai_commodity_left_mg {
	width: 218px;
	height: 280px;
	z-index: 999;
	float: right;
	margin-top: -288px;
	background: url(../images/shuhai_commodity_left_mg.png) no-repeat;
	animation: mgdh 2.5s infinite linear;
	-o-animation: mgdh 2.5s infinite linear;
	-ms-animation: mgdh 2.5s infinite linear;
	-moz-animation: mgdh 2.5s infinite linear;
	-webkit-animation: mgdh 2.5s infinite linear;
	/*Safari and Chrome*/
}

@keyframes mgdh {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(12px);
	}

	100% {
		transform: translateY(0);
	}
}

@-o-keyframes mgdh {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(12px);
	}

	100% {
		transform: translateY(0);
	}
}

@-ms-keyframes mgdh {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(12px);
	}

	100% {
		transform: translateY(0);
	}
}

@-moz-keyframes mgdh {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(12px);
	}

	100% {
		transform: translateY(0);
	}
}

@-webkit-keyframes mgdh {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(12px);
	}

	100% {
		transform: translateY(0);
	}
}

.shuhai_commodity_left span {
	width: 6px;
	height: 30px;
	background: #10679f;
	float: left;
	margin: 0px 10px 0px 87px;
}

.shuhai_commodity_left h4 {
	font-family: "微软雅黑";
	font-size: 23px;
	color: #10679f;
	line-height: 29px;
	font-weight: bold;
}

.shuhai_commodity_left ul {
	width: 272px;
	height: auto;
	margin-left: 88px;
	display: block;
	margin-top: 30px;
}

.shuhai_commodity_left ul li {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	margin-bottom: 3px;
}


.shuhai_commodity_center {
	width: 314px;
	height: 558px;
	float: left;
	background: url(../images/shuhai_commodity_center.png) no-repeat;
}

.shuhai_commodity_center h2 {
	width: 236px;
	line-height: 45px;
	font-family: "微软雅黑";
	font-size: 23px;
	color: #10679f;
	text-align: center;
	margin: 100px auto 10px;
	border-bottom: 3px solid #10679f;
	font-weight: bold;
}

.shuhai_commodity_center ul {
	width: 245px;
	height: auto;
	margin-left: 40px;
	display: block;
	margin-top: 18px;
}

.shuhai_commodity_center ul li {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	margin-bottom: 3px;
}


.shuhai_commodity_Right {
	width: 374px;
	height: 567px;
	float: left;
	background: url(../images/shuhai_commodity_Right.png) no-repeat;
	position: relative;
}

.shuhai_commodity_Right_zdxn {
	width: 242px;
	height: 242px;
	background: url(../images/shuhai_commodity_Right_zdxn.png) no-repeat;
	position: absolute;
	z-index: 999;
	margin-left: 160px;
}

.shuhai_commodity_Right_zdxnbg {
	width: 242px;
	height: 242px;
	background: url(../images/shuhai_commodity_Right_zdxnbg.png) no-repeat;
	margin-left: 160px;
	margin-bottom: 20px;
	animation: mymove 10s infinite linear;
	-o-animation: mymove 10s infinite linear;
	-ms-animation: mymove 10s infinite linear;
	-moz-animation: mymove 10s infinite linear;
	-webkit-animation: mymove 10s infinite linear;
	/*Safari and Chrome*/
}

.shuhai_commodity_Right h2 {
	font-family: "微软雅黑";
	font-size: 26px;
	color: #fff;
	margin: 120px 0px 142px 72px;
}

.shuhai_commodity_Right span {
	width: 6px;
	height: 30px;
	background: #10679f;
	float: left;
	margin: 0px 10px 0px 24px;
}

.shuhai_commodity_Right h4 {
	font-family: "微软雅黑";
	font-size: 23px;
	color: #10679f;
	line-height: 29px;
	font-weight: bold;
}

.shuhai_commodity_Right ul {
	width: 272px;
	height: auto;
	margin-left: 25px;
	display: block;
	margin-top: 30px;
}

.shuhai_commodity_Right ul li {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	margin-bottom: 3px;
}

.shuhai_commodity_bg {
	width: 100%;
	height: 1035px;
	background: #f1f4f9;
	min-width: 1200px;
}

.shuhai_production_bg {
	width: 100%;
	height: 760px;
	min-width: 1200px;
}

.shuhai_production {
	width: 1200px;
	height: 710px;
	background: #fff;
	margin: 0 auto;
	padding-top: 72px;
}

.shuhai_production h4 {
	font-family: "微软雅黑";
	font-size: 26px;
	color: #5d5d5d;
	text-align: center;
	margin-bottom: 10px;
}

.shuhai_production_nr {
	width: 1075px;
	height: 600px;
	margin: 110px auto 0px;
	padding-left: 120px;
}

.shuhai_production_nr_one {
	width: 200px;
	height: 400px;
	margin-right: 100px;
	float: left;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.shuhai_production_nr_one_upper {
	width: 200px;
	height: 200px;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
	transition: 600ms;
}

/*background:url(../images/shuhai_production_nr_one_upper.jpg) no-repeat 100% 100%;*/
.shuhai_production_nr_one_upper:hover .shuhai_production_nr_one_upper_hover {
	background: rgba(0, 0, 0, .5)
}

.shuhai_production_nr_one_upper:hover .shuhai_production_nr_one_upper_hover h5 {
	display: block;
	transition: 600ms;
}

.shuhai_production_nr_one_upper_hover {
	width: 200px;
	height: 200px;
	background: rgba(0, 0, 0, .0);
	position: absolute;
	z-index: 9;
}

.shuhai_production_nr_one_upper_hover h5 {
	font-family: “微软雅黑”;
	font-size: 22px;
	font-weight: bold;
	color: white;
	transform: rotate(45deg);
	text-align: center;
	margin: 85px auto 0px;
	letter-spacing: 5px;
	display: none;
	transition: 600ms;
}

.shuhai_production_nr_one_upper img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	transition: 600ms;
}

.shuhai_production_nr_one_upper:hover img {
	transform: scale(1.1);
}

.shuhai_production_nr_one_lower {
	width: 194px;
	height: 194px;
	border: 3px solid #10679f;
	transition: all 600ms;
}

.shuhai_production_nr_one_lower ul {
	font-family: "微软雅黑";
	font-size: 13px;
	color: #10679f;
	width: 160px;
	height: auto;
	text-align: left;
	line-height: 18px;
	margin: 17px 0px 0px 14px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.shuhai_production_nr_one_lower ul li {
	margin: 0px;
	text-align: center;
	line-height: 17px;
}

.shuhai_production_nr_one_lower ul h5 {
	color: #10679f;
	margin-bottom: 10px;
	font-size: 22px;
	text-align: center;
	border-bottom: 1px #10679f solid;
}

.shuhai_production_nr_one_lower:hover {
	background: #10679f;
}

.shuhai_production_nr_one_lower:hover ul li {
	color: white;
}

.shuhai_production_nr_one_lower:hover ul h5 {
	color: white;
	text-align: center;
	border-bottom: 1px #fff solid;
}

.shuhai_production_nr_two {
	width: 200px;
	height: 400px;
	margin-right: 100px;
	float: left;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.shuhai_production_nr_two_upper {
	width: 194px;
	height: 194px;
	border: 3px solid #10679f;
	margin-bottom: 12px;
	transition: all 600ms;
}

.shuhai_production_nr_two_upper:hover {
	background: #10679f;
	color: white;
}

.shuhai_production_nr_two_upper:hover ul li {
	color: white;
}

.shuhai_production_nr_two_upper:hover ul h5 {
	color: white;
	text-align: center;
	border-bottom: 1px #fff solid;
}

.shuhai_production_nr_two_upper ul {
	font-family: "微软雅黑";
	font-size: 13px;
	color: #10679f;
	width: 160px;
	height: auto;
	text-align: left;
	line-height: 18px;
	margin: 20px 0px 0px 16px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.shuhai_production_nr_two_upper ul li {
	margin: 0px;
	text-align: center;
	line-height: 19px;
}

.shuhai_production_nr_two_upper ul h5 {
	color: #10679f;
	margin-bottom: 10px;
	font-size: 22px;
	text-align: center;
	border-bottom: 1px #10679f solid;
}

.shuhai_production_nr_two_lower {
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
	transition: 600ms;
}

.shuhai_production_nr_two_lower:hover .shuhai_production_nr_two_lower_hover {
	background: rgba(0, 0, 0, .5)
}

.shuhai_production_nr_two_lower:hover .shuhai_production_nr_two_lower_hover h5 {
	display: block;
	transition: 600ms;
}

.shuhai_production_nr_two_lower_hover {
	width: 200px;
	height: 200px;
	background: rgba(0, 0, 0, .0);
	position: absolute;
	z-index: 9;
}

.shuhai_production_nr_two_lower_hover h5 {
	font-family: “微软雅黑”;
	font-size: 22px;
	font-weight: bold;
	color: white;
	transform: rotate(45deg);
	text-align: center;
	margin: 85px auto 0px;
	letter-spacing: 5px;
	display: none;
	transition: 600ms;
	text-align: center;
}



.shuhai_production_nr_two_lower img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	transition: 600ms;
}

.shuhai_production_nr_two_lower:hover img {
	transform: scale(1.1);
}

.shuhai_production_nr_three {
	width: 200px;
	height: 400px;
	float: left;
	margin-right: 28px;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.shuhai_production_nr_three_upper {
	width: 200px;
	height: 200px;
	margin-bottom: 12px;
	overflow: hidden;
}

.shuhai_production_nr_three_upper:hover .shuhai_production_nr_three_upper_hover {
	background: rgba(0, 0, 0, .5)
}

.shuhai_production_nr_three_upper:hover .shuhai_production_nr_three_upper_hover h5 {
	display: block;
	transition: 600ms;
}

.shuhai_production_nr_three_upper_hover {
	width: 200px;
	height: 200px;
	background: rgba(0, 0, 0, .0);
	position: absolute;
	z-index: 9;
}

.shuhai_production_nr_three_upper_hover h5 {
	font-family: “微软雅黑”;
	font-size: 22px;
	font-weight: bold;
	color: white;
	transform: rotate(45deg);
	text-align: center;
	margin: 85px auto 0px;
	letter-spacing: 5px;
	display: none;
	transition: 600ms;
}




.shuhai_production_nr_three_upper img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	transition: 600ms;
}

.shuhai_production_nr_three_upper:hover img {
	transform: scale(1.1);
}

.shuhai_production_nr_three_lower {
	width: 194px;
	height: 194px;
	border: 3px solid #10679f;
	transition: 600ms;
}

.shuhai_production_nr_three_lower ul {
	font-family: "微软雅黑";
	font-size: 13px;
	color: #10679f;
	width: 160px;
	height: auto;
	text-align: left;
	line-height: 18px;
	margin: 9px 0px 0px 15px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.shuhai_production_nr_three_lower ul li {
	margin: 0px;
	text-align: center;
	line-height: 17px;
}

.shuhai_production_nr_three_lower ul h5 {
	color: #10679f;
	margin-bottom: 10px;
	font-size: 22px;
	text-align: center;
	border-bottom: 1px #10679f solid;
}

.shuhai_production_nr_three_lower:hover {
	background: #10679f;
}

.shuhai_production_nr_three_lower:hover ul li {
	color: white;
}

.shuhai_production_nr_three_lower:hover ul h5 {
	color: white;
	text-align: center;
	border-bottom: 1px #fff solid;
}


.shuhai_production_nr_four {
	width: 200px;
	height: 200px;
	background: url(../images/shuhai_production_nr_four.jpg) no-repeat 100% 100%;
	float: left;
	margin-top: 30px;
	overflow: hidden;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.shuhai_production_nr_four img {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	transition: 600ms;
}

.shuhai_production_nr_four:hover img {
	transform: scale(1.1);
}

.shuhai_information {
	width: 100%;
	height: 600px;
	min-width: 1200px;
}

.shuhai_information_bg {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-top: 72px;
	box-sizing: border-box;
}

.shuhai_information_bg h4 {
	font-family: "微软雅黑";
	font-size: 26px;
	color: #5d5d5d;
	text-align: center;
	margin-bottom: 10px;
}

.shuhai_information_left {
	width: 590px;
	height: 400px;
	float: left;
	margin-top: 80px;
	padding-left: 10px;
}

.shuhai_information_left h2 {
	width: 380px;
	line-height: 45px;
	font-family: "微软雅黑";
	font-size: 23px;
	color: #5d5d5d;
	text-align: center;
	margin: 100px auto 10px;
	border-bottom: 3px solid #10679f;
}

.shuhai_information_left ul {
	width: 390px;
	;
	height: auto;
	margin: 30px 0px 0px 112px;
	display: block;
}

.shuhai_information_left ul li {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #3e3e3e;
	margin: 0px auto 5px;
}

.shuhai_information_right {
	width: 600px;
	height: 400px;
	float: left;
	margin-top: 80px;
}

.shuhai_information_right_img {
	width: 408px;
	height: 397px;
	background: url(../images/shuhai_information_right.png) no-repeat 100% 100%;
	margin-left: 60px;
	/*
	animation:container 10s infinite linear;
	-o-animation:container 10s infinite linear;
	-ms-animation:container 10s infinite linear;
	-moz-animation:container 10s infinite linear;
	-webkit-animation:container 10s infinite linear; Safari and Chrome
*/
}

@keyframes container {
	10% {
		transform: rotate(3deg);
		height: 397px;
	}

	20% {
		transform: rotate(6deg);
	}

	30% {
		transform: rotate(9deg);
	}

	40% {
		transform: rotate(12deg);
		height: 415px;
	}

	50% {
		transform: rotate(15deg);
	}

	60% {
		transform: rotate(12deg);
	}

	70% {
		transform: rotate(9deg);
		height: 380px;
	}

	80% {
		transform: rotate(6deg);
	}

	90% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(0deg);
		height: 397px;
	}
}

@-o-keyframes container {
	10% {
		transform: rotate(3deg);
		height: 397px;
	}

	20% {
		transform: rotate(6deg);
	}

	30% {
		transform: rotate(9deg);
	}

	40% {
		transform: rotate(12deg);
		height: 415px;
	}

	50% {
		transform: rotate(15deg);
	}

	60% {
		transform: rotate(12deg);
	}

	70% {
		transform: rotate(9deg);
		height: 380px;
	}

	80% {
		transform: rotate(6deg);
	}

	90% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(0deg);
		height: 397px;
	}
}

@-ms-keyframes container {
	10% {
		transform: rotate(3deg);
		height: 397px;
	}

	20% {
		transform: rotate(6deg);
	}

	30% {
		transform: rotate(9deg);
	}

	40% {
		transform: rotate(12deg);
		height: 415px;
	}

	50% {
		transform: rotate(15deg);
	}

	60% {
		transform: rotate(12deg);
	}

	70% {
		transform: rotate(9deg);
		height: 380px;
	}

	80% {
		transform: rotate(6deg);
	}

	90% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(0deg);
		height: 397px;
	}
}

@-moz-keyframes container {
	10% {
		transform: rotate(3deg);
		height: 397px;
	}

	20% {
		transform: rotate(6deg);
	}

	30% {
		transform: rotate(9deg);
	}

	40% {
		transform: rotate(12deg);
		height: 415px;
	}

	50% {
		transform: rotate(15deg);
	}

	60% {
		transform: rotate(12deg);
	}

	70% {
		transform: rotate(9deg);
		height: 380px;
	}

	80% {
		transform: rotate(6deg);
	}

	90% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(0deg);
		height: 397px;
	}
}

@-webkit-keyframes container {
	10% {
		transform: rotate(3deg);
		height: 397px;
	}

	20% {
		transform: rotate(6deg);
	}

	30% {
		transform: rotate(9deg);
	}

	40% {
		transform: rotate(12deg);
		height: 415px;
	}

	50% {
		transform: rotate(15deg);
	}

	60% {
		transform: rotate(12deg);
	}

	70% {
		transform: rotate(9deg);
		height: 380px;
	}

	80% {
		transform: rotate(6deg);
	}

	90% {
		transform: rotate(3deg);
	}

	100% {
		transform: rotate(0deg);
		height: 397px;
	}
}

.shuhai_Warehousing {
	width: 100%;
	height: 620px;
	margin: 100px auto 0px;
	min-width: 1200px;
}

.shuhai_Warehousing_left {
	width: 50%;
	height: inherit;
	float: left;
	background: #f1f4f9 url(../images/shuhai_Warehousing_left.jpg) no-repeat;
	background-position: right center;
	background-size: 100% 100%;
}

.shuhai_Warehousing_right {
	width: 50%;
	height: inherit;
	float: left;
	background: #f1f4f8;
	padding-top: 120px;
	box-sizing: border-box;
}

.shuhai_Warehousing_right span {
	width: 6px;
	height: 30px;
	background: #10679f;
	float: left;
	margin: 0px 10px 0px 35px;
}

.shuhai_Warehousing_right h4 {
	font-family: "微软雅黑";
	font-size: 23px;
	color: #323334;
	line-height: 29px;
	margin-bottom: 10px;
}

.shuhai_Warehousing_right ul {
	width: 510px;
	height: auto;
	margin-left: 36px;
	display: block;
	margin-top: 30px;
}

.shuhai_Warehousing_right ul li {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #4f4f4f;
	list-style-type: none;
}

.shuhai_Warehousing_right ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: 2px;
	border-radius: 10px;
	background: rgba(16, 102, 158, 1);
}

.shuhai_Warehousing_mapbg {
	width: 100%;
	height: 630px;
	margin: 72px auto 20px;
	min-width: 1200px;
}

.shuhai_Warehousing_map {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
}

.shuhai_Warehousing_mapimg {
	width: 800px;
	height: 500px;
	margin: 60px auto 0px;
	position: relative;
	background: url(../images/shuhai_Warehousing_mapimg.jpg) no-repeat;
	background-position: center center;
	background-repeat: 100% 100%;
}

.shuhai_Warehousing_map_beijing {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 532px;
	top: 192px;
	animation: mapimg 3s infinite ease;
	-o-animation: mapimg 3s infinite ease;
	-ms-animation: mapimg 3s infinite ease;
	-moz-animation: mapimg 3s infinite ease;
	-webkit-animation: mapimg 3s infinite ease;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_beijing_Fixed {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .15);
	position: absolute;
	left: 526px;
	top: 186px;
	animation: baseFixed 2.5s infinite ease-in;
	-o-animation: baseFixed 2.5s infinite ease-in;
	-ms-animation: baseFixed 2.5s infinite ease-in;
	-moz-animation: baseFixed 2.5s infinite ease-in;
	-webkit-animation: baseFixed 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_shanghai {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 608px;
	top: 301px;
	animation: mapimg 3s infinite ease;
	-o-animation: mapimg 3s infinite ease;
	-ms-animation: mapimg 3s infinite ease;
	-moz-animation: mapimg 3s infinite ease;
	-webkit-animation: mapimg 3s infinite ease;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_shanghai_Fixed {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .15);
	position: absolute;
	left: 601px;
	top: 296px;
	animation: baseFixed 2.5s infinite ease-in;
	-o-animation: baseFixed 2.5s infinite ease-in;
	-ms-animation: baseFixed 2.5s infinite ease-in;
	-moz-animation: baseFixed 2.5s infinite ease-in;
	-webkit-animation: baseFixed 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_dongguan {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 535px;
	top: 416px;
	animation: mapimg 3s infinite ease;
	-o-animation: mapimg 3s infinite ease;
	-ms-animation: mapimg 3s infinite ease;
	-moz-animation: mapimg 3s infinite ease;
	-webkit-animation: mapimg 3s infinite ease;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_dongguan_Fixed {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .15);
	position: absolute;
	left: 529px;
	top: 411px;
	animation: baseFixed 2.5s infinite ease-in;
	-o-animation: baseFixed 2.5s infinite ease-in;
	-ms-animation: baseFixed 2.5s infinite ease-in;
	-moz-animation: baseFixed 2.5s infinite ease-in;
	-webkit-animation: baseFixed 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_chengdu {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 410px;
	top: 318px;
	animation: mapimg 3s infinite ease;
	-o-animation: mapimg 3s infinite ease;
	-ms-animation: mapimg 3s infinite ease;
	-moz-animation: mapimg 3s infinite ease;
	-webkit-animation: mapimg 3s infinite ease;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_chengdu_Fixed {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .15);
	position: absolute;
	left: 404px;
	top: 313px;
	animation: baseFixed 2.5s infinite ease-in;
	-o-animation: baseFixed 2.5s infinite ease-in;
	-ms-animation: baseFixed 2.5s infinite ease-in;
	-moz-animation: baseFixed 2.5s infinite ease-in;
	-webkit-animation: baseFixed 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_zhengzhou {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 518px;
	top: 260px;
	animation: mapimg 3s infinite ease;
	-o-animation: mapimg 3s infinite ease;
	-ms-animation: mapimg 3s infinite ease;
	-moz-animation: mapimg 3s infinite ease;
	-webkit-animation: mapimg 3s infinite ease;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_zhengzhou_Fixed {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .15);
	position: absolute;
	left: 512px;
	top: 254px;
	animation: baseFixed 2.5s infinite ease-in;
	-o-animation: baseFixed 2.5s infinite ease-in;
	-ms-animation: baseFixed 2.5s infinite ease-in;
	-moz-animation: baseFixed 2.5s infinite ease-in;
	-webkit-animation: baseFixed 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_xian {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 464px;
	top: 271px;
	animation: mapimg 3s infinite ease;
	-o-animation: mapimg 3s infinite ease;
	-ms-animation: mapimg 3s infinite ease;
	-moz-animation: mapimg 3s infinite ease;
	-webkit-animation: mapimg 3s infinite ease;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_xian_Fixed {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .15);
	position: absolute;
	left: 458px;
	top: 266px;
	animation: baseFixed 2.5s infinite ease-in;
	-o-animation: baseFixed 2.5s infinite ease-in;
	-ms-animation: baseFixed 2.5s infinite ease-in;
	-moz-animation: baseFixed 2.5s infinite ease-in;
	-webkit-animation: baseFixed 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_wuhan {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 535px;
	top: 315px;
	animation: mapimg 3s infinite ease;
	-o-animation: mapimg 3s infinite ease;
	-ms-animation: mapimg 3s infinite ease;
	-moz-animation: mapimg 3s infinite ease;
	-webkit-animation: mapimg 3s infinite ease;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_wuhan_Fixed {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .15);
	position: absolute;
	left: 529px;
	top: 309px;
	animation: baseFixed 2.5s infinite ease-in;
	-o-animation: baseFixed 2.5s infinite ease-in;
	-ms-animation: baseFixed 2.5s infinite ease-in;
	-moz-animation: baseFixed 2.5s infinite ease-in;
	-webkit-animation: baseFixed 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

@keyframes baseFixed {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0.9);
	}
}

@-o-keyframes baseFixed {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0.9);
	}
}

@-ms-keyframes baseFixed {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0.9);
	}
}

@-moz-keyframes baseFixed {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0.9);
	}
}

@-webkit-keyframes baseFixed {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(0.9);
	}
}



@keyframes mapimg {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	100% {
		transform: scale(7);
		opacity: 0;
	}
}

@-o-keyframes mapimg {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	100% {
		transform: scale(7);
		opacity: 0;
	}
}

@-ms-keyframes mapimg {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	100% {
		transform: scale(7);
		opacity: 0;
	}
}

@-moz-keyframes mapimg {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	100% {
		transform: scale(7);
		opacity: 0;
	}
}

@-webkit-keyframes mapimg {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}

	100% {
		transform: scale(7);
		opacity: 0;
	}
}

.shuhai_Warehousing_map_haerbin {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 636px;
	top: 94px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_shenyang {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 606px;
	top: 149px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_huhehaote {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 492px;
	top: 181px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_yinchuan {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 434px;
	top: 214px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_jinan {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 557px;
	top: 232px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_nanjing {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 584px;
	top: 291px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_hangzhou {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 596px;
	top: 308px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_changsha {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 519px;
	top: 349px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_kunming {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 388px;
	top: 398px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_guangzhou {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 519px;
	top: 403px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

.shuhai_Warehousing_map_shenzhen {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(16, 103, 159, .5);
	position: absolute;
	left: 552px;
	top: 418px;
	animation: guihua 2.5s infinite ease-in;
	-o-animation: guihua 2.5s infinite ease-in;
	-ms-animation: guihua 2.5s infinite ease-in;
	-moz-animation: guihua 2.5s infinite ease-in;
	-webkit-animation: guihua 2.5s infinite ease-in;
	/*Safari and Chrome*/
}

@keyframes guihua {
	0% {
		transform: scale(1.5);
		opacity: 0.4;
	}

	50% {
		transform: scale(2);
		opacity: 0.2;
	}

	100% {
		transform: scale(1.5);
		opacity: 0.4;
	}
}

@-o-keyframes guihua {
	0% {
		transform: scale(1.5);
		opacity: 0.4;
	}

	50% {
		transform: scale(2);
		opacity: 0.2;
	}

	100% {
		transform: scale(1.5);
		opacity: 0.4;
	}
}

@-ms-keyframes guihua {
	0% {
		transform: scale(1.5);
		opacity: 0.4;
	}

	50% {
		transform: scale(2);
		opacity: 0.2;
	}

	100% {
		transform: scale(1.5);
		opacity: 0.4;
	}
}

@-moz-keyframes guihua {
	0% {
		transform: scale(1.5);
		opacity: 0.4;
	}

	50% {
		transform: scale(2);
		opacity: 0.2;
	}

	100% {
		transform: scale(1.5);
		opacity: 0.4;
	}
}

@-webkit-keyframes guihua {
	0% {
		transform: scale(1.5);
		opacity: 0.4;
	}

	50% {
		transform: scale(2);
		opacity: 0.2;
	}

	100% {
		transform: scale(1.5);
		opacity: 0.4;
	}
}

.shuhai_Warehousing_text {
	width: 600px;
	height: 120px;
	padding-top: 10px;
	box-sizing: border-box;
}

.shuhai_Warehousing_text p {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #3e3e3e;
	text-indent: 2em;
}

.shuhai_Finance_bg {
	width: 100%;
	height: 630px;
	background: #f1f4f8 url(../images/shuhai_Finance_bg.jpg) no-repeat;
	background-position: center center;
	min-width: 1200px;
}

.shuhai_Finance {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding-top: 75px;
	box-sizing: border-box;
}

.shuhai_Finance_nr {
	width: 700px;
	height: 480px;
	margin: 0 auto;
	position: relative;
}

.shuhai_Finance_nr_one {
	width: 170px;
	height: 178px;
	background: url(../images/shuhai_Finance_nr_one.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 86px;
}

.shuhai_Finance_nr_one p {
	font-family: "微软雅黑";
	font-size: 13px;
	color: #2c2f34;
	width: 140px;
	margin: 62px 0px 0px 27px;
}

.shuhai_Finance_nr_two {
	width: 227px;
	height: 263px;
	background: url(../images/shuhai_Finance_nr_two.png) no-repeat;
	position: absolute;
	left: 54px;
	top: 217px;
}

.shuhai_Finance_nr_three {
	width: 169px;
	height: 179px;
	background: url(../images/shuhai_Finance_nr_three.png) no-repeat;
	position: absolute;
	left: 233px;
	top: 132px;
}

.shuhai_Finance_nr_three p {
	font-family: "微软雅黑";
	font-size: 13px;
	color: #2c2f34;
	width: 120px;
	margin: 50px 0px 0px 34px;
	line-height: 18px;
}

.shuhai_Finance_nr_four {
	width: 166px;
	height: 177px;
	background: url(../images/shuhai_Finance_nr_four.png) no-repeat;
	position: absolute;
	left: 309px;
	top: 0px;
}

.shuhai_Finance_nr_four h3 {
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 66px 0px 5px 10px;
	font-weight: 700;
	letter-spacing: 1px;
}

.shuhai_Finance_nr_four p {
	font-family: "微软雅黑";
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin: 10px 0px 5px 17px;
}

.shuhai_Finance_nr_five {
	width: 243px;
	height: 277px;
	background: url(../images/shuhai_Finance_nr_five.png) no-repeat;
	position: absolute;
	top: 64px;
	right: 0px;
}

.shuhai_Finance_nr_five p {
	font-family: "微软雅黑";
	font-size: 13px;
	color: #2c2f34;
	width: 182px;
	margin: 90px 0px 0px 38px;
}

.shuhai_bottom {
	width: 100%;
	height: auto;
	min-width: 1200px;
}

.shuhai_bottom_bluebg {
	width: 100%;
	height: 180px;
	background: #034f7e;
	min-width: 1200px;
}

.shuhai_bottom_bluebg_code {
	width: 430px;
	height: inherit;
	margin: 0 auto;
	padding-top: 26px;
	box-sizing: border-box;
}

.shuhai_bottom_bluebg_qr {
	width: 112px;
	height: 112px;
	margin-top: 8px;
	background: url(../images/shuhai_bottom_bluebg_qr.png) no-repeat;
	float: left;
	background-size: 112px 112px;
}

.shuhai_bottom_bluebg_line {
	width: 1px;
	height: 107px;
	margin: 12px 41px 0px 50px;
	background: #fff;
	float: left;
}

.shuhai_bottom_bluebg_logo {
	width: 220px;
	height: 66px;
	margin-top: 36px;
	background: url(../images/Navigation-bar-logo.png) no-repeat;
	float: right;
	background-size: 220px auto;
}

.shuhai_bottom_white {
	width: 100%;
	height: 2px;
	background: white;
	min-width: 1200px;
}

.shuhai_bottom_black {
	width: 100%;
	height: 200px;
	background: #333;
	min-width: 1200px;
}

.shuhai_bottom_black_list {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	padding: 20px 0px 0px 182px;
	box-sizing: border-box;
}

.shuhai_bottom_black_one {
	width: 188px;
	height: auto;
	float: left;
	position: relative;
}

.shuhai_bottom_black_one h3 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	text-decoration: underline;
}

.shuhai_bottom_black_one i {
	width: 1px;
	height: 25px;
	background: #ababab;
	display: block;
	z-index: 999;
	top: 0px;
	right: 10px;
	position: absolute;
}

.shuhai_bottom_black_one a {
	color: #0b5582;
	width: 72px;
	height: 30px;
	background: white;
	display: block;
	text-align: left;
	line-height: 30px;
	border-radius: 0px;
	margin: 12px 0px 0px 58px;
	padding-left: 15px;
	box-sizing: border-box;
	padding-top: 2px;
	text-decoration: none;
	cursor: pointer;
	transition: 600ms;
}

.shuhai_bottom_black_one a:hover {
	background: rgba(255, 255, 255, .8);
	text-decoration: none;
}

.shuhai_bottom_black_one a span {
	display: block;
	float: right;
	margin: -4px 7px 0px 0px;
	animation: tops 1.5s infinite linear;
	-o-animation: tops 1.5s infinite linear;
	-ms-animation: tops 1.5s infinite linear;
	-moz-animation: tops 1.5s infinite linear;
	-webkit-animation: tops 1.5s infinite linear;
}

@keyframes tops {
	0% {
		transform: translateY(0);
		opacity: 0.2;
	}

	70% {
		transform: translateY(5px);
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 0.2;
	}
}

@-o-keyframes tops {
	0% {
		transform: translateY(0);
		opacity: 0.2;
	}

	70% {
		transform: translateY(5px);
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 0.2;
	}
}

@-ms-keyframes tops {
	0% {
		transform: translateY(0);
		opacity: 0.2;
	}

	70% {
		transform: translateY(5px);
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 0.2;
	}
}

@-moz-keyframes tops {
	0% {
		transform: translateY(0);
		opacity: 0.2;
	}

	70% {
		transform: translateY(5px);
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 0.2;
	}
}

@-webkit-keyframes tops {
	0% {
		transform: translateY(0);
		opacity: 0.2;
	}

	70% {
		transform: translateY(5px);
		opacity: 1;
	}

	100% {
		transform: translateY(0);
		opacity: 0.2;
	}
}

.shuhai_bottom_black_two {
	width: 188px;
	height: auto;
	float: left;
	position: relative;
}

.shuhai_bottom_black_two h3 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	text-decoration: underline;
}

.shuhai_bottom_black_two i {
	width: 1px;
	height: 25px;
	background: #ababab;
	display: block;
	z-index: 999;
	top: 0px;
	right: 10px;
	position: absolute;
}

.shuhai_bottom_black_two ul {
	margin: 8px 0px 0px 0px;
	padding: 0;
}

.shuhai_bottom_black_two ul li {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.shuhai_bottom_black_two ul li a {
	font-size: 14px;
	color: white;
	text-decoration: none;
	transition: 600ms;
}

.shuhai_bottom_black_two ul li a:hover {
	color: #0b5582;
}

.shuhai_bottom_black_three {
	width: 188px;
	height: auto;
	float: left;
	position: relative;
}

.shuhai_bottom_black_three h3 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	text-decoration: underline;
}

.shuhai_bottom_black_three i {
	width: 1px;
	height: 25px;
	background: #ababab;
	display: block;
	z-index: 999;
	top: 0px;
	right: 10px;
	position: absolute;
}

.shuhai_bottom_black_three ul {
	margin: 8px 0px 0px 0px;
	padding: 0;
}

.shuhai_bottom_black_three ul li {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.shuhai_bottom_black_three ul li a {
	font-size: 14px;
	color: white;
	text-decoration: none;
	transition: 600ms;
}

.shuhai_bottom_black_three ul li a:hover {
	color: #0b5582;
}

.shuhai_bottom_black_four {
	width: auto;
	height: auto;
	float: left;
	padding-left: 38px;
	box-sizing: border-box;
}

.shuhai_bottom_black_four h3 {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-align: left;
	margin: 0 auto;
	text-decoration: underline;
}

.shuhai_bottom_black_four ul {
	margin: 8px 0px 0px 0px;
	padding: 0;
}

.shuhai_bottom_black_four ul li {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 14px;
	color: white;
}

.shuhai_bottom_black_four ul li span {
	color: white;
}

.shuhai_bottom_Ending {
	width: 100%;
	height: 45px;
	background: white;
	min-width: 1200px;
}

.shuhai_bottom_Ending p {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 45px;
	margin: 0 auto;
	padding: 0px;
}

.shuhai_bottom_Ending p span {
	color: #0b5582;
}







.About_blue_line {
	width: 100%;
	height: 6px;
	/* background: #10679f; */
	background: #009245;
	margin: 0 auto;
	min-width: 1200px;
}

.About_banner {
	width: 100%;
	height: 400px;
	/* background: #00349a url(../images/About_banner.jpg) no-repeat; */
	background: #009245 url(../images/About_banner.png) no-repeat;
	background-size: 1920px a;
	background-position: center center;
	margin: 0 auto;
	min-width: 1200px;
	position: relative;
}

.contact_banner {
	width: 100%;
	height: 400px;
	/* background: #00349a url(../images/About_banner.jpg) no-repeat; */
	background: #009245 url(../images/contactus.png) no-repeat;
	background-size: 1920px a;
	background-position: center center;
	margin: 0 auto;
	min-width: 1200px;
	position: relative;
}

.About_banner_text {
	width: 210px;
	height: 110px;
	background: url(../images/About_banner_text.png) no-repeat;
	position: absolute;
	left: 80px;
	top: 120px;
}

.About_aboutShuhai {
	width: 100%;
	height: 188px;
	margin: 0px auto 60px;
	min-width: 1200px;
}

.news_center {
	width: 100%;
	min-height: 500px;
	margin: 0px auto 60px;
	min-width: 1200px;
}

.news_title {
	margin: 40px 0px 20px 0px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}

.contact_us {
	width: 100%;
	height: 750px;
	margin: 0px auto 60px;
	min-width: 1200px;
}

.news_center_title {
	width: 267px;
	height: 165px;
	/* background: rgba(16, 103, 159, .85); */
	background: #009245;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
	box-sizing: border-box;
	float: left;
	mix-blend-mode: multiply;
	-o-mix-blend-mode: multiply;
	-ms-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
}

.About_aboutShuhai_nr {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
}

.About_aboutShuhai_title {
	width: 267px;
	height: 217px;
	/* background: rgba(16, 103, 159, .85); */
	background: #009245;
	margin: -52px 0px 0px 14px;
	padding: 112px 0px 0px 0px;
	box-sizing: border-box;
	float: left;
	mix-blend-mode: multiply;
	-o-mix-blend-mode: multiply;
	-ms-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	-webkit-mix-blend-mode: multiply;
}

.About_aboutShuhai_title h3, .news_center_title h3 {
	font-family: "微软雅黑";
	font-size: 26px;
	font-weight: 800;
	color: white;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.About_aboutShuhai_title p, .news_center_title p {
	font-family: "微软雅黑";
	font-size: 16px;
	color: white;
	text-align: center;
}

.About_aboutShuhai_introduce {
	width: 880px;
	height: auto;
	float: left;
	margin: 42px 0px 0px 35px;
}

.About_aboutShuhai_introduce p {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3e3e3e;
	margin: 0px auto 5px;
}

.About_aboutShuhai_introduce p span {
	font-family: "微软雅黑";
	font-size: 18px;
	color: white;
	/* color: #10679f; */
	color: #009245;
	font-weight: 700;
}

.About_about_history {
	width: 100%;
	height: 630px;
	margin-bottom: 60px;
	min-width: 1200px;
}

.About_about_history_tb {
	width: 300px;
	height: 26px;
	margin: 20px auto 32px;
	background: url(../images/shuhai_Advantage_nr_tb.gif) no-repeat center center;
	background-size: 100% 100%;
}

.About_about_history h2 {
	text-align: center;
	font-size: 26px;
}

.About_about_history p {
	text-align: center;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	color: rgba(0, 0, 0, .5);
}

.About_about_history_tb_dbx {
	width: 26px;
	height: 26px;
	margin: 0 auto;
	line-height: 26px;
}

.About_about_history_tb_dbx img {
	width: 26px;
	height: 26px;
}

.About_about_history_tb_dbx {
	width: 26px;
	height: 26px;
	/*	position:relative;*/
	animation: mymove 10s infinite linear;
	-o-animation: mymove 10s infinite linear;
	-ms-animation: mymove 10s infinite linear;
	-moz-animation: mymove 10s infinite linear;
	-webkit-animation: mymove 10s infinite linear;
	/*Safari and Chrome*/
}

.About_about_history_nr {
	width: 1200px;
	height: 350px;
	margin: 120px auto 0px;
}

.About_about_history_nr_up {
	width: 1038px;
	height: 133px;
	margin: 0 auto;
}

.About_about_history_nr_one {
	width: 324px;
	height: inherit;
	float: left;
	background: url(../images/About_about_history_nr_one.png) no-repeat;
	animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.About_about_history_nr_two {
	width: 323px;
	height: inherit;
	float: left;
	background: url(../images/About_about_history_nr_two.png) no-repeat;
	margin-left: -80px;
	animation-delay: 1s;
	-o-animation-delay: 1s;
	-ms-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.About_about_history_nr_three {
	width: 320px;
	height: inherit;
	float: left;
	background: url(../images/About_about_history_nr_three.png) no-repeat;
	margin-left: -77px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

.About_about_history_nr_four {
	width: 248px;
	height: inherit;
	float: left;
	background: url(../images/About_about_history_nr_four.png) no-repeat;
	margin-left: -83px;
	animation-delay: 2s;
	-o-animation-delay: 2s;
	-ms-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.About_about_history_nr_five {
	width: 86px;
	height: inherit;
	float: left;
	background: url(../images/About_about_history_nr_five.png) no-repeat;
	margin-left: -23px;
	animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}

.About_about_history_nr_five_box {
	width: 36px;
	height: 36px;
	background: rgba(8, 72, 114, .8);
	margin: 77px 10px 10px 23px;
	animation: fivebox 2s infinite linear;
	-o-animation: fivebox 2s infinite linear;
	-ms-animation: fivebox 2s infinite linear;
	-moz-animation: fivebox 2s infinite linear;
	-webkit-animation: fivebox 2s infinite linear;
	/*Safari and Chrome*/
}

@keyframes fivebox {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	50% {
		transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

@-o-keyframes fivebox {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	50% {
		transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

@-ms-keyframes fivebox {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	50% {
		transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

@-moz-keyframes fivebox {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	50% {
		transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes fivebox {
	0% {
		transform: scale(1);
		opacity: 0.9;
	}

	50% {
		transform: scale(1.5);
		opacity: 0.5;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.About_about_history_nr_lower {
	width: 1100px;
	height: 200px;
	margin: 20px auto 0px;
}

.About_about_history_nr_lower ul {
	margin: 0 auto;
	padding: 0;
}

.About_about_history_nr_lower ul li {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #3e3e3e;
	height: 200px;
	display: block;
	text-decoration: none;
	float: left;
	line-height: 20px;
	text-align: center;
	animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}



.About_about_Partner {
	width: 100%;
	height: 680px;
	margin: 0 auto;
	background: #f6f6f6;
	padding-top: 40px;
	box-sizing: border-box;
	min-width: 1200px;
}

.About_about_Partner_tb {
	width: 300px;
	height: 26px;
	margin: 20px auto 32px;
	background: url(../images/shuhai_Advantage_nr_tb.gif) no-repeat center center;
	background-size: 100% 100%;
}

.About_about_Partner h2 {
	text-align: center;
	font-size: 26px;
}

.About_about_Partner p {
	text-align: center;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	color: rgba(0, 0, 0, .5);
}

.About_about_Partner_tb_dbx {
	width: 26px;
	height: 26px;
	margin: 0 auto;
	line-height: 26px;
}

.About_about_Partner_tb_dbx img {
	width: 26px;
	height: 26px;
}

.About_about_Partner_tb_dbx {
	width: 26px;
	height: 26px;
	/*	position:relative;*/
	animation: mymove 10s infinite linear;
	-o-animation: mymove 10s infinite linear;
	-ms-animation: mymove 10s infinite linear;
	-moz-animation: mymove 10s infinite linear;
	-webkit-animation: mymove 10s infinite linear;
	/*Safari and Chrome*/
}

.About_about_Partner_nr {
	width: 800px;
	height: 330px;
	margin: 52px auto 0px;
}

.about_marquee {
	overflow: hidden;
	width: 1200px;
	height: 280px;
	margin: 52px auto 0px;
}

.About_about_Partner_nr_one {
	width: inherit;
	height: 95px;
	background: url(../images/About_about_Partner_nr_one.png) no-repeat;
}

.About_about_Partner_nr_two {
	width: inherit;
	height: 130px;
	background: url(../images/About_about_Partner_nr_two.png) no-repeat;
}

.About_about_Partner_nr_three {
	width: inherit;
	height: 105px;
	background: url(../images/About_about_Partner_nr_three.png) no-repeat;
}

.shuhai_bottom_Ending p a,
.index-Ending-Down p a {
	color: rgba(10, 102, 159, 1);
	text-decoration: none;
	font-size: 14px;
}

.news_top_line {
	width: 100%;
	height: 6px;
	background: #10679f;
	margin: 0 auto;
	min-width: 1200px;
}

.news_top_banner_bg {
	width: 100%;
	height: auto;
	min-width: 1200px;
}

.news_top_banner {
	width: 1176px;
	height: auto;
	margin: 0 auto;
}

.news_top_Newscontent {
	width: 1175px;
	height: 220px;
	margin: 12px auto 100px;
	padding: 0px 0px 30px 0px;
	min-width: 1200px;
}

.news_top_Newscontent_list {
	width: inherit;
	height: auto;
	border: 1px solid #a0a0a0;
}

.news_top_Newscontent_list ul {
	margin: 2.5rem;
}

.news_top_Newscontent_list ul li {
	position: relative;
}

.news_top_Newscontent_list ul li a {
	color: #666;
	text-decoration: none;
	transition: 600ms;
	-o-transition: 600ms;
	-ms-transition: 600ms;
	-moz-transition: 600ms;
	-webkit-transition: 600ms;
}

.news_top_Newscontent_list ul li a:hover {
	color: #10679f;
	text-decoration: underline;
}

.news_top_Newscontent_list ul li span {
	color: #ccc;
	position: absolute;
	right: 100px;
}

.news_top_Newscontent_paging {
	width: inherit;
	height: 32px;
	margin: 30px auto 0px;
	padding: 15px 20px;
	color: #ccc;
	text-align: center;
}

.news_top_Newscontent_paging a {
	display: inline-block;
	color: #444;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	;
	vertical-align: middle;
	text-decoration: none;
}

.news_top_Newscontent_paging a:hover {
	color: #10679f;
	text-decoration: underline;
}

.news_top_Newscontent_paging span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #10679f;
	vertical-align: middle;
}

.news_top_Newscontent_paging span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #ccc;
	vertical-align: middle;
}

#page_navigation {
	text-align: center;
	margin: 25px auto 0px;
}

#page_navigation a {
	padding: 3px;
	margin: 2px;
	color: rgba(0, 0, 0, .5);
	text-decoration: none;
	font-size: 16px;
}

#page_navigation a:hover {
	text-decoration: underline;
}

.active_page {
	color: #034f7e !important;
}

#content {
	width: 1134px;
	height: 155px;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

#content p {
	color: #666;
	text-decoration: none;
	margin: 5px 0px 0px 5px
}

#content p::before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: 2px;
	border-radius: 10px;
	background: rgba(102, 102, 102, .8);
}

#content p a {
	color: #666;
	text-decoration: none;
	transition: 600ms;
	-o-transition: 600ms;
	-ms-transition: 600ms;
	-moz-transition: 600ms;
	-webkit-transition: 600ms;
}

#content p span {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #ccc;
	vertical-align: middle;
	position: absolute;
	right: 30px;
}

#content p a:hover {
	color: #10679f;
	text-decoration: underline;
}

@font-face {
	font-family: 'iconfont';
	src: url('fonts/iconfont.eot');
	src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/iconfont.woff') format('woff'),
		url('fonts/iconfont.ttf') format('truetype'),
		url('fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.news_content {
	width: 1172px;
	height: auto;
	margin: 15px auto 25px;
	border: 1px solid #e0e0e0;
}

.news_content_newstitle {
	width: inherit;
	height: 145px;
	margin: 50px auto 0px;
}

.news_content_newstitle h3 {
	font-size: 24px;
	font-family: "微软雅黑";
	color: #10679f;
	text-align: center;
	letter-spacing: 1px;
}

.news_content_newstitle p {
	font-size: 15px;
	font-family: "微软雅黑";
	color: #ccc;
	text-align: center;
}

.news_content_newstitle span {
	width: 1000px;
	height: 2px;
	background: #e0e0e0;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.news_content_Article_bg {
	width: 1000px;
	height: auto;
	margin: 0px auto 50px;
}

.news_content_Article {
	width: inherit;
	height: auto;
	margin: 0 auto;
}

.news_content_Article p {
	text-indent: 2em;
	line-height: 1.8em;
	margin-bottom: 0.8rem;
}

.news_content_Article h4 {
	font-family: "微软雅黑";
	font-size: 22px;
	color: #3e3e3e;
	font-weight: 600;
	text-align: left;
	margin: 36px auto;
}

.news_content_Article_img {
	width: auto;
	height: auto;
	float: right;
	margin: 12px 0px 12px 12px;
	position: relative;
}

.news_content_Article_img_title {
	width: 100%;
	height: 45px;
	background: rgba(3, 79, 126, .6);
	bottom: 7px;
	position: absolute;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.news_content_Article_twoimg {
	width: inherit;
	height: auto;
	float: right;
	margin: 12px 0px 12px 12px;
	background: #c0c0c0;
	position: relative;
}

.news_content_Flip {
	width: inherit;
	height: 116px;
	margin: a auto;
	background: #eee;
	padding: 32px 70px;
	box-sizing: border-box;
}

.news_content_Flip p {
	margin: 0 auto;
	padding: 0;
}

.news_content_Flip p a {
	font-size: 15px;
	font-family: "微软雅黑";
	color: #10679f;
	text-decoration: none;
}

.news_content_Flip p a:hover {
	text-decoration: underline;
}


.recruit_banner_bg {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background: #ececec url(../images/recruit_banner_bg.jpg) no-repeat;
	background-position: center center;
	background-size: 1920px auto;
	min-width: 1200px;
}

.recruit_banner_bgnei {
	width: 1200px;
	height: inherit;
	margin: 0 auto;
	position: relative;
}

.recruit_banner_bg_run {
	width: 361px;
	height: 400px;
	background: url(../images/recruit_banner_bg_run.png) no-repeat;
	position: absolute;
	left: 125px;
}

.recruit_banner_bg_zheng {
	width: 62px;
	height: 114px;
	background: url(../images/recruit_banner_bg_zheng.png) no-repeat;
	position: absolute;
	left: 550px;
	bottom: 110px;
}

.recruit_banner_bg_wei {
	width: 272px;
	height: 64px;
	background: url(../images/recruit_banner_bg_wei.png) no-repeat;
	position: absolute;
	right: 280px;
	bottom: 132px;
}

.recruit_banner_bg_wei p {
	font-family: "微软雅黑";
	font-size: 27px;
	color: rgba(1, 45, 119, .8);
	margin-bottom: 8px;
	font-weight: bold;
}

.recruit_condition_bg {
	width: 1166px;
	height: 496px;
	margin: 30px auto 0px;
	border: 1px solid #e0e0e0;
	position: relative;
	border-bottom: none;
	min-width: 1200px;
}

.recruit_condition_title {
	width: 100%;
	height: 48px;
	background: #f6f6f6;
	margin: 0 auto;
	z-index: -1;
	position: absolute;
	border-bottom: 1px solid #ddd;
}

.recruit_banner_post_bg {
	width: 1166px;
	height: auto;
	margin: 0 auto;
}

.table thead tr {
	background-color: #f6f6f6;
}

.table>thead>tr>th {
	vertical-align: bottom;
}

.table-condensed>tbody>tr>td,
.table-condensed-condensed>tbody>tr>th,
.table-condensed-condensed>tfoot>tr>td,
.table-condensed-condensed>tfoot>tr>th,
.table-condensed-condensed>thead>tr>td,
.table-condensed-condensed>thead>tr>th {
	padding: 12px;
}

.recruit_banner_post_bg {
	width: 1166px;
	height: auto;
	margin: 0px auto 60px;
	border: 1px solid #e0e0e0;
	position: relative;
	border-top: none;
	min-width: 1200px;
}

.table>thead:first-child>tr:first-child>th {
	border-top: 0;
	padding: 12px 100px 12px 12px;
}

.table>thead:first-child>tr:first-child>th {
	border-top: 0;
	font-size: 16px;
}

.cooperation_banner_bg {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	background: #f5f8ff;
	min-width: 1200px;
}

.cooperation_banner {
	position: relative;
	width: 100%;
	height: inherit;
	margin: 0 auto;
	background: #f5f8ff url(../images/cooperation_banner.jpg) no-repeat;
	background-position: center;
	background-size: 1920px auto;
}

.cooperation_banner_hezuo {
	width: 520px;
	height: 131px;
	background: url(../images/cooperation_banner_hezuo.png) no-repeat;
	position: absolute;
	background-size: 520px auto;
	right: 160px;
	top: 110px;
}

.cooperation_banner_gongchuang {
	width: 512px;
	height: 86px;
	background: url(../images/cooperation_banner_gongchuang.png) no-repeat;
	position: absolute;
	right: 165px;
	bottom: 68px;
	background-size: 512px auto;
}

.cooperation_content {
	width: 100%;
	height: auto;
	margin: 35px auto 60px;
	min-width: 1200px;
}

.cooperation_content_Notice {
	width: 1166px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	border-bottom: none;
}

.cooperation_content_Notice_title {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #f6f6f6;
	padding-left: 30px;
	box-sizing: border-box;
}

.cooperation_content_Notice_title span {
	font-family: '微软雅黑';
	font-size: 24px;
	color: #212121;
	line-height: 50px;
	vertical-align: super;
}

.cooperation_content_Notice_text {
	width: inherit;
	height: auto;
	padding: 35px 30px 30px 40px;
	box-sizing: border-box;
}

.cooperation_content_Notice_text p {
	margin-bottom: 0.8rem;
}

.cooperation_content_Notice_text h4 {
	font-family: '微软雅黑';
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1.6rem;
}

.cooperation_content_liaison {
	width: 1166px;
	height: 190px;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	border-top: none;
	border-bottom: none;
}

.cooperation_content_Notice_text li {
	margin-bottom: 1rem;
	list-style-type: none;
	float: left;
	margin-right: 120px;
}

.cooperation_content_Notice_text li span {
	color: #10679f;
}

.cooperation_content_Contacts {
	width: 1166px;
	height: auto;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	border-top: none;
}

.cooperation_content_Contacts_title {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #f6f6f6;
	padding-left: 30px;
	box-sizing: border-box;
}

.cooperation_content_Contacts span {
	font-family: '微软雅黑';
	font-size: 20px;
	color: #212121;
	line-height: 60px;
	vertical-align: super;
}

.cooperation_content_Contacts_text {
	width: inherit;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px 5px 0px;
	box-sizing: border-box;
}

.cooperation_content_Contacts_text ul {
	width: 1065px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.cooperation_content_Contacts_text ul li {
	width: 345px;
	height: 145px;
	margin: 0px 15px 15px 0px;
	list-style-type: none;
	float: left;
	background: white;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, .2);
	transition: all 300ms;
}

.cooperation_content_Contacts_text ul li:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	transition: all 300ms;
}

.cooperation_content_Contacts_text ul li:nth-child(3n+3) {
	margin: 0px 0px 15px 0px;
}

.cooperation_content_Contacts_text ul li p {
	font-family: '微软雅黑';
	font-size: 14px;
	color: #333;
	margin: 0 auto;
	text-align: left;
	font-weight: lighter;
}

.cooperation_content_Contacts_image {
	float: left;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #10679f url(../images/cooperation_content_Contacts_image.png) no-repeat;
	position: relative;
	margin: 27px 20px;
	background-size: 100% auto;
}

.cooperation_content_Contacts_image span {
	font-family: '微软雅黑';
	font-size: 16px;
	color: white;
	text-align: center;
	position: absolute;
	bottom: -8px;
	left: 60px;
}

.cooperation_content_Contacts_name {
	width: 210px;
	height: inherit;
	border-radius: 20px;
	text-align: left;
	transition: 500ms;
	float: left;
	padding: 15px 0px;
	box-sizing: border-box;
}

.cooperation_content_Contacts_name span {
	font-family: '微软雅黑';
	font-size: 18px;
	color: white;
	line-height: 38px;
}

.cooperation_content_Contacts_name h3 {
	font-size: 17px;
	margin-bottom: 0px;
	color: #212121;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 30px;
}

.cooperation_content_Contacts_name p {}

.cooperation_content_Contacts_map {
	width: 1080px;
	height: 442px;
	margin: 45px auto 50px;
	background: #c0c0c0;
}

.table {
	width: 100%;
	max-width: 95%;
	margin: 0px auto 45px !important
}


@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfonts {
	font-family: "iconfont" !important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.iconfonts::before {
	content: "\e640";
	color: #009245;
}

.location::before {
	content: "\e606";
	color: #009245;
	font-size: 30px;
}

.mobile::before {
	content: "\e611";
	color: #009245;
	font-size: 30px;
}


.publish-box {
	width: 1200px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
}

.publish-left {
	width: 200px;
	height: auto;
	min-height: 420px;
	background: #f5f5f5;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 20px;
}

.publish-right {
	width: 980px;
	height: auto;
	min-height: 500px;
	/* background: wheat; */
	float: right;
	padding: 20px;
	box-sizing: border-box;
}

.publish-left ul li {
	list-style-type: none;
	font-size: 14px;
	color: #303133;
	text-align: left;
}

.publish-right ul li a,
.publish-right ul li {
	list-style-type: disc;
	font-size: 14px;
	color: #10679f;
	text-align: left;
	text-decoration: none;
}

.publish-right ul li span {
	margin-left: 20px;
	color: #909399;
}