﻿@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
td, div {
	font-size: 12px;
	color: #444;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: #f30;
}
.clear {
	clear: both;
}
.dis {
	display: none;
}
.w {
	width: 1200px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.m10 {
	margin: 10px auto;
}
h1, h2, h3, h4, p, a, ul, li, dl, dt, div {
	padding: 0px;
	margin: 0px
}
li, dt {
	list-style: none
}
#topbar {
	background: url(../images/head_top_bg.jpg) center center;
	height: 50px;
	line-height: 50px;
}
#topbar .w span {
	float: right;
	background: #fff;
	padding: 0 15px;
	color: #ddd;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
#topbar .w span a {
	font-family: arial;
}
#topbar .w {
	color: #999;
}
#topbar .fl {
	float: left;
	width: 350px;
}
#topbar .fr {
	float: right;
}
#topbar .fr h1 {
	float: left;
}
#topbar .fr h1 i {
	color: #fff;
	margin-right: 20px
}
#topbar .fr h1 i:hover {
	color: #ccc
}
#topbar .fr p {
	float: left;
	color: #fff;
	font-size: 14px;
	margin-left: 70px
}
#topbar .fr p i {
	color: #fff;
	margin-right: 10px
}
#topbar .fl p {
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
#tophead {
	padding: 40px 0;
	overflow: hidden
}
#tophead form {
	float: right;
	margin-top: 20px;
}
#tophead form .input {
	border: 1px solid #ddd;
	padding: 10px 15px;
	vertical-align: middle;
	border-right: 0;
	color: #555;
}
#tophead form .bnt {
	background: #2194D3;
	border: 1px solid #2194D3;
	padding: 10px 25px;
	vertical-align: middle;
	color: #fff;
}
.heade_menu {
	height: 100px;
	margin: 0px auto;
	width: 100%
}
.head_con {
	float: right
}
.head_con ul li {
	float: left;
	margin-left: 30px
}
.head_con ul li i {
	float: left;
	background: #083e8d;
	color: #fff;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	margin-right: 10px
}
.head_con ul li .p {
	float: left
}
.head_con ul li .p h3 {
	font-size: 18px;
}
.head_con ul li .p p {
	line-height: 30px;
	font-size: 14px;
	color: #4e4e4e
}
#topnav {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gupIn 1s 0.1s both;
	-moz-animation: gupIn 1s 0.1s both;
	animation: gupIn 1s 0.1s both;
	z-index: 9999
}
#topnav .head_search {
	background: #fcb026;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}
#topnav .h_tel {
	font-size: 24px;
	line-height: 100px;
	height: 100px;
	font-weight: bold;
	float: right;
	width: 350px
}
#topnav .h_tel p {
	font-size: 20px;
	color: #666
}
#topnav .h_tel p span {
	color: #e60012
}
#topnav .h_tel i {
	color: #e60012;
	font-size: 30px;
	float: left;
	margin-right: 20px
}
#topnav .w {
	box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
	-webkit-box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
	-moz-box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
}
#topnav .heade_menu ul {
	margin-top: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#topnav .heade_menu .fr a {
	text-align: center;padding:40px 0px 20px 0px
}
#topnav .heade_menu .fr a i {
	font-size: 30px;
	color: #fff;
	text-align: center;
	;
}
#topnav .heade_menu ul li {
	float: left;
	position: relative;
	margin: 0px 20px
}
#topnav .heade_menu .logo {
	padding: 15px 0px;
	margin-right: 0%;
	width: 250px;
}
#topnav .heade_menu ul li a {
	display: block;
	font-size: 16px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	color: #333;
	height: 40px;
line-height:40px  display: block;
}
#topnav .heade_menu ul li a::after {
	content: '';
	width: 0px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
#topnav .heade_menu ul li a:hover, #topnav .heade_menu ul li a.cur {
	color: #e60012
}
#topnav .heade_menu ul li a:hover::after, #topnav .heade_menu ul li a.cur::after {
	width: 100%;
	background: #e60012;
	left: 0px;
}
#topnav .heade_menu ul li a:hover {
}
#topnav .heade_menu ul .hover a {
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	display: block;
}
#topnav .heade_menu ul li dl {
	position: absolute;
	z-index: 999;
	margin: 0;
	display: none;
	width: auto;
}
#topnav .heade_menu ul li dl dt a {
}
#topnav .heade_menu .logo {
}
#topnav .heade_menu ul .hover dl dt a {
	white-space: nowrap;
	background: #e60012;
	border-bottom: 1px solid #e13744;
	display: block;
	font-size: 14px !important;
	font-weight: normal;
	color: #fff;
	padding: 0px 20px;
	line-height: 40px;
	height: 40px
}
#topnav .heade_menu ul .hover dl dt a:hover {
	background: #fff;
	color: #333;
	display: block;
}
#topnav .heade_menu.fixedlogo {
	border-radius: 0px !important;
	background: #ffffff !important;
	box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 30px 0px rgba(0,0,0,0.1);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	position: fixed;
	top: 0px;
}
#topnav .heade_menu.fixedlogo .logo {
	margin-left: 2.5%;
	padding: 8px 0px
}
#topnav .heade_menu.fixedlogo ul {
	margin-right: 2.5%
}
#topnav .heade_menu.fixedlogo ul li dl {
	top: 100px
}
#banner {
	height: 750px;
}
#banner #slides li .text {
	padding-top: 120px
}
#banner #slides li .text h1 {
	font-size: 100px;
	margin-bottom: 30px;
	color: #e60012;
	width: 600px;
	text-transform: uppercase;
}
#banner #slides li .text h3 {
	font-size: 24px;
	color: #333;
	width: 600px;
	margin-bottom: 20px;
	font-weight: normal;
	;
}
#banner #slides li .text h1 span {
	color: #e60012;
}
#banner #slides li .text p {
	font-size: 16px;
	color: #fff;
	width: 600px;
	margin: 20px 0px;
	line-height: 32px;
}
#banner #slides li .text a {
	color: #fff;
	background: #e60012;
	width: 130px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	display: block;
	font-size: 14px;
}
#banner #slides li .text a:hover {
	background: #e60012
}
#full-screen-slider {
	width: 100%;
	height: 750px;
	position: relative
}
#slides {
	display: block;
	width: 100%;
	height: 750px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	margin-left: -97px !important;
	bottom: 50px;
	z-index: 2000;
	padding: 5px 15px 5px 0;
}
#pagination li {
	display: block;
	list-style: none;
	width: 50px;
	height: 5px;
	float: left;
	background: #FFF;
	margin-right: 10px
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
#pagination li.current {
	background: #e60012
}
.main-product {
	background: #eef2f5;
	padding: 50px 0px;
}
.main-product .title {
	padding-bottom: 10px;
	overflow: hidden
}
.main-product .title h1 {
	font-size: 48px;
	color: #FCB026
}
.main-product .title h2 {
	font-size: 30px;
	color: #333;
	margin-bottom: 10px
}
.main-product .title p {
	font-size: 18px;
	color: #979797
}
.main-product .title-list {
	position: relative;
	top: 75px;
}
.main-product .title-list li {
	line-height: 40px;
	text-align: center;
	float: left;
	display: inline;
	font-size: 18px;
	color: #111111;
	font-weight: bold;
	margin-left: 30px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}
