/* 字体引入 */
/* 网站基本宽度（注意修改） */
.container {
  width: 1630px;
  padding: 0 15px;
}
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;
}
img{
	height: auto!important;
}
#header .container {
  width: 1630px!important;
  padding: 0 15px;
}
#header .header_top {
  background: #3c3c3c;
  color: #FFFFFF;
}
#header .header_top .top_left {
  font-family: '方正大黑简体';
  font-size: 14px;
  line-height: 24px;
  padding: 9px 0;
}
#header .header_top .top_left span {
  display: inline-block;
}
#header .header_top .top_left span:nth-child(2) {
  margin-left: 60px;
}
#header .header_top .top_left span:nth-child(3) {
  margin-left: 30px;
}
#header .header_top .top_left img {
  margin-right: 10px;
}
#header .header_top .top_right ul li {
  float: right;
  padding: 9px 0;
}
#header .header_top .top_right ul li a {
  font-family: '方正大黑简体';
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
  transition: 0.5s ease;
  border-right: 2px solid #FFFFFF;
}
/* #header .header_top .top_right ul li a.active,
#header .header_top .top_right ul li a:hover {
  color: #c80000; */
/* } */
#header .header_top .top_right ul li:first-child a {
  border-right: none;
}
#header .header_bottom .search-box {
  width: 230px;
  height: 38px;
  margin: 20px 0 12px 15px;
}
#header .header_bottom .search-box form {
  width: 230px;
  height: 38px;
  position: relative;
  border: 1px solid #959595;
}
#header .header_bottom .search-box form input {
  outline: none;
  background: none;
  border: none;
}
#header .header_bottom .search-box form input[type="text"] {
  width: 186px;
  height: 38px;
  font-family: 'Arial';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
#header .header_bottom .search-box form input[type="submit"] {
  width: 44px;
  height: 38px;
  background: url("../images/search.png") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
#header .header_bottom .menu li {
  float: left;
  position: relative;
  transition: 0.5s ease;
  padding: 30px 0;
}
#header .header_bottom .menu li:hover {
  background: #333;
}
#header .header_bottom .menu li:hover a {
  border-right: 1px solid #dc0000;
  color: #FFFFFF;
}
#header .header_bottom .menu li a {
  display: inline-block;
  font-family: '方正大黑简体';
  font-size: 14px;
  line-height: 14px;
  padding: 0 30px;
  border-right: 1px solid #000000;
  transition: 0.3s ease;
}

#header .header_bottom .menu li:last-child a {
  border-right: none;
}
#header .header_bottom .menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 180px;
  background: #333;
  display: none;
  z-index: 10;
	background: rgba(0, 0, 0, 0.3);
}
#header .header_bottom .menu li .sub-menu li {
  width: 100%;
  padding: 0;
}
#header .header_bottom .menu li .sub-menu li:hover {
  background: #383838;
}
#header .header_bottom .menu li .sub-menu li a {
  padding:15px 10px;
  width: 100%;
  border-right: none;
  color: #FFFFFF;
}
#banner {
  position: relative;
}
#banner img {
  width: 100%;
  height: auto;
}
#banner #down {
  display: inline-block;
  width: 24px;
  position: absolute;
  bottom: 65px;
  left: 50%;
              transform: translateX(-50%);
}
#banner #down img {
  width: 100%;
  height: auto;
}
#banner p{
	position: absolute;
	color: #fff;
	font-size: 20px;
	right: 20%;
	bottom: 60px;
}
#index-body .i-choose ul li {
  float: left;
  width: 24.7%;
  margin-right: 0.4%;
  overflow: hidden;
  position: relative;
}
#index-body .i-choose ul li .img img {
  width: 100%;
  height: auto;
}
#index-body .i-choose ul li .content {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 0 20px;
}
#index-body .i-choose ul li .content h3 {
  font-family: '方正大黑简体';
  font-size: 24px;
  line-height: 24px;
  padding: 15px 0 10px;
  -webkit-line-clamp: 1;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-choose ul li .content P {
  font-family: "roboto-regular";
  padding: 0 35px;
  font-size: 16px;
  line-height: 20px;
  color: #868686;
}
#index-body .i-choose ul li .content .button {
  display: inline-block;
  font-family: '方正大黑简体';
  font-size: 16px;
  line-height: 20px;
  padding: 5px 20px;
  border: 1px solid #000000;
  transition: 0.5s ease;
  margin-top: 20px;
}
#index-body .i-choose ul li .content .button:hover {
  background: #dc0000;
  border: 1px solid #dc0000;
  color: #FFFFFF;
}
#index-body .i-choose ul li:last-child {
  margin-right: 0;
}
#index-body .i-product {
  padding: 90px 0 80px;
}
#index-body .i-product h2 {
  font-family: '方正大黑简体';
  font-size: 36px;
  line-height: 36px;
}
#index-body .i-product p {
  font-family: "roboto-regular";
  font-size: 18px;
  line-height: 30px;
  padding: 20px 0 40px;
  color: #999;
}
#index-body .i-product .swiper-slide .img-box img {
  width: 100%;
  height: auto;
}
#index-body .i-product .swiper-slide h3 {
  font-family: "roboto-regular";
  font-size: 14px;
	text-transform:capitalize;
  line-height: 24px;
