<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 样式重置  */

body {
	width: 100%;
	height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
section {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	margin: 0px;
}

li {
	list-style: none;
}

.czjz {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

@media screen and (min-width: 1200px) and (max-width:1599px) {
	.am-warp {
		width: 1200px !important;
	}
}

/* 页面样式 */

.warp {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.am-login {
	width: 100%;
	border-bottom: 1px solid rgba(1, 81, 152, 0.2);
	height: 40px;
	line-height: 40px;
	background: #FFFFFF;
}

.am-login:after,
.am-head:after,
.intion-rbot ul:after,
.am-icon ul:after,
.bunisnesslist ul:after,
.am-content:after,
.am-resourcelist ul:after,
.am-listlsit ul:after,
.am-newlist ul:after,
.am-recruit ul:after,
.am-recruitlist ul:after,
.am-knowlist ul:after,
.am-worthlist ul:after,
.am-presslist ul:after,
.am-videolist ul:after,
.am-systemlist ul:after {
	content: '';
	display: block;
	height: auto;
	clear: both;
	font-size: 0;
}

.am-login-l {
	width: 50%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 14px;
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	vertical-align: middle;
}

.am-login-l a {
	color: rgb(102, 102, 102);
}

.am-login-r {
	width: 50%;
	float: right;
	text-align: right;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	font-size: 14px;
	color: #b5bbc2;
}

.am-login-r a {
	color: #005bac;
	font-size: 14px;
	line-height: 40px;
}

.am-login-r a.en {
	color: #666666;
	font-size: 14px;
}

.am-login-r input {
	background: url(../img/search.png)right no-repeat;
	width: 20px;
	height: 20px;
	border: none;
	outline: none;
	margin-left: 30px;
	position: relative;
	top: -3px;
}

.am-head {
	width: 100%;
	height: 118px;
	line-height: 118px;
	background: #FFFFFF;
}

.nav {
	min-width: 752px;
	height: 118px;
	line-height: 118px;
	float: right;
}

.nav ul li {
	width: auto;
	float: left;
	height: 118px;
	line-height: 118px;
	text-align: center;
	margin-right: 75px;
	position: relative;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.nav ul li a {
	font-size: 16px;
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	line-height: 114px;
	display: inline-block;
	position: relative;
}

.nav ul li a:after {
	content: '';
	width: 0;
	background: #005BAC;
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 2px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.nav ul li:hover a:after {
	content: '';
	width: 100%;
}

.nav ul li:last-child {
	margin-right: 0px;
}

.nav ul li:hover .nav_slide .nav_slide_a a {
	border-bottom: 0px;
}

.nav ul li .nav_slide {
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 0;
	top: 118px;
	min-width: 400px;
	z-index: 999;
	padding: 28px 15px 20px 35px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	float: left;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
}

.nav ul li .nav_slide_1 {
	z-index: 9999;
}

.nav ul li .nav_slide .nav_slide_a {
	float: left;
	width: 110px;
	font-size: 16px;
	color: #333333;
	text-align: left;
}

.nav ul li .nav_slide .nav_slide_a a {
	width: 100%;
	display: block;
	line-height: 20px;
	font-size: 16px;
	color: #333333;
	padding-bottom: 15px;
	text-align: left;
	position: relative;
}

.nav ul li .nav_slide .nav_slide_a a:after {
	content: '';
	display: none;
}

.nav ul li .nav_slide .nav_slide_a a.spa {
	color: #005bac;
	background: url(../img/jt.png)right no-repeat;
	background-position-x: 78px;
	background-position-y: 6px;
}

/*.nav ul li .nav_slide .nav_slide_a a:hover:after {
				content: '';
				background: url(../img/jt.png)no-repeat;
				display: block;
				width: 6px;
				height: 10px;
				position: absolute;
				top: 6px;
				right: 26px;
			}*/

.nav ul li .nav_slide .nav_slide_r {
	width: 240px;
	height: 120px;
	float: left;
	border-radius: 4px;
}

.nav ul li .nav_slide .nav_slide_r img {
	min-width: 100%;
	max-height: 120px;
	border-radius: 4px;
}

.nav ul li:hover .nav_slide {
	transform: none;
	visibility: visible;
	opacity: 1;
}

.downSider {
	width: 50px;
	height: 50px;
	background: url(../img/shubiao.png) no-repeat center center;
	position: absolute;
	left: 49.5%;
	margin-left: -15px;
	bottom: 80px;
	z-index: 99;
	animation: b_jump 1.5s ease-in-out 0.1s alternate infinite;
	-webkit-animation: b_jump 1.5s ease-in-out 0.1s alternate infinite;
	cursor: pointer;
}

@keyframes b_jump {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
}

@-webkit-keyframes b_jump {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
}

.am-slider-a1 {
	box-shadow: none;
}

.am-slider-a1 .am-control-nav {
	bottom: 40px;
}

.am-slider-a1 .am-control-nav li a {
	background-color: rgba(255, 255, 255, 0.4);
	width: 13px;
	height: 13px;
}

.am-slider-a1 .am-control-nav li a:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

.am-slider-a1 .am-control-nav li a.am-active {
	background-color: rgb(255, 255, 255);
}

.am-slider .am-slides img {
	width: 100%;
	max-height: 800px;
}

.footer {
	width: 100%;
	min-height: 330px;
	background-color: #4d4d4d;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}

.end {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #414141;
	color: rgba(254, 254, 254, 0.702);
	font-size: 14px;
}

.am-slider .am-slides&gt;li {
	float: left;
	display: inline-block;
	position: relative;
	max-width: 100% !important;
	height: 800px !important;
	zoom: 1;
	background-size: 100% !important;
}

.footer_box {
	width: 1200px;
	margin: 0px auto;
	padding-top: 48px;
}

.footer_div {
	float: left;
	width: 900px;
}

.footer_div h2 {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	width: auto;
	padding-bottom: 10px;
	float: left;
	padding-right: 85px;
}

.footer_div h2 a {
	color: #FFFFFF;
}

.footer_r {
	width: 152px;
	min-height: 100px;
	float: right;
}

.footer_r a {
	float: left;
	width: 34px;
	margin-right: 25px;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 20px;
}

.footer_r a:last-child {
	margin-right: 0;
}

.footer_r h2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	font-weight: normal;
	margin: 0px;
}

.footer_div1 {
	width: 100%;
}

.footer_div1 a {
	display: inline-block;
	width: 34px;
	margin: 0px 15px 0px 10px;
	padding-bottom: 0px;
}

.footer_div1 h2 {
	font-size: 30px;
	color: rgb(238, 238, 238);
	width: 100%;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	line-height: 32px;
	padding-top: 32px;
	padding-bottom: 20px;
}

.footer_div1 p {
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 15px;
	padding-top: 0;
	display: inline-block;
}

.ewm {
	width: 65px;
	min-height: 120px;
	margin-top: 24px;
	margin-right: 40px;
	float: left;
}

.ewm h3 {
	font-size: 13px;
	color: #fff;
	opacity: 0.6;
	margin-top: 5px;
	text-align: center;
}

.end_pic {
	width: 159px;
	height: 70px;
	float: left;
}

.end_pic img {
	width: 159px;
	height: 28px;
	vertical-align: middle;
}

.end p a {
	text-align: center;
	height: 60px;
	font-size: 14px;
	color: rgba(254, 254, 254, 0.702);
	line-height: 60px;
	vertical-align: top;
}

.end img {
	width: 96px;
	height: 38px;
	float: right;
	margin-top: 11px;
}

.am-content {
	width: 100%;
	height: auto;
	padding: 80px 0px;
	display: inline-block;
}

.areas {
	width: 100%;
	padding-bottom: 80px;
	text-align: center;
	font-size: 16px;
}

.areas h2 {
	font-size: 30px;
	color: rgb(1, 81, 152);
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	line-height: 32px;
	font-weight: normal;
	margin: 0px;
}

.areas h2:before {
	content: '';
	display: inline-block;
	background: url(../img/xx.png)center no-repeat;
	width: 10px;
	height: 10px;
	margin: 12px 15px 10px 0px;
	vertical-align: top;
}

.areas h2:after {
	content: '';
	display: inline-block;
	background: url(../img/xx.png)center no-repeat;
	width: 10px;
	height: 10px;
	margin: 12px 0px 10px 15px;
	vertical-align: top;
}

.areas p {
	font-size: 16px;
	color: rgba(1, 81, 152, 0.349);
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	line-height: 18px;
	padding-top: 15px;
	letter-spacing: 3px;
}

.intion {
	width: 100%;
	padding-bottom: 80px;
	min-height: 478px;
	display: inline-block;
}

.intion-l {
	width: 467px;
	min-height: 478px;
	float: left;
	position: relative;
	transition: all 2s linear;
}

.intion-l .img {
	width: 467px;
	height: 368px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.intion-l .img img {
	max-width: 100%;
	max-height: 368px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.intion-l .bot {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-radius: 8px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	width: 467px;
	height: 108px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 32px 40px;
}

.intion-l .bot .img {
	width: 41px;
	height: 47px;
	float: left;
}

.intion-l .bot .img img {
	max-width: 100%;
	max-height: 47px;
}

.gjyw {
	width: 344px;
	padding-left: 16px;
	float: right;
	min-height: 47px;
	font-size: 14px;
	color: rgb(1, 81, 152);
}

.gjyw h2 {
	width: 100%;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	color: rgb(1, 81, 152);
	font-size: 25px;
	line-height: 28px;
}

.gjyw p {
	width: 100%;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	color: rgb(1, 81, 152);
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
}

.intion-r {
	width: 724px;
	min-height: 478px;
	float: right;
}

.intion-rtop {
	width: 724px;
	height: 234px;
	position: relative;
}

.intion-rtop-show {
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	width: 479px;
	height: 234px;
	border-radius: 8px;
	padding: 28px 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	opacity: 0;
	transition: all 1s linear;
	cursor: pointer;
}

.intion-rtop-show span {
	border-width: 1px;
	border-color: rgba(238, 238, 238, 0.3);
	border-style: solid;
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 20px auto 0;
	display: block;
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	border-radius: 25px;
}

/**/

.intion-rtop-show_1 {
	right: 0;
	width: 235px;
	height: 234px;
}

.intion-rtop-show i {
	width: 100%;
	text-align: center;
	height: 54px;
}

.intion-rtop .intion-rtop-show i img {
	width: 100%;
	height: 54px;
	object-fit: contain;
	margin: 0px auto;
	display: block;
}

.intion-rtop-show h2 {
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: normal;
	margin: 0;
	line-height: 22px;
	color: #FFFFFF;
}

.intion-rtop-show p {
	color: #fff;
}

.intion-rtop .pic,
.intion-rtop .pic {
	width: 479px;
	height: 234px;
	float: left;
}

.intion-rtop .pic img {
	width: 100%;
	height: 234px;
	border-radius: 8px;
}

.intion-rtop .pic:last-child {
	width: 235px;
	height: 234px;
	float: right;
}

.intion-rbot {
	width: 100%;
	height: 234px;
	margin-top: 7px;
}

.intion-rbot ul,
.am-news-r .hd ul {
	padding: 0px;
	margin: 0px;
}

.intion-rbot ul li {
	width: 234px;
	height: 234px;
	float: left;
	margin-right: 11px;
	position: relative;
}

.intion-rbot ul li .img {
	width: 234px;
	height: 234px;
	border-radius: 8px;
}

.intion-rbot ul li .img img {
	max-width: 100%;
	max-height: 234px;
	border-radius: 8px;
}

.intion-rbot ul li:last-child {
	margin-right: 0;
}

.intion-l-show {
	background: rgba(0, 0, 0, 0.8);
	width: 467px;
	height: 476px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
	cursor: pointer;
	margin: 0px auto;
	padding: 95px 0px;
	opacity: 0;
}

.intion-l-show i {
	width: 100%;
	height: 73px;
	text-align: center;
	margin: 0px auto;
}

.intion-l-show i img {
	max-width: 100%;
	max-height: 73px;
}

.intion-l-show h2 {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 25px;
	color: #FFFFFF;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 10px;
	line-height: 28px;
}

.intion-l-show p {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 45px;
}

.am-slider {
	position: relative;
	z-index: 99;
	width: 100% !important;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
}

.am-slider .bd {
	height: 800px;
}

.am-slider .hd {
	width: 100% !important;
	position: absolute;
	bottom: 50px;
	z-index: 1;
	height: 15px;
}

.am-slider .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
	width: 100%;
}

.am-slider .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	margin: 0 8px;
	width: 14px;
	height: 14px;
	background: #FFFFFF;
	filter: alpha(opacity=70);
	opacity: 0.4;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.am-slider .hd ul li.on {
	background: #FFFFFF;
	opacity: 1;
	filter: alpha(opacity=100);
}

.am-slider .bd {
	position: relative;
	width: 100%;
	z-index: 1;
}

.intion-l-show a {
	border-width: 1px;
	border-color: rgba(238, 238, 238, 0.3);
	border-style: solid;
	width: 149px;
	height: 47px;
	display: block;
	text-align: center;
	margin: 0px auto;
	display: block;
	font-size: 14px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	border-radius: 25px;
	line-height: 47px;
}

.intion-l:hover .intion-l-show,
.intion-rtop .pic:hover .intion-rtop-show,
.intion-rbot ul li:hover .intion-rtop-show {
	opacity: 1;
	transition: all 1s linear;
}

.am-news {
	background-color: rgb(245, 253, 255);
	width: 100%;
	min-height: 617px;
	position: relative;
}

.am-news-l {
	width: 50%;
	min-height: 617px;
	position: absolute;
	left: 0;
	overflow: hidden;
	z-index: 4;
}

.am-news-l ul li {
	width: 960px;
	height: 617px;
	position: relative;
	overflow: hidden;
}

.am-news-l ul li .img {
	width: 960px;
	height: 617px;
}

.am-news-l ul li .img img {
	width: 960px;
	max-height: 617px;
}

.am-news-r {
	width: 50%;
	height: 617px;
	position: absolute;
	right: 0;
	overflow: hidden;
	z-index: 1;
}

.am-news-r_top {
	width: 100%;
	padding-left: 60px;
	padding-bottom: 30px;
	padding-top: 60px;
}

.am-news-r_top .areas,
.am-news-r_top .areas h2,
.am-news-r_top .areas p {
	padding-bottom: 0;
	text-align: left;
}

.am-news-r_top .areas h2 {
	padding-left: 20px;
}

.am-news-r_top .areas p {
	letter-spacing: 11px;
}

.am-news-r_top .areas p a {
	font-size: 16px;
	color: rgb(1, 81, 152);
	text-transform: uppercase;
	padding-left: 275px;
	display: inline-block;
	letter-spacing: 0;
}

.am-news-r .hd {
	width: 100%;
	position: relative;
	height: auto;
}

.am-news-r .hd ul li {
	width: 100%;
	padding: 0px 0px 0px 60px;
	height: auto;
	display: inline-block;
	line-height: 0;
	font-size: 0;
	vertical-align: top;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.am-news-r .hd ul li .hd_t {
	width: 556px;
	height: auto;
	border-bottom: 1px solid #dddddd;
	display: inline-block;
	padding: 20px 15px;
}

.am-news-r .hd ul li .hd_t .hd_l {
	width: 110px;
	float: left;
	height: auto;
}

.am-news-r .hd ul li .hd_t .hd_l h2 {
	color: #115c9e;
	font-weight: normal;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 60px;
	line-height: 52px;
	letter-spacing: 5px;
}

.am-news-r .hd ul li .hd_t .hd_l p {
	color: #115c9e;
	font-weight: normal;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 20px;
	line-height: 30px;
}

.am-news-r .hd ul li .hd_t .hd_r {
	width: 416px;
	float: right;
	height: auto;
}

.am-news-r .hd ul li .hd_t .hd_r h2 {
	color: rgb(1, 81, 152);
	font-weight: normal;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 15px;
}

.am-news-r .hd ul li .hd_t .hd_r p {
	color: #666;
	font-weight: normal;
	margin: 0;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
}

.am-news-r .hd ul li:last-child .hd_t {
	border-bottom: 0;
}

.am-news-r .hd ul li:hover {
	background: #4982b5;
}

.am-news-r .hd ul li a {
	display: block;
}

.am-news-r .hd ul li:hover .hd_t .hd_r p {
	color: rgb(193, 216, 237);
	;
}

.am-news-r .hd ul li:hover .hd_t .hd_r h2,
.am-news-r .hd ul li:hover .hd_l p,
.am-news-r .hd ul li:hover .hd_l h2 {
	color: #FFFFFF;
}

.am-news-r .hd ul li:hover .hd_t {
	border-bottom: none;
}

.solution {
	width: 100%;
	height: auto;
	padding-top: 80px;
}

.solution-tit {
	width: 100%;
	margin: 0px auto;
	min-height: 476px;
	position: relative;
}

.backtop {
	border-radius: 3px;
	background-color: rgba(0, 91, 172, 0.3);
	position: fixed;
	bottom: 400px;
	width: 54px;
	height: 54px;
	text-align: center;
	vertical-align: middle;
	right: 12%;
	cursor: pointer;
}

.am-slider-a1 img {
	width: 100%;
	position: relative;
	z-index: 999;
}

.am-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #ebf3fa;
}

.am-title a.on,
.am-title a:hover {
	background: #005bac;
	color: #FFFFFF;
}

.am-title:after {
	content: '';
	display: block;
	clear: both;
}

.am-title a {
	width: 50%;
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: 60px;
	height: 60px;
	text-align: center;
}

.system {
	width: 100%;
	text-align: left;
	font-size: 28px;
	color: #333333;
	padding-bottom: 50px;
	display: inline-block;
}

.system h2 {
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 28px;
	line-height: 35px;
	color: #333333;
}

.system p {
	font-size: 24px;
	width: 100%;
	color: #666;
	font-weight: normal;
	text-align: left;
	padding-bottom: 20px;
}

.system p.spa {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	font-weight: normal;
}

.system h3 span {
	background: none;
}

.system em,
.system span {
	background: url(../img/line.jpg)left no-repeat;
	float: left;
	font-size: 0;
	line-height: 0;
	font-style: normal;
	width: 100%;
	height: 3px;
	margin-bottom: 20px;
}

.system em,
.system_p span {
	padding-top: 10px;
}

.system-tit {
	width: 100%;
	padding-bottom: 50px;
	height: auto;
}

.system-tit h2 {
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 22px;
	line-height: 35px;
	color: #333333;
	padding-bottom: 10px;
}

.system-tit p {
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #666;
}

.system-mid {
	width: 100%;
	min-height: 520px;
	padding-top: 30px;
	position: relative;
}

.systemlist ul,
.am-icon ul,
.bunisnesslist ul,
.am-resourcelist ul,
.am-dutylist ul,
.am-listlsit ul,
.am-newlist ul,
.am-recruit ul,
.am-recruitlist ul,
.am-knowlist ul,
.am-presslist ul,
.am-videolist ul,
.am-systemlist ul,
.am-work ul {
	padding: 0;
	margin: 0;
}

.systemlist ul li {
	width: 100%;
	text-align: left;
	font-size: 16px;
	background: #f7f7f7;
	height: 58px;
	line-height: 58px;
	padding: 0px 10px;
	margin-bottom: 10px;
}

.systemlist ul li a {
	font-size: 16px;
	color: #666666;
	line-height: 58px;
	display: block;
}

.am-icon {
	width: 100%;
	padding-top: 58px;
	min-height: 104px;
}

.am-icon ul li {
	width: 16%;
	float: left;
	margin: 0px auto;
	text-align: center;
}

.am-icon ul li .img {
	width: 55px;
	height: 55px;
	text-align: center;
	margin: 0px auto;
	position: relative;
}

.am-icon ul li .img img {
	max-width: 100%;
	max-height: 55px;
}

.am-icon ul li h2 {
	width: 100%;
	font-size: 18px;
	color: #666666;
	line-height: 20px;
	padding-top: 20px;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

.am-icon ul li:hover h2 {
	color: rgb(0, 91, 172);
}

.am-icon ul li .img .pic {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	margin: 0px auto;
	display: none;
}

.am-icon ul li:hover .img .pic {
	display: block;
}

.am-icon ul li:first-child .img .pic {
	left: 3px;
	top: 1px;
}

.am-icon ul li:nth-of-type(2) .img .pic {
	top: 1px;
}

.am-icon ul li:nth-of-type(3) .img .pic,
.am-icon ul li:nth-of-type(4) .img .pic {
	top: 5px;
	left: 1px;
}

.am-icon ul li:nth-of-type(5) .img .pic {
	left: 8px;
	top: 1px;
}

.bunisnesslist ul li {
	width: 585px;
	float: left;
	padding-top: 55px;
	height: auto;
}

.bunisnesslist ul li .img {
	width: 585px;
	height: 351px;
}

.bunisnesslist ul li .img img {
	max-width: 100%;
	max-height: 351px;
}

.bunisnesslist ul li h2 {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
}

.bunisnesslist ul li:nth-of-type(2n) {
	float: right;
}

.am-title_1 a {
	width: 33%;
}

.am-title a {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.am-title a:last-child,
.am-title_1 a:nth-of-type(2n) {
	border-left: 0;
}

.am-address {
	width: 100%;
	height: auto;
	padding-top: 50px;
}

.am-address h2 {
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #333333;
	line-height: 25px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 30px;
}

.am-address-tit {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	padding-bottom: 10px;
	display: inline-block;
}

.am-address-tit .czjz {
	width: 18px;
	height: 18px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.am-address-tit span {
	width: 90%;
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background: none;
	height: auto;
	text-align: left;
	padding-left: 20px;
}

.am-address .input {
	width: 100%;
	display: inline-block;
	padding-bottom: 22px;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	text-align: left;
	margin-bottom: 45px;
	border-bottom: 1px solid #E5E5E5;
}

.am-address .input span {
	width: auto;
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
	background: none;
	height: auto;
	text-align: left;
}

.am-address .input input {
	background: none;
	border: none;
	outline: none;
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 20px;
	vertical-align: top;
	color: #666666;
	text-indent: 1em;
}

.am-address .input_1 {
	width: 31.7%;
	float: left;
	margin-right: 28px;
}

.am-address .input_1 span {
	/* width: 10%; */
}

.am-address .input_1:last-child {
	margin-right: 0;
}

.am-address input.tijiao {
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	width: 198px;
	height: 58px;
	font-size: 16px;
	color: #666666;
	line-height: 58px;
	text-align: center;
	outline: none;
	background: none;
	display: block;
	margin: 10px auto;
}

.am-message {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0px 20px;
}

.am-message .am-address-tit {
	width: 320px;
	height: 50px;
	line-height: 50px;
	float: left;
}

.am-message .am-address-tit i {
	height: 50px;
	line-height: 50px;
}

.am-message .am-address-tit span {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.am-message .am-address-tit:last-child {
	width: 520px;
}

.am-message-tit {
	padding-top: 0;
	margin-bottom: 35px;
}

.am-message-tit h2 {
	padding-bottom: 10px;
}

.am-resource-icon ul li {
	width: 25%;
}

.am-resource-icon ul li:first-child .img .pic {
	left: 0;
	top: 4px;
}

.am-resource-icon ul li:nth-of-type(2) .img .pic {
	top: 4px;
	left: 1px;
}

.am-resource-icon ul li:nth-of-type(3) .img .pic {
	top: 7px;
	left: 0px;
}

.am-resource-icon ul li:last-child .img .pic {
	top: 2px;
	left: 0px;
}

.am-resourcelist {
	width: 100%;
	display: inline-block;
	height: auto;
	padding-top: 45px;
}

.am-resourcelist ul li {
	border-left: 1px dashed rgba(0, 91, 172, 0.2);
	width: 100%;
	padding-bottom: 50px;
	margin-left: 12px;
}

.am-resourcelist ul li .am-resourcelist-r {
	width: 100%;
	min-height: 300px;
	border-bottom: 1px solid #E5E5E5;
	margin-left: 25px;
	position: relative;
}

.am-resourcelist ul li:last-child .am-resourcelist-r {
	border-bottom: 0px;
}

.am-resourcelist ul li .am-resourcelist-r h2 {
	font-size: 20px;
	color: rgb(0, 91, 172);
	text-transform: uppercase;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	text-indent: 1em;
	padding-bottom: 28px;
	vertical-align: top;
}

.am-resourcelist ul li .am-resourcelist-r h2:before {
	content: '';
	background: url(../img/raduis.png)left no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	left: -32px;
	top: 0;
}

.am-resource-slide {
	width: 1162px;
	height: 205px;
	position: relative;
	overflow: hidden;
}

.am-resource-slide ul li {
	width: 280px;
	height: 205px;
	float: left;
	position: relative;
	border: none;
	min-height: auto;
	margin-left: 0;
	margin-right: 14px;
	position: relative;
	transition: all 1s linear;
}

.am-resource-slide ul li .img {
	width: 280px;
	height: 205px;
	border-radius: 8px;
}

.am-resource-slide ul li .img img {
	width: 100%;
	height: 205px;
	border-radius: 8px;
}

.am-resource-slide ul li:last-child {
	margin-right: 0;
}

.am-resource-slide .prev {
	width: 40px;
	height: 76px;
	background: url(../img/prex.png);
	position: absolute;
	left: 0;
	top: 30%;
}

.am-resource-slide .next {
	width: 40px;
	height: 76px;
	background: url(../img/next.png);
	position: absolute;
	top: 30%;
	right: 0;
}

.am-resource-slide ul li .img .am-img {
	border-radius: 8px;
	background-color: rgba(0, 91, 172, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 205px;
	opacity: 0;
}

.am-resource-slide ul li .img .am-img img {
	height: 55px;
}

.am-resource-slide ul li .img:hover .am-img {
	opacity: 1;
}

.am-resourcelist ul li:last-child {
	padding-bottom: 0;
}

.onload {
	border-radius: 4px;
	background-color: rgb(245, 245, 245);
	display: block;
	line-height: 37px;
	text-align: center;
	margin: 0px auto;
	width: 263px;
	height: 37px;
	font-size: 14px;
	color: #999;
}

.am-animation-spin {
	animation: am-spin 2s infinite linear;
	-webkit-animation: am-spin 2s infinite linear;
}

.am-duty {
	width: 100%;
	margin: 0px auto 0px;
	text-align: center;
	display: inline-block;
}

.am-duty .am-search {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666666;
}

.am-duty .am-search select {
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	border-radius: 4px;
	width: 426px;
	height: 48px;
	line-height: 48px;
	vertical-align: top;
	font-size: 16px;
	color: #666666;
	padding: 0px 20px;
	float: left;
	outline: none;
	background: url(../img/bot.png)right no-repeat;
	-webkit-appearance: none;
	background-position-x: 390px;
}

.am-duty .am-search .am-duty-r {
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	border-radius: 4px;
	width: 750px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #999;
	padding-left: 20px;
	float: right;
}

.am-duty .am-search .am-duty-r input.text {
	width: 600px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #999;
	float: left;
	background: none;
	outline: none;
	border: none;
	vertical-align: top;
}

.am-duty .am-search .am-duty-r input.but {
	background-color: rgb(0, 91, 172);
	float: right;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	border: none;
	outline: none;
	width: 127px;
	height: 47px;
	line-height: 47px;
}

.am-dutylist {
	width: 100%;
	height: auto;
	padding-top: 30px;
}

.am-dutylist ul li {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 25px 0px;
	background: #FFFFFF;
	position: relative;
	border-bottom: 1px solid #eee;
}

.am-dutylist ul li:first-child {
	background: #f7f7f7;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-bottom: 0;
}

.am-dutylist ul li:first-child span {
	width: 25%;
	float: left;
	font-size: 18px;
	color: #666666;
	height: 50px;
	line-height: 50px;
	text-align: left;
}

.am-dutylist ul li span a {
	width: 25%;
	float: left;
	font-size: 16px;
	color: #999;
	height: auto;
	line-height: 20px;
	text-align: left;
}

.am-dutylist ul li i {
	background: url(../img/down.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 23px;
	position: absolute;
	right: 20px;
	top: 18px;
	cursor: pointer;
}

.am-dutylist ul li .am-dutylist-down {
	padding: 20px 20px 30px;
	background: #f7f7f7;
	float: left;
	margin-top: 25px;
	width: 100%;
	display: none;
}

.am-dutylist ul li span:first-child a {
	position: relative;
	left: 20px;
}

.am-dutylist ul li .am-dutylist-down h2 {
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 15px;
}

.am-dutylist ul li .am-dutylist-down p {
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
}

.am-dutylist ul li .am-dutylist-down h3 {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #666;
	line-height: 28px;
	font-weight: normal;
	margin: 0;
}

.am-dutylist ul li .am-dutylist-down .replay {
	width: 100%;
	padding-top: 30px;
	border-top: 1px solid #E5E5E5;
}

.am-dutylist ul li .am-dutylist-down .replay input {
	border-radius: 2px;
	background-color: rgb(0, 91, 172);
	width: 154px;
	height: 44px;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	border: none;
	outline: none;
}

.am-dutylist ul li .am-dutylist-down .replay p,
.am-dutylist ul li .am-dutylist-down .replay p a {
	text-align: right;
	font-size: 16px;
	color: #666666;
	line-height: 44px;
	height: 44px;
}

.am-list-icon ul li {
	width: 33%;
}

.am-list-icon ul li:first-child .img .pic {
	left: 6px;
	top: 4px;
}

.am-list-icon ul li:nth-of-type(2) .img .pic {
	top: 8px;
}

.am-list-icon ul li:last-child .img .pic {
	top: 4px;
	left: 5px;
}

.am-listlsit ul li {
	width: 100%;
	float: left;
	padding: 40px 15px 40px 50px;
	border-bottom: 1px solid #E5E5E5;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.am-listlsit ul li .img {
	width: 360px;
	height: 216px;
	float: left;
}

.am-listlsit ul li .img img {
	max-width: 100%;
	max-height: 216px;
}

.am-listlsit ul li .am-listlist-r {
	width: 740px;
	float: right;
	min-height: 216px;
}

.am-listlsit ul li .am-listlist-r h2 {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	width: 100%;
	line-height: 20px;
	text-align: left;
	padding: 20px 0px;
	font-weight: normal;
	margin: 0px;
}

.am-listlsit ul li .am-listlist-r p {
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	width: 100%;
	line-height: 26px;
	text-align: left;
	font-weight: normal;
	margin: 0px;
}

.am-listlsit ul li .am-listlist-bot {
	width: 100%;
	text-align: left;
	height: 44px;
	margin-top: 50px;
	padding-right: 34px;
}

.am-listlsit ul li .am-listlist-bot span {
	font-size: 16px;
	color: #999;
	line-height: 12px;
	vertical-align: top;
	display: inline-block;
	margin-top: 18px;
}

.am-listlsit ul li .am-listlist-bot span i img {
	vertical-align: top;
}

.am-listlsit ul li .am-listlist-bot input {
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	border-radius: 2px;
	background: none;
	width: 154px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #999;
	float: right;
	outline: none;
}

.am-listlsit ul li:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
}

.am-listlsit ul li:hover h2 {
	color: rgb(0, 91, 172);
}

.am-listlsit ul li:hover input {
	background: #005bac;
	color: #FFFFFF;
	border: 1px solid #005bac;
}

.page {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0px auto;
	padding-top: 65px;
}

.page a {
	display: inline-block;
	font-size: 18px;
	color: #999999;
	text-align: center;
	padding: 3px 12px;
	border: 1px solid #E5E5E5;
	margin-right: 10px;
}

.page a.spa {
	background: #005bac;
	color: #FFFFFF;
	border: 1px solid #005bac;
}

.page a:hover {
	background: #005bac;
	color: #FFFFFF;
	border: 1px solid #005bac;
}

.am-newlist ul li {
	width: 100%;
	height: auto;
	padding: 10px 15px 10px 10px;
	background: #f7f7f7;
	min-height: 280px;
	float: left;
	margin-bottom: 20px;
}

.am-newlist ul li .img {
	width: 221px;
	height: 280px;
	float: left;
}

.am-newlist ul li .img img {
	max-width: 100%;
	max-height: 280px;
}

.am-newlist ul li .am-newlist-r {
	width: 924px;
	min-height: 280px;
	float: right;
}

.am-newlist ul li .am-newlist-r h2 {
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	width: 100%;
	line-height: 24px;
	text-align: left;
	padding: 20px 0px;
	font-weight: normal;
	margin: 0px;
}

.am-newlist ul li .am-newlist-r p {
	font-size: 16px;
	color: #666;
	text-transform: uppercase;
	width: 100%;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	text-indent: 2em;
}

.am-recruit {
	width: 100%;
	min-height: 302px;
	position: relative;
	margin-bottom: 65px;
}

.am-recruit ul li {
	width: 218px !important;
	min-height: 302px;
	position: relative;
	float: left;
	margin-right: 26px;
}

.am-recruit ul li h2 {
	font-size: 16px;
	color: rgb(0, 91, 172);
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-weight: normal;
	margin: 0;
	background: #f7f7f7;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.am-recruit ul li .bot {
	width: 100%;
	min-height: 252px;
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	border-radius: 4px;
	padding: 0px 12px;
	border-top: 0px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-bottom: 20px;
}

.am-recruit ul li .bot span {
	width: 100%;
	height: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.am-recruit ul li .bot h3 {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding-top: 20px;
}

.am-recruit ul li .bot h3 i {
	border-radius: 50%;
	background-color: rgb(61, 34, 104);
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
	margin-top: 6px;
}

.am-recruit ul li .bot h3 b {
	width: 90%;
	font-size: 16px;
	color: #666666;
	line-height: 18px;
	text-align: left;
	font-weight: normal;
	margin: 0;
	display: inline-block;
}

.am-recruit ul li .bot a {
	background-color: rgb(0, 91, 172);
	width: 138px;
	height: 40px;
	display: block;
	text-align: center;
	margin: 0px auto 0;
	border-radius: 24px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 40px;
}

.am-recruit ul li:last-child {
	margin-right: 0;
}

.am-recruit .prev {
	width: 40px;
	height: 40px;
	background: url(../img/prex_1.png);
	position: absolute;
	left: -80px;
	top: 45%;
}

.am-recruit .next {
	width: 40px;
	height: 40px;
	background: url(../img/next_1.png);
	position: absolute;
	top: 45%;
	right: -80px;
}

.am-recruitlist {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 65px;
	background: url(../img/line.png)center center no-repeat;
	background-position-y: 63px;
}

.am-recruitlist ul li {
	width: 20%;
	float: left;
	height: 100px;
	text-align: center;
	font-size: 14px;
	line-height: 100px;
	margin: 0px auto;
	position: relative;
	top: -50px;
}

.am-recruitlist ul li span {
	border-radius: 50%;
	background-color: rgb(247, 247, 247);
	width: 100px;
	height: 100px;
	font-size: 14px;
	color: rgb(0, 91, 172);
	line-height: 100px;
	text-align: center;
	margin: 0px auto;
}

.am-new-tit {
	width: 100%;
	padding-bottom: 50px;
	border-bottom: 1px solid #E5E5E5;
	font-size: 16px;
	line-height: 25px;
	color: #999;
	text-align: center;
}

.am-new-tit h2 {
	width: 100%;
	font-weight: normal;
	margin: 0;
	font-size: 22px;
	line-height: 35px;
	color: #333;
	text-align: center;
}

.am-new-bot {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	padding: 50px 0px;
}

.am-new-bot p {
	width: 900px;
	margin: 0px auto;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: left;
	text-indent: 2em;
}

.am-new-bot p span {
	font-family: "微软雅黑" !important;
	color: #666666;
}

.am-new-bot p img {
	text-align: center;
	margin: 0px auto 10px;
	display: block;
	width: 100%;
}

.am-new-bot .img {
	text-align: center;
}

.am-new-bot .img img {
	max-width: 100%;
	text-align: center;
}

.am-new-txt {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	text-align: left;
	padding-top: 50px;
}

.am-new-txt span {
	width: 50%;
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	text-align: left;
	display: inline-block;
}

.am-new-txt input {
	border-width: 1px;
	border-color: rgb(0, 91, 172);
	border-style: solid;
	border-radius: 2px;
	float: right;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	width: 152px;
	height: 42px;
	color: #005bac;
	background: none;
	outline: none;
}

.am-title_2 a {
	width: 20%;
	border-right: 0px;
}

.am-know-p p {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: left;
	padding-top: 10px;
	text-indent: 0;
	font-weight: normal;
	padding-bottom: 0;
}

.am-know-p h3 {
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #333;
	text-align: center;
	text-indent: 0;
	font-weight: normal;
	margin: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.am-know-p h2 {
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	color: #333;
	text-align: left;
	text-indent: 0;
	font-weight: normal;
	margin: 0;
}

.am-knowlist {
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	text-align: center;
	line-height: 28px;
}

.am-knowlist ul li {
	width: 585px;
	min-height: 400px;
	float: left;
	font-size: 16px;
	color: #666666;
}

.am-knowlist img {
	width: 100%;
	text-align: center;
	margin: 0px auto;
}

.am-knowlist ul li .img {
	width: 585px;
	height: 351px;
	text-align: center;
}

.am-knowlist ul li .img img {
	max-width: 100%;
	max-height: 351px;
}

.am-knowlist ul li h2 {
	width: 100%;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	padding-top: 20px;
}

.am-knowlist ul li:nth-of-type(2n) {
	float: right;
}

.am-worth-icon ul li {
	width: 33%;
}

.am-worth-icon ul li:first-child .img .pic {
	left: 2px;
	top: 3px;
}

.am-worth-icon ul li:nth-of-type(2) .img .pic {
	top: 3px;
	left: 7px;
}

.am-worth-icon ul li:nth-of-type(3) .img .pic {
	top: 5px;
	left: 5px;
}

.am-know-p p b {
	color: #333333;
	font-weight: normal;
}

.am-worth-p p {
	padding-bottom: 0;
	padding-top: 0;
}

.am-worthlist {
	width: 100%;
	min-height: 310px;
}

.am-worthlist ul li {
	float: left;
	min-height: 310px;
	width: 380px;
	margin-right: 20px;
	position: relative;
}

.am-worthlist ul li .img {
	width: 380px;
	height: 250px;
	transition: all 1s linear;
}

.am-worthlist ul li .img img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	vertical-align: top;
}

.am-worthlist ul li h2 {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	margin: 0;
}

.am-worthlist ul li:last-child,
.am-presslist ul li:nth-of-type(3n),
.am-videolist ul li:nth-of-type(3n) {
	margin-right: 0;
}

.am-worthlist ul li:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 20px 0px rgba(105, 105, 105, 0.16);
}

.am-worthlist ul li .show {
	background-color: rgba(0, 91, 172, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	height: 250px;
	font-size: 18px;
	color: #FFFFFF;
	opacity: 0;
}

.am-worthlist ul li .show .center {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 250px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding: 20px;
}

.am-worthlist ul li .show a {
	color: #FFFFFF;
}

.am-worthlist ul li:hover .show {
	transition: all 1s linear;
	opacity: 1;
}

.am-presslist,
.am-videolist {
	width: 100%;
	height: auto;
	display: inline-block;
}

.am-presslist ul li {
	width: 340px;
	min-height: 515px;
	padding-top: 30px;
	margin-right: 88px;
	padding-bottom: 30px;
	float: left;
}

.am-presslist ul li .img {
	width: 340px;
	height: 465px;
	text-align: center;
	position: relative;
	transition: all 1s linear;
}

.am-presslist ul li .img img {
	width: 340px;
	height: 465px;
}

.am-presslist ul li h2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	padding-top: 28px;
	font-weight: normal;
	margin: 0px;
}

.am-presslist ul li:hover h2 {
	color: rgb(57, 14, 127);
}

.am-presslist ul li .img .showtime {
	background-color: rgba(0, 91, 172, 0.6);
	position: absolute;
	width: 340px;
	height: 465px;
	top: 0;
	left: 0;
	opacity: 0;
}

.am-presslist ul li .img:hover .showtime {
	transition: all 1s linear;
	opacity: 1;
}

.am-presslist ul li .img .showtime img {
	width: 94px;
	height: 94px;
}

.am-videolist ul li {
	float: left;
	min-height: 290px;
	width: 380px;
	margin-right: 30px;
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
}

.am-videolist ul li .img {
	width: 380px;
	height: 250px;
	text-align: center;
	position: relative;
	transition: all 1s linear;
}

.am-videolist ul li .img img {
	max-width: 100%;
	max-height: 250px;
}

.am-videolist ul li h2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	padding-top: 22px;
	font-weight: normal;
	margin: 0px;
}

.am-videolist ul li:hover h2 {
	color: rgb(57, 14, 127);
}

.am-videolist ul li .img .showtime {
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 380px;
	height: 250px;
	top: 0;
	left: 0;
	opacity: 0;
}

.am-videolist ul li .img:hover .showtime {
	transition: all 1s linear;
	opacity: 1;
}

.am-system-mid {
	width: 100%;
	height: auto;
	background: url(../img/line_1.png)center no-repeat;
	padding-top: 100px;
	background-position-y: 99px;
}

.am-systemlist ul li {
	float: left;
	width: 25%;
	height: auto;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	position: relative;
	top: -55px;
}

.am-systemlist ul li .img {
	border-width: 1px;
	border-color: rgb(229, 229, 229);
	border-style: solid;
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 108px;
	height: 108px;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
}

.am-systemlist ul li .img img {
	max-width: 100%;
	max-height: 41px;
}

.am-systemlist ul li h2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding-top: 20px;
	font-weight: normal;
	margin: 0;
	color: #666666;
}

.am-systemlist-bot {
	width: 100%;
	height: 329px;
	overflow: hidden;
	background: #f7f7f7;
}

.am-systemlist-bot ul {
	padding: 0;
	margin: 0;
}

.am-systemlist-bot ul li {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.am-systemlist-bot ul li a {
	display: block;
	width: 100%;
	height: auto;
}

.am-systemlist ul li.on .img .icon-show {
	display: block;
}

.am-systemlist-bot .img {
	width: 660px;
	height: 329px;
	float: left;
	position: relative;
}

.am-systemlist ul li .img .icon-show {
	position: absolute;
	top: -1px;
	left: 95px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-color: rgba(0, 91, 172, 0.2);
	z-index: 99;
	display: none;
}

.am-systemlist ul li .img .icon-show span {
	border-radius: 50%;
	background-color: rgb(0, 91, 172);
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100px;
	height: 100px;
}

.am-systemlist-bot .img img {
	max-width: 100%;
	max-height: 329px;
}

.am-systemlist-botr {
	padding: 38px 15px 0px 0px;
	float: right;
	height: 329px;
	width: 510px;
}

.am-systemlist-botr h2 {
	color: rgb(0, 91, 172);
	font-size: 22px;
	line-height: 25px;
	text-align: left;
	font-weight: normal;
	width: 100%;
	padding: 0;
}

.am-systemlist-botr h3 {
	font-size: 12px;
	color: rgba(0, 91, 172, 0.302);
	text-transform: uppercase;
	font-weight: normal;
	width: 100%;
	text-align: left;
	line-height: 20px;
	padding-bottom: 6px;
}

.am-systemlist-icon {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #666666;
}

.am-systemlist-icon p {
	width: auto;
	display: block;
	font-size: 16px;
	color: #666;
	vertical-align: top;
	line-height: 22px;
	padding-top: 15px;
	padding-left: 16px;
	position: relative;
}

.am-systemlist-icon p:before {
	border-radius: 50%;
	background-color: rgb(0, 91, 172);
	width: 8px;
	height: 8px;
	margin-top: 8px;
	content: '';
	left: 0;
	position: absolute;
}

.am-contact {
	padding: 0;
}

.main {
	width: 100%;
	min-height: 600px;
	display: inline-block;
	background: #FFFFFF;
	padding-top: 70px;
	overflow: hidden;
}

.overview {
	width: 100%;
	margin: 0px auto;
	height: auto;
	padding-bottom: 65px;
}

.overview-l {
	width: 568px;
	height: 452px;
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.overview-l .am_a {
	overflow-x: hidden;
	overflow-y: auto;
	height: 350px;
	width: 100%;
}

.overview-l .am_a::-webkit-scrollbar,
.am-chair-r::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	background-color: #E5E5E5;
	display: none;
}

.overview-l .am_a::-webkit-scrollbar-track,
.am-chair-r::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	background-color: #f5f5f5;
	display: none;
}

.nav ul li:nth-of-type(5) .nav_slide {
	min-width: 425px;
}

.overview-l .am_a::-webkit-scrollbar-thumb,
.am-chair-r::-webkit-scrollbar-thumb {
	width: 10px;
	height: 12px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #E5E5E5;
	display: none;
}

.overview-r {
	width: 600px;
	height: 452px;
	float: right;
}

.overview-r img {
	max-width: 100%;
	max-height: 452px;
}

.main_1 {
	background: #f7f7f7;
	padding-bottom: 70px;
}

.am-chair {
	width: 100%;
	background: #FFFFFF;
	height: 500px;
	overflow: hidden;
}

.am-chair .img {
	width: 417px;
	height: 500px;
	float: left;
}

.am-chair .img img {
	max-width: 100%;
	max-height: 500px;
}

.am-chair-r {
	width: 770px;
	float: right;
	padding: 20px 10px 0px 0px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	overflow-x: hidden;
	overflow-y: auto;
}

.main .img img {
	max-width: 100%;
	margin-bottom: 70px;
}

.am-contactlist ul li {
	background-color: rgb(255, 255, 255);
	width: 285px;
	min-height: 371px;
	margin: 50px 100px 0px auto;
	padding: 20px 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.am-contactlist ul li:first-child {
	margin-left: 26px;
}

.am-contactlist ul li .img {
	width: 160px;
	height: 160px;
	text-align: center;
	margin: 0px auto;
	border-radius: 50%;
}

.am-contactlist ul li .img img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
}

.am-contactlist ul li h2 {
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding-top: 22px;
	color: rgb(0, 91, 172);
	background: none;
	border: none;
	height: auto;
}

.am-contactlist ul li h3 {
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	color: rgb(0, 91, 172);
	background: none;
	border: none;
}

.am-contactlist ul li p {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	color: #666;
	background: none;
	border: none;
	height: 95px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.main_1 p.spa {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	color: #666;
	background: none;
	border: none;
	padding-top: 30px;
}

.am-development ul li .img {
	width: 922px;
	height: 500px;
	text-align: center;
	margin: 0px auto;
	float: none;
}

.am-development ul li .img img {
	max-width: 922px;
	max-height: 500px;
	text-align: center;
	margin: 0px auto;
}

.am-development ul li {
	width: 100%;
}

.am-development ul li h2 {
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 16px;
	color: #333333;
	padding-top: 20px;
	height: auto;
	margin-bottom: 50px;
}

.am-development .prev {
	left: 30px;
	top: 50%;
}

.am-development .next {
	right: 30px;
	top: 50%;
}

.am-development .pic,
.am-development .pic .img {
	width: 100%;
	text-align: center;
}

.am-work {
	width: 100%;
	margin: 30px auto 0;
}

.am-work ul li {
	width: 217px;
	height: 98px;
	float: left;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	overflow: hidden;
	margin-right: 26px;
	margin-bottom: 25px;
}

.am-work ul li .img {
	height: 98px;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto;
}

.am-work ul li .img img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	margin: 0px auto;
}

.am-work ul li a {
	display: block;
}

.am-work ul li:nth-of-type(5n) {
	margin-right: 0;
}

.leftButton {
	position: absolute;
	top: 135px;
	left: -10%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 50px;
}

.rightButton {
	position: absolute;
	top: 135px;
	right: -10%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 50px;
}

.solution-titl {
	width: 660px;
	height: 329px;
	float: left;
}

.solution-titl img {
	width: 660px;
	height: 329px;
}

.solution-titr {
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-style: solid;
	float: right;
	width: 540px;
	height: 329px;
	border-left: 0;
	padding-left: 55px;
	padding-top: 7px;
}

.solution-titr h2 {
	font-size: 24px;
	color: rgb(1, 81, 152);
	width: 100%;
	text-align: left;
	margin: 0;
	font-weight: normal;
	display: block;
	margin-bottom: 30px;
}

.solution-titr h2:after {
	background-color: rgb(1, 81, 152);
	display: block;
	text-align: left;
	content: '';
	width: 29px;
	height: 4px;
	vertical-align: bottom;
	margin-top: 20px;
}

.solution-titr span {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	text-align: left;
	padding-right: 20px;
}

.solution-titr span a {
	float: left;
	width: 140px;
	font-size: 14px;
	color: #666666;
}

.solution-titr input {
	border-width: 2px;
	border-color: rgb(1, 81, 152);
	border-style: solid;
	background-color: rgb(1, 81, 152);
	width: 254px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	margin: 20px auto 0;
	display: inline-block;
	position: relative;
	top: 40px;
	font-size: 18px;
	color: #FFFFFF;
}

.solutionlist {
	width: 100%;
	padding-top: 55px;
	text-align: left;
	margin: 10px auto 0;
	height: auto;
	background: url(../img/27.png)left no-repeat;
	display: inline-block;
}

.solutionlist ul {
	padding: 0;
	margin: 0;
}

.solutionlist ul li {
	width: 18%;
	text-align: center;
	margin: 0px auto;
	position: relative;
	height: 70px;
	float: left;
	top: -26px;
	cursor: pointer;
}

.solutionlist ul li .img {
	position: absolute;
	top: 0;
	left: 26px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: none;
}

.solutionlist ul li .img img {
	max-width: 100%;
	max-height: 70px;
	border-radius: 50%;
}

.solutionlist ul li:first-child .img {
	left: 55px;
}

.solutionlist ul li.on .img {
	display: block;
}

.solutionlist ul li:last-child .img {
	left: -12px;
}

.solutionlist ul li:nth-of-type(3) .img {
	left: 10px;
}

.leftfd {
	width: 100px;
	position: fixed;
	right: 5%;
	top: 25%;
	z-index: 99;
	display: none;
}

.leftfd ul {
	padding: 0;
	margin: 0;
}

.leftfd ul li {
	width: 100%;
	min-height: 80px;
	border-left: 1px dashed rgba(0, 91, 172, 0.2);
	position: relative;
	z-index: 99;
}

.leftfd ul li h2 {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 15px;
	vertical-align: top;
	font-weight: normal;
	margin: 0;
}

.leftfd ul li h2:before {
	content: '';
	display: inline-block;
	border-radius: 50%;
	background-color: rgb(204, 204, 204);
	width: 11px;
	height: 11px;
	margin-left: -6px;
	margin-right: 22px;
}

.leftfd ul li:last-child {
	min-height: 0px;
}

.leftfd ul li i {
	background: url(../img/raduis_4.png)no-repeat;
	width: 15px;
	height: 15px;
	display: none;
	position: relative;
	top: -15px;
	left: -8px;
}

.leftfd ul li h2.active {
	background: url(../img/raduis_4.png)no-repeat;
	position: relative;
	top: -15px;
	left: -7px;
}

.bb {
	background: url(../img/raduis_4.png)no-repeat;
	width: 15px;
	height: 15px;
	display: none;
	position: relative;
	top: -15px;
	left: -7px;
}

.leftfd ul li i {
	background: url(../img/raduis_4.png)no-repeat;
	width: 15px;
	height: 15px;
	display: none;
	position: relative;
	top: -15px;
	left: -8px;
}

.leftfd ul li.active h2 {
	color: rgb(0, 91, 172);
}

.leftfd ul li .on {
	display: block;
}

.featureCarousel-t h2 {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 50px;
	font-weight: normal;
	margin: 0;
	padding-top: 40px;
}

@media only screen and (max-width: 1300px) {
	.leftfd {
		right: 0;
	}
}

.nianfen {
	width: 100%;
	display: inline-block;
	padding-top: 50px;
	margin: 0px auto;
	background: url(../img/line_4.png)center no-repeat;
	height: 99px;
	background-position-y: 50px;
	overflow-y: auto;
}

.nianfen ul {
	padding: 0;
	margin: 0;
}

.nianfen ul li {
	width: 20%;
	min-height: auto;
	float: left;
	position: relative;
	top: -10px;
	margin: 0;
	font-size: 0;
}

.nianfen ul li span {
	display: block;
	border-radius: 50%;
	background-color: rgb(0, 91, 172);
	width: 19px;
	height: 19px;
	text-align: center;
	margin: 0px auto;
}

.nianfen ul li h2 {
	width: 100%;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin: 0px auto;
}

.nianfen ul li .raduis {
	border-width: 1px;
	border-color: rgb(0, 91, 172);
	border-style: solid;
	border-radius: 50%;
	width: 84px;
	height: 84px;
	position: absolute;
	top: -62%;
	left: 32%;
	display: none;
}

.nianfen ul li .raduis span {
	border-radius: 50%;
	background-color: rgb(0, 91, 172);
	position: absolute;
	left: 6px;
	top: 6px;
	width: 70px;
	height: 70px;
	display: block;
	text-align: center;
	margin: 0px auto;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
}

.nianfen ul li .dakai {
	display: block;
}

.am-development .bd ul {
	width: 1200px;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
}

.am-development .bd ul li .img img {
	width: 1200px !important;
	height: 500px !important;
}

.tempWrap,
.am-development ul li {
	width: 1200px !important;
	overflow: hidden;
	position: relative;
}

.timeline p {
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	text-indent: 2em;
}

#timeline h2 {
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	text-align: center;
	margin: 0px auto;
	padding-bottom: 20px;
	font-weight: normal;
}

/* Menu style */

#timeline {
	width: 100%;
	min-height: auto;
	overflow: hidden;
	margin: 40px auto 0 auto;
	position: relative;
	background: url(../img/line_4.png) left 340px repeat-x;
}

#dates {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

#dates li {
	float: left;
	width: 94px;
	height: 90px;
	font-size: 16px;
	text-align: center;
}

#dates a {
	color: #713611;
	width: 94px;
	height: 90px;
	line-height: 130px;
	display: block;
}

#dates .selected {
	font-size: 18px;
	font-weight: bold;
	background: url(../img/touyuan.png) no-repeat center top;
}

#issues {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#issues li {
	width: 922px;
	list-style: none;
	margin: 0px 140px;
	overflow: hidden;
	float: left;
}

#issues li img {
	text-align: center;
	display: block;
	margin: 0 auto;
}

#next {
	position: absolute;
	background: url(../img/next_1.png);
	top: 32%;
	width: 40px;
	height: 40px;
	text-align: center;
	right: 0;
}

#prev {
	position: absolute;
	background: url(../img/prex_1.png);
	top: 32%;
	width: 40px;
	height: 40px;
	text-align: center;
	left: 0;
}

