@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px
}

img {
	border: none
}

li {
	list-style: none
}

body {
	font-size: 14px;
	font-family: 'tt', Baskerville, '微软雅黑';
	margin: 0px;
	padding: 0px;
}

a {
	color: #333333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color: #333333;
}

a:active {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #004098;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

.cle {
	height: 0px;
	clear: both;
}

/*** 鼠标经过图片放大 ***/
.img-zoom-in img {
	transition: all .2s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}

.img-zoom-in:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

/*** 鼠标经过图片放大 ***/

/*** 鼠标经过图片旋转 ***/
.img-zoom-deg img {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.img-zoom-deg:hover img {
	-webkit-transform: rotate(360deg);
	/*鼠标hover时，i图标旋转*/
	transform: rotate(360deg);
}

/*** 鼠标经过图片旋转 ***/


/*首页-产品*/

.main_tit {
	margin: 0px auto;
	width: 1200px;
	border-bottom: #D2D2D2 2px solid;
}

.main_tit_l {
	float: left;
	background: #D2D2D2;
	padding: 15px;
}

.main_tit_c {
	float: left;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin: 30px 0px 0px 390px;
}

.main_tit_r {
	float: right;
	margin-top: 40px;
}

.main_tit_r a {
	font-size: 20px;
	color: #333333;
}

.main_tit_r a:hover {
	color: #004098;
}


.main_pro {
	width: 100%;
	background: #EEEEEE;
	padding: 80px 0px 0px;
	margin: 0px;
}

.main_pro_list {
	width: 1200px;
	margin: 50px auto 0px;
}

.main_pro_list_l {
	float: left;
	position: relative;
	width: 800px;
	height: 460px;
	overflow: hidden;
}

.main_pro_list_l img {
	width: 800px;
	height: 460px;
}

.main_pro_list_r {
	float: right;
	width: 380px;
}

.main_pro_list_r_1 {
	width: 380px;
	height: 220px;
	overflow: hidden;
	margin-bottom: 20px;
}

.main_pro_list_r_1 img {
	width: 380px;
	height: 220px;
}

.main_pro_list_r_2 {
	width: 380px;
	height: 220px;
	overflow: hidden;
}

.main_pro_list_r_2 img {
	width: 380px;
	height: 220px;
}

.main_meiti {
	width: 1200px;
	background: #EEEEEE;
	padding: 50px;
	box-sizing: border-box;
	margin: 0px auto 80px;
}

.main_meiti_tit {
	color: #999999;
}

.main_meiti_tit strong {
	font-size: 20px;
	color: #000000;
	margin-right: 30px;
}

.main_meiti ul {}

.main_meiti ul li {
	float: left;
	margin: 20px 22px 0px 0px;
}

.main_meiti ul li:nth-child(5) {
	float: right;
	margin: 20px 0px 0px 0px;
}

.main_meiti ul li:nth-child(10) {
	float: right;
	margin: 20px 0px 0px 0px;
}

.main_meiti ul li img {
	border: #DDDDDD 1px solid;
}

.main_meiti ul li p {
	text-align: center;
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
}

.main_about {
	width: 100%;
	margin: 0px;
}

.main_about_ {
	width: 100%;
	margin: 0px;
	background: url(../images/bg01.jpg) no-repeat center;
	height: 480px;
}

.main_about_con {
	width: 1200px;
	margin: 30px auto;
}

.main_about_l {
	width: 710px;
	float: left;
}

.main_about_l_tit {
	background: url(../images/bg02.jpg) no-repeat left;
	position: relative;
	height: 42px;
}

.main_about_l_tit .t01 {
	position: absolute;
	margin: 10px 0px 0px 20px;
	font-size: 18px;
}

.main_about_l_tit .t02 {
	position: absolute;
	margin: 10px 0px 0px 300px;
	font-size: 18px;
}

.main_about_r {
	float: right;
	width: 490px;
	background: #EEEEEE;
	height: 400px;
	margin-top: 42px;
	box-sizing: border-box;
	padding: 35px;
}

.main_about_r p {
	font-size: 20px;
	color: #000000;
	margin-bottom: 20px;
	line-height: 150%;
}

.main_about_r span {
	display: block;
	text-align: justify;
	margin: 20px 0px;
	font-size: 14px;
	color: #666666;
	line-height: 175%;
}

.main_about_r em {
	display: block;
	height: 5px;
	background: #000000;
	width: 50px;
}



/*首页-招商*/
.main_join {
	margin: 80px auto;
	width: 1200px;
}

.main_join_left {
	float: left;
	width: 360px;
	margin-top: 50px;
	background: #EEEEEE;
	height: 350px;
	box-sizing: border-box;
	padding: 50px;
}

.main_join_left p {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.main_join_left em {
	display: block;
	height: 5px;
	background: #000000;
	width: 50px;
	margin: 20px 0px;
}

.main_join_left span {
	display: block;
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 175%;
	margin: 25px 0px 50px 0px;
}

.main_join_left a {
	display: block;
	font-size: 16px;
	border: #333333 1px solid;
	padding: 10px 0px;
	width: 150px;
	text-align: center;
	border-radius: 15px;
}

.main_join_left a:hover {
	background: #004098;
	color: #FFFFFF;
	border: #004098 1px solid;
}

.main_join_right {
	float: right;
	width: 840px;
	margin-top: 50px;
	position:relative;
}
.main_join_list
{
	overflow:hidden;
}
.main_join_list .swiper-slide {
	width: 280px;
	height: 350px;
	overflow: hidden;
}

.main_join_list .swiper-slide img {
	position: absolute;
	z-index: 9;
}

.main_join_list .swiper-slide .ij {
	z-index: 99;
	position: absolute;
	margin: 180px 0px 0px 40px;
}

.main_join_list .swiper-slide p {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.main_join_list .swiper-slide span {
	font-size: 12px;
	color: #CCCCCC;
}

.silder-button {
	top: 173px;
	width: 25px;
	height: 54px;
	position: absolute;
	cursor: pointer;
	z-index: 999;
}

.silder-button.btl {
	left: -25px;
	top: 125px;
	background: #DDDDDD;
	color: #333333;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
}

.silder-button.btr {
	left: -25px;
	top: 175px;
	background: #333333;
	color: #DDDDDD;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 30px;
	text-align: center;
}



.main_news {
	width: 100%;
	margin: 0px auto;
	background: #EEEEEE;
	padding: 60px 0px;
}

.main_news_ {
	width: 1200px;
	margin: 50px auto 0px;
}

.main_news_left {
	width: 335px;
	float: left;
	border-left: #333333 5px solid;
	border-bottom: #333333 5px solid;
}

.main_news_left_tit {
	width: 330px;
	height: 210px;
	position: relative;
	overflow: hidden;
}

.main_news_left_tit img {
	position: absolute;
	width: 330px;
	height: 210px;
}

.main_news_left_tit p {
	position: absolute;
	width: 330px;
	bottom: 0;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	padding: 10px 0px;
	text-align: center;
}

.main_news_left_con {
	padding: 30px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.main_news_left_con p {
	color: #333333;
	font-weight: bold;
}

.main_news_left_con span {
	font-size: 12px;
	line-height: 175%;
	display: block;
	margin: 10px 0px;
}

.main_news_left_con a {
	display: block;
	background: #333333;
	color: #FFFFFF;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	border-radius: 5px;
}

.main_news_left_con a:hover {
	background: #333333;
}

.main_news_right {
	width: 820px;
	float: right;
	margin-top: 0px;
}

.main_news_right ul {}

.main_news_right ul li {
	padding: 20px;
	background: #FFFFFF;
	width: 260px;
	border-radius: 0px 20px 0px 20px;
	float: left;
	box-sizing: border-box;
	margin-right: 20px;
}

.main_news_right ul li:last-child {
	float: right;
	margin-right: 0px;
}

.main_news_right ul li img {
	width: 100%;
	height: 135px;
	display: block;
	margin-bottom: 12px;
	border-radius: 0px 20px 0px 0px;
}

.main_news_right ul li h4 {
	display: block;
	line-height: 150%;
	padding-bottom: 20px;
	border-bottom: #DDDDDD 1px solid;
	margin-bottom: 20px;
}

.main_news_right ul li p {
	color: #333333;
	font-weight: bold;
}

.main_news_right ul li span {
	font-size: 12px;
	line-height: 175%;
	display: block;
	margin: 10px 0px;
}

.main_news_right ul li>a {
	display: block;
	background: #333333;
	color: #FFFFFF;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	border-radius: 5px;
}

.main_news_right ul li>a:hover {
	background: #004098;
}


.main_ser {
	width: 1200px;
	margin: 50px auto;
}

.main_ser_ {
	margin: 0px auto;
	width: 1200px;
}

.main_ser_ p {
	padding: 30px 0px 15px;
}


/*** **********************************分界线*********************************** ***/



.weizhi {
	width: 100%;
	background: #F5F5F5;
	margin: -5px auto 0px;
}

.weizhi_ {
	width: 1200px;
	margin: 0px auto;
}

.us_menu {
	float: left;
}

.us_menu ul {}

.us_menu li {
	float: left;
}

.us_menu li a {
	display: block;
	margin: 0px 0px 0px 0px;
	border-left: #DDDDDD 1px solid;
	font-size: 14px;
	padding: 22px 20px;
	color: #666666;
}

.us_menu li:last-child a {
	border-right: #DDDDDD 1px solid;
}

.us_menu li a:hover {
	background: #000000;
	color: #FFFFFF;
}

.us_menu li a.on {
	background: #000000;
	color: #FFFFFF;
}

.us_top {
	float: right;
	padding: 22px 0px;
	color: #999999;
	font-size: 12px;
}

.us_top a {
	color: #999999;
	font-size: 12px;
}




.con_about {
	width: 100%;
	padding: 0px;
	margin: 80px 0px 100px;
}

.con_about h1 {
	font-size: 30px;
	color: #000000;
	text-align: center;
}

.con_about em {
	display: block;
	margin: 20px auto 50px;
	height: 3px;
	width: 60px;
	background: #333333;
}

.con_about_txt {
	width: 1200px;
	margin: 0px auto;
	text-align: center;
}

.con_about_txt p {
	text-align: justify;
	font-size: 16px;
	line-height: 175%;
	margin: 25px 0px;
}

.con_about_img {
	width: 1200px;
	margin: 0px auto;
}

.con_about_img img {
	width: 1200px;
}


.con_about_wh {
	width: 1200px;
	margin: 0px auto 0px;
}

.con_about_wh ul {}

.con_about_wh ul li {
	float: left;
	width: 400px;
	height: 280px;
	box-sizing: border-box;
	background: #EEEEEE;
	text-align: center;
}

.con_about_wh ul li:last-child {}

.con_about_wh ul li p {
	font-size: 16px;
	color: #004098;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 60px;
}

.con_about_wh ul li span {
	font-size: 14px;
	line-height: 175%;
	display: inline-block;
	width: 300px;
}

.con_about_wh ul li:hover {
	background: #666666;
}

.con_about_wh ul li:hover p {
	color: #FFFFFF;
}

.con_about_wh ul li:hover span {
	color: #FFFFFF;
}


.con_about_lc {
	width: 1200px;
	margin: 0px auto 0px;
	position: relative;
	height: 1600px;
}

.con_about_lc .vr {
	height: 1600px;
	width: 1px;
	background: #DDDDDD;
	position: absolute;
	left: 50%;
}

.con_about_lc .ic01 {
	position: absolute;
	margin: 90px 0px 0px 592.5px;
	color: #004098;
	font-size: 20px;
}

.con_about_lc .ic02 {
	position: absolute;
	margin: 190px 0px 0px 592.5px;
	color: #004098;
	font-size: 20px;
}

.con_about_lc .ic03 {
	position: absolute;
	margin: 410px 0px 0px 592.5px;
	color: #004098;
	font-size: 20px;
}

.con_about_lc .ic04 {
	position: absolute;
	margin: 510px 0px 0px 592.5px;
	color: #004098;
	font-size: 20px;
}

.con_about_lc .ic05 {
	position: absolute;
	margin: 730px 0px 0px 592.5px;
	color: #004098;
	font-size: 20px;
}

.con_about_lc .ic06 {
	position: absolute;
	margin: 830px 0px 0px 592.5px;
	color: #004098;
	font-size: 20px;
}

.con_about_lc .ic07 {
	position: absolute;
	margin: 1050px 0px 0px 592.5px;
	color: #004098;
	font-size: 20px;
}

.con_about_lc .ic08 {
	position: absolute;
	margin: 1150px 0px 0px 592.5px;
	color: #004098;
	font-size: 20px;
}

.con_about_lc .ic09 {
	position: absolute;
	margin: 1370px 0px 0px 592.5px;
	color: #004098;
	font-size: 20px;
}

.con_about_lc .ic10 {
	position: absolute;
	margin: 1470px 0px 0px 592.5px;
	color: #004098;
	font-size: 20px;
}

.con_about_lc .t00 {
	width: 520px;
	background: #EEEEEE;
	padding: 20px;
	box-sizing: border-box;
}

.con_about_lc .t00 img {
	display: block;
	display: block;
	width: 200px;
	float: left;
}

.con_about_lc .t00 .txt {
	float: right;
	width: 260px;
}

.con_about_lc .t00 .txt p {
	font-size: 20px;
	color: #004098;
	font-weight: bold;
}

.con_about_lc .t00 .txt span {
	font-size: 12px;
	line-height: 160%;
	display: inline-block;
	box-sizing: border-box;
	text-align: justify;
	margin: 10px 0px 0px;
}

.con_about_lc .t99 {
	width: 520px;
	background: #EEEEEE;
	padding: 20px;
	box-sizing: border-box;
}

.con_about_lc .t99 img {
	display: block;
	display: block;
	width: 200px;
	float: right;
}

.con_about_lc .t99 .txt {
	float: left;
	width: 260px;
}

.con_about_lc .t99 .txt p {
	font-size: 20px;
	color: #004098;
	font-weight: bold;
}

.con_about_lc .t99 .txt span {
	font-size: 12px;
	line-height: 160%;
	display: inline-block;
	box-sizing: border-box;
	text-align: justify;
	margin: 10px 0px 0px;
}


.con_about_lc .t01 {
	position: absolute;
	margin: 0px 0px 0px 0px;
}

.con_about_lc .t01:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	left: 100%;
	top: 40%;
	border: 20px solid transparent;
	border-left: 20px solid #EEEEEE;
}

.con_about_lc .t02 {
	position: absolute;
	right: 0;
	margin: 100px 0px 0px 0px;
}

.con_about_lc .t02:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	right: 100%;
	top: 40%;
	border: 20px solid transparent;
	border-right: 20px solid #EEEEEE;
}

.con_about_lc .t03 {
	position: absolute;
	margin: 320px 0px 0px 0px;
}

.con_about_lc .t03:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	left: 100%;
	top: 40%;
	border: 20px solid transparent;
	border-left: 20px solid #EEEEEE;
}

.con_about_lc .t04 {
	position: absolute;
	right: 0;
	margin: 420px 0px 0px 0px;
}

.con_about_lc .t04:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	right: 100%;
	top: 40%;
	border: 20px solid transparent;
	border-right: 20px solid #EEEEEE;
}

.con_about_lc .t05 {
	position: absolute;
	margin: 640px 0px 0px 0px;
}

.con_about_lc .t05:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	left: 100%;
	top: 40%;
	border: 20px solid transparent;
	border-left: 20px solid #EEEEEE;
}

