/**
* Template Name: KnightOne - v2.0.0
* Template URL: https://bootstrapmade.com/knight-simple-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-family: Arial, Helvetica, sans-serif;
  color:#666 ; line-height:26px; background: #ecedf1;
}

a {
  color: #7c7c7c;
}

a:hover {
  color: #7c7c7c;
  text-decoration: none;
}
p
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader :before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #009961;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
	.cpb{  }
	.mb{ display:none; overflow:hidden; }
@media (max-width: 1366px) {
	.cpb{ display:none;  }
	.mb{ display:block; overflow:hidden;}
	}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 9970;
  background: #f4f4f4;
box-shadow: 0 0 5px 0 rgba(127, 137, 161, 0.25);
}

#header.header-scrolled, #header.header-inner-pages {
  background:#f4f4f4;
}

#header .logo {
}

#header .logo img {
}

#headerfj{ width:100%; height:70px;}

@media (max-width: 1366px) {
#header .logo img {
  padding-top:10px;
  padding-bottom:10px;
  max-height:80px;
}
#headerfj{ width:100%; height:70px;}
}




@media (max-width: 768px) {
#header .logo img {
  padding-top:10px;
  padding-bottom:10px;
  max-height:60px;
}
#headerfj{ width:100%; height:60px; }

}



#header .iconbox{
	float:right;
	margin-bottom:5px;
	margin-top:5px;
}
#header .iconbox svg{
	
	float:left;
	display:inline-block;
	margin-left:13px;	
}

#header .iconbox .mobile { 
    display:none;
}
#header .ssb{ display:none;}

@media (max-width: 1366px) {
#header .iconbox{ display: none; }
#header .iconbox .mobile { margin:0 0 50px 50px;
display:block;
}
#header .ss{ display:none;}
#header .ssb{ display: block;}

}

#banner{ height:auto; overflow:hidden;  width:100%;}
#mobilebanner{ display:none; width:100%; }

@media (max-width:1202px) {
#banner{ display:none;}
#mobilebanner{ display:block;}

}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  margin: 0;
}

.nav-menu a {
  display: block;
  position: relative;
  color:#333;
  transition: 0.3s;
  font-size: 0px;
  padding: 0px; background: url("../images/cpbh.jpg") left center no-repeat; padding-right: 420px; line-height: 83px;
  font-family: Arial, Helvetica, sans-serif;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height:0px;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s; 
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #333;  
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100%);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 60px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #fe6601;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; color:#333;
}

.nav-menu .drop-down li {
  width: 400px;
  position: relative; color:#333;
}

.nav-menu .drop-down ul a {
  padding: 0px 35px;
  font-size: 16px;
  font-weight: 500; line-height: 60px;
  text-transform: none;
  color: #333;  background: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #fe6601; background: none;
}

.nav-menu .drop-down > a:after {
  content: ""; background:url(../images/xl21.jpg)  center no-repeat;
  padding-left: 15px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\>"; font-weight:bold;
  position: absolute;
  right: 15px; width:30px; background:none;
}

@media (max-width: 100%) {
  .nav-menu .drop-down .drop-down ul {
    left: -95%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
  content: "\>"; font-weight:600; background:none;
  }
}

/* Get Startet Button */
.get-started-btn { margin-top:20px;
  background: #0058aa;
  color: #fff;
  border-radius: 10px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 22px;
  display: inline-block;
}

.get-started-btn:hover  {
  background: #fff;
  color: #0058aa;
}


.get-started-btn:hover path{
 fill:#0058aa;
}
.site-header .topzi{
    font-size: 16px; padding-left:20px; padding-right:20px; line-height:60px; border-left:1px solid #CCC; height:60px; 
	
}
@media (max-width: 1460px) {
	.site-header .topzi{ display: none;}
}

