* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none
}

.clearfix,
.c {
	zoom: 1;
	clear: both
}

.clearfix:after,
.clearfix:before,
.c:after,
.c:before {
	display: table;
	content: ""
}

.clearfix:after,
.c:after {
	clear: both
}

.main_fuwu_con_b .am-popup {
	width: 800px;
	height: 512px;
	margin-left: -400px;
	margin-top: -256px
}

.banner .am-slider-default .am-control-nav li a {
	width: 15px;
	height: 15px;
	background-color: #ffffff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.banner .am-slider-default .am-control-nav li a:hover {
	background-color: rgba(255, 255, 255, .7)
}

.banner .am-slider-default .am-control-nav li a.am-active {
	width: 40px
}

.top {
	height: 100px
}

.box {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%
}

.site_top {
	height: 100px;
	position: relative;
	line-height: 100px
}

.logo {
	float: left;
	width: 355px
}

.nav {
	float: left
}

.nav_ul {
	float: left;
	width: 675px;
	padding-left: 40px
}

.nav_ul li {
	float: left
}

.nav_ul li a {
	font-size: 16px;
	color: #555555;
	display: block;
	padding: 0 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.nav_ul li a:hover {
	color: #ffffff;
	background-color: #005BAA
}

.nav_ul li a.nav_a_select {
	color: #ffffff;
	background-color: #005BAA
}

.nav_search {
	width: 170px;
	float: left;
	background-color: #005BAA;
}

.search_icon {
	float: left;
	margin-left: 40px;
	position: relative;
	cursor: pointer
}

.search_icon_erji {
	line-height: normal;
	position: absolute;
	top: 100px;
	height: 0;
	right: -60px;
	width: 200px;
	padding-top: 10px;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.search_icon:hover .search_icon_erji {
	opacity: 1;
	height: 60px
}

.search_icon_erji_input1 {
	float: left;
	width: 150px;
	height: 40px;
	border: none;
	padding-left: 10px;
	outline: none
}

.search_icon_erji_input2 {
	float: left;
	width: 50px;
	height: 40px;
	border: none;
	font-size: 12px
}

.language_icon {
	float: left;
	margin-left: 25px;
	position: relative;
	cursor: pointer
}

.language_icon_erji {
	position: absolute;
	top: 0;
	height: 100px;
	right: 0;
	background-color: #005BAA;
	width: 100%;
	left: 0;
	line-height: 50px;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.language_icon:hover .language_icon_erji {
	opacity: 1
}

.language_icon_erji_a {
	font-size: 14px;
	line-height: 32px;
	color: #ffffff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.language_icon_erji_a:hover {
	color: #005baa
}

.site_bg {
	position: absolute;
	z-index: 1;
	width: 50%;
	top: 0;
	height: 100%;
	right: 0;
	background-color: #005BAA
}

.site_box {
	position: relative;
	z-index: 9;
	background-color: #ffffff
}

.banner_li {
	height: 550px;
	background-size: auto 100% !important
}

.banner .am-slider-default .am-control-nav {
	bottom: 15px
}

.main_div_sname {
	font-size: 17px;
	color: #656565
}

.main_div_name {
	font-size: 30px;
	color: #333333;
	font-weight: 200
}

.main_div_xian {
	width: 60px;
	height: 2px;
	margin-top: 10px;
	background-color: #00438b
}

.main_title {
	margin-top: 45px
}

.main_about_div {
	width: 50%;
	float: left;
	background-color: #f7f8fb
}

.main_about_div_xian {
	width: 60px;
	margin-top: 24px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #666666
}

.main_about_div_name {
	font-size: 28px;
	color: #4f4f4f
}

.main_about_div_js {
	font-size: 14px;
	color: #555555;
	line-height: 22px;
	margin-top: 14px
}

.main_about {
	margin-top: 40px
}

.main_about_div_img {
	overflow: hidden;
	background-color: #ffffff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_about_div_img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s
}

.main_about_div:hover .main_about_div_img {
	background-color: #000000
}

.main_about_div:hover .main_about_div_img img {
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.main_about_div_more {
	width: 192px;
	height: 50px;
	color: #818183;
	text-align: center;
	line-height: 48px;
	border: 2px solid #E4E4E5;
	font-size: 16px;
	margin-top: 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_about_div:hover .main_about_div_more {
	border: 2px solid #00438B;
	background-color: #00438b;
	color: #ffffff
}

.main_about_div_more span {
	font-weight: bolder
}

.main_about_div_con {
	background-color: #f7f8fb;
	padding-bottom: 30px
}

.main_about_div_con_box {
	width: 84%;
	margin: 0 auto
}

.main_about_div_r_name {
	font-size: 30px;
	font-weight: bolder;
	color: #4f4f4f;
	margin-top: 27px
}

.main_about_div_r_ul li {
	width: 50%;
	float: left;
	margin-top: 20px
}

.main_about_div_r_ul li:hover .main_about_div_r_li_s1 {
	border: 1px solid #0A61AE;
	color: #0a61ae
}

.main_about_div_r_li span {
	display: block;
	float: left
}

.main_about_div_r_li_s1 {
	width: 32px;
	height: 32px;
	border: 1px solid #C4C3C6;
	text-align: center;
	line-height: 32px;
	color: #c8c8cb;
	font-family: SimSun;
	font-size: 22px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_about_div_r_li_s2 {
	font-size: 16px;
	color: #555555;
	line-height: 32px;
	margin-left: 8px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_about_div_r_ul li:hover .main_about_div_r_li_s2 {
	color: #0a61ae
}

.main_about_div_m_b .am-slider .am-slides>li:hover .main_about_div_m_b_img img {
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.main_about_div_m_b .am-slider .am-slides>li:hover .main_about_div_m_b_img {
	background: #000
}

.main_about_div_m_t {
	height: 258px
}

.main_about_div_m_b {
	height: 258px
}

.main_about_div_m_b_img {
	width: 360px;
	height: 258px;
	float: left;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.main_about_div_m_b_con {
	float: left;
	width: 240px;
	height: 258px;
	background: url(../images/main_about_div_m_b_bg.jpg) no-repeat center
}

.main_about_div_m_b .main_about_div_m_b_img img {
	width: auto;
	max-width: 100%;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_about_div_m_b .am-slider-default .am-control-nav {
	display: none
}

.main_about_div_m_b .am-slider-default .am-direction-nav a {
	top: auto;
	bottom: 0;
	width: 48px;
	background: url(../images/main_about_ricon.jpg) no-repeat center;
	font-size: 24px;
	color: #ffffff;
	height: 48px;
	opacity: 1
}

.main_about_div_m_b .am-slider-default .am-direction-nav .am-next {
	right: 0;
	text-align: center
}

.main_about_div_m_b .am-slider-default .am-direction-nav .am-prev {
	display: none
}

.main_about_div_m_b_box {
	width: 80%;
	margin: 0 auto
}

.main_about_div_m_b_name {
	font-size: 28px;
	color: #ffffff;
	margin-top: 40px
}

.main_about_div_m_b_p {
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px
}

.main_products {
	width: 100%
}

.main_products .am-slides li {
	width: 100%;
	height: 832px
}

.main_products_slidesli {
	width: 100%
}

.main_products_slides_ul_li {
	float: left;
	width: 50%;
	height: 416px;
	position: relative;
	overflow: hidden
}

.main_products_slides_ul_li_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 8;
	opacity: 0;
	background-size: 100% auto !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s
}

.main_products_slides_ul_li:hover .main_products_slides_ul_li_bg {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.1;
	height: 100%
}

.main_products_slides_ul_li_box1 {
	width: 610px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 9
}

.main_products_slides_ul_li_box2 {
	width: 610px;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 9
}

.main_products_slides_ul_li_box1 .main_products_slides_ul_li_con {
	width: 240px;
	float: left;
	margin-top: 90px
}

.main_products_slides_ul_li_box2 .main_products_slides_ul_li_con {
	width: 240px;
	float: left;
	margin-top: 90px;
	margin-left: 40px
}

.main_products_slides_uli_title {
	font-size: 20px;
	color: #ffffff;
	font-weight: bolder
}

.main_products_slides_ul_li_box2 .main_products_slides_uli_title {
	color: #000000
}

.main_products_slides_uli_js {
	margin-top: 22px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 200;
	line-height: 28px
}

.main_products_slides_ul_li_box2 .main_products_slides_uli_js {
	color: #5A5A5A;
	font-weight: normal
}

.main_products_slides_uli_more {
	border: 1px solid #F3F3F3;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	width: 125px;
	height: 38px;
	line-height: 38px;
	margin-top: 25px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s
}

.main_products_slides_ul_li_box2 .main_products_slides_uli_more {
	color: #000000;
	border: 1px solid #000000
}

.main_products_slides_ul_li:hover .main_products_slides_uli_more {
	margin-top: 35px;
	background-color: #ffffff;
	color: #056fb0
}

.main_products_slides_ul_li:hover .main_products_slides_ul_li_box2 .main_products_slides_uli_more {
	margin-top: 35px;
	background-color: #056FB0;
	border: 1px solid #056FB0;
	color: #ffffff
}

.main_products_slides_uli_more span {
	font-family: SimSun
}

.main_products_slides_ul_li_box1 .main_products_slides_ul_li_img {
	float: left;
	width: 275px;
	margin-top: 125px;
	margin-left: 35px
}

.main_products_slides_ul_li_box1 .main_products_slides_ul_li_img img {
	max-width: 100%
}

.main_products_slides_ul_li_box2 .main_products_slides_ul_li_img {
	float: left;
	width: 270px;
	margin-top: 125px;
	margin-left: 60px
}

.main_products_slides_ul_li_box2 .main_products_slides_ul_li_img img {
	max-width: 100%
}

.main_products .am-slider-default .am-control-nav {
	bottom: auto;
	top: -55px
}

.main_products .tab-con-item {
	display: none
}

.main_products .tab-nav {
	display: flex;
	flex-wrap: wrap;
	/* margin-top: -28px */
	margin-top: 30px;
}

.main_products .tab-nav a {
	width: 150px;
	text-align: center;
	font-size: 16px;
	color: #5a5a5a;
	margin: 5px 0;
}

.main_products .tab-nav a.current {
	color: #0961AE;
	font-weight: bolder
}

.main_products .tab-con {
	margin-top: 30px
}

.main_news {
	margin-top: 40px;
	margin-bottom: 65px
}

.main_news .tab-con-item {
	display: none
}

.main_news_l {
	float: left;
	width: 600px
}

.main_news_l .tab-nav {
	width: 600px;
	height: 48px
}

.main_news_l .tab-nav a {
	width: 200px;
	display: block;
	float: left;
	text-align: center;
	height: 48px;
	border-left: 1px dashed #C2C2C2;
	border-bottom: 1px dashed #C2C2C2;
	border-top: 1px dashed #C2C2C2;
	color: #555;
	font-size: 16px;
	line-height: 48px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_news_l .tab-nav a:hover {
	color: #ffffff;
	background: url(../images/main_news_img_bg.png)
}

.main_news_l .tab-nav a.current {
	color: #ffffff;
	background: url(../images/main_news_img_bg.png)
}

.main_news_l .tab-nav a.tab-nav_alast {
	border-right: 1px dashed #C2C2C2
}

.tab-con_div_time {
	float: left;
	text-align: right;
	width: 100px;
	margin-top: 8px;
	margin-right: 30px
}

.tab-con_div_nian {
	font-size: 14px;
	color: #cbc8d3;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_news_l .tab-con-item li:hover .tab-con_div_nian {
	color: #056FB0
}

.tab-con_div_yue {
	color: #c8c8c8;
	font-size: 31px;
	line-height: 36px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_news_l .tab-con-item li:hover .tab-con_div_yue {
	color: #056FB0
}

.tab-con_div_con {
	float: left;
	width: 380px
}

.tab-con_div_name {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_news_l .tab-con-item li:hover .tab-con_div_name {
	color: #056FB0
}

.tab-con_div_js {
	margin-top: 6px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	-webkit-box-orient: vertical;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_news_l .tab-con-item li:hover .tab-con_div_js {
	color: #056FB0
}

.tab-con_div_more {
	border-radius: 50%;
	float: right;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-family: SimSun;
	color: #c3c3c3;
	border: 1px solid #C3C3C3;
	margin-top: 22px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_news_l .tab-con-item li:hover .tab-con_div_more {
	color: #056FB0;
	border: 1px solid #056FB0;
	margin-right: 10px
}

.tab-con_div {
	width: 95%;
	margin: 0 auto
}

.main_news_l .tab-con-item li {
	padding: 15px 0;
	border-bottom: 1px solid #F3F3F3;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_news_l .tab-con-item li:hover {
	border-bottom: 1px solid #F1F1F1
}

.main_news_l .tab-con {
	margin-top: 30px
}

.main_news_r {
	width: 535px;
	float: right
}

.main_news_r .am-slides li {
	position: relative;
	height: 368px
}

.main_news_r_img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_news_r li:hover .main_news_r_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.main_news_p {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: url(../images/main_news_img_bg.png) no-repeat center;
	background-size: 100% auto;
	font-size: 16px;
	color: #ffffff
}

.main_news_p_con {
	margin-left: 30px;
	float: left;
	margin-top: 25px
}

.main_news_p_img {
	float: right;
	margin-right: 30px;
	margin-top: 45px
}

.main_news_r .main_news_p_img img {
	max-width: 100%;
	width: auto
}

.main_news_r .am-slider-default .am-control-nav li a {
	width: 38px;
	height: 2px;
	border-radius: 0
}

.main_news_r .am-slider-default .am-control-nav {
	text-align: right;
	bottom: -20px
}

.main_huoban {
	height: 540px;
	background: url(../images/main_huoban_bg.jpg) no-repeat center;
	background-attachment: fixed
}

.main_huoban_name {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	margin-top: 35px
}

.main_huoban_js {
	font-size: 18px;
	margin-top: 16px;
	color: #ffffff;
	text-align: center
}

.main_huoban_ul {
	margin-top: 50px
}

.main_huoban_ul li {
	float: left;
	width: 240px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
	border-left: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA
}

.main_huoban_li_img {
	max-width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_huoban_ul li:hover .main_huoban_li_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.main_huoban_icon {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.main_huoban_ul li:hover .main_huoban_icon {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9)
}

.main_fuwu {
	height: 238px;
	position: relative;
	background: url(../images/main_fuwu_bg.jpg) no-repeat center
}

.main_fuwu_box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.main_fuwu_title {
	float: left
}

.main_fuwu_enname {
	font-size: 48px;
	color: #ffffff;
	font-weight: bolder;
	margin-top: 54px
}

.main_fuwu_xian {
	width: 64px;
	height: 1px;
	background-color: #ffffff
}

.main_fuwu_name {
	font-size: 30px;
	color: #ffffff;
	margin-top: 12px
}

.main_fuwu_con {
	margin-top: 70px;
	width: 827px;
	float: right;
	color: #ffffff;
	font-weight: 200;
	height: 97px;
	position: relative
}

.main_fuwu_con_a_kuang {
	width: 234px;
	height: 97px;
	float: left;
	padding-left: 35px;
	color: #ffffff;
	background-color: #034b93
}

.main_fuwu_con_b_kuang {
	width: 208px;
	height: 97px;
	float: left;
	padding-left: 8px;
	color: #ffffff;
	background-color: #3F3F3F
}

.main_fuwu_con_c_kuang {
	width: 250px;
	height: 97px;
	float: left;
	padding-left: 15px;
	color: #ffffff;
	background-color: #034b93
}

.main_fuwu_con_a_img {
	float: left;
	margin-top: 30px
}

.main_fuwu_con_a_con {
	float: left;
	margin: 0 15px
}

.main_fuwu_con_a_name {
	font-size: 16px;
	margin-top: 25px
}

.main_fuwu_con_a_js {
	font-size: 14px
}

.main_fuwu_con_a_sanjiao {
	width: 0;
	height: 0;
	float: left;
	border-top: 97px solid #034B93;
	border-right: 58px solid transparent
}

.main_fuwu_con_b_sanjiao_l {
	width: 0;
	height: 0;
	float: left;
	border-bottom: 97px solid #3F3F3F;
	border-left: 56px solid transparent
}

.main_fuwu_con_b_sanjiao_r {
	width: 0;
	height: 0;
	float: left;
	border-top: 97px solid #3F3F3F;
	border-right: 56px solid transparent
}

.main_fuwu_con_c_sanjiao_l {
	width: 0;
	height: 0;
	float: left;
	border-bottom: 97px solid #034B93;
	border-left: 58px solid transparent
}

.main_fuwu_con_a {
	position: absolute;
	top: 0;
	left: 0
}

.main_fuwu_con_b {
	position: absolute;
	top: 0;
	left: 245px
}

.main_fuwu_con_c {
	position: absolute;
	top: 0;
	right: 0
}

.footer_nav_a1 {
	font-size: 20px;
	color: #3c3c3c;
	margin-bottom: 32px
}

.footer_nav li {
	float: left;
	margin-right: 40px
}

.footer_nav_p {
	line-height: 28px;
	font-size: 14px;
	color: #464646
}

.footer_top {
	margin-top: 60px;
	padding-bottom: 25px
}

.footer_nav {
	float: left
}

.footer_lx {
	float: left;
	margin-left: 80px
}

.footer_lx_title {
	font-size: 14px;
	color: #666666
}

.footer_lx_phone {
	font-size: 24px;
	color: #343434
}

.footer_lx_xian {
	margin-top: 5px;
	margin-bottom: 25px;
	height: 1px;
	background-color: #666666;
	width: 154px
}

.footer_lx_ul li {
	float: left;
	margin-right: 10px
}

.footer_lx_ul {
	margin-top: 10px
}

.footer_wx {
	text-align: center;
	float: right;
	margin-top: 22px
}

.footer_wx_con {
	margin-top: 10px;
	font-size: 12px;
}

.footer_bottom {
	height: 60px;
	background-color: #00438b;
	line-height: 60px;
	color: #ffffff;
	font-size: 14px
}

.footer_bottom_l {
	text-align: center;
}

.footer_bottom_l a {
	color: #fff
}

.footer_bottom_r {
	float: right
}

.footer_bottom_r a {
	color: #ffffff
}

.n_product_banner {
	position: relative;
	height: 593px
}

.n_product_banner_bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 220px;
	right: 0;
	background: url(../images/n_banner_bg.png) center
}

.n_product_banner_nav li {
	float: left;
	height: 60px;
	width: 147px;
	margin-right: 3px;
	background: url(../images/n_product_nav_bg.jpg) no-repeat center;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_product_banner_nav li:hover {
	color: #333333;
	background: #ffffff
}

.n_product_banner_nav li.n_product_banner_nav_li_select {
	background: #ffffff
}

.n_product_banner_nav li.n_product_banner_nav_li_select .n_product_banner_nav_li {
	color: #333333
}

.n_product_banner_nav li.n_product_banner_nav_lilast {
	margin-right: 0
}

.n_product_banner_nav li a {
	display: block
}

.n_product_banner_nav li:hover .n_product_banner_nav_li {
	color: #333333
}

.n_product_banner_nav_li {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_product_banner_title {
	font-size: 30px;
	color: #ffffff;
	font-weight: bolder;
	position: absolute;
	left: 0;
	top: 35px
}

.n_product_banner_nav {
	position: absolute;
	bottom: 0
}

.n_product_banner_fx {
	position: absolute;
	right: 0;
	top: 35px
}

.n_product_banner_fx_div {
	float: left;
	text-align: center;
	margin-left: 35px
}

.n_product_banner_fx_div_name {
	font-size: 12px;
	color: #ffffff;
	margin-top: 4px
}

.n_product_sx_li_k {
	width: 20px;
	height: 20px;
	float: left;
	border: 2px solid #C0C0C0
}

.n_product_sx_li_k_select {
	width: 10px;
	height: 10px;
	margin: 3px auto 0 auto;
	background-color: #0159b0
}

.n_product_sx_li_name {
	float: left;
	color: #555555;
	font-size: 14px;
	line-height: 20px;
	margin-left: 15px
}

.n_product_sx_name {
	float: left;
	font-size: 16px;
	color: #000000
}

.n_product_sx_ul {
	float: left;
	margin-top: 3px
}

.n_product_sx_ul li {
	margin-left: 30px;
	float: left
}

.n_product_sx {
	margin-top: 60px
}

.n_product_sx_box {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 25px
}

.n_product_sx_r_text {
	width: 306px;
	padding-left: 10px;
	height: 38px;
	border: 1px solid #E0E0E0;
	color: #a6a6a6;
	outline: none
}

.n_product_sx_r {
	float: right
}

.n_product_sx_l {
	float: left;
	margin-top: 5px
}

.n_product_list {
	margin-top: 45px
}

.n_product_list li {
	width: 287px;
	height: auto;
	float: left;
	margin-right: 17px;
	margin-bottom: 25px
}

.n_product_list li.n_product_li4 {
	margin-right: 0
}

.n_product_li_img {
	width: 287px;
	height: auto;
	overflow: hidden
}

.n_product_li_img img {
	max-width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_product_list li:hover .n_product_li_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.n_product_li_con {
	background: #F1F1F1
}

.n_product_li_name {
	font-size: 19px;
	color: #333333;
	font-weight: bolder;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_product_list li:hover .n_product_li_name {
	color: #0159B0
}

.n_product_li_js {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_product_list li:hover .n_product_li_js {
	color: #0159B0
}

.n_product_li_more {
	font-size: 14px;
	color: #666666;
	width: 125px;
	height: 38px;
	margin-top: 17px;
	border: 1px solid #666666;
	text-align: center;
	line-height: 38px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_product_list li:hover .n_product_li_more {
	border: 1px solid #0159B0;
	color: #0159B0
}

.n_product_li_more span {
	font-family: SimSun;
	margin-left: 8px
}

.n_product_li_con_box {
	width: 238px;
	margin: 25px auto
}

.n_product_bottom {
	height: 365px;
	color: #ffffff;
	background: url(../images/n_product_bottom_bg.jpg) no-repeat center
}

.n_product_bottom_l_title {
	font-size: 25px;
	margin-top: 65px;
	margin-bottom: 6px
}

.n_product_bottom_l_js1 {
	font-size: 14px;
	font-weight: 200
}

.n_product_bottom_l_xian {
	width: 56px;
	height: 1px;
	margin: 20px 0;
	background-color: #ffffff
}

.n_product_bottom_l_text {
	width: 373px;
	height: 34px;
	border: 1px solid #7295BF;
	background: none;
	outline: none;
	padding-left: 10px
}

.n_product_bottom_l_js2 {
	font-size: 12px;
	line-height: 20px;
	font-weight: 200;
	margin-top: 20px
}

.n_product_bottom_l_form {
	margin-top: 16px
}

.n_product_bottom_l_submit {
	width: 34px;
	height: 34px;
	border: 1px solid #7295BF;
	border-left: none;
	background: url(../images/search_icon.png) no-repeat center
}

.n_product_bottom_r li {
	float: left;
	text-align: center;
	margin-left: 100px
}

.n_product_bottom_r_li_img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_product_bottom_r li:hover .n_product_bottom_r_li_img img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9)
}

.n_product_bottom_l {
	float: left
}

.n_product_bottom_r {
	float: right;
	font-size: 16px;
	margin-top: 110px
}

.n_product_bottom_r_li_con {
	color: #ffffff;
	margin-top: 10px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_product_bottom_r li:hover .n_product_bottom_r_li_con {
	color: #005BAA
}

.show_chanpin_title {
	font-size: 34px;
	color: #ffffff;
	display: inline-block;
	padding-right: 10px;
	margin-top: 40px
}

.show_chanpin_touch {
	display: none
}

.show_hangye .show_chanpin_title {
	margin-top: 0;
	padding-right: 0;
	display: block;
	text-align: center;
	line-height: 200px
}

.show_chanpin_ul {
	margin-top: 30px
}

.show_chanpin_ul li {
	float: left;
	margin-right: 20px
}

.show_chanpin_ul li a {
	font-size: 16px;
	display: inline-block;
	position: relative;
	color: #ffffff;
	padding-bottom: 10px;
	padding-right: 14px;
	font-weight: 200;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.show_chanpin_ul li a:hover {
	color: #75c1c1
}

.show_chanpin_ul li a.show_chanpin_li_aselect {
	border-bottom: 1px solid #75c1c1;
	color: #75c1c1
}

.show_chanpin_ul_aa {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #75c1c1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.show_chanpin_ul li a:hover .show_chanpin_ul_aa {
	width: 100%
}

.show_chanpin_img {
	width: 600px;
	float: right
}

.show_chanpin_cp_box {
	width: 1200px;
	margin: 0 auto
}

.mod18 {
	width: 600px;
	height: 320px;
	position: relative
}

.mod18 .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	top: 336px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold
}

.mod18 .prev {
	left: 0
}

.mod18 #prevTop,
.mod18 #nextTop {
	top: 213px;
	width: 46px;
	height: 48px
}

.mod18 #prevTop {}

.mod18 #nextTop {}

.mod18 .next {
	right: 0
}

.mod18 li {
	float: left
}

.mod18 .cf li {
	position: relative;
	color: #fff
}

.mod18 .cf a {
	display: block;
	width: 680px;
	height: 330px;
	position: absolute;
	color: #fff
}

.mod18 .cf li span {
	display: block;
	width: 640px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	line-height: 22px;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000")
}

.mod18 .picBox {
	height: 100%;
	position: relative;
	overflow: hidden;
	border: 5px solid #ECECED
}

.mod18 .picBox ul {
	height: 400px;
	position: absolute
}

.mod18 .picBox ul li img {
	width: 100%
}

.mod18 .picBox li {
	width: 600px;
	height: 400px;
	text-align: center;
	overflow: hidden
}

.mod18 .listBox {
	width: 600px;
	height: 68px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-top: 7px
}

.mod18 .listBox ul {
	height: 68px;
	position: absolute
}

.mod18 .listBox li {
	width: 116px;
	height: 60px;
	cursor: pointer;
	position: relative
}

.mod18 .listBox li i {
	display: none
}

.mod18 .listBox li a {
	display: block;
	width: 100px;
	height: 60px
}

.mod18 .listBox li img {
	width: auto;
	height: 60px;
	border: 1px solid #EAEAEB
}

.mod18 .listBox .on img {
	width: auto;
	height: 60px;
	border: 1px solid #74C0C0
}

.mod18 .listBox .on i {
	display: block
}

.show_chanpin {
	padding-bottom: 60px;
	margin-top: 66px
}

.show_chanpin_con {
	float: left;
	width: 530px
}

.show_chanpin_con_name {
	font-size: 40px;
	color: #000000;
	font-weight: bolder;
	margin-top: 20px
}

.show_chanpin_con_b {
	font-size: 25px;
	color: #1E57A1;
	margin-top: 10px
}

.show_chanpin_con_p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 35px
}

.show_chanpin_con_more {
	font-size: 14px;
	color: #49494a;
	margin-top: 50px
}

.show_chanpin_con_more a {
	display: block;
	float: left;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #D1D1D1;
	color: #666666;
	margin-right: 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.show_chanpin_con_more a:hover {
	color: #1F58A3;
	border: 1px solid #1F58A3
}

.show_chanpin_nav {
	width: 100%;
	margin-top: 30px;
	background: url(../images/show_navbg.jpg) no-repeat center
}

.show_chanpin_nav_box {
	width: 1200px;
	margin: 0 auto
}

.show_chanpin_nav_ul {
	text-align: center;
	margin-top: 30px;
	float: right
}

.show_chanpin_nav_ul li {
	display: inline-block;
	font-size: 18px;
	margin: 0 8px;
	padding: 0 50px;
	cursor: pointer;
	line-height: 60px;
	width: 193px;
	color: #ffffff;
	background: #404040;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.show_chanpin_nav_ul li:hover {
	color: #ffffff;
	background: #1F58A3
}

.show_chanpin_nav_ul li.show_chanpin_nav_li_select {
	color: #ffffff;
	background: #1F58A3
}

.show_chanpin_content_box {
	width: 1200px;
	margin: 0 auto
}

.show_chanpin_content h1 {
	font-size: 24px;
	color: #555555;
	font-weight: bold;
	padding-bottom: 14px;
	margin-top: 40px;
	margin-bottom: 20px
}

.show_chanpin_content_box h2 {
	font-size: 16px;
	color: #515c65;
	margin-bottom: 10px;
	font-weight: 400;
	background: url(../images/show_chanpin_icon4.png) no-repeat left;
	padding-left: 20px
}

.show_chanpin_content_box h3 {
	font-size: 16px;
	color: #515c65;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 40px
}

.show_chanpin_show {
	height: 390px
}

.lansezi {
	font-weight: bold !important;
	color: #0e90d2 !important
}

.show_chanpin_content_box p {
	font-size: 15px;
	color: #515c65;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 14px
}

.show_chanpin_content_box {
	font-size: 14px;
	color: #515c65;
	font-weight: 400;
	line-height: 26px
}

.show_chanpin_jsgg {
	position: relative
}

.show_chanpin_jsgg h1 {
	font-size: 25px;
	color: #1e57a1
}

.show_chanpin .am-sticky {
	height: 60px
}

.show_chanpin .am-sticky .show_chanpin_nav_ul {
	margin-top: 0
}

.show_chanpin_con_more span {
	font-family: SimSun;
	margin-left: 10px
}

.t_product_xl {
	height: 780px;
	background: url(../images/t_product_a_bg.jpg) no-repeat center
}

.t_product_xl_name {
	margin-top: 85px;
	text-align: center;
	color: #ffffff;
	font-size: 35px
}

.t_product_xl_enname {
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: 200
}

.t_product_xl_li_con {
	height: 165px;
	background-color: #f8f9fa;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_xl_li_con_box {
	width: 216px;
	margin: 0 auto
}

.t_product_xl_li_more {
	color: #666666;
	font-size: 12px;
	width: 216px;
	margin: 35px auto 0 auto;
	height: 36px;
	line-height: 31px;
	text-align: center;
	border: 1px solid #AFAFB0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_xl_ul .t_product_xl_li_more span {
	vertical-align: middle;
	display: inline-block
}

.t_product_xl_li_more_icon {
	width: 33px;
	height: 9px;
	margin-left: 35px;
	background: url(../images/t_product_more.png) no-repeat center;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_xl_li_name {
	font-size: 18px;
	color: #000000;
	margin-top: 40px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_xl_ul .am-slider-default .am-direction-nav a {
	width: 22px;
	height: 37px;
	opacity: 1;
	background: url(../images/you_jiantou.png) no-repeat center
}

.t_product_xl_ul .am-slider-default .am-direction-nav .am-prev {
	background: url(../images/zuo_jiantou.png) no-repeat center;
	left: -32px
}

.t_product_xl_ul .am-slider-default .am-direction-nav .am-next {
	right: -32px
}

.t_product_xl_li:hover .t_product_xl_li_con {
	background-color: #084590
}

.t_product_xl_li:hover .t_product_xl_li_name {
	color: #ffffff
}

.t_product_xl_li:hover .t_product_xl_li_more {
	color: #ffffff;
	border: 1px solid #ffffff
}

.t_product_xl_ul {
	margin-top: 55px
}

.t_product_xl_li_img {
	overflow: hidden;
	background-color: #ffffff
}

.t_product_xl_li_img img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s
}

.t_product_xl_li:hover .t_product_xl_li_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.t_product_xl_ul .am-slider-default .am-control-nav li a {
	width: 15px;
	height: 15px;
	background-color: rgba(255, 255, 255, 1)
}

.t_product_xl_ul .am-slider-default .am-control-nav li a.am-active {
	background-color: #006AED
}

.t_product_xl_ul .am-slider-default .am-control-nav {
	bottom: -45px
}

.t_product_xl_li:hover .t_product_xl_li_more_icon {
	background: url(../images/t_product_more1.png) no-repeat center
}

.t_product_tj_name {
	font-size: 35px;
	color: #000000;
	text-align: center;
	margin-top: 60px
}

.t_product_tj_enname {
	font-size: 20px;
	color: #666666;
	text-align: center;
	font-weight: 200;
	margin-bottom: 35px
}

.t_product_tj_list {
	float: left;
	width: 605px;
	height: 394px
}

.t_product_tj_li {
	width: 605px;
	height: 394px;
	background-size: 100% !important
}

.t_product_tj .am-slider-default .am-control-nav {
	bottom: 25px;
	text-align: right;
	right: 25px
}

.t_product_tj .am-slider-default .am-control-nav li a {
	width: 15px;
	height: 15px;
	background-color: rgba(255, 255, 255, 1)
}

.t_product_tj .am-slider-default .am-control-nav li a.am-active {
	background: #175FBF
}

.t_product_tj_div {
	float: left;
	margin-left: 10px;
	background-color: #f2f2f2;
	width: 287px;
	height: 394px
}

.t_product_tj_div_img {
	height: 196px;
	overflow: hidden
}

.t_product_tj_div_img img {
	max-width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_tj_div_name {
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
	text-align: left;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_tj_div_js {
	margin-top: 10px;
	font-size: 15px;
	color: #666666
}

.t_product_tj_div:hover .t_product_tj_div_name {
	color: #175fbf
}

.t_product_tj_div_more {
	width: 216px;
	height: 36px;
	text-align: center;
	line-height: 33px;
	margin: 20px auto 0 auto;
	border: 1px solid #ACACAC;
	color: #666666;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_tj_div:hover .t_product_tj_div_more {
	color: #ffffff;
	border: 1px solid #175fbf;
	background-color: #175fbf
}

.t_product_tj_div_more span {
	display: inline-block
}

.t_product_tj_div_more_icon {
	width: 33px;
	height: 9px;
	text-align: center;
	margin-left: 35px;
	background: url(../images/t_product_more.png) no-repeat center;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_tj_div:hover .t_product_tj_div_more_icon {
	background: url(../images/t_product_more1.png) no-repeat center
}

.t_product_tj_div:hover .t_product_tj_div_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.t_product_tj_div_con {
	width: 85%;
	margin: 0 auto
}

.t_product_yy_list li {
	float: left;
	width: 390px;
	height: 253px;
	margin-right: 15px;
	position: relative
}

.t_product_yy_list li.t_product_yy_li3 {
	margin-right: 0
}

.t_product_yy_li_con {
	text-align: center;
	position: absolute;
	top: 83px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 250px;
	height: 170px;
	background-color: rgba(23, 95, 191, 0);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_yy_li_name {
	font-size: 16px;
	color: #ffffff;
	margin-top: 5px
}

.t_product_yy_li_xian {
	width: 64px;
	height: 2px;
	background-color: #ffffff;
	margin: 8px auto 0 auto
}

.t_product_yy_li_icon {
	margin-top: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_yy_li_icon img {
	width: 50px
}

.n_yingyong_li_icon img {
	width: 50px
}

.t_product_yy_li_js {
	color: #ffffff;
	font-size: 12px;
	font-weight: 200;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s
}

.t_product_yy_list li:hover .t_product_yy_li_con {
	background-color: rgba(23, 95, 191, 0.7)
}

.t_product_yy_list li:hover .t_product_yy_li_icon {
	margin-top: 25px
}

.t_product_yy_list li:hover .t_product_yy_li_js {
	bottom: 30px;
	opacity: 1
}

.t_product_yy_more {
	width: 140px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	color: #ffffff;
	background-color: #757473;
	border-radius: 3px;
	font-size: 14px;
	margin: 35px auto 0 auto;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.t_product_yy_more:hover {
	background-color: #175FBF
}

.t_product_yy {
	margin-bottom: 75px
}

.n_about_banner {
	position: relative;
	height: 470px;
	overflow: hidden
}

.n_about_banner_con {
	position: absolute;
	top: 165px;
	left: 0;
	right: 0;
	text-align: center
}

.n_about_banner_title {
	color: #ffffff;
	font-size: 40px;
	line-height: 40px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
}

.n_about_banner_mbx {
	color: #ffffff;
	font-size: 14px;
	margin-top: 16px
}

.n_about_banner_mbx a {
	color: #ffffff
}

.n_about_a_title {
	font-size: 30px;
	color: #464646;
	text-align: center;
	margin: 70px auto 35px auto
}

.n_about_a_con p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 10px
}

.n_about_b_div {
	float: left;
	width: 33%;
	text-align: center
}

.n_about_b_div_name {
	font-size: 16px;
	color: #333333;
	margin-top: 30px
}

.n_about_b {
	margin: 70px auto 90px auto
}

.n_about_c_li {
	width: 50%;
	float: left;
	height: 400px;
	position: relative;
	background-size: auto 100% !important;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_about_c_li:hover {
	background-size: auto 110% !important
}

.n_about_c_li1 .n_about_c_li_icon {
	right: 234px
}

.n_about_c_li_icon {
	position: absolute;
	top: 50%;
	margin-top: -80px
}

.n_about_c_li4 .n_about_c_li_icon {
	left: 234px
}

.n_about_c_li_box {
	width: 545px;
	margin-left: 72px
}

.n_about_c_li3 .n_about_c_li_box {
	float: right;
	margin-left: 0;
	margin-right: 70px
}

.n_about_c_li_name {
	font-size: 28px;
	color: #333333;
	margin-top: 50px
}

.n_about_c_li_name2 {
	margin-top: 6px;
	font-size: 13px;
	color: #666666
}

.n_about_c_li_js {
	line-height: 26px;
	font-size: 13px;
	color: #666666;
	margin-top: 26px
}

.n_about_c_li_more {
	width: 142px;
	height: 44px;
	font-size: 13px;
	color: #666666;
	text-align: center;
	margin-top: 26px;
	line-height: 44px;
	border: 1px solid #9C9C9C;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_about_c_li:hover .n_about_c_li_more {
	border: 1px solid #00438B;
	background-color: #00438b;
	color: #ffffff
}

.n_about_c_li_more span {
	font-family: SimSun;
	margin-left: 20px
}

.n_about_d_name {
	font-size: 30px;
	color: #464646;
	text-align: center;
	margin-top: 70px
}

.n_about_d_name2 {
	font-size: 13px;
	color: #333333;
	text-align: center
}

.n_about_d_con .am-tabs-bd {
	border: none
}

.n_about_d_con .am-nav-tabs {
	border: none
}

.n_about_d_con .am-nav-tabs>li.am-active>a,
.n_about_d_con .am-nav-tabs>li.am-active>a:focus,
.n_about_d_con .am-nav-tabs>li.am-active>a:hover {
	border: none
}

.n_about_d_con .am-nav-tabs>li>a {
	border: none
}

.n_about_d_con_l_time {
	font-size: 24px;
	color: #0f56a8;
	margin-bottom: 25px
}

.n_about_d_con_l_p span {
	font-size: 13px;
	color: #333333;
	display: block;
	float: left;
	line-height: 26px
}

.n_about_d_con_l_pcon p {
	width: 600px;
	font-size: 13px;
	margin-bottom: 16px;
	color: #333333;
	line-height: 26px;
	padding-left: 20px;
	background: url(../images/n_about_p_icon.png) no-repeat left 8px
}

.n_about_d_con_l {
	float: left;
	width: 600px
}

.n_about_d_con_r {
	width: 560px;
	float: right;
	overflow: hidden;
	position: relative;
	height: 308px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_about_d_con_r_img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_about_d_con_r:hover {
	background-color: #000000
}

.n_about_d_con_r:hover .n_about_d_con_r_img {
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.n_about_d_con_l_p {
	width: 600px;
	margin-bottom: 16px
}

.n_about_d_con_l_p_s1 {
	width: 26px;
	height: 26px
}

.n_about_d_con_l_p_s2 {
	width: 570px
}

.n_about_d_con_time {
	width: 105px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #1d5ca4;
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	right: 22px;
	bottom: 22px
}

.n_about_d_con {
	margin-top: 50px
}

.n_about_d_con_ul {
	width: 100%;
	height: 17px;
	margin-top: 45px;
	background: url(../images/lc_icon.jpg) repeat left
}

.n_about_d_con .am-nav-tabs>li.am-active>a {
	background: none;
	font-size: 20px;
	color: #0f56a8
}

.n_about_d_con .am-nav>li>a:hover {
	background: none
}

.n_about_d_con .am-nav>li>a {
	padding: 0;
	width: 128px;
	margin-top: 35px;
	text-align: center;
	font-size: 16px;
	color: #666666
}

.n_yingyong_banner {
	height: 470px
}

.n_yingyong_banner_title {
	font-size: 40px;
	color: #ffffff;
	text-align: center;
	margin-top: 155px
}

.n_yingyong_banner_mbx {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-top: 8px
}

.n_yingyong_banner_mbx a {
	color: #ffffff
}

.n_yingyong_banner_js {
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-top: 55px
}

.n_yingyong_list li {
	width: 390px;
	height: 266px;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px
}

.n_yingyong_list li.n_yingyong_li_li3 {
	margin-right: 0
}

.n_yingyong_li {
	width: 100%;
	height: 253px;
	position: relative
}

.n_yingyong_li_bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	right: 0;
	margin: 0 auto;
	height: 100%;
	background: rgba(9, 97, 174, 0.5);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s
}

.n_yingyong_list li:hover .n_yingyong_li_bg {
	width: 75%;
	height: 70%;
	background: rgba(0, 77, 177, 0.8)
}

.n_yingyong_li_icon {
	text-align: center;
	position: absolute;
	top: 105px;
	left: 0;
	right: 0
}

.n_yingyong_li_name {
	position: absolute;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	left: 0;
	right: 0;
	top: 155px
}

.n_yingyong_li_name span {
	padding-bottom: 6px;
	border-bottom: 2px solid #ffffff
}

.n_yingyong_li_js {
	position: absolute;
	width: 50%;
	color: #ffffff;
	font-size: 14px;
	margin: 0 auto;
	bottom: 0;
	opacity: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s
}

.n_yingyong_list li:hover .n_yingyong_li_js {
	bottom: 20px;
	opacity: 1
}

.n_yingyong_list {
	margin-top: 90px
}

.n_yingyong_list .box {
	padding-bottom: 35px;
	border-bottom: 1px solid #F2F2F2
}

.n_yingyong_dongtai_title {
	font-size: 35px;
	color: #000000;
	text-align: center;
	margin-top: 40px
}

.n_yingyong_dongtai_entitle {
	font-size: 20px;
	color: #666666;
	text-align: center
}

.n_yingyong_dongtai_list li {
	float: left;
	width: 585px;
	background-color: #f8f8f8;
	height: 300px;
	margin-right: 30px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_yingyong_dongtai_list li:hover {
	box-shadow: 0 0 16px #e3e3e3
}

.n_yingyong_dongtai_list li.n_yingyong_dongtai_li2 {
	margin-right: 0
}

.n_yingyong_dongtai_li {
	width: 88%;
	margin: 0 auto
}

.n_yingyong_dongtai_li_ri {
	font-family: SimSun;
	font-size: 35px
}

.n_yingyong_dongtai_li_nian {
	font-size: 18px;
	float: right;
	font-weight: 500;
	margin-top: 15px
}

.n_yingyong_dongtai_li_time {
	color: #00438b;
	margin-top: 25px;
	font-family: Arial
}

.n_yingyong_dongtai_li_name {
	font-size: 20px;
	color: #000000;
	font-weight: bolder;
	margin-top: 20px
}

.n_yingyong_dongtai_li_js {
	font-size: 14px;
	color: #666666;
	margin-top: 13px;
	line-height: 28px
}

.n_yingyong_dongtai_li_more {
	width: 172px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	color: #000000;
	border: 1px solid #ADADAD;
	margin-top: 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_yingyong_dongtai_list {
	margin-top: 40px
}

.n_yingyong_dongtai_list li:hover .n_yingyong_dongtai_li_more {
	border: 1px solid #00438B;
	color: #fff;
	background-color: #00438b
}

.n_yingyong_dongtai {
	margin-bottom: 60px
}

.n_news_title {
	font-size: 32px;
	color: #000000;
	font-weight: bolder;
	margin-top: 35px
}

.n_news_title a {
	float: right;
	font-size: 14px;
	color: #595959;
	margin-top: 22px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_news_title a:hover {
	color: #056FB0
}

.n_news_longgang_box {
	margin-top: 20px
}

.n_news_meiti {
	margin-top: 50px;
	background-color: #f8f8f8;
	padding-bottom: 65px
}

.n_news_meiti_box li {
	width: 378px;
	float: left;
	height: 422px;
	margin-right: 33px
}

.n_news_meiti_box li.n_news_meiti_li3 {
	margin-right: 0
}

.n_news_meiti_li_img {
	width: 378px;
	height: 237px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.n_news_meiti_box li:hover .n_news_meiti_li_img {
	background: #000
}

.n_news_meiti_li_img img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_news_meiti_box li:hover .n_news_meiti_li_img img {
	opacity: 0.8;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.n_news_meiti_li_name {
	font-size: 20px;
	color: #000000;
	font-weight: bolder;
	margin-top: 22px
}

.n_news_meiti_li_con {
	background-color: #ffffff;
	padding-bottom: 22px
}

.n_news_meiti_li_con_xian {
	position: absolute;
	bottom: 35px;
	width: 0;
	height: 1px;
	background-color: #00438b;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s
}

.n_news_meiti_box li:hover .n_news_meiti_li_con_xian {
	width: 100%
}

.n_news_meiti_li_con_box {
	width: 90%;
	margin: 0 auto;
	position: relative
}

.n_news_meiti_li_js {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 12px
}

.n_news_meiti_li_time {
	font-size: 12px;
	color: #adadad;
	margin-top: 30px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.n_news_meiti_box li:hover .n_news_meiti_li_time {
	color: #00438B
}

.n_news_meiti_li_more {
	float: right
}

.n_news_meiti_box {
	margin-top: 20px
}

.n_news_hangye_box {
	margin-top: 20px
}

.n_news_hangye {
	padding-bottom: 70px
}

.n_zhaopin_a_img {
	float: left;
	width: 396px
}

.n_zhaopin_a_con {
	width: 760px;
	float: left;
	margin-left: 40px
}

.n_zhaopin_a_con_name {
	font-size: 30px;
	color: #000000;
	margin: 20px 0
}

.n_zhaopin_a_con_js {
	font-size: 14px;
	color: #666666;
	line-height: 30px
}

.n_zhaopin_a_con_js .n_zhaopin_b_more {
	margin: 30px 0 0 0
}

.n_zhaopin_a_con_js p {
	margin-bottom: 10px
}

.n_zhaopin_a {
	margin: 60px 0
}

.n_zhaopin_b {
	background-color: #f3f3f3
}

.n_zhaopin_b_title {
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin: 60px 0 0 0
}

.n_zhaopin_b_js {
	width: 900px;
	margin: 20px auto 0 auto;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: center
}

.n_zhaopin_b_li_name {
	height: 68px;
	padding: 0 20px;
	line-height: 68px;
	background-color: #ffffff;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.guanhuai_n .n_zhaopin_b_list li {
	margin-bottom: 20px
}

.guanhuai_n .n_zhaopin_b_li_name {
	background-color: #f3f3f3
}

.n_zhaopin_b_list li:hover .n_zhaopin_b_li_name {
	background-color: #00438B;
	color: #ffffff
}

.n_zhaopin_b_list {
	margin-top: 25px
}

.n_zhaopin_b_list li {
	width: 385px;
	margin-right: 22px;
	float: left
}

.n_zhaopin_b_list li.n_zhaopin_b_li3 {
	margin-right: 0
}

.n_zhaopin_b_li_img {
	width: 385px;
	height: 303px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.n_zhaopin_b_li_img img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_zhaopin_b_list li:hover .n_zhaopin_b_li_img {
	background-color: #000000
}

.n_zhaopin_b_list li:hover .n_zhaopin_b_li_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.8
}

.n_zhaopin_b_more {
	width: 144px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #666666;
	margin: 40px auto;
	border: 1px solid #AAAAAA;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_zhaopin_b_more:hover {
	background-color: #00438b;
	color: #ffffff
}

.n_zhaopin_c_list li {
	float: left;
	width: 580px;
	margin-right: 20px
}

.n_zhaopin_c_list li.n_zhaopin_c_li2 {
	margin-right: 0
}

.n_zhaopin_c_li_img {
	float: left;
	width: 280px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.n_zhaopin_c_li_img img {
	opacity: 1;
	max-width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_zhaopin_c_li_con {
	width: 275px;
	float: left;
	margin-left: 25px
}

.n_zhaopin_c_li_name {
	font-size: 30px;
	color: #000000;
	margin-top: 10px
}

.n_zhaopin_c_li_js {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-top: 20px
}

.n_zhaopin_c_li_more {
	margin-top: 45px;
	width: 130px;
	height: 46px;
	border: 1px solid #AAAAAA;
	text-align: center;
	line-height: 46px;
	font-size: 14px;
	color: #666666;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_zhaopin_c_list li:hover .n_zhaopin_c_li_img {
	background-color: #000000
}

.n_zhaopin_c_list li:hover .n_zhaopin_c_li_img img {
	opacity: 0.8
}

.n_zhaopin_c_list li:hover .n_zhaopin_c_li_more {
	border: 2px solid #00438B;
	background-color: #00438b;
	color: #ffffff
}

.n_zhaopin_c {
	margin: 58px 0
}

.footer {
	background-color: #f3f3f3
}

.BMapLabel {
	display: none !important
}

.n_lxwm {
	margin: 65px 0
}

.n_lxwm_l {
	float: left;
	width: 560px
}

.n_lxwm_l_name {
	font-size: 25px;
	color: #000000
}

.n_lxwm_l_js {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	margin-top: 15px
}

.n_lxwm_l_list li {
	margin-bottom: 10px
}

.n_lxwm_l_list li span {
	font-size: 14px;
	vertical-align: middle;
	margin-left: 15px
}

.n_lxwm_l_list li img {
	vertical-align: middle
}

.n_lxwm_l_list {
	margin-top: 46px
}

.n_lxwm_l_ewm {
	margin-top: 25px
}

.n_lxwm_l_ewm li {
	float: left;
	text-align: center;
	margin-right: 20px
}

.n_lxwm_l_ewm_name {
	font-size: 12px;
	margin-top: 3px
}

.n_lxwm_r {
	float: right;
	width: 560px;
	margin-top: 65px
}

.n_lxwm_r input {
	width: 100%;
	height: 42px;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	padding-left: 20px;
	font-size: 13px;
	outline: none
}

.n_lxwm_r textarea {
	outline: none;
	font-size: 13px;
	width: 100%;
	height: 170px;
	min-height: 170px;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	padding-left: 20px;
	padding-top: 14px
}

.n_lxwm_r div {
	margin-bottom: 25px
}

.n_lxwm_r div.n_lxwm_sub {
	float: right
}

.n_lxwm_r div.n_lxwm_sub input {
	width: auto;
	padding-left: 0;
	background: none
}

.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s1 {
	width: 200px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 13px;
	color: #666666;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s1:hover {
	color: #ffffff;
	background-color: #00438b
}

.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s2 {
	width: 148px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 13px;
	color: #666666;
	margin-left: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s2:hover {
	color: #ffffff;
	background-color: #00438b
}

.shownew_box {
	width: 1200px;
	margin: 0 auto
}

.shownew_list {
	width: 60px;
	height: 63px;
	background: #FAFAFA url(../images/show_fx_list.png) no-repeat center
}

.shownew_next {
	width: 60px;
	height: 63px;
	background: #FAFAFA url(../images/show_fx_next.png) no-repeat center
}

.shownew_prev {
	width: 60px;
	height: 63px;
	background: #FAFAFA url(../images/show_fx_prev.png) no-repeat center
}

.shownew_fx {
	float: left;
	width: 60px;
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.shownew_left .shownew_fx2 {
	position: fixed;
	top: 80px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.shownew_box .shownew_right2 {
	position: fixed;
	top: 80px;
	right: 8%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.shownew_right {
	position: relative;
	top: 0;
	width: 320px;
	float: right;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.shownew_con {
	float: left;
	width: 90%;
	padding-left: 40px
}

.shownew_left .shownew_con2 {
	margin-left: 60px
}

.shownew_title {
	font-size: 26px;
	color: #313132;
	font-weight: bold
}

.shownew_left {
	float: left;
	width: 870px;
	position: relative
}

.shownew_js span {
	font-size: 14px;
	color: #aeaeae;
	vertical-align: middle;
	margin-right: 8px
}

.shownew_js img {
	vertical-align: middle;
	margin-right: 8px
}

.shownew_next_div {
	padding-bottom: 30px;
	border: 1px solid #F3F3F3
}

#shownew {
	margin-top: 40px;
	padding-bottom: 20px
}

.shownew_js {
	margin-top: 15px
}

.shownew_con_con {
	margin-top: 25px
}

.shownew_con_con p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	color: #666666
}

.shownew_con_con img {
	margin-bottom: 20px;
	width: 100%;
	height: auto
}

.shownew_con_con h3 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: bold
}

.shownew_bottom {
	font-size: 14px;
	color: #666
}

.shownew_bottom_fx {
	margin-top: 30px
}

.shownew_next_div_box {
	padding: 0 6%
}

.shownew_next_div_title {
	font-size: 20px;
	color: #000000;
	margin-top: 20px
}

.shownew_right_s1 {
	width: 25%;
	float: left
}

.shownew_right_img {
	float: right;
	width: 74%;
	height: 1px;
	background-color: #f2f2f2;
	margin-top: 20px
}

.shownew_right_time {
	margin: 10px 0
}

.shownew_right_time img {
	vertical-align: middle;
	margin-right: 6px
}

.shownew_right_time span {
	vertical-align: middle;
	font-size: 12px;
	color: #c1c0c0
}

.shownew_right_title {
	font-size: 16px;
	color: #616161;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.shownew_right_title:hover {
	color: #16c0dd
}

.shownew_tuijian {
	background-color: #fafafa;
	margin-top: 30px
}

.shownew_tj_title {
	font-size: 18px;
	margin-top: 30px;
	color: #333333
}

.shownew_tj_title span {
	border-left: 5px solid #005BAA;
	padding-left: 32px
}

.shownew_tj_title a {
	font-size: 14px;
	float: right;
	margin-right: 10%;
	margin-top: 5px;
	color: #bbbbbb;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.shownew_tj_title a:hover {
	color: #005BAA
}

.shownew_tj_list_li_box {
	padding: 0 10%
}

.shownew_tj_li_title {
	font-size: 14px;
	color: #616161;
	line-height: 26px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.shownew_tj_li_time {
	font-size: 14px;
	color: #808080;
	margin-top: 20px
}

.shownew_tj_list li {
	padding: 18px 0;
	border-bottom: 1px solid #F0F0F0
}

.shownew_tj_list li:hover .shownew_tj_li_title {
	color: #16c0dd
}

.head_nav_li {
	position: relative
}

.head_nav_li_erji {
	border-top: 2px solid rgba(236, 29, 37, 0);
	background-color: #ffffff;
	opacity: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	z-index: 999;
	top: 120px;
	width: 125%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.head_nav_li:hover .head_nav_li_yia {
	color: #ffffff;
	background-color: #005BAA
}

.head_nav_li_erji_a {
	padding-left: 20px;
	display: block;
	font-size: 14px!important;
	color: #666666;
	line-height: 36px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.head_nav_li_erji_a:hover {
	padding-left: 15px;
	background-color: #C9151F;
	color: #ffffff
}

.head_nav_li .head_nav_li_erji_now {
	opacity: 1;
	border-top: 2px solid rgba(236, 29, 37, 1);
	height: auto;
	top: 100px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.nav_list .active_nav {
	color: #3598dc
}

.n_news_posi_box {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.n_news_posi {
	margin-top: 65px;
	margin-bottom: 20px
}

.n_news_posi_img {
	/* width: 539px; */
	width: 370px;
	/* height: 310px; */
	float: left;
	overflow: hidden
}

.n_news_posi_img img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s
}

.n_news_posi_box:hover .n_news_posi_img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.n_news_posi_box:hover .n_news_posi_more {
	background-color: #005BAA;
	color: #ffffff;
	border: 1px solid #005BAA
}

.n_news_posi_box:hover {
	background: #ffffff url(../images/n_news_posi_bg.jpg) no-repeat 780px 0
}

.n_news_posi_con {
	float: left;
	/* width: 661px; */
	padding: 0 55px
}

.n_news_posi_name {
	margin-top: 30px;
	font-size: 22px;
	color: #474747;
	font-weight: bolder
}

.n_news_posi_time img {
	vertical-align: middle;
	margin-right: 8px
}

.n_news_posi_time span {
	color: #999999;
	vertical-align: middle
}

.n_news_posi_js {
	line-height: 30px;
	font-size: 14px;
	color: #898989
}

.n_news_posi_time {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
}

.n_news_posi_more {
	width: 138px;
	height: 45px;
	margin-top: 28px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #898989;
	border: 1px solid #ABABAB;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_news_li {
	padding: 0 35px;
	background-color: #ffffff;
	height: 194px;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.n_news_li:hover {
	background: #fbfbfb;
	border-bottom: none
}

.n_news_li_time {
	float: left;
	text-align: right;
	width: 110px;
	margin-top: 55px
}

.n_news_li_nian {
	font-size: 18px;
	color: #d2d2d2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.n_news_li:hover .n_news_li_nian {
	color: #0A61AE
}

.n_news_li_yue {
	font-size: 30px;
	font-weight: bolder;
	color: #d2d2d2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.n_news_li:hover .n_news_li_yue {
	color: #0A61AE
}

.n_news_li_xian {
	margin-top: 8px;
	width: 37px;
	height: 2px;
	float: right;
	background-color: #d2d2d2
}

.n_news_li_con {
	float: left;
	width: 950px;
	margin-left: 65px
}

.n_news_li_name {
	margin-top: 35px;
	font-size: 22px;
	font-weight: bold;
	color: #555;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_news_li:hover .n_news_li_name {
	color: #0A61AE
}

.n_news_li_js {
	margin-top: 11px;
	line-height: 28px;
	font-size: 14px;
	color: #898989
}

.n_news_li_more {
	margin-top: 20px;
	font-size: 14px;
	color: #898989
}

.n_news_ul li {
	margin-bottom: 5px
}

.n_news_li_touch_time {
	display: none
}

.n_zhaopin_title {
	text-align: center;
	font-size: 35px;
	color: #005BAA;
	margin-top: 55px
}

.n_zhaopin_js {
	line-height: 1.6;
	color: #777777;
	font-size: 15px;
	width: 820px;
	margin: 20px auto 0 auto;
	text-align: center
}

.n_zhaopin_img {
	margin-top: 45px
}

.n_zhaopin_tr1 {
	height: 60px;
	width: 100%;
	color: #ffffff;
	background-color: #a7a7a7
}

.n_zhaopin_table table {
	width: 100%
}

.n_zhaopin_tr1 th {
	width: 25%;
	padding-left: 60px;
	font-size: 18px
}

.n_zhaopin_tr2 {
	background-color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.n_zhaopin_tr2 td {
	font-size: 14px;
	color: #555555;
	height: 70px;
	border-bottom: 2px solid #F8F8F8
}

.n_zhaopin_tr2 td a {
	display: block;
	padding-left: 60px;
	color: #555555;
	height: 100%;
	line-height: 68px
}

.n_zhaopin_tr2:hover {
	background-color: #f2f2f2
}

.n_zhaopin_tr2 .n_zhaopin_tr2_more a {
	font-size: 24px;
	color: #005BAA;
	padding-right: 10px
}

.n_zhaopin_table {
	margin: 50px 0
}

.page_about_chb {
	padding-bottom: 40px
}

.n_about_title {
	margin-top: 40px;
	font-size: 30px;
	color: #005BAA
}

.n_about_entitle {
	margin-top: 5px;
	font-size: 24px;
	font-family: Arial;
	color: #e5e5e5;
	font-weight: bolder;
	line-height: 1.6
}

.n_about_con {
	margin-top: 20px
}

.n_about_con p {
	font-size: 16px;
	line-height: 1.6;
	color: #525252;
	margin-bottom: 25px
}

.n_about_con h3 {
	font-size: 16px;
	font-weight: bold
}

#chbnav_touch {
	display: none
}

.tab-con_div_time_touch {
	display: none
}

.main_products_touch {
	display: none
}

.n_ryzz li {
	width: 281px;
	float: left;
	margin-right: 24px;
	margin-bottom: 20px
}

.n_ryzz_li_img {
	width: 100%;
	height: 221px;
	text-align: center;
	line-height: 220px;
	background-color: #ededed;
	position: relative
}

.n_ryzz_li_img img {
	max-width: 70%;
	max-height: 85%;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s
}

.n_ryzz_li_img_div {
	width: 100%;
	height: 80%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 10%;
	background-size: auto 100% !important;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s
}

.n_ryzz_li_img img.n_ryzz_li_img_p {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	max-height: none;
	max-width: none;
	width: 100%;
	height: 100%;
	opacity: 0
}

.n_ryzz_li_name {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	background-color: #a9a9a9;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.n_ryzz li:hover .n_ryzz_li_name {
	background-color: #06489B;
	color: #ffffff
}

.n_ryzz a {
	color: #ffffff
}

.n_ryzz li.n_ryzz_li4 {
	margin-right: 0
}

@media screen and (max-width:640px) {
	.top {
		display: none
	}

	#chbnav_touch {
		display: block
	}

	.chbnav_touch_nav .chbnav_select {
		left: 0
	}

	.chbnav_touch_nav_box {
		position: fixed;
		top: 0;
		overflow: auto;
		left: -100%;
		width: 100%;
		height: 100%;
		z-index: 1000;
		background: #fff;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s
	}

	.chbnav_touch_navli {
		padding: 0 5%
	}

	.chbnav_touch_navli b {
		font-family: "Microsoft YaHei";
		float: right;
		font-size: 15px
	}

	.chbnav_touch_erji {
		display: none;
		background-color: #f1f1f1;
		padding-left: 20px
	}

	.chbnav_touch_erji a {
		display: block;
		font-size: 16px;
		color: #333333
	}

	.chbnav_touch_top_logo {
		position: absolute;
		height: 100%;
		left: 4%
	}

	.chbnav_touch_nav_title {
		height: 58px;
		line-height: 58px;
		border-bottom: 1px solid #DDDDDD
	}

	.chbnav_touch_nav_title span {
		font-size: 18px;
		color: #16436C;
		float: left
	}

	.chbnav_touch_nav_title span a {
		color: #16436C;
	}

	.chbnav_touch_nav_title img {
		float: right;
		margin-top: 19px
	}

	.chbnav_touch_top_logo img {
		height: 85%;
		margin-top: 5px
	}

	.right_fd {
		display: none
	}

	.chbnav_touch_top {
		position: relative;
		height: 60px;
		width: 100%;
		border-bottom: 1px solid #ddd;
		background-color: #ffffff
	}

	.nn_banner_mouse_img {
		display: none
	}

	.nn_banner_li {
		height: 160px !important;
		background-size: 100% auto !important
	}

	.nn_banner_title {
		height: 120px
	}

	.chbnav_touch_top_list {
		position: absolute;
		right: 4%;
		width: 36px;
		height: 100%
	}

	.nn_banner_js {
		display: none
	}

	.nn_banner_name {
		font-size: 18px;
		font-weight: normal;
		bottom: 20px;
		line-height: normal
	}

	.nn_banner .am-slider-a1 .am-control-nav {
		bottom: 10px;
		left: 0;
		right: 0
	}

	.nn_banner .am-slider-a1 .am-control-nav li a {
		width: 14px;
		height: 1px
	}

	.chb_anli_con_touch .am-slider-a1 .am-control-nav {
		display: none
	}

	.chb_anli_con_touch .am-slider .am-slides>li p {
		text-align: center;
		position: absolute;
		width: 100%;
		height: 50px;
		line-height: 50px;
		bottom: 0;
		font-size: 16px;
		left: 0;
		right: 0;
		color: #ffffff;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent)
	}

	.chb_fuwu_touch_a {
		padding: 30px 3%
	}

	.chb_fuwu_touch_a_title {
		font-size: 22px;
		color: #333333
	}

	.chb_fuwu_touch_a_ul p {
		width: 50%;
		float: left;
		line-height: 26px;
		word-wrap: normal;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden
	}

	.chb_fuwu_touch_a_ul p img {
		width: 25px;
		margin-right: 10px;
		vertical-align: middle
	}

	.chb_fuwu_touch_a_ul p span {
		vertical-align: middle;
		font-size: 14px
	}

	.chb_fuwu_touch_a_entitle {
		font-size: 18px;
		color: #666666;
		margin-bottom: 6px
	}

	.chbnav_touch_top_list_c {
		margin-top: 20px !important
	}

	.chbnav_touch_top_list_a {
		width: 90%;
		height: 1px;
		margin: 0 auto;
		background-color: #666666
	}

	.chbnav_touch_top_list_b {
		margin: 8px auto
	}

	.banner_li {
		height: 150px
	}

	.box {
		width: 94%
	}

	.main_title {
		margin-top: 15px
	}

	.main_about {
		margin-top: 20px
	}

	.main_about_div {
		width: 100%;
		float: none;
		border-bottom: 2px solid #ffffff
	}

	.main_about_div_img img {
		max-width: 100%
	}

	.main_about_div_con_box {
		width: 92%
	}

	.main_about_div_con {
		padding-bottom: 15px
	}

	.main_about_div_r_name {
		font-weight: normal
	}

	.main_about_div_r_li_s1 {
		width: 18px;
		height: 18px;
		border-radius: 50%;
		line-height: 17px;
		font-size: 12px
	}

	.main_about_div_r_li_s2 {
		font-size: 13px;
		line-height: 17px
	}

	.main_about_div_m_t {
		height: auto;
		padding-bottom: 20px
	}

	.main_about_div_m_b {
		height: auto
	}

	.main_about_div_m_b_con {
		display: none
	}

	.main_about_div_m_b_img {
		width: 100%;
		height: auto
	}

	.main_about_div_m_b_img img {
		max-width: 100%
	}

	.main_products {
		display: none
	}

	.main_products_touch {
		display: block
	}

	.main_products_touch .am-nav-tabs>li.am-active>a {
		border: none;
		color: #0961AE
	}

	.main_products_touch .am-nav-tabs>li {
		margin-bottom: 0;
		width: 33%;
		text-align: center
	}

	.main_products_touch .am-tabs-bd {
		border: none
	}

	.main_products_touch .am-tabs-bd .am-tab-panel {
		padding: 0
	}

	.main_products_touch .am-nav-tabs {
		border: none;
		width: 100%;
		margin: 16px auto
	}

	.main_products_touch .am-nav-tabs>li>a {
		border: none;
		padding: 0;
		color: #333333;
		font-size: 13px
	}

	.main_products_slides_ul_li_bg {
		display: none
	}

	.main_products_slides_ul_li_img img {
		height: 100px
	}

	.main_products_slides_uli_more {
		display: none
	}

	.main_products_slides_ul_li_box1 .main_products_slides_ul_li_con {
		width: 100%;
		float: none;
		margin-top: 0
	}

	.main_products_slides_ul_li_box1 .main_products_slides_ul_li_img {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 8px
	}

	.main_products_slides_ul_li_box1 {
		width: 100%;
		position: relative
	}

	.main_products_slides_uli_title {
		text-align: center;
		font-size: 17px
	}

	.main_products_slides_uli_js {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		margin-top: 12px
	}

	.main_products_slides_ul_li_img {
		text-align: center
	}

	.main_products_slides_ul_li_con {
		margin-bottom: 10px
	}

	.main_products_slides_ul_li {
		width: 50%;
		height: auto;
		padding: 25px 2%
	}

	.main_products_slidesli {
		width: 100%;
		margin: 0 auto
	}

	.main_news {
		margin: 20px 0
	}

	.main_news_l {
		width: 100%;
		float: none
	}

	.main_news_l .tab-nav {
		width: 100%
	}

	.main_news_l .tab-nav a {
		width: 33%
	}

	.main_news_l .tab-con {
		margin-top: 15px
	}

	.tab-con_div_time {
		display: none
	}

	.tab-con_div_con {
		width: 100%
	}

	.tab-con_div_more {
		display: none
	}

	.tab-con_div_time_touch {
		display: block;
		font-size: 14px;
		margin-top: 4px;
		color: #666666
	}

	.main_news_l .tab-con-item li {
		padding: 10px 0
	}

	.main_news_r {
		width: 100%;
		float: none
	}

	.main_news_r .am-slides li {
		height: auto
	}

	.main_news_p {
		height: 67px
	}

	.main_news_p_con {
		margin-top: 10px
	}

	.main_news_r .am-slider-default .am-control-nav {
		text-align: center;
		bottom: 10px
	}

	.main_huoban {
		height: auto;
		padding-bottom: 20px
	}

	.main_huoban_ul {
		margin-top: 15px
	}

	.main_huoban_ul li {
		width: 49%;
		height: 113px;
		margin-bottom: 8px
	}

	.main_huoban_ul li.main_huoban_ul_li2 {
		margin-left: 2%
	}

	.main_huoban_icon {
		max-width: 100%
	}

	.main_huoban_name {
		margin-top: 15px
	}

	.main_huoban_js {
		font-size: 14px
	}

	.main_fuwu {
		display: none
	}

	.footer_top {
		margin-top: 20px
	}

	.footer_nav li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 14px
	}

	.footer_nav_p {
		width: 20%;
		float: left
	}

	.footer_nav_a1 {
		margin-bottom: 10px
	}

	.footer_lx {
		display: none
	}

	.footer_wx {
		display: none
	}

	.footer_bottom {
		height: auto;
		line-height: 22px
	}

	.footer_bottom {
		padding: 14px 0;
		font-size: 13px
	}

	.footer_bottom_r {
		float: left
	}

	.main_products .tab-nav {
		margin-top: 15px;
		text-align: center
	}

	.main_products .tab-con {
		margin-top: 20px
	}

	.main_products .tab-nav a {
		margin-left: 0;
		width: 33%;
		display: block;
		float: left;
		text-align: center
	}

	.n_product_banner {
		height: 280px;
		background-size: auto 100% !important
	}

	.n_product_banner_nav {
		display: none
	}

	.n_product_banner_bg {
		height: 115px
	}

	.n_product_banner_title {
		font-size: 24px
	}

	.n_product_sx {
		display: none
	}

	.n_product_list li {
		width: 49%;
		height: auto;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 0
	}

	.n_product_list li.n_product_li2_touch {
		margin-left: 2%
	}

	.n_product_li_img {
		width: 100%;
		height: auto
	}

	.n_product_li_con {
		height: 143px
	}

	.n_product_li_img img {
		width: 100%
	}

	.n_product_li_name {
		font-size: 16px
	}

	.n_product_li_con_box {
		width: 90%;
		margin: 12px auto
	}

	.n_product_li_more {
		display: none
	}

	.n_product_bottom {
		display: none;
		height: auto;
		color: #333333
	}

	.show_chanpin {
		margin-top: 20px
	}

	.show_chanpin_cp_box {
		width: 100%
	}

	.show_chanpin_img {
		width: 100%;
	}

	.show_chanpin_img img {
		max-width: 100%
	}

	.show_chanpin_con_name {
		margin-top: 0;
		font-size: 24px
	}

	.show_chanpin_con_b {
		font-size: 18px;
		margin-top: 5px
	}

	.show_chanpin_show {
		height: auto
	}

	.show_chanpin_con_more {
		margin-top: 10px
	}

	.t_product_xl {
		height: 655px
	}

	.show_chanpin_con_p {
		margin-top: 8px
	}

	.t_product_xl_name {
		margin-top: 20px
	}

	.t_product_xl_ul {
		margin-top: 20px
	}

	.t_product_tj_name {
		margin-top: 20px
	}

	.t_product_tj_enname {
		margin-bottom: 20px
	}

	.t_product_tj_list {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 10px
	}

	.t_product_tj_li {
		width: 100%;
		height: 220px
	}

	.t_product_tj .am-slider-default .am-control-nav {
		right: 0;
		bottom: 10px
	}

	.t_product_tj .am-slider-default .am-control-nav li a {
		width: 12px;
		height: 12px
	}

	.t_product_tj_div {
		margin-left: 0;
		width: 49%;
		height: auto;
		padding-bottom: 14px
	}

	.t_product_tj_content .t_product_tj_div_touch2 {
		margin-left: 2%
	}

	.t_product_tj_div_img {
		height: auto
	}

	.t_product_tj_div_img img {
		width: 100%
	}

	.t_product_tj_div_con {
		padding: 0 2%
	}

	.t_product_tj_div_name {
		font-size: 15px
	}

	.t_product_tj_div_more {
		width: 80%
	}

	.t_product_tj_div_more span.t_product_tj_div_more_icon {
		display: none
	}

	.t_product_yy_list li {
		width: 100%;
		height: auto;
		margin-right: 0;
		float: none;
		margin-bottom: 14px
	}

	.t_product_yy_li_img img {
		width: 100%
	}

	.t_product_yy_li_con {
		bottom: -10px
	}

	.t_product_yy_more {
		margin: 14px auto 0 auto
	}

	.t_product_yy {
		margin-bottom: 20px
	}

	.n_product_list {
		padding-bottom: 20px;
		margin-top: 16px
	}

	.show_chanpin_nav_box {
		width: 90%
	}

	.show_chanpin_nav_ul {
		float: none;
		width: 100%
	}

	.am-sticky-placeholder {
		margin: 0 !important
	}

	.show_chanpin_nav_ul li {
		width: 25%;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		font-size: 13px;
		line-height: 40px
	}

	.show_chanpin_content_box {
		width: 90%
	}

	.show_chanpin_con {
		float: none;
		width: 100%
	}

	.n_yingyong_banner_title {
		margin-top: 20px
	}

	.n_yingyong_banner_js {
		margin-top: 30px
	}

	.n_yingyong_banner {
		height: 410px
	}

	.n_yingyong_li {
		height: auto
	}

	.n_yingyong_list {
		margin-top: 20px
	}

	.n_yingyong_list li {
		width: 49%;
		height: auto;
		margin-right: 0;
		margin-bottom: 10px
	}

	.n_yingyong_list li.n_yingyong_li2_touch {
		margin-left: 2%
	}

	.n_yingyong_li img {
		width: 100%
	}

	.n_yingyong_li .n_yingyong_li_icon img {
		width: auto
	}

	.n_yingyong_li_icon {
		top: 10px
	}

	.n_yingyong_li_name {
		top: auto;
		bottom: 20px
	}

	.n_yingyong_li_js {
		display: none
	}

	.n_yingyong_dongtai_title {
		margin-top: 20px
	}

	.n_yingyong_list .box {
		padding-bottom: 15px
	}

	.n_yingyong_dongtai_list li {
		float: none;
		width: 100%;
		height: auto;
		padding-bottom: 14px;
		margin-bottom: 10px
	}

	.n_yingyong_dongtai_li {
		width: 90%
	}

	.n_yingyong_dongtai_li_time {
		margin-top: 5px
	}

	.n_yingyong_dongtai_li_name {
		margin-top: 10px
	}

	.n_yingyong_dongtai {
		margin-bottom: 20px
	}

	.n_yingyong_dongtai_list {
		margin-top: 14px
	}

	.n_about_banner {
		height: 150px;
		background-size: auto 100% !important
	}

	.n_about_banner_con {
		top: 40px
	}

	.n_news_meiti_box li {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 15px
	}

	.n_news_meiti_li_img {
		width: 100%;
		height: auto
	}

	.n_news_meiti_li_img img {
		width: 100%
	}

	.n_news_meiti {
		padding-bottom: 20px;
		margin-top: 20px
	}

	.n_zhaopin_a {
		margin: 20px 0
	}

	.n_zhaopin_a_img {
		float: none;
		width: 100%
	}

	.n_zhaopin_a_img img {
		width: 100%
	}

	.n_zhaopin_a_con {
		width: 100%;
		float: none;
		margin-left: 0
	}

	.n_zhaopin_b_title {
		margin: 20px 0 0 0
	}

	.n_zhaopin_b_js {
		width: 100%;
		text-align: left
	}

	.n_zhaopin_b_list li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}

	.n_zhaopin_b_li_img {
		width: 100%;
		height: auto
	}

	.n_zhaopin_b_li_img img {
		width: 100%
	}

	.n_zhaopin_b_more {
		margin: 14px auto 20px auto
	}

	.n_zhaopin_c {
		margin: 20px 0
	}

	.n_zhaopin_c_list li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 14px
	}

	.n_zhaopin_c_li_img {
		width: 45%;
		text-align: center
	}

	.n_zhaopin_c_li_img img {
		width: 100%
	}

	.n_zhaopin_c_li_con {
		width: 53%;
		float: left;
		margin-left: 2%
	}

	.n_zhaopin_c_li_name {
		font-size: 18px;
		margin-top: 5px
	}

	.n_zhaopin_c_li_js {
		margin-top: 10px;
		line-height: 24px
	}

	.n_zhaopin_c_li_more {
		display: none
	}

	.n_lxwm {
		margin: 20px 0
	}

	.n_lxwm_l {
		float: none;
		width: 100%
	}

	.n_lxwm_l_list {
		margin-top: 20px
	}

	.n_lxwm_l_ewm {
		margin-top: 15px
	}

	.n_lxwm_l_ewm li {
		width: 50%;
		margin-right: 0
	}

	.n_lxwm_r {
		float: none;
		width: 100%;
		margin-top: 20px
	}

	.n_lxwm_r div {
		margin-bottom: 12px
	}

	.n_lxwm_r div.n_lxwm_sub {
		width: 100%;
		float: none
	}

	.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s1 {
		width: 48%
	}

	.n_lxwm_r div.n_lxwm_sub input.n_lxwm_sub_s2 {
		width: 45%;
		margin-left: 3%
	}

	.n_about_b {
		display: none
	}

	.n_about_c_li {
		background-size: auto 100% !important;
		height: 230px
	}

	.n_about_c_li_box {
		width: 90%;
		margin: 0 auto !important
	}

	.n_about_c_li_name {
		font-size: 18px;
		margin-top: 30px
	}

	.n_about_c_li_js {
		margin-top: 20px;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical
	}

	.n_about_c_li_more {
		display: none
	}

	.n_about_c_li3 .n_about_c_li_box {
		margin-right: 0;
		float: none
	}

	.n_about_d_name {
		margin-top: 15px
	}

	.n_about_d_con {
		margin-top: 15px
	}

	.n_about_d_con_l {
		float: none;
		width: 100%
	}

	.n_about_d_con_l_p_s2 {
		width: 89%
	}

	.n_about_d_con_l_p {
		width: 100%;
		margin-bottom: 10px
	}

	.n_about_d_con_r {
		width: 100%;
		float: none
	}

	.n_about_d_con_r img {
		width: 100%
	}

	.n_about_d_con_ul {
		background: none;
		margin-top: 0
	}

	.n_about_d_con .am-nav>li>a {
		margin-top: 0;
		width: 100%;
		text-align: center;
		line-height: 32px
	}

	.n_about_d_con .am-nav-tabs>li {
		width: 20%
	}

	.n_about_d_con .am-tabs-bd .am-tab-panel {
		padding: 0;
		margin-bottom: 15px
	}

	.n_about_d {
		padding-bottom: 15px
	}

	.n_about_a_title {
		font-size: 24px;
		margin: 20px auto 10px auto
	}

	.shownew_fx {
		display: none
	}

	.shownew_box {
		margin: 0 3%
	}

	.shownew_left {
		float: none;
		width: 100%
	}

	.shownew_con {
		float: none;
		width: 94%;
		margin: 0 auto;
		padding-left: 0
	}

	.shownew_right {
		float: none;
		width: 100%;
		margin-top: 15px
	}

	.shownew_con_con p img {
		width: 100%;
		max-width: 100% !important;
	}

	.shownew_title {
		font-size: 18px
	}

	#shownew {
		margin-top: 15px
	}

	.shownew_bottom_fx {
		display: none
	}

	.shownew_con_con p {
		font-size: 16px;
		line-height: 30px
	}

	.shownew_tj_list_li_box {
		padding: 0 5%
	}

	.shownew_tj_li_title {
		line-height: 22px
	}

	.shownew_tj_li_time {
		margin-top: 10px
	}

	.shownew_tj_title {
		margin-top: 15px
	}

	.shownew_next_div_title {
		margin-top: 10px
	}

	.shownew_next_div {
		padding-bottom: 15px
	}

	.shownew_left .shownew_con2 {
		margin-left: 0
	}

	.n_news_posi {
		margin-top: 20px
	}

	.n_news_posi_img {
		width: 100%;
		float: none;
		height: auto
	}

	.n_news_posi_img img {
		max-width: 100%
	}

	.n_news_posi_box {
		height: auto
	}

	.n_news_posi_con {
		float: none;
		padding: 0;
		width: 100%
	}

	.n_news_posi_name {
		margin-top: 10px;
		font-size: 18px
	}

	.n_news_li {
		padding: 0;
		height: auto
	}

	.n_news_li_time {
		display: none
	}

	.n_news_li_con {
		float: none;
		width: 100%;
		margin-left: 0
	}

	.n_news_li_name {
		margin-top: 8px;
		font-size: 18px
	}

	.n_news_ul li {
		border-bottom: 1px solid #F1F1F1;
		padding-bottom: 15px
	}

	.n_zhaopin_js {
		width: 100%
	}

	.n_zhaopin_title {
		margin-top: 20px;
		font-size: 28px
	}

	.n_zhaopin_table {
		margin: 18px 0
	}

	.n_zhaopin_tr1_touch {
		display: none
	}

	.n_zhaopin_tr2_more {
		display: none
	}

	.n_zhaopin_tr1 th {
		padding-left: 0;
		font-size: 14px;
		font-weight: normal;
		text-align: center
	}

	.n_zhaopin_tr2 td a {
		display: initial;
		padding-left: 0;
		line-height: 24px;
		word-wrap: normal;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden
	}

	.n_zhaopin_tr2 td {
		height: 50px;
		font-size: 12px;
		text-align: center;
		border-bottom: 1px solid #ffffff
	}

	.shownew_box {
		width: 100%
	}

	.shownew_box {
		margin: 0
	}

	.shownew_con_con h3 {
		margin-bottom: 20px
	}

	.n_about_title {
		margin-top: 25px;
		font-size: 26px
	}

	.n_ryzz li {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
		float: none
	}
}

.shownew_con_con img {
	max-width: 700px
}

.pglist {
	padding: 0 0 15px;
	width: 100%;
	text-align: center;
	clear: both
}

.pglist a {
	font-size: 12px;
	color: #333;
	padding: 0 12px;
	margin: 0 4px;
	background: #fff;
	border: 1px solid #edebeb
}

.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px
}

.pglist a:hover,
.pglist .active a {
	display: inline-block;
	color: #fff;
	background: #005BAA;
	border-color: #005BAA
}

.show_chanpin_img img {
	max-width: 100%
}