.con_about_lc .t06 {
	position: absolute;
	right: 0;
	margin: 740px 0px 0px 0px;
}

.con_about_lc .t06:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	right: 100%;
	top: 40%;
	border: 20px solid transparent;
	border-right: 20px solid #EEEEEE;
}

.con_about_lc .t07 {
	position: absolute;
	margin: 960px 0px 0px 0px;
}

.con_about_lc .t07:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	left: 100%;
	top: 40%;
	border: 20px solid transparent;
	border-left: 20px solid #EEEEEE;
}

.con_about_lc .t08 {
	position: absolute;
	right: 0;
	margin: 1060px 0px 0px 0px;
}

.con_about_lc .t08:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	right: 100%;
	top: 40%;
	border: 20px solid transparent;
	border-right: 20px solid #EEEEEE;
}

.con_about_lc .t09 {
	position: absolute;
	margin: 1280px 0px 0px 0px;
}

.con_about_lc .t09:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	left: 100%;
	top: 40%;
	border: 20px solid transparent;
	border-left: 20px solid #EEEEEE;
}

.con_about_lc .t10 {
	position: absolute;
	right: 0;
	margin: 1380px 0px 0px 0px;
}

.con_about_lc .t10:after {
	content: " ";
	position: absolute;
	height: 0;
	width: 0;
	right: 100%;
	top: 40%;
	border: 20px solid transparent;
	border-right: 20px solid #EEEEEE;
}

