@charset "utf-8";

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
a,
samp,
strong,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
label,
table,
tbody,
tr,
th,
td,
img {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: '微软雅黑';
	list-style-type: none;
	line-height: 150%;

}



body {
	background: #fff;
	overflow-x: hidden;
	min-width: 1200px
}
html{
	min-width: 1200px
}

img {
	max-width: 100%;
	max-height: 100%;
}

a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}

input,
textarea {
	outline: none;
}

a:hover {
	text-decoration: none;
}

.container {
	margin: 0 auto;
	display: block;
	width: 1200px;
	padding: 0;
}


.fc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
}

.fl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.row {
	margin: 0
}

.fc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
}

.fl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.head {
	position: absolute;
	top: 0;
	z-index: 9;
	padding: 0;
	width: 100%;
	
	border-bottom: 2px solid #fff;
	min-width: 1200px;	
}

.head_box {
	width: 1200px;
	display: block;
	margin: 0 auto;
}

.head_logo img {
	width: 200px;
}

.head_logo {
	width: 250px;
}

.head_nav a {
	font-size: 18px;
	color: #fff;
	padding: 0 25px;
	border-right: 2px solid #fff;
}

.head_nav a:hover {
	font-weight: bold;
}

.head_nav a.on {
	font-weight: bold;
}
.head_nav ul li{
	display: inline-block;
}

.head_tel {
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
	width: 200px;
}

.head_nav {
	flex: 1;
}

.index_banner img {
	display: block;
	width: 100%;
	height: 100%;
}

.index_banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
	opacity: 1;
	background: #999;

}

.index_banner .swiper-pagination-bullet-active {
	background: #000;
}

.index_banner .swiper-pagination {
	width: auto;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, 0);
	background: rgba(255, 255, 255, 0.8);
	padding: 0 8px;
	border-radius: 20px;
}


.index_about {
	padding: 5% 0;
}

.index_about_left {
	flex: 1;
	padding-right: 5%;
	font-size: 16px;
	color: #555;
	position: relative;
}

.index_about_left .d1 {
	font-size: 40px;
	color: #b2b2b2;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 100%;
}

.index_about_left .d22 {
	font-size: 36px;
	color: #444;
	line-height: 100%;
}

.index_about_left .d2 {
	text-indent: 2em;
	padding: 20px 0;
	line-height: 180%;
}

.index_about_right {
	flex: 1;
}

.index_about_left .d0 {
	position: absolute;
	top: 0;
	left: -40px;
}

.index_about_left .d3 a {
	background: #ccdbe6;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	padding: 7px 25px;
}

.index_about_left .d3 a:hover {
	background: #77bdf0;
}

.index_jm {
	background: url('../images/img6.png') no-repeat;
	padding: 5% 0;
	background-size: 100%100%;
}

.index_jm_right {
	flex: 1;


}

.index_jm_right .d1 {
	padding-top: 5%;
	line-height: 180%;
	font-size: 18px;
	color: #000;
	text-indent: 2em;
	letter-spacing: 2px;
}

.index_jm_right .d2 {
	text-align: right;
	padding-top: 5%;
}

.index_jm_right .d2 a {
	color: #000;
	font-size: 15px;
	display: inline-block;
	padding: 6px 30px;
	border: 1px solid #000;
}

.index_jm_right .d2 a:hover {
	background: #77bdf0;
	transition: 0.5s;
	color: #fff;
	border: 1px solid #fff;
}

.index_jm_left {
	width: 35%;
	padding-right: 10%;
}

.index_jm_t {
	font-size: 36px;
	color: #fff;
	text-align: center;
	line-height: 100%;
	letter-spacing: 5px;
	padding-bottom: 20px;
}

.index_jm_t span {
	display: block;
	text-align: center;
	color: #000;
	position: relative;
	margin-top: -10px;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 100%
}

.index_jm_left img {
	padding: 5%;
}

.index_pro_left {
	flex: 1;
}

.index_pro_right {
	flex: 1;
	background: #fff;
}

.index_product {
	padding: 5% 0;
	background: #f5f5f5;
}

