/* CSS Document*/

@font-face {
  font-family: "webfontregular";
  font-weight: 600;
  src: url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot");
  src: url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff2")
      format("woff2"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.woff")
      format("woff"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.ttf")
      format("truetype"),
    url("../fonts/vziuho9z-oj4wgkppotg1_eszw2xoq-xsnqo47m55da-webfont.svg#webfontregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/* CSS Document*/
* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}

a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s ease 0s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #a40027;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  vertical-align: bottom;
  zoom: 1;
}

img {
  border: 0px;
}

select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th,
td {
  padding: 0;
}

input {
  vertical-align: middle;
  outline: none;
  font-size: 12px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}

p {
  margin: 0px;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

.center {
  text-align: center;
}

body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: #fff;
  color: #666;
  font-size: 12px;
  min-width: 1200px;
}

.container {
  margin: 0px auto;
  max-width: 1400px;
  padding: 0px 40px;
  margin: 0px auto;
}

.container1 {
  padding-left: 10%;
}

.container2 {
  padding-right: 10%;
}

.top_g {
  height: 100px;
}

.top {
  height: 100px;
  position: fixed;
  z-index: 99;
  top: 0px;
  width: 100%;
  background: #fff;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
  min-width: 1200px;
}

.top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top.scope {
  top: 0px;
  transition: all 0.5s ease 0s;
  position: fixed;
  background: rgba(255,255,255,0.8);
}

.top .logo img {
  height: 46px;
  width: auto;
}

.nav {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.nav a {
  color: #333;
}

.nav .nLi {
  height: 100%;
  position: relative;
}

.nav .nLi h3 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav .nLi h3 a {
  display: block;
  margin: 0px 25px;
  line-height: 100px;
  font-size: 17px;
  position: relative;
  color: #333;
  text-transform: capitalize;
}

.nav .nLi h3 a i {
  color: #666;
  margin-left: 5px;
}

.nav .nLi:hover h3 a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 40px;
  height: 3px;
  background: #cf1d29;
}

.nav .nLi:hover h3 a i {
  transform: rotate(180deg);
}


.nav .nLi.on h3 a::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 40px;
  height: 3px;
  background: #cf1d29;
}

.nav .nLi .sub {
  position: absolute;
  top: 100px;
  left: 25px;
  background: rgba(255, 255, 255, 1);
  display: none;
  padding: 10px 0px;
  min-width: 130px;
}

.nav .nLi:hover .sub {
  display: block;
}

.nav .nLi .sub a {
  display: block;
  text-align: left;
  line-height: 36px;
  font-size: 14px;
  white-space: nowrap;
  padding: 0px 20px;
  text-transform: capitalize;
}

.nav .nLi .sub a:hover {
  background: #cf1d29;
  color: #fff;
}

.top.scope .nav .nLi h3 a {
  color: #333;
}

.phone_btn {
  float: right;
  display: none;
}

.menu_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.menu_cot {
  width: 70%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
  transform: translateX(0);
  transition: all 0.3s 0.2s ease;
}

.menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}

.menu_close img {
  width: 40px;
}

.menu_close a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.in_banner {
  height: auto;
}

.in_banner .swiper-slide img {
  width: 100%;
  height: auto;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
  width: 62px;
  height: 62px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
}