.con_about_lc ul {}

.con_about_lc ul li {
	float: left;
	width: 290px;
	height: 500px;
	box-sizing: border-box;
	background: #EEEEEE;
	text-align: left;
	margin: 0px 12.5px 12.5px 0px;
	padding: 20px;
	box-sizing: border-box;
}

.con_about_lc ul li:nth-child(1) {
	height: 400px;
}

.con_about_lc ul li:nth-child(2) {
	height: 400px;
}

.con_about_lc ul li:nth-child(3) {
	height: 400px;
}

.con_about_lc ul li:nth-child(4) {
	float: right;
	margin-right: 0px;
	height: 400px;
}

.con_about_lc ul li:nth-child(8) {
	float: right;
	margin-right: 0px;
}

.con_about_lc ul li:nth-child(12) {
	float: right;
	margin-right: 0px;
}

.con_about_lc ul li:last-child {}

.con_about_lc ul li p {
	font-size: 20px;
	color: #004098;
	font-weight: bold;
}

.con_about_lc ul li span {
	font-size: 12px;
	line-height: 160%;
	display: inline-block;
	box-sizing: border-box;
	text-align: justify;
	margin: 20px 0px 0px;
}

.con_about_lc ul li img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.con_about_lc ul li:hover {
	background: #004098;
}