color:#666;
 margin-top:20px;
	margin-left:5px;
	margin-right:5px;
  text-align: center;
  transition: 0.3s ease;
}
#index-body .i-product .swiper-slide h3:hover {
  
}
#index-body .i-news .swiper-slide {
  position: relative;
}
#index-body .i-news .swiper-slide img {
  width: 100%;
  height: auto;
}
#index-body .i-news .swiper-slide .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  padding: 75px 240px 30px 0;
}
#index-body .i-news .swiper-slide .content h3 {
  font-family: '方正大黑简体';
  font-size: 30px;
  line-height: 30px;
}
#index-body .i-news .swiper-slide .content p {
  font-family: 'Calibri';
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  -webkit-line-clamp: 3;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-news .swiper-slide .content a {
  display: inline-block;
  width: 100px;
  height: 36px;
  text-align: center;
  font-family: '方正大黑简体';
  font-size: 14px;
  line-height: 36px;
  border: 1px solid #FFFFFF;
  transition: 0.5s ease;
  margin-top: 25px;
}
#index-body .i-news .swiper-slide .content a:hover {
  background: #dc0000;
  border-color: #dc0000;
}
#index-body .i-news .swiper-slide-active .content {
  padding-left: 165px!important;
}
#index-body .i-news .swiper-slide-next .content {
  padding-left: 120px;
}
#index-body .i-partner {
  padding: 70px 0;
  border-bottom: 1px solid #cfcfcf;
}
#index-body .i-partner .swiper-slide img {
  width: 100%;
  height: auto;
}
#footer {
  padding: 60px 0 115px;
}
#footer ul .about {
  width: 40.625%;
  float: left;
}
#footer ul .about a{
	display:inline-block;
}
#footer ul .about img{
	width: 200px;
	height:auto;
}
#footer ul .about p {
  font-family: 'Calibri';
  font-size: 16px;
  margin-top: 55px;
	font-weight: bolder;
}
#footer ul .about p a {
  font-weight: 300;
  transition: 0.3s ease;
}
#footer ul .about p a:hover {
  color: #dc0000;
}
#footer ul .about .shortcut {
  padding: 15px 0 30px;
}
#footer ul .about .shortcut li {
  float: left;
}
#footer ul .about .shortcut li a {
  display: inline-block;
  padding: 0 20px;
  font-family: 'Calibri';
  font-size: 18px;
  line-height: 18px;
  border-right: 1px solid #000000;
  transition: 0.3s ease;
}
#footer ul .about .shortcut li a:hover {
  color: #dc0000;
}
#footer ul .about .shortcut li:nth-child(1) a {
  padding-left: 0!important;
}
#footer ul .about .faBox li {
  float: left;
  margin-right: 4px;
}
#footer ul .about .faBox li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #6a6a6a;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  transition: 0.3s ease;
}
#footer ul .about .faBox li a:hover {
  background: #dc0000 !important;
}
#footer ul .about .faBox li:nth-child(2) a {
  background: #acacac;
}
#footer ul .about .faBox li:nth-child(3) a {
  background: #5a5a5a;
}
#footer ul .about .faBox li:last-child a {
  font-size: 16px;
  background: #747474;
}
#footer ul .contact_information {
  width: 25%;
  float: left;
  padding-top: 50px;
}
#footer ul .contact_information h3 {
  font-family: '方正大黑简体';
  font-size: 18px;
  line-height: 18px;
}
#footer ul .contact_information .information {
  padding-top: 35px;
}
#footer ul .contact_information .information li {
  font-family: '方正大黑简体';
  font-size: 16px;
  line-height: 36px;
  padding: 5px 0;
}
#footer ul .contact_information .information li img {
  margin-right: 10px;
}
#footer ul .contact_information .information li:last-child {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 1px solid #bababa;
}
#footer ul .contact_information p {
  font-size: 14px;
  line-height: 30px;
  font-family: '方正大黑简体';
  padding-top: 10px;
}
#footer ul .contact {
  width: 21.875%;
  float: left;
  padding-top: 55px;
}
#footer ul .contact h3 {
  font-family: '方正大黑简体';
  font-size: 18px;
  line-height: 18px;
}
#footer ul .contact img {
  width: 110px;
  height: 110px;
  float: left;
  margin-top: 55px;
  margin-right: 20px;
}
#footer ul .contact a {
  display: inline-block;
  width: 150px;
  height: 50px;
  padding: 10px 5px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  font-family: '方正大黑简体';
  transition: 0.5s ease;
  color: #FFFFFF;
}
#footer ul .contact a:hover {
  background: #383838!important;
}
#footer ul .contact .contact {
  margin-top: 55px;
  background: #dc0000;
}
#footer ul .contact .lorem {
  margin-top: 15px;
  background: #3c5aa0;
}
#footer ul .contact_map {
  width: 12.5%;
  float: left;
  text-align: center;
}
#footer ul .contact_map .map {
  width: 200px;
  height: 46px;
  display: inline-block;
  font-family: '方正大黑简体';
  font-size: 18px;
  line-height: 30px;
  padding: 8px 0;
  border: 1px solid #000000;
  text-align: center;
  transition: 0.5s ease;
}
#footer ul .contact_map .map .img1 {
  display: inline-block;
}
#footer ul .contact_map .map .img2 {
  display: none;
}
#footer ul .contact_map .map:hover {
  background: #dc0000;
  color: #FFFFFF;
  border: 1px solid #dc0000;
}
#footer ul .contact_map .map:hover .img1 {
  display: none;
}
#footer ul .contact_map .map:hover .img2 {
  display: inline-block;
}
#footer ul .contact_map .map img {
  margin: 4px 12px;
  display: inline-block;
}
#footer ul .contact_map #up {
  display: inline-block;
  margin-top: 54px;
}
#footer ul .contact_map #up .img1 {
  display: inline-block;
}
#footer ul .contact_map #up .img2 {
  display: none;
}
#footer ul .contact_map #up:hover .img1 {
  display: none;
}
#footer ul .contact_map #up:hover .img2 {
  display: inline-block;
}
@media screen and (max-width: 1630px) {
  .container {
    width: 1480px;
  }
  #header .container {
    width: 1024px!important;
  }
  #header .header_top {
    background: #3c3c3c;
    color: #FFFFFF;
  }
  #header .header_top .top_left span:nth-child(2),
  #header .header_top .top_left span:nth-child(3) {
    margin-left: 15px;
  }
  #header .header_bottom .search-box {
    width: 200px;
  }
  #header .header_bottom .search-box form {
    width: 200px;
  }
  #header .header_bottom .search-box form input[type="text"] {
    width: 156px;
  }
  #header .header_bottom .menu li a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1480px) {
  .container {
    width: 1024px;
  }
  #index-body .i-choose ul li .content {
    top: 15px;
    padding: 0 10px;
  }
  #index-body .i-choose ul li .content h3 {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
  }
  #index-body .i-choose ul li .content P {
    padding: 0 10px;
  }
  #index-body .i-choose ul li .content .button {
    margin-top: 10px;
  }
  #index-body .i-news .swiper-slide .content {
    padding: 30px 30px 30px 0;
  }
  #index-body .i-news .swiper-slide .content h3 {
    font-size: 24px;
    line-height: 24px;
  }
  #index-body .i-news .swiper-slide .content p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  #index-body .i-news .swiper-slide-active .content,
  #index-body .i-news .swiper-slide-next .content {
    padding-left: 30px!important;
  }
  #index-body .i-partner {
    padding: 30px 0;
  }
  #footer {
    padding: 30px 0;
  }
  #footer ul .about {
    width: 50%;
  }
  #footer ul .about p {
    margin-top: 30px;
	 font-weight: bold;
  }
	#footer ul .about p a{
		font-weight: 300;
	}
  #footer ul .about .shortcut {
    padding: 10px 0 15px;
  }
  #footer ul .about .shortcut li a {
    padding: 0 20px;
  }
  #footer ul .about .faBox li a {
    font-size: 20px;
  }
  #footer ul .about .faBox li:nth-child(2) a {
    background: #acacac;
  }
  #footer ul .about .faBox li:nth-child(3) a {
    background: #5a5a5a;
  }
  #footer ul .about .faBox li:last-child a {
    font-size: 16px;
    background: #747474;
  }
  #footer ul .contact_information {
    width: 50%;
    padding-top: 20px;
  }
  #footer ul .contact_information h3 {
    font-size: 18px;
    line-height: 18px;
  }
  #footer ul .contact_information .information {
    padding-top: 15px;
  }
  #footer ul .contact {
    width: 50%;
    padding-top: 30px;
  }
  #footer ul .contact .contact {
    margin-top: 30px;
    margin-right: 30px;
  }
  #footer ul .contact .lorem {
    margin-top: 30px;
  }
  #footer ul .contact_map {
    width: 50%;
  }
  #footer ul .contact_map .map {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }
  #index-body .i-choose ul li {
    width: 48%;
    margin: 1%;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-news .swiper-slide {
    position: relative;
  }
  #index-body .i-news .swiper-slide img {
    width: 100%;
    height: auto;
  }
  #index-body .i-news .swiper-slide .content {
    padding: 75px 240px 30px 0;
  }
  #index-body .i-news .swiper-slide .content h3 {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .i-news .swiper-slide .content p {
    font-size: 16px;
    line-height: 24px;
  }
  #index-body .i-news .swiper-slide-active .content {
    padding-left: 165px!important;
  }
}
@media screen and (max-width: 768px) {
  #index-body .i-news .swiper-slide .content {
    padding: 30px;
  }
  #index-body .i-news .swiper-slide-active .content {
    padding-left: 30px!important;
  }
  #footer ul .contact_information {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 653px) {
  #footer ul .contact .contact {
    margin-right: 0;
  }
}
@media screen and (max-width: 570px) {
  #index-body .i-choose ul li {
    width: 100%;
    margin: 0;
  }
  #index-body .i-choose ul li .content {
    top: 30px;
  }
  #index-body .i-news .swiper-slide .content {
    padding: 15px;
  }
  #index-body .i-news .swiper-slide .content h3 {
    font-size: 24px;
    line-height: 24px;
  }
  #index-body .i-news .swiper-slide .content p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
  }
  #index-body .i-news .swiper-slide .content a {
    width: initial;
    height: initial;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
  }
  #index-body .i-news .swiper-slide-active .content {
    padding-left: 30px!important;
  }
  #footer {
    padding: 30px 0;
  }
  #footer ul .about,
  #footer ul .contact_information,
  #footer ul .contact,
  #footer ul .contact_map {
    width: 100%;
  }
	#index-body .i-news .swiper-slide .content p{
		display: none;
	}
}

















