.index_pro_left {
	clear: both;
	overflow: hidden;
}

.index_pro_left a {
	display: inline-block;
	width: calc(50% - 10px);
	margin: 0 10px 5px 0;
	float: left;
	overflow: hidden;
}

.index_pro_left a img {
	height: 150px;
	width: 100%;
}

.index_pro_left a img:hover {	
	transform: scale(1.1);
	transition: 0.5s;
}

.index_pro_right .dd {
	border: 1px solid #333;
	padding: 5% 15%;
	height: 410px;
	display: block;
}

.index_pro_right {
	margin-left: 30px;

}

.index_product .index_jm_t {
	color: #ccc;
	font-size: 36px;
	padding-bottom: 50px;
}

.index_pro_right .d1 {
	text-align: center;
	font-size: 40px;
	color: #333;
	padding: 30px 0 30px 0;
}

.index_pro_right .d2 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	text-align: center;
}

.index_pro_right .d2 a {
	display: inline-block;
	padding: 10px;
	font-size: 18px;
	color: #333;
	text-align: center;
}

.index_pro_right .d3 {
	text-align: center;
	padding: 10px;
}

.index_pro_right .d3 a {
	font-size: 16px;
	color: #555;
	padding: 10px;
}

.index_pro_right .d4 a span {
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
	line-height: 100%;
}

.index_pro_right .d4 a .s1 {
	font-size: 28px;
}

.index_pro_right .d4 a {
	text-align: center;
	background: #ccdbe6;
	border-radius: 50%;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}

.index_pro_right .d4 a:hover {
	background: #77bdf0;
}

