.homepage,
.banner {
  font-size: 0.18rem;
}
.banner img {
  width: 100%;
}
.banner .bd {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  color: #fff;
}
.banner .bd h2 {
  font-size: 0.55rem;
  font-weight: bold;
  line-height: 1.7;
}
.banner .bd .btn {
  background: #26469a;
  font-size: 0.29rem;
  width: 4.08rem;
  height: 0.78rem;
  border-radius: 0.78rem;
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  justify-content: center;
  color: #fff;
}
.banner .bd .btn i {
  width: 0;
  height: 0;
  border-top: 0.16rem solid transparent;
  border-bottom: 0.16rem solid transparent;
  border-left: 0.2rem solid #fff;
  margin-right: 0.1rem;
}
.title_common {
  text-align: center;
}
.title_common h3 {
  font-weight: bold;
  font-size: 0.48rem;
}
.title_common:after {
  content: '';
  width: 1.04rem;
  height: 0.06rem;
  background: #be1a20;
  display: block;
  margin: 0.2rem auto 0;
}

.homepage .one,
.homepage .two,
.homepage .three {
  padding: 0.8rem 0;
}
.homepage .one .bd {
  margin-top: 0.6rem;
  font-size: 0.2rem;
  overflow: hidden;
}
.homepage .one .hd {
  margin-top: 0.6rem;
  font-size: 0.24rem;
}
.homepage .one .hd p {
  line-height: 2;
}
.homepage .one .hd .flex_item + .flex_item {
  margin-left: 0.4rem;
}
.homepage .one .bd dt {
  color: #26469a;
}
.homepage .one .bd dt b {
  font-size: 0.6rem;
}
.homepage .one .bd img {
  margin-bottom: 0.3rem;
}
.homepage .one .bd ul {
  display: flex;
  margin: 0 -1rem;
}
.homepage .one .bd ul li {
  flex: 1;
  text-align: center;
}
.homepage .one .bd ul li + li {
  border-left: 1px dashed #ddd;
}
.homepage .two {
  background: #fafafa;
}
.homepage .two .bd {
  position: relative;
  margin-top: 0.6rem;
  text-align: center;
}
.homepage .two .bd p {
  display: flex;
  align-items: center;
  height: 0.7rem;
  background: #fff;
  justify-content: center;
  font-weight: bold;
  font-size: 0.28rem;
}
.homepage .two .bd p img {
  margin-right: 0.1rem;
  width: 0.36rem;
}
.homepage .two .bd .swiper-button-next:after,
.homepage .two .bd .swiper-button-prev:after {
  display: none;
}
.homepage .two .bd .swiper-button-next {
  right: -0.7rem;
}
.homepage .two .bd .swiper-button-prev {
  left: -0.7rem;
}
.homepage .two .bd .swiper-button-next img,
.homepage .two .bd .swiper-button-prev img {
  width: 0.25rem;
}
.homepage .three .bd {
  margin-top: 0.6rem;
}
.homepage .three .bd .img {
  width: 52%;
  margin-right: 0.3rem;
}
.homepage .three .bd ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.28rem;
  margin: -0.4rem 0;
}
.homepage .three .bd ul li {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  width: 50%;
}
.homepage .three .bd ul li img {
  margin-right: 0.15rem;
  width: 0.42rem;
}
.homepage .four {
  padding-bottom: 0.8rem;
}
.homepage .four .bd {
  margin-top: 0.5rem;
}
.homepage .four .bd ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.8;
  margin: -0.2rem;
}
.homepage .four .bd ul li {
  width: 25%;
  padding: 0.2rem;
}
.homepage .four .bd ul a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
  padding: 0.15rem;
}
.homepage .four .bd ul p {
  font-size: 0.14rem;
  color: #767676;
  margin-top: 0.05rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .four .bd ul dt {
  font-size: 0.28rem;
}
.homepage .four .bd ul dd {
  color: #999;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #ddd;
  width: 50%;
}
.homepage .four h4{  
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 限制文本为2行 */
  overflow: hidden;
    
}
/**/
.aboutus {
  font-size: 0.15rem;
}
.aboutus .one,
.aboutus .two,
.aboutus .four {
  padding: 0.8rem 0;
}
.aboutus .one .bd {
  margin-top: 0.5rem;
}
.aboutus .one .bd ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: -0.1rem;
}
.aboutus .one .bd ul li {
  width: 25%;
  padding: 0.1rem;
}
.aboutus .one .bd ul li dl {
  padding: 0.25rem 0;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.aboutus .one .bd ul li:last-child,
.aboutus .one .bd ul li:nth-child(9) {
  width: 50%;
}
.aboutus .one .bd ul dt {
  color: #26469a;
  font-weight: bold;
  font-size: 0.2rem;
  display: flex;
  width: 1.5rem;
  justify-content: center;
  border-bottom: 1px solid #26469a;
  padding-bottom: 0.2rem;
  align-items: center;
  margin: 0 auto 0.15rem;
}
.aboutus .one .bd ul dt img {
  margin-right: 0.1rem;
  width: 0.28rem;
}
.aboutus .two {
  background: url(../images/02_46.jpg) center no-repeat;
  background-size: cover;
}
.aboutus .three {
  padding-top: 0.8rem;
  background: url(../images/bg.jpg) left bottom repeat-x;
}
.aboutus .three .bd {
  margin-top: 0.5rem;
  text-align: center;
}
.aboutus .three .bd p {
  margin-top: 0.3rem;
}
/**/
.products {
  font-size: 0.16rem;
  padding: 0.8rem 0;
}
.products .bd > ul > li {
  margin-top: 0.5rem;
}
.products .bd > ul .flex {
  border-radius: 0.1rem;
  padding: 0.5rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.products .bd > ul .pic {
  border: 0.1rem solid #f6f6f6;
  border-radius: 0.1rem;
  width: 58%;
  margin-right: 0.5rem;
}
.products .bd > ul ul {
  display: flex;
  flex-wrap: wrap;
}
.products .bd > ul ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.products .bd > ul p {
  line-height: 2;
  padding: 0.2rem 0;
}
.products .bd > ul dl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.2rem;
}
.products .bd > ul dl dd {
  font-size: 0.2rem;
}
.products .bd > ul dl dt {
  font-weight: bold;
  font-size: 0.3rem;
  color: #3452a1;
}
.products .bd > ul > li:nth-child(even) .pic {
  margin: 0 0 0 0.5rem;
}
/**/
.hezuo {
  font-size: 0.18rem;
}
.hezuo .one {
  padding-top: 0.8rem;
}
.hezuo .one .bd {
  margin-top: 0.5rem;
  border: 0.15rem solid #e3e3e3;
  padding: 0 1rem;
}
.hezuo .one .bd li {
  border-bottom: 1px solid #eee;
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hezuo .one .bd li .side {
  width: 1.4rem;
  display: flex;
  align-items: center;
}
.hezuo .one .bd li .side img {
  margin-right: 0.1rem;
  width: 0.3rem;
}
.hezuo .one .bd li .input {
  width: 3.7rem;
  height: 0.4rem;
  padding-left: 0.2rem;
  background: #eeeeee;
  border-radius: 0.4rem;
}
.hezuo .one .ft {
  padding: 0.3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hezuo .one .ft .btn {
  width: 2.67rem;
  height: 0.5rem;
  background: #0a4ab7;
  color: #fff;
  border-radius: 0.5rem;
  font-size: 0.2rem;
}
.hezuo .two {
  padding: 0.8rem 0 0;
}
.hezuo .two .bd ul {
  display: flex;
}
.hezuo .two .bd ul li {
  flex: 1;
  position: relative;
}
.hezuo .two .bd ul li + li {
  margin-left: 15px;
}
.hezuo .two .bd ul li p {
  position: absolute;
  width: 100%;
  bottom: 0.2rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  font-size: 0.24rem;
  align-items: center;
  justify-content: center;
  height: 0.6rem;
  background: rgba(38, 70, 154, 0.8);
}
.hezuo .two .bd ul li:nth-child(2) p {
  background: rgba(190, 26, 32, 0.8);
}
.hezuo .two .bd ul li .pic {
  border-radius: 0.1rem;
}
.hezuo .three {
  padding: 0.8rem 0;
  text-align: center;
}
.hezuo .three .bd,
.hezuo .two .bd {
  margin-top: 0.5rem;
}
.hezuo .three .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem 0;
}
.hezuo .three .bd ul li {
  width: 16.666%;
  padding: 0.2rem 0;
}
.hezuo .three .bd ul li img {
  width: 1.43rem;
  margin-bottom: 0.15rem;
}
.dialog {
  width: 2.89rem;
  font-size: 0.14rem;
  position: fixed;
  right: 0.15rem;
  background: url(../images/d_01.png) center no-repeat;
  background-size: 100% 100%;
  padding: 0.2rem;
  bottom: 0.2rem;
  z-index: 999;
}
.dialog h3 {
  text-align: center;
  font-size: 0.28rem;
}
.dialog ul {
  margin-top: 0.2rem;
}
.dialog ul li {
  display: flex;
  margin-bottom: 0.1rem;
}
.dialog ul li > .flex_item + .flex_item {
  margin-left: 0.1rem;
}
.dialog ul li > .flex_item {
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
  background: #fff;
  border-radius: 0.05rem;
  border: 1px solid #ddd;
}

.dialog ul li .input {
  width: 100%;
  height: 0.4rem;
}
.dialog .flex {
  text-align: center;
  font-size: 0.12rem;
  margin-top: 0.15rem;
}
.dialog .flex img {
  width: 0.5rem;
  margin-bottom: 0.05rem;
}
.dialog .btn {
  width: 100%;
  height: 0.42rem;
  background: #26469a;
  color: #fff;
  border-radius: 0.05rem;
  margin-top: 0.15rem;
}
.news {
	display: flex;
}

.news .left .list li {
	display: flex;
	align-items: center;
	padding: 15px;
	background: #fff;
	border: 1px solid #ccc;
}

.news .left .list li+li {
	margin-top: 15px;
}

.news .left .list li .pic {
	width: 290px;
	height: 180px;
	overflow: hidden;
	margin-right: 15px;
}

.news .left .list li p {
	height: 69px;
	overflow: hidden;
	line-height: 23px;
	margin: 20px 0;
}

.news .left .list li h4 {
	font-size: 18px;
}

.news .left .list li span+span {
	margin-left: 20px;
}

.news .left .i1 {
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	margin: -2px 5px 0 0;
	background: url(../images/7_03.png) center no-repeat;
}

.news .left .i4 {
	display: inline-block;
	width: 16px;
	height: 13px;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	background: url(../images/7_07.png) center no-repeat;
}

.news .left .i2 {
	display: inline-block;
	width: 12px;
	height: 13px;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	background: url(../images/home_116.png) center no-repeat;
}

.news .left .i3 {
	display: inline-block;
	width: 14px;
	height: 13px;
	vertical-align: middle;
	margin: -3px 5px 0 0;
	background: url(../images/7_06.png) center no-repeat;
}

.news .right {
	width: 290px;
	margin-left: 15px;
}

.news .box {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

.news .right .title {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.news .right .a li {
	float: left;
	line-height: 30px;
	margin: 5px 5px 0 0;
	background: #f2f2f2;
	padding: 0 8px;
}

.news .right .b li {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}

.news .right .b li .pic {
	margin-right: 10px;
}

.news .right .b li h4 {
	height: 38px;
	overflow: hidden;
	margin-bottom: 10px;
}

.news .right .b li p {
	background: url(../images/home_116.png) left center no-repeat;
	padding-left: 20px;
}
/**/
.newsitem .hd {
	text-align: center;
	padding-top: 20px;
}

.newsitem .hd h1 {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
}

.newsitem .hd span+span {
	margin-left: 20px;
}

.newsitem .bd>p {
	text-indent: 2em;
	line-height: 20px;
	margin-top: 15px;
}

.newsitem .bd>img {
	margin: 10px auto;
	display: block;
	max-width: 70%;
}

.newsitem .ft dd {
	font-size: 18px;
	margin-top: 8px;
}

.newsitem .ft .flex_item:last-child {
	text-align: right;
}

.newsitem .bottom .title {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.newsitem .bottom .bd ul {
	margin: 10px -10px -10px;
}

.newsitem .bottom .bd li {
	float: left;
	width: 33.333%;
	padding: 10px;
}

.newsitem .bottom .bd img {
	width: 100%;
}

.newsitem .bottom .bd p {
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .c .flex {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 15px;
}

.news .c .flex span {
	background: #f59a23;
	display: block;
	text-align: center;
	width: 70px;
	line-height: 40px;
}

.news .c .flex span img {
	height: 25px;
	width: auto;
}

.news .c input {
	width: 100%;
	padding-left: 15px;
}

.news .c button {
	background: #f59a23;
	border-radius: 5px;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	font-weight: bold;
	font-size: 18px;
}
.bg {
	position: relative;
}
.layui-layer{
    font-size:14px
}


.bread {font-size:14px;}
.news {font-size: 14px;}
.pages {
	text-align: center;
	padding: 30px 0;
}

.pages a {
	display: inline-block;
	border: 1px solid #ccc;
	background: #fff;
	color: #999;
	padding: 3px 8px;
}