.con_about_lc ul li:hover p {
	color: #FFFFFF;
}

.con_about_lc ul li:hover span {
	color: #FFFFFF;
}




.con_about_honor {
	width: 1200px;
	margin: 0px auto 0px;
}

.con_about_honor p {
	float: left;
	width: 1200px;
	background: #F5F5F5;
	padding: 30px;
	box-sizing: border-box;
	line-height: 175%;
}

.con_about_honor img {
	display: block;
	float: right;
}


.con_pro_ {
	width: 100%;
	background: #F9F9F9;
	padding: 30px 0px;
}

.con_pro {
	margin: 0px auto;
	width: 1200px;
}

.con_pro ul {
	margin: 0px;
	padding: 0px;
}

.con_pro li {
	float: left;
	margin: 30px 22px 20px 0px;
	width: 385px;
	background: #FFFFFF;
	box-sizing: border-box;
}

.con_pro ul li:nth-child(3) {
	float: right;
	margin: 30px 0px 20px 0px;
}

.con_pro ul li:nth-child(6) {
	float: right;
	margin: 30px 0px 20px 0px;
}

.con_pro ul li:nth-child(9) {
	float: right;
	margin: 30px 0px 20px 0px;
}

.con_pro ul li:nth-child(12) {
	float: right;
	margin: 30px 0px 20px 0px;
}