.slideBox {
	width: 100%;
	min-height: 302px;
	position: relative;
	margin-bottom: 65px;
}

.slideBox ul li .img {
	width: 922px;
	height: 500px;
	text-align: center;
	margin: 0px auto;
	float: none;
}

.slideBox ul li .img img {
	max-width: 922px;
	max-height: 500px;
	text-align: center;
	margin: 0px auto;
}

.slideBox ul li {
	width: 100%;
}

.slideBox ul li h2 {
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 16px;
	color: #333333;
	padding-top: 20px;
	height: auto;
	margin-bottom: 50px;
}

.slideBox .prev {
	width: 40px;
	height: 40px;
	background: url(../img/prex_1.png);
	position: absolute;
	left: 30px;
	top: 45%;
}

.slideBox .bd {
	width: 1200px;
	position: relative;
	height: 770px;
}

.slideBox .next {
	width: 40px;
	height: 40px;
	background: url(../img/next_1.png);
	position: absolute;
	right: 30px;
	top: 45%;
}

.slideBox .hd {
	width: 100%;
	padding-top: 18px;
	font-size: 0;
	overflow-x: scroll;
	height: 115px;
	overflow-y: hidden;
}

.slideBox .hd ul {
	width: 2000px !important;
	padding-top: 70px;
	background: url(../img/line_4.png)left repeat-x;
	font-size: 0;
	background-position-y: 48px;
	overflow-x: scroll;
	overflow-y: hidden;
}

