body {
  font-size: 20px;
}
.banner {
  width: 100%;
  height: 530px;
  overflow: hidden;
  margin-top: 70px;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*mianbaoxue*/

.w1400 {
  width: 1400px;
  margin: auto;
  text-align: center;
}

.position_bar .w1400 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  overflow: hidden;
  padding-top: 30px;
}

.ccontainer {
  width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .ccontainer,
  .w1400 {
    width: 1200px !important;
  }
}

.position_bar li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 20px;
  height: 50px;
  background: #f5f5f5;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  transition: 0.9s;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  cursor: pointer;
}

.position_bar li a {
  display: block;
  color: #666666;
  transition: 0.9s;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
}

.position_bar li.cur,
.position_bar li:hover {
  background-color: #004ea1;
  color: #ffffff;
}

.position_bar li.cur a,
.position_bar li:hover a {
  color: #ffffff !important;
}

.position_bar .cpyy-link {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

.position_bar .cpyy-link a {
  display: inline-block;
}

.bg_ov .duan p {
  font-size: 14px;
  line-height: 26px;
  color: #444343;
}

.bg_ov p > strong {
  font-size: 16px;
}

.duan span {
  font-weight: bold;
  font-size: 16px;
  color: #565656;
}

.bg_ov {
  font-family: Microsoft YaHei;
}

.bg_ov .duan2 {
  margin-top: 9px;
}

.bg_ov img {
  margin: 10px 0;
}

.bg_ov .duan {
  margin-bottom: 30px;
}

.bg_ov li {
  list-style: disc;
  line-height: 28px;
  margin-bottom: 6px;
  margin-left: 34px;
}

#pages {
  padding: 14px 0 20px;
  text-align: right;
}
.pagination {
  text-align: center;
}
.pagination li {
  display: inline-block;
  color: #333333;
  height: 36px;
  line-height: 36px;
  margin: 0px 5px 10px 0px;
  vertical-align: middle;
}
#pages a {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #333333;
  padding: 0 14px;
}

#pages a.a1 {
  background: url("../images/pages.png") no-repeat 0 5px;
  padding: 0 5px;
}

#pages a:hover {
  background: #f1f1f1;
  color: #000000;
  text-decoration: none;
}

#pages span {
  display: inline-block;
  height: 34px;
  padding: 0 14px;
  line-height: 34px;
  background: #014fa1;
  border: 1px solid #014fa1;
  color: #ffffff;
  text-align: center;
}

#pages .noPage {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  background: url("../images/titlebg.png") repeat-x 0 -55px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}

@media screen and (max-width: 1499px) {
  .position_bar li {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
  }
}

.lisp_item3 {
  width: 32.33%;
  margin-right: 1.5%;
  float: left;
  margin-bottom: 40px;
  background-color: #f5f5f5;
}

.lisp_item3:nth-of-type(3n) {
  margin-right: 0;
}

.lisp_item3 .img {
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
}

.lisp_item3 img {
  width: 100%;
  transition: 0.8s;
}