.main-product .title-list li.on {
	color: #E60012;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px solid #E60012
}
.product {
	height: 268px;
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 20px;
}
.product ul {
	position: absolute;
	left: 0px;
}
.product-wrap .show {
	display: block;
}
.product-wrap .product li {
	float: left;
	display: inline;
	margin-left: 13px;
	background: #f3f3f3;
	border: 2px solid #fafafa;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
}
.product-wrap .product li.ml0 {
	margin-left: 0px;
}
.product-wrap .product li a.imgwrap {
	display: block;
	width: 283px;
	height: 216px;
	background: #fff;
	text-align: center;
}
.product-wrap .product li a.imgwrap img {
	width: 283px;
	height: 216px;
}
.product-wrap .product li p {
	color: #666666;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.product-wrap .product li p a {
	color: #666666;
	text-decoration: none;
	font-size: 16px;
}
.product-wrap .product li p a:hover {
	color: #E60012;
	text-decoration: none;
}
.subject {
	color: #1F92D1;
	font-size: 18px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	height: 41px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.subject b {
	display: inline-block;
	font-weight: normal;
	border-bottom: 2px solid #1F92D1;
	height: 40px;
	line-height: 40px;
}
.subject span {
	color: #bbb;
	display: inline-block;
	font-size: 16px;
	font-family: verdana;
	padding-left: 10px;
}
.subject a {
	float: right;
	font-size: 12px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.pro_width {
	width: 1012px;
	height: 370px;
	overflow: hidden;
}
.prolist {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 29999px;
}
.prolist li {
	float: left;
	width: 240px;
	margin: 0 13px 13px 0;
}
.prolist li a {
	border: 1px solid #eee;
	display: block;
	padding: 15px;
}
.prolist li a img {
	border: 1px solid #eee;
}
.prolist li a .title {
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.prolist li a .intro {
	line-height: 18px;
	color: #999;
	word-break: break-all;
	min-height: 55px;
}
.prolist li a .more {
	display: block;
	margin: 15px auto 10px auto;
	text-align: center;
	background: #e5e5e5;
	width: 90px;
	line-height: 24px;
}
.prolist li a:hover {
	border: 1px solid #ddd;
}
.prolist li a:hover .title {
	color: #1F92D1;
}
.prolist li a:hover .more {
	background: #1F92D1;
	color: #fff;
}
.topcase {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.topcase li {
	float: left;
	width: 240px;
	margin: 0 13px 13px 0;
}
.topcase li a {
	text-align: center;
	display: block;
	position: relative;
	height: 160px;
	overflow: hidden;
}
.topcase li img {
	border: 1px solid #eee;
	width: 240px;
	height: 180px;
	display: block;
	margin-bottom: 10px;
}
.topcase li a div {
	position: absolute;
	background: #333;
	width: 100%;
	line-height: 40px;
	height: 40px;
	color: #fff;
	display: block;
	bottom: -40px;
	left: 1px;
	opacity: 0.7
}
.bg_black {
	background: #eee;
	padding: 15px 0;
}
.subject_news {
	color: #333;
	font-size: 18px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	height: 41px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.subject_news b {
	display: inline-block;
	font-weight: normal;
	border-bottom: 2px solid #1F92D1;
	height: 40px;
	line-height: 40px;
}
.subject_news span {
	color: #bbb;
	display: inline-block;
	font-size: 16px;
	font-family: verdana;
	padding-left: 10px;
}
.subject_news a {
	float: right;
	font-size: 12px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.newslist {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.newslist li {
	float: left;
	width: 480px;
	margin: 0 20px 20px 0;
}
.newslist li a img {
	float: left;
	margin-right: 10px;
	border: 1px solid #eee;
}
.newslist li a .title {
	font-size: 16px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	line-height: 30px;
}
.newslist li a .date {
	font-size: 12px;
	color: #444;
	font-family: arial;
	line-height: 20px;
}
.newslist li a .intro {
	line-height: 18px;
	color: #999;
}
.newslist li a:hover .title {
	color: #f30;
}
.link {
	padding: 15px;
}
.link img {
	margin: 3px 8px 5px 0;
}
.link ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}
.link ul li {
	float: left;
	width: 93px;
	height: 25px;
	overflow: hidden;
}
#bg_foot_nav {
	background: #187EC6;
	text-align: center;
}
.foot_nav {
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.foot_nav span {
	float: right;
	padding-top: 5px;
}
.foot_nav a {
	color: #fff;
}
.foot_nav a:hover {
	color: #ff0;
}
#bg_copyright {
	background: #1F92D1;
	padding: 20px 0;
}
.copyright {
	color: #fff;
	font-family: verdana;
	line-height: 25px;
	text-align: center;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #ff0;
}
.lefter {
	width: 295px;
	margin-left: 30px;
	float: right;
}
.righter {
	float: left;
	width: 750px;
}
.leftnav {
	background: #e60012;
	padding: 25px 30px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase
}
.subnav {
	border-bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.subnav li {
	margin: 10px 0px;
	background: #eaecf5 /*url(../images/index/leftbg.png)*/ no-repeat center;
}
.subnav li a {
	font: normal 16px/46px "Fjalla One", sans-serif;
	display: block;
	padding-left: 30px;
	padding-left: 35px;
	text-transform: uppercase;
	color: #373737;
	-moz-transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.subnav li a:hover {
	display: block;
	padding-left: 20px;
	background: #fcb026 url(../images/leftbg.png) no-repeat right center;
	color: #fff;
	padding-left: 40px;
}
.subnav .hover a {
	display: block;
	padding-left: 20px;
	background: #fcb026 url(../images/leftbg.png) no-repeat right center;
	color: #fff;
	padding-left: 40px;
}
.subnav dl {
	margin: 0;
	padding: 0;
	list-style: none;
*margin-top:-12px;
	background: #fafafa
}
.subnav dl dt {
}
.subnav dl dt a {
	font-family: "Fjalla One", sans-serif;
	background: #fff;
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding-left: 40px;
	font-size: 14px;
	text-transform: uppercase
}
.subnav dl dt a:hover {
	background: #fff;
	font-weight: normal;
	color: #fcb026;
}
.subnav li dl .hover a {
	color: #fcb026;
	font-weight: normal;
	background: #fff;
}
.left_border {
	border: 1px solid #eee;
	border-top: 0;
	padding: 10px 15px;
	line-height: 25px;
}
.left_border p {
	margin: 0;
	padding: 0;
}
.left_border b {
	font-size: 14px;
}
.container {
	line-height: 25px;
	font-size: 14px;
}
.container p {
	margin: 5px 0;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 16px;
}
.artshow table {
	border-collapse: collapse;
}
.artshow table td {
	border: 1px #666 solid;
	text-align: center;
	padding: 10px;
	font-size: 16px;
}
.artshow table .firstRow {
	background: #083e8d;
}
.artshow table .firstRow td {
	color: #fff
}
.artshow {
	line-height: 25px;
	font-size: 14px;
	padding: 0 0 15px 0;
}
.artshow .title {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 100;
	font-variant: normal;
	margin: 0;
	padding: 15px 0;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.artshow .info {
	text-align: center;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	color: #999;
	padding: 0 0 15px 0;
	font-size: 14px;
}
.artshow p {
	margin: 5px 0;
	font-size: 14px;
}
.artshow .pre {
	margin: 5px 0 5px 0;
	color: #999;
}
.artshow .next {
	margin: 0 0 5px 0;
	color: #999;
}
.prowidth {
	width: 1200px;
	overflow: hidden;
}
.pro_list {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.pro_list li {
	float: left;
	width: 280px;
	margin: 0 15px 13px 0;
}
.pro_list li:nth-child(4n) {
	margin: 0 0px 13px 0
}
.pro_list li a {
	border: 1px solid #eee;
	display: block;
	padding: 9px;
}
.pro_list li a img {
	padding: 10px;
}
.pro_list li .pic {
	width: 258px;
	height: 258px;
	overflow: hidden;
	border: 1px solid #eee;
}
.pro_list li img {
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.pro_list li :hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.pro_list li img.none:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.pro_list li a .title {
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.pro_list li a .intro {
	line-height: 18px;
	color: #999;
	word-break: break-all;
	min-height: 55px;
}
.pro_list li a .more {
	display: block;
	margin: 15px auto 10px auto;
	text-align: center;
	background: #e5e5e5;
	width: 258px;
	line-height: 50px;
	font-size: 16px;
}
.pro_list li a:hover {
	border: 1px solid #ddd;
}
.pro_list li a:hover .title {
	color: #EA7500;
}
.pro_list li a:hover .more {
	background: #083e8d;
	color: #fff;
	font-size: 14px;
}
.pic_list {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.pic_list li {
	float: left;
	width: 240px;
	margin: 0 13px 13px 0;
}
.pic_list li a {
	border: 1px solid #eee;
	display: block;
	padding: 5px;
}
.pic_list li a img {
	border: 0;
}
.pic_list li a .title {
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.pic_list li a:hover {
	border: 1px solid #ddd;
}
.pic_list li a:hover .title {
	color: #1F92D1;
}
.casewidth {
	width: 780px;
	overflow: hidden;
}
.case_list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
.case_list li {
	width: 240px;
	margin: 0 20px 30px 0;
	float: left;
	text-align: center;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.case_list li img {
	display: block;
	margin-bottom: 15px;
}
.case_list li a {
	color: #666;
	font-size: 13px;
}
.case_list li a:hover {
	color: #f30;
}
.joblist {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.joblist li {
	float: left;
	width: 480px;
	margin: 0 20px 20px 0;
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
}
.joblist li a .title {
	font-size: 16px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	line-height: 30px;
}
.joblist li .line {
	padding: 0;
	margin: 0;
	line-height: 22px;
}
.joblist li .line b {
	float: left;
	width: 70px;
	color: #555;
}
.joblist li .line .intro {
	margin-left: 70px;
}
.joblist li a:hover .title {
	color: #f30;
}
.job_list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.job_list li {
	float: left;
	width: 350px;
	margin: 0 20px 20px 0;
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
}
.job_list li a .title {
	font-size: 16px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	line-height: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}
.job_list li .line {
	padding: 0;
	margin: 5px 0;
	line-height: 24px;
	text-indent: 0;
}
.job_list li .line b {
	float: left;
	width: 70px;
}
.job_list li .line .intro {
	margin-left: 70px;
}
.job_list li .line .intro p {
	margin: 0 0 5px 0;
	padding: 0;
}
.job_list li a:hover .title {
	color: #f30;
}
.news_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news_list li {
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	line-height: 24px;
	color: #999;
}
.news_list li:hover {
	background: #fafafa;
}
.news_list li a {
	font-size: 18px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	display: block;
	line-height: 40px;
}
.news_list li em {
	color: #666;
	font-family: verdana;
	display: block;
	font-style: normal;
}
.rss_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.rss_list li {
	border-bottom: 1px dotted #ddd;
	line-height: 40px;
	color: #999;
}
.rss_list li a {
	font-size: 14px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
#position {
	margin: 0 auto;
	width: 1000px;
	overflow: hidden;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	line-height: 30px;
}
/*list*/
.list_page {
	text-align: center;
	margin: 10px;
	display: block;
}
.list_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
.list_page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}
.list_page ul li {
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 4px;
}
.list_page ul a {
	color: #333;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
}
.page_group ul {
	border-right: solid 1px #ddd;
	border-radius: 4px;
}
.page_group ul li {
	border-right: none;
	border-radius: 0;
	float: left;
}
.page_group ul li:not(:first-child):not(:last-child) {
	border-radius: 0;
}
.page_group ul li:first-child {
	border-radius: 4px 0 0 4px;
}
.page_group ul li:last-child {
	border-radius: 0 4px 4px 0;
}
.page_group ul .active a {
	background: #f3f3f3;
	border-radius: 0;
}
.comment {
	overflow: hidden;
	clear: both;
	margin: 10px 0;
}
.comment .line {
	clear: both;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.comment .line .base {
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
}
.comment .line .base span {
	margin: 0 0 0 10px;
	color: #999;
	font-weight: normal;
	float: right;
	font-size: 12px;
}
.comment .line .content {
	line-height: 20px;
	word-wrap: break-word;
	overflow: hidden;
}
.comment .line .reply {
	font-family: verdana;
	word-wrap: break-word;
	overflow: hidden;
}
.comment .line .reply strong {
	color: #f60;
	float: left;
}
.comment_more {
	text-align: center;
	padding: 10px 0;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 14px;
}
.comment_more a {
	color: #999;
}
.comment_more a:hover {
	color: #f30;
}
.commentadd {
	margin: 10px 0;
	clear: both;
}
.commentadd .text {
}
.commentadd .text .div {
	padding: 0 5px 0 0;
	border: 1px solid #E4E2E2;
	border-bottom: 0;
}
.commentadd .text .div textarea {
	width: 98%;
	height: 70px;
	overflow: auto;
	border: 0;
	padding: 10px;
}
.commentadd .input {
	margin: 0;
	font-size: 14px;
	background: #fafafa;
	border: 1px solid #EDECEC;
	overflow: hidden;
	padding: 0px 5px 5px 15px;
	line-height: 40px;
	height: 40px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.commentadd .input .send {
	float: right;
	border: 1px solid #1F92D1;
	background: #1F92D1;
	color: #fff;
	padding: 8px 25px;
	margin: 5px 0 0;
	vertical-align: middle;
	cursor: pointer;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.bookadd {
	margin: 20px 0;
}
.bookadd div {
	margin-bottom: 15px;
}
.bookadd .label {
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	clear: both;
}
.bookadd .label span {
	color: #f30;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.bookadd .enter {
	margin-left: 120px;
}
.bookadd .enter .ip {
	border: 1px solid #ddd;
	padding: 10px 10px;
	vertical-align: middle;
	overflow: hidden;
	border-radius: 10px 0 10px 0;
}
.bookadd .enter .bnt {
	border: 1px solid #1F92D1;
	background: #1F92D1;
	padding: 8px 20px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
}
.bookadd .enter label {
	display: block;
}
.job_h1 {
	font-size: 14px;
	line-height: 35px;
	border-bottom: 1px solid #eee;
	margin: 10px 0;
}
.info_title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #f0f0f0;
	line-height: 30px;
	height: 30px;
	margin: 0 0 15px 0;
}
.info_intro {
	padding: 0 0 20px 0;
	line-height: 22px;
	color: #666;
}
.info_intro p {
	margin: 0 0 5px 0;
	padding: 0;
}
.info_intro .red {
	color: #f30;
	margin: 0 5px;
}
#goodsshow {
	margin: 20px 0;
	overflow: hidden;
	width: 870px;
}
#goodsshow img {
	border: 0;
}
#goodsshow .left {
	float: left;
	width: 350px;
	margin: 0 50px 0 0;
}
#goodsshow .right {
	float: left;
}
#goodsshow .shop_big {
	border: 1px solid #ededed;
	padding: 2px;
	background: #fff;
	width: 850px;
	cursor: pointer;
}
#goodsshow .shop_plist {
	clear: both;
	width: 850px;
}
#prolist {
	width: 810px;
	float: left;
	overflow: hidden;
	height: 68px;
	position: relative;
	margin: 10px 0 0 0;
}
#prolist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 20000px;
	position: relative;
}
#prolist ul li {
	float: left;
	cursor: pointer;
	position: relative;
	background: url(../images/pro_none.gif) no-repeat center top;
	height: 68px;
}
#prolist ul li img {
	height: 60px;
	width: 60px;
	margin: 6px 8px 0 8px;
	padding: 0px;
	border: 0;
}
#prolist .hover {
	background: url(../images/pro_bg.gif) no-repeat center top;
	height: 68px;
}
#goodsshow .shop_plist a.prev {
	float: left;
	width: 20px;
	height: 68px;
	display: block;
	outline: none;
	background: url(../images/ico_left.gif) no-repeat center;
	line-height: 68px;
	margin-top: 12px;
}
#goodsshow .shop_plist a.next {
	float: left;
	width: 20px;
	height: 68px;
	display: block;
	outline: none;
	background: url(../images/ico_right.gif) no-repeat center;
	margin-top: 12px;
}
#goodsshow .right {
	width: 350px;
}
#goodsshow .right h1 {
	font-size: 18px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
#goodsshow .right .intro {
	color: #999;
	min-height: 80px;
}
#goodsshow .right .sno {
	border-bottom: 1px solid #eee;
	line-height: 35px;
}
#goodsshow .right .price {
	color: #999;
	line-height: 30px;
	padding: 10px 0;
}
#goodsshow .right .price span {
	color: #f60;
	font-size: 16px;
}
a.inquiry {
	display: inline-block;
	background: #1F92D1;
	padding: 8px 30px;
	color: #fff;
	margin: 10px 0;
	font-size: 16px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	border-radius: 4px;
}
a:hover.inquiry {
	color: #fff;
	background: #f60;
}
.con_pro {
	padding: 120px 0px 60px 0px;
	background: #f0f0f0
}
.con_pro .ystit p {
	color: #1c1c1c;
	font-weight: 300;
	font-size: 20px
}
.con_pro .ystit h1 {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 32px;
	padding-bottom: 10px
}
.con_pro .ystit h2 {
	width: 50px;
	height: 5px;
	background: #e60012
}
.con_pro .fl {
	width: 350px;
	float: left
}
.con_pro .fl p {
	font-size: 16px;
	font-weight: 300;
	margin: 30px 0px;
	font-weight: lighter;
	line-height: 30px
}
.con_pro .fl ul li {
	margin: 22px 0px
}
.con_pro .fl ul li a {
	font-size: 16px;
	font-weight: 700;
}
.con_pro .fl ul li a span {
	font-size: 14px;
	font-weight: 300;
	color: #f55c00;
	margin-right: 20px
}
.con_pro .fl .caselink {
	background: #f55c00;
	color: #fff;
	width: 115px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px
}
.con_pro .fl .caselink a {
	color: #fff
}
.con_pro .fl .caselink:hover {
	background: #444
}
.scrollpic {
	width: 1200px;
	margin: 0px auto 0 auto;
	padding-bottom: 10px
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 320px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#myscroll ul li {
	display: block;
	float: left;
	padding: 0;
	width: 280px;
}
#myscroll ul li a {
	display: block;
	float: left;
	width: 280px;
	padding: 0;
	position: relative;
	height: 460px;
	color: #333;
}
#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: #083e8d;
	filter: alpha(opacity=70);
	width: 260px;
	color: #fff;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 1;
	text-align: center;
}
#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	height: 50px;
	width: 260px;
	line-height: 50px;
	border-bottom: 1px solid #347fdc;
	font-weight: 100;
}
#myscroll a .intro p {
	font-size: 13px;
	line-height: 20px;
	margin: 65px 70px;
	height: 180px;
	overflow: hidden;
}
#myscroll a .intro {
	bottom: -370px;
}
#mybtns {
	margin: 0px 0 20px 0px;
	width: 830px;
	display: block;
	height: 42px;
	margin-right: 15px;
}
#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	margin: 0px 10px;
}
#mybtns a:hover {
	background-color: #083e8d;
}
#mybtns a:hover, #myscroll, #mybtns a, #myscroll a:hover .intro, #myscroll a .intro, #myscroll #myscrollbox {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {
	background-image: url(../images/jt_l.png);
}
#mybtns #right {
	background-image: url(../images/jt_r.png);
}
.con_about {
	background: url(../images/ipt3-bg.png) no-repeat center;
	margin-top: -65px;
	;
	height: 524px;
}
.con_about .text {
	padding: 50px 0px;
}
.con_about .text h3 {
	font-size: 18px;
	color: #818a8f;
	font-weight: lighter
}
.con_about .text h1 {
	text-align: center;
	font-size: 36px;
	color: #333;
	margin: 10px 0px
}
.con_about .text h1 span {
	color: #fcb026;
}
.con_about .text p {
	font-size: 16px;
	color: #333;
	font-weight: lighter;
	line-height: 30px;
	margin: 30px 0px;
	text-align: center;
}
.con_about .text ul li {
	width: 31.3%;
	float: left;
	text-align: center;
	margin-right: 1%
}
.con_about .text ul li h2 {
	font-weight: normal;
	font-size: 14px;
	;
}
.con_about .text ul li h1 {
	font-size: 60px
}
.con_about .more {
	text-align: center;
	background: #e60012;
	width: 165px;
	margin: 50px auto 0px auto;
	;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	;
}
.con_about .more a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	;
}
.con_about .more:hover {
	background: #333;
}
.con_coo {
	padding: 50px 0px
}
.con_coo .tit h1 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px
}
.con_coo ul {
	margin-top: 40px
}
.con_coo ul li {
	margin-bottom: 10px;
	width: 180px;
	float: left;
	margin-right: 24px;
}
.con_coo ul li:nth-child(6n) {
	margin-right: 0px;
}
.con_coo ul li img {
	border: 1px solid #ccc;
	padding: 10px;
	width: 158px
}
.fl {
	float: left
}
.fr {
	float: right
}
#footer {
	background: #394351
}
.foot {
	padding: 40px 0px;
	overflow: hidden
}
.foot .f_con {
	width: 310px;
	float: left;
	margin-right: 90px;
}
.foot .tit {
	margin-bottom: 30px;
	;
}
.foot .tit h1 {
	font-size: 24px;
	color: #fff;
}
.foot .tit h2 {
	font-size: 30px;
	color: #747b85;
	font-weight: normal;
	margin-bottom: 5px;
}
.foot .f_con p {
	color: #fff;
	float: left;
	font-size: 14px;
	margin: 0px 20px 20px 0px
}
.foot .f_con p i {
	color: #394351;
	background: #fff;
	padding: 2px;
	font-size: 14px;
	border-radius: 9px;
	margin-bottom: 10px;
	margin-right: 10px
}
.foot .f_ul {
	width: 510px;
	float: left
}
.foot .f_ul ul {
}
.foot .f_ul ul {
}
.foot .f_ul ul li {
	float: left;
	margin: 0px 20px 20px 0px
}
.foot .f_ul ul li a {
	font-size: 16px;
	color: #fff
}
.foot .f_ul ul li:hover a {
	color: #e60012
}
.foot .f_ewm {
	float: right;
	text-align: center;
}
.foot .f_ewm p {
	color: #eee;
	margin-top: 10px;
	;
}
.foot_copy {
	height: 80px;
	line-height: 80px;
	border-top: 1px solid #82878d;
	color: #fff;
}
.foot_copy .fl {
	color: #929393;
	font-size: 14px;
}
.foot_copy .fr {
	color: #929393;
	font-size: 14px;
}
.foot_copy .fr a {
	color: #929393;
	font-size: 14px;
}
/* pro-section list */
.pro-section {
	margin: 0px auto
}
.product-section div.pros-block:nth-child(2n) {
	margin: 30px 0px 30px 0px
}
.product-section div.pros-block {
	width: 425px;
	margin: 30px 25px 30px 0px;
	float: left;  height: 325px;;
}
.product-section div.pros-block .libox {
	overflow: hidden;
	box-shadow: 0px 2px 10px 0px rgba(130, 129, 129, 0.35);
	position: relative;
}
.product-section div.pros-block .libox:before {
	content: '';
	position: absolute;
	top: 5%;
	left: 5%;
	width: 0px;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.product-section div.pros-block .libox:after {
	content: '';
	position: absolute;
	top: 5%;
	right: 5%;
	width: 1px;
	height: 0;
	background-color: #fff;
	opacity: 0;
	z-index: 10;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.product-section div.pros-block a {
	display: block;
}
.product-section div.pros-block .tit {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	margin: 0;
	bottom: 0px;
	font-size: 18px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.50);
	color: #fff;
}
.product-section div.pros-block .intro {
	position: relative;
	padding: 10px
}
.product-section div.pros-block .hover {
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(2, 92, 172, 0.8);
	color: #fff;
	font-size: 16px;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.product-section div.pros-block .hover:before {
	content: '';
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 1;
	width: 0px;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.product-section div.pros-block .hover:after {
	content: '';
	position: absolute;
	bottom: 5%;
	left: 5%;
	z-index: 1;
	width: 1px;
	height: 0;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.product-section div.pros-block .hover div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product-section div.pros-block .hover i {
	display: block;
	height: 30px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 24px;
	text-align: center;
	font-style: normal;
	margin: 1.6rem 0;
	margin-top: 0;
	color: #fff
}
.product-section div.pros-block .hover p {
	display: block;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 20px;
	text-align: center;
}
.product-section div.pros-block .hover .more {
	width: 110px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	display: block;
	margin: 0 auto 0;
	margin-top: 1.6rem;
	text-align: center;
	border-radius: 20px;
	color: #035cac;
}
.product-section div.pros-block:hover .hover {
	opacity: 1;
}
.product-section div.pros-block:hover .libox:before {
	width: 90%;
	opacity: 1;
}
.product-section div.pros-block:hover .libox:after {
	height: 90%;
	opacity: 1;
}
.product-section div.pros-block:hover .hover:before {
	width: 90%;
	opacity: 1;
}
.product-section div.pros-block:hover .hover:after {
	height: 90%;
	opacity: 1;
}
.product-section div.pros-block img {
	width: 425PX;
	height: 325PX;
	;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-section div.pros-block:hover img {
	cursor: pointer;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-section div.pros-block.tit {
	margin: 0;
	display: block;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: #fff;
	bottom: 0;
	font-size: 18px;
}
#news-section {
	padding: 40px 0px
}
.news-show-section {
	background: #fff;
}
.news-block {
	width: 380px;
	float: left;
	margin-right: 30px
}
.news-block:nth-child(3n) {
	margin-right: 0px
}
.news-block .inner-box {
	position: relative;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.news-block:hover .inner-box {
	box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
}
.news-block .inner-box .image {
	width: 380px;
	height: 230px;
	position: relative;
	overflow: hidden;
}
.news-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.news-block .inner-box:hover .image img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.news-block .inner-box .image .overlay-link {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	text-align: center;
	transform: scale(0.6, 0.6);
	background-color: rgba(2, 92, 172, 0.8);
	-webkit-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	transition: all 600ms ease;
}
.news-block .inner-box:hover .image .overlay-link {
	opacity: 1;
	transform: scale(1, 1);
}
.news-block .inner-box .image .overlay-link .icon {
	position: relative;
	color: #ffffff;
	top: 49%;
	font-size: 28px;
	margin-top: -5px;
	display: inline-block;
}
.news-block .inner-box .image .post-date {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 60px;
	height: 60px;
	z-index: 1;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	padding: 3px 8px 0px;
	text-align: center;
	background-color: #ff5e14;
	text-transform: capitalize;
}
.news-block .inner-box .lower-content {
	position: relative;
	padding: 35px 28px 30px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
	background: #fff;
}
.news-block .inner-box .lower-content .post-info {
	position: relative;
}
.news-block .inner-box .lower-content .post-info li {
	position: relative;
	color: #7e8597;
	font-size: 15px;
	display: inline-block;
	padding-right: 12px;
	margin-right: 12px;
	line-height: 1.2em;
	border-right: 1px solid #d2d9e0;
}
.news-block .inner-box .lower-content .post-info li strong {
	color: #222222;
	font-weight: 400;
}
.news-block .inner-box .lower-content .post-info li .icon {
	position: relative;
	margin-right: 8px;
}
.news-block .inner-box .lower-content .post-info li:last-child {
	border: none;
	padding-right: 0px;
	margin-right: 0px;
}
.news-block .inner-box .lower-content h3 {
	position: relative;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5em;
	margin-top: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-block .inner-box .lower-content p {
	font-size: 16px;
	margin-top: 10px;
}
.news-block .inner-box .lower-content h3 a {
	font-size: 18px;
	position: relative;
	color: #222222;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .inner-box .lower-content h3 a:hover {
	position: relative;
	color: #f97534;
}
.news-block .inner-box .lower-content .read-more {
	font-size: 16px;
	position: relative;
	font-weight: 400;
	color: #222222;
	margin-top: 15px;
	display: inline-block;
	padding-right: 22px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .inner-box .lower-content .read-more .arrow.left {
	position: absolute;
	left: 0px;
	top: 1px;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	line-height: 22px;
}
.news-block .inner-box .lower-content .read-more .arrow.right {
	position: absolute;
	right: 0px;
	top: 1px;
	line-height: 22px;
}
.news-block .inner-box .lower-content .read-more .arrow.right {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.news-block .inner-box .lower-content .read-more:hover .arrow.right {
	opacity: 0;
}
.news-block .inner-box .lower-content .read-more:hover .arrow.left {
	opacity: 1;
}
.news-block .inner-box .lower-content .read-more:hover {
	color: #ff5e14;
	padding-right: 0px;
	padding-left: 22px;
}
#innerbanner .width {
	padding: 100px 0px
}
#innerbanner .width .h_text h1 {
	color: #fff;
	font-size: 50px;
	border-left: 2px solid #ff5e14;
	padding-left: 20px;
	margin-bottom: 10px
}
#innerbanner .width .h_text .pos i {
	color: #ff5e14;
	margin-right: 20px
}
#innerbanner .width .h_text .pos a {
	color: #000;
	font-size: 18px;
}
#innerbanner .width .h_text .pos {
	color: #000;
	font-size: 18px;
	padding-top: 110px
}
#innerbanner .width .h_text .pos a:hover {
	color: #ff5e14
}
.cp_main1 .subject {
	text-align: center;
	border: 0px;
	overflow: hidden;
	height: auto;
	width: 800px;
	margin: 0px auto 30px auto
}
.cp_main1 .subject b {
	color: #333;
	font-size: 40px;
	border: 0px;
	font-family: "Saira", Helvetica, Arial, sans-serif;
	color: #EA7500
}
.cp_main1 .subject p {
	color: #555;
	font-size: 14px;
	border: 0px;
	line-height: 30px;
	margin: 10px auto
}
.pro_menu ul li {
	float: left;
	margin: 10px 10px 10px 0px
}
.pro_menu ul li a {
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 10px;
	display: block
}
.pro_menu ul li dl {
	float: left;
	margin-right: 10px
}
.pro_menu ul li dl dt a {
	border: none;
	text-decoration: underline
}
.pro_menu ul li.hover a {
	background: #ff5e14;
	color: #fff;
	border: 1px solid #ff5e14;
}
.contact_book h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	margin-bottom: 20px;
}
.contact_book p {
	color: #031b4e;
	font-size: 18px;
	margin-bottom: 30px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.contact_book .input {
	display: inline-block;
	height: 50px;
	color: #777777;
	font-size: 14px;
	padding-left: 20px;
	background: #f9f9f9;
	border: none;
	box-shadow: none;
	transition: all 500ms ease 0s;
	width: 100%
}
.contact_book .input {
	margin-bottom: 10px
}
.contact_book .enter input {
	width: 200px;
	height: 50px;
	padding-left: 20px;
	;
}
.contact_book input:focus {
	outline: none
}
.contact_book textarea {
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
	width: 100%;
	display: inline-block;
	height: 160px;
	resize: none;
	color: #777777;
	background: #f9f9f9;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
	border-color: #f9f9f9;
	box-shadow: none;
	transition: all 500ms ease 0s;
}
.contact_book .submit {
}
.contact_book .submit {
	font-size: 18px;
	color: #ffffff;
	line-height: 29px;
	font-weight: 700;
	padding: 8px 24px;
	background: #e60012;
	;
	letter-spacing: 1px;
	border: 1px solid #e60012;
	;
	text-transform: uppercase;
	display: inline-block;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.contact_book .submit button:hover {
	background: #282828
}
.contact_book {
	margin-top: 50px
}
.ny_con {
	width: 320px;
	position: relative;
	margin-top: -550px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
	box-shadow: 0 0 10px rgba(0,0,0,.05);
	;
	background: #e60012;
	height: 550px;
	padding: 0px 40px
}
.ny_con h1 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	padding-top: 48px;
	font-family: "Microsoft YaHei", "Source Han Sans CN", "Helvetica Neue", Arial, Verdana, sans-serif;
}
.ny_con ul li i {
	float: left;
	color: #fff;
	font-size: 30px;
	margin-right: 15px
}
.ny_con ul li {
	overflow: hidden;
	margin-bottom: 25px
}
.ny_con ul li .txt {
	float: left;
	width: 275px
}
.ny_con ul li .txt h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.ny_con ul li .txt p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	opacity: 0.8
}
.about {
	margin-bottom: 20px
}
.about h1 {
	font-size: 24px;
	margin-bottom: 20px;
}
.about p {
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 15px
}
.coop_hz h1 {
	font-size: 30px
}
.coop_hz {
	background: #f3f7f9;
	padding: 40px 0px
}
.coop_hz ul {
	margin-top: 40px
}
.coop_hz ul li {
	width: 180px;
	float: left;
	margin-right: 24px;
	margin-bottom: 10px;
	background: #fff
}
.coop_hz ul li:nth-child(6n) {
	margin-right: 0px;
}
.coop_hz ul li img {
	border: 1px solid #ccc;
	padding: 10px;
	width: 158px
}
.honor h1 {
	font-size: 24x;
	margin-bottom: 20px
}
.honor ul li {
	border: 2px solid #021741;
	float: left;
	width: 272px;
	height: 374px;
	margin-right: 24px;
	margin-bottom: 20px;
	overflow: hidden;
}
.honor ul li img {
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.honor .pic_list li a {
	border: 0;
	padding: 0PX;
}
.honor ul li:nth-child(4n) {
	margin-RIGHT: 0px
}
.ny_coo .con_coo h1 {
	font-size: 30px;
	margin-bottom: 20px
}
.ny_coo .con_coo {
	padding: 40px 0px
}
.ny_coo .con_coo ul {
	margin-top: 0px;
	overflow: hidden
}
.cp_main1 h1 {
	font-size: 30px;
	margin-bottom: 20px
}
#topnav input {
	outline: none;
}
#topnav input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
#topnav input::-webkit-search-decoration, #topnav input::-webkit-search-cancel-button {
 display: none; /* remove the search and cancel icon */
}
/* search input field */
#topnav input[type=search] {
	background: url(../images/search-icon.png) no-repeat 20px center;
	border: none;
	height: 40px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#topnav input[type=search]:focus {
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

/* placeholder */
#topnav input:-moz-placeholder {
 color: #999;
}
#topnav input::-webkit-input-placeholder {
 color: #999;
}
#demo-b input[type=search] {
	color: transparent;
	cursor: pointer;
}
#demo-b input[type=search]:hover {
	position: absolute;
	top: 110px;
	background-color: #333;
}
#demo-b input[type=search]:focus {
	position: relative;
	top: 110px;
	width: 130px;
	color: #000;
	background-color: #333;
	cursor: auto;
}
#demo-b input:-moz-placeholder {
 color: transparent;
}
#demo-b input::-webkit-input-placeholder {
 color: transparent;
}
.big-link {
	display: block;
	margin-top: 100px;
	text-align: center;
	font-size: 70px;
	color: #06f;
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 10000;
	display: none;
	top: 0;
	left: 0;
}
.reveal-modal {
	visibility: hidden;
	top: 200px !important;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: fixed;
	z-index: 10001;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}