.index_pro_right .d4 {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.index_pro_right .dd a:hover {
	color: #77bdf0;
}

.index_hzpp {
	padding: 5% 0;
	background: #cedae6;
	background: -webkit-linear-gradient(left, #cddbe6 0, #c0c3ca 100%);
	background: -moz-linear-gradient(left, #cddbe6 0, #c0c3ca 100%);
	background: -o-linear-gradient(left, #cddbe6 0, #c0c3ca 100%);
	background: linear-gradient(left, #cddbe6 0, #c0c3ca 100%);
}

.index_hzpp .index_jm_t {
	color: #fff;
	font-size: 36px;
	padding-bottom: 5%;
}

.index_hzpp_li {
	clear: both;
	overflow: hidden;
}

.index_hzpp_li a {
	width: calc(25% - 15px);
	margin: 0 15px 15px 0;
	display: inline-block;
	float: left;
	overflow: hidden;
}

.index_hzpp_li a img {
	width: 100%;
	height: 120px;
	display: block;
}

.index_hzpp_li a img:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.index_news {
	padding: 5% 0;
}


.index_news .index_jm_t {
	color: #ccc;
	font-size: 36px;
	padding-bottom: 50px;
}

.index_news_li {
	width: calc(33.3% - 50px);
	margin-right: 50px;
}

.index_news_li a {
	display: block;
	overflow: hidden;
}

.index_news_li a .d1 {
	overflow: hidden;
}

.index_news_li a .d1 img {
	height: auto;
	display: block;
	width: 100%;
}

.index_news_li a .d2 {
	font-size: 16px;
	color: #666;
	overflow: hidden;
	padding: 10px 0 20px 0;
}

.index_news_li a .d3 {
	font-size: 15px;
	font-weight: bold;
	color: #666;
}

.index_news_li a:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}

.index_news_li a:hover .d2 {
	color: #77bdf0;
}


.footer {
	padding: 5% 0 3% 0;
	background: #cedae6;
	/* 	background: -webkit-linear-gradient(left,#cedae6 0,#bdbdc9 100%);
	background: -moz-linear-gradient(left,#cedae6 0,#bdbdc9 100%);
	background: -o-linear-gradient(left,#cedae6 0,#bdbdc9 100%);
	background: linear-gradient(left,#cedae6 0,#bdbdc9 100%); */
	background: url('../images/img17.png') no-repeat;
	background-size: 100%100%;
}

.footer_h {
	display: block;
	text-align: center;
	padding: 6px 10px;
	background: #fff;
}

.footer_h a {
	display: inline-block;
	color: #333;
	font-size: 15px;
	padding: 0 10px;
}

.footer_h a:hover {
	color: #77bdf0;
}



.footer_li {
	position: relative;
	flex: 1;
	padding: 15px;
}

.footer_ul {
	padding-top: 3%;
}

.footer_li .dd {
	padding-left: 30px;
}

.footer_li .dd .d1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.footer_li .dd .d2 {
	font-size: 14px;
	color: #000;
	line-height: 180%;
}

.footer_li .dd .d3 {
	padding-top: 10px;
}

.footer_li .dd .d3 a {
	display: inline-block;
	padding: 0 5px 5px 0;
}

.footer_li .dd .d3 a:hover img {
	transform: rotateY(360deg);
	transition: 0.8s;
}

.footer_li_ewm .d1 span {
	flex: 1;
}

.footer_bor {
	height: 100px;
	width: 1px;
	background: #333;
}

.footer_li_ewm .d1 span img {
	display: block;
	margin: 0 auto;
	width: 100px;
}

.footer_li_ewm .d2 {
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 10px 0;
}

.footer_li_ewm .d2 a {
	padding-right: 10px;
}

.footer_li_ewm .d3 {
	font-size: 14px;
	color: #333;
	text-align: center;
}


.fbanner img {
	display: block;
	width: 100%;
}


.about .index_about_left {
	padding: 0;
	text-align: center;
}
.about .index_about_left .d2{
	text-align: left;
}
.about .index_about_left .d0 {
	left: 0;
}

.fu_right {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 99;
	display: none
}

.fu_right_li a {
	display: block;


	border-radius: 50%;

}

.fu_right_li a img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;

}
.kefu1 {

}
.kefu1 .kefu_box .d1 img{
	margin: 10px auto;
	width: 140px;
}
.kefu_wai{
	position: fixed;
	top: 35%;
	right: 0;
	z-index: 9;
}
.kefu {
	background: #c4e4fd;
	padding: 15px;
}

.kefu_box .d1 img {
	width: 110px;
	display: block;
	margin: 0 auto;
}

.kefu_box .d2 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}

.kefu_box .d2 span {
	display: block;
	font-size: 13px;
}


.product {
	padding: 5% 0;
}

.product_a {
	margin-bottom: 30px;

}

.product_class a {
	display: inline-block;
	padding: 13px 30px;
	color: #666;
	margin-right: 15px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 3px;
}

.product_class a.on {
	background: #17b6f0;
	color: #fff;
	border: 1px solid #17b6f0;
}

.product_class a:hover {
	transition: 0.5s;
	background: #17b6f0;
	border: 1px solid #17b6f0;
	color: #fff;
}

.product_ul {
	flex: 1;
	padding-left: 15px;
	clear: both;
	overflow: hidden;
	margin: 0 -25px;
}

.product_li {
	width: 25%;
	display: inline-block;
	float: left;
}

.product_li a img {
	width: 100%;
	height: 230px;
	display: block;
	border-radius: 5px;
}

.product_li a {
	display: block;
	margin: 0 10px 10px 10px;

}

.product_li a .d1 {
	overflow: hidden;
}

.product_li a:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}

.product_li a span {
	display: block;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #333;
	padding: 10px 0;
}

.product_li a:hover span {
	color: #17b6f0;
}


.next {
	clear: both;
	overflow: hidden;
	margin: 30px auto;
	display: block;
	text-align: center;
}

.next a {
	padding: 3px 15px;
	margin: 5px;
	background: #e5e5e5;
	color: #666;
	display: inline-block;
}

.next a.on {
	background: #17b6f0;
	color: #fff;
}

.next a:hover {
	background: #17b6f0;
	color: #fff;
}




.zp_list1 {
	margin: 0 58px 86px 46px
}

.zp_list1 li {
	margin-bottom: 48px
}

.zp_list1 .tit {
	overflow: hidden
}

.zp_list1 .tit .more {
	float: right;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	display: block;
	width: 120px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-left: 20px;
	background-color: #17b6f0
}

.zp_list1 .tit .more span {
	display: inline-block;
	padding-right: 27px;
	background: url(../images/arrows_s01.png) right center no-repeat
}

.zp_list1 .open .tit .more span {
	background: url(../images/arrows_s02.png) right center no-repeat
}

.zp_list1 .tit .con {
	height: 48px;
	line-height: 47px;
	overflow: hidden;
	border-bottom: 1px solid #6f6f6f
}

.zp_list1 .tit .con .d1 {
	float: left;
	width: 200px;
	font-size: 21px;
	color: #1a1a1a;
	font-weight: 700
}

.zp_list1 .tit .con .d2 {
	overflow: hidden;
	font-size: 18px;
	color: #333
}

.zp_list1 .tit .con .d2 .sp1 {
	font-weight: 700
}

.zp_list1 .txt {
	padding: 20px 0 20px 200px;
	font-size: 18px;
	color: #666;
	line-height: 1.78em;
	display: none
}

.zp_list1 .txt .sp1 {
	font-weight: 700;
	color: #333
}



.m_form1 .item {
	height: 46px;
	font-size: 0;
	background-color: #fff;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #eee;
}

.m_form1 .item input {
	display: block;
	width: 100%;
	height: 100%;
	background: 0 0;
	border: none;
	outline: 0;
	font-size: 18px;
	padding: 0 10px 0 100px
}

.m_form1 .item .sp1 {
	font-size: 18px;
	color: #666;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100px;
	line-height: 46px;
	padding-left: 15px;
	overflow: hidden;
	font-weight: 700
}

.m_form1 .text {
	display: block;
	width: 100%;
	height: 226px;
	background-color: #fff;
	border: none;
	outline: 0;
	resize: none;
	font-size: 18px;
	padding: 10px 15px;
	margin-bottom: 17px;
	border: 1px solid #eee;
}

.m_form1 .sub_btn {
	float: right;
	display: block;
	width: 180px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	border: none;
	background-color: #17b6f0;
	font-weight: 700;
	cursor: pointer;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s
}

.m_form1 .sub_btn:hover {
	opacity: 0.8;
}

.row_cont1_a {
	background: #f5f5f5;
	background-size: 100%100%;
	padding: 5% 0;
}

.row_cont1_bg {
	display: block;
	margin: 0 auto;
	max-width: 600px;
	background: #fff;
	padding: 30px;
	clear: both;
	overflow: hidden;
}

.join .index_jm_t {
	font-size: 36px;
	color: #ccc;
	padding-bottom: 70px;
}



.join {
	padding: 5% 0;
}



/*相关样式*/
#showbox {
	background: #fff;
	border: 1px solid #eee;
}

