/*样式重置*/
body,
html,
div,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: "微软雅黑";
  color: #000;
}
body {
  line-height: 1;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ul,
ol {
  list-style: none;
}
a {
  color: black;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover {
  color: #e60012;
  text-decoration: none;
}
a:hover p {
  color: #e60012;
}
i {
  font-style: normal;
}
img {
  width: 100%;
}
.box {
  margin: 0 auto;
  position: relative;
  min-width: 1100px;
  width: 1100px;
  overflow: hidden;
}
.top {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #e4e4e4;
}
.top .title {
  float: left;
}
.top .phone {
  float: right;
}
.top .phone h3 {
  padding-left: 30px;
  background: url(../images/top-phone.png) no-repeat;
  background-position: 0 11px;
}
.header {
  position: relative;
  height: 198px;
  border-bottom: 5px solid #e60012;
  background: url('../images/top-bg.jpg') no-repeat;
  background-size: cover;
}
.header .box {
  overflow: inherit;
}
.header .logo {
  float: left;
  width: 123px;
  margin-top: 25px;
}
.header .nav {
  float: right;
}
.header .nav h2 {
  margin-top: 40px;
  overflow: hidden;
  color: #e60012;
  font-size: 32px;
}
.header .nav h2 span {
  float: right;
  padding-left: 40px;
  background: url(../images/top-phone.png) no-repeat;
  background-position: 0 0;
}
.header .nav > ul {
  margin-top: 30px;
  display: flex;
  height: 100%;
  align-items: baseline;
}
.header .nav > ul > li {
  position: relative;
  text-align: center;
}
.header .nav > ul > li:hover > a {
  background: #e60012;
  color: #FFF;
}
.header .nav > ul > li:hover > a > p {
  color: #FFF;
}
.header .nav > ul > li:hover .child-nav-list {
  display: block;
}
.header .nav > ul > li + li {
  margin-left: 20px;
}
.header .nav > ul > li + li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: -10px;
  width: 1px;
  height: 26px;
  background: #000;
}
.header .nav > ul > li a {
  display: block;
  width: 96px;
  height: 36px;
  line-height: 36px;
}
.header .nav > ul > li a:hover {
  background: #e60012;
  color: #FFF;
}
.header .nav > ul > li a:hover p {
  color: #FFF;
}
.header .nav > ul > li p {
  padding: 0 10px;
}
.header .nav > ul > li .child-nav-list {
  position: absolute;
  z-index: 100;
  display: none;
}
.header .nav > ul > li .child-nav-list ul {
  margin-top: 10px;
  display: inline-block;
}
.header .nav > ul > li .child-nav-list li {
  float: left;
}
.header .nav > ul > .now > a {
  background: #e60012;
  color: #FFF;
}
.header .nav > ul > .now > a p {
  color: #FFF;
}
.header .child-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 70px;
  z-index: 99;
  display: none;
}
.header .child-nav:hover {
  display: block;
}
/*.header .child-nav:hover .child-nav-list {
  display: block;
}*/
.header .child-nav .child-nav-list {
  display: none;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  min-width: 1100px;
  width: 1100px;
  overflow: hidden;
  height: 100%;
}
.header .child-nav .child-nav-list:nth-child(1) {
  left: 385px;
}
.header .child-nav .child-nav-list:nth-child(2) {
  left: 500px;
}
.header .child-nav .child-nav-list:nth-child(3) {
  left: 615px;
}
.header .child-nav .child-nav-list:nth-child(4) {
  left: 730px;
}
.header .child-nav .child-nav-list:nth-child(5) {
  right: 305px;
}
.header .child-nav .child-nav-list:nth-child(6) {
  right: 195px;
}
.header .child-nav .child-nav-list:nth-child(7) {
  right: 0;
}
.header .child-nav .child-nav-list ul {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header .child-nav .child-nav-list ul li {
  float: left;
  margin: 0 20px;
  font-size: 16px;
}
.banner {
  width: 100%;
  min-width: 1100px;
}
.banner .swiper-pagination-bullet {
  width: 2px;
  height: 53px;
  border-radius: 0;
  transition: all .5s;
  margin: 0 10px !important;
}
.banner .swiper-pagination-bullet-active {
  background: #e60012;
  transform: scaleY(0.6);
}
.main-nav {
  margin: 80px 0;
}
.main-nav .box {
  display: flex;
  overflow: inherit;
}
.main-nav .list {
  width: 30%;
  transition: all .5s;
}
.main-nav .list + .list {
  margin-left: 5%;
}
.main-nav .list .list-img {
  font-size: 0;
}
.main-nav .list .list-text {
  border: 1px solid #999;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 18px;
}
.main-nav .list a {
  position: relative;
  display: block;
}
.main-nav .list a:hover {
  color: #FFF;
}
.main-nav .list a:hover .list-text {
  color: #FFF;
}
.main-nav .list a:hover::after {
  position: absolute;
  top: 18%;
  left: 45%;
  content: "+";
  width: 36px;
  text-align: center;
  height: 36px;
  line-height: 34px;
  border: 3px solid #e60012;
  border-radius: 50%;
  color: #e60012;
  font-size: 30px;
}
.main-nav .list:hover {
  box-shadow: 5px 5px 15px #ccc;
}
.main-nav .list:hover .list-text {
  background: #e60012;
  border-color: #e60012;
}
.main-nav .list:hover .list-text p {
  color: #FFF;
}
.process {
  min-width: 1100px;
  background: url(../images/process-bg.jpg) center center no-repeat;
  background-size: cover;
}
.process .title {
  max-width: 1500px;
  min-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 268px;
  align-items: center;
}
.process .title .list {
  position: relative;
}
.process .title .list + .list::after {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  background: #FFF;
  width: 1px;
  height: 100%;
}
.process .title p {
  font-size: 36px;
  color: #FFF;
  text-align: center;
}
.process .title h2 {
  color: #FFF;
  font-size: 30px;
  font-weight: normal;
}
.process .content {
  display: flex;
  justify-content: space-between;
}
.process .process-list {
  margin: 0 5px;
  overflow: hidden;
}
.process .process-list .up {
  position: relative;
  margin-bottom: 5px;
}
.process .process-list .down {
  position: relative;
  margin-bottom: 5px;
}
.process .process-list .list-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all .5s;
}
.process .process-list .list-text p {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  bottom: 12px;
  padding: 5px;
  border: 1px solid #CCC;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.process .process-list .list-text p span {
  color: #e60012;
}
.process .process-list .list-text:hover {
  background: none;
}
.process .process-list .list-text:hover p {
  opacity: 1;
}
.about {
  min-width: 1100px;
  background: url(../images/about-bg.jpg) center top no-repeat;
  background-size: inherit;
}
.about .box {
  height: 100%;
}
.about .box > h2 {
  margin-top: 90px;
  text-align: center;
  font-size: 36px;
}
.about .box > h3 {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.about .about-text {
  margin-top: 98px;
  padding: 50px;
  padding-bottom: 160px;
  border: 1px solid #e60012;
}
.about .about-text .title {
  margin: 0;
  position: relative;
  padding-bottom: 15px;
}
.about .about-text .title::after {
  content: '';
  height: 2px;
  width: 400px;
  background: #e5e5e5;
  opacity: .8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about .about-text .title h2 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
.about .about-text .title h3 {
  margin-top: 10px;
  color: #e5e5e5;
  font-size: 24px;
  font-weight: normal;
}
.about .about-text .content {
  margin: 20px auto;
  width: 90%;
}
.about .about-text .content p {
  line-height: 1.5em;
  color: #626262;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about .about-text .content .news-more {
  margin: 40px auto;
  display: block;
  width: 202px;
  height: 40px;
  color: #e60012;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e60012;
  transition: all .5s;
}
.about .about-text .content .news-more:hover {
  background: #e60012;
  color: #FFF;
}
.about .about-text .text-list {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 98%;
  display: flex;
  text-align: center;
  box-shadow: 10px 10px 15px #CCC;
  background: #b0010e;
}
.about .about-text .text-list .list {
  flex: 1;
  padding-bottom: 10px;
}
.about .about-text .text-list .list:nth-child(1) {
  background: #ca0010;
}
.about .about-text .text-list .list:nth-child(1) .left h2::after {
  content: '年';
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 14px;
}
.about .about-text .text-list .list:nth-child(2) {
  background: #bf000f;
}
.about .about-text .text-list .list:nth-child(2) .left h2::after {
  content: '㎡';
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 14px;
}
.about .about-text .text-list .list:nth-child(3) {
  background: #b0010e;
}
.about .about-text .text-list .list:nth-child(3) .left h2::after {
  content: 'T';
  position: absolute;
  top: 0;
  right: -15px;
  font-size: 14px;
}
.about .about-text .text-list .list .up {
  padding: 30px;
  display: flex;
  justify-content: center;
  text-align: left;
}
.about .about-text .text-list .list .up h2,
.about .about-text .text-list .list .up h3 {
  position: relative;
  color: #FFF;
}
.about .about-text .text-list .list .up .left {
  font-size: 40px;
}
.about .about-text .text-list .list .up .right {
  margin-left: 20px;
  border-bottom: 1px solid #FFF;
}
.about .about-text .text-list .list img {
  width: 66px;
}
.about .honor-list {
  margin-top: 100px;
  position: relative;
}
.about .honor-list .swiper-container2 {
  margin: 0 auto;
  width: 90%;
  list-style: none;
  z-index: 1;
  padding: 30px 0;
}
.about .honor-list .swiper-container2 .swiper-button-prev {
  width: 45px;
  height: 45px;
  left: 0;
  opacity: .6;
  background-size: auto;
  background-image: url('../images/prev-ico.jpg');
}
.about .honor-list .swiper-container2 .swiper-button-next {
  width: 45px;
  height: 45px;
  right: 0;
  opacity: .6;
  background-size: auto;
  background-image: url('../images/next-ico.jpg');
}
.about .honor-list .swiper-container2 .swiper-slide .list {
  padding: 5px;
  border: 1px solid #CCC;
}
.advantage {
  margin: 0 auto;
  width: 80%;
  margin-top: 40px;
  border: 1px solid #000;
}
.advantage h2,
.advantage h3 {
  margin: 0 auto;
  position: relative;
  width: 60%;
  text-align: center;
  font-size: 30px;
  color: #e60012;
  background: #FFF;
}
.advantage h2 {
  width: 40%;
  top: -20px;
}
.advantage h3 {
  bottom: -15px;
}
.advantage-nav {
  margin: 50px auto;
  display: block;
  width: 70%;
  overflow: hidden;
}
.advantage-nav li {
  position: relative;
  float: left;
  width: 62px;
  text-align: center;
}
.advantage-nav li span {
  display: block;
  width: 62px;
  height: 62px;
  background-image: url('../images/product-tiltle-list.jpg');
  background-repeat: no-repeat;
  transition: all .5s;
}
.advantage-nav li:nth-child(1) span {
  background-position: 0 -62px;
}
.advantage-nav li:nth-child(2) span {
  background-position: -112px -62px;
}
.advantage-nav li:nth-child(3) span {
  background-position: -224px -62px;
}
.advantage-nav li:nth-child(4) span {
  background-position: -337px -62px;
}
.advantage-nav li:nth-child(5) span {
  background-position: -449px -62px;
}
.advantage-nav li:nth-child(6) span {
  background-position: -561px -62px;
}
.advantage-nav li:nth-child(7) span {
  background-position: -673px -62px;
}
.advantage-nav li:nth-child(1) p {
    color: #000;
}
.advantage-nav li:nth-child(2) p {
    color: #000;
}
.advantage-nav li:nth-child(3) p {
    color: #000;
}
.advantage-nav li:nth-child(4) p {
    color: #000;
}
.advantage-nav li:nth-child(5) p {
    color: #000;
}
.advantage-nav li:nth-child(6) p {
    color: #000;
}
.advantage-nav li:nth-child(7) p {
    color: #000;
}
.advantage-nav li + li {
  margin-left: 54px;
}
.advantage-nav li + li::before {
  content: '>';
  position: absolute;
  left: -30px;
  bottom: 0;
  font-size: 14px;
}
.advantage-nav li p {
  margin-top: 10px;
}
.advantage-nav li:hover:nth-child(1) span {
  background-position: 0 0;
}
.advantage-nav li:hover:nth-child(2) span {
  background-position: -112px 0;
}
.advantage-nav li:hover:nth-child(3) span {
  background-position: -224px 0;
}
.advantage-nav li:hover:nth-child(4) span {
  background-position: -337px 0;
}
.advantage-nav li:hover:nth-child(5) span {
  background-position: -449px 0;
}
.advantage-nav li:hover:nth-child(6) span {
  background-position: -561px 0;
}
.advantage-nav li:hover:nth-child(7) span {
  background-position: -673px 0;
}
.advantage-nav li:hover:nth-child(1) p {
    color: #e60012;
}
.advantage-nav li:hover:nth-child(2) p {
    color: #e60012;
}
.advantage-nav li:hover:nth-child(3) p {
    color: #e60012;
}
.advantage-nav li:hover:nth-child(4) p {
    color: #e60012;
}
.advantage-nav li:hover:nth-child(5) p {
    color: #e60012;
}
.advantage-nav li:hover:nth-child(6) p {
    color: #e60012;
}
.advantage-nav li:hover:nth-child(7) p {
    color: #e60012;
}
.advantage-box p {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
}
.advantage-list {
  padding: 20px 0;
  overflow: hidden;
}
.advantage-list .list {
  float: left;
  width: 22%;
  transition: all .5s;
}
.advantage-list .list + .list {
  margin-left: 4%;
}
.advantage-list .list:hover {
  box-shadow: 10px 10px 15px #ccc;
}
.advantage-list .list:hover p {
  opacity: 1;
}
.advantage-list .list .list-img {
  font-size: 0;
}
.advantage-list .list p {
  color: #FFF;
  opacity: 0;
  padding: 5px 0;
  text-align: center;
  transition: all .5s;
  background: #e60012;
}
.products {
  min-width: 1100px;
  background-position: 0 160px;
  background-size: 100% auto;
}
.products .news-more {
  margin: 40px auto;
  display: block;
  width: 202px;
  height: 40px;
  color: #e60012;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e60012;
  transition: all .5s;
}
.products .news-more:hover {
  background: #e60012;
  color: #FFF;
}
.products .title {
  margin: 30px 0;
  position: relative;
  padding-bottom: 15px;
}
.products .title::after {
  content: '';
  height: 2px;
  width: 400px;
  background: #e5e5e5;
  opacity: .8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.products .title h2 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
.products .title h3 {
  margin-top: 10px;
  color: #e5e5e5;
  font-size: 24px;
  font-weight: normal;
}
.products .product-nav {
  text-align: center;
}
.products .product-nav ul {
  display: inline-block;
  overflow: hidden;
}
.products .product-nav ul li {
  position: relative;
  float: left;
  margin: 0 20px;
  padding: 10px 15px;
  cursor: pointer;
}
.products .product-nav ul li:hover {
  background: #e60012;
}
.products .product-nav ul li:hover p {
  color: #FFF;
}
.products .product-nav ul li + li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 24px;
  left: -20px;
  top: 5px;
  background: #CCC;
}
.products .product-nav ul .now {
  background: #e60012;
}
.products .product-nav ul .now p {
  color: #FFF;
}
.products .content {
  padding-bottom: 40px;
  height: 268px;
  overflow: hidden;
}
.products .content .product-box {
  overflow: hidden;
  display: block;
}
.products .content .product-box .swiper-container1 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  padding: 30px 0;
}
.products .content .product-box .swiper-container1 .swiper-slide {
  text-align: center;
  transition: all .5s;
}
.products .content .product-box .swiper-container1 .swiper-slide p {
  padding: 5px 0;
}
.products .content .product-box .swiper-container1 .swiper-slide:hover {
  box-shadow: 0 0 15px #ccc;
}
.products .content .product-box .swiper-container1 .swiper-button-prev {
  width: 45px;
  height: 45px;
  left: 0;
  opacity: .6;
  background-size: auto;
  background-image: url('../images/prev-ico.jpg');
}
.products .content .product-box .swiper-container1 .swiper-button-next {
  width: 45px;
  height: 45px;
  right: 0;
  opacity: .6;
  background-size: auto;
  background-image: url('../images/next-ico.jpg');
}
.products .content .product-box .swiper-container1 .swiper-pagination-bullet-active {
  background: #e60012;
}
.join .join-banner {
  padding: 30px 0;
  background: #e60012;
}
.join .join-banner .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join .join-banner .box .left {
  margin-left: 30px;
}
.join .join-banner .box .left h2 {
  color: #FFF;
  font-size: 50px;
}
.join .join-banner .box .left h2 span {
  opacity: .8;
  font-size: 40px;
}
.join .join-banner .box .left h3 {
  color: #FFF;
  font-size: 30px;
  margin: 20px 0;
}
.join .join-banner .box .left p {
  font-size: 18px;
  color: #FFF;
}
.join .join-banner .box .right {
  position: relative;
  margin-right: 30px;
}
.join .join-banner .box .right::after {
  content: '';
  position: absolute;
  left: -80px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #FFF;
}
.join .join-banner .box .right img {
  width: 43px;
}
.join .join-banner .box .right h2 {
  margin: 10px 0;
  color: #FFF;
  font-size: 24px;
}
.join .join-banner .box .right h1 {
  color: #FFF;
  font-size: 42px;
}
.join .title {
  margin: 60px 0 30px;
  position: relative;
  padding-bottom: 15px;
}
.join .title::after {
  content: '';
  height: 2px;
  width: 400px;
  background: #e5e5e5;
  opacity: .8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.join .title h2 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
.join .title h3 {
  margin-top: 10px;
  color: #e5e5e5;
  font-size: 24px;
  font-weight: normal;
}
.join .content {
  text-align: center;
}
.join .content p {
  margin: 10px 0;
  font-size: 15px;
}
.news {
  padding-top: 104px;
  height: 776px;
  background: url(../images/news-bg.jpg) center center no-repeat;
  background-size: cover;
}
.news .title {
  position: relative;
  padding-bottom: 15px;
}
.news .title::after {
  content: '';
  height: 2px;
  width: 400px;
  background: #e5e5e5;
  opacity: .8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news .title h2 {
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
.news .title h3 {
  margin-top: 10px;
  color: #e5e5e5;
  font-size: 24px;
  font-weight: normal;
}
.news .content .box {
  padding: 2%;
}
.news .content .news-list {
  width: 25%;
  float: left;
  padding: 30px;
  transition: all .5s;
}
.news .content .news-list + .news-list {
  margin-left: 4.2%;
}
.news .content .news-list:hover {
  box-shadow: 0 0 5px #CCC;
}
.news .content .news-list h2 {
  font-size: 16px;
  color: #e60012;
}
.news .content .news-list h3 {
  margin: 10px 0;
  color: #626262;
  font-weight: normal;
}
.news .content .news-list p {
  color: #626262;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .content .news-list a:hover p {
  color: #626262;
}
.news .content .news-more {
  margin: 40px auto;
  display: block;
  width: 202px;
  height: 40px;
  color: #e60012;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e60012;
  transition: all .5s;
}
.news .content .news-more:hover {
  background: #e60012;
  color: #FFF;
}
.contact {
  transition: all 1s;
  opacity: 0;
  padding-top: 90px;
  height: 366px;
  background: url(../images/contact-bg.jpg) center center no-repeat;
  background-size: cover;
}
.contact .title {
  position: relative;
  padding-bottom: 15px;
}
.contact .title::after {
  content: '';
  height: 2px;
  width: 400px;
  background: #FFF;
  opacity: .8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact .title h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: normal;
}
.contact .title h3 {
  margin-top: 10px;
  color: #FFF;
  font-size: 24px;
  font-weight: normal;
}
.footer {
  background: #eeeeee;
  padding-bottom: 10px;
}
.footer .box {
  display: flex;
  justify-content: space-between;
}
.footer .left {
  padding-top: 40px;
}
.footer .left h2 {
  font-size: 24px;
}
.footer .left p {
  margin: 20px 0;
}
.footer .right {
  padding-top: 80px;
  width: 680px;
  overflow: hidden;
}
.footer .right input {
  background: #eeeeee;
}
.footer .right .form-list {
  float: left;
  width: 33%;
  border-bottom: 1px solid #000;
}
.footer .right .form-area {
  margin: 20px 0 20px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #000;
}
.footer .right .form-btn {
  float: left;
  width: 100%;
  text-align: center;
}
.footer .right .form-btn button {
  margin: 0 40px;
  width: 103px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 0;
  background: #000;
  color: #FFF;
}
.footer .right .form-btn .submit {
  background: #e60012;
}
.main .box {
  top: -60px;
}
.main .left {
  float: left;
  width: 264px;
}
.main .left .nav {
  padding: 40px 0 0;
  background: #bf000f;
  text-align: center;
}
.main .left .nav h2 {
  margin-bottom: 5px;
  font-size: 24px;
}
.main .left .nav h2,
.main .left .nav p {
  color: #FFF;
}
.main .left .nav ul {
  margin-top: 30px;
}
.main .left .nav li {
  position: relative;
  margin: 0 auto;
  height: 49px;
  line-height: 49px;
  border-top: 1px solid #eeeeee;
  background: #2d2d2d;
}
.main .left .nav li:hover {
  background: #eeeeee;
}
.main .left .nav li:hover::before {
  border: 1px solid #e60012;
  background: #e60012;
}
.main .left .nav li:hover a {
  display: block;
  width: 100%;
  height: 100%;
  color: #e60012;
}
.main .left .nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #FFF;
}
.main .left .nav .now {
  background: #eeeeee;
}
.main .left .nav .now a {
  display: block;
  width: 100%;
  height: 100%;
  color: #e60012;
}
.main .left .product {
  margin-top: 50px;
  padding: 24px 0 0;
  background: #bf000f;
  text-align: center;
}
.main .left .product .title {
  padding-bottom: 30px;
  background-position: 60px 0;
}
.main .left .product .title h2 {
  font-size: 24px;
}
.main .left .product .title h2,
.main .left .product .title p {
  color: #FFF;
}
.main .left .product .title p {
  margin-top: 5px;
}
.main .left .product .list {
  padding: 20px 0;
  background: #2d2d2d;
}
.main .left .product .list .list-img {
  margin: 0 auto;
  width: 80%;
  padding: 5px;
  border: 1px solid #959595;
}
.main .left .product .list p {
  margin-top: 10px;
  color: #FFF;
}
.main .left .contact {
  opacity: 1;
  margin: 50px 0;
  padding: 0;
  background: #2d2d2d;
}
.main .left .contact .title {
  padding: 30px 0;
  text-align: center;
  background: #bf000f;
  background-position: 60px 0;
}
.main .left .contact .title::after {
  display: none;
}
.main .left .contact .title h2 {
  font-size: 24px;
}
.main .left .contact .title h2,
.main .left .contact .title p {
  color: #FFF;
}
.main .left .contact .title p {
  padding-left: 35px;
}
.main .left .contact img {
  display: block;
  margin: 18px auto;
  width: 80%;
}
.main .left .contact h3,
.main .left .contact p {
  color: #FFF;
  padding: 0 10%;
}
.main .left .contact p {
  margin-top: 10px;
}
.main .right {
  margin-top: 60px;
  float: right;
  width: 832px;
}
.main .right .title {
  position: relative;
  height: 48px;
  border-bottom: 1px solid #eeeeee;
}
.main .right .title span {
  color: #000;
}
.main .right .title .name {
  position: relative;
  width: 380px;
  height: 100%;
}
.main .right .title .cn-name {
  position: absolute;
  font-size: 18px;
  top: 16px;
  left: 40px;
}
.main .right .title .en-name {
  position: absolute;
  top: 20px;
  left: 200px;
}
.main .right .title .location {
  position: absolute;
  right: 20px;
  top: 20px;
}
.main .right .title .location a {
  color: #000;
}
.main .right .content {
  padding-left: 34px;
  padding-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.main .right .content .content-text {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main .right .content .content-text .contact-logo {
  margin: 20px 0;
  width: 280px;
}
.main .right .content .content-text p {
  margin-top: 10px;
}
.main .right .content .content-text .contact-info {
  position: relative;
}
.main .right .content .content-text .contact-info::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  width: 1px;
  height: 100%;
  background: #959595;
}
.main .right .content .about-text,
.main .right .content .idea-text {
  padding-bottom: 20px;
}
.main .right .content .about-text p,
.main .right .content .idea-text p {
  margin-bottom: 20px;
  line-height: 30px;
  text-indent: 2em;
}
.main .right .content .idea-text p {
  font-size: 16px;
  overflow: hidden;
  text-indent: 0;
}
.main .right .content .honor-list {
  float: left;
  margin-left: 26px;
  margin-bottom: 20px;
  padding: 8px;
  width: 220px;
  border: 1px solid #959595;
}
.main .right .content .honor-list:nth-child(3n+1) {
  margin-left: 0;
}
.main .right .content .location-img:nth-child(1) {
  width: 764px;
}
.main .right .content .location-text {
  margin: 20px 0;
}
.main .right .content .location-text p {
  line-height: 30px;
}
.main .right .content .product-list,
.main .right .content .case-list {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.main .right .content .product-list:nth-child(2n+1),
.main .right .content .case-list:nth-child(2n+1) {
  margin-left: 0;
}
.main .right .content .product-list:hover img,
.main .right .content .case-list:hover img {
  transform: scale(1.2);
}
.main .right .content .product-list:hover p,
.main .right .content .case-list:hover p {
  color: #FFF;
  background: #e60012;
}
.main .right .content .product-list .product-img,
.main .right .content .case-list .product-img,
.main .right .content .product-list .case-img,
.main .right .content .case-list .case-img {
  width: 388px;
  height: 240px;
  overflow: hidden;
  font-size: 0;
}
.main .right .content .product-list .product-img img,
.main .right .content .case-list .product-img img,
.main .right .content .product-list .case-img img,
.main .right .content .case-list .case-img img {
  transition: all .5s;
}
.main .right .content .product-list p,
.main .right .content .case-list p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #eaeaea;
  transition: all .5s;
}
.main .right .content .news-list {
  float: left;
  position: relative;
  width: 350px;
  margin-bottom: 25px;
  margin-left: 25px;
  transition: all .5s;
}
.main .right .content .news-list:nth-child(2n+1) {
  margin-left: 0;
}
.main .right .content .news-list:hover {
  box-shadow: 0 0 5px #ccc;
}
.main .right .content .news-list:hover span {
  transform: rotateZ(90deg);
}
.main .right .content .news-list .news-text {
  padding: 20px 30px 0;
  background: #FFF;
  height: 82px;
}
.main .right .content .news-list .news-text h2 {
  color: #e60012;
}
.main .right .content .news-list .news-text p {
  margin-top: 10px;
  font-size: 12px;
}
.main .right .content .news-list .news-text span {
  position: absolute;
  right: 15px;
  bottom: 85px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  background: #e60012;
  color: #FFF;
  border-radius: 50%;
  transition: all .5s;
}
.main .right .content .news-box .headline,
.main .right .content .service-box .headline {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.main .right .content .news-box .headline h2,
.main .right .content .service-box .headline h2 {
  margin-bottom: 20px;
  font-size: 30px;
}
.main .right .content .news-box .details,
.main .right .content .service-box .details {
  padding-top: 20px;
}
.main .right .content .advantage-text .headline {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
}
.main .right .content .advantage-text p {
  line-height: 30px;
}
.main .right .content .support-text h2 {
  margin: 10px 0;
  font-size: 28px;
}
.main .right .content .support-text h3 {
  margin: 10px 0;
  font-size: 20px;
  color: #CCC;
}
.main .right .content .support-text p {
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  background: url(../images/support-icon.png) no-repeat;
  background-position: 0 5px;
}
.main .right .content .course-text p {
  margin: 10px 0;
}
.main .right .content .course-text span {
  color: #e60012;
  font-weight: bold;
}
.main .right .content .condition-text .headline {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
}
.main .right .content .condition-text p {
  line-height: 30px;
}
.main .right .concent-xq-link {
  padding-bottom: 20px;
  overflow: hidden;
  margin: 60px 0  0 30px;
  border: 1px solid #DDDDDD;
  border-top: 3px solid #D82128;
}
.main .right .concent-xq-link-up {
  width: 96%;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 auto;
}
.main .right .concent-xq-link-up > span {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #D82128;
  line-height: 50px;
  display: block;
}
.main .right .concent-xq-link-up > span > label {
  color: #D82128;
  font-size: 14px;
  font-weight: normal;
}
.main .right .concent-xq-link-img {
  width: 235px;
  height: 125px;
  margin-bottom: 20px;
}
.main .right .concent-xq-link-img > img {
  width: 100%;
  height: 100%;
}
.main .right .concent-xq-link-text {
  margin-top: 0;
  width: 464px;
  height: 125px;
  padding-left: 20px;
}
.main .right .concent-xq-link-text h2 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.main .right .concent-xq-link-text span {
  font-size: 15px;
  color: #949494;
  line-height: 30px;
  display: block;
  text-indent: 30px;
  margin-top: 10px;
}
.main .right .concent-xq-link-text a {
  color: #910000;
  float: right;
  margin-top: 5px;
}
.main .right .concent-xq-link-down {
  width: 96%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding-left: 30px;
  margin-top: 20px;
}
.main .right .concent-xq-link-down ul li {
  list-style-type: circle;
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 30px;
}
.main .right .concent-xq-link-down ul li a {
  color: #646464;
}
.main .right .concent-xq-link-down ul li:hover {
  list-style-type: disc;
}
.main .right .concent-xq-link-down ul li:hover a,
.main .right .concent-xq-link-down ul li:hover span {
  color: #D82128;
}
.main .right .concent-xq-link-down ul li span {
  float: right;
  margin-right: 50px;
}
.main .right .concent-xq-link-down-product {
  width: 96%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
}
.main .right .concent-xq-link-down-product .product-list {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.main .right .concent-xq-link-down-product .product-list:nth-child(3n+1) {
  margin-left: 0;
}
.main .right .concent-xq-link-down-product .product-list:hover img {
  transform: scale(1.2);
}
.main .right .concent-xq-link-down-product .product-list:hover p {
  color: #FFF;
  background: #e60012;
}
.main .right .concent-xq-link-down-product .product-list .product-img {
  width: 240px;
  height: 120px;
  overflow: hidden;
  font-size: 0;
}
.main .right .concent-xq-link-down-product .product-list .product-img img {
  transition: all .5s;
}
.main .right .concent-xq-link-down-product .product-list p {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #eaeaea;
  transition: all .5s;
}
.page_list {
  margin: 20px 0;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.page_list li {
  margin: 0 0.5rem;
  padding: .5rem;
  width: 20px;
  text-align: center;
  border: 1px solid #e60012;
}
.page_list .active {
  background: #e60012;
}
.page_list .active a {
  color: #FFF;
}
.page_list a {
  color: #000;
}