.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}
.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}
.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
	font-weight: bold;
	cursor: pointer;
}
.pro_link_list ul li {
	background: #f0f0f0;
}
.pro_link_list ul li a {
	font-size: 16px;
	padding: 10px;
	display: block;
	;
	display: block;
	border-bottom: 1px solid#ccc
}
.pro_link_list ul li dl {
	background: #fcfcfc
}
.pro_link_list ul li dl dt a {
}
.pro_link_list ul li.hover a {
	background: #ff5e14;
	color: #fff;
}
.pro_link_list {
	width: 280px;
	border: 1px solid#ccc;
	margin-top: 20px;
	margin-left: 50px;
	float: right
}
.pro_link_con {
	float: left;
	width: 850px
}
.case #goodsshow .shop_big {
	border: 1px solid #ededed;
	padding: 2px;
	background: #fff;
	width: 1200px;
	cursor: pointer;
}
.case #goodsshow {
	width: 1200px;
	margin: 20px 0px;
	overflow: hidden
}
.case #goodsshow .shop_plist {
	clear: both;
	width: 1200px;
}
.case #prolist {
	width: 1160px;
	float: left;
	overflow: hidden;
	height: 68px;
	position: relative;
	margin: 10px 0 0 0;
}
.ny_pro_text .p1 {
	overflow: hidden;
	margin: 20px 0px;
	border: 1px solid #ccc;
}
.ny_pro_text .p1 h2 {
	background: #ff5e14;
	color: #fff;
	padding-left: 20px;
	line-height: 40px;
	height: 40px;
}
.ny_pro_text .p1 .fl {
	width: 48%;
	margin-right: 4%;
}
.ny_pro_text .p1 img {
	width: 100%
}
.ny_pro_text .p1 .fr {
	width: 48%;
}
.ny_pro_text .p1 p {
	font-size: 20px;
	line-height: 40px;
	padding: 50px 20px
}
.search-wrapper {
	position: relative;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.search-wrapper.active {
}
.search-wrapper .input-holder {
	overflow: hidden;
	height: 70px;
	background: rgba(255,255,255,0);
	border-radius: 6px;
	position: relative;
	width: 70px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
	border-radius: 50px;
	width: 450px;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
	width: 100%;
	height: 50px;
	padding: 0px 70px 0 20px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #FFF;
	-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	transform: translate(0, 60px);
	-webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon {
	width: 70px;
	height: 70px;
	border: none;
	border-radius: 6px;
	background: #FFF;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
	width: 50px;
	height: 50px;
	margin: 10px;
	border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
	-moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content: '';
}
.search-wrapper .input-holder .search-icon span::before {
	width: 4px;
	height: 11px;
	left: 9px;
	top: 18px;
	border-radius: 2px;
	background: #974BE0;
}
.search-wrapper .input-holder .search-icon span::after {
	width: 14px;
	height: 14px;
	left: 0px;
	top: 0px;
	border-radius: 16px;
	border: 4px solid #974BE0;
}
.search-wrapper .close {
	position: absolute;
	z-index: 1;
	top: 24px;
	right: 20px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.search-wrapper.active .close {
	right: -50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
	position: absolute;
	content: '';
	background: #FFF;
	border-radius: 2px;
}
.search-wrapper .close::before {
	width: 5px;
	height: 25px;
	left: 10px;
	top: 0px;
}
.search-wrapper .close::after {
	width: 25px;
	height: 5px;
	left: 0px;
	top: 10px;
}
.search-wrapper .result-container {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0px;
	text-align: center;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 14px;
	display: none;
	color: #B7B7B7;
}
 @media screen and (max-width: 560px) {
.search-wrapper.active .input-holder {
	width: 200px;
}
}
.friend {
	height: 413px;
	margin: 0 auto;
	overflow: hidden;
	width: 1300px;
}
.mr_frbox {
	height: 407px;
	padding: 24px 0px 0px;
}
.mr_frBtnL {
	cursor: pointer;
	display: inline;
	float: left;
	height: 46px;
	margin: 160px 10px 0 0;
	width: 28px;
}
.mr_frUl {
	float: left;
	height: 202px;
	width: 1047px;
	margin-left: 10px;
}
.mr_frBtnR {
	float: right;
	margin-top: 160px;
	cursor: pointer;
	width: 28px;
	height: 46px;
}
.mr_frUl ul li {
	display: inline;
	float: left;/*height:389px;*/
	width: 300px;
	overflow: hidden;
	position: relative;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.mr_frUl ul li a img {/*display:block;*/
	width: 100%;
}
.mr_zhe {
	width: 300px;
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0 !important;/*ʵ��FF����͸�������ֲ�͸��*/
	filter: Alpha(opacity=80);
	background: #000;/*ʵ��IE����͸��*//*height:389px;*/
	left: 0;
	right: 0;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.mr_zhe_i h1 {
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 250px;
	font-weight: normal;
	color: #fff;
	padding-left: 30px;
}
.mr_zhe_i h1 span {
	font-size: 14px;
}
.mr_zhe_p {
	margin-bottom: 30px;
}
.mr_zhe_p h3 {;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
	padding: 0px 30px
}
.mr_zhe_p h3 span {
	display: block;
	margin: 0 auto;
	width: 260px;
	font-size: 18px;
	border-bottom: 1px solid #f4f4f4;
}
.mr_zhe_hover {
	bottom: -596px;
	height: 200px;
	position: absolute;
	width: 300px;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;/*ʵ��FF����͸�������ֲ�͸��*/
	filter: Alpha(opacity=80);
	background: #0a0a0a;/*ʵ��IE����͸��*/
}
.mr_zhe_hover h1 {
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 22px 0;
	color: #fff;
}
.cp_service ul li {
	width: 560px;
	float: left;
	margin-right: 80px;
	margin: 20px 80px 20px 0px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.cp_service ul li:nth-child(2n) {
	margin: 20px 0px 20px 0px;
}
.cp_service ul li .pic {
	float: left;
	width: 250px;
	margin-right: 10px;
	height: 328px;
	overflow: hidden;
}
.cp_service ul li .text {
	float: left;
	background: #f4f4f4;
	width: 300px;
	height: 328px;
	;
}
.cp_service ul li .text h2 {
	padding: 20px 10px 10px 20px;
}
.cp_service ul li .text p {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 30px;
	;
	;
}
.cp_service ul li .text span {
	padding: 20px 10px 10px 20px;
	color: #e60012;
}
.cp_service ul li:hover .text h2 {
	color: #e60012
}
.cp_service ul li img {
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.cp_service ul li :hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.cp_service ul li img.none:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.cp_service ul li:hover .text span {
	color: #fcb026;
	;
}
.main_case .tit {
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	;
	;
}
.main_case .tit span {
	color: #FCB026;
}
.main_case {
	background: url(../images/ipt2-bg.jpg) no-repeat center center;
	padding: 50px 0px 130px 0px;
}
.main_news {
	padding: 50px 0px;
}
.main_news .tit h1 {
	color: #333e46;
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	display: inline-block;
	width: 300px;
	float: left;
	;
}
.main_news .tit p {
	color: #333e46;
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	width: 825px;
	float: right;
	;
}
.main_news .tit {
	margin-bottom: 30px;
}
.main_news .n_pic .text {
	position: relative;
	top: -90px;
	padding-left: 20px;
}
.main_news .n_pic .left {
	width: 685px;
}
.main_news .n_pic .right {
	width: 492px;
}
.main_news .n_pic .left .pic img {
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.main_news .n_pic .left .pic {
	width: 685px;
	height: 422px;
	overflow: hidden;
	;
}
.main_news .n_pic .left:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.main_news .n_pic .right .pic img {
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.main_news .n_pic .right .pic {
	width: 492px;
	height: 422px;
	overflow: hidden;
	;
}
.main_news .n_pic .right:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.main_news .n_pic .text h1 {
	color: #fcb035;
	font-size: 24px;
	margin-bottom: 10px;
	;
}
.main_news .n_pic .text h2 {
	color: #fff;
	font-weight: normal;
}
.ipart05 {
	padding: 15px 0px;
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
.ipart05 .left {
	width: 240px;
	float: left;
	margin-right: 30px;
	;
}
.ipart05 .left .item {
	background: #d6d9da;
	transition: all 0.5s ease;
	position: relative;
	cursor: pointer;
}
.ipart05 .left .item .box {
	padding: 33px 25px;
	color: #333f47;
}
.ipart05 .left .item .box .en_tit {
	display: inline-block;
	font-size: 30px;
	line-height: 1;
	vertical-align: middle;
	font-family: Impact;
	margin-right: 10px;
	width: 47%;
	font-weight: bold;
}
.ipart05 .left .item .box .cn_tit {
	display: inline-block;
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
}
.ipart05 .left .cur {
	background: #333f47;
}
.ipart05 .left .cur .box .en_tit {
	color: #fcb026 !important;
}
.ipart05 .left .cur .box .cn_tit {
	color: #fcb026 !important;
}
.ipart05 .left .cur:after {
	content: '';
	width: 14px;
	height: 32px;
	background: url(../images/ipart05_jt.png) no-repeat center;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -16px;
}
.ipart05 .right {
	width: 930px;
	float: right;
	position: relative;
}
.ipart05 .left .item:hover .box .en_tit {
	color: #e60012 !important;
}
.ipart05 .left .item:hover .box .cn_tit {
	color: #e60012 !important;
}
.ipart05 .right ul li {
	width: 245px;
	margin-left: 20px;
	float: left;
	background: #fff;
	transition: all 0.5s ease;
	margin-top: 15px;
	padding: 10px 20px;
}
.ipart05 .right ul li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.2)
}
.ipart05 .right ul li .tit {
	margin-bottom: 10px;
}
.ipart05 .right ul li .day {
	color: #fcb026;
	font-size: 20px;
	;
}
.ipart05 .right ul li .month {
	font-size: 46px;
	font-weight: bold;
	color: #fcb026
}
.ipart05 .right ul li .tit b {
	font-size: 14px;
	color: #818181;
	margin-left: 30px;
	font-weight: lighter;
}
.ipart05 .right ul li .line {
	width: 23px;
	height: 22px;
	background: url(../images/ipart05_line.png) no-repeat center;
	display: inline-block;
}
.ipart05 .right ul li h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	;
}
.ipart05 .right ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #4c4c4c;
	overflow: hidden;
}
.main_coo {
	background: #eef2f5;
	padding: 50px 0px;
}
.main_coo .title {
	padding-bottom: 10px;
	overflow: hidden
}
.main_coo.title h1 {
	font-size: 48px;
	color: #FCB026
}
.main_coo .title h2 {
	font-size: 30px;
	color: #333;
	margin-bottom: 10px
}
.main_coo .title p {
	font-size: 18px;
	color: #979797
}
.main_coo ul li img {
	width: 278px;
	height: 128px;
	;
}
.main_coo ul li {
	float: left;
	width: 278px;
	margin: 20px 29px 0px 0px;
	;
}
.main_coo ul li:nth-child(4n) {
	margin: 20px 0px 0px 0px;
	;
}
.nymain .left {
	width: 875px;
	;
}
.nymain .right {
	width: 295px;
	;
}
.r_con {
	background: #eaecf5;
}
.r_con .tit {
	background: #e60012;
	color: #fff;
	font-size: 20px;
	padding: 25px 30px;
	;
}
.r_con .txt {
	padding: 10px 30px;
}
.r_con .txt p {
	font-size: 16px;
	line-height: 30px;
	margin: 10px 0px;
	;
}
.r_con .txt i {
	color: #FCB026;
	font-size: 30px;
	margin-right: 10px;
	;
	line-height: 30px;
	float: left;
	;
}
#vivo-contain, #vivo-foot, #mobile-header, #mobile-contain {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
body.load #vivo-contain, body.load #vivo-foot, body.load #mobile-header, body.load #mobile-contain {
	opacity: 0;
}
body.loaded #vivo-contain, body.loaded #vivo-foot, body.loaded #mobile-header, body.loaded #mobile-contain {
	opacity: 1;
}
/*--z-reset--*/

/*--a-common--*/
#vivo-airbox {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}
#vivo-wrap, #vivo-head, #vivo-contain, #vivo-foot {
	z-index: 1;
	position: relative;
	width: 100%;
}
.search-user b {
	background: url(../images/vivo-head-ico.png) no-repeat;
	_background-image: url(../images/vivo-head-ico.gif);
}
#video_layer {
	width: 100%;
	min-height: 300px;
	background: #fff;
	background: rgba(255,255,255,.88);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
#video_layer .video-obox {
	width: 650px;
	height: 300px;
	background1: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -325px;
}
#video_layer .video-obox .videoo {
	margin: 10px;
	background1: #000;
}
#video_layer .video-obox a.close {
	width: 30px;
	height: 30px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	right: -30px;
	background: url(../images/vivo-video-ico.png) no-repeat;
}
#video_layer .video-obox a.close:hover {
	background-position: 0 -30px;
}
/*--z-common--*/