.slideBox .hd ul li {
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: 0;
}

.slideBox .hd ul li {
	width: 150px;
	min-height: auto;
	float: left;
	position: relative;
	top: -27px;
	margin: 0;
	font-size: 0;
}

.slideBox .hd ul li span {
	display: block;
	border-radius: 50%;
	background-color: rgb(0, 91, 172);
	width: 19px;
	height: 19px;
	text-align: center;
	margin: 0px auto;
}

.slideBox .hd ul li h2 {
	width: 100%;
	font-weight: normal;
	display: block;
	padding-top: 0 !important;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin: 0px auto;
}

.slideBox .hd::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #FFFFFF;
}

.slideBox .hd::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.slideBox .hd::-webkit-scrollbar {
	width: 5px;
	background-color: #F5F5F5;
}

.slideBox .hd::-webkit-scrollbar-thumb {
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #E5E5E5;
}

.slideBox .hd ul li .raduis {
	border-width: 1px;
	border-color: rgb(0, 91, 172);
	border-style: solid;
	border-radius: 50%;
	width: 84px;
	height: 84px;
	position: absolute;
	top: -81%;
	left: 25%;
	display: none;
}

.slideBox .hd ul li.on:hover .raduis {
	display: block;
}

.slideBox .hd ul li.on .raduis {
	display: block;
}