.con_pro li:hover {}

.con_pro li div {
	width: 385px;
	height: 289px;
	overflow: hidden;
}

.con_pro li img {
	width: 385px;
	height: 289px;
}

.con_pro li p {
	color: #333333;
	text-align: center;
	padding: 15px 0px;
	font-size: 16px;
	font-weight: normal;
}

.con_pro li:hover p {
	color: #004098;
}

.con_case {
	margin: 50px auto;
	width: 1200px;
}

.con_case ul {
	margin: 0px;
	padding: 0px;
}

.con_case li {
	float: left;
	margin: 30px 22px 0px 0px;
	width: 385px;
	background: #FFFFFF;
}

.con_case ul li:nth-child(3) {
	float: right;
	margin: 30px 0px 0px 0px;
}

.con_case ul li:nth-child(6) {
	float: right;
	margin: 30px 0px 0px 0px;
}

.con_case ul li:nth-child(9) {
	float: right;
	margin: 30px 0px 0px 0px;
}

.con_case ul li:nth-child(12) {
	float: right;
	margin: 30px 0px 0px 0px;
}

.con_case li:hover {}

.con_case li div {
	width: 385px;
	height: 230px;
	overflow: hidden;
}

.con_case li img {
	width: 385px;
	height: 230px;
}

.con_case li p {
	color: #333333;
	text-align: left;
	padding: 15px 0px;
	font-size: 14px;
	font-weight: normal;
}

.con_case li:hover p {
	color: #004098;
}

.con_pro_m {
	margin: 30px auto 60px;
	width: 1200px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 30px 0px;
}

.con_pro_m_left {
	float: left;
	width: 650px;
	height: 455px;
	overflow: hidden;
	border: #DDDDDD 1px solid;
}

.con_pro_m img {
	display: block;
	margin: 0px auto;
	width: 650px;
	height: 455px;
}

.con_pro_m_right {
	float: right;
	width: 440px;
	text-align: left;
}

.con_pro_m_right h1 {
	font-size: 36px;
	padding: 20px 0px;
	margin: 0px auto 20px;
	border-bottom: #DDDDDD 1px dashed;
	display: block;
}

.con_pro_m_right p {
	margin: 5px 0px;
	font-size: 16px;
	color: #333333;
	line-height: 175%;
}

.con_pro_m_det {
	margin: 0px auto 30px;
	width: 1200px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 30px 0px;
}

.con_pro_m_det h2 {
	display: inline-block;
	margin: 0px 0px 20px;
	font-size: 30px;
}

.con_pro_m_more {
	margin: 35px auto;
	width: 1200px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 30px 0px;
}

.con_pro_m_more h4 {
	display: inline-block;
	margin: 0px 0px 20px;
	font-size: 30px;
}

.con_pro_m_more ul {}

.con_pro_m_more ul li {
	float: left;
	margin-right: 27px;
	border: #DDDDDD 1px solid;
}

.con_pro_m_more ul li:last-child {
	float: right;
	margin-right: 0px;
}

.con_pro_m_more ul li div {
	width: 380px;
	height: 285px;
	overflow: hidden;
}

.con_pro_m_more ul li img {
	width: 380px;
	height: 285px;
}

.con_pro_m_more ul li p {
	color: #FFFFFF;
	background: #333333;
	text-align: center;
	padding: 10px 0px;
	font-size: 14px;
	font-weight: normal;
}


.con_know {
	width: 100%;
	margin: 0px;
}

.con_know_a {
	width: 100%;
	background: url(../images/know01.jpg) no-repeat center;
	height: 855px;
}

