<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Animate.css动画演示 */
@import "../swiper/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "font/css/font-awesome.min.css";

/* 公共样式 */
@import "public.min.css";

/* 头部 */
.topbox {
  width: 100%;
  background-color: #efefef;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.topbox a {
  color: #666;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #0068b7;
  text-decoration: underline;
}

.header {
  width: 100%;
  padding: 30px 0;
}
.header&gt;.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.logo &gt; a{
  width: 186px;
}
.logo_txt{
  width: 264px;
}
.logo img {
  max-width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 16px;
  color: #666;
  font-size: 14px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 50px;
}
.header_dianhua&gt;span{
  display: block;
  line-height: 34px;
  overflow: hidden;
  font-family: Impact;
  font-size: 30px;
  color: #ff0000;
}
/* 导航 */
nav {
  background-color: #0068b7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.nav{
  width: 100%;
  float: left;
  padding-left: 2px;
  background: url(../images/dian.jpg) repeat-y left top;
}
.nav&gt;li{
  width: 14.285%;
  float: left;
  position: relative;
  padding-right: 2px;
  background: url(../images/dian.jpg) repeat-y right top;
}
.nav&gt;li&gt;a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.nav&gt;li:hover&gt;a,
.nav&gt;li.nav-this&gt;a{
  background-color: #ffb400;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: calc(100% - 2px);
  float: left;
  background-color: rgba(0,104,183,0.8);
  padding-top: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}
