@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	outline: none;
}
a.link {color:#fff;}
a.link:hover {color:#f90;}
a img {
	border: none;
	outline: none;
}
b, strong, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
i, em {
	font-style: normal;
}
ul li, ol li {
	list-style: none;
}
input {
	font-family: "微软雅黑";
}
html {
	font-size: 16px;
}
body {
	font-family: "微软雅黑";
	font-size: 16px;
	overflow-x: hidden;
	perspective: none !important;
	background: #f0f5f9;
}
.section {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.section02 {
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
	clear: both;
}
/* --------翻页---------- */


.pageshow {overflow: hidden;
    margin-top: 80px;
    margin-bottom: 80px;
    width: 100%;
    text-align: center;
}

.pageshow ul li {
    display: inline-block;
    margin: 0 12px;
    padding: 10px;
    background: #029642;   
    border-radius: 5px;
}

.pageshow ul li a {
    color: #000;
}
.pageshow ul li.active span.current {
    color: #fff;
}
/*--------首页 s--------*/
.header {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	background: #fff;
	min-height: 85px;
}
.header .section {
	overflow: hidden;
}
.header .logo {
	display: block;
	float: left;
	margin: 1px 0 0;
}
.nav {
	float: right;
	overflow: hidden;
	border-left: 1px solid #ececec;
}
.nav ul {
	overflow: hidden;
}
.nav ul li {
	float: left;
	border-right: 1px solid #ececec;
	text-align: center;
	line-height: 26px;
	min-height: 67px;
	padding: 18px 20px 0;
}
.nav ul li a {
	font-size: 16px;
	color: #696666;
}
.nav ul li a span {
	font-family: Arial;
	color: #b2b1b1;
	font-size: 12px;
	display: block;
}
.nav ul li:hover, .nav ul li.nav_on {
	background: #029642;
}
.nav ul li:hover a, .nav ul li:hover a span, .nav ul li.nav_on a, .nav ul li.nav_on a span {
	color: #fff;
}
.nav_btn {
	display: none;
}
/*焦点图代码开始*/
.slide_container {
	z-index: 5;
	margin-bottom: -10px;
}
.slide_container .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 10;
}
.slide_container .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.slide_container .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.slide_container .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}
.slide_container {
	position: relative;
	float: left;
	width: 100%;
}
.slide_container .slide {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.slide_container .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.slide_container .slide img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.slide_container .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 2%;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 76px;
	width: 80px;
	margin-top: -38px;
	border-radius: 5px;
	display: none;
}
.slide_container .slide_nav:active {
	opacity: 1.0;
}
.slide_container .slide_nav.prev {
	background: rgba(255,255,255,1) url(../img/left.png) no-repeat center center;
}
.slide_container .slide_nav.next {
	left: auto;
	background: rgba(255,255,255,1) url(../img/right.png) no-repeat center center;
	right: 2%;
}
.slide_container .slide_nav.prev:hover {
	background: rgba(255,255,255,.3) url(../img/left2.png) no-repeat center center;
}
.slide_container .slide_nav.next:hover {
	background: rgba(255,255,255,.3) url(../img/right2.png) no-repeat center center;
}
/*焦点图代码结束*/
.index_company {
	max-width: 1920px;
	margin: 0px auto 0;
	width: 100%;
	background: url(../img/bg_top.png) repeat-x top left;
	padding: 100px 0;
	position: relative;
	z-index: 20;
	clear: both;
}
h2 img {
	display: block;
	margin: 0 auto;
}
h2 small {
	font-size: 14px;
	line-height: 26px;
	color: #888888;
	text-align: center;
	display: block;
	width: 75%;
	margin: 10px auto 25px;
}
.index_company ul {
	overflow: hidden;
}
.index_company ul li {
	float: left;
	position: relative;
	width: 33%;
}
.index_company ul li img {
	display: block;
	width: 100%;
}
.index_company ul li span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.6);
	z-index: 10;
	display: none;
}
.index_company ul li span img {
	width: 20%;
	display: block;
	margin: 18% auto 10px;
}
.index_company ul li span b {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #fbfbfb;
	display: block;
	margin: 90px auto 0;
}
.index_company ul li:hover span {
	display: block;
}
.index_news {
	max-width: 1920px;
	margin: 0px auto;
	width: 100%;
	padding: 100px 0;
	background: url(../img/bg01.gif) no-repeat left bottom #fff;
}
.index_news ul {
	overflow: hidden;
	width: 99%;
	margin: 0 auto;
}
.index_news ul li {
	float: left;
	width: 42%;
	overflow: hidden;
	margin: 0 4% 20px;
}
.index_news ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.index_news ul li img {
	display: block;
	float: left;
	margin-right: 2%;
	width: 18%;
}
.index_news_info {
	float: left;
	width: 79%;
}
.index_news_info h3 {
	overflow: hidden;
	line-height: 26px;
	display: block;
	margin-bottom: 7px;
}
.index_news_info h3 span {
	font-size: 18px;
	color: #5d5d5d;
	float: left;
}
.index_news_info h3 b {
	font-size: 12px;
	color: #bcbcbc;
	float: right;
}
.index_news_info p {
	font-size: 14px;
	color: #5d5d5d;
	line-height: 26px;
}
.index_news ul li:hover h3 span {
	text-decoration: underline;
	color: #087fac;
}
.index_partner {
	max-width: 1920px;
	margin: 0px auto;
	width: 100%;
	padding: 100px 0;
}
.index_partner ul {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.index_partner ul li {
	float: left;
	width: 11.6%;
	border-radius: 50%;
	margin: 0 2.2% 25px;
}
.index_partner ul li a {
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	display: block;
	width: 100%;
	border: 4px solid #dfdfdf;
	border-right-color: #3eb1df;
	border-bottom-color: #3eb1df;
	/*-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-ms-transform: all .8s ease-in-out;
	-o-transform: all .8s ease-in-out;
	transition: all .8s ease-in-out;*/
}
.index_partner ul li:hover a {
/*	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);*/
}
.index_partner ul li img {
	display: block;
	width: 100%;
}
.index_contact {
	max-width: 1920px;
	margin: 0px auto;
	width: 100%;
	padding: 70px 0;
	background: url(../img/bg02.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.index_contact h2 small {
	color: #fff;
}
.index_message {
	float: left;
	width: 40%;
	padding-left: 10%;
}
.index_message input {
	border: 1px solid #96d8f4;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	background: none;
	width: 80%;
	color: #daeef6;
	padding: 0 2.5%;
	margin-bottom: 7px;
}
.index_message textarea {
	border: 1px solid #96d8f4;
	height: 110px;
	line-height: 42px;
	font-size: 18px;
	background: none;
	width: 80%;
	color: #daeef6;
	padding: 0 2.5%;
	margin-bottom: 5px;
	font-family: "微软雅黑";
}


.index_message textarea::-webkit-input-placeholder,.index_message input::-webkit-input-placeholder{
	color: #daeef6;
}


.index_message .button-d {
	background: #3eb1df;
	border: 1px solid #3eb1df;
	color: #fff;
	display: block;
	width: 85%;
	text-align: center;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	font-weight: bold;
}
.index_message .button-d:hover {
	background: #029642;
}
.index_address {
	float: right;
	width: 40%;
	padding: 2% 2.5% 4.1%;
	margin-right: 5%;
	background: rgba(62,177,223,0.5);
}
.index_address img {
	display: block;
}
.index_address p {
	font-size: 17px;
	color: #b2e5fb;
	line-height: 44px;
	float: left;
}
.ewm {
	float: right;
	display: block;
	width: 27%;
  	margin-top: 65px;
}
.footer {
	max-width: 1920px;
	margin: 0px auto;
	width: 100%;
	padding: 17px 0;
	background: #034764;
	font-family: "宋体";
	font-size: 12px;
	color: #d9f3fd;
	text-align: center;
}
/*--------首页 e--------*/
.s_banner {
	width: 100%;
	overflow: hidden;
}
.s_banner img {
	width: 100%
}
/*--------公司简介 s--------*/

.fl {
	float: left;
}
.fr {
	float: right;
}
.wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.about_nav {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 25px;
	max-width: 1180px;
	text-align: center;
}
.about_nav a {
	display: inline-block;
	margin: 0 5%;
}
.about_nav a img {
	display: inline;
	margin: 0 auto;
}
.about_nav img.blue {
	display: inline;
	display: none;
}
.about_nav .on p {
	color:#029642 !important;
}
.about_nav .on img.blue {
	display: inline;
}
.about_nav .on img.white{
	display: none;
}
.about_nav a p {
	color: #333;
	display: block;
}
.about_nav a p.on {
	color: #029642;
}
.about_foot {
	background: url(../img/about_foot.png) no-repeat bottom center;
	background-size: 100%;
	height: 31px;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
.about_content {
	padding-top: 40px;
	max-width: 1180px;
	margin: 0 auto;
}
.about_title {
	background: url(../img/about_xian.png) no-repeat center;
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	max-width: 1180px;
	margin: 0 auto;
	display: block;
}
.about_contain {
	max-width: 1180px;
	margin: 0 auto;
	margin-top: 0px;
	padding-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.about_contain .content_img {
	width: 100%;
	margin-bottom: 20px;
}
.about_contain p {
	line-height: 36px;
	text-indent: 2em;
}
.about_info {
	width: 100%;
	margin-top: 0;
}
.about_contain dl {
	width: 100%;
	margin-top: 35px;
	overflow: hidden;
	text-align: center;
}
.about_contain dl dd {
	height: 70px;
	line-height: 70px;
	padding: 0 5%;
	margin: 0 2%;
	font-size: 25px;
	color: #ffffff;
	text-align: center;
	background: #b2b0b1;
	cursor: pointer;
	display: inline-block;
}
.about_contain dl dd.rotate_on, .about_contain dl dd:hover {
	background: #00a0e9;
}
.rotate {
	display: none;
	margin-top: 10px;
}
/*--------公司简介 e--------*/

/*--------投资项目 s--------*/
.business_nav {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 25px;
	max-width: 1200px;
	width: 100%;
	text-align: center;
}
.business_nav a {
	display: inline-block;
	margin: 0 5%;
}
.business_nav a span {
	/*width: 100%;*/
	display: block;
	padding: 6px;
	border: 2px solid #a0a0a0;
	border-radius: 50%;
}
.business_nav a span img {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #a0a0a0;
	border-radius: 50%;
}
.business_nav a p {
	color: #333;
	line-height: 40px;
	display: block;
	text-align: center;
}
.business_nav a.business_nav_on span, .business_nav a:hover span {
	border: 2px solid #029642;
}
.business_nav a.business_nav_on img, .business_nav a:hover img {
	background: #029642;
}
.business_nav a.business_nav_on p, .business_nav a:hover p {
	color: #029642;
}
.bar {/* width:577px; margin:0 19px 38px;*/
	width: 46%;
	margin: 0 2%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	max-height: 372px;
}
.mosaic-backdrop {
	width: 100%;
}
.mosaic-overlay {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -136px;
	background: #000000;
	height: 136px;
	opacity: .8;
	z-index: 100;
	transform-origin: 0 0;
	-moz-transition: transform 1s ease 0s;
	-webkit-transition: transform 1s ease 0s;
	-o-transition: transform 1s ease 0s;
	-ms-transition: transform 1s ease 0s;
	transition: transform 1s ease 0s;
}
.bar:hover .mosaic-overlay {
	-moz-transform: translateY(-136px);
	-webkit-transform: translateY(-136px);
	-o-transform: translateY(-136px);
	-ms-transform: translateY(-136px);
	transform: translateY(-136px);
	bottom: 0px\9;
}
:root .bar:hover .mosaic-overlay {
	bottom: -136px\9;
}
.mosaic-backdrop img {
	width: 100%;
	transition-property: transform 1s ease 0s;
	/* Firefox 4 */
	-moz-transition: transform 1s ease 0s;
	/* Safari and Chrome */
	-webkit-transition: transform 1s ease 0s;
	/* Opera */
	-o-transition: transform 1s ease 0s;
	-ms-transition: transform 1s ease 0s;
}
.mosaic-backdrop:hover img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-moz-transform: scale(1.1, 1.1); /* Firefox */
	-webkit-transform: scale(1.1, 1.1); /* Safari and Chrome */
	-o-transform: scale(1.1, 1.1); /* Opera */
}
.mosaic-overlay .details {
	margin: 27px;
}
.mosaic-overlay .details p {
	font-size: 16px;
	line-height: 29px;
	color: #ffffff;
}
/*--------投资项目 e--------*/


/*--------新闻中心 e--------*/
.Information {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px dashed #9f9fa0;
	padding: 30px 0 23px;
	overflow: hidden;
}
.Information h3 {
	line-height: 40px;
	overflow: hidden;
}
.Information h3 b {
	font-size: 25px;
	color: #000000;
	display: block;
	float: left;
}
.Information h3 span {
	font-size: 18px;
	color: #737373;
	display: block;
	float: right;
}
.Information p {
	font-size: 15px;
	line-height: 36px;
	color: #000000;
}
.Information h3 b:hover, .Information h3 span:hover, .Information p:hover {
	color: #029642;
}
.fy {
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 80px;
	width: 100%;
	text-align: center;
}
.fy span {
	display: inline-block;
	margin: 0 12px;
}
.fy span a {
	font-size: 20px;
	color: #434343;
	letter-spacing: 2px;
}
.fy span:hover a {
	color: #029642;
}
.Information_02 {
	width: 93.1%;
	margin: 0 auto;
	padding: 2.7%;
	overflow: hidden;
}
.Information_02 img {
	display: block;
	float: left;
	width: 27%;
	height: 100%;
	margin-right: 3%;
}
.Information_02 .Infor_right {
	float: left;
	width: 70%;
}
.Information_02 .Infor_right h3 {
	line-height: 40px;
	overflow: hidden;
}
.Information_02 .Infor_right h3 b {
	font-size: 25px;
	color: #000000;
	display: block;
	float: left;
}
.Information_02 .Infor_right h3 span {
	font-size: 18px;
	color: #737373;
	display: block;
	float: right;
}
.Information_02 .Infor_right h3 b:hover, .Information_02 .Infor_right h3 span:hover, .Information_02 .Infor_right p:hover {
	color: #029642;
}
.Information_02 .Infor_right p {
	font-size: 14px;
	line-height: 41px;
	color: #000000;
}
.Information_02:hover {
	background: #eeeeee;
	box-shadow: 3px 3px 4px 2px #999999;
}
/*--------新闻中心 e--------*/

/*--------人力资源 s--------*/
.recruitment_top {
	overflow: hidden;
}
.recruitment_top .circle {
	width: 24%;
	float: left;
	position: relative;
	height: 230px;
	margin: 0 0.5%;
}
.recruitment_top .mosaic-overlay {
	display: none;
	z-index: 5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000 url(../img/icon_01.png) no-repeat center center;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
	filter: alpha(opacity=00);
}
.circle-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.circle-backdrop img {
	width: 99.4%;
	border-left: 1px dashed #666666;
	border-right: 1px dashed #666666;
	border-top: 1px dashed #666666;
	display: block;
	height: 100%;
}
.circle-backdrop span {
	display: block;
	width: 100%;
	background: #029642;
	font-size: 21px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.recruitment_bottom, .recruitment_bottom_02 {
	width: 100%;
	margin: 0 auto 0px;
	border-top: 1px dotted #5d5d5d;
	clear: both;
	margin-top: 40px;
}
.campus_recruitment_post, .campus_recruitment_post_02 {
	width: 100%;
	min-height: 52px;
	overflow: hidden;
	border-bottom: 1px dotted #5d5d5d;
}
.campus_recruitment_post h2, .campus_recruitment_post_02 h2 {
	font-size: 22px;
	height: 52px;
	line-height: 52px;
	display: block;
	cursor: pointer;
}
.campus_recruitment_post h2 a, .campus_recruitment_post_02 h2 a {
	display: block;
	background: url(../img/icon_024.png) no-repeat left center;
	margin-left: 45px;
	padding-left: 22px;
	color: #5d5d5d;
}
.campus_recruitment_post h2 a:hover, .campus_recruitment_post_02 h2 a:hover {
	color: #1a74ac;
}
.post_responsibilities, .post_responsibilities_02 {
	width: 80%;
	background: #f6fbff;
	color: #5d5d5d;
	padding: 25px 10% 20px;
	display: none;
}
.post_responsibilities h3, .post_responsibilities_02 h3 {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
}
.post_responsibilities ol, .post_responsibilities_02 ol {
	width: 100%;
	margin-bottom: 25px;
}
.post_responsibilities ol li, .post_responsibilities_02 ol li {
	font-size: 14px;
	line-height: 25px;
}
.popup_01, .popup_02, .popup_03, .popup_04, .popup_05, .popup_06, .popup_07, .popup_08 {
	max-width: 1180px;
	width: 100%;
	height: 50%;
	margin: 0 auto;
	background: #ffffff;
	position: fixed;
	left: 50%;
	top: 25%;
	margin-left: -590px;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 30px;
	display: none;
}
.popup_01 h3, .popup_02 h3, .popup_03 h3, .popup_04 h3, .popup_05 h3, .popup_06 h3, .popup_07 h3, .popup_08 h3 {
	display: block;
	background: url(../img/about_foot.png) no-repeat center bottom;
	background-size: 100%;
	font-size: 35px;
	line-height: 72px;
	color: #5d5d5d;
	margin: 0 auto;
	text-align: center;
	height: 100px;
	margin-top: 20px;
	width: 60%;
	margin-bottom: 30px;
}
.popup_01 a, .popup_02 a, .popup_03 a, .popup_04 a, .popup_05 a, .popup_06 a, .popup_07 a, .popup_08 a {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 25px;
	top: 22px;
}
.popup_01 span, .popup_02 span, .popup_03 span, .popup_04 span, .popup_05 span, .popup_06 span, .popup_07 span, .popup_08 span {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.popup_01 span img, .popup_02 span img, .popup_03 span img, .popup_04 span img, .popup_05 span img, .popup_06 span img, .popup_07 span img, .popup_08 span img {
	width: 100%;
}
.black {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 10;
	filter: alpha(opacity=50);
	opacity: .5;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
}
/*--------人力资源 e--------*/

/*--------合作伙伴 s--------*/
.partner {
	padding-top: 50px;
	padding-bottom: 50px;
}
.partner .about_title {
	margin-bottom: 40px;
}
.partner ul li span {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #222222;
	margin: 10px auto;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*--------合作伙伴 e--------*/





.index_product{max-width: 1920px;margin: 0px auto;width: 100%;padding: 0 0 100px 0;}
.index_product ul{width: 100%;overflow: hidden;padding-top: 40px;}
.index_product ul li{width: 31%;float: left;margin: 10px 14px;}
.index_product ul li a{}
.index_product ul li a img{width: 100%;}
.index_product ul li a p{text-align: center;color: #757272;}



.product_nav{width: 480px;overflow: hidden;margin: 0 auto;}
.p_nav_2{float: left;text-align: center;width: 220px;background: #b9b4b4;margin: 0 10px;line-height: 45px;}
.p_nav_2 a{color: #FFFFFF;font-size: 18px;display: block;}

.p_nav_2.active{background: #029642}
#nav_content ul{display: none;}
.lxwm{width: 72%;float: left;}