.con_know_b {
	width: 100%;
	background: url(../images/know02.jpg) no-repeat center;
	height: 551px;
}

.con_know_c {
	width: 100%;
	background: url(../images/know03.jpg) no-repeat center;
	height: 471px;
}

.con_know_d {
	width: 100%;
	background: url(../images/know04.jpg) no-repeat center;
	height: 529px;
}

.con_know_e {
	width: 100%;
	background: url(../images/know05.jpg) no-repeat center;
	height: 831px;
}

.con_know_f {
	width: 100%;
	background: url(../images/know06.jpg) no-repeat center;
	height: 742px;
}

.con_know_g {
	width: 100%;
	background: url(../images/know07.jpg) no-repeat center;
	height: 537px;
}

.con_know_h {
	width: 100%;
	background: url(../images/know08.jpg) no-repeat center;
	height: 588px;
}

.con_know_i {
	width: 100%;
	background: url(../images/know09.jpg) no-repeat center;
	height: 891px;
}
.z_banner_jd {
	width: 100%;
	background: url(../images/banner08.jpg) no-repeat center;
	height: 1226px;
	box-sizing: border-box;
	padding-top: 100px;
}

.z_banner_jd p {
	display: block;
	text-align: center;
	color: #eed8ab;
	font-size: 50px;
	font-weight: bold;
}

.z_banner_jd span {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
}

.con_proj {
	width: 100%;
	margin: 50px 0px;
}

.con_proj_a {
	width: 100%;
	background: url(../images/jd01.jpg) no-repeat center;
	height: 1019px;
	box-sizing: border-box;
	padding-top: 80px;
}

.con_proj_a p {
	display: block;
	text-align: center;
	color: #eed8ab;
	font-size: 36px;
	font-weight: bold;
	line-height: 150%;
}

.con_proj_b {
	width: 100%;
	background: url(../images/jd02.jpg) no-repeat center;
	height: 912px;
	box-sizing: border-box;
	padding-top: 50px;
}

.con_proj_b p {
	display: block;
	text-align: center;
	color: #eed8ab;
	font-size: 36px;
	font-weight: bold;
	line-height: 150%;
}

.con_proj_c {
	width: 100%;
	background: url(../images/jd03.jpg) no-repeat center;
	height: 906px;
	box-sizing: border-box;
	padding-top: 100px;
}

.con_proj_c p {
	display: block;
	width: 1075px;
	margin: 0px auto;
	text-align: justify;
	color: #eed8ab;
	font-size: 28px;
	font-weight: normal;
	line-height: 150%;
}

.con_proj_d {
	width: 100%;
	background: #000000;
	height: 782px;
	box-sizing: border-box;
	padding-top: 60px;
}

.con_proj_d h5 {
	display: block;
	text-align: center;
	color: #eed8ab;
	font-size: 36px;
	font-weight: bold;
}

.con_proj_d ul {
	margin: 50px auto 0px;
	width: 1075px;
}

.con_proj_d ul li {
	color: #FFFFFF;
	font-size: 30px;
	float: left;
	width: 50%;
	text-align: left;
	margin: 5px 0px;
}

.con_proj_d ul li:nth-child(2n) {
	width: 50%;
	padding-left: 120px;
	box-sizing: border-box;
}


.con_news {
	width: 100%;
	margin: 30px auto 60px;
}

.con_news_ {
	margin: 0px auto;
	width: 1200px;
}

.con_news_ ul {
	margin: 0px;
	padding: 0px;
}

.con_news_ li {
	margin: 0px;
	padding: 35px;
	background: #F8F8F8;
	box-sizing: border-box;
	margin: 35px 0px;
	border-radius: 10px;
}

.con_news_ li:hover {}

.con_news_ li img {
	float: left;
	width: 300px;
	height: 180px;
	padding: 2px;
	border: #DDDDDD 1px solid;
}

.con_news_ .con_news_more {
	float: left;
	line-height: 180%;
	width: 750px;
	margin-left: 50px;
}

.con_news_ .con_news_more p {
	font-size: 24px;
	color: #004098;
}

.con_news_ .con_news_more em {
	display: block;
	font-style: normal;
	color: #999999;
	margin: 10px 0px;
	font-size: 12px;
}

.con_news_ .con_news_more span {
	display: block;
	font-size: 14px;
	line-height: 175%;
	margin: 15px 0px 30px;
	color: #999999;
}

.con_news_ .con_news_more h5 a {
	background: #333333;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding: 2px 0px;
	width: 150px;
	display: block;
	border-radius: 15px;
}

.con_news_ .con_news_more h5 a:hover {
	background: #CCCCCC;
	color: #333333;
}

.con_news_mor {
	width: 270px;
	margin: 0px auto 80px;
}

