@font-face {
  font-family: 'Roboto-Regular';
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Teko-Medium';
  src: url(../fonts/Teko-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Teko-SemiBold';
  src: url(../fonts/Teko-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Teko-Regular';
  src: url(../fonts/Teko-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(../fonts/MyriadPro-Regular-14.otf) format('truetype');
}
@font-face {
  font-family: 'Anton-Regular';
  src: url(../fonts/Anton-Regular.ttf) format('truetype');
}
body {
  font-family: "Roboto-Regular";
  max-width: 1920px;
  margin: 0 auto;
  color: #333;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
  padding-left: 36px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .menu-list ul li ul li>ul{
  display: none;
}

#mobile .menu-content .menu-list ul li ul li>ul li a::after{
  display: none;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li a i{
  color: #fff;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.go_top {
  width: 44px;
  height: 44px;
  background: #fc0012;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  position: fixed;
  bottom: 60px;
  right: 10vw;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  z-index: 100;
  border: #fff solid 3px;
  transition-timing-function: ease;
  display: none;
}
.go_top:hover {
  background: #000;
}
.more_cont {
  margin-top: 30px;
  background-color: #fc0012;
  height: 60px;
  padding-bottom: 5px;
  justify-content: center;
  font-size: 20px;
  font-family: 'Teko-SemiBold';
  color: #fff;
  display: flex;
  align-items: center;
  width: 180px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-top-right-radius: 20px;
}
.more_cont:hover {
  width: 210px;
  background: #000;
}
.more_cont:hover span:nth-child(2) {
  width: 25px;
}
.more_cont span {
  margin-top: 10px;
}
.more_cont span:nth-child(2) {
  width: 0;
  height: 2px;
  background-color: #fff;
  margin-top: 5px;
  margin-left: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont i {
  margin-top: 5px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header a {
  display: block;
}
#header img {
  display: block;
}
#header .nav .h-top {
  background: #000;
  padding: 20px 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
#header .nav .container{
  width: 100%;
}
#header .nav .h-top div {
  display: flex;
  align-items: center;
}
#header .nav .h-top div img {
  height: 15px;
}
#header .nav .h-top div img.comp{
  height: 25px;
}
#header .nav .h-top div span {
  font-size: 16px;
  margin-left: 15px;
}
#header .nav .h-top .phone {
  margin-left: 50px;
}
#header .nav .h-top .share {
  margin-left: auto;
}
#header .nav .h-top .share a {
  font-size: 26px;
  margin-left: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fc0012;
}
#header .nav .h-top .share a:hover {
  color: #fff;
}
#header .nav .h-top .share .s_logo{
  width: 140px;
}
#header .nav .h-top .share .s_logo img{
  width: 100%;
  height: auto;
}
#header .nav > .menu {
  background-color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 100px;
  justify-content: space-between;
}
#header .nav > .menu a {
  display: block;
}
#header .nav > .menu img {
  display: block;
}
#header .nav > .menu .logo {
  width: 220px;
}
#header .nav > .menu .menu-box {
  margin-top: 10px;
}
#header .nav > .menu .menu-box .menu {
  display: flex;
  align-items: center;
  font-family: 'Teko-Medium';
}
#header .nav > .menu .menu-box .menu > li {
  margin-left: 50px;
  position: relative;
  width: 70px;
}
#header .nav > .menu .menu-box .menu > li:hover>a{
  color: #fc0012;
}
#header .nav > .menu .menu-box .menu > li:hover ul {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header .nav > .menu .menu-box .menu > li a {
  font-size: 16px;
  font-family: 'Teko-Medium';
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
#header .nav > .menu .menu-box .menu > li i {
  color: #ababab;
  font-size: 20px;
}
#header .nav > .menu .menu-box .menu > li ul {
  position: absolute;
  top: 100%;
  left: -41px;
  width: 150px;
  font-size: 20px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #ed1c24;
}
#header .nav > .menu .menu-box .menu > li ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  background: #fff;
  padding: 5px;
  color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header .nav > .menu .menu-box .menu > li ul li a:hover {
  color: #fc0012;
}
#header .nav > .menu .right_cont{
  align-items: center;
  display: flex;
}
#header .nav > .menu .right_cont .lang_cont{
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
#header .nav > .menu .right_cont .lang_cont>img{
  width: 30px
}
#header .nav > .menu .right_cont .lang_cont:hover .lang{
transform: rotate3d(0, 0, 0, 
-90deg
);
    -webkit-transform: rotate3d(0, 0, 0, 
-90deg
);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    transform-origin: 0 0 0;
    opacity: 1;
}
#header .nav > .menu .right_cont .lang_cont>span{
  font-size: 16px
}
#header .nav > .menu .right_cont .lang_cont .lang{
  box-shadow:  0 0 10px 0 #ccc;
  width: 100px;
  position: absolute;
  top: 100%;
  left: -20px;

  perspective: 500px;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, 
-90deg
);
    -webkit-transform: rotate3d(1, 0, 0, 
-90deg
);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    border-bottom: 3px solid #ed1c24;
}