/*--a-navigation--*/
#vivo-head {
	z-index: 99;
	position: relative;
}
#vivo-head .vivo-nav {
	width: 100px;
	height: 100px;
	margin: auto;
	position: relative;
	z-index: 999;
	background: #fcb026;
}
.vivo-nav a.vivo-logo {
	width: 95px;
	height: 60px;
	display: block;
	float: left;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.vivo-nav ul {
	display: table;
	float: left;
	width: 680px;
	height: 60px;
	margin-left: 50px;
	overflow: hidden;
}
.vivo-nav ul li {
	display: table-cell;
	width: 16%;
	height: 60px;
	overflow: hidden;
	text-align: center;
*float: left;
	border-right: 1px #f2f2f2 solid;
}
.vivo-nav ul li:first-child {
	border-left: 1px #f2f2f2 solid;
}
.vivo-nav ul li a {
	display: block;
	line-height: 60px;
	font-size: 16px;
	color: #666;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.vivo-nav ul li a:hover, .vivo-nav ul li.current a, .vivo-nav ul li.current a:hover, .vivo-nav ul li.active a, .vivo-nav ul li.active a:hover {
	color: #fff;
	background: #008cd6;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.vivo-nav .search-user {
f height:60px;
}
.search-user a {
	width: 42px;
	height: 42px;
	display: inline-block;
	position: relative;
	top: 26px;
	border: 1px #e7e7e7 solid;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.search-user a:hover, .search-user a.current {
	border: 1px #e60012 solid;
	background: #e60012;
}
.search-user a b {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
}
.search-user a.search b {
	background-position: 0 0;
}
.search-user a.search:hover b, .search-user a.search.current b {
	background-position: 0 -43px;
}
#vivo-head .vivo-search {
	height: 80px;
	width: 100%;
	background: #202223;
	position: relative;
	z-index: 9999;
	display: none;
}
.vivo-search .search-box {
	width: 340px;
	height: 40px;
	position: absolute;
	top: 100px;
	margin-left: -240px;
	background: #666;
	-webkit-box-shadow: 0 1px 2px rgb(0,0,0);
	-moz-box-shadow: 0 1px 2px rgb(0,0,0);
	-ms-box-shadow: 0 1px 2px rgb(0,0,0);
	box-shadow: 0 1px 2px rgb(0,0,0);
	position: relative;
	z-index: 9999;
}
.vivo-search .search-box input {
	width: 200px;
	height: 20px;
	padding: 10px 20px;
	font-size: 14px;
	color: #555;
	border: none;
	background: #fff;
	overflow: hidden;
	vertical-align: middle;
}
.vivo-search .search-box button {
	width: 100px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border: none;
	overflow: hidden;
	vertical-align: middle;
	background: #e60012;
	outline: none;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-ms-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
}
.vivo-search .search-box button:hover {
	background: #e60012;
}
.vivo-search .search-box button:active {
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,.3) inset;
}
.vivo-search .search-box a.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 8px;
	right: -40px;
	background: url(../images/vivo-head-ico.png) -86px 0 no-repeat;
	_background-image: url(../images/vivo-head-ico.gif);
}
.vivo-search .search-box a.close:hover {
	background-position: -86px -25px;
}
.vivo-search .search-box .qk-results {
	width: 588px;
	position: absolute;
	left: 0;
	top: 40px;
	border: 1px #eee solid;
	border-top: none;
	display: none;
}
.vivo-search .search-box .qk-results ul li {
	display: block;
	position: relative;
	background: #fff;
	border-top: 1px #eee solid;
}
.vivo-search .search-box .qk-results ul li a {
	display: block;
	padding: 10px;
	position: relative;
	color: #666;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.vivo-search .search-box .qk-results ul li a b {
	width: 60px;
	height: 60px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.vivo-search .search-box .qk-results ul li a h2 {
	font-weight: bold;
	padding-bottom: 2px;
	margin-top: 12px;
}
.vivo-search .search-box .qk-results ul li a span {
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 30px;
	font-size: 14px;
}
.vivo-search .search-box .qk-results ul li a:hover {
	color: #fff;
	background: #e60012;
}
.vivo-search .search-box .qk-results .other-results {
	padding: 10px;
	background: #fff;
	border-top: 1px #eee solid;
}
.vivo-search .search-box .qk-results .other-results a {
	font-size: 14px;
	color: #00aaff;
}
.list_contact .list {
	margin-top: 50px;
	border-top: 2px solid #e6e6e6;
	border-left: 2px solid #e6e6e6;margin-bottom: 50px;
}
.list_contact .list ul {
	width: 100%;
	overflow: hidden
}
.list_contact .list ul li {
	display: block;
	float: left;
	width: 33.3333%
}
.list_contact .list ul li .txt {
	display: block;
	padding: 50px 0 50px 30px;
	border-right: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	background-position: right bottom;
	background-repeat: no-repeat
}
.list_contact .list ul li .txt b {
	display: block;
	font-size: 18px;
	color: #333;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.list_contact .list ul li .txt b::after {
	content: '';
	display: block;
	width: 42px;
	height: 2px;
	line-height: 2px;
	background: #333;
	position: absolute;
	left: 0;
	bottom: 0
}
.list_contact .list ul li .txt .des {
	height: 56px;
	line-height: 24px;
	font-size: 18px;
	color: #333;
	padding-right: 120px
}
.con_zgs{ background:#f1f6f8; margin-top:50px; }

.con_zgs h1{ color:#e60012; font-size:24px; padding:30px 0px 20px 30px}
.con_zgs .txt i{ float:left; font-size:40px; margin-right:20px }
.con_zgs .txt{ float:left}
.con_zgs .txt h3{ font-weight:normal; font-size:16px; line-height:40px }