.lisp_item3 .desc {
  text-align: center;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lisp_item3 .desc span {
  vertical-align: middle;
}

.lisp_item3 .desc i {
  display: inline-block;
  height: 14px;
  width: 1px;
  background: #333;
  position: relative;
  top: 2px;
  left: 3px;
}

.lisp_item3 p {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: #004ea1;
  color: #fff;
  text-align: center;
}

.lisp_item3:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 999px) {
  .lisp_item3 {
    width: 49%;
    margin-right: 0%;
  }
  .lisp_item3 .desc {
    font-size: 16px;
  }
  .lisp_item3:nth-of-type(2n) {
    margin-left: 2%;
  }
  .lisp_item3 p {
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 413px) {
  .lisp_item3 {
    width: 100%;
    margin: 0;
  }
}

.c-container {
  position: relative;
  width: 82%;
  margin: 40px auto;
  box-sizing: border-box;
}

.c-main .c-left-box {
  position: sticky;
  top: 70px;
  float: left;
  width: 23%;
  border: 1px solid #e6e6e6;
  background: #fff;
  z-index: 999;
}
.c-main .c-right-box {
  float: right;
  width: 74%;
}
.c-main .c-right-box .c-max-wrap {
  margin-bottom: 50px;
  padding: 20px 20px 0;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.c-left-box .c-list > li {
  border-bottom: 1px solid #e6e6e6;
}
.c-left-box .c-list > li:last-child {
  border: 0;
}
.c-left-box .c-list .c-title1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 40px;
  font-size: 24px;
  line-height: 34px;
  color: #222;
  cursor: pointer;
  transition: 0.5s;
}
.c-left-box .c-list .c-title1 a {
  color: #222;
  width: 100%;
}
.c-left-box .c-list .c-title1 i {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.c-left-box .c-list .c-title1 i::after,
.c-left-box .c-list .c-title1 i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #222;
  transition: 0.5s;
}
.c-left-box .c-list .c-title1 i::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-left-box .c-list .c-ul1 {
  display: none;
  padding: 0 40px;
}
.c-left-box .c-list .c-ul2 {
  display: none;
  padding-left: 30px;
}
.c-left-box .c-list .c-ul1 > li {
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
.c-left-box .c-list .c-ul1 > li.active p >a{color: #014FA1;}
#c-product4 .c-left-box .c-list .c-ul1>li.active .c-title2 i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.c-left-box .c-list .c-title2 {
  position: relative;
  padding: 6px 0 6px 30px;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  cursor: pointer;
}

.c-left-box .c-list .c-title2 a {
  color: #333;
  display: inline-block;
}
.c-left-box .c-list .c-title2 a:hover{color: #004EA1;}
.c-left-box .c-list .c-title2 i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../images/jt2.png) no-repeat center center;
  background-size: 12px auto;
  transition: 0.5s;
}
.c-left-box .c-list .c-ul2 > li {
  padding: 6px 0;
  font-size: 14px;
  line-height: 24px;
  transition: 0.5s;
}
.c-left-box .c-list .c-title3 {
  color: #999;
}
.c-left-box .c-list > li.active .c-title1 {
  color: #fff;
  background: #004ea2;
}
.c-left-box .c-list > li.active .c-title1 a {
  color: #fff;
}
.c-left-box .c-list > li.active .c-title1 i::before {
  background: #fff;
}
.c-left-box .c-list > li.active .c-title1 i::after,
.c-left-box .c-list > li.hideI .c-title1 i::after {
  opacity: 0;
}
.c-left-box .c-list .c-ul1 > li.active .c-title2 i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-left-box .c-list .c-ul2 > li.active .c-title3 {
  color: #004ea2;
}
.c-right-box .c-main-title {
  display: block;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 36px;
  line-height: 90px;
  text-align: center;
  color: #004ea2;
  background: #f4f4f4;
}
.c-right-box .c-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.c-right-box .c-list li {
  width: 33%;
  padding: 0 15px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.c-right-box .c-list li .c-wrap {
  display: block;
}
.c-right-box .c-list li .c-wrap .c-img-box {
  height: 200px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.c-right-box .c-list li .c-wrap .c-img-box img {
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.c-right-box .c-list li .c-wrap .c-img-box:hover img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.c-right-box .c-list li .c-wrap .c-title {
  padding: 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  background-color: #c7c7c7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .3s;
}
.c-right-box .c-list li:hover .c-wrap .c-title{
	background-color: #154995;
}
.c-right-box .c-list li .c-wrap .d-title{padding: 0px 10px 10px;background-color: #c7c7c7;transition: .3s;}
.c-right-box .c-list li .c-wrap .d-title p{font-size: 14px;line-height: 20px;height: 40px;font-weight: normal;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;color: #fff;display: block;}
.c-right-box .c-list li:hover .c-wrap .d-title{background-color: #154995;}
#c-pagination {
	text-align: center;
}
#c-pagination li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	font-size:20px;
	line-height: 26px;
}
#c-pagination li a {
	display: inline-block;
	vertical-align: middle;
	color: #666;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#c-pagination li.active a,#c-pagination li:hover a {
	color: #bb1c14;
	border-color: #bb1c14;
}

#particles-js {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
}

@media screen and (max-width: 1599px) {
  .c-container {
    width: 82%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 1120px) {
  .c-right-box .c-list li{
    width: 50%;
  }
  .banner{height: 360px;margin-top: 50px;}
}

@media screen and (max-width: 991px) {
  .inner-banner{
    height: auto;
  }
  .c-container {
    padding: 0 10px;
  }
  .c-left-box .c-list .c-title1 {
		height: 36px;
		padding: 0 20px;
		font-size: 16px;
		line-height: 36px;
	}
  .c-left-box .c-list .c-ul1{
    padding: 0 20px 20px;
  }
  .c-left-box .c-list .c-ul1 > li{
    padding: 15px 0;
  }
  .c-left-box .c-list .c-title2{
    padding: 3px 0 3px 20px;
    line-height: 18px;
    font-size: 16px;
  }
}

@media screen and (max-width:800px) {
	.banner{height: 260px;}
  .c-main .c-left-box{
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
  .c-main .c-right-box{
    width: 100%;
    float: none;
  }
  .c-left-box .c-list .c-ul1 > li{
    padding: 5px 0;
  }
  .c-container{
    width: 95%;
  }

}

@media screen and (max-width:600px) {
	.banner{height: 160px;}
  .c-right-box .c-list li{
    width: 100%;
	margin-bottom: 15px;
  }
  .c-main .c-right-box .c-max-wrap{margin-bottom: 20px;}
  
  .c-right-box .c-list li .c-wrap .c-title{
    font-size: 14px;
    padding: 10px;
  }
  #c-pagination li{
    display: none;
  }
  #c-pagination .c-prev, #c-pagination .c-next{
    display: inline-block;
  }
}
.sjlm{display: none;}
.sjlm li{}
.sjlm li a{font-size: 16px;color: #444;line-height: 24px;padding-left: 40px;}
.sjlm li a:hover{color: #014FA1;}
@media screen and (max-width:1199px) {
	.sjlm li a{font-size: 14px;}
}