/* 重置 */
blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
ul,ol,li{ list-style:none;}
a{ text-decoration:none;}
img{  border:none;display:block;width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;}
input,
textarea {
	outline: none;
	border: none;
	border: 1px solid #ccc;
	resize: none;
	/* 清除移动端输入框特有的样式*/
	-webkit-appearance: none;
}


body{ font-family:"微软雅黑",sans-serif;}
 /* input{ outline:none;border: none;}  */
  .fl {float: left;}
  .fr {float: right;}
  .clearfix::before,
  .clearfix::after {
  	content: "";
  	display: block;
  	height: 0;
  	line-height: 0px;
  	clear:both;
  	visibility: hidden;
  }
i,b {font-style: normal;}
.bx {width: 1200px;margin: 0 auto;}
.bx2 {width: 1200px;margin: 0 auto;position: relative;}
.btn {width: 160px;height: 46px;line-height: 46px;border-radius: 1000px;border: 1px solid #3a8e99;display: block;font-size: 16px;color: #3a8e99;text-align: center;transition: 0.4s;}
.btn:hover {background: #3a8e99;color: #fff;}

.tit {text-align: center;padding-top: 76px;padding-bottom: 55px;}
.tit p {font-size: 16px;color: rgba(255, 255, 255, 0.5);text-transform: uppercase;}
.tit h2 {font-size: 32px;color: #fff;padding-top: 13px;padding-bottom: 26px;display: inline-block;}
.tit h2:hover {color: #3a8e99;}
.tit img {width: 116px;margin: 0 auto;}

.swiper-slide {background-color: #fff;}
.ly_r input::-webkit-input-placeholder{color: #d2d2d2;}
.ly_r input::-moz-input-placeholder{color: #d2d2d2;}
.ly_r input::-ms-input-placeholder{color: #d2d2d2;}
 
/* 主要内容 */

/* top区域 */
.top {height: 50px;line-height: 50px;font-size: 14px;color: #666;border-bottom: 1px solid #eee;}
.top_email {margin-right: 20px;}
.top_email p {vertical-align: middle;}
.top_r a {display: block;}
.top_r a img {width: 100%;}
.top_f a {width: 10px;margin-right: 20px;}
.top_in a {width: 17px;margin-right: 20px;}
.top_niao a {width: 17px;}
.top_l p:hover {color: #3a8e99;}
.top_r span:first-child {margin-right: 14px;}
.top_l p {color: #999;}
.top_r span::before {content: "";display: inline-block;background: url(../images/top_phone.png) no-repeat center;margin-right: 6px;height: 16px;background-size: contain;width: 16px;position: relative;top: 3px;}
.top_r span:nth-of-type(2)::before {content: "";background: url(../images/top_email.png) no-repeat center;width: 17px;height: 12px;top: 1px;}

.logonav .ljyy {width: 108px;height: 34px;line-height: 34px;text-align: center;font-size: 15px;color: #fff;display: block;border-radius: 6px;background-color: #3a8e99;margin-top: 28px;border: 1px solid #3a8e99;transition: 0.3s;} 
.logonav .ljyy:hover {color: #3a8e99;border: 1px solid #3a8e99;background-color: transparent;}


/* 导航logo区域 */
/*--------------------------------------------------------------
## Main Header
--------------------------------------------------------------*/
.menu{display: none;}
.main-navigation {
	text-align: right;
	position: relative;
  }
  .navigation-2 {
	z-index: 10;
  }
  .main-navigation > ul {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
  }
  .main-navigation > ul > li {
	position: relative;
	display: inline-block;
  }
  .main-navigation ul li a {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 0px 22px;
	color: #272023;
	display: flex;
	position: relative;
	text-decoration: none;
	line-height: 90px;
  }


  .main-navigation ul li a:hover, .main-navigation > ul > li.menu-item-has-children > a:hover:after {
	color: #3a8e99;
  }
  .main-navigation > ul > li.menu-item-has-children > a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	content: "\f107";
	color: #bdbebf;
	font-family: 'FontAwesome';
	font-weight: 900;
	margin-right: 15px;
	font-size: 16px;
  }
  .main-navigation ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border-top: 2px solid #3a8e99;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  }
  .main-navigation ul li ul {
	min-width: 152px;
	position: absolute;
	top: 140%;
	left: 0%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
  }
  .main-navigation ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
  }
  .main-navigation ul li li {
	position: relative;
	display: block;
  }
  .main-navigation ul ul li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #272023;
	text-align: left;
	display: block;
	padding: 15px 25px 15px 25px;
	position: relative;
	text-decoration: none;
	outline: none;
	text-transform: none;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	border-bottom: 1px solid rgba(183,183,183,0.5);
  }
  .main-navigation ul ul li.current_page_item a {
	color: #3a8e99;
  }
  .main-navigation ul ul li.menu-item-has-children > a:after {
	display: inline-block;
	position: absolute;
	top: 30px;
	right: 25px;
	width: 0;
	height: 0;
	content: "\f107";
	color: #bdbebf;
	font-family: 'FontAwesome';
	font-weight: 900;
	margin-right: 15px;
	font-size: 13px;
	float: right;
	transform: rotate(-90deg);
  }
  .main-navigation ul ul li.menu-item-has-children > a:hover:after {
	color: #3a8e99;
  }
  .main-navigation ul ul li ul {
	margin-left: 100%;
	border-top: none;
  }
  .main-navigation ul ul li:hover ul  {
	opacity: 1;
	visibility: visible;
	top: 0;
	margin-left: 100%;
  }
  .main-navigation a i {
	margin-left: 8px;
  }
  .mobile-header {
	display: none;
  }


  .logo {height: 57px;margin-top: 13px;margin-right: 56px;}
  .logo img { height: 100%;width: auto;}
  .top_search {height: 22px;margin-top: 34px;border-left: 1px solid #d4d4d4;padding-left: 25px;cursor: pointer;}
  .top_search img {height: 100%;}
  .search_gd {position: fixed;top: 0;width: 100%;height: 130px;background: #fff;height: 130px;padding-top: 24px;box-sizing: border-box;display: none;z-index: 10000;}
  .search_gd .bx {position: relative;}
  .search_gd p {padding-bottom: 40px;box-sizing: border-box;color: #666;}
  .search_gd input {width: 100%;border:none;border-bottom: 1px solid #d4d4d4;padding-bottom: 7px;font-size: 16px;}
  .close2 {width: 15px;position: absolute;right: 0;top: 12px;cursor: pointer;}
  .search_gd button {border:none;background: none;cursor: pointer;position: absolute;right: 10px;bottom: 14px;}
  .search_gd button img {width: 22px;}
  .menu li a.active {color: #3a8e99;box-sizing: border-box;}


/* banner */
.banner{  width:100%;}
.banner .swiper-slide a.big{ display:block;background:no-repeat center;background-size: 100% auto;}
.banner .swiper-slide a.big::before {content: ''; display: block; padding-top: 42%;}
.banner .swiper-slide a.small{ display:none; background:no-repeat center;}
.banner .swiper-pagination-bullet{ width:10px; height:10px;border: 1px solid #3a8e99;background: transparent;opacity: 1;}
.banner .swiper-pagination-bullet-active{ width:20px; border-radius:1000px;background: #3a8e99;}


/* 首页关于我们 */
.about_l {padding-top: 114px;width: 612px;}
.about_l h6 {font-size: 18px;font-weight: 100;color: #3a8e99;text-transform: uppercase;color: #3a8e99;font-size: 18px;}
.about_l h1 {font-size: 32px;color: #333;padding-top: 12px;}
.about_l h1 i {color: #3a8e99;}
.about_l p {font-size: 16px;text-align: justify;color: #666;line-height: 2.1em;padding-bottom: 80px;}
.about_r {padding-top: 85px;width: 500px;overflow: hidden;padding-bottom: 80px;}
.about_r img {width: 100%;transition: 0.6s;}
.about_r img:hover {transform: scale(1.05);}
.tit_pic {width: 96px;padding: 26px 0;}
.tit_pic img {width: 100%;}
.about_l .lszt {color: #3a8e99;font-size: 18px;padding-bottom: 14px;}

/* 首页产品介绍 */
.sy_pro_n ul li {width: calc((100% / 3) - 34px);margin-right: 50px;background-color: #fff;float: left;padding: 30px 26px;box-sizing: border-box;box-shadow: 0 3px 18px rgba(0, 0, 0, 0.07);}
.sy_pro .tit h2:hover {color:#72c9d4;}
.sy_pro_n ul li:last-of-type {margin-right: 0;}
.sy_pro_n ul li span {font-size: 12px;color: #d3d3d3;text-transform: uppercase;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}
.sy_pro_n ul li h3 {font-size: 18px;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 14px 0;}
.sy_pro_n ul li a {display: block;}
.sy_pro_n ul li a p {font-size: 14px;color: #666;text-align: justify;line-height: 1.8em;}
.sy_pro_n ul li a p:hover {color: #3a8e99;}
.sy_pro_n ul li a .more {display: flex;justify-content: space-between;padding-top: 24px;}
.sy_pro_n ul li a .more span {font-size: 14px;color: #d3d3d3;}
.sy_pro_n ul li a .more span:first-of-type {color: #3a8e99;}
/* 首页产品轮播效果 */
.sy_pro_lb {padding: 0 70px;box-sizing: border-box;position: relative;padding-top: 45px;}
.sy_pro_lb2 {display: none;} 
.sy_pro_wlwk {padding: 0 15px;box-sizing: border-box;}
.sy_pro_lb .swiper-button-next,.sy_pro_lb2 .swiper-button-next {right: 25px;background: url(../images/you.png) no-repeat center;width: 24px;height: 48px;background-size: contain;}
.sy_pro_lb .swiper-button-prev,.sy_pro_lb2 .swiper-button-prev {left: 25px;background: url(../images/zuo.png) no-repeat center;width: 24px;height: 48px;background-size: contain;}
.sy_pro_lb .pro_lbpic {height: 175px;overflow: hidden;}
.sy_pro_lb .pro_lbpic img {width: 100%;height: 100%;object-fit: cover;transition: all 0.6s;}
.sy_pro_lb .pro_lbpic img:hover {transform: scale(1.06);}
.sy_pro_wlwk a {display: block;}
.sy_pro_wlwk a h6 {font-size: 16px;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding-top: 16px;font-weight: 100;text-align: center;}
.sy_pro_wlwk a h6:hover {color: #3a8e99;}


/* 首页新闻 */
.sy_new {background-color: #fafafa;margin-top: 376px;padding-bottom: 80px;}
.sy_new p {color: #3a8e99;}
.sy_new h2 {color: #333;}
.sy_new_n ul li {float: left;margin-right: 40px;width: calc((100% / 3) - 27px);}
.sy_new_n ul li:last-of-type {margin-right: 0;}
.sy_new_pic {width: 100%;height:232px;overflow: hidden;}
.sy_new_pic img {width: 100%;height: 100%;object-fit: cover;transition: all 0.6s;}
.sy_new_pic img:hover {transform: scale(1.06);}
.rq {display: flex;justify-content: space-between;font-size: 14px;color: #3a8e99;padding: 10px 0;box-sizing: border-box;padding-top: 18px;}
.sy_new_n ul li a {display: block;background-color: #fff;padding: 0 18px;box-sizing: border-box;}
.sy_new_n ul li a h5 {font-size: 16px;color: #333;font-weight: 100;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding-bottom: 12px;padding-top: 2px;}
.sy_new_n ul li a h5:hover {color: #3a8e99;}
.sy_new_n ul li a p {font-size: 14px;color: #999;text-align: justify;line-height: 1.8em;padding-bottom: 32px;}
.sy_new_n ul li a p:hover {color: #3a8e99;}
.sy_new_n ul li a:hover {border-bottom: 1px solid #3a8e99;}








/* 底部区域 */
.foot {background-color: #3a8e99;padding: 70px 0;padding-bottom: 60px;}
.foot_logo {width: 193px;margin: 0 auto;}
.foot_logo img {width: 100%;}
.foot_l {padding-right: 60px;border-right: 1px solid rgba(255, 255, 255, 0.2);padding-top: 26px;padding-bottom: 20px;}
.foot_l p {font-size: 24px;color: #fff;text-align: center;padding-top: 22px;}
.foot_l p::before {content: '';display: inline-block;width: 21px;height: 21px;background-size: contain;background: url(../images/foot_tel.png) no-repeat center;margin-right: 10px;position: relative;top: 3px;}
.foot_m .foot_nav  {padding-bottom: 30px;}
.foot_m .foot_nav a {font-size: 16px;color: #fff;margin-right: 42px;}
.foot_m .foot_nav a:hover {color: #72c9d4;}
.foot_m {padding-left: 60px;}
.foot_lxfs p {font-size: 15px;color: #fff;margin-bottom: 10px;}
.foot_lxfs p a {color: #fff}
.foot_lxfs p a:hover {color: #72c9d4;}
.foot_lxfs p::before {content: '';display: inline-block;background-size: contain;position: relative;}
.foot_lxfs p:nth-of-type(1)::before {background: url(../images/foot_sj.png) no-repeat center;width: 11px;height: 17px;top: 2px;margin-right: 12px;margin-left: 2px;}
.foot_lxfs p:nth-of-type(2)::before {background: url(../images/foot_yx.png) no-repeat center;width: 16px;height: 13px;top: 2px;margin-right: 10px;}
.foot_lxfs p:nth-of-type(3)::before {background: url(../images/foot_dz.png) no-repeat center;width: 17px;height: 17px;top: 2px;margin-right: 10px;}
#zyyw {padding-top: 6px;}
.foot_ma {width: 120px;height: 120px;margin: 0 auto;padding-top: 10px;}
.foot_ma img {width: 100%;height: 100%;}
.foot_r p {text-align: center;color: #fff;padding-top: 13px;}


/* 内页 */
/* 内页banner */
.ny_banner {width: 100%;display: block;background-size: 100% auto!important;}
.ny_banner::before {content: "";display: block; padding-top: 25%;}
.nybanner_sm {display: none;}

/* 内页标题 */
.ny_smtit {font-size: 32px;font-weight: 100;color: #333;padding-bottom: 10px;padding-top: 32px;}
.ny_dfdk {padding-bottom: 40px;text-align: center;}


/* 内页面包屑导航 */
/*面包屑导航 */
.mbx_nav .page-position .weizhi {color: #999;font-size: 14px;}
.mbx_nav .page-position .weizhi a {color: #666;}
.mbx_nav .page-position .weizhi a:hover {color: #3a8e99;}
.mbx_nav {background:#f6f6f6;}
.mbx_nav .bx2 {height: 50px;line-height: 50px;}
.mbx_nav .bx2 i {color: #999;}
.mbx_navright {font-size: 0;}
.mbx_navright a {font-size: 15px;color: #666;display: inline-block;width: 124px;text-align: center;}
.cpzxtl .mbx_navright a {font-size: 16px;padding: 0;}
.cpzxtl .mbx_navright a.on {background-color: transparent;color: #3a8e99;}
.cpzxtl .mbx_navright a:hover {background-color: transparent;color: #3a8e99;}
.mbx_navright a:hover {background: #3a8e99;transition: 0.3s;color: #fff;}
.mbx_navright a.on {background: #3a8e99;color: #fff;}
/* 内页标题 */
.ny_tit {padding-top: 12%;padding-bottom: 35px;text-align: left;color: #fff;padding-left: 14%;}
.ny_tit h2 {color: #333;font-size: 32px;padding-bottom: 5px;color: #fff;}
.ny_tit span {color: #c4c4c4;font-size: 16px;text-transform: uppercase;}

/* 分页 */
.page {padding-top: 28px;} 

/* 关于我们 */
.abus_con {text-align: center;padding-top: 30px;}
.abus_con h2 {text-align: center;padding-top: 24px;padding-bottom: 25px;font-size: 24px;}
.abus_con p {color: #666;text-align: justify;font-size: 16px;line-height: 1.8em;}
.abus_con img,.ny_titzs img{max-width: 100%;margin: 10px auto;text-align: center;width: auto;display: inline-block;}
.wsjj_xian {width: 60px;height: 4px;background: #3a8e99;margin: 0 auto;margin-bottom: 20px;}
.gywm_pic ul li {float: left;width: calc(100% / 3);}
.sgtp_wai {padding: 0 12px;box-sizing: border-box;}
.sgtp_wai .sgtp {width: 100%;}
.sgtp_wai .sgtp img  {width: 100%;}
.about-us .bx {padding-bottom: 80px;}


/* 内页发展历程 */

.ny_titzs1 img,.ny_titzs2 img {max-width: 100%;}
.ny_titzs1,.ny_titzs2{max-width: 100%;padding-top: 20px;}
.ny_titzs2 {display: none;}




/* 公司视频 */
.video_list ul li a {position: relative;} 
.video_list ul li .bf {position: absolute;top: 42%;left: 50%;transform: translate(-50%,-50%)!important;width: 50px;height: 50px;object-fit: initial;transition: 0;opacity: 0.6;}
.video_deail .newReal_n {width: 70%;margin: 0 auto;padding-top: 20px;}






/* 新闻列表 */
.newlist_wenan{width: 78%;}
.new_linstpic {width: 240px;height: 160px;overflow: hidden;}
.new_linstpic img {width: 100%;height: 100%;object-fit: cover;transition: 0.6s;}
.new_linstpic img:hover {transform: scale(1.06);}
.newlist_wenan h6 {font-size: 20px;color: #333;font-weight: 400;padding-bottom: 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-right: 24px;text-align: left;}
.news .newlist_wenan h6  {padding-top: 12px;}
.newlist_wenan p {font-size: 14px;color: #999;text-align: justify;line-height: 1.6em;padding-bottom: 20px;height: 65px;overflow: hidden;}
.new_listdata span {font-size: 14px;color: #999;}
.new_listdata a {color: #999;font-size: 14px;}
.newlist_wenan a:hover {color: #3a8e99;}
.newlist_wenan a:hover p {color: #3a8e99;}
.newlist_con ul li {margin-bottom: 24px;padding-bottom: 24px;border-bottom: 1px dashed #dcdcdc;}
.newlist_con ul li:hover h6 {color: #3a8e99;}
.newlist_con ul li:hover p {color: #3a8e99;}
.new-list {background-color: #fff;}
.new_jt {margin-top: 8px;}
.newlist_con{padding-top: 10px;}
.new-list .xypg-pagination {padding-bottom: 99px;}

/* 新闻介绍 */
.newReal_tit h3 {font-size: 26px;color: #333;font-weight: 400;margin-bottom: 14px;margin-top: 0px;}
.newReal_tit span {color: #999;font-size: 14px;display: block;padding-bottom: 30px;box-sizing: border-box;border-bottom: 1px solid #dedede;}
.newReal_pic {text-align: center;margin: 10px auto;}
.newReal_pic img {max-width: 100%;text-align: center;}
.newReal_n p {text-align: justify;color: #666;font-size: 16px;line-height: 1.5em;}
.newReal_n {margin-top: 30px;line-height: 1.6em;}
.newReal_n img {max-width: 100%;width: auto;display: inline-block;}
.newReal_tit {text-align: center;}
.newdetail {padding-top: 55px;padding-bottom: 70px;}

/* 服务内容内页 */
.fwnr_a_pic {width: 530px;height: 362px;overflow: hidden;}
.fwnr_a_pic img {width: 100%;height: 100%;object-fit: cover;margin: 0;transition: all 0.6s;}
.fwnr_a_pic img:hover {transform: scale(1.06);}
.wfnrwenzi {width: 52%;padding-top: 12px;}
.wfnrwenzi h6,.fuwu_bottom h6 {text-align: left;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size: 22px;color: #333;font-weight: 100;padding-bottom: 20px;padding-top: 8px;}
.fwnr_b {background-color: #fafafa;padding: 80px 0;padding-bottom: 0;}
.fwnr_b p,.fwnr_a p,.fuwu_bottom p {color: #666;
    text-align: justify;
    font-size: 16px;
    line-height: 2em;
	
}
.fuwu_bottom {padding: 70px 0;padding-bottom: 10px;}
.fuwu_bottom h6 {text-align: center;font-size: 26px;color: #333;padding-bottom: 24px;}
.fuwu_boitpic {padding-top: 20px;}
.fuwu_bottom_l,.fuwu_bottom_r {width:575px;height: 343px;overflow: hidden;}
.fuwu_bottom_l img,.fuwu_bottom_r img {width: 100%;height: 100%;object-fit: cover;transition: all 0.6s;}
.fuwu_bottom_l img:hover {transform: scale(1.06);}
.fuwu_bottom_r img:hover {transform: scale(1.06);}



/* 联系我们内页 */
.sglxfs {padding-bottom: 70px;}
.sglxfs ul li {float: left;width: calc((100% / 3) - 20px);margin-right: 30px;border: 2px solid rgba(58, 142, 153, 0.1);padding: 50px 20px;box-sizing: border-box;text-align: center;height: 232px;}
.sglxfs ul li:nth-of-type(2) .lxfs_tb{height: 32px;}
.sglxfs ul li:nth-of-type(3) .lxfs_tb{height: 40px;}
.sglxfs ul li:last-of-type {margin-right: 0;}
.sglxfs ul li .lxfs_tb {height: 36px;}
.sglxfs ul li .lxfs_tb img  {height: 100%;object-fit: contain;}
.sglxfs ul li h4 {font-size: 20px;color: #333;padding: 20px 0;}
.sglxfs ul li p {font-size: 20px;color: #3a8e99;}
.sglxfs ul li:hover {border-color: rgba(58, 142, 153, 0.8);}
.liuyanmap {background: #fafafa;}
.map333 {padding: 84px 0;}
.liuyan_l {padding-top: 90px;width: 51%;}
.iuyan_tit h3 {font-size: 28px;color: #333;font-weight: 100;padding-bottom: 50px;}
.xm_hz {display: flex;width: 50%;position: relative;}
.xm_hz::before {width: 1px;height: 56px;content: '';background-color: #3a8e99;position: absolute;}
.xmdh,.yxyzm {display: flex;margin-bottom: 20px;}
.xmdh .xm_hz:nth-of-type(2) {margin-left: 20px;}
.yxyzm .xm_hz:nth-of-type(2)  {margin-left: 20px;}
.xm_hz input {height: 56px;line-height: 56px;}
.yzm {height: 54px;}
.yzm img {height: 100%;}
.lyxx textarea {height: 238px;padding: 10px;box-sizing: border-box;resize: none;border-left-color:#3a8e99 ;}
.libtn button {width: 130px;height: 50px;background-color: #3a8e99;color: #fff;font-style: 16px;line-height: 50px;margin-right: 10px;transition: 0.4;}
.libtn button:nth-of-type(2) {background-color: transparent;border-color: #3a8e99;color: #3a8e99;}
.libtn {position: absolute;left: 0;bottom: 105px;}
.liuyanmap .bx {position: relative;}
.libtn button:nth-of-type(1):hover {background-color: transparent;border-color: #3a8e99;color: #3a8e99;opacity: 1;}
.libtn button:nth-of-type(2):hover {background-color: #3a8e99;border-color: #3a8e99;color: #fff;opacity: 1;}
.contact .bx {padding-top: 30px;}





/* 上一篇 下一篇 */
.sxreture {padding-top: 30px;border-top: 1px solid #e5e5e5;margin-top: 35px;}
.sypxyp span {font-size: 14px;color: #999;}
.sypxyp a {font-size: 14px;color: #666;}
.sypxyp a:hover {color: #3a8e99;}
.syp {margin-bottom: 5px;}
.return {padding-top: 12px;}
.return a {color: #3a8e99;font-size: 16px;padding: 10px 32px;border: 1px solid #3a8e99;transition: 0.3s;border-radius: 1000px;}
.return a:hover {background: #3a8e99;color: #fff;border-color: #3a8e99;}


.pagin-left li {float: left;}
/* 分页基本样式 */
.xypg-pagination {
margin-top: 30px;
text-align: center;
font-size: 0;
padding-bottom: 20px;
}

.xypg-pagination .pagin-left,
.xypg-pagination .pagin-mid,
.xypg-pagination .pagin-right,
.xypg-pagination .pagin-select {
display: inline-block;
vertical-align: middle;
}

.xypg-pagination a,
.xypg-pagination #current {
display: inline-block;
font-size: 14px;
color: #333333;
font-family: "Microsoft YaHei",Arial;
line-height: 28px;
border: 1px solid #eee;
margin: 0 -1px 5px 0;

padding: 10px 24px;
cursor: pointer;
}

.xypg-pagination #current,
.xypg-pagination a:hover {
color: #fff;
border-color: #3a8e99;
background: #3a8e99;
}

.xypg-pagination .pagin-mid {
font-size: 14px;
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
display: none;
}

.xypg-pagination .pagin-select {
font-size: 14px;
}

.xypg-pagination .pagin-select select {
height: 28px;
padding: 0 8px;
margin: -1px 5px 0 5px;
}


/* 产品内页图片切换 */
.pc-slide {
	width: 70%;
	margin: 0 auto;
}

.pc-slide img {width: 100%;height: 100%;object-fit: cover;}
.view .swiper-container {
	width: 100%;
	height: 473px;
	position: static;
}

.view .arrow-left {

	position: absolute;
	left: 108px;
	top: 42%;
	margin-top: -25px;
	width: 24px;
	height: 44px;
	z-index: 10;
}

.view .arrow-right {

	position: absolute;
	right: 108px;
	top: 42%;
	margin-top: -25px;
	width: 24px;
	height: 44px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 15px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height: 84px;
  
	
}

.preview .swiper-slide {
	width: 190px;
	height: 84px;
padding:  0 5px;
box-sizing: border-box;
}
.preview .swiper-slide:last-of-type {padding-right: 0;}
.preview .swiper-slide:first-of-type  {padding-left: 0;}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {

	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {

	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
  box-sizing: border-box;
}
.preview .swiper-wrapper {width: 100%!important;}
.preview .swiper-slide {width: calc(100% / 5);}

/* 产品内页 */
.xkgfkl {margin-top: 60px;}
.dfjks {height: 40px;border-bottom: 1px solid #e7e7e7;margin-bottom: 25px;}
.xkgfkl h4 {color: #3a8e99;font-size: 20px;display: inline-block;border-bottom: 2px solid #3a8e99;height: 40px;}
.xkgfkl_n img {max-width: 100%;width: auto;}
.cpxq_mbx .mbx_navright {display: none;}


.pro_list_l {width: 312px;}
.pro_list_l li {display: block;background-color: #fafafa;text-align: center;font-size: 20px;color: #333;height: 74px;line-height: 74px;border-bottom: 1px solid #dcdcdc;position: relative;cursor: pointer;}
.pro_list_l li.on {color: #3a8e99;}
.pro_list_l li.on::after {content: '';background: url(../images/jiantou.png) no-repeat center;display: inline-block;width: 22px;height: 16px;background-size: contain;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);}
.pro_list_l > p {height: 62px;font-size: 20px;color: #fff;text-align: center;line-height: 62px;background-color: #3a8e99;}
.pro_list_r ul li {float: left;width: calc(100% / 2);}
.pro_list_r ul li a {display: block;padding: 0 18px;box-sizing: border-box;}
.pro_list_r {padding-bottom: 24px;}
.jfdk {float: right;position: relative;width: 72%;}

.pro_list_r ul li a .ny_pro_pic {height: 290px;overflow: hidden;} 
.pro_list_r ul li a .ny_pro_pic img {width: 100%;height: 100%;object-fit: cover;transition: all 0.6s;}
.pro_list_r ul li a .ny_pro_pic img:hover {transform: scale(1.06);}
.pro_list_r ul li a p {font-size: 18px;color: #666;padding-top: 15px;padding-bottom: 25px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ny_pro_dfsg .mbx_navright {display: none;}
.pro-dgg {position: relative;} 
.wdnesp {text-align: center;padding-top: 20px;padding-bottom: 20px;}







/* 站内搜索 */
.znss {text-align: center;font-size: 32px;color: #333;}
.ssjg {font-size: 18px;font-weight: 100;color: #666;padding-top: 35px;padding-bottom: 30px;}





/* 适配 */

@media (max-width:1200px){
	.bx,.bx2{width:100%;padding: 0 12px;box-sizing: border-box;}
	
	/* 首页1200适配 */
	.about_r {width: 46%;}
	.about_l {width: 50%;}
	.about_l p {padding-bottom: 45px;}
	.sy_pro_n ul li {width: calc((100% / 3) - 20px);margin-right: 30px;}
	.sy_new  {padding-bottom: 54px;}

	/*  底部1200适配 */
	.foot_l,.foot_m,.foot_r {float: none;}
	.foot .bx {display: flex;justify-content: space-between;}
	.foot_l  {padding-right: 22px;}
	.foot_m {padding-left: 22px;}
	.foot_l p {font-size: 21px;}
	.foot_ma {width: 110px;height: 110px;}

	/* 面包屑导航1200适配 */
	.mbx_nav .bx2 {width: 100%;padding: 0 12px;box-sizing: border-box;}

	/* 产品构成 */
	.pro_list_l {width: 30%;}
	.pro_list_r {width: 100%;}
	.jfdk  {width: 68%;}

	/*新闻中心1200适配 */
	.new_linstpic {width: 24%;}
	.newlist_wenan {width: 73%;}
	.new-list .xypg-pagination {padding-bottom: 64px;}
	.new_listdata {margin-top: 12px;}
	.newlist_con ul li {padding-bottom: 18px;}
	.liuyan_l {padding-top: 60px;}
	.map333 {padding-top: 64px;}


    /* 联系我们1200适配 */
	.map{width: 46%;}
	.map333 iframe {width: 100%;}
	.libtn {left: 12px;}

	/* 服务内容1200适配 */
	.fwnr_a_pic {width: 46%;}
	.wfnrwenzi {padding-top: 0;}
	.about-us .bx {padding-bottom: 60px;}
	.fuwu_bottom_l, .fuwu_bottom_r {width: 48%;}


}





















@media (max-width:992px){
	/* 公共适配 */
	
	.btn {width: 130px;height: 36px;line-height: 36px;font-size: 16px;margin: 0 auto;}
	.tit {padding-top: 28px;padding-bottom:28px;}
	.tit p {font-size: 15px;}
	.tit img {width: 80px;}

.mbx_nav .page-position .weizhi {line-height: 2em;}

/* top区域适配 */
.top {height: 40px;line-height: 40px;font-size: 15px;}
.top_email p::before{content: "";display: inline-block;background: url(../images/top_email.png) no-repeat center;background-size: 100% 100%;width: 15px;height: 11px;margin-right: 6px;vertical-align: middle;}
.top_phone p::before{content: "";display: inline-block;background: url(../images/top_phone.png) no-repeat center;background-size: 100% 100%;width: 13px;height: 12px;margin-right: 6px;vertical-align: middle;}
.top_r {text-align: left;float: none;}
.top_f a {width: 10px;margin-right: 20px;}
.top_in a {width: 17px;margin-right: 20px;}
.top_niao a {width: 17px;}
.logonav .ljyy{display: none;}
.top_l {display: none;}




/* banner适配 */
.banner{ height:auto; width:100%;}
.banner .swiper-slide a.big{ display:none; height:736px; background:no-repeat center;}
.banner .swiper-slide a.small{ display:block; background:no-repeat center;width: 100%;background-size: 100% auto;}
.banner .swiper-slide a.small::before {content: ""; display: block; padding-top: 55%;}
.banner .swiper-pagination-bullet{ width:8px; height:8px; background:#fff; opacity:0.9;}
.banner .swiper-pagination-bullet-active{ width:16px; border-radius:6px;background: #3a8e99;}
.swiper-container-horizontal>.swiper-pagination-bullets {bottom: 6px;}



/* 导航适配 */
.main-navigation {display: none;}
.logo {height: 44px;margin-top: 10px;}
.logonav .bx {height: 65px;}
.menu {display: block;}


/* 菜单适配 */
.rightNav span{
  display: inline-block;
  margin-left: 10px;
text-align: center;
font-size: 15px;

}
.s-secondItem span {color: #999;margin-left: 10px;line-height: 2em;text-align: left;display: block;}
.s-secondItem a:first-of-type span {margin-top: 10px;}
.menu {margin-top: 19px}
.menu .right {background: transparent;border: none;width: 34px;}
.menu .right img {width: 100%;}

.bgDiv{
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  position:fixed;
  display: none;
  z-index: 9999;
  bottom: 0;
left: 0;
}

.rightNav{
  width: 54%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: -60%;
}
.close {position: absolute;top: 20px;left:-36px;z-index: 999999;width: 20px;display: none;}
.close img {width: 100%;}
.s-firstItem a span {font-size: .45rem!important;}
.s-secondItem > i {display: none;}

/* 二级菜单 */
/*定位居中*/
.middle {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.s-side {
padding: 10px;
font-size: .7rem;
}
.s-side .s-firstItem i {
display: none;
}
.s-side .s-firstItem span {
display: inline-block;
margin-left: 10px;
font-size: .453333rem;
text-shadow: 0px 0px 5px #EEEEEE;
white-space: 10px;
color: #333;
}
.s-side .first {
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}
.s-side .d-firstNav span {
display: inline-block;
margin-left: 10px;
font-size: 16px;
color: #333;
}
.s-side .d-firstNav i.fr {
font-size: 16px;
margin-top: 5px;
margin-right: 10px;
color: #999;
}
.s-side .s-secondNav,
.s-side .s-secondItem {
margin-left: .45rem;
margin-top: 0px;
}
.s-secondNav:hover,.d-firstNav:hover{
  background-color: transparent;cursor: pointer
}
.s-side .d-secondDrop {
margin-left: 100px;
margin-top: 10px;
}
.iconRotate {
transform: rotate(90deg);
transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
display: none;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {display: none;}
.fa-home:before {display: none;}
.fa-minus-square-o:before {display: none;}
.s-side ul li a {color: #333;}


/* 关于我们适配 */
.about_l,.about_r {float: none;width: 100%;padding-top: 30px;padding-bottom: 30px;}
.about_l h1 {font-size: 22px;padding-top: 5px;padding-bottom: 10px;}
.about_l p {line-height: 1.8em;text-align: justify;padding-bottom: 30px;}
.about_r {padding-top: 10px;height: 220px;position: absolute;bottom: -250px;left: 0;}
.about_r img {width: 100%;height: 100%;object-fit: cover;}
.aboutus {position: relative;}
.about_l h6 {font-size: 16px;}
.tit_pic {padding-top: 0;padding-bottom: 10px;}
.about_l .lszt {font-size: 16px;padding-bottom: 5px;padding-top: 5px;}

/* 首页产品适配 */
.sy_pro {padding-top: 0px;height: auto!important;padding-bottom: 10px;}
.sy_pro .tit {padding-top: 252px;}
.tit h2 {font-size: 24px;padding-top: 5px;padding-bottom: 10px;}
.sy_pro_n ul li {float: none;width: 100%;margin-bottom: 10px;padding: 20px;}
.sy_pro_lb {padding: 0 10px;box-sizing: border-box;display: none;}
.sy_pro_lb2 {display: block;}
.sy_pro_wlwk {padding: 0;}
.sy_pro_lb2 .swiper-button-next {right: 10px;transform: translateY(-50%);width: 18px;height: 36px;}
.sy_pro_lb2 .swiper-button-prev {left: 10px;transform: translateY(-50%);width: 18px;height: 36px;}
.sy_pro_n ul li h3 {padding: 10px 0;}
.sy_pro_n ul li a .more {padding-top: 10px;}
.sy_pro_wlwk a h6 {padding: 12px 10px;box-sizing: border-box;}





/* 新闻适配 */
.new_l,.new_r {width: 100%;padding: 20px 15px;height: auto;}
.new_rpic,.new_rnr {width: 100%;float: none;}
.new_r {padding: 0;padding-top: 20px;} 
.new_rnr {padding: 0;}
.new_rnr h2 {padding-top: 15px;}
.new_rnr p {margin-bottom: 10px;}
.news {padding-bottom: 0px;}
.new_rq {padding-bottom: 12px;}
.new_rqsz3  {margin-top: 4px;}
.sy_new {margin-top: 0px;padding-bottom: 10px;}
.sy_new_n ul li {float: none;width: 100%;}
.sy_new_pic {height: 170px;}
.sy_new_n ul li a {padding: 0 10px;}
.sy_new_n ul li a p {padding-bottom: 20px;}
.sy_new_n ul li a h5 {padding-bottom: 7px;padding-top: 0;}
.rq {padding: 0;line-height: 1em;padding-top: 15px;padding-bottom: 8px;}






/* 底适配 */
.foot .bx {display: block;}
.foot .foot_zynr {display: block;padding-bottom: 20px;}
.foot_l p {width: 100%;}
.foot {padding-top: 20px;padding-bottom: 40px;}
.foot_logo {width: 134px;margin: 0 auto;}
.foot_biao {padding-top: 20px;justify-content: center;padding-bottom: 30px;}
.foot h5 {text-align: center;padding-bottom: 15px;}
.foot .xian {left: 50%;transform: translateX(-50%);width: 108px;}
.foot_nav, .dhlx {padding-top: 25px;}
.foot_r {padding-top: 10px;width: 100%;}
.foot_nav1 a {width: auto;}
.foot_nav .foot_nav1:nth-of-type(1) a:nth-of-type(1) {margin-right: 60px;}
.foot_nav .foot_nav1:nth-of-type(2) a:nth-of-type(1) {margin-right: 37px;}
.foot_nav .foot_nav1:nth-of-type(3) a:nth-of-type(1) {margin-right: 40px;}
.foot_nav {display: none;}
.dhlx p {line-height: 1.6em;margin-bottom: 10px;}
.beian p {line-height: 1.6em;padding: 12px;box-sizing: border-box;font-size: 14px;}
.foot_l {float: none;border-right: none;padding-right: 0;}
.foot_m {float: none;padding-left: 0;padding-top: 4px;}
.foot_lxfs p {line-height: 1.6em;}



	
/* 内页手机端适配 */
.bx2 {width: 100%;padding: 0 15px;box-sizing: border-box;}
.ny_banner {height: 200px;background-position: center 60%!important;display: none;}
.nybanner_sm {display: block;}
.nybanner_sm::before {content: ""; display: block; padding-top: 55%;}



/* 面包屑导航 */
.mbx_navleft,.mbx_navright{float: none;display: none;}
.page-position {float: none!important;text-align: left;padding: 8px 15px;background-color: #f6f6f6;line-height: 2em;}
.mbx_nav .bx2 {padding: 0;}
.layui-breadcrumb>* {font-size: 12px;}
.mbx_nav .bx2 {height: auto;line-height:1.5em;text-align: center;}
.mbx_nav {background: #fff;}
.mbx_navright a {font-size: 14px;padding: 0 16px;line-height: 55px;text-align: center;}
.mbx_navleft {text-align: left;}
/* 内页公共标题适配 */
.ny_tit h2 {font-size: 24px;text-align: center;}
.ny_tit {padding-top: 64px;text-align: center;padding-left: 0;padding-top: 80px;}
.ny_tit span {font-size: 14px;}
/* 内页分页 */
.xypg-pagination {margin-top: 0px;margin-bottom: 0px;}


/* 内页关于我们适配 */
.abus_con h2 {font-size: 20px!important;padding-top: 0px;padding-bottom: 15px;}
.wsjj_xian {width: 50px;height: 3px;}
.abus_con {padding-top: 20px;}
.about-us .bx {padding-bottom: 40px;}
.ny_smtit {padding-top: 10px;font-size: 28px;padding-bottom: 2px;}
.ny_titzs img {width: 80px;}
.ny_dfdk {padding-bottom: 10px;}


/* 内页新闻列表页适配 */
.new_linstpic {width: 31%;margin-top:5px;height: 103px;}
.new_linstpic img {width: 100%;height: 100%;object-fit: cover;}
.newlist_wenan {width:66%;}	
.newlist_wenan h6 {font-size: 16px;padding-bottom: 5px;padding-right: 0;}
.newlist_wenan p {font-size: 14px;padding-bottom: 5px;height: 40px;overflow: hidden;margin-bottom: 10px;text-align: left;} 
.new_listdata span {font-size: 12px;}
.new_listdata a {font-size: 12px;}
.newlist_con ul li {margin-bottom: 10px;padding-bottom: 10px;}
.newlist_con ul li:last-of-type {border: none;}
.page {padding-top: 0px;}
.layui-laypage {margin-bottom: 0;margin-top: 20px;}
.newlist_con {padding-top: 0px;}
.new-list {padding-top: 0;}
.newdetail {padding-bottom: 20px;}
.new_jt {margin-top: 0;}
.new_jt img {margin: 0;vertical-align: text-top;}
.new-list .xypg-pagination {padding-bottom: 40px;padding-top: 18px;}
.xypg-pagination a {padding: 6px 12px;}







/* 内页新闻详情适配 */
.newReal_tit h3 {font-size: 18px;margin-top: 15px;margin-bottom: 5px;}
.newReal_tit span {padding-bottom: 15px;padding-top: 5px;}
.newReal_n {margin-top: 10px;}
.sypxyp  {float: none;}
.return {float: none;margin: 0 auto;text-align: center;margin-top: 25px;margin-bottom: 30px;}
.newReal_n img {width: 100%;}
.sxreture {padding-top: 12px;margin-top: 20px;}
.syp {font-size: 14px;}
.xyp {font-size: 14px;}
.return a {font-size: 14px;padding: 6px 24px;}
.xkgfkl_n {padding: 12px;}

.newReal_tit {padding: 20px 0;} 
.xkgfkl h4 {font-size: 18px;}








/*联系我们适配 */
.contact_left ul li {margin-bottom: 15px;padding: 20px 20px;width: 100%;}
.contact_left {width:100%;}
.contact_left ul li span {font-size: 16px;}
.contact_left ul li p {font-size: 14px;padding-top: 5px;}
.contact_con {padding-top: 15px;padding-bottom: 40px;}
.contact_left ul li:last-of-type p {padding-top: 5px;}
.contact_left ul li .liu_icon {width: 42px;height: 42px;margin-right: 15px;margin-top: 2px;}
.lkjgdk  {width: 77%;}
.contact_right {width: 100%;}
.iuyan_tit h3 {font-size: 20px;padding-bottom: 24px;text-align: center;padding-top: 13px;}
.iuyan_tit p {color: #999;font-size: 18px;padding-bottom: 10px;}
.contact_right .layui-form-label {padding: 9px 0px;}
.contact_right .layui-input, .layui-select, .layui-textarea {border-radius: 2px;}
.contact_right .layui-form-item .layui-inline {width: 100%;margin-right: 15px;margin-bottom: 5px;}
.contact_right .layui-input, .layui-select {height: 50px;line-height: 50px;}
.yzm {height: 54px;}
.contact_right .layui-form-item .layui-input-inline {width: 100%!important;margin: 0;}
.contact_right .layui-textarea {padding: 10px;min-height: 110px;}
.contact_right .layui-form-item {margin-bottom: 8px;}
.contact_right .layui-btn {margin-top: 20px;padding: 0 30px;height: 40px;line-height: 40px;}
.map333 {width: 100%;height: 240px;margin-top: 30px;}
.BMap_omCtrl {display: none;}
#dituContent {height: 237px!important;}
.contact_right .layui-input-block {text-align: center;}
.sglxfs ul li {margin:0 auto;float: none;width: 100%;margin-bottom: 10px;padding: 24px 20px;height: auto;display: flex;justify-content: flex-start;box-sizing: border-box;padding-top: 12px;}
.sglxfs ul li p {font-size: 18px;}
.sglxfs ul li:last-of-type {margin-right: auto;}
.sglxfs ul li h4 {padding: 16px 0;padding-bottom: 5px;}
.liuyan_l {width: 100%;float: none;padding-top: 0px;}
.map {float: none;padding-top: 88px;width: 100%;}
.map333 {height: auto;padding: 0;margin: 0;margin: 20px 0;}
.map333 iframe {width: 100%;height: 300px;}
.lyxx textarea {height: 200px;}
.libtn {bottom: 339px;left: 50%;transform: translateX(-50%);width: 100%;text-align: center;}
.lxwea {text-align: left;padding-left: 15px;box-sizing: border-box;}
.sglxfs ul li .lxfs_tb {padding-top: 20px;}
.sglxfs ul li:nth-of-type(2) .lxfs_tb {width: 36px;height: auto ;padding-top: 0;}
.sglxfs {padding-bottom: 10px;}
.libtn button {width: 100px;height: 40px;line-height: 40px;margin-right: 5px;}



/* 服务内容适配 */
.fwnr_a_pic {float: none;width: 100%;height: 280px;}
.wfnrwenzi {width: 100%;float: none;}
.fwnr_b {padding-top: 20px;}
.fwnr_b p {margin-bottom: 20px;}
.fuwu_bottom {padding-top: 20px;}
.fuwu_bottom_l, .fuwu_bottom_r {float: none;width: 100%;margin-bottom: 10px;height: auto;}






/* 产品内页适配 */
.pro_list_l {width: 100%;float: none;text-align: center;padding-bottom: 16px;}
.pro_list_l > p {display: none;}
.pro_list_l li{display: inline-block;background-color: transparent;font-size: 22px;margin: 0 6px;border: none;text-align: center;height: auto;line-height: 2.3em;color: #3a8e99;}
.xkgfkl {padding-top: 20px;margin-top: 10px;}
.dfjks {padding-bottom: 0px;margin-bottom: 14px;}
.pro_list_l a.on::after {display: none;}
.pro_list_r ul li {margin-bottom: 6px;}


/* 产品内页轮播适配 */
/* .view .swiper-container {height: 200px;} */
.pc-slide {width: 100%;}

.view .arrow-right,.view .arrow-left {width: 20px!important;height: 36px!important;background-size: contain!important;}
.preview .swiper-container {height: 90px;padding: 0 20px!important;padding: 0!important;}
.preview {margin-top: 10px;}
.pro_list_r {float: none;width: 100%;}
.pro_list_r ul li a {padding: 0 8px;}
.pro_list_r ul li a .ny_pro_pic {height: 283px;}
.pro_list_r ul li a p {font-size: 18px;padding-top: 12px;padding-bottom: 15px;}
.wdnesp {padding: 0;}
.jfdk {width: 100%;}
.pro_list_r {padding-bottom: 0;}




/* 视频适配 */
.video_list ul li .bf {
  width: 30px;
  height: 30px;

}
.video_deail .newReal_n {width: 100%;}
.newReal_n iframe {height: 350px;}
.wdnesp iframe  {width: 100%;}


}



@media (max-width:768px){
	.top {font-size: 12px;}
	.pro_list_r ul li a .ny_pro_pic {height: 208px;}
	.pro_list_l li{font-size: 18px;}
	.pro_list_l li.on::after {content: none;}
	.pro_list_r ul li a p {font-size: 16px;}
	.view .swiper-container {height: 200px;}
	.preview .swiper-slide {width: 35%;height: 90px;}
	.wdnesp iframe {width: 100%;height: 240px!important;}
	.ny_titzs2 {display: block;} 
	.ny_titzs1 {display: none;} 
	.fwnr_a_pic {float: none;width: 100%;height: auto;}


}


@media (max-width:600px){

	.pro_list_r ul li a .ny_pro_pic {height: 140px;}


}


@media (max-width:400px){
	.top {font-size: 12px;}
	.pro_list_r ul li a .ny_pro_pic {height: 120px;}


}

@media (max-width:375px){
	.top {font-size: 12px;}


}










/* 手机端适配结束 */