.site-header .search-btn{
	width:83px; 
    font-size: 30px; height:80px; background:url(../images/topss.jpg)  center center ;
	
}
.site-header .yy-btn{}
.site-header .yy-btn .m{ color:#333; font-size: 16px; padding: 30px 20px;  background:#ddd; display:block;}

.site-header .yx{ background: url("../images/topyx.jpg")left center no-repeat;  font-size: 12px; padding: 30px 30px; color: #908f8f;}
.site-header .dh{ background: url("../images/topdh.jpg")left center no-repeat;  font-size: 12px; padding: 30px 30px; color: #908f8f;}

 
@media (max-width: 1460px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  z-index: 9998;
  border: 0;
  background:url(../images/hbb.png) right center no-repeat;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; right:1.5rem; width:28px; height:76px;
}

.htu{ padding-top:40px; padding-bottom:100px;}


@media (max-width: 768px) {
.mobile-nav-toggle {
  position: fixed;
  z-index: 9998;
  border: 0;
  background:url(../images/hbb.png) right center no-repeat;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; right:1.5rem; width:28px; height:60px;
  
}
}

.mobile-nav-toggle i {
  color: #333;opacity: 0;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fe6601;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "."; background:url(../images/xl21.jpg) center center no-repeat; color:#FFF;
  padding-left: 10px;
  position: absolute;
  right: 15px; width:30px; width:30px;
}

.mobile-nav .active.drop-down > a:after {
  content: ".";  background:url(../images/xl22.jpg) center center no-repeat; color:#FFF;
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(15, 15, 15, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle {
background:url(../images/hbbgb.png) right center no-repeat;
}

/*----------------------------------------*/
/*  09 - Search Box
/*----------------------------------------*/
.ts-search-overlay {
    opacity: 0.4;
    visibility: hidden;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#000;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.ts-icon-close {
    position: absolute;
    color: #fff;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.ts-icon-close:before {
    content: '';
    font-family: "optico-icons";
	width:50px; height:50px;
	background: url(../images/hbbgb.png) center center no-repeat;
    opacity: .5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    opacity: .6;
}
.ts-search-outer {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ts-search-outer .ts-search-logo {
    margin-bottom: 60px;
    position: absolute;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.ts-search-outer .ts-search-logo img {
    padding-top:15px; padding-bottom:15px;
}
.ts-search-overlay .ts-site-searchform {
    position: relative;
}
.ts-search-overlay input[type="search"] {
    border-bottom-color: #666;
}
.ts-search-overlay input[type="search"] {
    border: none;
    font-size: 16px;
    color: #09162a;
    padding: 0;
    padding-left: 16px;
    text-align: left;
    height: 70px;
    line-height: 70px;
}
.ts-search-overlay .ts-site-searchform button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px; 
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 60px;
    border: 0;
    color: #fff; background:url(../images/sstu2.jpg) center center no-repeat;
}
.ts-search-overlay.st-show {
    display: block; 
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}



#page {font-size:14px;padding:0px ; font-family:Arial, Helvetica, sans-serif; float:right;}
	#page ul{font-size:12px; float:right;display:table;text-align:center;}
	#page li{font-size:14px; float:left !important; float:left;margin-right:5px; margin-left:5px; height:30px;line-height:30px;display:inline; color:#333; border-radius: 2px; background:#f0f0f0;}
	
	#page span{display: block; padding: 0px 10px;float:right;  color:#333; }
	#page a{font-size:14px;display: block;float:left; text-decoration: none; margin:0px; color:#ffffff; padding: 0px 10px;background:#0058aa; border-radius: 2px; }
	#page a:link,#page a:visited {float:left;font-size:14px; }
	#page a:hover {background:#f0f0f0; float: left;color:#333; font-size:14px;}
	#span1 { float:left; padding-top:15px; float:left;font-size:12px;}
.habout{ padding: 60px 0;}
.habout  h1{  line-height:80px; font-size: 36px; color: #333;}
.habout  p{  font-size: 14px; color:#333; line-height: 26px; text-align: left;}
.habout .m{ line-height: 50px; font-size: 14px; color:#333; background: url("../images/mtu.jpg") right center no-repeat; padding-right: 40px;}

@media (max-width: 1024px) {
.habout h1{  line-height:60px; font-size: 26px; }		
}
.hproducts{ padding: 40px 0px;}
.hproducts h1{ text-align: center; line-height:30px; font-size: 20px; color: #333;}
.hproducts h2{ text-align: center; line-height:50px; font-size: 40px; color: #333; font-weight: 600;}
.hproducts .nr{ background: #fff; width: 100%;}
.hproducts .nr h3{
text-align:left; line-height:60px; color: #333; font-size:22px;  display: -webkit-box;   overflow: hidden;        white-space: normal!important;   text-overflow: ellipsis;        word-wrap: break-word;  -webkit-line-clamp: 1;        -webkit-box-orient: vertical;
}
.hproducts .nr .box1{ padding: 0 0 0 5px;}
.hproducts .nr img{ max-width: 100%;}
.hproducts .nr p{ min-height:80px; line-height: 26px; color: #4c4c4c; font-size: 14px; padding-top: 0px; }
.hproducts .nr .m{ padding:10px 25px; background: #bcbcbc; font-size: 14px; color: #fff; border-radius: 25px; }
.hproducts .nr:hover .m{ background:#fe6601;}
.hproducts .ms{ padding:30px;  font-size: 14px; color: #333; }
@media (max-width: 1024px) {
.hproducts h2{ line-height:60px; font-size: 26px; }
}
@media (max-width: 1366px) {
.hproducts .nr h3{ font-size: 18px;}		
}

.hnews{  padding: 40px 0 ; }
.hnews h1{ text-align: left; line-height:30px; font-size: 20px; color: #333;}
.hnews h2{ text-align: left; line-height:50px; font-size: 40px; color: #333; font-weight: 600;}
.hnews .dm{ margin-top: 70px; line-height: 30px; font-size: 16px; color:#353535;}
.hnews .nr{ margin-top: 8px; background:#FFFFFF; padding: 20px; }
.hnews .nr h3{ text-align:left; line-height:60px; color: #333; font-size:22px;  display: -webkit-box;   overflow: hidden;        white-space: normal!important;   text-overflow: ellipsis;        word-wrap: break-word;  -webkit-line-clamp: 1;        -webkit-box-orient: vertical;}
.hnews .nr p{ line-height:26px; font-size: 14px; color: #333; min-height: 90px;}
.hnews .nr .m{ padding:10px 20px; background: #bcbcbc; font-size: 14px; color: #fff; border-radius: 25px; }
.hnews .nr:hover .m{ background:#fe6601;}
@media (max-width: 1024px) {
.hnews h2{ line-height:60px; font-size: 26px; }
	.hnews .nr h3{ font-size: 18px; line-height: 40px;}
	
}

.footer{ background:#fff url( "../../yhtu/footerbj.jpg") bottom repeat-x; padding: 50px 0 0 0; margin-bottom: 0;}
.footer .box{ border: 1px solid #ccc; background: #fff;}
.footer .boxd{ background: url("../images/footerbj2.jpg") top center no-repeat; padding-top: 127px;}
.footer .nr1{ padding-left: 40px; background: url("../images/f1.jpg") top left no-repeat;}
.footer .nr2{ padding-left: 40px; background: url("../images/f2.jpg") top left no-repeat;}
.footer .nr3{ padding-left: 40px; background: url("../images/f3.jpg") top left no-repeat;}
.footer .nr4{ padding-left: 40px; background: url("../images/f4.jpg") top left no-repeat;}
.footer .nr5{ padding-left: 40px; background: url("../images/f5.jpg") top left no-repeat;}


.footer p{ line-height: 28px; font-size:16px; color: #4c4c4c;}
.footer h1{ line-height: 50px; font-size: 18px; color: #333;}
.footer .inputs{ border:1px solid #CCC; height:50px; line-height:50px; font-size:14px; color:#666; margin-top:40px; width:100%;  border-radius: 8px;}
.footer .inputc{ border:1px solid #CCC; height:150px; line-height:40px; font-size:14px; color:#666; margin-top:40px; margin-bottom: 40px; width:100%;  border-radius: 8px;}



.footer .set{ font-size:16px; color:#FFF;  background:#fe6601; padding-right:50px; padding-left:50px;}
.footer .logo{ padding: 20px 60px;}
.footer h2{ line-height: 80px; font-size: 14px; color: #4C4C4C;}
.footer .qq{ text-align: center;}

@media (max-width: 1024px) {
	.footer .qq{ display: none;}
}

.footer .qqsj{ display: none;}

@media (max-width: 1024px) {
	.footer .qqsj{ display: block;}
}

@media (max-width: 768px) {
.footer .inputs{ margin-top:0px;  margin-bottom: 40px;}
.footer .inputc{ border:1px solid #CCC; height:150px; line-height:40px; font-size:14px; color:#666; margin-top:0px; width:100%;  margin-bottom: 40px; border-radius: 8px;}
.footer .logo{ padding: 10px 10px;}
.footer .boxd{ background: url("../images/footerbj2s.jpg") top center no-repeat; padding-top: 90px;}	
}
@media (max-width: 700px) {
.footer .boxd{ background: url("../images/footerbj2ss.jpg") top center no-repeat; padding-top: 40px;}		
}

.bannercp{ display:block; padding-top:60px;}
.bannermb{  display:none; padding-top:40px;}

@media (max-width: 1366px) {
.bannercp{ display:none;}
.bannermb{ display:block;}
}
.breadcrumbs {
  padding: 0;
  min-height: 30px; border-bottom:1px solid #CCC; background: #fff;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 15px 0 15px 40px;
  margin: 0;
  background:url(../images/hbj.jpg) center left no-repeat;  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3333;
  content: "/";
}
@media (max-width: 768px) {
.breadcrumbs {display:none;}
}
.about{ padding: 60px 0; background:#fff;}
.about h1{ line-height: 70px; font-size: 36px; color: #333; font-weight: 600; text-align: center; background: url("../images/abtbj.jpg") bottom center no-repeat;}
.about h2{ line-height: 40px; font-size:22px; color: #333; text-align: center;}
.about p{ font-size: 14px; color: #4c4c4c; line-height: 30px; padding-left: 30px; padding-right: 30px;}
.about img{  max-width: 100%; padding-bottom: 30px; padding-top: 30px;}

@media (max-width: 768px) {
.about p {padding-left: 0px; padding-right: 0px;}
	.about h1{ font-size: 26px; line-height:50px;}
}

.products{ padding:30px 0; background: #fff;}
.products h1{ text-align: center; line-height:30px; font-size: 20px; color: #333;}
.products h2{ text-align: center; line-height:50px; font-size: 40px; color: #333; font-weight: 600;}
.products img{ max-width:100%;}
.products .xlnr{ margin:0px 15px 15px 0px; border:1px solid #727272; border-radius: 10px; padding-left:30px; padding-right:30px; font-size:14px; line-height:40px; color:#333; background:none; transition: all 0.6s ease 0s;}
.products .xlnr:hover { border:1px solid #fe6601;  background:#fe6601; color: #fff;}
.products .xlnrs { margin:0px 15px 15px 0px; border:1px solid #fe6601; border-radius: 10px; background:#fe6601; color:#FFF; line-height:40px; padding-left:30px; padding-right:30px; font-size:14px; }


.products .xlnrx{ margin:0px 25px 15px 0px; font-size:14px; line-height:40px; color:#333; background:none; transition: all 0.6s ease 0s;}
.products .xlnrx:hover { color:#fe6601;}
.products .xlnrxs { margin:0px 25px 15px 0px; color:#fe6601; line-height:40px; font-size:14px; }
.products h1{ text-align: center; line-height:30px; font-size: 20px; color: #333;}
.products h2{ text-align: center; line-height:50px; font-size: 40px; color: #333; font-weight: 600;}
@media (max-width: 1024px) {
.products h2{ line-height:60px; font-size: 26px; }
}

@media (max-width: 768px) {
.products .xlnr { display: none;}
.products .xlnrs { display: none;}
.products .xlnrx { display: none;}
.products .xlnrxs { display: none;}
}
.products .box{ border:1px solid #CCC; width:100%;  transition: all 0.6s ease 0s; margin-bottom:30px;}
.products .box:hover { box-shadow: 3px 3px 5px 3px rgba(127, 137, 161, 0.25); border:none;  border:1px solid #fff;}
.products .box .tu{ max-width:100%; text-align:center;}
.products .box h4{ text-align:center; line-height:50px; font-size:14px; color:#333;}



.proshow{ padding:40px 0; background: #fff;}
.proshow img{ max-width: 100%;}
.proshow h1{ border-bottom:1px solid #CCC; line-height:50px; font-size:20px; color:#333;}
.proshow p{ padding-top:0px; padding-bottom:0px; line-height:30px; font-size:14px;}
.proshow .proxg{ height:auto; overflow:hidden;}
.proshow .xlnr{ margin:0px 15px 15px 0px; border:1px solid #727272; border-radius: 10px; padding-left:30px; padding-right:30px; font-size:14px; line-height:40px; color:#333; background:none; transition: all 0.6s ease 0s;}
.proshow .xlnr:hover { border:1px solid #fe6601;  background:#fe6601; color: #fff;}
.proshow .xlnrs { margin:0px 15px 15px 0px; border:1px solid #fe6601; border-radius: 10px; background:#fe6601; color:#FFF; line-height:40px; padding-left:30px; padding-right:30px; font-size:14px; }

.proshow .xlnrx{ margin:0px 25px 15px 0px; font-size:14px; line-height:40px; color:#333; background:none; transition: all 0.6s ease 0s;}
.proshow .xlnrx:hover { color:#fe6601;}
.proshow .xlnrxs { margin:0px 25px 15px 0px; color:#fe6601; line-height:40px; font-size:14px; }

.proshow h3{ text-align: center; line-height:30px; font-size: 20px; color: #333;}
.proshow h4{ text-align: center; line-height:50px; font-size: 40px; color: #333; font-weight: 600;}
@media (max-width: 1024px) {
.proshow h4{ line-height:60px; font-size: 26px; }
}


@media (max-width: 768px) {
.proshow .xlnr { display: none;}
.proshow .xlnrs { display: none;}
.proshow .xlnrx { display: none;}
.proshow .xlnrxs { display: none;}
}

@media (max-width: 1020px) {
.proshow .proxg{ display: none;}
}
.newshow { padding: 40px 0; background: #fff;}
.newshow h1{ text-align: center; line-height: 40px; font-size:24px; line-height: 40px; color:#333;  padding-bottom: 20px;}
.newshow p{ line-height: 30px; font-size: 14px; color:#4c4c4c; }
@media (max-width: 768px) {
	.newshow h1{ font-size: 18px; line-height: 30px; }

}

.service{ padding:30px 0;}
.service .box{ margin-bottom:40px; background:#f6fafb;}
.service .boxs{ padding:40px;}
.service img{ max-width:100%;}
.service h2{ line-height:35px; font-size:18px; color:#333; border-bottom:1px solid #CCC; padding-bottom:10px; margin-bottom:10px;}
.service h3{ line-height:30px; font-size:18px; color:#333; padding-bottom:15px;  text-align:center;}
c p{ line-height:26px; font-size:14px; color:#666; padding-bottom:20px;}
.service .box .m{ padding:10px 20px; background: #bcbcbc; font-size: 14px; color: #fff; border-radius: 25px; margin-top: 30px;}
.service .box:hover .m{ background:#fe6601;}

@media (max-width: 1024px) {
.service .boxs{ padding:20px;}
.service h2{ line-height:30px; font-size:18px; color:#333; border-bottom:1px solid #CCC; padding-bottom:5px; margin-bottom:5px;}
.service p{ line-height:24px; font-size:14px; color:#666; padding-bottom:10px;}
}

.dtu{ padding:40px 0; background: #fff; }
.dtu h1{ text-align: center; line-height:80px; font-weight: 600; font-size: 30px; color: #333;}
@media (max-width: 1024px) {
.dtu h1{ line-height:60px; font-size: 22px; }
}