.in_banner .swiper-slide a {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.in_banner .swiper-slide img {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .pc_img {
  height: calc(90vh - 100px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.in_banner .swiper-slide .ph_img {
  display: none;
}

.in_banner .swiper-pagination span {
  border-radius: 5px;
  width: 25px;
  height: 5px;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: rgba(185, 28, 35, 0.7);
}

.in_bt {
  padding-bottom: 40px;
}

.in_bt h2 {
  font-size: 30px;
  position: relative;
  color: #333;
  padding-left: 15px;
}

.in_bt h2::after {
  content: "";
  width: 7px;
  height: 30px;
  background: #b81d21;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.in_bt p {
  font-size: 17px;
  padding-top: 6px;
}

.in_box {
  padding: 80px 0px;
}

.in_box ul {
  display: flex;
  flex-wrap: wrap;
}

.in_box ul li {
  width: 25%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

.in_box ul li img {
  max-width: 140px;
  width: 40%;
}

.in_box ul li:hover img {
  transform: rotatey(180deg);
  transition: all 0.5s ease 0s;
}

.in_box1 {
  padding-bottom: 80px;
  background: url(../images/in_box1_bj.png) no-repeat;
  background-size: cover;
}

.in_box1_qh .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.in_box1_qh .swiper-slide .img {
  width: 50%;
}

.in_box1_qh .swiper-slide .img img {
  width: 100%;
  height: auto;
}

.in_box1_qh .swiper-slide .nr {
  width: 45%;
}

.in_box1_qh .swiper-slide .nr h2 {
  font-size: 26px;
  color: #333;
}

.in_box1_qh .swiper-slide .nr b {
  display: block;
  width: 40px;
  height: 1px;
  background: #a40027;
  margin: 10px 0px;
}

.in_box1_qh .swiper-slide .nr p {
  font-size: 18px;
  line-height: 34px;
  padding: 50px 0px;
}

.in_box1_qh .swiper-slide .nr span a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: #a40027;
  padding: 10px 40px;
}

.in_box1_qh .swiper-slide .nr span a:hover {
  opacity: 0.8;
}

.in_box1_qh .swiper-button-next,
.in_box1_qh .swiper-button-prev {
  width: 62px;
  height: 62px;
  background: #b81d21;
  border-radius: 0;
  bottom: 0px;
  top: auto;
  right: 0px;
  z-index: 10;
}

.in_box1_qh .swiper-button-prev {
  left: auto;
  right: 65px;
}

.in_box1_qh .swiper-button-next::after,
.in_box1_qh .swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
}

.in_box1_qh .swiper-pagination {
  width: 45%;
  left: auto;
  right: 0px;
  text-align: left;
  z-index: 9;
}

.in_box1_qh .swiper-pagination span.swiper-pagination-bullet-active {
  background: rgba(185, 28, 35, 0.7);
}

.in_box2{
  margin-bottom: 80px;
  position: relative;
}

.in_box2::after{
  width: 33%;
  height: 100%;
  background: #eee;
  content: '';
  position: absolute;
  z-index: -1;
  right: 0px;
  top: 0px;
}

.in_box21{
  display: flex;
  justify-content: space-between;
}

.in_box21 .img{
  width: 50%;
}

.in_box21 .img img{
  width: 100%;
}

.in_box21 .nr{
  width: 45%;
}

.in_box21 .nr p{
  font-size: 18px;
  line-height: 34px;
  display: block;
  padding-bottom: 10px;
}

.in_box21 .nr span{
  padding-top: 40px;
  display: block;
}

.in_box21 .nr span a{
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: #a40027;
  padding: 10px 40px;
}

.in_box21 .nr span a:hover{
  opacity: .8;
}

.in_box3{
  background: url(../images/in_box3_bj.png) no-repeat;
  padding: 80px 0px;
}

.in_box3 ul{
  display: flex;
}

.in_box3 ul li{
  width: 33.3%;
  text-align: center;
}

.in_box3 ul li h2{
  font-size: 18px;
  color: #333;
  padding: 10px 0px;
}

.in_box3 ul li h2 b{
  font-size: 36px;
}

.in_box3 ul li p{
  font-size: 18px;
}

.in_box4{
  background: url(../images/in_box4_bj.png) no-repeat right top;
  background-size: 50% 100%;
  margin-top: 80px;
  padding: 80px 0px;
}


.in_box4_qh .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.in_box4_qh .swiper-slide .img {
  width: 60%;
  padding-right: 15%;
  box-sizing: border-box;
}

.in_box4_qh .swiper-slide .img img {
  width: 100%;
  height: auto;
}

.in_box4_qh .swiper-slide .nr {
  width: 30%;
}

.in_box4_qh .swiper-slide .nr h3{
  font-size: 17px;
  color: #333;
}

.in_box4_qh .swiper-slide .nr h2 {
  font-size: 35px;
  color: #333;
}

.in_box4_qh .swiper-slide .nr p {
  font-size: 18px;
  line-height: 34px;
  padding: 50px 0px;
}

.in_box4_qh .swiper-slide .nr span a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background: #a40027;
  padding: 10px 40px;
}

.in_box4_qh .swiper-slide .nr span a:hover {
  opacity: 0.8;
}

.in_box4_qh .swiper-button-next,
.in_box4_qh .swiper-button-prev {
  width: 62px;
  height: 62px;
  background: #b81d21;
  border-radius: 0;
  bottom: 0px;
  top: auto;
  right: 0px;
  z-index: 10;
}

.in_box4_qh .swiper-button-prev {
  left: auto;
  right: 65px;
}

.in_box4_qh .swiper-button-next::after,
.in_box4_qh .swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
}

.in_box4_qh .swiper-pagination {
  width: 45%;
  left: auto;
  right: 0px;
  text-align: left;
  z-index: 9;
}

.in_box4_qh .swiper-pagination span.swiper-pagination-bullet-active {
  background: rgba(185, 28, 35, 0.7);
}

.di{
  background: #282828;
  padding-top: 50px;
}

.di1{
  display: flex;
  justify-content: space-between;
}

.di1_l{
  width: 250px;
}

.di1_l img{
  width: 100%;
  height: auto;
}

.di1_z{
  width: 400px;
  color: #fff;
}

.di1_z h2{
  font-size: 18px;
}

.di1_z b{
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  margin: 10px 0px;
}

.di1_z p{
  font-size: 14px;
  line-height: 28px;
}

.di1_z p i{
  margin-right: 10px;
}

.di1_r{
  width: calc(100% - 900px);
}

.di1_r img{
  width: 100%;
  height: auto;
}


.di2{
  text-align: center;
  padding: 20px 0px;
}

.di2 a{
  color: #fff;
  font-size: 16px;
  border-right: 1px solid #fff;
  padding: 0px 20px;
}

.di3{
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}

.di3 a{
  color: #fff;
}

.ny_banner{
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background-size: cover;
}

.ny_banner h2{
  font-size: 55px;
}

.ny_banner p{
  font-size: 25px;
}

.ny_lj{
  line-height: 80px;
  box-shadow: 0px 4px 10px 0px 
		rgba(102, 102, 102, 0.1);
    font-size: 17px;
    color: #333;
}

.ny_lj span{
  color: #a40027;
}

.about_box{
  padding: 80px 0px;
}

.about_box_js{
  font-size: 17px;
  line-height: 30px;
}

.about_box_1{
  padding: 50px 0px;
  display:flex;
  justify-content: space-between;
}

.about_box_1_l{
  width: 220px;
}

.about_box_1_l ul li{
  display: flex;
  align-items: center;
  height: 163px;
}

.about_box_1_l ul li i img{
  width: 55px;
  height: auto;
  margin-right:10px;
}

.about_box_1_l ul li h2{
  font-size: 18px;
  color: #333;
}

.about_box_1_l ul li h2 b{
  font-size: 28px;
  padding-right: 5px;
}

.about_box_1_l ul li h2 p{
  font-size: 15px;
}

.about_box_1_r{
  width: calc(100% - 320px);
  height: 490px;
  overflow: hidden;
}

.about_box_1_r img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_box1{
  padding-bottom: 80px;
}

.about_box1_qh {
  padding-top: 100px;
  margin-top: -60px;
}

.about_box1_qh .swiper-slide {
  text-align: center;
}

.about_box1_qh .swiper-slide h2 {
  color: #b81d21;
  font-size: 50px;
}

.about_box1_qh .swiper-slide h3{
  width: 22px;
  height: 22px;
  background: #a40027;
  margin: 0px auto;
  transform: rotate(45deg);
}

.about_box1_qh .swiper-slide b {
  display: block;
  height: 50px;
  width: 1px;
  background: #ccc;
  margin: 5px auto;
  margin-top: 10px;
}

.about_box1_qh .swiper-slide:nth-child(even) b {
  height: 120px;
}

.about_box1_qh .swiper-slide p {
  font-size: 17px;
  color: #333;
}

.about_box1_qh .swiper-button-next,
.about_box1_qh .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #a40027;
  color: #fff;
  top: 20px;
}