#showbox span {
	background: url(../images/whitebg.png) repeat;
}
#showbox div{
	height: 500px!important;
	top: 0px!important;
}
#showbox div img{
	height: 500px!important;
}
#showsum {
	left: 25px;
	margin-top: 10px;
}

#showsum span {
	border: 1px solid #ddd;
}

#showsum span.sel {
	border: 1px solid #f60;
}
#showsum span.sel img{
	top: 0px!important;
}
.showpage {
	width: 500px;
	position: relative;
}

.showpage a {
	display: block;
	width: 15px;
	border: 1px solid #ddd;
	height: 60px;
	line-height: 60px;
	background: #eee;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: -62px;
	text-decoration: none;
	color: #999;
}

.showpage a#shownext {
	left: auto;
	right: 0;
}

.showpage a:hover {
	background: #ccc;
	color: #777;
}


.pro_det{
	padding: 5% 0;
}
.pro_det_left{
	flex: 1;
}
.pro_det_right{
	flex: 1;
	padding-right: 5%;
}

.pro_det_right .dd .d1{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	padding-bottom: 15px;
}
.pro_det_right .dd .d2{
	font-size: 15px;
	color: #888;
	line-height: 180%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}

.pro_det_ms_t span{
	display: inline-block;
	background: #17b6f0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 15px;
}
.pro_det_ms_t {
	border-bottom: 1px solid #eee;
}
 