.con_news_mor a {
	display: inline-block;
	padding: 10px 30px;
	border: #999999 1px solid;
}

.con_news_mor a:hover {
	background: #004098;
	color: #FFFFFF;
}

.con_news_m {
	margin: 50px auto;
	width: 1000px;
	background: #FFFFFF;
	padding: 0px;
	box-sizing: border-box;
}

.con_news_m H1 {
	font-size: 36px;
	text-align: left;
	font-weight: bold;
	padding: 35px 0px 15px;
	line-height: 175%;
}

.con_news_m h5 {
	text-align: left;
	display: block;
	padding: 5px 0px 10px;
	border-bottom: #CCCCCC 1px dashed;
	font-weight: normal;
	color: #666666;
	font-size: 12px;
}

#MyContent {
	padding: 30px 0px;
}

#MyContent p {
	font-size: 15px;
	line-height:25px;
}

#MyContent p img {
	max-width:100% !important;
	display:inline-block;
	vertical-align:middle;
}

#MyContent a {
	font-size: 14px;
}



.con_news_m_more {
	width: 1200px;
	background: #FFFFFF;
	padding: 30px 0px 50px 50px;
	box-sizing: border-box;
	margin: 0px auto 0px;
}

.con_news_m_more h4 {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 30px;
}

.con_news_m_more ul {}

.con_news_m_more ul li {
	padding: 3px 0px;
}

.con_news_m_more ul li a {
	color: #000000;
}

.con_news_m_more ul li a:hover {
	color: #004098;
}

.con_news_m_more ul li span {
	font-size: 12px;
	color: #999999;
}




.con_join_ {
	width: 1200px;
	margin: 80px auto;
}

.con_join_tit {
	margin: 60px auto;
	text-align: center;
}

.con_join_tit h2 {
	font-size: 36px;
	text-align: center;
	color: #000000;
}

.con_join_tit em {
	display: block;
	margin: 20px auto;
	height: 3px;
	width: 60px;
	background: #999999;
}

.con_join_tit p {
	text-align: center;
	font-size: 18px;
	background: #666666;
	padding: 8px 30px;
	border-radius: 25px;
	color: #FFFFFF;
	display: inline-block;
	margin: 0px auto;
}

.con_join_con {
	width: 1200px;
	margin: 0px auto;
}

.con_join_a {
	float: left;
	width: 600px;
	height: 320px;
	background: #F6F6F6;
	padding: 50px;
	box-sizing: border-box;
}

.con_join_a h5 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
}

.con_join_a em {
	display: block;
	margin: 25px 0px;
	height: 2px;
	width: 50px;
	background: #999999;
}

.con_join_a p {
	font-size: 20px;
	color: #2a2a2a;
	margin: 0px auto;
}

.con_join_a span {
	font-size: 14px;
	line-height: 175%;
	display: block;
	text-align: justify;
}

.con_join_b {
	float: right;
	width: 600px;
	height: 320px;
	overflow: hidden;
}

.con_join_b img {
	width: 600px;
}

.con_join_z {
	float: left;
	width: 600px;
	height: 320px;
	overflow: hidden;
}

.con_join_z img {
	width: 600px;
}

.con_join_y {
	float: right;
	width: 600px;
	height: 320px;
	background: #F6F6F6;
	padding: 50px;
	box-sizing: border-box;
}

.con_join_y h5 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
}

.con_join_y em {
	display: block;
	margin: 25px 0px;
	height: 2px;
	width: 50px;
	background: #999999;
}

.con_join_y p {
	font-size: 20px;
	color: #2a2a2a;
	margin: 0px auto;
}

.con_join_y span {
	font-size: 14px;
	line-height: 175%;
	display: block;
	text-align: justify;
}




.con_join_c {}

.con_join_c ul {}

.con_join_c ul li {
	float: left;
	width: 240px;
	text-align: center;
	height: 180px;
}

.con_join_c ul li div {
	border: #000000 1px solid;
	border-radius: 50%;
	padding: 18px;
	box-sizing: border-box;
	margin: 0px auto;
	height: 90px;
	width: 90px;
}

.con_join_c ul li img {
	height: 50px;
}

.con_join_c ul li p {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 10px
}

.con_join_c ul li span {
	/* color: #999999; line-height: 175%; font-size: 12px; display: block; padding: 0px 20px; text-align: center; margin: 0px auto;*/
}


.join_con_02_ {
	margin: 0px auto;
	width: 600px;
}

.join_con_11_txt01 {
	font-size: 36px;
	font-weight: lighter;
	border-bottom: #999999 1px solid;
	padding: 60px 0px 20px 0px;
	text-align: center;
}

.join_con_11_txt02 {
	margin: 20px 0px;
}

