.outbox {
  overflow: hidden;
}
.classbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1f2224;
}
.classbox a {
  padding: 16px 0 25px;
  width: 165px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  position: relative;
}
.classbox a .imgbox {
  width: 50px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.classbox a .te {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 10;
}
.classbox a::after {
  content: "";
  width: 100%;
  height: 0;
  background: #6fba2c;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  left: 0;
  top: 0;
  z-index: 0;
}
.classbox .actA::after,
.classbox a:hover::after {
  height: 100%;
}
.navleg {
  height: 60px;
}
.pro_a {
  background: #efefef;
  padding-bottom: 70px;
}
.pro_a .intro{
	padding-top: 70px;
}
.pro_a .intro2{
	padding: 0 0 50px;
}
.pro_a .intro .txt_box{
	background: #fff;
	padding: 40px;
}
.tit1{
	padding-left: 22px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
	margin-top: 36px;
}
.tit1::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #6fba2c;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 3px;
}
.pro_a .intro .txt_box .txt_left{
	width: 40%;
	float: left;
}
.pro_a .intro .txt_box .txt_left img{
	width: 100%;
}
.pro_a .intro .txt_box .txt_right{
	width: 55%;
	float: right;
}
.pro_a .intro .txt_box p{
	line-height: 28px;
    text-align: justify;
    color: #666666;
  margin-top: 22px;
  font-size: 16px;
}
.pro_a .subclassbox {
  padding: 70px 0 50px;
}
.pro_a .subclassbox .title {
  float: left;
  line-height: 28px;
  color: #333333;
  width: 90px;
}
.pro_a .subclassbox .sunbox {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
  float: left;
}
.pro_a .subclassbox .sunbox a {
  padding: 0 20px;
  color: #666666;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  display: inline-block;
  line-height: 28px;
}
.pro_a .subclassbox .sunbox .actA,
.pro_a .subclassbox .sunbox a:hover {
  color: #fff;
  background: #6fba2c;
}
.pro_a .subclassbox .searchbox {
  width: 230px;
  float: right;
  position: relative;
  margin-top: -4px;
}
.pro_a .subclassbox .searchbox input {
  width: 100%;
  height: 36px;
  border: 1px solid #e2e2e2;
  padding: 0 40px 0 10px;
  background: none;
}
.pro_a .subclassbox .searchbox .searchbtn2 {
  position: absolute;
  right: 1px;
  top: 1px;
  cursor: pointer;
}
.pro_a .subclassbox .searchbox input:focus {
  border-color: #6fba2c;
}
.pro_a .moreBtn {
  margin: 80px auto 0;
}
.classlist{
	margin-top: 50px;
}
.prolist a {
  background: #fff;
  width: 23.7857%;
  margin: 1.619% 1.619% 0 0;
  float: left;
  padding: 2.86% 0 2.86% 0;
}
.prolist a .textbox {
  padding: 0 30px;
  margin-bottom: 50px;
}
.prolist a .textbox .name {
  font-size: 18px;
  color: #333333;
  margin-bottom: 14px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.prolist a .textbox .st {
  color: #666666;
	line-height: 24px;
	height: 168px;
	overflow: hidden;
}
.classlist a .textbox .st{
	height: 70px;
}
.prolist a .imgbox {
  overflow: hidden;
}
.prolist a .imgbox img {
  width: 100%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.prolist a:nth-child(1),
.prolist a:nth-child(2),
.prolist a:nth-child(3),
.prolist a:nth-child(4) {
  margin-top: 0;
}
.prolist a:nth-child(4n) {
  margin-right: 0;
}
.prolist a:hover .textbox .name {
  color: #6fba2c;
}
.prolist a:hover .imgbox img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.protl {
  padding-left: 22px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.protl::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #6fba2c;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  top: 3px;
}

.protable{
}
.protable table{
	width: 100%;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.protable table tr td{
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	line-height: 1.5;
	padding: 16px 20px;
	font-size: 16px;
	color: #666;
}
.protable table tr td a{
	color: #00428e;
	text-decoration: underline;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.protable table tr td a:hover{
	color: #6fba2c;
}
.protable p{
	line-height: 24px;
    color: #666666;
	margin-top: 30px;
}
.protable p a{
	display: inline;
    color: #6fba2c;
    text-decoration: underline;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.protable p a:hover{
	color: #00428e;
}

.pro_b {
  background: #f5f5f5;
  padding: 65px 0;
}
.pro_b .wrap1200 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pro_b .protit{
	font-size: 28px;
    margin-bottom: 40px;
}
.pro_b .smswiper {
  margin-right: 20px;
  width: 115px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.pro_b .smswiper .prev_pro {
  margin-bottom: 10px;
}
.pro_b .smswiper #xswiper {
  height: 290px;
  margin-bottom: 10px;
}
.pro_b .smswiper .swiper-slide {
  border: solid 1px #dcdcdc;
  cursor: pointer;
}
.pro_b .smswiper .swiper-slide img {
  width: 100%;
}
.pro_b .smswiper .actImg {
  border-color: #6fba2c;
}
.pro_b .bigImgbox {
  width: 512px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.pro_b .bigImgbox img {
  width: 100%;
}

.pro_e .wrap1200{ 
  width: 100%;
  display: block;

}

.pro_e .bigImgbox {
  width: 100%;
  text-align: center;
  display: block;
}
.pro_e .bigImgbox img{
  width: auto;

}
.pro_b .proInfo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #fff;
}
.pro_b .proInfo .indiv {
  padding: 60px 76px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}

.pro_b .proInfo .protl {
  margin-bottom: 14px;
}
.pro_b .proInfo .te {
  line-height: 24px;
  text-align: justify;
  color: #666666;
}
.pro_b .proInfo .divinfo .ted {
  padding-left: 20px;
  background: url(../images/td.png) no-repeat left center;
  margin-right: 35px;
  line-height: 24px;
	color: #666;
	display: inline-block;
}
.pro_c {
  background: #f5f5f5;
  padding-bottom: 63px;
}
.pro_c .pro_name_out {
  background-color: #052e49;
}
.pro_c .pro_name {
  line-height: 80px;
}
.pro_c .pro_name span {
  display: block;
  float: left;
  margin-right: 20px;
  color: #fff;
}
.pro_c .pro_name .btl {
  font-size: 20px;
}
.pro_c .pro_name .ste {
  font-size: 16px;
}
.pro_c .content {
  padding: 50px 0 56px;
}
.pro_c .moreBtn {
  margin: 0 auto;
}
.pro_c .bk {
  margin-bottom: 35px;
}
.pro_c .bk .protl {
  margin-bottom: 20px;
}
.pro_c .bk .divinfo .ted {
  padding-left: 20px;
  background: url(../images/td.png) no-repeat left center;
  margin-right: 35px;
  line-height: 24px;
}
.pro_c .bk .divinfo .ted:last-child {
  margin-right: 0;
}
.pro_c .bk .divinfo .text {
  line-height: 24px;
  color: #666666;
  text-align: justify;
}
.pro_c .bk .divinfo .text a{
	display: inline;
	color: #6fba2c;
	text-decoration: underline;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pro_c .bk .divinfo .text a:hover{
	color: #00428e;
}
.pro_c .bk .divinfo .tablebox {
  margin-bottom: 25px;
}
.pro_c .bk .divinfo .tablebox table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
}
.pro_c .bk .divinfo .tablebox table td {
  border: 1px solid #f5f5f5;
  text-align: center;
  line-height: 24px;
  padding: 18px 10px;
  color: #666666;
}
.pro_c .bk .divinfo .tablebox:last-child {
  margin-bottom: 0;
}
.pro_c .bk .divinfo .tabletl {
  color: #333333;
  margin-bottom: 25px;
}
.pro_c .bk:last-child {
  margin-bottom: 0;
}

@media (max-width:1440px){
  .pro_a .intro .txt_box p{
    font-size: 14px;
    line-height: 24px;
  }
  .pro_b .proInfo .indiv {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .pro_b .proInfo .indiv {
    padding: 50px 30px 0 30px;
  }
}
@media (max-width: 1024px) {
  .prolist a {
    width: 32%;
    margin: 2% 2% 0 0;
  }
  .prolist a:nth-child(4n) {
    margin-right: 2%;
  }
  .prolist a:nth-child(4) {
    margin-top: 2%;
  }
  .prolist a:nth-child(3n) {
    margin-right: 0;
  }
  .pro_b .bigImgbox {
    width: 410px;
  }
  .pro_c .prolist a:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .prolist a {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 30px 0 40px 0;
  }
  .prolist a .textbox {
    padding-left: 30px;
  }
  .prolist a:nth-child(4n) {
    margin-right: 0;
  }
  .prolist a:nth-child(2),
  .prolist a:nth-child(3),
  .prolist a:nth-child(4) {
    margin-top: 20px;
  }
  .navleg {
    display: none;
  }
  .classbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .classbox a {
    padding: 10px 0;
    width: 50%;
    border-right: none;
  }
  .classbox a .imgbox {
    width: 30px;
  }
  .classbox a .te {
    font-size: 12px;
  }
  .pro_a .subclassbox {
    padding: 30px 0;
  }
  .pro_a .subclassbox .sunbox {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    margin-bottom: 20px;
  }
  .pro_a .subclassbox .sunbox a {
    padding: 0 10px;
  }
  .pro_a .subclassbox .searchbox {
    width: 100%;
  }
  .pro_b {
    padding: 40px 0 60px;
  }
  .pro_b .wrap1200 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pro_b .smswiper {
    width: 100%;
    height: auto;
  }
  .pro_b .smswiper .btn {
    display: none;
  }
  .pro_b .smswiper #xswiper {
    height: auto;
    margin-bottom: 20px;
  }
  .pro_b .smswiper #xswiper .swiper-slide {
    border-color: #6fba2c;
  }
  .pro_b .bigImgbox {
    display: none;
  }
  .pro_b .proInfo {
    width: 100%;
  }
  .pro_b .proInfo .indiv {
    padding: 20px;
  }
  .pro_c .pro_name {
    line-height: 50px;
  }
  .pro_c .pro_name .btl {
    font-size: 16px;
    margin-right: 10px;
  }
  .pro_c .pro_name .ste {
    font-size: 14px;
  }
  .pro_c .content {
    padding: 40px 0 50px;
  }
  .pro_c .prolist a:last-child {
    display: block;
  }
}