.pro_det_nr{
	padding: 15px;
}
.pro_det_ms{
	padding-bottom: 5%;
}

.xiala{
	display: none;
}
.head_nav ul li.nav_li.on .xiala{
	display: inline-block;
	transition: 0.5s;
}
.head_nav ul li.nav_li{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: -15px;
}
.head_nav ul li.nav_li .xiala{
	position: absolute;
	top: 35px;
	left: 0;
	background: url('../images/img17.png');
	border-radius: 5px;
	background-size: 100%100%;
	
}
.head_nav ul li.nav_li .xiala li{
	display: block;
	padding: 0;
	width: 130px;
	text-align: center;
	border-bottom: 1px solid #b8bbca;
}
.head_nav ul li.nav_li .xiala li:last-child{
	border: 0;
}
.head_nav ul li.nav_li .xiala li a{
	color: #333;
	padding:10px;
	font-size: 14px;
	border: 0;
	display: block;
}
.head_nav ul li.nav_li .xiala li a:hover{
	color: #fff;
	background: #b8bbca;

}

.about_dh{
	padding-top: 5%;
}

.honour .d2 img{
	display: block;
	margin: 10px auto;
}
.about .index_about_left .d2{
	padding-top: 30px;
}
.news_li ul{
	margin-top: 30px;
}
.news_li ul li{
	padding: 15px;
}
.news_li ul li:hover{
	background: #eee;
	transition: 0.5s;
}
.ul-news_b .pic {
	float: left;
	width: 380px;
	height: 212px;
	margin-right: 30px;
	overflow: hidden
}

.ul-news_b .pic img {
	display: block;
	width: 100%;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.ul-news_b .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.ul-news_b .txt {
	overflow: hidden;
	font-size: 18px;
	color: #666;
	line-height: 180%;
	text-align: left;
}

.ul-news_b .txt h3 {
	font-size: 24px;
	margin-bottom: 25px;
	color: #333;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ul-news_b .txt .desc {
	height: 50px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.ul-news_b .txt .bot {
	margin-top: 53px;
	overflow: hidden
}

.ul-news_b .txt .bot .date {
	float: left;
	margin-top: 3px;
	color: #666;
	font-style: normal
}

.ul-news_b .txt .bot .more {
	display: inline-block;
	line-height: 38px;
	text-align: center;
	padding: 0 15px;
	background-color: #17b6f0;
	color: #fff;
	float: right;

}


.news_det_box .dd .d1{
	font-size: 32px;
	font-weight: bold;
	color: #333;
	text-align: center;
}

.news_det_box .dd .d2{
	font-size: 16px;
	color: #999;
	text-align: center;
	padding-bottom: 20px;
}

.news_det_box .dd .d3 p{
	font-size: 15px;
	color: #555;
	padding: 10px 0;
}
.news_det_box .dd .d3 p img{
	display: block;
	margin: 0 auto;
}

.news_det{
	background: #f5f5f5;
	padding-bottom: 50px;
}
.news_det_box{
	position: relative;
	top: 0;
	margin-top: -50px;
	background: #fff;
	padding: 50px;
	
}
.contact .news_det_box .d3{

	max-width: 600px;
	display: block;
	margin: 50px auto;
	text-align: left
}
.contact .news_det_box .d3 p{
	font-size: 16px;
	color: #333;
	line-height: 200%;
}



.next ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.next ul li{
	display: inline-block;
}
.next ul li span{
	    padding: 3px 15px;
	    margin: 5px;
	    background: #e5e5e5;
	    color: #666;
	    display: inline-block;
}
.next ul li.active span{
	background: #17b6f0;
	color: #fff;
}


.index_pro_left a:nth-child(+n+7){
	display: none;
}

.index_hzpp_li a:nth-child(+n+9){
	display: none;
}

@media (max-width: 780px){
	.index_banner img {
		height: 100%;
	}
	.index_product{
		padding: 15px;
	}
	body{
		padding: 0 15px;
	}
}


.calendar{
	display:none
}