.slideBox .hd ul li .raduis span {
	border-radius: 50%;
	background-color: rgb(0, 91, 172);
	position: absolute;
	left: 6px;
	top: 6px;
	width: 70px;
	height: 70px;
	display: block;
	text-align: center;
	margin: 0px auto;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
}

.slideBox .hd ul li .am-show span {
	display: block;
	border-radius: 50%;
	background-color: rgb(0, 91, 172);
	width: 19px;
	height: 19px;
	text-align: center;
	margin: 0px auto;
}

.slideBox .hd ul li h2 {
	width: 100%;
	font-weight: normal;
	display: block;
	padding-top: 5px;
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin: 0px auto;
}

.txt {
	width: 100%;
	height: 329px;
	float: left;
	overflow: hidden;
}

.system p span {
	background: none;
	height: auto;
	line-height: 24px;
	white-space: normal !important;
}

.am_address {
	width: 50%;
	float: left;
}

.am_nhtr {
	width: 500px;
	float: right;
	height: auto;
}

.am_ntf {
	width: 100%;
	float: right;
	text-align: left;
	height: 335px;
	overflow: hidden;
}

.tempWrap {
	width: 100% !important;
}

.system p span,
.system p {
	font-family: "微软雅黑" !important;
	font-size: 20px;
}

