*{
	box-sizing: border-box;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial,"Microsoft YaHei","宋体","微软雅黑";;
	font-weight: 400;
	outline: none;
	border: none;
}
.container{
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}
.head-hybg{background: url(../images/banner-bg_01.png) no-repeat center center;}
.head-hy{line-height: 36px;z-index: 999;color: #fff;background-color: rgba(0,0,0,0);}
.head-hyy{float: left;width: 20%;background-color: rgba(255,255,255,0);}
.head-add{float: right;background: url(../images/head_03.png) no-repeat left center;padding-left: 26px;background-color: rgba(255,255,255,0);}
/*导航*/
.head-nav-bg{width:100%; z-index: 10;background-color: rgba(15,124,231,0.8);height: 80px;}
nav{height: 80px;}
.cl{
	clear: both;
}
.logo{
	float: left;
	line-height: 80px;
	padding-right: 30px;
	background: url(../images/name-r_03.jpg) no-repeat right center;
}
.head-name{
	float: left;
	color: #fff;
}
.head-name1{
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
}
.head-name2{
	font-size: 13px;
	font-family: arial;
	text-transform: uppercase;
	margin-top: 4px;
}
.header-fwdh{
	float: right;
	margin-top: 19px;
	color: #fff;
	background: url(../images/head_07.png) no-repeat left center;
	padding-left: 50px;
}
.header-dh1{
	font-size: 18px;
	font-weight: bold;
}
.nav-wrapper{
	float: right;
	margin-right: 48px;
}
.nav-wrapper ul li{
	display: inline-block;
	float: left;
	position: relative;
}
.nav-wrapper ul li a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 80px;
	padding: 0 15px;
}
.nav-wrapper li .erj{ position:absolute; top:80px; left:0px; width:200px;z-index: 99;}
.nav-wrapper li .erj li{ height:46px; overflow:hidden;display:block;background:#555; border-bottom:1px dashed #f8f8f8; color:#fff;  font-weight:normal; text-align:center;}
.nav-wrapper li .erj li a{ font-size:14px; display:block; height:46px; line-height:46px; overflow:hidden; padding:0px;  width:200px; color:#fff;font-weight:normal;transition: 0.6s;}
.nav-wrapper li .erj li a:hover {color:#fff;background-color: #0f7ce7;}
 @media only screen and (max-width:1100px ) {	
 	.nav-wrapper{
 		position: fixed;
 		top: 0;
 		left: 0;
 		width: 100%;
 		height: 100%;
 		z-index: -1;
 		background: #72c1ff;
 		opacity: 0;
 		transition: all 0.2s ease;
 	}
 	.nav-wrapper ul{
 		position: absolute;
 		top: 50%;
 		transform:  translateY(-50%);
 		width: 100%;
 	}
 	.nav-wrapper ul li{
 		display: block;
 		float: none;
 		width: 100%;
 		text-align: center;
 		margin-bottom: 10px;
 	}
 	.nav-wrapper ul li:nth-child(1) a{
 		transition-delay: 0.2s;
 	}
 	.nav-wrapper ul li:nth-child(2) a{
 		transition-delay: 0.3s;
 	}
 	.nav-wrapper ul li:nth-child(3) a{
 		transition-delay: 0.4s;
 	}
 	.nav-wrapper ul li:nth-child(4) a{
 		transition-delay: 0.5s;
 	}
 	.nav-wrapper ul li:not(:first-child){
 		margin-left: 0;
 	}
 	.nav-wrapper ul li a{
 		padding: 10px;
 		opacity: 0;
 		color: #333;
 		font-size: 14px;
 		font-weight: 600;
 		letter-spacing: 1.2px;
 		transform: translateX(-20px);
 		transition:  all 0.2s ease;
 	}
 	.nav-btn{
 		position: fixed;
 		right: 10px;
 		display: block;
 		width: 70px;
 		height: 70px;
 		cursor: pointer;
 		z-index: 9999;		
 		background-color: #0f7ce7;
 		display: -ms-flex;
 		display: -webkit-flex;
 		display: -mos-flex;
 		flex-direction: column;
 		justify-content: center;
 		align-items: center;
 	}	
 	.nav-btn i{
 		display: block;
 		width: 20px;
 		height: 2px;
 		background: #fff;
 		border-radius: 2px; 		
 	}
 	.nav-btn i:nth-child(1){
 		margin-top: 0px;
 	}
 	.nav-btn i:nth-child(2){
 		margin-top: 4px;
 		opacity: 1;
 	}
 	.nav-btn i:nth-child(3){
 		margin-top: 4px;
 	}
 	.header-fwdh{
 		margin-right: 50px;
 	}
}
.hidden{display: none;}
#nav:checked + .nav-btn {transform: rotate(0deg);}
#nav:checked + .nav-btn i{background: #fff;transition: transform 0.2s ease;}
#nav:checked + .nav-btn i:nth-child(1){transform: translateY(6px) rotate(180deg);}
#nav:checked + .nav-btn i:nth-child(2){opacity: 0;}
#nav:checked + .nav-btn i:nth-child(3){transform: translateY(-6px) rotate(90deg);}
#nav:checked ~ .nav-wrapper{z-index: 999;opacity: .8;}
#nav:checked ~ .nav-wrapper ul li a{opacity: 1;transform:  translateX(0);}

/*banner*/
.flexslider{position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.banner-wa{position: absolute;top:50%;right: 0;}
.slides{position:relative;z-index:0;}
.slides li img{width: 100%;}

.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:42px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;background-size: cover;}
.flex-control-nav .flex-active{background-position:0 0;}
 
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:40%;}
.flex-direction-nav li a{display:block;width:50px;height:100px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;background-size: cover;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;background-size: cover;}

/*首页关于我们*/
.sy-about{padding: 80px 0 40px 0;position: relative;}
.aboutright{float: right;position: relative;}
.sjabout-img{display: none;}
.sjabout-img img{width: 100%;}
.about-bg1{position: absolute;left: 0;bottom: 0;}
.about-bg2{position: absolute;right: 0;top: 0;}
.aboutleft{width: 49%;float: left;margin-right: 1%;}
.gywm-ent{font-size: 40px;font-family: arial;color: #0f7ce7;text-transform: uppercase;}
.gywm-hx{width: 120px;height: 1px;background-color: #666;}
.gywm-t{font-size: 30px;font-weight: bold;color: #333;margin: 24px 0;}
.gywm-js{font-size: 16px;color: #666;line-height: 30px;margin: 24px 0;}
.swiper-contione {
	width: 600px;
	min-height: 300px;
	overflow: hidden;
	margin: 20px auto;
	position: relative;
}
.swiper {
	width: 9999999px;
	min-height: 300px;
	transition: all 1s ease;
}
.swiper-item {
	width: 600px;
	min-height: 300px;
	float: left;
	position: relative;
}
.swiper-item img {
	width: 100%;
}
.swiper-point {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.point {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(15, 124, 231, 0.9);
	margin-right: 5px;
	float: left;
}

.point.active {
	background: #fff;
}

.swiper-left {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}

.swiper-right {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}

.swiper-left img,
.swiper-right img {
	cursor: pointer;
}

.swiper-contione:hover .swiper-left {
	left: 0;
}

.swiper-contione:hover .swiper-right {
	right: 0;
}
.about-listwp{width: 120px;}
.about-listwp a{display: block;width: 120px;height: 40px;line-height: 40px;text-align: center;color: #fff;background-color: #0f7ce7;border-radius: 99px;transition: all 0.5s;}
.about-listwp:hover a{border: 1px solid #0f7ce7;background-color: transparent;color: #0f7ce7;}
.about-qywh{padding: 40px 0;background-image: linear-gradient(#59a0f4, #0f7ce7);margin-top: 40px;}
.qywh-list{float: left; width: 24%;margin: 0 0.5%;cursor: pointer;}
.qywh-list:not(:last-child){background: url(../images/about-icon_11.png) no-repeat right center;}
.qywh-en{float: left;width: 20%;}
.qywh-en img{max-width: 100%;transition: all 1s;}
.qywh-ms{float: left;width: 79%; margin-left: 1%;color: #fff;padding: 0 8px;}
.qywh-t{font-size: 18px;font-weight: bold;}
.qywh-d{font-size: 16px;margin-top: 10px;}
.qywh-list:hover .qywh-en img{transform: rotateY(360deg);}


/*首页产品中心*/
.cpzx-bt{margin: 80px auto 60px auto;}
.cpzx-listbg{padding: 60px 0;background-color: #f1f1f1;}
.cpzx-img{float: left;width: 49%;}
.cpzx-zsms img{width: 100%;}
.cpzx-list1wp{float: left;width: 49%;margin-left: 2%;}
.cpfl-t{float: left; font-size: 22px;font-weight: 600;color: #333;}
.cpfl-lj a{display: block;float: right;width: 100px;height: 30px;line-height: 30px;text-align: center;color: #fff;background-color: #0f7ce7;border-radius: 99px;transition: all 0.5s;}
.cpfl-lj a:hover{border: 1px solid #0f7ce7;background-color: transparent;color: #0f7ce7;}
.cpzx-hx{width: 30px;height: 3px;background-color: #0f7ce7;margin: 24px 0;}
.cpzx-enname{font-family: arial;color: #666;text-transform: uppercase;}
.cpzx-ms{color: #666;margin: 24px 0;font-size: 16px;}
.cpzx-list{float: left;width: 22%;margin-right: 3%;}
.cpzx-list-img{overflow: hidden;}
.cpzx-list-img img{width: 100%;transition: all 0.5s;}
.cpzx-list:hover .cpzx-list-img img{transform: scale(1.1);}
.cpzx1-listwp{padding: 60px 0;}
.cpzx1-img{float: right;}
.cpzx1-list1wp{float: left;margin-right: 2%;margin-left: 0;}
.cpzx1-list-img{border: 1px solid #ddd;}







/*首页过场*/
.gc-wp{background: url(../images/gc-bg_02.jpg) no-repeat center center;background-attachment: fixed;padding: 40px 0;margin: 100px 0 0 0;color: #fff;}
.gc-name{font-size: 28px;}
.gc-name-t,.en-bj{margin: 16px 0;}
.gc-chiz{font-size: 26px;font-weight: bold;}
.gc-zhizen{font-size: 14px;font-family: arial;margin: 8px 0;}

/*合作伙伴*/
.hezuo-listwp{margin: 48px 0 0 0;}
.hezuo-listwp .hezuo-list{float: left;width: 33.33%;height: 120px;line-height: 120px; text-align: center;overflow: hidden;cursor: pointer;}
.hezuo-listwp .hezuo-list img{transition: all 0.6s;}
.hezuo-listwp .hezuo-list:hover img{transform: scale(1.2);}
.hezuo-list:nth-child(odd){background:#f2f2f2;}

/*首页新闻*/
.news-bg{padding: 80px 0;margin: 100px 0 0 0;background-color: #f1f1f1;}
.content-td{font-size: 36px;color: #999;text-transform: uppercase;}
.sy-news-hx{width: 120px;height: 1px;background-color: #666;}
.news-t{font-size: 30px;font-weight: bold;color: #333;float: left;}
.content-gd{float: right;}
.content-gd a{display: block;float: left;padding: 0 20px;color: #666;}
.content-gd a:first-child{color: #0f7ce7;}
.content-gd a:not(:last-child){background: url(../images/news-t-bg_03.png) no-repeat right center;}
.content-gd a:hover{color: #0f7ce7;}
.news-wp{margin-top: 40px;}
.news-left{float: left;width: 33.33%;}
.news-list-twp{line-height: 30px;}
.news-list .news-img{overflow: hidden;}
.news-list .news-img img{width: 100%;transition: all 0.5s;}
.news-list-t{font-size: 18px;font-weight: bold;color: #333;transition: all 0.4s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;/* width: 50%; */display: block;}
.news-list-d{font-size: 14px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-top: 8px;line-height: 30px;}
.news-date{font-size: 14px;color: #666;float: right;}
.news-list:hover .news-img img{transform: scale(1.2);}
.news-list:hover .news-list-t,.newslist-r-wp:hover .news-list-t{color: #0f7ce7;}
.newslist-right{float: left;width: 64.66%;margin-left: 2%;}
.newslist-r-wp{float: left;width: 50%;border-bottom: 1px solid #ddd;padding: 4px 0;}
.newslist-right a:nth-child(odd) .newslist-r-wp{border-right: 1px solid #ddd;}
.newslist-r-date{float: left;width: 16%;text-align: center;background: url(../images/news-sx_03.jpg) no-repeat right center;line-height: 36px;}
.news-r-content{float: left;width: 78%;margin:0 2% 0 4%;}
.newslist-r-d{font-size: 30px;color: #666;}
.newslist-r-ym{font-size: 14px;color: #999;}
.news-date{display: none;}


/*页脚*/
.footnav{padding: 60px 0 0 0;background-color: #333;}
.tit,.wx-code{float: left;width: 18%;padding: 0 1%;}
.tit p{font-size: 18px; color: #fff;line-height: 36px;}
.tit a{display: block;font-size: 14px;color: #fff;line-height: 36px;}
.tit a:hover{color: #999;}
.wx-code{text-align: center;}
.wx-code img{width: 100%;max-width: 120px;}
.wx-code p{font-size: 13px;color: #fff;margin-top: 8px;}
.foot-hx{height: 1px;background-color: #5b5b5b;margin: 24px 0;}
.foot-rx,.foot-add{float: left;color: #fff;}
.foot-rx img,.foot-rx p,.foot-add img,.foot-add p{float: left;}
.foot-rx p,.foot-add p{margin-left: 16px;line-height: 30px;}
.foot-rxhm{font-size: 20px;font-weight: 600;line-height: 40px;}
.foot-add{margin-left: 120px;}
.foot-hx1{height: 1px;background-color: #5b5b5b;margin: 24px 0 0 0;}
.foot-beian{line-height: 50px;text-align: center;color: #fff;font-size: 14px;}
.foot-beian a{color: #fff;}
.foot-beian a:hover{color: #999;}
.yqlj{padding: 5px 0;color: #fff;}
.sylink_con a{color: #ddd;font-size: 14px;}
#fm-item-text-532c32876c09e,#fm-item-text-532c32b3a8226,#fm-item-text-532c32d5b870d,#fm-item-text-532c3390c57ce{float: left;width: 48%;margin: 0 1% 10px 1%;}
#fm-item-text-532c32876c09e label,#fm-item-text-532c32b3a8226 label,#fm-item-text-532c32d5b870d label,#fm-item-text-532c3390c57ce label,#fm-item-textarea-532c33b869a6d label{text-indent: 10px;}
#fm-item-text-532c32876c09e input,#fm-item-text-532c32b3a8226 input,#fm-item-text-532c32d5b870d input,#fm-item-text-532c3390c57ce input{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: transparent;
	padding: 0 0 0 10px;
	margin-top: 8px;
	color: #333;
}
input::-webkit-input-placeholder {
    color: #fff;
}
input::-moz-input-placeholder {
    color: #fff;
}
input::-ms-input-placeholder {
    color: #fff;
}
textarea::placeholder{
	color: #fff;
}
#fm-item-textarea-532c33b869a6d{width: 98%;margin: 0 auto;}
#content{width: 100%;height: 120px;padding: 10px;margin: 8px auto 0 auto;border: 1px solid #ddd;background-color: transparent;color: #333;border-radius: 6px;}
.djfs{width: 130px; margin: 8px auto 0 auto;}
.submit{width: 130px;height: 40px;line-height: 40px;color: #007adb;font-size: 16px;cursor: pointer;transition: all 0.5s;border-radius: 6px;}
.submit:hover{border: 1px solid #fff;background-color: transparent;color: #666;}







/*内页通用样式*/
.ny-dhbg{background-color: #f1f1f1;border-bottom: 1px solid #ddd;margin-top: -4px;}
.subTitle{height:80px; line-height:80px;background:url(../images/home.png) left center no-repeat; background-size:30px 30px; float: left;padding-left: 40px;}
.subTitle .fr{float:left;color:#666; line-height:80px;font-size:16px;}
.subTitle .fr a{color:#666;}
.ny_left{float:right;}
.list_con{float: left;line-height: 80px;padding: 0 8px;}
.list_con a{display: block; color: #666;font-weight: 600;}
.list_con:hover{background-color: #fff;}
.list_con:hover a{color: #0f7ce7;font-weight: 700;}
.ny_right_content{padding: 40px 0;color: #555;line-height: 36px;}
.newsnext li a{color: #666;}
.sjxs{display: none;}

/*内页图片展示*/
.nypro-list{width:100%;flex-wrap: wrap;display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.nypro-list li{float: left; width: 24%;margin:0 1% 20px 0;border: 1px solid #c3c3c3;}
.nypro-list li img{width: 100%;}


/*内页关于我们*/
.subBanner{position: relative;}
.subBanner img{width: 100%;}
.ny-banner-twp{width: 90%;position: absolute;left: 50%;transform: translateX(-50%);top: 40%; text-align: center;color: #fff;}
.ny-banner-t{background: url(../images/ny-banner-tbg_03_03.png) no-repeat center 50%;font-size: 26px;font-weight: 600;letter-spacing: 2px;}
.ny-td{font-size: 20px;letter-spacing: 2px;margin-top: 16px;}

/*内页新闻*/
.nynewslist li{border-bottom: 1px dashed #ddd;margin-bottom: 20px;padding: 20px 0;}
.img_data{background: url(../images/news_16.png) no-repeat left center;padding-left: 26px;color: #666;font-style: italic;font-weight: 600;}
.img_data span{font-size: 18px;font-style: italic;}
.imgcon{font-size: 18px;font-weight: bold;color: #333;}
.imgcon span{color: #666;font-size: 16px;}
.article_title h3{text-align: center;font-size: 22px;font-weight: bold;color: #333;}
.artdet{text-align: center;padding-bottom: 24px; margin-bottom: 24px;border-bottom: 1px solid #ddd;}
.news-content{font-size: 14px;color: #666;}


/*分页*/
.page_list{text-align:center;letter-spacing:0;font-size:15px;margin-top:20px; margin-bottom:10px; clear:both}
.page_list li{display:inline-block;color:#666666;text-align:center;margin:0px 2px; line-height:35px; border:1px solid #dfdfdf;}
.page_list li a{color:#666666;display: block;padding:0px 15px; }
.page_list li a:hover{color:#0f7ce7;}
.page_list li a.on{color:#0f7ce7;}


/*内页产品*/
#DB_gallery ul, #DB_gallery li{list-style:none;margin:0;padding:0}
#DB_gallery img{vertical-align:top;}
#DB_gallery .DB_imgSet {position:relative;width:100%;overflow:hidden; border:1px solid #dcdcdc;}
#DB_gallery .DB_imgSet .DB_imgWin{height:100%}
#DB_gallery .DB_imgSet .DB_page{position:absolute;bottom:0;font:11px tahoma bold;padding:5px;color:#ffffff}
#DB_gallery .DB_imgSet .DB_page .DB_current{color:#ffff00}
#DB_gallery .DB_imgSet .DB_page .DB_total{color:#ffcc00}
#DB_gallery .DB_imgSet .DB_prevBtn{position:absolute;top:50%;margin-top:-45px;cursor:pointer;left:0;}
#DB_gallery .DB_imgSet .DB_nextBtn{position:absolute;top:50%;margin-top:-45px;cursor:pointer;right:0;}
#DB_gallery .DB_thumSet {position:relative;margin-top:32px;width:100%; height:60px; overflow:hidden}
#DB_gallery .DB_thumSet .DB_thumMove{position:relative;white-space:nowrap; width:95%; margin-left:26px; font-size:0}
#DB_gallery .DB_thumSet .DB_thumMove li{display:inline;}
#DB_gallery .DB_thumSet .DB_thumMove li img{display:inline; border:2px solid #fff; margin:3px;}
#DB_gallery .DB_thumSet .DB_prevPageBtn{position:absolute;top:0;cursor:pointer;left:0;}
#DB_gallery .DB_thumSet .DB_nextPageBtn{position:absolute;top:0;cursor:pointer;right:0;}
#DB_gallery .DB_thumSet .DB_thumLine{position:absolute;width:58px;height:52px; border:2px solid #0f7ce7; margin-left:0px; left:0px;top:0px;}

.ny-cp-img{overflow: hidden;}
.ny-cp-img img{max-width: 100%;transition: all 0.5s;}
.nypro-list li:hover .ny-cp-img img{transform: scale(1.2);}
.nypro-list li p{text-align: center;color: #333;font-weight: 600;transition: all 0.3s;}
.nypro-list li:hover p{color: #0f7ce7;}
.ny_right_tit{line-height: 50px;background-color: #f1f1f1;padding: 0 0 0 16px;color: #666;}
.ny_content{padding: 20px 10px 40px 10px;line-height: 30px;}
.ny_img_com{width:92%;padding:4%;background:#fff; margin:40px auto;-webkit-box-shadow:0 0 20px rgba(0, 0, 0, .2);  -moz-box-shadow:0 0 20px rgba(0, 0, 0, .2);  box-shadow:0 0 20px rgba(0, 0, 0, .2); margin-bottom:4%;}
.ny_img_com .ny_img_left{width:50%; height:auto; float:left;}
.ny_img_com .ny_img_center{width:45%; height:auto; float:right; text-align:left;}
.ny_img_com .ny_img_center .tit_h1{width:100%; line-height:60px; font-size:21px; color:#333;}
.ny_img_com .ny_img_center .tit_h2{width:90%; height:auto; line-height:30px; padding:5%; margin-bottom:5%; background:#eaeaea; font-size:14px; color:#333;}
.ny_img_com .ny_img_center .tit_h3{width:100%; height:auto; line-height:25px; padding:0 0 5% 0; font-size:14px; color:#575757; float:left;}
.ny_img_com .ny_img_center .tit_h3 span{color:#0f7ce7; padding-right:10px;}
.ny_img_com .ny_img_center .tit_message{width:45%; line-height:40px; background:#0f7ce7; font-size:15px; color:#fff; float:left; text-align:center; margin-right:5%;}
.ny_img_com .ny_img_center .tit_message a{color:#fff;}
.ny_img_com .ny_img_center .tit_message:hover{background:#0f7ce7;}
.ny_img_com .ny_img_center .tit_message:hover a{color:#fff;}
.ny_img_com .ny_img_center .tit_fasong{width:45%; line-height:40px; background:#0f7ce7; font-size:15px; color:#fff; float:left; text-align:center; margin-right:5%;}
.ny_img_com .ny_img_center .tit_fasong a{color:#fff;}
.ny_img_com .ny_img_center .tit_fasong:hover{background:#0f7ce7;}
.ny_img_com .ny_img_center .tit_fasong:hover a{color:#fff;}

@media screen and (max-width: 1000px) { 
.ny_img_com{width:84%; padding:8%;}
.ny_img_com .ny_img_left{width:100%; height:auto; float:left;}
.ny_img_com .ny_img_center{width:100%; height:auto; float:left; text-align:left;}
} 
/* 设置了浏览器宽度不大于1100px时 */
@media screen and (max-width: 660px) { 
.ny_img_com{width:90%; padding:5%;}
.ny_img_com .ny_img_left{width:100%; height:auto; float:left;}
.ny_img_com .ny_img_center{width:100%; height:auto; float:left; text-align:left;}
.ny_img_com .ny_img_center .tit_h1{font-size:18px;}
.ny_img_com .ny_img_center .tit_h2{font-size:12px;}
.ny_img_com .ny_img_center .tit_h3{height:0px; padding:0; overflow:hidden;}
} 
/* 设置了浏览器宽度不大于660px时 */

/*内页联系我们*/
#baiduMap{
	width:100%;
	height:450px;
	margin-bottom: 40px;
}
@media screen and (max-width:1350px ){
	.swiper-contione{width: 500px;}
	.swiper-item{widows: 500px;}
}

@media screen and (max-width:1260px ) {
	/*导航*/
	.head-name1{font-size: 30px;letter-spacing: 2.8px;}
	.nav-wrapper{margin-right: 8px;}
	.header-dh1{font-size: 16px;}
		
	/*关于我们*/
	.gywm-ent,.content-td{font-size: 30px;}
	.gywm-t,.news-t{font-size: 24px;}
	.gywm-js{font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
	.qywh-t{font-size: 16px;}
	.qywh-d{font-size: 14px;}
	.qywh-ms{margin-top: 0;}
	.foot-ly,.foot-gsname{font-size: 22px;}
	.about-qywh{margin-top: 0;}
	.gywm-hx{width: 90px;}
	
	/*首页产品*/
	.cpzx-hx,.cpzx-ms{margin: 18px 0;}

}

@media screen and (max-width:1120px ){
	.swiper-contione{width: 400px;}
	.swiper-item{widows: 400px;}
}
@media screen and (max-width:1100px ){
	.head-nav-bg{height: 70px;}
	nav{height: 70px;}
	.logo{line-height: 70px;}
	.nav-btn i:nth-child(1){margin-top: 0px;}
	/*产品*/
	.cpzx-list{width: 18%;}
	.cpzx-zsen{font-size: 24px;}
	.cpzx-zs{font-size: 20px;}
	.cpzx-zshx{height: 2px;}
	.cpzx-zsms{font-size: 14px;}
	.cpzx-gd a{width: 110px; height: 30px;line-height: 30px;font-size: 14px;}
	
	/*过场*/
	.gc-name,.gc-chiz{font-size: 24px;}
	
	
	/*页脚*/
	.foot-dhx,.foot-hx{margin: 16px 0;}
	.foot-rx,.foot-add{float: none;width: 100%;margin-left: 0;}
	.foot-rxhm{font-weight: normal;}
	
}

@media screen and (max-width:950px){
	.gywm-ent, .content-td{font-size: 26px;}
	.gywm-t, .news-t{font-size: 24px;}
	.cpzx-zsen,.gc-name, .gc-chiz{font-size: 22px;}
	.cpzx-zs{margin: 12px 0;}
	.cpzx-zsms{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
	.news-list-t{font-size: 16px;}
	.foot-ly, .foot-gsname{font-size: 20px;}
	.foot-gsjs{font-size: 14px;line-height: 32px;}
	.gywm-t{margin: 16px 0;}
	.cpzx1-listwp,.cpzx-listbg{padding: 40px 0;}
	.news-left{display: none;}
	.newslist-right{width: 100%;float: none;margin-left: 0;}
	.news-bg{margin: 40px 0 0 0;padding: 40px 0;}
	.cpzx-bt{margin: 60px auto 40px auto;}	
	.cpzx-enname{margin-bottom: 16px;}
	/*内页产品*/	
	.nypro-list li{width: 32.3333%;}
	
}

@media screen and (max-width:900px){
	.head-name1{font-size: 28px;}
	.sjabout-img{display: block;margin-bottom: 24px;}
	.aboutright{display: none;}
	.aboutleft{width: 100%;}
	.sy-about{padding: 60px 0 30px 0;}
	.cpzx-img{width: 100%;}
	.cpzx-list1wp{width: 100%;margin: 16px 0 0 0;}
	.cpzx-list{width: 24%;margin-right: 1%;}
	.gc-wp{margin-top: 60px;}
}

@media screen and (max-width:750px){
	/*首页关于我们*/
	.aboutright{display: none;}
	.aboutleft{width: 100%;float: none;margin-right: 0;}
	.about-qywh{margin-top: 0px;}
	.qywh-list{width: 49%;margin: 0 0.5%;margin-bottom: 24px;}
	
	/*首页产品*/
	.cpzx-ms{display: none;}
	.cpzx-gd1{display: block;}
	.cpzx-listwp{width: 90%;float: none;}
	
	/*首页应用*/
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide{padding: 0 22px;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide>a{padding: 4px;}
	.home-market-section .section-inner .swiper-container .swiper-wrapper .swiper-slide h3{font-size: 14px;margin-top: 8px;}
	.home-market-section .section-inner .swiper-button-prev{top: 30%;}
	.home-market-section .section-inner .swiper-button-next{top: 30%;}
		
	/*首页新闻*/
	.news-bg{padding: 40px 0;margin: 40px 0 0 0;}
	.gywm-hx{margin: 16px 0;}
	.news-list{width: 49%;margin:0 1% 16px 0;}
	
	/*页脚*/
	.footguide{width: 100%;float: none;margin: 0 0 16px 0;}
	.foot-rx{float: left;width: 44%;margin: 0 1% 0 0;}
	.foot-add {float: left;width: 54%;margin: 0 0 0 1%;}
	
	/*内页通用样式*/
	.subTitle{display: none;}
	.ny-banner-t{font-size: 18px;}
	.ny-td{font-size: 14px;}
	.wyxs{display: none;}
	.sjxs{display: block;}
	/*内页产品*/	
	.nypro-list li{width: 49%;}	
}

@media screen and (max-width:650px){
	.head-hy{display: none;}
	.head-nav-bg{top: 0;}
	.logo{background-size: 0px 0px;padding-right: 20px;}
	.nav-btn i:nth-child(1){margin-top: 0px;}
	/*首页导航*/
	.header-fwdh{display: none;}
	.flex-control-nav li{width:8px;height:8px;}
	.flex-control-nav a{width:8px;height:8px;}
	.flex-direction-nav li a{width:20px;height:40px;}
	
	/*首页关于我们*/
	.sy-about{padding: 40px 0;}
	.gywm-js{margin: 16px 0;}
	
	/*首页新闻*/
	.content-td{display: none;}
	.news-t{float: none;text-align: center;}
	.sy-news-hx{display: block;}
	.content-gd{float: none;display: -ms-flex;display: -webkit-flex;display: -moz-flex;justify-content: center;margin-top: 16px;}
	.content-gd a{float: none;}
	
	/*页脚*/
	.footnav{padding: 30px 0;}
	.foot-beian{line-height: 30px;}	
	.foot-ly-t{text-align: center;}
	.foot-gsname{text-align: center;}
	.foot-dhx{margin: 16px auto;}
	.foot-rx{float: none;width: 100%;margin: 0 0 16px 0;}
	.foot-add{float: none;width: 100%;margin: 0;}
}
@media screen and (max-width:520px){
	.ny_left{width: 100%;float: none;}
	.list_con{padding: 0;width: 23%;margin: 0 1%;line-height: 50px;text-align: center;}
	.list_con a{font-weight: normal;font-size: 14px;}
	.ny-dhbg{margin-top: 0;}
	.foot-wp{display: -ms-flex;display: -webkit-flex;display: -moz-flex;flex-wrap: wrap;}
	.tit, .wx-code{width: 31.33%;}	
}

@media screen and (max-width:500px){
	nav,.head-nav-bg{height: 50px;}
	.nav-btn{width: 50px;height: 50px;}
	.nav-btn i:nth-child(1){margin-top: 0px;}
	.head-name1{font-size: 20px;letter-spacing: 0;line-height: 50px;}
	.cpzx-bt{margin: 0 auto;}
	.cpzx-bt{padding: 20px 0;}
	.gywm-t{margin: 8px 0;}
	.head-logo img{width: 50px;}
	.head-name2{display: none;}
	.about-listwp{width: 110px;}
	.about-listwp a{width: 110px; height: 30px;line-height: 30px;font-size: 14px;}
	.cpzx-list-t{font-size: 14px;}
	.cpzx-gd1{width: 110px;}
	.cpzx-gd1 a{width: 110px;height: 30px;line-height: 30px;font-size: 14px;}
	.gc-wp{margin: 40px 0 0 0;}	
	.gc-wp{background: url(../images/gc-bg_02.jpg) no-repeat center center;background-attachment: scroll;padding: 40px 0;color: #fff;}
	.foot-beian{line-height: 28px;}
	.newslist-r-wp{width: 100%;}
	.hezuo-listwp .hezuo-list{width: 50%;}
}
