
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
/* @font-face {
  font-family: 思源黑体 Light;
  src: url("../css/思源黑体 Light.ttf");
} */
@font-face {
  font-family: "思源黑体 Light";font-weight: 300;src: url("//at.alicdn.com/wf/webfont/u3K2VRa6KE8B/z9ntRg4JYS5L.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/u3K2VRa6KE8B/TNCM9wgBAAir.woff") format("woff");
  font-display: swap;
}
.content{
  width: 100%;
}
.content img{
  width: 100%;
}
.wid {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
* {
  font-family: 思源黑体 Light;
}
body,
html {
  width: 100%;
  height: 100%;
}
.head {
  width: 100%;
  height: 90px;
}
.head .logo {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .logo img {
  height: 66px;
}
.head .menu {
  height: 80px;
  width: 50px;
  background-color: #fff;
}
.head .menu .box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .menu .box i {
  display: inline-block;
  width: 36px;
  height: 2px;
  background-color: #4696eb;
  position: relative;
}
.head .menu .box i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #4696eb;
}
.head .menu .box i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #4696eb;
}
.head .menu .box.acti i {
  background: none;
}
.head .menu .box.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.head .menu .box.acti i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.head .intr {
  width: calc(100% - 150px);
  max-width: 880px;
}
.head .intr .nav {
  width: auto;
}
.head .intr .nav ul li {
  line-height: 40px;
  padding: 25px 20px;
  font-size: 20px;
  margin: 0 20px;
}
.head .intr .nav ul li a {
  color: #333;
  font-family: 思源黑体 Light;
  text-decoration: none;
}
.head .intr .nav ul li:hover a {
  color: #4896eb;
}
.head .intr .search {
  width: auto;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .intr .search .cont {
  width: 284px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #eaeaea;
  padding: 0 16px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .intr .search .cont:hover {
  border: 1px solid #4896eb;
}
.head .intr .search .cont input[type=submit] {
  width: 42px;
  height: 42px;
  background: url("../img/4baac4_23x23.png") center no-repeat;
  float: right;
}
.head .intr .search .cont input[type=text] {
  width: calc(100% - 42px);
  height: 42px;
  border: none;
  background: none;
  font-size: 16px;
  color: #333;
}
.head .intr .search .cont input[type=text]::-webkit-input-placeholder {
  color: #cecece;
}
.banner {
  width: 100%;
  position: relative;
  float: left;
}
.banner ul {
  width: 100%;
}
.banner ul li {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 12px !important;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  margin: 0 6px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f4ba1c;
}
.banner .image {
  width: 100%;
}
.banner .image img {
  width: 100%;
}
.banner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner .text .wid {
  height: 100%;
}
.banner .text .wid .txts {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner .text .wid .txts h4 {
  line-height: 78px;
  font-size: 46px;
  color: #fff;
  font-family: 思源黑体 Light;
  letter-spacing: 2px;
}
.qualifications {
  width: 100%;
  float: left;
}
.qualifications .tabs {
  width: 100%;
  padding: 36px 0;
  float: left;
}
.qualifications .tabs ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qualifications .tabs ul li {
  width: 136px;
  height: 44px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  color: #868686;
  letter-spacing: 1px;
  margin: 0 14px;
  font-size: 16px;
  cursor: pointer;
}
.qualifications .tabs ul li.acti {
  background-color: #ffc001;
  border: 1px solid #ffc001;
  color: #fff;
}
.qualifications .conts {
  width: 100%;
}
.qualifications .conts .list {
  width: 100%;
}
.qualifications .conts .list ul {
  width: 100%;
  text-align: center;
  display: none;
}
.qualifications .conts .list ul li {
  width: 220px;
  height: 146px;
  border: 1px solid #fafafa;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
  margin: 0 24px;
  float: none;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}
.qualifications .conts .list ul li .imgs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.qualifications .conts .list ul li .imgs img {
  max-width: 80%;
  transition: 0.5s;
  max-height: 80%;
}
.qualifications .conts .list ul li:hover .imgs img {
  transform: scale(1.1);
}
.qualifications .conts .list ul.show {
  display: block;
}
.product {
  width: 100%;
  margin: 30px 0;
  float: left;
  background-color: #f7f8fc;
}
.product .intr {
  width: 100%;
  position: relative;
}
.product .intr .imgs {
  width: 100%;
}
.product .intr .imgs img {
  width: 100%;
  height: 1054px;
}
.product .intr .text {
  width: 100%;
  padding: 0 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.product .intr .text .txts {
  width: 100%;
  max-width: 260px;
  min-height: 100px;
  padding-top: 100px;
}
.product .intr .text .txts .illustrate {
  width: 100%;
}
.product .intr .text .txts .illustrate h3 {
  font-size: 36px;
  line-height: 48px;
  color: #cc0001;
}
.product .intr .text .txts .illustrate p {
  font-size: 16px;
  line-height: 24px;
  color: #784b22;
  text-align: justify;
  margin: 15px 0;
}
.product .intr .text .txts .scene {
  width: 100%;
  padding-top: 24px;
}
.product .intr .text .txts .scene h5 {
  line-height: 32px;
  font-size: 20px;
  color: #784b22;
}
.product .intr .text .txts .scene p {
  font-size: 16px;
  line-height: 26px;
  color: #784b22;
  margin: 10px 0;
}
.product .intr .text .txts .scene a {
  display: inline-block;
  width: 90px;
  height: 32px;
  background-color: #ffc309;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.product .inform {
  width: 100%;
  padding: 0 60px;
}
.product .inform .list {
  width: 100%;
  min-height: 200px;
  padding-top: 42px;
}
.product .inform .list .item {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  height: 370px;
  padding: 16px;
  float: left;
  margin-bottom: 20px;
  transition: 0.5s;
  cursor: pointer;
}
.product .inform .list .item:hover {
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.product .inform .list .item .imgs {
  height: 80%;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items:stretch;
  margin: auto;
}

.product .inform .list .item .tits {
  width: 100%;
  color: #764c24;
  font-size: 18px;
  line-height: 40px;
  height: 80px;
}
.product .inform .list .item .intr {
  width: calc(100% - 260px);
}
.product .inform .list .item .intr .txts {
  width: 100%;
  padding: 10px 0;
}
.product .inform .list .item .intr .txts .box {
  width: 33.3%;
  float: left;
  padding: 4px 0;
}
.product .inform .list .item .intr .txts .box span {
  display: inline-block;
  width: auto;
  line-height: 18px;
  font-size: 12px;
  color: #555;
  font-family: arial;
  display: block;
}
.product .inform .list .item .intr .txts .box em {
  width: auto;
  font-size: 12px;
  color: #999;
}
.footer {
  width: 100%;
  min-height: 200px;
  background-color: #eca644;
  float: left;
  position: relative;
  margin-top: -30px;
  padding: 40px 0;
  padding-bottom: 80px;
}
.footer .intrs {
  width: 100%;
}
.footer .intrs .title {
  width: 100%;
  line-height: 60px;
  font-size: 32px;
  color: #c51207;
}
.footer .intrs .conts {
  width: 100%;
}
.footer .intrs .conts .text {
  width: 100%;
  position: relative;
}
.footer .intrs .conts .text:after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -81px;
  width: 1px;
  height: 182px;
  background-color: #000;
}
.footer .intrs .conts .text .txts {
  width: 100%;
  padding-top: 28px;
}
.footer .intrs .conts .text .txts p {
  line-height: 26px;
  font-size: 16px;
  color: #000;
}
.footer .intrs .conts .row div:last-child .text:after {
  display: none;
}
.footer .logo {
  width: 100%;
  height: 88px;
  padding-top: 20px;
}
.alerts {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
}
.alerts .cont {
  width: 100%;
  padding-top: 80px;
  display: none;
}
.alerts .cont .menu {
  width: 100%;
  min-height: 100px;
  background-color: #4696eb;
  float: left;
  padding: 20px 0px;
  padding-top: 0;
  padding-bottom: 0;
}
.alerts .cont .menu .language {
  width: 100%;
}
.alerts .cont .menu .language ul {
  float: right;
  border: 1px solid #58b8ad;
}
.alerts .cont .menu .language ul li {
  width: 60px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #fff;
  line-height: 30px;
  color: #223b59;
}
.alerts .cont .menu .language ul li.acti {
  background-color: #58b8ad;
  color: #fff;
}
.alerts .cont .menu .list {
  width: 100%;
}
.alerts .cont .menu .list ul {
  width: 100%;
}
.alerts .cont .menu .list ul li {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  padding: 10px 20px;
  line-height: 30px;
}
.alerts .cont .menu .list ul li:last-child {
  border: none;
}
.alerts .cont .menu .list ul li a {
  color: #fff;
  text-decoration: none;
}
.alerts .cont .menu .list ul li h4 {
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-family: arial;
  position: relative;
  margin: 0;
}
.alerts .cont .menu .list ul li h4 a {
  color: #fff;
  text-decoration: none;
}
.alerts .cont .menu .list ul li .slide {
  width: 100%;
  padding: 10px 0;
  display: none;
}
.alerts .cont .menu .list ul li .slide a {
  width: 100%;
  line-height: 24px;
  color: #4696eb;
  opacity: 0.8;
  padding-right: 20px;
  display: block;
  padding-left: 20px;
  position: relative;
}
.alerts .cont .menu .list ul li .slide a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 8px;
  height: 2px;
  background-color: #58b8ad;
}
.alerts .cont .menu .list ul li.btns h4:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.6s;
  margin-top: -12px;
  background: url("../images/697a5f_24x24.png") center no-repeat;
  background-size: 14px 14px;
}
.alerts .cont .menu .list ul li.acti h4:after {
  transform: rotate(180deg);
}
.alerts .cont .search {
  width: 100%;
  height: 60px;
  background-color: #4696eb;
  float: left;
  padding: 10px 20px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.alerts .cont .search .input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 20px;
}
.alerts .cont .search .input input[type=text] {
  width: calc(100% - 40px);
  float: left;
  border: none;
  background: none;
  height: 40px;
  font-size: 16px;
  color: #223b59;
}
.alerts .cont .search .input input[type='submit'] {
  width: 40px;
  background: url("../img/4baac4_23x23.png") center no-repeat;
  height: 40px;
}
.alerts .cont .search .input::-webkit-input-placeholder {
  color: rgba(70,150,235,0.8);
}
.footrt-mtn {
  margin: 0;
}
.page-bann {
  width: 100%;
  position: relative;
  float: left;
  height: 445px;
  background: url("../img/19df70_1920x445.jpg") center no-repeat;
}
.page-bann .text {
  width: 100%;
  height: 100%;
}
.page-bann .text .wid {
  height: 100%;
}
.page-bann .text .wid .txts {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-bann .text .wid .txts .labs {
  width: 100%;
  padding: 5px 0;
}
.page-bann .text .wid .txts .labs h3 {
  line-height: 78px;
  font-size: 46px;
  color: #b70d08;
  font-family: 思源黑体 Light;
  letter-spacing: 2px;
}
.page-bann .text .wid .txts .labs p {
  font-size: 14px;
  line-height: 25px;
  color: #b70d08;
  max-width: 70%;
  background-color: #f0f8ffa1;
  padding:10px
}
.page-bann .text .wid .txts .labs h5 {
  font-size: 24px;
  color: #b70d08;
  line-height: 40px;
}
.containers {
  width: 100%;
  background-color: #f7f8fa;
  float: left;
  padding: 50px 0;
}
.details {
  width: 100%;
}
.details .conts {
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  float: left;
  background-color: #fff;
  padding: 40px;
}
.details .conts .title {
  width: 100%;
  line-height: 50px;
  font-size: 24px;
  color: #b70d08;
  position: relative;
}
.details .conts .title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 140px;
  height: 3px;
  background-color: #6596be;
}
.details .conts .intrs {
  width: 100%;
  padding-top: 60px;
}
.details .conts .intrs .imgs {
  width: 100%;
  text-align: center;
}
.details .conts .intrs .imgs img {
  max-width: 100%;
}
.details .conts .intrs .table {
  width: 100%;
}
.details .conts .intrs .table table {
  width: 100%;
  border: 1px solid #c6c6c6;
  max-width: 720px;
}
.details .conts .intrs .table table tr th {
  height: 36px;
  font-size: 20px;
  font-weight: bold;
  color: #853905;
  background-color: #ffbe00;
  border-bottom: 1px solid #bcbcbc;
  text-align: center;
}
.details .conts .intrs .table table tr td {
  border-bottom: 1px solid #bcbcbc;
  border-right: 1px solid #bcbcbc;
  padding: 5px 10px;
  line-height: 24px;
  width: 50%;
}
.details .conts .intrs .table table tr td .rows {
  width: 100%;
  position: relative;
  float: left;
}
.details .conts .intrs .table table tr td .rows:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
  background-color: #f00;
  height: 1px;
}
.details .conts .intrs .table table tr td:last-child {
  border-right: none;
}
.details .conts .intrs .table table tr:nth-child(2n) td {
  background-color: #d8d8d8;
}
.details .conts .intrs .table table tr:nth-child(2) td {
  background-color: #ffbe00;
}
.alert {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 99;
  background: rgba(0,0,0,0.5);
}
.alert .alert-image {
  width: 800px;
  height: 600px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  display: none;
  margin-top: -300px;
  border-radius: 10px;
  box-shadow: 20px 0 30px rgba(0,0,0,0.3);
  padding: 50px;
}
.alert .alert-image .btn-close {
  width: 36px;
  height: 36px;
  background: #000 url("../img/587f30_24x24.png") center no-repeat;
  border-radius: 18px;
  position: absolute;
  right: -18px;
  cursor: pointer;
  top: -18px;
}
.alert .alert-image .image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert .alert-image .image img {
  max-width: 100%;
  max-height: 100%;
}
.row .col-lg-3 {
  width: 33%;
}
@media screen and (max-width: 1600px) {
  .row .col-lg-3 {
    width: 50%;
  }
  .visible-xs {
    display: block!important;
  }
  .product .inform .list .item {
    height: 360px;
  }
  .product .inform .list .item .imgs {
    width: 300px;
  }
  .product .inform .list .item .intr {
    width: calc(100% - 180px);
  }
  .product .inform .list .item .intr .txts .box {
    width: 50%;
    float: left;
  }
  .list-none {
    display: none;
  }
  .product .intr .imgs img {
    height: 820px;
  }
  .product .intr .text {
    padding: 0 30px;
  }
  .product .intr .text .txts {
    padding-top: 50px;
  }
  .product .inform {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1400px) {
  .wid {
    max-width: 1200px;
  }
  .row .col-lg-3 {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .alert .alert-image {
    width: 600px;
    height: 400px;
    margin-left: -300px;
    margin-top: -200px;
    padding: 30px;
  }
  .row .col-lg-3 {
    width: 100%;
  }
  .wid {
    padding: 0 15px;
  }
  .product .inform .list {
    padding-top: 30px;
  }
  .product .intr .imgs img {
    height: 742px;
  }
  .product .inform .list .item {
    height: 330px;
    padding: 6px 16px;
  }
  .product .inform .list .item .imgs {
    width: 200px;
  }
  .product .inform .list .item .intr {
    width: calc(100% - 200px);
  }
  .product .intr .text {
    padding: 0 20px;
  }
  .product .intr .text .txts {
    width: 100%;
  }
  .product .intr .text .txts .illustrate h3 {
    font-size: 28px;
    line-height: 38px;
  }
  .product .intr .text .txts .illustrate p {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0;
  }
  .product .intr .text .txts .scene h5 {
    font-size: 24px;
  }
  .product .intr .text .txts .scene p {
    font-size: 14px;
    line-height: 20px;
  }
  .qualifications .conts .list ul li {
    width: calc(25% - 50px);
    margin: 0 25px;
    float: left;
  }
  .qualifications {
    padding-bottom: 30px;
  }
  .footer .intrs .conts .text:after {
    display: none;
  }
  .footer .logo {
    margin-top: 20px;
  }
}
@media screen and (max-width: 993px) {
  .alert .alert-image {
    width: 80%;
    left: 10%;
    margin-left: 0;
  }
  .row .col-lg-3 {
    width: 100%;
  }
  .containers .cotns .intrs .imgs {
    padding: 30px 0;
    float: left;
  }
  .containers .cotns .intrs .table table {
    max-width: initial;
  }
  .head {
    height: 80px;
  }
  .head .logo {
    height: 80px;
  }
  .head .logo img {
    height: 48px;
  }
  .product .intr .text {
    position: relative;
    float: left;
    background: url("");
  }
  .product .intr .text .txts {
    width: 100%;
    max-width: initial;
  }
  .product {
    margin: 0;
  }
  .qualifications .conts .list ul li {
    width: calc(50% - 30px);
    margin: 15px;
    height: 240px;
  }
  .head {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 5px 8px rgba(0,0,0,0.1);
  }
  body {
    padding-top: 80px;
  }
}
@media screen and (max-width: 978px) {
  .row .col-lg-3 {
    width: 100%;
  }
  .containers {
    padding: 20px 0;
  }
  .details .conts {
    padding: 20px 10px;
  }
  .details .conts .title {
    font-size: 20px;
    line-height: 50px;
  }
  .details .conts .title:after {
    width: 100px;
    height: 3px;
    bottom: 0;
  }
  .details .conts .intrs {
    padding-top: 20px;
  }
  .details .conts .intrs .imgs {
    padding: 50px 0;
  }
  .details .conts .intrs .imgs img {
    max-width: 80%;
  }
  .details .conts .intrs .table table tr td {
    font-size: 13px;
  }
  .page-bann {
    height: 320px;
  }
  .page-bann .text .wid .txts .labs h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .page-bann .text .wid .txts .labs p {
    font-size: 14px;
    line-height: 20px;
  }
  .page-bann .text .wid .txts .labs h5 {
    font-size: 18px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer .logo {
    height: auto;
  }
  .footer .intrs .title {
    font-size: 24px;
    line-height: 34px;
  }
  .footer .intrs .conts .text .txts {
    padding-top: 14px;
  }
  .footer .intrs .conts .text .txts p {
    font-size: 14px;
    line-height: 22px;
  }
  .qualifications .tabs {
    padding: 18px 0;
  }
  .qualifications .conts .list ul li {
    height: 140px;
  }
  .product {
    padding: 20px 15px;
    float: left;
  }
  .product .intr .text {
    padding: 0;
  }
  .product .intr .text .txts {
    padding-top: 0;
  }
  .product .inform {
    padding: 0;
  }
  .wid {
    padding: 0 20px;
  }
  .product .inform .list .item {
    height: auto;
  }
  .product .inform .list .item .imgs {
    width: 100%;
    padding: 20px 0;
    float: left;
  }
  .product .inform .list .item .intr {
    width: 100%;
  }
  .qualifications .conts .list ul li {
    width: 48%;
    margin: 0;
    height: 120px;
    margin-bottom: 20px;
  }
  .qualifications .conts .list ul li:nth-child(2n) {
    float: right;
  }
  .product .inform .list .item .imgs img {
    max-width: 100%;
  }
  .qualifications .tabs ul li {
    width: 110px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
  }
  .banner .text .wid .txts h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .head {
    height: 60px;
  }
  .head .logo {
    height: 60px;
  }
  .head .menu {
    height: 60px;
  }
  .alerts .cont {
    padding-top: 60px;
  }
  body {
    padding-top: 60px;
  }
  .alert .alert-image {
    height: 240px;
    margin-top: -120px;
    padding: 10px;
  }
}
.fenlei{
  color: #f0ad4e;
  font-size: 18px;
}
.subTitle{
    color: #e7901b;
    border-bottom: #93b8d7 1px dotted;
    padding-bottom: 10px;
    margin-top: 20px;
    font-size: 22px;
}
.item .imgs img {
    max-width: 100%;
  }