.system p span {
	line-height: 35px;
}

.system .system_p p {
	color: rgba(51, 51, 51, 0.2) !important;
	font-weight: bold;
	font-size: 22px;
}

.am-know-p p {
	color: #666666 !important;
	font-weight: normal;
}

.system p {
	font-size: 16px;
	color: #666666;
	font-weight: normal;
}

.main_1 .slideBox .bd {
	height: auto;
}

.system p img {
	margin-top: 20px;
	max-width: 100%;
	text-align: center;
	margin: 0px auto;
	display: inline-block;
	margin-bottom: 20px;
}

.system p img:nth-of-type(2n) {
	float: right;
}

.nav_slide_b {
	display: none;
}

.am-contactlist ul li .pic {
	background: url(../img/down_1.png)center center no-repeat;
	height: 24px;
	margin-top: 20px;
	transform: rotate(180deg);
}

.am-contactlist ul li .on {
	background: url(../img/down_1.png)center center no-repeat;
	transform: rotate(0);
}

.solution-tit .txt ul {
	padding: 0;
	margin: 0;
}

.solution-tit .txt ul li {
	width: 100%;
	position: relative;
	height: auto;
}

.solution-tit .txt ul li a {
	width: 100%;
	height: auto;
	color: #666666;
	display: inherit;
	cursor: pointer;
}