#header .nav > .menu .right_cont .lang_cont .lang li a{
  display: flex;
  align-items: center;
  color: #000;
  background: #fff;
  padding: 10px 5px;
  transition: all .5s;
  justify-content: center;
}
#header .nav > .menu .right_cont .lang_cont .lang li a:hover{
  color: red;
}
#header .nav > .menu .right_cont .lang_cont .lang li a img{
  width: 30px;
  margin-right: 10px;
}
#header .nav > .menu .right {
  width: 405px;
  height: 60px;
  border: #fc0012 solid 1px;
  display: flex;
  align-items: center;
}
#header .nav > .menu .right > input:first-child {
  color: #8c8c8c;
  border: none;
  padding: 0 20px ;
  font-size: 18px;
  height: 58px;
  width: 340px;
}
#header .nav > .menu .right span {
  width: 63px;
  height: 60px;
  display: inline-block;
  background: #fc0012;
  text-align: center;
}
#header .nav > .menu .right span input {
  background-image: url(../images/icon-search-white.png);
  background-size: 42%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: inherit;
  width: 100%;
  height: 100%;
  border: none;
}
#banner {
  margin-top: 150px;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont {
  margin-left: 200px;
  font-family: 'Teko-SemiBold';
  background-image: url(../images/index/index_31.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2vw;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont div {
  font-size: 2.35vw;
  color: #fff;
  width: 670px;
  line-height: 1.2;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .s_title{
  font-family: 'Anton-Regular';
  font-size: 3.5vw;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .wow_banner{
  margin-top: 20px;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .more {
  margin-top: 30px;
  background-color: #fc0012;
  padding: 10PX 40PX;
  font-size: 20px;
  font-family: 'Teko-SemiBold';
  color: #fff;
  display: flex;
  align-items: center;
  width: 180px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .more:hover {
  width: 210px;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .more:hover span:nth-child(2) {
  width: 25px;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .more span:nth-child(2) {
  width: 0;
  height: 2px;
  background-color: #fff;
  margin-top: -5px;
  margin-left: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .more i {
  margin-top: -5px;
}
#banner .container .swiper-container .banner_page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 20px;
  left: inherit;
  right: 80px;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
}
#banner .container .swiper-container .banner_page .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  border: 2px solid #fff;
  height: 15px;
  background-color: #fff;
  margin: 0;
  border-radius: 50%;
  margin-top: 20px;
  opacity: 1;
}
#banner .container .swiper-container .banner_page .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-top: 0;
}
#banner .container .swiper-container .banner_page .swiper-pagination .swiper-pagination-bullet-active {
  background-color: inherit;
}
#index-body .about {
  background-image: url(../images/index/index_4.jpg);
  padding: 80px 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
#index-body .about .container {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .about .container .left {
  width: 50%;
}
#index-body .about .container .left .title {
  font-size: 15px;
  font-family: 'Roboto-Regular';
  text-transform: uppercase;
  position: relative;
  padding: 5px 15px;
}
#index-body .about .container .left .title::before {
  position: absolute;
  height: 100%;
  width: 30px;
  left: 0;
  top: 0;
  background: #f4f4f9;
  content: '';
}
#index-body .about .container .left .title span {
  position: relative;
  z-index: 1;
}
#index-body .about .container .left .des {
  font-size: 45px;
  font-family: 'Teko-Medium';
  margin-top: 20px;
  line-height: 1;
}
#index-body .about .container .left .des_2 {
  font-family: 'Roboto-Regular';
  color: #393939;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
#index-body .about .container .right {
  width: 45%;
  position: relative;
}
#index-body .about .container .right .n1 {
  width: 166px;
  height: 270px;
  position: absolute;
  background: #fc0012;
  border-top-right-radius: 50px;
}
#index-body .about .container .right .n2 {
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
}
#index-body .about .container .right .n3 {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 30px;
  background: #fc0012;
  cursor: pointer;
  font-size: 30px;
  border-top-right-radius: 50px;
  bottom: 0;
  left: 20px;
  color: #fff;
  line-height: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .about .container .right .n3:hover {
  background: #000;
}
#index-body .about .container .right .n3 span {
  margin-left: 10px;
  font-family: 'Teko-Medium';
  margin-top: 5px;
}
#index-body .about .container .right .n3 i {
  font-size: 40px;
}
#index-body .server {
  background-image: url('../images/index/index_7.jpg');
  padding: 45px 0;
  background-position: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: 100%;
}
#index-body .server .container {
  text-align: center;
}
#index-body .server .container .title {
  display: inline-block;
  text-align: center;
  margin: auto;
  font-family: 'Roboto-Regular';
  font-size: 15px;
  color: #333333;
  position: relative;
  margin-top: 10px;
}
#index-body .server .container .title::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 40%;
  width: 32px;
  height: 33px;
  background: #fff;
}
#index-body .server .container .title span {
  position: relative;
}
#index-body .server .container .title_2 {
  font-size: 45px;
  font-family: 'Teko-Medium';
  width: 580px;
  margin: auto;
  line-height: 1;
  margin-top: 30px;
}
#index-body .server .container .content {
  margin-top: 40px;
}
#index-body .server .container .content img,
#index-body .server .container .content a {
  display: block;
}
#index-body .server .container .content .swiper-container {
  padding-bottom: 80px;
}
#index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide:hover .cont {
  background: #000;
}
#index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide:hover .cont .cont_title_2 {
  color: #fff;
}
#index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .img {
  position: relative;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  z-index: 1;
  height: 15vw;
  box-shadow: 0 0 5px 0  #e8e8e8;
}
#index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 100%;
}
#index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .cont {
  width: 90%;
  margin-left: auto;
  position: relative;
  padding: 30px ;
  padding-top: 120px;
  padding-bottom: 10px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(204, 204, 204, 0.5);
  border-bottom-right-radius: 50px;
  overflow: hidden;
  text-align: left;
  margin-top: -100px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .cont .cont_title {
  color: #fc0012;
  font-family: 'MyriadPro-Regular';
  text-transform: uppercase;
  font-size: 17px;
}
#index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .cont .cont_title_2 {
  font-size: 25px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-family: 'Teko-Regular';
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .subline {
  width: 56px;
  height: 4px;
  background: #fc0012;
  position: absolute;
  bottom: 44px;
  left: 0;
}
#index-body .server .container .content .swiper-container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .server .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: inherit;
  display: flex;
  align-items: center;
  border-radius: 0;
  justify-content: center;
  opacity: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: rgba(255, 255, 255, 0) solid 2px;
}
#index-body .server .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #b7b7b7;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .server .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border: #fc0012 2px solid;
}
#index-body .server .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  background: #fc0012;
}
#index-body .advace {
  min-height: 850px;
  margin-top: 80px;
}
#index-body .advace .container {
  position: relative;
}
#index-body .advace .container .left {
  width: 47%;
  border-top-right-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#index-body .advace .container .left > img {
  width: 100%;
}
#index-body .advace .container .left .cont {
  padding: 30px 0;
  background: #fff;
  text-align: center;
  width: 32%;
  position: absolute;
  bottom: 0;
  right: 20%;
  border-top-left-radius: 50px;
  padding-bottom: 10px;
}
#index-body .advace .container .left .cont img {
  width: 30%;
}
#index-body .advace .container .left .cont div {
  font-size: 28px;
  font-family: 'Teko-Medium';
}
#index-body .advace .container .right {
  width: 68%;
  position: absolute;
  top: 60px;
  right: 0;
  padding-left: 360px;
  padding-right: 280px;
  padding-top: 60px;
  padding-bottom: 90px;
  background: #000;
}
#index-body .advace .container .right .title {
  position: relative;
}
#index-body .advace .container .right .title::before {
  content: '';
  width: 30px;
  height: 30px;
  background: #fc0012;
  position: absolute;
  top: -5px;
}
#index-body .advace .container .right .title span {
  position: relative;
  z-index: 1;
  font-family: 'Roboto-Regular';
  font-size: 15px;
  color: #fff;
  margin-left: 15px;
  text-transform: uppercase;
}
#index-body .advace .container .right .title_2 {
  font-size: 30px;
  color: #fff;
  font-family: 'Teko-Medium';
  line-height: 2;
  margin-top: 20px;
}
#index-body .advace .container .right .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-body .advace .container .right .cont .list {
  width: 45%;
  margin-top: 30px;
}
#index-body .advace .container .right .cont .list:hover img {
  filter: grayscale(0);
  transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
}
#index-body .advace .container .right .cont .list:hover .des_3 {
  color: #fc0012;
}
#index-body .advace .container .right .cont .list img {
  height: 55px;
  filter: grayscale(1) brightness(4);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .advace .container .right .cont .list .title_3 {
  color: #fc0012;
  font-size: 22px;
  font-family: 'Teko-Medium';
  text-transform: uppercase;
  margin: 10px 0;
}
#index-body .advace .container .right .cont .list .des_3 {
  color: #afafaf;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 2;
}
#index-body .product {
  padding: 45px 0;
}
#index-body .product .container {
  text-align: center;
}
#index-body .product .container .title {
  display: inline-block;
  text-align: center;
  margin: auto;
  font-family: 'Roboto-Regular';
  font-size: 15px;
  color: #333333;
  position: relative;
  margin-top: 10px;
}
#index-body .product .container .title::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 40%;
  width: 32px;
  height: 33px;
  background: #f4f4f9;
}
#index-body .product .container .title span {
  position: relative;
}