.about_box1_qh .swiper-button-prev {
  right: 80px;
  left: auto;
}

.about_box2{
  padding-bottom: 80px;
}

.about_box2_qh .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
transition: 300ms;
transform: scale(0.8);
background: #eee;
box-sizing: border-box;
padding: 10px;
height: 450px;
}
.about_box2_qh .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}

.about_box2_qh .swiper-slide img{
  max-width: 100%;
  max-height: 100%;
}


.about_box2_qh .swiper-button-next,
.about_box2_qh .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #a40027;
  color: #fff;
}


.about_box3{
  padding-bottom: 80px;
}

.about_box3 ul li{
  margin-bottom: 30px;
  position: relative;
}

.about_box3 ul li h2{
  background: #b81d21;
  font-size: 26px;
  color: #fff;
  width: 190px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 100px;
}

.about_box3 ul li h3{
  width: calc(100% - 80px);
  height: 450px;
  overflow: hidden;
  margin-left: 80px;
 
}

.about_box3 ul li h3 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.territory_box{
  padding: 80px 0px;
}

.territory_box ul{
  display: flex;
  flex-wrap: wrap;
}

.territory_box ul li{
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.territory_box ul li a{
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.territory_box ul li a i img{
  height: 120px;
  width: auto;
}

.territory_box ul li a p{
  display: none;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.territory_box ul li a:hover,.territory_box ul li a.on{
  background: #b81d21;
}

.territory_box ul li a:hover i,.territory_box ul li a.on i{
  display: none;
}

.territory_box ul li a:hover p,.territory_box ul li a.on p{
  display: block;
}

.territory_box1{
  padding-bottom: 80px;
}

.territory_box1 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -9px;
}

.territory_box1 ul li{
  width: calc(25% - 18px);
  margin: 0px 9px;
  box-shadow: 0px 0px 30px 0px 
		rgba(233, 233, 233, 0.5);
    margin-bottom: 30px;
}

.territory_box1 ul li a .img{
  height: 0px;
  padding-top:100%;
  position: relative;
  background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.territory_box1 ul li a .img img{
  top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.territory_box1 ul li a h2{
  background: #fff;
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

.fanye{
  text-align: center;
}

.territory_detail{
  padding: 80px 0px;
}

.territory_detail .bt{
  padding-bottom: 20px;
}

.territory_detail .bt h2{
  font-size: 25px;
  color: #333;
  padding-bottom: 10px;
}

.territory_detail .bt p{
  font-size: 16px;
}

.territory_detail .nr p{
  font-size: 15px;
  line-height: 30px;
  display: block;
  padding-bottom: 20px;
}

.territory_detail .nr img{
  max-width: 100%;
  width: auto;
  height: auto;
}

.territory_detail .xyy{
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-top: 15px;
  padding-top: 15px;
}

.territory_detail .xyy i{
  margin-left: 10px;
}

.pro_bt{
 padding: 50px 0px;
 display: flex;
 align-items: center;
 justify-content: space-between;
}

.pro_bt h3{
  position: relative;
}

.pro_bt h3 .text{
  width: 240px;
	height: 45px;
	border-radius: 27px;
	border: solid 1px #e8e8e8;
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 0px 20px;
  font-size: 15px;
  padding-left: 40px;
}

.pro_bt h3 i{
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 16px;
  color: #999;
}

.pro_list{
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
}

.pro_list_l{
  width:300px;
  background: #eee;
}

.pro_list_l h2{
  line-height: 70px;
  border-left: 5px solid #b81d21;
  text-align: center;
  font-size: 24px;
  color: #333;
}

.pro_list_l h3 a{
display: block;
text-align: center;
line-height: 50px;
font-size: 17px;
}

.pro_list_l h3 a:hover{
  background: #a40027;
  color: #fff;
}

.pro_list_l h3 a.on{
  background: #a40027;
  color: #fff;
}

.pro_detail_r{
  width: calc(100% - 600px);
}

.pro_list_r ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -9px;
}

.pro_list_r ul li{
  width: calc(33.3% - 18px);
  margin: 0px 9px;
  box-shadow: 0px 0px 30px 0px 
		rgba(233, 233, 233, 0.5);
    margin-bottom: 30px;
}

.pro_list_r ul li a .img{
  height: 0px;
  padding-top:100%;
  position: relative;
  background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.pro_list_r ul li a .img img{
  top: 0;
    left: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.pro_list_r ul li a h2{
  background: #1b1b1b;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.pro_list_r ul li a:hover h2{
  background: #b81d21;
}

.pro_detail{
    width: calc(100% - 350px);
  display: flex;
  justify-content: space-between;
}

.pro_detail_l{
  width: 550px;
  height: auto;
}

.pro_detail_l1 .swiper-pagination .swiper-pagination-bullet-active{
    background: #a40027;
}

.pro_detail_l1 .swiper-button-prev,.pro_detail_l1 .swiper-button-next{
    color: #a40027;
}

.pro_detail_l img{
  width: 100%;
  height: auto;
}

.pro_detail_r{
  width: calc(100% - 600px);
}

.pro_detail_r h2{
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
}

.pro_detail_r h2 span a{
  color: #b81d21;
  font-size: 17px;
}

.pro_detail_r p{
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding-bottom: 15px;
}

.pro_detail_r h3{
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.pro_detail_r h3 a{
  width: 60px;
  height: 60px;
  background: #a40027;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_detail_r h3 a i{
  font-size: 40px;
  color: #fff;
}

.pro_detail_r h3 a:nth-child(2){
  background: #ccc;
}

.pro_detail_r h3 a:nth-child(2) i{
  color: #a40027;
}

.pro_tc{
  width: 600px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  display: none;
  min-height: 300px;
}

.pro_tc ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro_tc ul li{
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}

.pro_tc ul li .text{
  width: 100%;
  border: 1px solid #ddd;
  line-height: 45px;
  border-radius: 10px;
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 15px;
}

.pro_tc ul li .text1{
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  height: 100px;
  padding: 10px;
  font-size: 15px;
}

.pro_tc ul li i{
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 17px;
  color: #999;
}

.pro_tc1{
  width: 600px;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  display: none;
  text-align: center;
  font-size: 16px;
}

.pro_tc1 i{
color: #b81d21;
font-size: 50px;
margin-bottom: 40px;
}


.diyi .layui-layer-btn{
text-align: center;
}

.diyi .layui-layer-btn a{
  background: #b81d21;
  border-color:#b81d21;
  width: 40%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  border-radius: 10px;
}

.news_list{
  padding-bottom: 60px;
}

.news_list ul li{
  background: #fafafa;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.news_list ul li:hover{
  box-shadow: 0px 0px 10px #ddd;
}

.news_list ul li .img{
  width: 280px;
}

.news_list ul li .img img{
  width: 100%;
  height: auto;
}

.news_list ul li .nr{
  width: calc(100% - 300px);
}

.news_list ul li .nr h2 a{
  display: block;
  font-size: 22px;
  color: #333;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list ul li .nr h2 a:hover{
  color: #b81d21;
}

.news_list ul li .nr p{
  display: block;
  margin: 15px 0px;
  font-size: 17px;
  height: 70px;
  display: -webkit-box; 
word-break: break-all;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
overflow: hidden;
text-overflow:ellipsis;
}

.news_list ul li .nr span{
display: flex;
justify-content: space-between;
align-items: flex-end;
font-size: 15px;
}

.news_list ul li .nr span a{
  border: solid 2px #b91c23;
  padding: 10px 30px;
  color: #b91c23;
}

.news_list ul li .nr span a:hover{
  background: #b91c23;
  color: #fff;
}

.news_detail{
    max-width: 960px;
    margin: 0px auto;
}

.case_list{
  padding-bottom: 80px;
}

.case_list ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -40px;
}

.case_list ul li{
  width: calc(50% - 40px);
  margin: 0px 20px;
  margin-bottom: 40px;
}

.case_list ul li a .img{
  height: 0px;
    padding-top: 60%;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.case_list ul li a .img img{
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.case_list ul li a h2{
  padding: 15px;
  font-size: 18px;
  box-sizing: border-box;
}

.contact_box{
  padding: 80px 0px;
}

.contact_box ul{
  display: flex;
  margin: 0px -10px;
}

.contact_box ul li{
  height: 155px;
	background-color: #ffffff;
	box-shadow: 0px 4px 10px 0px 
		rgba(153, 153, 153, 0.2);
    width: calc(33.3% - 20px);
    margin: 0px 10px;
    box-sizing: border-box;
    padding: 2%;
}

.contact_box ul li h2{
  font-size: 20px;
  color: #b91c23;
  padding-bottom: 5px;
}

.contact_box ul li h2 i{
  margin-right: 10px;
}

.contact_box ul li p{
  font-size: 16px;
  line-height: 24px;
}

.contact_box1{
  padding-bottom: 80px;
}

.contact_box1 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
}

.contact_box1 ul li{
  width: calc(50% - 40px);
  margin: 0px 20px;
  margin-bottom: 20px;
}

.contact_box1 ul li h2{
  font-size: 18px;
  color: #333;
  padding-bottom: 5px;
}

.contact_box1 ul li h2 em{
  color: #b81d21;
  padding-right: 6px;
}

.contact_box1 ul li h3 .text{
  width: 100%;
  line-height: 45px;
  border: 1px solid #999;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0px 10px;
  font-size: 16px;
}

.contact_box1 ul li h3 .text1{
  width: 100%;
  height: 100px;
  border: 1px solid #999;
  border-radius: 10px;
  box-sizing: border-box;
  padding:10px;
  font-size: 16px;
}

.contact_box1 ul li .btn{
  padding: 15px 40px;
  background-color: #b81d21;
  color: #fff;
  font-size: 17px;
  border: 0px;
  cursor: pointer;
}

.contact_box2{
  width: 100%;
  height: 500px;
}