.am_mask_t {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	cursor: pointer;
}

.bigt {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	height: auto;
}

.bigt .bigimg {
	width: 400px;
	height: 292px;
	text-align: center;
	margin: 0px auto;
	display: none;
	cursor: pointer;
}

.bigt .bigimg img {
	display: inline;
	width: 400px;
}

.bigt .bigimg {
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 50%;
	margin-top: -146px;
	margin-left: -200px;
}

.video-js {
	width: 1194px !important;
	height: 638px !important;
	margin: 0px auto;
}

.campus {
	width: 100%;
	z-index: 999;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
}

.campus_tit {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 400px;
	margin-left: -450px;
	margin-top: -200px;
	border: 5px solid #005bac;
	background-color: #FFFFFF;
	z-index: 999;
	padding: 30px;
	overflow: auto;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	text-align: left;
	text-indent: 2em;
}

.campus_tit h2 {
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
	color: #333333;
	line-height: 28px;
	font-size: 22px;
}

.campus_tit .close {
	background: url(../img/close.png)right no-repeat;
	width: 28px;
	height: 28px;
	float: right;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.rides-cs {
	font-size: 12px;
	background: #29a7e2;
	position: fixed;
	top: 250px;
	right: 0px;
	_position: absolute;
	z-index: 1500;
	border-radius: 6px 0px 0 6px;
}

.rides-cs a {
	color: #00A0E9;
}

.rides-cs a:hover {
	color: #ff8100;
	text-decoration: none;
}

.rides-cs .floatL {
	width: 36px;
	float: left;
	position: relative;
	z-index: 1;
	margin-top: 21px;
	height: 181px;
}

.rides-cs .floatL a {
	font-size: 0;
	text-indent: -999em;
	display: block;
}

.rides-cs .floatR {
	width: 130px;
	float: left;
	padding: 5px;
	overflow: hidden;
}

.rides-cs .floatR .cn {
	background: #F7F7F7;
	border-radius: 6px;
	margin-top: 4px;
}

.rides-cs .cn .titZx {
	font-size: 14px;
	color: #333;
	font-weight: 600;
	line-height: 24px;
	padding: 5px;
	text-align: center;
}

.rides-cs .cn ul {
	padding: 0px;
}

.rides-cs .cn ul li {
	line-height: 38px;
	height: 38px;
	border-bottom: solid 1px #E6E4E4;
	overflow: hidden;
	text-align: center;
}

.rides-cs .cn ul li span {
	color: #777;
}

.rides-cs .cn ul li a {
	color: #777;
}

.rides-cs .cn ul li img {
	vertical-align: middle;
}

.rides-cs .btnOpen,
.rides-cs .btnCtn {
	position: relative;
	z-index: 9;
	top: 25px;
	left: 0;
	background-image: url(../img/shopnc.png);
	background-repeat: no-repeat;
	display: block;
	height: 152px;
	padding: 8px;
}

.rides-cs .btnOpen {
	background-position: -410px 0;
}

.rides-cs .btnCtn {
	background-position: -450px 0;
}

.rides-cs ul li.top {
	border-bottom: solid #ACE5F9 1px;
}

.rides-cs ul li.bot {
	border-bottom: none;
}

@media only screen and (min-width: 1500px) and (max-width:1681px) {
	.nav ul li .nav_slide_1 {
		min-width: 520px;
	}

	.nav ul li:last-child .nav_slide {
		left: -150px;
	}

	.nav ul li:nth-of-type(5n) .nav_slide {
		left: -150px;
	}
}

@media only screen and (min-width: 1800px) and (max-width:1921px) {

	.nav ul li:nth-of-type(2n) .nav_slide_1,
	.nav ul li:nth-of-type(5) .nav_slide_1 {
		min-width: 525px;
	}
}

@media only screen and (min-width: 1380px) and (max-width:1441px) {
	.nav ul li:nth-of-type(4n) .nav_slide_1 {
		min-width: 550px;
		left: -200px;
	}

	.nav ul li:nth-of-type(4n) .nav_slide,
	.nav ul li:nth-of-type(5n) .nav_slide {
		left: -160px;
	}

	.nav ul li:nth-of-type(5n) .nav_slide {
		min-width: 520px;
		left: -200px;
	}

	.nav ul li:nth-of-type(2) .nav_slide {
		min-width: 520px;
	}

	.nav ul li:last-child .nav_slide {
		left: -335px;
	}
}

@media only screen and (min-width: 1280px) and (max-width:1367px) {
	.nav ul li:nth-of-type(4n) .nav_slide_1 {
		min-width: 530px;
	}

	.nav ul li:nth-of-type(4n) .nav_slide,
	.nav ul li:nth-of-type(5n) .nav_slide {
		left: -200px;
	}

	.nav ul li:last-child .nav_slide {
		left: -335px;
	}

	.nav ul li:nth-of-type(5n) .nav_slide {
		min-width: 520px;
		left: -300px;
	}

	.nav ul li:nth-of-type(2) .nav_slide {
		min-width: 520px;
	}
}

/*修改*/

.order {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	font-size: 14px;
	color: rgb(102, 102, 102);
}

.order img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.Stock_ContentR_Tag i {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
</pre></body></html>