#index-body .product .container .title_2 {
  font-size: 45px;
  font-family: 'Teko-Medium';
  width: 580px;
  margin: auto;
  line-height: 1;
  margin-top: 30px;
}
#index-body .product .container .content {
  margin-top: 40px;
}
#index-body .product .container .content img,
#index-body .product .container .content a {
  display: block;
}
#index-body .product .container .content .swiper-container {
  padding: 2px;
  padding-bottom: 80px;
}
#index-body .product .container .content .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide:hover .cont {
  background: #000;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide:hover .cont .cont_title_2 {
  color: #fff;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide .shadow {
  /*border: #fc0011 solid 1px;*/
  background:#0000000f;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 50px;
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide:hover .img{
  border: #fc0012 solid 1px;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide .img {
  position: relative;
  border-bottom-right-radius: 50px;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 5px 0 #cccccca1;
  justify-content: center;
  height: 300px;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  max-height: 100%;
  max-width: 100%;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide .cont {
  width: 90%;
  margin-left: auto;
  position: relative;
  padding: 30px ;
  padding-top: 120px;
  padding-bottom: 10px;
  background: #fff;
  box-shadow: 0px 4px 16px 0px rgba(204, 204, 204, 0.5);
  border-bottom-right-radius: 50px;
  overflow: hidden;
  text-align: left;
  margin-top: -100px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide .cont .cont_title {
  color: #fc0012;
  font-family: 'MyriadPro-Regular';
  text-transform: uppercase;
  font-size: 17px;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide .cont .cont_title_2 {
  font-size: 25px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-family: 'Teko-Regular';
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide .subline {
  width: 56px;
  height: 4px;
  background: #fc0012;
  position: absolute;
  bottom: 44px;
  left: 0;
}
#index-body .product .container .content .swiper-container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .product .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  padding: 5px;
  background: inherit;
  display: inline-block;
  align-items: center;
  border-radius: 0;
  justify-content: center;
  opacity: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: rgba(255, 255, 255, 0) solid 2px;
  box-sizing: content-box;
  
}
#index-body .product .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(n+4){
  display: none;
}
#index-body .product .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #b7b7b7;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: block;
}
#index-body .product .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border: #fc0012 2px solid;
}
#index-body .product .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  background: #fc0012;
}
#index-body .commitment {
  padding: 0 5vw;
  margin-top: 150px;
}
#index-body .commitment .container {
  padding: 0 10vw;
  padding-bottom: 70px;
  background: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index-body .commitment .container .left {
  width: 30%;
}
#index-body .commitment .container .left .img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 30vw;
  width: 100%;
  margin-top: -4vw;
  border-top-left-radius: 50px;
}
#index-body .commitment .container .left .list_cont {
  margin-top: 80px;
}
#index-body .commitment .container .left .list_cont .list {
  height: 60px;
  margin-right: 40px;
}
#index-body .commitment .container .right {
  position: relative;
  width: 50%;
  margin-left: 5vw;
}
#index-body .commitment .container .right .subtext {
  font-size: 140px;
  color: rgba(204, 204, 204, 0);
  -webkit-text-stroke: 1px #ff001194;
  font-family: 'Teko-SemiBold';
  margin-top: -80px;
  line-height: 1;
  margin-left: 4vw;
}
#index-body .commitment .container .right .cont {
  position: relative;
}
#index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
#index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide .subimg {
  position: absolute;
  width: 70px;
  left: 0;
}
#index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide .des {
  width: 88%;
  margin-left: auto;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-family: 'Teko-Regular';
  height: 350px;
  overflow-y: auto;
  line-height: 2;
}
#index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide .des::-webkit-scrollbar-thumb {
    background-color: #fc0012;
}
#index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide .bottom {
  display: flex;
  margin-top: 30px;
  align-items: center;
  margin-left: 12%;
}
#index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide .bottom .subline {
  width: 50px;
  height: 3px;
  background: #fc0012;
}
#index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide .bottom .text {
  font-size: 29px;
  color: #616161;
  font-family: 'Teko-Regular';
  margin-left: 20px;
}
#index-body .commitment .container .next_page {
  width: 50px;
  height: 140px;
  margin-top: 140px;
}
#index-body .commitment .container .next_page .prev,
#index-body .commitment .container .next_page .next {
  font-size: 30px;
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top: 10px;
}
#index-body .commitment .container .next_page .prev:hover,
#index-body .commitment .container .next_page .next:hover {
  background: #fc0012;
  color: #fff;
  cursor: pointer;
}
#index-body .commitment .container .next_page .prev {
  border-top-left-radius: 20px;
}
#index-body .commitment .container .next_page .active {
  background: #fc0012;
  color: #fff;
  border-bottom-right-radius: 20px;
}
#index-body .commitment .container .bottom_text {
  padding: 30px 70px;
  background: #fc0012;
  color: #fff;
  position: absolute;
  bottom: -50px;
  right: 15vw;
  width: 430px;
  font-size: 35px;
  font-family: 'Teko-Medium';
  line-height: 2;
  border-top-left-radius: 50px;
}
#index-body .commitment .container .bottom_text .subline {
  width: 50px;
  height: 3px;
  background: #fff;
  margin-top: 10px;
}
#index-body .contact {
  background-image: url(../images/index/index_21.jpg);
  margin-top: 130px;
  background-position: left top;
  background-repeat: no-repeat;
}
#index-body .contact .container .left {
  z-index: 1;
  width: 585px;
  height: 740px;
  position: absolute;
  padding: 70px 50px;
  background: #fc0012;
  top: 60px;
  left: 18vw;
  border-bottom-left-radius: 50px;
}
#index-body .contact .container .left .title {
  font-size: 15px;
  font-family: 'Roboto-Regular';
  color: #fff;
  position: relative;
}
#index-body .contact .container .left .title::before {
  content: '';
  position: absolute;
  background: #111010;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
}
#index-body .contact .container .left .title span {
  position: relative;
  z-index: 1;
  margin-left: 15px;
  text-transform: uppercase;
}
#index-body .contact .container .left .title_2 {
  font-size: 45px;
  color: #fff;
  font-family: 'Teko-Medium';
  line-height: 1;
  margin: 20px 0;
}
#index-body .contact .container .left .title_3 {
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto-Medium';
}
#index-body .contact .container .left form {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #8f8f8f;
  font-family: 'Roboto-Medium';
  font-size: 15px;
}
#index-body .contact .container .left form input {
  margin-top: 8px;
  width: 49%;
  border: none;
  padding: 20px;
}
#index-body .contact .container .left form .email {
  margin-left: 2%;
}
#index-body .contact .container .left form .phone {
  width: 100%;
}
#index-body .contact .container .left form textarea {
  width: 100%;
  margin-top: 8px;
  border: none;
  padding: 20px;
}
#index-body .contact .container .left .more_cont {
  background: #000;
}
#index-body .contact .container .left .more_cont:hover span {
  color: #fc0012;
}
#index-body .contact .container .left .more_cont:hover i {
  color: #fc0012;
}
#index-body .contact .container .left .more_cont:hover .subline {
  background: #fc0012;
}
#index-body .contact .container .left .more_cont span,
#index-body .contact .container .left .more_cont i,
#index-body .contact .container .left .more_cont .subline {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .contact .container .right {
  border-top-left-radius: 50px;
  background: #f4f4f9;
  padding: 110px 130px;
  width: 1042px;
  margin-left: auto;
}
#index-body .contact .container .right .cont {
  width: 540px;
}
#index-body .contact .container .right .cont .title {
  color: #4d4d4d;
  font-family: 'Roboto-Regular';
  font-size: 15px;
  position: relative;
}
#index-body .contact .container .right .cont .title::before {
  content: '';
  position: absolute;
  top: -5px;
  width: 30px;
  height: 30px;
  background: #fff;
  left: 0;
}
#index-body .contact .container .right .cont .title span {
  position: relative;
  margin-left: 15px;
}
#index-body .contact .container .right .cont .des {
  font-family: 'Teko-Medium';
  font-size: 45px;
  margin-top: 20px;
  line-height: 1;
}
#index-body .contact .container .right .cont .list {
  margin-top: 20px;
  background: #fff;
  padding: 15px 20px;
  border-top-left-radius: 30px;
}
#index-body .contact .container .right .cont .list .faq_title {
  font-size: 22px;
  color: #303030;
  font-family: 'Teko-Medium';
  cursor: pointer;
}
#index-body .contact .container .right .cont .list .faq_des {
  display: none;
  color: #696969;
  font-family: 'Roboto-Regular';
  font-size: 17px;
  margin-top: 10px;
}
#index-body .contact .container .right .cont .more_cont {
  font-size: 20px;
  margin-top: 30px;
  color: #fc0012;
  width: 150px;
  background: inherit;
  font-family: 'Teko-Regular';
  justify-content: left;
}
#index-body .contact .container .right .cont .more_cont:hover span {
  color: #000;
}
#index-body .contact .container .right .cont .more_cont:hover i {
  color: #000;
}
#index-body .contact .container .right .cont .more_cont span {
  text-transform: uppercase;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .contact .container .right .cont .more_cont span:nth-child(2) {
  background: #000;
}
#index-body .contact .container .right .cont .more_cont i {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news {
  margin-top: 100px;
}
#index-body .news .container {
  width: 1200px;
}
#index-body .news .container .title {
  width: 140px;
  font-size: 15px;
  color: #4d4d4d;
  font-family: 'Roboto-Regular';
  text-align: center;
  margin: auto;
  position: relative;
}
#index-body .news .container .title::before {
  background: #f4f4f9;
  position: absolute;
  top: -5px;
  left: 45px;
  width: 30px;
  height: 30px;
  content: '';
}
#index-body .news .container .title span {
  position: relative;
}
#index-body .news .container .title_2 {
  color: #303030;
  font-size: 45px;
  text-align: center;
  margin-top: 10px;
  font-family: 'Teko-Medium';
}
#index-body .news .container .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
#index-body .news .container .cont .list {
  width: 31%;
}
#index-body .news .container .cont .list:hover .img img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#index-body .news .container .cont .list .img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 260px;
  border-top-left-radius: 50px;
}
#index-body .news .container .cont .list .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  min-width: 100%;
  display: block;
  max-height: 100%;
}
#index-body .news .container .cont .list .content {
  width: 92%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  margin-top: -70px;
  color: #ffffff;
}
#index-body .news .container .cont .list .content .time {
  width: 100px;
  background: #fc0012;
  padding: 5px 0;
  text-align: center;
  border-top-left-radius: 30px;
  font-size: 17px;
  font-family: 'Teko-Regular';
  padding-bottom: 3px;
}
#index-body .news .container .cont .list .content .cont_2 {
  box-shadow: 0 5px 10px 0 rgba(204, 204, 204, 0.301);
  padding: 20px 30px;
  background: #fff;
  position: relative;
  border-bottom-right-radius: 30px;
}
#index-body .news .container .cont .list .content .cont_2 .subline {
  top: 77px;
  left: -28px;
  width: 50px;
  height: 3px;
  background: #fc0012;
  position: absolute;
  z-index: 1;
}
#index-body .news .container .cont .list .content .cont_2 a {
  display: block;
}
#index-body .news .container .cont .list .content .cont_2 .title_3 {
  color: #fc0012;
  font-family: 'Teko-Regular';
  font-size: 17px;
  text-transform: uppercase;
}
#index-body .news .container .cont .list .content .cont_2 .des {
  font-size: 26px;
  color: #151515;
  font-family: 'Teko-Regular';
  line-height: 1.3;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .cont .list .content .cont_2 .des:hover {
  color: #fc0012;
}
#index-body .news .container .cont .list .content .cont_2 .des_2 {
  font-size: 16px;
  font-family: 'Roboto-Regular';
  color: #5f5f5f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 2;
}
#index-body .news .container .cont .list .content .cont_2 .des_2:hover {
  color: #fc0012;
}
#index-body .news .container .cont .list:last-child .content {
  margin-top: 0;
}
#index-body .news .container .cont .list:last-child .content:nth-child(-n+2){
  display: none;
}
#index-body .news .container .cont .list:last-child .content:last-child {
  margin-top: 30px;
}
#index-body .news .container .cont .list:last-child .content .cont_2 {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .cont .list:last-child .content .cont_2 .des {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .news .container .cont .list:last-child .content .cont_2:hover {
  background: #000;
}
#index-body .news .container .cont .list:last-child .content .cont_2:hover .des {
  color: #fff;
}
#index-body .news .container .more_cont {
  margin: auto;
  margin-top: 40px;
  border: 2px solid #fc0012;
  background: inherit;
  color: #fc0012;
}
#index-body .news .container .more_cont .subline {
  background: #fc0012;
}
#footer {
  background-image: url(../images/index/index_23.jpg);
  padding: 50px 0;
  background-color: #191919;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 80px;
  padding-bottom: 0;
}
#footer .container .cont_top {
  width: 1400px;
  margin: auto;
}
#footer .container .cont_top .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .container .cont_top .top .logo {
  width: 250px;
}
#footer .container .cont_top .top .logo img {
  width: 70%;
}
#footer .container .cont_top .top form {
  display: flex;
  align-items: center;
}
#footer .container .cont_top .top form > input {
  width: 370px;
  border: #919191 solid 1px;
  padding: 10px 25px;
  font-size: 13px;
  font-family: 'Roboto-Regular';
  color: #b3b3b3;
  height: 42px;
}
#footer .container .cont_top .top form span input {
  width: 130px;
  border: none;
  background-image: url(../images/index/index_24.png);
  background-repeat: no-repeat;
  height: 42px;
  background-color: #fc0012;
  background-position: 20px center ;
  color: #fff;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  text-indent: 20px;
  background-size: 20px auto;
}
#footer .container .cont_top .meddle {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
#footer .container .cont_top .meddle .list_cont {
  width: 40%;
}
#footer .container .cont_top .meddle .list_cont:nth-child(2) {
  width: 20%;
  margin-left: 5%;
}
#footer .container .cont_top .meddle .list_cont:nth-child(2) li a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
}
#footer .container .cont_top .meddle .list_cont:nth-child(2) li a:hover {
  color: #fc0012;
}
#footer .container .cont_top .meddle .list_cont:nth-child(2) li a i {
  margin-left: 5px;
}
#footer .container .cont_top .meddle .list_cont:nth-child(3) {
  margin-left: 5%;
  width: 30%;
}
#footer .container .cont_top .meddle .list_cont:nth-child(3) li:nth-child(3) {
  margin-top: 30px;
}
#footer .container .cont_top .meddle .list_cont:nth-child(3) li:nth-child(3) a {
  padding: 15px 80px;
  background: #fc0012;
  font-family: 'Teko-Medium';
  font-size: 24px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
}
#footer .container .cont_top .meddle .list_cont:nth-child(3) li:nth-child(3) a:hover {
  background: #fff;
  color: #fc0012;
}
#footer .container .cont_top .meddle .list_cont:nth-child(3) li:last-child {
  display: flex;
  align-items: center;
}
#footer .container .cont_top .meddle .list_cont:nth-child(3) li:last-child a {
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-right: 25px;
  font-size: 25px;
}
#footer .container .cont_top .meddle .list_cont:nth-child(3) li:last-child a:hover {
  color: #fc0012;
}
#footer .container .cont_top .meddle .list_cont li {
  margin-top: 20px;
  font-family: 'Roboto-Regular';
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  color: #fff;
  line-height: 2;
}
#footer .container .cont_top .meddle .list_cont li:first-child {
  margin-top: 0;
  font-size: 34px;
  color: #fff;
  font-family: 'Teko-SemiBold';
}
#footer .container .cont_top .meddle .list_cont li:last-child span {
  border: none;
}
#footer .container .cont_top .meddle .list_cont li img {
  width: 15px;
  margin-top: 13px;
}
#footer .container .cont_top .meddle .list_cont li span {
  margin-left: 10px;
  border-bottom: #757575 solid 1px;
  width: 96%;
  padding-bottom: 15px;
}
#footer .container .cont_top .meddle .list_cont li span a {
  margin-left: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
}
#footer .container .cont_top .meddle .list_cont li span a:hover {
  color: #fc0012;
}
#footer .container .cont_bottom {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  border-top: #757575 solid 1px;
  margin-top: 50px;
}
#footer .container .cont_bottom a,
#footer .container .cont_bottom div {
  color: #fff;
  height: 18px;
  font-size: 18px;
}
#footer .container .cont_bottom a img,
#footer .container .cont_bottom div img {
  height: 100%;
  display: block;
  margin-top: 3px;
}
#footer .container .cont_bottom a {
  margin-left: 10px;
}
@media (max-width: 1700px) {
  #index-body .contact .container .right {
    padding: 110px 0;
    padding-left: 17vw;
  }
  #index-body .contact .container .left {
    left: 8vw;
  }
  #header .nav > .menu .menu-box .menu > li{
    width: auto;
    margin-left: 2vw;
  }
  
}
@media (max-width: 1500px) {
  #banner{
    margin-top: 120px;
  }
  #header .nav .h-top {
    padding: 10px 20px;
  }
  #header .nav > .menu {
    padding: 10px 20px;
  }
  #index-body .advace .container .right {
    padding: 3vw 18vw;
    padding-right: 3vw;
  }
  #index-body .advace {
    min-height: 730px;
  }
  #index-body .commitment .container .bottom_text {
    bottom: -8vw;
  }
  #index-body .contact .container .right {
    padding-left: 30vw;
  }
  #index-body .contact .container .left {
    left: 5vw;
  }
}
@media (max-width: 1400px) {
  #footer .container .cont_top {
    width: 100%;
    padding: 0 20px;
  }
  #header .nav > .menu .right{
    width: 350px;
  }
}
@media (max-width: 1300px) {
  #header .nav > .menu .menu-box .menu > li {
    margin-left: 20px;
  }
  
  #header .nav > .menu .logo {
    width: 150px;
  }
  #header .nav > .menu .logo img {
    width: 100%;
  }
  #header .nav > .menu .menu-box .menu > li a {
    font-size: 20px;
  }
  #header .nav > .menu .right {
    height: 45px;
    width: 350px;
  }
  #header .nav > .menu .right > input:first-child {
    width: 285px;
    height: 42px;
  }
  #header .nav > .menu .right span {
    height: 45px;
  }
  #banner {
    margin-top: 110px;
  }
  #index-body .commitment .container .right .subtext {
    margin-left: 0;
  }
  #index-body .contact .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  #index-body .contact .container .left {
    position: relative;
    left: 0;
    top: 0;
    width: 48%;
  }
  #index-body .contact .container .right {
    width: 48%;
    padding-left: 0;
    padding: 50px;
  }
  #index-body .contact .container .right .cont {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #header .nav > .menu .menu-box .menu > li a{
    font-size: 14px;
  }
  #header .nav > .menu .right_cont .lang_cont>span{
    font-size: 14px;
  }
  #index-body .about .container {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .about .container .right .n2 {
    width: 90%;
  }
  #index-body .commitment .container .bottom_text {
    padding: 20px 50px;
  }
  #index-body .commitment .container {
    padding-bottom: 100px;
  }
  #index-body .commitment .container .right .subtext {
    font-size: 100px;
    margin-top: -60px;
  }
  #index-body .news .container {
    width: 100%;
    padding: 0 20px;
  }
  #header .nav > .menu .right{
    width: 300px
  }
}
@media (max-width: 1024px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont {
    margin-left: 100px;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont div {
    font-size: 40px;
    width: 420px;
  }
  #index-body .advace .container .left {
    display: none;
  }
  #index-body .advace .container .right {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    padding: 3vw;
  }
  #index-body .advace {
    min-height: auto;
  }
  #index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .img{
    height: 20vw
  }
  #index-body .server .container .content{
    padding: 0 20px;
  }
  #index-body .product .container .content{
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont div {
    font-size: 20px;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .more {
    margin-top: 10px;
    font-size: 14px;
  }
  #index-body .about .container {
    justify-content: center;
    flex-wrap: wrap;
  }
  #index-body .about .container .left {
    width: 100%;
  }
  #index-body .about .container .right {
    width: 60%;
    margin-top: 40px;
  }
  #index-body .about .container .right .n1 {
    display: none;
  }
  #index-body .about .container .right .n2 {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  #index-body .about .container .left {
    text-align: center;
  }
  .more_cont {
    margin: auto;
    margin-top: 30px;
  }
  #index-body .about .container .left .title::before {
    left: 45%;
  }
  #index-body .server .container .title_2 {
    width: 100%;
  }
  #index-body .advace .container .right {
    text-align: center;
    padding: 6vw 3vw;
  }
  #index-body .product .container .title_2 {
    width: 100%;
  }
  #index-body .commitment {
    margin-top: 50px;
    padding: 0 20px;
  }
  #index-body .commitment .container {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  #index-body .commitment .container .left {
    width: 100%;
  }
  #index-body .commitment .container .left .img {
    margin-top: 20px;
    height: 50vw;
  }
  #index-body .commitment .container .left .list_cont {
    margin-top: 40px;
  }
  #index-body .commitment .container .right .subtext {
    display: none;
  }
  #index-body .commitment .container .right {
    width: 80%;
  }
  #index-body .commitment .container .bottom_text {
    position: relative;
    top: 0;
    left: 0;
  }
  #index-body .commitment .container .right {
    margin-top: 40px;
    margin-left: 0;
  }
  #index-body .commitment .container .next_page {
    margin-top: 250px;
  }
  #index-body .contact .container {
    padding: 0 20px;
    margin: auto;
  }
  #index-body .contact .container .left {
    width: 100%;
  }
  #index-body .contact .container .right {
    margin-top: 20px;
    width: 100%;
  }
  #index-body .news .container .cont {
    flex-wrap: wrap;
  }
  #index-body .news .container .cont .list {
    width: 48%;
  }
  #index-body .news .container .cont .list:last-child {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .news .container .cont .list:last-child .content {
    width: 96%;
  }
  #footer .container .cont_top .top {
    justify-content: center;
  }
  #footer .container .cont_top .top form {
    display: none;
  }
  #footer .container .cont_top .meddle {
    justify-content: center;
  }
  #footer .container .cont_top .meddle .list_cont:nth-child(2) {
    display: none;
  }
  #footer .container .cont_top .meddle .list_cont {
    width: 45%;
  }
  #footer .container .cont_top .meddle .list_cont:nth-child(3) {
    width: 45%;
    margin-left: 10%;
  }
  #footer .container .cont_bottom div,
  #footer .container .cont_bottom a {
    margin-top: 10px;
  }
  #index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .img{
    height: 30vw;
  }
}
@media (max-width: 500px) {
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont {
    margin-left: 10px;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont div {
    font-size: 12px;
    width: 200px;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .more {
    width: 95px;
    padding: 3px 10px;
    line-height: 1;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .more:hover span:nth-child(2) {
    width: 10px;
  }
  #banner .container .swiper-container .swiper-wrapper .swiper-slide .cont .text_cont .more:hover {
    width: 105px;
  }
  #banner .container .swiper-container .banner_page {
    right: 10px;
  }
  #banner .container .swiper-container .banner_page .swiper-pagination .swiper-pagination-bullet {
    margin-top: 5px;
  }
  .swiper-pagination {
    width: 10px;
  }
  #banner .container .swiper-container .banner_page .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #index-body .about {
    padding: 20px 0;
  }
  #index-body .about .container {
    padding: 0 10px;
  }
  #index-body .about .container .left .des {
    font-size: 20px;
  }
  #index-body .about .container .left .des_2 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 2;
  }
  .more_cont {
    margin-top: 10px;
    font-size: 14px;
    height: 30px;
    width: 100px;
  }
  .more_cont:hover span:nth-child(2) {
    width: 10px;
  }
  .more_cont:hover {
    width: 120px;
  }
  #index-body .about .container .right {
    width: 100%;
  }
  #index-body .about .container .right .n3 {
    font-size: 14px;
  }
  #index-body .about .container .right .n3 i {
    font-size: 20px;
  }
  #index-body .about .container .right .n3 {
    padding: 20px;
  }
  #index-body .server {
    padding: 20px 0;
    background-size: 100% 202px;
  }
  #index-body .server .container {
    padding: 0 10px;
  }
  #index-body .server .container .title_2 {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
  }
  #index-body .server .container .content {
    margin-top: 20px;
  }
  #index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .img{
    height: 60vw;
  }
  #index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .cont .cont_title {
    font-size: 14px;
  }
  #index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .cont .cont_title_2 {
    font-size: 18px;
  }
  #index-body .server .container .content .swiper-container .swiper-wrapper .swiper-slide .subline {
    bottom: 36px;
  }
  #index-body .server .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #index-body .server .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
    width: 6px;
    height: 6px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
  }
  #index-body .advace .container .right .title_2 {
    font-size: 20px;
    line-height: 1.2;
  }
  #index-body .advace .container .right .cont .list .title_3 {
    font-size: 16px;
    margin: 5px 0;
  }
  #index-body .advace .container .right .cont .list .des_3 {
    font-size: 12px;
    line-height: 2;
  }
  #index-body .product {
    padding: 20px 0;
  }
  #index-body .product .container .title_2 {
    font-size: 20px;
    margin-top: 10px;
  }
  #index-body .product .container .content {
    margin-top: 20px;
    padding: 0 10px;
  }
  #index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide .cont .cont_title {
    font-size: 14px;
  }
  #index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide .cont .cont_title_2 {
    font-size: 18px;
  }
  #index-body .product .container .content .swiper-container .swiper-wrapper .swiper-slide .subline {
    bottom: 36px;
  }
  #index-body .product .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  #index-body .product .container .content .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
    width: 6px;
    height: 6px;
  }
  #index-body .product .container .content .swiper-container {
    padding-bottom: 50px;
  }
  #index-body .commitment {
    margin-top: 20px;
  }
  #index-body .commitment {
    padding: 0 10px;
  }
  #index-body .commitment .container {
    padding: 0 10px;
  }
  #index-body .commitment .container .left .img {
    margin-top: 10px;
  }
  #index-body .commitment .container .left .list_cont {
    margin-top: 10px;
  }
  #index-body .commitment .container .left .list_cont .list {
    height: 20px;
    margin-right: 10px;
  }
  #index-body .commitment .container .right {
    margin-top: 20px;
    width: 85%;
  }
  #index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide .des {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    height: 200px;
  }
  #index-body .commitment .container .next_page {
    margin-top: 60px;
  }
  #index-body .commitment .container .next_page .prev,
  #index-body .commitment .container .next_page {
    width: 40px;
  }
  #index-body .commitment .container .next_page .prev,
  #index-body .commitment .container .next_page .next {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
  #index-body .commitment .container .next_page .prev i,
  #index-body .commitment .container .next_page .next i {
    font-size: 20px;
  }
  #index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide .bottom {
    margin-top: 10px;
    margin-left: 0;
  }
  #index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide .bottom .text {
    font-size: 20px;
    margin-left: 10px;
  }
  #index-body .commitment .container .right .cont .swiper-container .swiper-wrapper .swiper-slide .bottom .subline {
    width: 30px;
    height: 2px;
  }
  #index-body .commitment .container .bottom_text {
    padding: 10px 30px;
    font-size: 16px;
  }
  #index-body .commitment .container .bottom_text .subline {
    width: 30px ;
    height: 2px;
  }
  #index-body .contact {
    margin-top: 20px;
  }
  #index-body .contact .container {
    padding: 0 10px;
  }
  #index-body .contact .container .left {
    padding: 20px 10px;
    text-align: center;
    height: auto;
  }
  #index-body .contact .container .left .title::before {
    left: 34%;
    display: none;
  }
  
  
  #index-body .contact .container .left .title_2 {
    font-size: 20px;
    margin: 20px 0;
    margin-bottom: 10px;
  }
  #index-body .contact .container .left .title_3 {
    font-size: 13px;
  }
  #index-body .contact .container .left form {
    margin-top: 10px;
  }
  #index-body .contact .container .left form input {
    padding: 10px;
    font-size: 14px;
    width: 100%;
  }
  
  #index-body .contact .container .left form .email {
    margin-left: 0;
  }
  #index-body .contact .container .left form textarea {
    padding: 10px;
    font-size: 14px;
  }
  #index-body .contact .container .right{
    padding: 20px;
  }
  #index-body .contact .container .right .cont .des{
    font-size: 20px;
  }
  #index-body .contact .container .right .cont .title{
    text-align: center;
  }
  #index-body .contact .container .right .cont .title::before{
    left: 45%
  }
  #index-body .contact .container .right .cont .list .faq_title{
    font-size: 18px;
  }
  #index-body .contact .container .right .cont .list .faq_des{
    font-size: 14px;
  }
  #index-body .news {
    margin-top: 20px;
  }
  #index-body .news .container {
    padding: 0 10px;
  }
  #index-body .news .container .title_2 {
    font-size: 20px;
  }
  #index-body .news .container .cont {
    margin-top: 10px;
  }
  #index-body .news .container .cont .list {
    width: 100%;
    margin-top: 10px;
  }
  #index-body .news .container .cont .list .content .cont_2 {
    padding: 10px 20px;
  }
  #index-body .news .container .cont .list .content .cont_2 .des {
    font-size: 18px;
    line-height: 1.4;
  }
  #index-body .news .container .cont .list .content .cont_2 .des_2 {
    font-size: 12px;
    line-height: 2;
  }
  #index-body .news .container .cont .list .content .cont_2 .subline {
    width: 40px;
    top: 65px;
  }
  #index-body .server .container .content{
    padding: 0;
  }
  #footer {
    margin-top: 50px;
    padding: 20px 0;
  }
  #footer .container .cont_top {
    padding: 0 10px;
  }
  #footer .container .cont_top .top .logo {
    width: 80%;
  }
  #footer .container .cont_top .meddle {
    margin-top: 40px;
  }
  #footer .container .cont_top .meddle .list_cont {
    width: 4100%;
  }
  #footer .container .cont_top .meddle .list_cont li:first-child {
    font-size: 20px;
  }
  #footer .container .cont_top .meddle .list_cont li {
    margin-top: 10px;
    font-size: 13px;
  }
  #footer .container .cont_top .meddle .list_cont li span {
    padding-bottom: 5px;
  }
  #footer .container .cont_top .meddle .list_cont li img {
    width: 12px;
    margin-top: 5px;
  }
  #footer .container .cont_top .meddle .list_cont li span a {
    margin-left: 10px;
  }
  #footer .container .cont_top .meddle .list_cont:nth-child(3) {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  #footer .container .cont_top .meddle .list_cont:nth-child(3) li:nth-child(3) {
    margin-top: 10px;
  }
  #footer .container .cont_top .meddle .list_cont:nth-child(3) li:nth-child(3) a {
    font-size: 14px;
    padding: 10px 30px;
  }
  #footer .container .cont_top .meddle .list_cont:nth-child(3) li:last-child a {
    font-size: 18px;
    margin-right: 10px;
  }
  #footer .container .cont_bottom {
    margin-top: 20px;
    padding: 15px 0;
  }
  #footer .container .cont_bottom div,
  #footer .container .cont_bottom a {
    font-size: 12px;
    height: 12px;
  }
  #footer .container .cont_bottom div,
  #footer .container .cont_bottom a {
    margin-top: 20px;
  }
  .go_top {
    width: 30px;
    height: 30px;
    line-height: 25px;
    bottom: 30vw;
    right: 5vw;
    border-width: 1px;
  }
}