.join_con_11_txt02 input {
	border: #999999 1px solid;
	border-radius: 5px;
	color: #000000;
	padding: 15px;
	font-size: 16px;
	width: 265px;
}

.join_con_11_txt03 {
	margin: 20px 0px;
}

.join_con_11_txt03 input {
	border: #999999 1px solid;
	border-radius: 5px;
	color: #000000;
	padding: 15px;
	font-size: 16px;
	width: 565px;
}

.join_con_11_txt04 {
	margin: 20px 0px;
}

.join_con_11_txt04 textarea {
	border: #999999 1px solid;
	border-radius: 5px;
	color: #000000;
	padding: 15px;
	font-size: 16px;
	width: 565px;
	height: 200px;
	vertical-align: top;
	font-family: "微软雅黑";
}

.join_con_11_txt05 {
	margin: 50px 0px;
	text-align: center;
}

.join_con_11_txt05 input {
	border: none;
	background: #000000;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 15px;
	width: 255px;
	font-size: 30px;
	font-weight: bold;
}









.con_contact {
	margin: 35px auto 35px;
	width: 1200px;
	background: #FFFFFF;
	padding: 50px 25px;
	box-sizing: border-box;
}

.con_contact ul {
	margin: 0px;
	padding: 0px;
}

.con_contact ul li {
	float: left;
	border-right: #DDDDDD 1px solid;
	text-align: center;
	width: 286px;
}

.con_contact ul li:last-child {
	border-right: none;
}

.con_contact ul li img {
	width: 75px;
	height: 75px;
	margin:auto;
}

.con_contact ul li p {
	color: #000000;
	font-size: 18px;
	margin: 30px 0px 5px;
}

.con_contact ul li span {
	color: #999999;
	font-size: 14px;
	line-height: 175%;
}

.con_contact_map {
	margin: 0px auto 60px;
	width: 1200px;
}

.con_contact_map .bdmap
{
	width:100%;
	height:500px;
}


.main_g {
	width: 1200px;
	margin: 30px auto;
}

.main_g ul {}

.main_g ul li {
	float: left;
	margin: 20px 20px 20px 0px;
}

.main_g ul li:nth-child(3) {
	float: right;
	margin: 20px 0px 20px 0px;
}

.main_g ul li p {
	padding: 8px 0px;
}

.main_g_video {
	width: 380px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.main_g_video>img {
	width: 380px;
	height: 240px;
	position: absolute;
	z-index: 99;
}

.main_g_video a {
	display: block;
	position: absolute;
	width: 380px;
	height: 240px;
	z-index: 999;
	text-align: center;
	box-sizing: border-box;
	padding-top: 90px;
	font-weight: lighter;
}

.main_g_video a img {
	width: 65px;
	height: 65px;
	margin:auto;
}

.main_g_video a em {
	display: block;
	margin: 10px auto 0px;
	background: #FFFFFF;
	width: 50px;
	height: 2px;
}


.videolist:hover {
	cursor: pointer;
}

.videos {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	box-sizing: border-box;
	text-align: center;
}

.videos video {
	width: 800px;
	height: 450px;
	border: #000000 15px solid;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.vclose {
	position: absolute;
	right: 27%;
	top: 22%;
	cursor: pointer;
}











/*css black2 style pagination*/
div.black2 {
	padding: 10px;
	margin: 10px;
	text-align: center;
}

div.black2 a {
	border: #CCCCCC 1px solid;
	padding: 5px 10px;
	margin: 2px;
	color: #666666;
	text-decoration: none;
}

div.black2 a:hover {
	color: #fff;
	background-color: #004098;
	border: #004098 1px solid;
}

div.black2 a:active {
	color: #fff;
	background-color: #004098;
	border: #004098 1px solid;
}

div.black2 a.curr {
	padding: 5px 10px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background-color: #004098;
	border: #004098 1px solid;
}

.fenye {
	padding: 10px;
	margin: 10px;
	text-align: center;
}

.fenye a {
	border: #CCCCCC 1px solid;
	padding: 5px 10px;
	margin: 2px;
	color: #666666;
	text-decoration: none;
}

.fenye a:hover {
	color: #fff;
	background-color: #004098;
	border: #004098 1px solid;
}

.fenye a:active {
	color: #fff;
	background-color: #004098;
	border: #004098 1px solid;
}

.fenye a.curr {
	padding: 5px 10px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background-color: #004098;
	border: #004098 1px solid;
}
/**网站内页banner**/
.inside_banner
{
	width:100%;
	height:auto;
}
.inside_banner a
{
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
.inside_banner a .pic
{
	width:100%;
	height:auto;
}
.inside_banner a .pic img
{
	width:100%;
	height:auto;
}
/**网站内页banner end**/