.inner-banner {
  height: 600px;
  padding-top: 170px;
  color: white;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.inner-banner canvas {
  position:absolute;
  left:0;
  top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.inner-banner .about {
  padding-top: 150px;
}
.inner-banner .box h2 {
  font-size: 30px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  padding-bottom: 20px;
  line-height: 50px;
}
.inner-banner .box h2:after {
  content: '';
  width: 160px;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 20px;
}
.inner-banner .box p {
  max-width: 700px;
}
.inner-banner .box .plays {
  display: block;
  margin-top: 20px;
  cursor: pointer;
  cursor: hand;
}
.inner-banner .box .plays i {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 46px;
  border-radius: 100%;
  border: 2px solid white;
  font-size: 26px;
}
.inner-banner .box .plays i:before {
  position: relative;
  left: 2px;
}
.inner-banner .box .plays p {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.inner-banner .about-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-banner .about-banner ul {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li {
  padding: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li:first-child {
  border-left: none;
}
.inner-banner .about-banner ul li h3 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 28px;
}
.inner-page {
  border-bottom:3px solid #999;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inner-page h2 {
  text-align: center;
  font-size: 34px;
  color: #2b2b2b;
  line-height: 56px;
  font-family: "roboto-bold";
  display: block;
}
.inner-page .slick-arrow {
  color: transparent;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 50px;
  color: #0061a3;
  width: inherit;
  line-height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .slick-arrow:hover:after {
  color: #07bba5;
}
.inner-page .slick-arrow.slick-prev {
  right: 100%;
  margin-right: 20px;
}
.inner-page .slick-arrow.slick-prev:after {
  content: "\f104";
}
.inner-page .slick-arrow.slick-next {
  left: 100%;
  margin-left: 20px;
}
.inner-page .slick-arrow.slick-next:after {
  content: "\f105";
}
.inner-page .slick-dots {
  padding-top: 30px;
}
.inner-page .slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #0061a3;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px !important;
  padding: 0 !important;
  background: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.inner-page .slick-dots li button {
  display: none;
}
.inner-page .slick-dots li:hover,
.inner-page .slick-dots li.slick-active {
  background: #0061a3;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page a.current{
  color: white;
  background: #07bba5;
}
.inner-page ul.news-list {
  margin: -15px -8px;
}
.inner-page ul.news-list li {
  padding: 15px 8px;
  text-align: left;
}
.inner-page ul.news-list li a {
  background: white;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  outline: none;
}
.inner-page ul.news-list li a span {
  display: block;
  overflow: hidden;
}
.inner-page ul.news-list li a span img {
  width: 100%;
}
.inner-page ul.news-list li a h3 {
  padding: 15px 15px 10px;
  font-size: 20px;
  color: #262626;
  font-family: "roboto-bold";
  line-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;

  -webkit-line-clamp: 3;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.inner-page ul.news-list li a time {
  display: block;
  padding: 0 15px 20px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.news-list li a:hover {
  background: #07bba5;
}
.inner-page ul.news-list li a:hover h3,
.inner-page ul.news-list li a:hover time {
  color: white;
}
.inner-page .pro-list ul {
  margin: -7px;
}
.inner-page .pro-list ul li {
  padding: 7px;
  text-align: left;
}
.inner-page .pro-list ul li a {
  display: block;
  background: #f5f5f5;
  outline: none;
}
.inner-page .pro-list ul li a span {
  display: block;
  overflow: hidden;
  height: 208px;
  background: #fff;
}
.inner-page .pro-list ul li a span img{
  width: 100%;height: auto;
}
.inner-page .pro-list ul li a h3 {
  padding: 10px 15px;
  font-size: 16px;
  font-family: "roboto-bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
  height: 80px;
  overflow: hidden;
}
.inner-page .pro-list ul li a h3.first-title{
	font-weight: bold;
	font-size: 18px;
}
.inner-page .pro-list ul li a h3:hover {
  color: #07bba5;
}
.inner-page .pro-list ul li a p {
  padding: 0 15px 10px;
  color: #666;
  font-size: 14px;
}
.about-page .about-1 {
  padding: 80px 0;
}
.about-page .about-1 .box .grid-box {
  margin: 0 -15px;
}
.about-page .about-1 .box .grid-box .column {
  padding: 0 15px;
  vertical-align: middle;
}
.about-page .about-1 .box .box2 {
  padding-top: 40px;
}
.about-page .about-1 .box .box2 .right img {
  width: 100%;
}
.about-page .about-1 .box .box2 .text ul {

}
.about-page .about-1 .box .box2 .text ul li {
  vertical-align: top;
  text-align: center;
}
.about-page .about-1 .box .box2 .text ul li h3 {
  font-size: 24px;
  font-family: "roboto-bold";
}
.about-page .about-1 .box .box2 .text ul li h3 sup {
  margin-left: 10px;
  font-size: 18px;
}
.about-page .about-1 .box .box2 .text ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.about-page .about-2 {
  background: rgba(53, 138, 195, 0.08);
  padding: 80px 0;
  text-align: center;
}
.about-page .about-2 p {
  margin: 30px 0 40px;
  padding: 0 5%;
}
.about-page .about-2 .box ul {
  margin: 0 -7px;
}
.about-page .about-2 .box ul li {
  padding: 0 7px;
}
.about-page .about-2 .box ul li a {
  display: block;outline: none;
}
.about-page .about-2 .box ul li a span {
  display: block;
  overflow: hidden;
}
.about-page .about-2 .box ul li a img {
  width: 100%;
}
.about-page .about-2 .box ul li a h3 {
  font-size: 18px;
  color: #333;
  font-family: "roboto-bold";
  text-transform: capitalize;
  margin-top: 20px;
}
.about-page .about-3 {
  padding: 100px 0;
  text-align: center;
}
.about-page .about-3 h3 {
  font-size: 34px;
  color: #333;
  font-family: "roboto-bold";
  line-height: 34px;
}
.about-page .about-3 p {
  padding: 40px 5%;
}
.about-page .about-3 .year ul {
  position: relative;
}
.about-page .about-3 .year ul:after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(66, 66, 66, 0.5);
  z-index: -1;
}
.about-page .about-3 .year ul li {
  position: relative;
  padding-top: 90px;
  padding-bottom: 30px;
}
.about-page .about-3 .year ul li h4 {
  font-size: 18px;
  color: #424242;
  margin-bottom: 5px;
  height: 27px;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .year ul li i {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: rgba(53, 138, 195, 0.3);
  border: 1px solid #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.about-page .about-3 .year ul li i:after,
.about-page .about-3 .year ul li i:before {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #358ac3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-3 .year ul li i:before {
  height: 40px;
  width: 40px;
  opacity: 0;
  background: rgba(53, 138, 195, 0.3);
}
.about-page .about-3 .year .slick-center li h4 {
  font-size: 64px;
  font-family: "roboto-bold";
  top: -80px;
}
.about-page .about-3 .year .slick-center li i {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.about-page .about-3 .year .slick-center li i:before {
  opacity: 1;
}
.about-page .about-3 .year .slick-arrow {
  top: auto;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  bottom: 30px;
}
.about-page .about-3 .year .slick-arrow:after {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 100%;
  border: 1px solid #0061a3;
}
.about-page .about-3 .content {
  padding: 30px 5% 0;
}
.about-page .about-3 .content li .left {
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .about-3 .content li .left img {
  width: 100%;
}
.about-page .about-3 .content li .right {
  text-align: left;
  vertical-align: middle;
}
.about-page .about-3 .content li .right h4 {
  font-size: 28px;
  color: #333;
  font-family: "roboto-bold";
  margin-bottom: 30px;
}
.about-page .about-3 .content li .right p {
  padding: 0;
  color: #424242;
}
.about-page .about-4 {
  background: #eff6fa;
  padding: 80px 0;
  text-align: center;
}
.about-page .about-4 p {
  padding: 40px 5%;
}
.about-page .about-4 .box {
  padding: 0 80px;
}
.about-page .about-4 .box ul {
  margin: -10px -20px;
  position: relative;
}
.about-page .about-4 .box ul li {
  padding: 10px 20px;
}
.about-page .about-4 .box ul li a{
  outline: none;
}
.about-page .about-4 .box ul li span {
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box ul li span img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
}
.about-page .about-4 .box ul li span:after {
  content: '';
  width: 100%;
  height: 27px;
  background: url("../images/about-5.jpg") no-repeat;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-size: 100% auto;
  z-index: -1;
}
.about-page .about-4 .box ul li h4 {
  font-size: 20px;
  font-family: "roboto-bold";
  color: #333;
  margin: 20px 0 10px;
}
.about-page .about-4 .box ul li p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.about-page .about-4 .box ul .slick-arrow {
  top: 37%;
}
.lg-page {
  padding: 70px 0;
  text-align: center;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}

.lg-page ul li a {
  display: block;
}
.lg-page ul li a img{
  width: 100%;height: auto;
}
.lg-page ul li a h3 {
  color: #333;
  background: #eee;
  padding: 10px 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover h3 {
  background: #999;
  color: white;
}
.faq-page {
  padding: 70px 0;
}
.faq-page ul li {
  background: #f9f9f9;
  margin-bottom: 20px;
}
.faq-page ul li .q {
  background: #eee;
  padding: 10px 10px 10px 50px;
  font-size: 18px;
  font-family: "roboto-bold";
  position: relative;
}
.faq-page ul li .a {
  padding: 20px 20px 20px 50px;
  position: relative;
}
.faq-page ul li i {
  position: absolute;
  left: 10px;
}
.news-page {
  padding: 80px 0;
  background: #f5f5f5;
}
.news-page .news-1 {
  text-align: center;
}
.news-page .news-1 ul {
  margin-bottom: 25px;
  border-bottom: 1px solid #B8B8B8;
}
.news-page .news-1 ul li {
  width: auto;
  padding: 0 25px;
  margin-bottom: 15px;
  border-left: 1px solid #B8B8B8;
  line-height: 24px;
}
.news-page .news-1 ul li:first-child {
  border-left: none;
}
.news-page .news-1 ul li a {
  position: relative;
  display: block;
  padding: 0 5px;
}
.news-page .news-1 ul li a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -16px;
  left: 0;
  background: #0061a3;
  background: -webkit-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: -o-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: -moz-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: linear-gradient(157deg, #00bcd4 0%, #358ac3 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li:hover a:after,
.news-page .news-1 ul li.active a:after {
  width: 100%;
}
.newdet-page .newdet-1 {
  padding: 20px 0;
  background: white;
}
.newdet-page .newdet-1 h3 {
  font-size: 30px;
  color: #212121;
}
.newdet-page .newdet-1 .tag {
  color: #212121;
  margin: 20px 0 10px;
  display: block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 25px 0;
  color: #424242;
}
.newdet-page.technology .newdet-1 .content {
  border:none !important;
  margin-top:30px;
}
.newdet-page .newdet-1 .content img,
.newdet-page .newdet-1 .content p {
  margin-bottom: 20px;
}
.newdet-page .newdet-1 .share {
  padding-top: 30px;
  text-align: center;
}
.newdet-page .newdet-1 .share ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 5px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share ul li a {
  display: block;
}
.newdet-page .newdet-1 .share ul li:hover {
  color: white;
  background: #07bba5;
}
.newdet-page .newdet-2 {
  padding: 100px 0;
  background: #f5f5f5;
  text-align: center;
}
.contact-page .contact-1 .left {
	display:flex;
	align-items:center;
	justify-content:flex-end;
  padding-top: 30px;
}
.contact-page .contact-1 .left .box2 {
  text-align: left;
  max-width: 725px;
  padding-left: 15px;
  display: inline-block;
  padding-right: 8%;
  width:100%;
}
.contact-page .contact-1 .left .box2 h3 {
  font-size: 28px;
  font-family: "roboto-bold";
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
}
.contact-page .contact-1 .left .box2 h4 {
  font-size: 22px;
  font-family: "roboto-bold";
}
.contact-page .contact-1 .left .box2 ul li {
  margin-bottom: 20px;
}
.contact-page .contact-1 .left .box2 ul li h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .left .box2 ul li p {
  color: #424242;
  margin-top: 10px;
}
.contact-page .contact-1 .right {
  vertical-align: middle;
  position: relative;
}
.contact-page .contact-1 .right .button-group .button {
  background: #07bba5 !important;
}
.contact-page .contact-1 .right .amap-logo,
.contact-page .contact-1 .right .amap-copyright {
  display: none !important;
}
.contact-page .contact-2 {
  background: rgba(53, 138, 195, 0.08);
  padding: 100px 0;
  text-align: center;
}
.contact-page .contact-2 p {
  padding: 50px 5%;
}
.contact-page .contact-2 a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 0 35px;
  background: #0061a3;
  background: -webkit-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: -o-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: -moz-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: linear-gradient(23deg, #358ac3 0%, #00bcd4 100%);
  color: white;
  font-size: 18px;
}
.contactContainer{
  width: 1430px;
}
.contact-page .contact-3 {
  padding: 0px 20px;
  text-align: center;
	width:100%;
}
.contact-page .contact-3 p {
  margin: 15px 0;
  color: #666;
}
.contact-page .contact-3 .form {
  padding-top: 10px;
}
.contact-page .contact-3 .form ul {
  margin: -15px;
}
.contact-page .contact-3 .form ul li {
  padding: 5px;
}
.contact-page .contact-3 .form ul li input,
.contact-page .contact-3 .form ul li textarea {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #BDBDBD;
  background: white;
  padding: 0 25px;
  -webkit-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  -ms-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  transition: 0.5s border-color;
	    font: 14px"Arial","Microsoft YaHei";
}
.contact-page .contact-3 .form ul li input:focus,
.contact-page .contact-3 .form ul li textarea:focus {
  border-color: #07bba5;
}
.contact-page .contact-3 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 .form ul li textarea {
  height: 180px;
  line-height: 28px;
  padding: 11px 25px;
  resize: vertical;
}
.contact-page .contact-3 .form ul li input[type="submit"] {
  border: none;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s ease;
  background: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 30%, #07d7c1 100%);
}
.product-page {
  padding: 80px 0;
}
.product-page .product-1 .left {
  width: 25%;
  vertical-align: top;
  padding-right: 30px;
}
.product-page .product-1 .left h3 {
  font-size: 24px;
  color: white;
  font-family: "roboto-bold";
  text-transform: uppercase;
  padding: 15px 30px;
  background: #0061a3;
}
.product-page .product-1 .left .box {
  padding-top: 15px;
}
.product-page .product-1 .left .box ul li {
  background: #f5f5f5;
}
.product-page .product-1 .left .box ul li.parent>a{
/* 	font-size: 20px; */
	font-weight: bold;
}
.product-page .product-1 .left .box ul li a {
  display: block;
  border-bottom: 1px solid white;
  padding: 20px 30px;
  font-size: 18px;
  color: #666;
  font-family: "Arial";
}
.product-page .product-1 .left .box ul li a:hover,
.product-page .product-1 .left .box ul li.active>a {
  background: #666;
  background: -webkit-linear-gradient(157deg, #666 30%, #666 100%);
  background: -o-linear-gradient(157deg, #666 30%, #666 100%);
  background: -moz-linear-gradient(157deg, #666 30%, #666 100%);
  background: linear-gradient(23deg, #666 30%, #666 100%);
  color: white;
}
.product-page .product-1 .left .box ul li li a {
  padding:11px 30px;
  padding-left: 40px;
  position: relative;
  background: #fcfcfc;
  font-size:16px;
}
.product-page .product-1 .left .box ul li li a:after {
  content: '-';
  position: absolute;
  left: 30px;
  top: 11px;
}
.product-page .product-1 .left .box ul li li li a {
  padding-left: 47px;
  background: #FDFDFD;
}
.product-page .product-1 .left .box ul li li li a:after {
  content: '--';
}
.product-page .product-1 .right {
  width: 75%;
  vertical-align: top;
}
.product-page .product-1 .right .content {
  font-family: "Arial";
  color: #666;
}
.product-page .product-1 .right .content p {
  margin-bottom: 15px;
}
.product-page .product-1 .right .content p em {
  font-weight: bold;
  color: #333;
}
.product-page .product-1 .right .content2>table {
  width:30% !important;
  margin-right:5%;
  display:inline-block;
  vertical-align:top;
  max-height:1000px;
  overflow:auto;
  margin-left:-4px;
}
.product-page .product-1 .right .content2>table tr {
  width:100%;
}
.product-page .product-1 .right .content2>table tr:first-child,
.product-page .product-1 .right .content2>table tr:first-child td,
.product-page .product-1 .right .content2>table tr:first-child th{
  text-align:center;
}
.product-page .product-1 .right .content2>table tbody,
.product-page .product-1 .right .content2>table tr,
.product-page .product-1 .right .content2>table th,
.product-page .product-1 .right .content2>table td{
  display:inline-block;
  float:left;
}
.product-page .product-1 .right .content2>table td,
.product-page .product-1 .right .content2>table th {
  padding:15px 10px;
}
.product-page .product-1 .right .content2>table:nth-child(3n) {
  margin-right:0;
}
.product-page .product-1 .right .content2>table:nth-child(3n+1) {
  margin-left:0;
}
.prodet-page .prodet-1 {
  padding: 60px 0;
}
.prodet-page .prodet-1 .left {
  padding-right: 50px;
}
.prodet-page .prodet-1 .left span {
  display: block;
  background: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left span img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .right h2 {
  text-align: left;
}
.prodet-page .prodet-1 .right h5 {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 14px;
  color: #333;
  padding: 25px 0;
}
.prodet-page .prodet-1 .right .contact a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 220px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 30%, #07d7c1 100%);
}
.prodet-page .prodet-1 .right .contact a.down {
  background: #f4f4f4;
  color: #333;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .contact a.down:hover {
  background: #07bba5;
  background: -webkit-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #07bba5 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #07bba5 30%, #07d7c1 100%);
  color: white;
}
.prodet-page .prodet-1 .right .pro-det-img {
  margin-top: 30px;
  border-top: 1px solid rgba(35, 31, 32, 0.08);
  padding-top: 30px;
  text-align: center;
}
.prodet-page .prodet-1 .right .pro-det-img ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul .slick-track {
  margin-left:0;
}
.prodet-page .prodet-1 .right .pro-det-img ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul li i,
.prodet-page .prodet-1 .right .pro-det-img ul li span {
  display: none;
}
.prodet-page .prodet-2 {
  padding: 60px 0;
  background: #f5f9fc;
}
.prodet-page .prodet-2 h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  padding-bottom: 15px;
}
.prodet-page .prodet-2 .content {
  padding-top: 30px;
  line-height:28px;
  max-height:1400px;
  overflow-x:auto;
}
.prodet-page .prodet-2 .content ul li {
  padding-left:20px;
  position:relative;
}
.prodet-page .prodet-2 .content ul li:after {
  content:'';
  width:10px;
  height:10px;
  display:block;
  background:#07bba5;
  position:absolute;
  left:0;
  top:8px;
}
.prodet-page .prodet-2 .opsition {
  display:block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom:15px;
}
.prodet-page .prodet-2 .opsition:after {
  content:'';
  display:block;
  clear:both;
}
.prodet-page .prodet-2 .opsition>div {
  padding:10px 20px;
  font-size:18px;
  float:left;
  cursor:pointer;
  cursor:hand;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet-2 .opsition>div.active,
.prodet-page .prodet-2 .opsition>div:hover{
  background:#07bba5;
  color:white;
}
.prodet-page .prodet-3 {
  padding: 50px 0;
}
.prodet-page .prodet-3 .box {
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .inner-page .slick-arrow.slick-prev {
    margin-right: 0;
    right: auto;
    left: 0;
    z-index: 1;
  }
  .inner-page .slick-arrow.slick-next {
    margin-left: 0;
    left: auto;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1520px) {
  .product-page .product-1 .left .box ul li a {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 20px;
  }
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .contact-page .contact-2 p {
    padding: 30px 5%;
  }
  .product-page .product-1 .left .box ul li a {
    font-size: 16px;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4 {
    font-size: 18px;
  }
  .about-page .about-3 .year .slick-center li h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    margin-top: 0;
    height: 400px;
    padding-top: 100px;
  }
  .inner-banner .about-banner {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .lg-page,
  .faq-page,
  .news-page,
  .newdet-page .newdet-1,
  .newdet-page .newdet-2,
  .product-page,
  .contact-page .contact-3 {
    padding: 40px 0;
  }
  .about-page .about-3 .year .slick-center li h4 {
    font-size: 40px;
    line-height: 40px;
    top: -40px;
  }
  .about-page .about-3 .year ul li {
    padding-top: 50px;
  }
  .about-page .about-3 .content li .right h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .about-page .about-4 .box ul li {
    padding: 10px;
  }
  .about-page .about-4 .box ul {
    margin: -10px;
  }
  .grid-box.four > .column {
    width: 33.333%;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4 {
    font-size: 16px;
  }
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .product-page .product-1 .left h3 {
    padding: 15px;
    font-size: 20px;
  }
  .product-page .product-1 .left .box ul li a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-2,
  .contact-page .contact-2 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 20px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 18px;
  }
  .contact-page .contact-3 .form ul li {
    padding: 5px;
  }
  .contact-page .contact-3 .form ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 80px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%!important;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%!important;
    padding-top: 30px;
  }
  .product-page .product-1 .left {
    display: none;
  }
  .product-page .product-1 .right {
    width: 100%!important;
  }
  .news-page .news-1 {
    display: none;
  }
  .lg-page ul li {
    padding: 5px;
  }
  .lg-page ul {
    margin: -5px;
  }
  .inner-banner .box h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .inner-banner .box h2:after {
    margin-top: 20px;
  }
  .about-page .about-1 .box .grid-box .column {
    width: 100%!important;
    padding: 10px 15px;
  }
  .about-page .about-1 .box .box2 {
    padding-top: 0;
  }
  .about-page .about-1 .box .box2 .text ul li {
    width: 25%!important;
  }
  .about-page .about-3 h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .about-page .about-3 p {
    padding: 20px 5%;
  }
}
@media screen and (max-width: 700px) {
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .about-page .about-1 .box .box2 .text ul li {
    width: 50%!important;
  }
  .about-page .about-3 .content li .left {
    width: 100%!important;
    padding-right: 0;
  }
  .about-page .about-3 .content li .right {
    width: 100%!important;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-4 .box {
    padding: 0;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .faq-page ul li .q {
    font-size: 16px;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4,
  .inner-page .pro-list ul li a p {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-page ul.news-list li a time {
    font-size: 12px;
  }
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 20px;
  }
  .inner-page .pro-list ul li a h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .prodet-page .prodet-1 .right .contact a {
    width: 120px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  table {
    width: 100%!important;
    overflow: auto;
    display: inline-block;
  }
  .contact-page .contact-1 .left {
    width: 100%!important;
    padding: 40px 15px;
  }
  .contact-page .contact-1 .left .box2 {
    padding: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%!important;
  }
  .contact-page .contact-1 .right #mapContainer {
    height: 300px !important;
  }



}
@media screen and (max-width: 500px) {
  .grid-box.four > .column {
    width: 100%;
  }
}
.contact-box2{
	position:absolute;
	top:0;
	left: 20%;
}
.contact-box2 h3{
	padding:0px 0;
}
.contact-box2 li{
	padding:10px 0;
}
.contact-box2 h4{
	display:flex;
	align-items:center;
}
.contact-box2 h3 img{
	display:inline-block;
	margin-right:10px;
}
.contact-box2 li h3{
	display:flex;
	align-items: center;
}



#history {
  margin-top: 100px;
  position: relative;
}
#history::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #cccccc;
  left: 0;
  bottom: 116px;
}
#history .historyBox{
  padding-top: 50px;
}
#history .historyBox .swiper-slide {
  text-align: center;
  padding-top: 20px;
}
#history .historyBox .swiper-slide h2 {
  font-size: 30px;
  font-family: "roboto-bold";
}
#history .historyBox .swiper-slide > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #000000;
  margin-top: 16px;
}
#history .historyBox .swiper-slide > p {
  font-size: 14px;
	margin-top: 10px;
  color: #666666;
  line-height: 24px;
  /*margin-top: 10px;*/
}
#history .swiper-button-prev,
#history .swiper-button-next {
  background: none;
  cursor: pointer;
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #575757;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  top: 145px;
}
#history .swiper-button-prev > i,
#history .swiper-button-next > i {
  color: #fff;
  font-size: 18px;
}
#history .swiper-button-prev:hover,
#history .swiper-button-next:hover {
  background-color: #fc0000;
}
#history .swiper-button-prev {
  left: -3%;
}
#history .swiper-button-next {
  right: -3%;
}
.service-page p{
	text-align: center;
}
.service-page p img{
	width: auto;
	height: auto;
}
.container.pro-container{
	width: 1200px;
}


@media screen and (max-width: 768px) {
	#banner p,
	#banner #down{
		display: none;
	}
	#history{
		margin-top: 30px;
	}
	#history .historyBox{
		padding-top: 20px;
	}
	.lg-page ul li{
		width: 49%!important;
		margin: 0 2% 15px 0!important;
	}
	.lg-page ul li:nth-of-type(2n){
		margin-right: 0!important;
	}
	.container.pro-container{
		width: 100%;
	}
	.inner-page .pro-list ul li,
	.inner-page ul.news-list li {
		width: 100%!important;
	}
	.inner-page .pro-list ul li a span{
		height: auto;
	}
	.inner-page .pro-list ul li a h3{
		height: auto;
	}
	.inner-banner .box h2{
		font-size: 20px;
	}
	#history .swiper-button-prev, #history .swiper-button-next{
		display: none;
	}
	.prodet-page .prodet-2 .content table td{
		word-break: keep-all;
	}
	#footer ul .contact img,
	#footer ul .contact_map{
		display: none;
	}
	.contact-box2.ssfssjkvas{
		top: -40px;
		left: 25px;
	}
	.inner-banner .box .ssfssjkvas h2{
		font-size: 16px;
	}
	.contact-box2.ssfssjkvas li{
		padding: 5px 0;
	}
	.contact-box2.ssfssjkvas li h3{
		font-size: 14px;
	}
	.contact-box2.ssfssjkvas h3 img{
		width: 20px;
	}
	.mb-lanList li a{
		font-size: 12px;
	}
}

.mbx{
	text-align: left;
	margin:30px 0 40px;
}
.mbx.sffd{
	margin-top: -30px;
}