.nav-child&gt;li{
  display: block;
  overflow: hidden;
}
.nav-child&gt;li&gt;a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child&gt;li&gt;a:hover{
  background-color: #ffb400;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #0068b7;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0068b7;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
}
.search&gt;.container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row-reverse;
}
.search_form{
  width: 38.5%;
  float: right;
  position: relative;
}
.search_form::before{
  content: "";
  width: 1920px;
  height: 100%;
  float: left;
  background-color: #0068b7;
  position: absolute;
  left: 0;
  top: 0;
}
.search_inp1{
  width: calc(100% - 48px);
  float: left;
  height: 100%;
  background: none;
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #fff;
  padding-left: 15px;
}
.search_inp1::-webkit-input-placeholder{color: #fff;}
.search_inp1:-moz-placeholder{color: #fff;}
.search_btn{
  width: 48px;
  float: left;
  height: 100%;
  background: url(../images/search_ss.png) no-repeat center center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.search_txt{
  width: 60%;
  float: left;
  line-height: 24px;
  padding: 17px 0;
  font-size: 14px;
  color: #333;
}
.search_txt&gt;span{
  float: left;
}
.search_txt&gt;a{
  float: left;
  color: #333;
  margin: 0 5px;
}
.search_txt&gt;a:hover{
  color: #0068b7;
  text-decoration: underline;
}
/* END */

/*首页*/
.wel{
  width: 100%;
  overflow: hidden;
  padding-top: 35px;
}
.wel_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.wel_p{
  line-height: 22px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
.wel_sp{
  display: flex;
  justify-content: center;
}
.wel_sp&gt;div{
  float: left;
  padding-bottom: 17px;
  position: relative;
}
.wel_sp&gt;div::before{
  content: "";
  width: calc(100% + 20px);
  float: left;
  height: 38px;
  border: 1px solid #e5e5e5;
  border-top: none;
  position: absolute;
  left: -10px;
  bottom: 5px;
}
.wel_sp&gt;div::after{
  content: "";
  width: 10px;
  float: left;
  height: 10px;
  border-radius: 50%;
  background-color: #0068b7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.wel_sp&gt;div&gt;span{
  float: left;
  position: relative;
  z-index: 1;
  line-height: 50px;
  font-size: 30px;
  color: #0068b7;
  font-weight: bold;
  padding: 0 25px;
}
.wel_sp&gt;div&gt;span::before{
  content: "";
  width: 10px;
  float: left;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.wel_sp&gt;div&gt;span::after{
  content: "";
  width: 10px;
  float: left;
  height: 1px;
  background-color: #e5e5e5;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.wel_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 40px;
}
.wel_ul li{
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
}
.wel_ul li .wel_txt{
  float: left;
  padding-bottom: 15px;
  font-size: 16px;
  color: #333;
  line-height: 25px;
}


.wel_ul li .wel_right{
  float: left;
  position: relative;
  padding-left: 60px;
}
.wel_ul li .wel_right&gt;img{
  float: left;
}
.wel_ul li .wel_right .wel_icon{
  width: 78px;
  float: left;
  height: 78px;
  background-color: #fff;
  box-shadow: 0 9px 7px rgba(160,160,160,0.75);
  border-radius: 50%;
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -10px;
}

.cpzs{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background-color: #f5f5f5;
}
.cpzs_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
.cpzs_nav li{
  width: 176px;
  float: left;
  margin: 0 7px 10px 7px;
}
.cpzs_nav li&gt;a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 42px;
  border: 3px solid #0068b7;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  color: #333;
}
.cpzs_nav li&gt;a:hover,
.cpzs_nav li.cpzs_active&gt;a{
  background-color: #ffb400;
  color: #fff;
  border-color: #ffb400;
}
.cpzs_contect{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.cpzs_contect&gt;div{display: none;}
.cpzs_contect&gt;div:first-child{display: block;}
.cpzs_ul{
  display: block;
  overflow: hidden;
  width: 1220px;
}
.cpzs_ul li{
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpzs_ul li .cpzs_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 3px solid #fff;
  border-bottom: none;
  background-color: #fff;
}
.cpzs_ul li .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 78.85305%;
}
.cpzs_ul li .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #0068b7;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  text-overflow:ellipsis;
}
.cpzs_ul li:hover .cpzs_img{
  border-color: #0068b7;
}
.cpzs_ul li:hover .cpzs_img img{
  transform: scale(1.1);
}
.cpzs_more{
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-top: 20px;
}
.cpzs_more&gt;a{
  float: left;
  width: 178px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #b4b4b4;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
}
.cpzs_more&gt;a:hover{
  background-color: #0068b7;
  color: #fff;
}

.ys{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
  background-color: #e9eff2;
}
.ys_title{
  display: block;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
}
.ys_p{
  line-height: 40px;
  font-size: 30px;
  color: #000;
}
.ys_sp{
  line-height: 28px;
  font-size: 20px;
  color: #0068b7;
  margin-top: 10px;
}
.ys_ul{
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.ys_ul li{
  width: 16.6666%;
  float: left;
  margin-bottom: 20px;
}
.ys_ul li .ys_icon{
  width: 100%;
  max-width: 126px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #d2dfe6;
}
.ys_ul li .ys_icon::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.ys_ul li .ys_txt{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.ys_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 40px;
}
.ys_dianhua{
  float: left;
  line-height: 42px;
  font-size: 20px;
  color: #0068b7;
}
.ys_dianhua&gt;span{
  float: right;
  font-size: 30px;
  font-weight: bold;
	margin-left: 15px;
}
.ys_dianhua&gt;span&gt;img{
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 10px;
}


.ys_more{
  width: 134px;
  float: left;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #0068b7;
  font-size: 20px;
  color: #fff;
  margin-left: 40px;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0 200px 0;
}
.gsjj .wel_p{color: #fff;}
.gsjj .wel_sp&gt;div::before{
  border: 1px solid #fff;
  border-top: none;
}
.gsjj .wel_sp&gt;div::after{
  background-color: #fff;
}
.gsjj .wel_sp&gt;div&gt;span{color: #fff;}
.gsjj .wel_sp&gt;div&gt;span::before,
.gsjj .wel_sp&gt;div&gt;span::after{
  color: #fff;
}
.gsjj_contect{
  display: block;
  overflow: hidden;
  padding: 50px 65px 20px 65px;
}
.gsjj_tit{
  display: block;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  height: 250px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.photos{
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -200px;
}
.photos_box{
  width: calc(100% + 40px);
  float: left;
  margin-left: -20px;
  background-color: #fff;
  padding: 30px 20px;
}
.photos_title{
  width: 190px;
  float: left;
  padding: 12px 0 0 10px;
  position: relative;
  background: url(../images/photos_bj.jpg) no-repeat left center;
}
.photos_p{
  display: block;
  overflow: hidden;
  height: 98px;
  line-height: 98px;
  font-size: 124px;
  color: #0068b7;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.photos_p&gt;span{
  float: left;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 30px;
  bottom: 1px;
  padding-right: 20px;
}
.photos_p&gt;span::after{
  content: "";
  width:0;
  height:0;
  border-right: 17px solid #ffaa02;
  border-top: 17px solid transparent;
  border-bottom: 0 solid transparent;
  position:absolute;
  right: 0;
  bottom: 5px;
}
.photos_sp{
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-top: 10px;
  font-size: 20px;
  color: #333;
}
.photos_contect{
  width: calc(100% - 190px);
  float: left;
}
.photos-imgbox .swiper-slide&gt;a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.photos-imgbox .swiper-slide&gt;a::before{
  content: "";
  display: block;
  padding-top: 58.56698%;
}
.photos-imgbox .swiper-slide&gt;a:hover img{
  transform: scale(1.1);
}
.photos_more{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.photos_more&gt;a{
  width: 178px;
  height: 50px;
  float: left;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  background-color: #0068b7;
  color: #fff;
}
.photos_more&gt;a:hover{
  background-color: #ffb400;
  color: #fff;
}

.case{
  width: 100%;
  overflow: hidden;
  padding: 5px 0 40px 0;
}
.case_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
}
.case_nav li{
  width: 176px;
  float: left;
  margin: 0 7px 10px 7px;
}
.case_nav li&gt;a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 42px;
  border: 3px solid #0068b7;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  color: #333;
}
.case_nav li&gt;a:hover,
.case_nav li.cpzs_active&gt;a{
  background-color: #ffb400;
  color: #fff;
  border-color: #ffb400;
}
.case_contect{
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.case_contect&gt;div{display: none;}
.case_contect&gt;div:first-child{display: block;}
.case_ul{
  display: block;
  overflow: hidden;
  width: 1221px;
}
.case_ul li{
  width: 386px;
  float: left;
  margin: 0 21px 30px 0;
}
.case_ul li .case_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case_ul li .case_img::before{
  content: "";
  display: block;
  padding-top: 86.2338%;
}
.case_ul li .case_img .case_hover{
  width: 100%;
  height: 0;
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(75,75,75,0.6);
}
.case_ul li .case_img .case_tit{
  width: 100%;
  float: left;
  text-align: center;
  position: absolute;
  left: -100%;
  bottom: 55%;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
.case_ul li .case_img .case_icon{
  width: 100%;
  float: left;
  position: absolute;
  right: -100%;
  top: 55%;
}
.case_ul li .case_img .case_icon&gt;img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.case_ul li .case_box{
  display: block;
  overflow: hidden;
  text-align: center;
  background-color: #e9eff2;
}
.case_ul li .case_box .case_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding: 19px 0;
  border-bottom: 1px solid #ccd9df;
}
.case_ul li .case_box .case_more{
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 14px 0;
}
.case_ul li .case_box .case_more&gt;span{
  float: left;
  width: 122px;
  height: 36px;
  background-color: #0068b7;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.case .cpzs_more{
  padding-top: 10px;
}
.case_ul li:hover .case_img .case_hover{
  height: 100%;
}
.case_ul li:hover .case_img .case_tit{
  left: 0;
}
.case_ul li:hover .case_img .case_icon{
  right: 0;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background-color: #f5f5f5;
}
.news_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.news_left{
  width: 28.75%;
  float: left;
  background-color: #fff;
  padding: 20px;
}
.news_title{
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.news_title::after{
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  background-color: #0068b7;
  margin-top: 13px;
}
.news_left&gt;a{
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.news_left&gt;a .news_p{
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_left&gt;a .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}
.news_left&gt;a .news_img::before{
  content: "";
  display: block;
  padding-top: 56.49351%;
}
.news_left&gt;a .news_txt{
  display: block;
  overflow: hidden;
  height: 150px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.news_left&gt;a .news_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  padding: 10px 0;
  font-size: 14px;
  color: #333;
}
.news_left&gt;a:hover .news_p{
  color: #0068b7;
}
.news_left&gt;a:hover .news_img img{
  transform: scale(1.1);
}

.news_right{
  width: 69.25%;
  float: left;
  background-color: #fff;
  padding: 20px;
}
.news_ul{
  display: block;
  overflow: hidden;
  padding-top: 25px;
}
.news_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.news_ul li:last-child{
  border-bottom: none;
  padding: 0;
  margin: 0;
}
.news_ul li&gt;a{
  display: flex;
  width: 100%;
  float: left;
  flex-wrap: wrap;
}
.news_ul li&gt;a .news_img{
  width: 244px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news_ul li&gt;a .news_R{
  width: calc(100% - 244px);
  float: left;
  padding: 5px 0 5px 20px;
}
.news_ul li&gt;a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li&gt;a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 75px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.news_ul li&gt;a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #333;
}
.news_ul li&gt;a:hover .news_img img{
  transform: scale(1.1);
}
.news_ul li&gt;a:hover .news_R .news_p{
  color: #0068b7;
}

.news_ul li&gt;a&gt;.news_p{
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li&gt;a&gt;.news_p&gt;.news_sp{
  float: right;
  font-weight: normal;
}
.news_ul li&gt;a&gt;.news_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin: 10px 0 0 0;
}
.news_ul li&gt;a:hover&gt;.news_p{
  color: #0068b7;
}
.news .cpzs_more{
  width: 100%;
  float: left;
  padding-top: 40px;
}

.coop{
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background: url(../images/hz_bj.jpg) no-repeat center center;
  background-size: cover;
}
.coop .wel_p{color: #fff;}
.coop .wel_sp&gt;div::before{
  border: 1px solid #fff;
  border-top: none;
}
.coop .wel_sp&gt;div::after{
  background-color: #fff;
}
.coop .wel_sp&gt;div&gt;span{color: #fff;}
.coop .wel_sp&gt;div&gt;span::before,
.coop .wel_sp&gt;div&gt;span::after{
  color: #fff;
}
.coop_contect{
  position: relative;
  margin-top: 50px;
}
.coop-imgbox .swiper-slide&gt;a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.coop-imgbox .swiper-slide&gt;a::before{
  content: "";
  display: block;
  padding-top: 52.1583%;
}
.coop-imgbox .swiper-slide&gt;a:hover img{
  transform: scale(1.1);
}
.coop-prev,
.coop-next{
  left: -54px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 40px;
  float: left;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #035da1;
  font-family: SimSun;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 2;
}
.coop-next{
  left: initial;
  right: -54px;
}
/*END-首页*/

/* 底部 */
footer {
  background: #ddd;
}
.footer{
  width: 100%;
  overflow: hidden;
  padding: 30px 0 20px 0;
}
.footer_up{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 15px;
}
.footer_logo{
  float: left;
}
.footer_logo&gt;img {
  width: 100%;
  display: block;
  height: auto;
  float: left;
}
.footer_logo&gt;img:first-child{
 width: 186px;
}
.footer_logo&gt;img:last-child{
  width: 264px;
}
.footer_dianhua{
  float: right;
  background: url(../images/footer_diianhua.png) no-repeat left center;
  padding-left: 40px;
  line-height: 40px;
}
.footer_dianhua&gt;em{
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 16px;
  margin: 4px 6px 0 0;
}
.footer_dianhua&gt;span{
  float: left;
  font-family: Impact;
  font-size: 36px;
  color: #f40404;
}
.footer_B{
  float: left;
  margin-right: 70px;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.footer_ul{
  display: block;
  overflow: hidden;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  line-height: 30px;
}
.footer_ul li&gt;a{
  font-size: 14px;
  color: #333;
}
.footer_ul li&gt;a&gt;span{
  float: left;
  color: #0068b7;
  font-weight: bold;
  font-size: 16px;
  margin-right: 8px;
}
.footer_ul li&gt;a:hover{
  color: #0068b7;
  text-decoration: underline;
}
.footer_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.footer_wx{
  width: 80px;
  float: right;
  margin-right: 10px;
}
.footer_wx img{
  width: 100%;
  display: block;
  height: auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #353535;
  text-align: center;
  line-height: 20px;
  padding: 15px 0;
  color: #fff;
  font-size: 12px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 公司简介 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 0 0 40px 0;
  background-color: #f5f5f5;
}
.main_left{
	width: 272px;
	float: left;
  background-color: #fff;
  padding: 10px;
}
.about{
	width: 100%;
	float: left;
}
.about_title{
	display: block;
	overflow: hidden;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background-color: #0068b7;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
  position: relative;
}
.about_title::before{
  content: "";
  float: left;
  width:0;
  height:0;
  border-left: 26px solid #fff;
  border-top: 0 solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.about_ul{
	display: block;
	overflow: hidden;
  padding: 10px;
}
.about_ul&gt;li{
	display: block;
	overflow: hidden;
  margin-bottom: 5px;
}
.about_ul&gt;li&gt;a{
	display: block;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
  position: relative;
  padding: 0 25px;
  background-color: #0068b7;
}
.about_ul&gt;li&gt;a::after{
  content: "";
  float: left;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -5px;
}
.about_ul&gt;li:hover&gt;a,
.about_ul&gt;li.about_on&gt;a{
	background-color: #ffb400;
	color: #fff;
}

.about_dl{
	display: none;
	overflow: hidden;
}
.about_dl&gt;dd{
	display: block;
	overflow: hidden;
  margin-top: 4px;
}
.about_dl&gt;dd&gt;a{
	display: block;
	overflow: hidden;
	height: 46px;
	line-height: 44px;
  border: 1px solid #e4e4e4;
	font-size: 16px;
  padding: 0 25px;
	color: #333;
}
.about_dl&gt;dd&gt;a:hover{
	/*background-color: #0068b7;*/
	color: #0068b7;
}

.about_dl&gt;dd&gt;a.on{
/*  background-color: #0068b7;*/
  color: #0068b7;
}

.about_B{
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}
.about_tit{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #0068b7;
  font-weight: bold;
  text-transform: uppercase;
}
.about_txt{
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  margin-top: 15px;
}
.about_txt&gt;img{
  width: 100%;
  display: block;
  margin-top: 20px;
  height: auto;
}

.main_right{
	width: 899px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #dedede;
  padding: 25px 0 15px 0;
}
.dqwz_p{
  float: left;
}
.dqwz_more{
  float: right;
}
.dqwz_more&gt;a{
	color: #333;
}
.dqwz_more&gt;a:hover{
  color: #0068b7;
  text-decoration: underline;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 25px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
/* END-公司简介 */

/* 产品展示 */
.cpzs_ul1{
  display: block;
  overflow: hidden;
  width: 921px;
}
.cpzs_ul1 li{
  width: 285px;
  float: left;
  margin: 0 22px 20px 0;
}
.cpzs_ul1 li .cpzs_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 3px solid #fff;
  border-bottom: none;
  background-color: #fff;
}
.cpzs_ul1 li .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 78.85305%;
}
.cpzs_ul1 li .cpzs_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #0068b7;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  text-overflow:ellipsis;
}
.cpzs_ul1 li:hover .cpzs_img{
  border-color: #0068b7;
}
.cpzs_ul1 li:hover .cpzs_img img{
  transform: scale(1.1);
}

.cpxq_title{
  display: block;
  overflow: hidden;
}
.cpxq_title&gt;li{
  width: 25%;
  float: left;
}
.cpxq_title&gt;li&gt;a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #0068b7;
  cursor: pointer;
}
.cpxq_title&gt;li:nth-child(even)&gt;a{
  background-color: #0876c9;
}
.cpxq_title&gt;li&gt;a:hover{
  background-color: #ffb400;
  color: #fff;
}

.cpxq_title&gt;li&gt;a.act{
  background-color: #ffb400;
  color: #fff;
}
.cpxq_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 40px;
}
.cpxq_nav&gt;li{
  float: left;
  margin: 0 12px;
  line-height: 28px;
  padding: 0 5px 10px 5px;
  position: relative;
}
.cpxq_nav&gt;li&gt;a{
  font-size: 16px;
  color: #333;
}
.cpxq_nav&gt;li::after{
  content: "";
  width: 0;
  height: 4px;
  float: left;
  background-color: #0068b7;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.4s;
}
.cpxq_nav&gt;li:hover:after,
.cpxq_nav&gt;li.cpxq_active:after{
  width: 100%;
}

.cpxq{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
}
.cpxq_left{
  width: 52.5%;
  float: left;
  border: 5px solid #ddd;
  overflow: hidden;
  position: relative;
}
.cpxq_left::before{
  content: "";
  display: block;
  padding-top: 70%;
}
.cpxq_right{
  width: 43%;
  float: right;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 20px;
  color: #0068b7;
  font-weight: bold;
  margin-top: 10px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 15px;
  color: #333333;
  margin-top: 15px;
}
.cpxq_box{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 0;
}
.cpxq_ul{
  display: block;
  overflow: hidden;
  background-color: #ddd;
}
.cpxq_ul&gt;li{
  float: left;
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #0068b7;
  cursor: pointer;
}
.cpxq_ul&gt;li:hover,
.cpxq_ul&gt;li.cpxq_active{
  background-color: #0068b7;
  color: #fff;
}
.cpxq_contect{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  padding: 20px;
}
.cpxq_contect img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cpxq_contect&gt;div{
  display: none;
}
.cpxq_contect&gt;div:first-child{
  display: block;
}
/* END-产品展示 */

/* 新闻中心 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}
.xw_ul li&gt;a{
  display: flex;
  width: 100%;
  float: left;
  flex-wrap: wrap;
}
.xw_ul li&gt;a .news_img{
  width: 244px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li&gt;a .news_R{
  width: calc(100% - 244px);
  float: left;
  padding: 5px 0 5px 20px;
}
.xw_ul li&gt;a .news_R .news_p{
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li&gt;a .news_R .news_txt{
  display: block;
  overflow: hidden;
  height: 75px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.xw_ul li&gt;a .news_R .news_sp{
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #333;
}
.xw_ul li&gt;a:hover .news_img img{
  transform: scale(1.1);
}
.xw_ul li&gt;a:hover .news_R .news_p{
  color: #0068b7;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  color: #666;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.xwxq_sp img{max-width: 100%;height: auto;display: block;margin:0 auto;}

.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding-top: 15px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-新闻中心 */

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 500px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 1220px) {
/* 首页 */
.cpzs_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul li {
  width: 23%;
  margin: 0 1% 20px 1%;
}

.gsjj_contect {
  padding: 40px 40px 20px 40px;
}
.photos_box {
  width: 100%;
  margin-left: 0;
}
.case_ul {
  width: 102%;
  margin-left: -1%;
}
.case_ul li {
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}
.coop-prev,
.coop-next {
  left: 0;
}
.coop-next {
  left: inherit;
  right: 0;
}
/* END-首页 */

/* 公司简介 */
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
/* END-公司简介 */

/* 产品展示 */
.cpzs_ul1{
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul1 li{
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}
/* END-产品展示 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu&gt;span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #0068b7;
  transition: all 0.4s;
}
.icon-menu-active&gt;span:nth-child(2){
  opacity: 0;
}
.icon-menu-active&gt;span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active&gt;span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

/* 头部 */
.header {
  padding: 20px 0;
  position: absolute;
  background-color: #fff;
  top:0;
  z-index: 10;
  box-shadow: 15px 15px 15px rgba(0,0,0,0.2);
}

/* 导航 */
nav {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
nav&gt;.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background: #0068b7;
  padding: 0;
}
.nav&gt;li{
  width: 100%;
  height: 10%;
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: none;
}
.nav&gt;li&gt;a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}
/* END-头部 */

/* 首页 */
.wel_ul {
  padding-top: 30px;
}
.wel_ul li .wel_right {
  padding-left: 25px;
}
.wel_ul li .wel_right&gt;img {
  width: 50px;
}
.wel_ul li .wel_right .wel_icon {
  width: 50px;
  height: 50px;
  right: 20px;
}

.cpzs {
  padding: 20px 0;
}
.cpzs_nav {
  padding-top: 20px;
}
.cpzs_nav li {
  width: 24%;
  margin: 0 0.5% 10px 0.5%;
}
.cpzs_contect {
  padding-top: 20px;
}

.ys {
  padding: 30px 0;
}
.ys_ul {
  padding-top: 20px;
}
.ys_ul li .ys_icon {
  max-width: 100px;
}
.ys_box {
  padding-top: 20px;
}
.gsjj_contect {
  padding: 20px 0;
}

.photos_box {
  padding: 15px;
}
.photos_more {
  padding-top: 20px;
}

.case_nav {
  padding-top: 20px;
}
.case_nav li {
  width: 24%;
  margin: 0 0.5% 10px 0.5%;
}
.case_contect {
  padding-top: 20px;
}
.case_ul li {
  margin: 0 1% 15px 1%;
}
.case_ul li .case_box .case_txt {
  padding: 10px 0;
}
.case_ul li .case_box .case_more {
  padding: 10px 0;
}

.news {
  padding: 20px 0;
}
.news_contect {
  padding-top: 20px;
}
.news_left {
  width: 39%;
}
.news_right {
  width: 59%;
}
.news .cpzs_more {
  padding-top: 20px;
}

.coop {
  padding: 20px 0;
}
.coop_contect {
  margin-top: 30px;
}
/* END-首页 */

/* 底部 */
.footer {
  padding: 20px 0;
}
.footer_up {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer_B {
  margin-right: 20px;
}
.footer_p {
  margin-bottom: 10px;
}

/* END-底部 */

/* 公司简介 */
.main{
	padding: 0 0 30px 0;
}
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
/* END-公司简介 */

/* 产品展示 */
.cpzs_ul1 li{
  margin: 0 1% 15px 1%;
}
/* END-产品展示 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active&gt;span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active&gt;span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.header{
  padding: 15px 0;
}
.logo{
  width: 80%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.search_form {
  width: 100%;
}
.search_form::before {
  left: -50%;
}
.search_inp1 {
  height: 40px;
  padding: 0;
}
.search_txt {
  width: 100%;
  padding: 10px 0;
}

.wel {
  padding: 10px 0;
}
.wel_p {
  line-height: 20px;
}
.wel_sp&gt;div {
  padding-bottom: 10px;
}
.wel_sp&gt;div::before {
  height: 20px;
}
.wel_sp&gt;div&gt;span {
  line-height: 30px;
  font-size: 20px;
  padding: 0 10px;
}
.wel_ul {
  padding-top: 10px;
}
.wel_ul li {
  width: calc(50% - 5px);
  flex-direction: column-reverse;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 10px;
}
.wel_ul li .wel_right {
  width: 100%;
  padding: 0;
  height: 40px;
}
.wel_ul li .wel_right .wel_icon {
  width: 40px;
  height: 40px;
  right: 50%;
  top: 0;
  transform: translateX(50%);
  margin: 0;
  box-shadow: 0 0 7px rgba(160,160,160,0.75);
}
.wel_ul li .wel_right .wel_icon&gt;img{
  height: 20px;
}
.wel_ul li .wel_txt {
  width: 100%;
  float: left;
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 22px;
}

.cpzs {
  padding: 10px 0;
}
.cpzs_nav {
  padding-top: 10px;
}
.cpzs_nav li {
  width: 49%;
  margin: 0 0.5% 1% 0.5%;
}
.cpzs_nav li&gt;a {
  height: 44px;
  line-height: 40px;
  border: 2px solid #0068b7;
  font-size: 16px;
}
.cpzs_contect {
  padding-top: 10px;
}
.cpzs_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.cpzs_ul li .cpzs_txt {
  height: 40px;
  line-height: 40px;
}
.cpzs_more {
  padding-top: 10px;
}
.cpzs_more&gt;a {
  width: 120px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}

.ys {
  padding: 10px 0;
}
.ys_p {
  line-height: 30px;
  font-size: 20px;
}
.ys_sp {
  line-height: 20px;
  font-size: 16px;
  margin-top: 5px;
}
.ys_ul {
  padding-top: 10px;
}
.ys_ul li {
  width: 33.3333%;
  margin-bottom: 10px;
}
.ys_box {
  padding-top: 10px;
}
.ys_dianhua {
  width: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.ys_dianhua&gt;span {
  width: 100%;
  font-size: 20px;
}
.ys_more {
  width: 110x;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin: 10px 0 0 0;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  padding: 10px 0;
}
.gsjj_txt {
  margin-top: 10px;
  height: 220px;
  line-height: 22px;
}

.photos {
  margin-top: 0;
}
.photos_box {
  padding: 0px;
}
.photos_title {
  width: 100%;
  padding: 10px 0 0 0;
}
.photos_p {
  height: 50px;
  line-height: 50px;
  font-size: 64px;
  text-align: center;
}
.photos_p&gt;span {
  font-size: 18px;
  left: 50%;
}
.photos_sp {
  line-height: 20px;
  margin-top: 5px;
  font-size: 16px;
  text-align: center;
}
.photos_contect {
  width: 100%;
  margin-top: 10px;
}
.photos_more {
  padding-top: 10px;
}
.photos_more&gt;a {
  width: 110px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
}

.case {
  padding: 10px 0;
}
.case_nav {
  padding-top: 10px;
}
.case_nav li {
  width: 49%;
  margin: 0 0.5% 1% 0.5%;
}
.case_nav li&gt;a {
  height: 34px;
  line-height: 30px;
  border: 2px solid #0068b7;
  font-size: 16px;
}
.case_contect {
  padding-top: 10px;
}
.case_ul li {
  width: 48%;
  margin: 0 1% 2% 1%;
}
.case_ul li .case_box .case_more&gt;span {
  width: 80px;
  height: 24px;
  line-height: 24px;
}

.news_contect {
  padding-top: 10px;
}
.news_left {
  width: 100%;
  padding: 10px;
}
.news_title {
  font-size: 18px;
}
.news_title::after {
  margin-top: 5px;
}
.news_left&gt;a {
  margin-top: 5px;
}
.news_left&gt;a .news_img {
  margin: 5px 0;
}
.news_left&gt;a .news_txt {
  height: 96px;
  line-height: 24px;
  -webkit-line-clamp: 4;
}
.news_left&gt;a .news_sp {
  padding: 10px 0 0 0;
}
.news_right {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}
.news_ul {
  padding-top: 10px;
}
.news_ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news_ul li&gt;a .news_img {
  width: 140px;
}
.news_ul li&gt;a .news_R {
  width: calc(100% - 140px);
  padding: 5px 0 5px 10px;
}
.news_ul li&gt;a .news_R .news_txt {
  height: 60px;
  line-height: 20px;
  margin: 5px 0;
}
.news_ul li&gt;a&gt;.news_txt {
  height: 40px;
  line-height: 20px;
  margin: 5px 0 0 0;
}
.news .cpzs_more {
  padding-top: 10px;
}

.coop {
  padding: 10px 0;
}
.coop_contect {
  margin-top: 10px;
}
.coop-prev, .coop-next {
  width: 30px;
  height: 30px;
  line-height: 28px;
}
/* END-首页 */

/* 底部 */
.copyright {
  padding: 10px 0;
}
.copyright&gt;.container&gt;div{
  width: 100%;
  text-align: center;
}
/* END-底部 */

/* 公司简介 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
  padding: 0;
}
.about{
	margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  text-align: left;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_title::before {
  display: none;
}
.about_ul {
  display: none;
  padding: 0;
}
.about_ul&gt;li {
  margin-top: 5px;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-公司简介 */

/* 产品展示 */
.cpzs_ul1 li{
  width: 48%;
  margin: 0 1% 2% 1%;
}
.cpzs_ul1 li .cpzs_txt {
  height: 40px;
  line-height: 40px;
}

.cpxq_title&gt;li&gt;a {
  height: 40px;
  line-height: 40px;
}
.cpxq_nav {
  padding-top: 10px;
}
.cpxq_nav&gt;li {
  margin: 0 5px;
  line-height: 22px;
  padding: 0 1px 4px 1px;
}
.cpxq_nav&gt;li&gt;a {
  font-size: 14px;
}

.cpxq{
  padding: 5px;
  margin-top: 10px;
}
.cpxq_left{
  width: 100%;
  border: 2px solid #ddd;
}
.cpxq_right{
  width: 100%;
}
.cpxq_p{
  line-height: 24px;
  font-size: 18px;
  margin-top: 5px;
}
.cpxq_txt{
  line-height: 24px;
  font-size: 14px;
  margin-top: 10px;
}
.cpxq_box{
  padding: 10px 0;
}
.cpxq_ul&gt;li{
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.cpxq_contect{
  line-height: 24px;
  padding: 20px;
}
.cpxq_contect {
  line-height: 24px;
  padding: 10px;
}
/* END-产品展示 */

/* 联系我们 */
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #0068b7;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root&gt;li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root&gt;li:last-child{border: none;}
.root&gt;li&gt;a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.root&gt;li&gt;a&gt;div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.root&gt;li&gt;a&gt;div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root&gt;li&gt;a:hover {
  background-color: #0068b7;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 8;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone&gt;a,
.root_phone&gt;.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title&gt;span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht&gt;img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt&gt;span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END-手机底部组件 */
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}
  </pre></body></html>