/**
* 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;
}

a {
  color: #333;
}

a:hover {
  color: #333;
  text-decoration: none;
}
p
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}
img{ max-width: 100%;}
/*--------------------------------------------------------------
# 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);
  }
}	
   .cp{ display:block; overflow:hidden; }
	.mb{ display:none; overflow:hidden;padding-top: 70px; }
	.mbm{ display:none; overflow:hidden; padding-top: 60px;}
   .dcp{ visibility: visible;}
	.tmb{ display:none; overflow:hidden; }
	.tcp{ display:block; overflow:hidden; }
@media (max-width: 1366px) {
    .cp{ display:none; overflow:hidden; }
	.mb{ display:block; overflow:hidden; }
	.mbm{ display:none; overflow:hidden; }
   .dcp{ visibility: hidden;}
	.tmb{ display:block; overflow:hidden; }

}

@media (max-width: 1000px) {
	.mb{ padding-top: 120px; }
	.mbm{ padding-top: 120px;}	
}
@media (max-width: 768px) {
	.tcp{ display:none; overflow:hidden; }

}
@media (max-width: 450px) {
    .cp{ display:none; overflow:hidden; }
	.mb{ display:none; overflow:hidden; }
	.mbm{ display:block; overflow:hidden; }

	}
	
@media (max-width: 400px) {	
	.mbm{ padding-top: 100px;}	
	
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
box-shadow: 0 0 5px 0 rgba(127, 137, 161, 0.25);
}

#header.header-scrolled, #header.header-inner-pages {
  background:#FFF;
}

#header .logo {
}

#header .logo img { padding: 10px 0;
}

#header .box{ background: #283949; border-top: 3px solid #e60012; }
#header .box2 h1{ padding-left: 35px; background: url(../../wltu/topyx.jpg)left center no-repeat; line-height: 18px; font-size: 14px; color: #333;}
#header .box2 .zyw{ line-height: 18px; font-size: 14px; color: #333; padding:0 20px 0 0; margin-right: 20px; border-right: 1px solid #ccc; text-transform: uppercase;}
#header .box3{ display: none;}

#header .logo  .logopcb{ display: block;}
#header .logo  .logomb{ display: none;}
@media (max-width: 1000px) {
#header .logo  .logopcb{ display: none;}
#header .logo  .logomb{ display:block;}
}
@media (max-width: 1366px) {
#header {
position: fixed; top: 0px; left: 0;  z-index: 100; width: 100%;
}

#header .logo img {
  padding-top:5px;
  padding-bottom:5px;
  max-height:120px; display: block;
}

}

@media (max-width: 1024px) {
#header .box{ background: #fff; border-top:0px ; }
	#header .box2{ display: none;}
	#header .box3{ display: block;}
}
@media (max-width: 768px) {
#header .logo { padding-left:15px;
}
#header .logo img {
  padding-top:5px;
  max-height:120px;
}
}

@media (max-width: 400px) {
#header .logo { padding-left:5px;
}
#header .logo img {
  padding-top:5px;
  max-height:95px;
}
}

#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:#fff;
  transition: 0.3s;
  font-size: 16px;
  padding: 20px 40px;
	margin: 0 20px;
}

.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:#fff; background: #212f3c;
}

.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 5px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: 2px solid #DFDBDB;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; color:#333;
}

.nav-menu .drop-down li {
  min-width: 100px;
  position: relative; color:#333;
}

.nav-menu .drop-down ul a {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  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: #054E81; background:none;
}

.nav-menu .drop-down > a:after {
}

.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 .search-btn{

    font-size: 16px; height:60px; background: url( ../../images/hbb.png) center center no-repeat;  color: #333; line-height: 60px;   margin-left: 20px; padding-left: 40px;

}


.site-header .yy-btn{ color:#333; font-size: 16px; padding: 0px 20px;   display:block; border-left: 1px solid #ccc;  border-right: 1px solid #ccc; }
.site-header .yy-btn .m{ }



@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) center center no-repeat;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; right:1.5rem; width:28px; height:70px;
}

.htu{ padding-top:40px; padding-bottom:100px;}


@media (max-width: 768px) {
.mobile-nav-toggle {
  border: 0;
  background: url(../../images/hbb.png) center 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: #0058aa;
  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 {
    visibility: hidden;
    position: fixed;
    z-index: 100001;
    top: 70px;
    right: 0;
    width: 400px;
	height: auto; padding: 50px 30px;
    background-color:#fff;
    -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: 22px;
    top: 20px;
    cursor: pointer; width:60px; height:60px;
}
.ts-icon-close:before {
    content: '';
    font-family: "optico-icons";
	width:60px; height:60px;
	background: url(../../images/hbbgb.png) center center no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.ts-search-outer {
	width: 100%;
    position: relative; 
    left: 0; 

}
.ts-search-outer .box{
 position: relative; height: auto;
}
.ts-search-outer .box h1{ line-height: 50px; font-size: 16px; color:#333; text-align: center;  transition: all 0.6s ease 0s;}
.ts-search-outer .box:hover h1{ display: none;}
.ts-search-outer .box .box-content{
		    width: 100%;
		    height: 100%;
		    position: absolute;
		    left:0 ;
        	bottom: 0px;
		    transform-origin: left top 0;
		    transition: all 0.6s ease 0s; z-index:600; 
}
.ts-search-outer .box .box-contents{
		    width: 100%;
		  
		    position: absolute;
		    left:25px ;
        	bottom:40px;
		    transform-origin: left top 0;
		    transition: all 0.6s ease 0s; z-index:600; 
}
.ts-search-outer .box .box-contents h2{ display: none; transition: all 0.6s ease 0s;}
.ts-search-outer .box .box-contents p{ display: none; transition: all 0.6s ease 0s;}
.ts-search-outer .box .box-contents .more{ display: none; transition: all 0.6s ease 0s;}
.ts-search-outer .box:hover .box-content{background-color:rgba(0,0,0,0.6);}
.ts-search-outer .box:hover .box-contents h2{ padding-top: 30px; margin-left: 20px; line-height: 50px; color: #fff; display: block; font-size: 24px; }
.ts-search-outer .box:hover .box-contents p{padding-bottom: 30px; line-height: 30px; font-size: 14px; color: #fff;}
.ts-search-outer .box:hover .box-contents .more{ margin-left:20px; border: 1px solid #fff; padding: 10px 0px; line-height:20px; text-align: center; background: #282828; color: #fff; display: block; width:140px; }

.ts-search-outer .ts-search-logo {    margin-bottom: 60px;
    position: absolute;
    margin-top: -125px;
    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(../../nytu/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);
}
.ts-search-outer .box{  transition: all 0.001s ease 0s; }
.ts-search-outer .box .more{ background: url(../../yftu/footerbj1.jpg) left center no-repeat; line-height: 60px; padding-left: 60px; font-size: 16px; color: #666; transition: all 0.6s ease 0s;}
.ts-search-outer .box:hover .more{ background: url(../../yftu/footerbj2s.jpg) left center no-repeat; line-height: 60px; padding-left: 60px; font-size: 16px; color: #000;}

.ts-search-outer .box .mores{ background: url(../../yftu/footerbj2s.jpg) left center no-repeat; line-height: 60px; padding-left: 60px; font-size: 16px; color: #000;}

.ts-search-outer .box .inpul{ border-bottom: 1px solid #C8C8C8; border-left: none; border-right: none; border-top: none; font-size:14px; color:#666; text-align:left;   width:200px; padding:7px 10px; }
.ts-search-outer .box .tj{ background: url(../../images/topss.jpg) center center no-repeat; color: #fff;  padding: 5px 20px;  margin: 0 ;  border: none;}

#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;}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
  min-height: 30px; border-bottom: 1px solid #ccc; color: #333;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 15px 0 ;
  margin: 0;
 font-size: 14px; color: #333;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3333;
  content: ">";
}

.breadcrumbs h1{ line-height: 50px; font-size: 30px; color: #333; }
.breadcrumbs h1 small{ line-height: 30px; padding-top:20px; font-size: 12px; color: #a8a8a8; text-transform: uppercase;}
.breadcrumbs h2{ line-height: 50px; font-size: 20px; color: #333; text-transform: uppercase;}
@media (max-width: 768px) {
	.breadcrumbs { display: none; }
}
.mainzi{ border-bottom: 1px solid #ebeced; padding: 20px 0;}
.mainzi h1{ text-align: center;   font-size: 30px; color: #333; line-height: 40px; letter-spacing:10px; }
.mainzi h2{ text-align: center;  font-size: 12px; color: #9a9a9a; line-height: 20px;  text-transform: uppercase;}
.mainzi h3{ text-align: center;   font-size: 30px; color: #333; line-height: 40px; letter-spacing:2px;  text-transform: uppercase;}
@media (max-width: 768px) {
.mainzi h1{ text-align: center;   font-size: 20px; color: #333; line-height: 40px; letter-spacing:10px; }
.mainzi h2{ text-align: center;  font-size: 12px; color: #9a9a9a; line-height: 20px;  text-transform: uppercase;}
.mainzi h3{ text-align: center;   font-size: 20px; color: #333; line-height: 40px; letter-spacing:2px;  text-transform: uppercase;}
}
@media (max-width: 540px) {
.mainzi h1{ text-align: center;   font-size: 16px; color: #333; line-height: 40px; letter-spacing:10px; }
.mainzi h2{ text-align: center;  font-size: 12px; color: #9a9a9a; line-height: 20px;  text-transform: uppercase;}
.mainzi h3{ text-align: center;   font-size: 16px; color: #333; line-height: 40px; letter-spacing:2px;  text-transform: uppercase;}
}

.mainbt{ padding: 30px 0px 10px 0;}
.mainbt .box{ position: relative; height: auto;}
.mainbt .box h1{ line-height:180PX; color: #e8edf7; font-size: 180PX; padding-left: 15PX; }
.mainbt .box .box-contact{ bottom: 0px; left: 0; position: absolute; }
.mainbt .box .box-contact h2{ line-height: 25px; color: #333; font-size: 26px; text-align: left;}
.mainbt .box .box-contact h3{ line-height: 50px; color: #1548aa; font-size: 50px; text-align: left;}
.syproduct{ padding-bottom: 40px;}
.syproduct .box{ margin-bottom: 50px;}
.syproduct .box img{ max-width: 100%;}
.syproduct .box h1{ text-align: left; line-height: 40px; font-size: 16px; color: #333;}
.syproduct .box .box2{ width: 125px; background: url( ../../wltu/probj.jpg) right center; border-radius: 50px; height: 7px; transition: all 0.5s;}
.syproduct .box:hover  .box2{ background: url( ../../wltu/probj.jpg) left center; }
.syproduct .more{ padding: 18px 40px; border: 1px solid #666; font-size: 16px; border-radius: 50px;}
.syabout{ background: url(../../wltu/syabout.jpg) top center no-repeat; padding: 50px 0;}

.syabout .box{ position: relative; height: auto;}
.syabout .box h1{ line-height:180PX; color: #596886; font-size: 180PX; padding-left: 15PX; }
.syabout .box .box-contact{ bottom: 0px; left: 0; position: absolute; }
.syabout .box .box-contact h2{ line-height: 25px; color: #fff; font-size: 26px; text-align: left;}
.syabout .box .box-contact h3{ line-height: 50px; color: #1548aa; font-size: 50px; text-align: left;}
.syabout p{ padding: 30px 0; font-size: 14px; color: #fff; line-height: 30px; text-align: left;}
.syabout  .more { padding: 15px 50px; border-radius: 50px; font-size: 16px; color: #333;  background: #fff;}
.sysb{ padding: 30px 0;}
.sysb .box{  border: 1px solid #ccc;}
.sysb h2{ line-height:40px; font-size: 16px; color: #333; text-align: center;}

.symian{ background: url(../../wltu/sym.jpg) top center no-repeat; padding: 40px 0 30px 0;}
.symian .box1{ background: url(../../wltu/sym1.png) center top no-repeat;}
.symian .box2{ background: url(../../wltu/sym2.png) center top no-repeat;}
.symian .box3{ background: url(../../wltu/sym3.png) center top no-repeat;}
.symian .box4{ background: url(../../wltu/sym4.png) center top no-repeat;}
.symian h1{ line-height: 207px; font-size: 48px; color: #fff; text-align: center;}
.symian p{ text-align: center; line-height: 40px;font-size: 14px; color: #fff;}

@media (max-width: 840px) {
.symian .box1{ background: url(../../wltu/sym1s.png) center top no-repeat;}
.symian .box2{ background: url(../../wltu/sym2s.png) center top no-repeat;}
.symian .box3{ background: url(../../wltu/sym3s.png) center top no-repeat;}
.symian .box4{ background: url(../../wltu/sym4s.png) center top no-repeat;}
.symian h1{ line-height: 120px; font-size: 42px; color: #fff; text-align: center;}
.symian p{ text-align: center; line-height: 20px;font-size: 14px; color: #fff;}

}

@media (max-width: 450px) {
.symian{  padding: 20px 0 18px 0;}	
	
}

.sycontact{ padding: 30px 0;}
.sycontact .box1{ padding-left:78px; background: url( ../../wltu/flx1.jpg)left top no-repeat; height: 85px;}
.sycontact .box2{ padding-left:78px; background: url( ../../wltu/flx2.jpg)left top no-repeat; height: 85px;}
.sycontact .box3{ padding-left:78px; background: url( ../../wltu/flx3.jpg)left top no-repeat; height: 85px;}
.sycontact .box4{ padding-left:78px; background: url( ../../wltu/flx4.jpg)left top no-repeat; height: 85px;}
.sycontact .box5{ padding-left:78px; background: url( ../../wltu/flx5.jpg)left top no-repeat; height: 85px;}
.sycontact .box6{ padding-left:78px; background: url( ../../wltu/flx6.jpg)left top no-repeat; height: 85px;}
.sycontact  h1{ font-size: 18px; color: #333; line-height: 25px;}
.sycontact  p{ font-size: 16px; color: #888888;  line-height: 20px;}

.syly{ padding: 30px 0; background: #283949;}
.syly h1{ line-height: 50px; font-size: 36px; color: #fff; text-align: left;}
.syly p{ line-height: 40px; color: #85939f; font-size: 14px; text-align: left;}
.syly .box{position: relative;  height: 50px; }
.syly .box .box-contacts{ height: 50px;  right: 0px; top: 0px; position: absolute; z-index: 2; }
.syly .box .box-contact{height:50px; width: 100%; position: absolute; top:0px; left: 0px; z-index: 1; }
.syly .box .box-contact .input{ border-radius: 60px;  border: 1px solid #fff; width: 100%; line-height: 48px; font-size: 14px; color: #fff; padding-left: 25px; background: none;}
.syly .box .tj{ line-height: 50px; border-radius: 60px;  font-size: 14px; color: #333; padding: 0 30px; background: #fff;  }

.footer{ padding:50px 0;}
.footer h1{ line-height: 50px;font-size: 22px; color: #333;}
.footer h2{ line-height: 50px; font-size: 16px; color: #333;}
.footer .box {margin-bottom: 20px;}
.footer .box .more { border: 1px solid #ccc; line-height: 35px; text-align: center; font-size: 14px; color: #333;  border-radius: 40px;  display: block; }
.footer .box:hover .more{ border: 1px solid #283949; background: #283949; color: #fff; } 
.footerdh{ border-bottom: 1px solid #ccc; border-top: 1px solid #ccc;}

.footerdh ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 20px 0 ;
  margin: 0;
 font-size: 16px; color: #333;
}
.footerdh ol li + li {
  padding-left: 20px;
}
.footerdh ol li + li::before {
  display: inline-block;
  padding-right: 20px;
  color: #3333;
  content: "|";
}

@media (max-width: 768px) {
.footer{ display: none;}

.footerdh{ display: none;}
}
.footer3{ padding: 15px 0; }
.footer3 p{ text-align: center; line-height: 40px; font-size: 14px; color: #333; }

.about { padding: 30px 0; }
.about .box{ position: relative; height: auto; padding-bottom: 6px;}
.about .box .box-contact{ height: 100%; position: absolute; left: 200px; top:0px; }
.about .box .box-contact h1{ font-size: 30px; color: #fff; line-height: 50px;}
.about .box2{ padding: 30px 160px;}

.about .box2 h2{ line-height:70px; font-size: 24px; color: #333; background: url(../../wltu/aboutbt.jpg)left center no-repeat; padding-left: 20px;}
.about .box2 p{ line-height: 30px; font-size: 14px; color: #666; }
@media (max-width: 1366px) {
.about .box2{ padding: 30px 70px;}
.about .box .box-contact{ height: 100%; position: absolute; left: 100px; top:0px; }

	
}
@media (max-width: 1024px) {
.about .box2{ padding: 30px 0px;}	
.about .box .box-contact{ height: 100%; position: absolute; left: 20px; top:0px; }
}
@media (max-width: 840px) {
.about .box .box-contact h1{ font-size: 24px; color: #fff; line-height: 50px;}
}

@media (max-width: 640px) {
.about .box .box-contact h1{ font-size: 18px; color: #fff; line-height: 50px;}
}

.news{ padding: 30px 0;}
.news h1{ text-align: center; line-height: 80px; font-size: 36px; color: #333; font-weight: 600;}

.news .box{ padding-bottom: 20px;}
.news .box img{ max-width: 100%;}
.news .box h2{ line-height: 30px; font-size: 14px; color: #807f7f; }
.news .box h3{ line-height: 30px; font-size: 16px; color: #333; font-weight: 600; }
.news .box p{ line-height: 26px; font-size: 14px; color: #666; }
.news .box .more{ border: 1px solid #ccc; border-radius: 40px; padding: 10px 30px; font-size: 14px; color: #333; transition: all 0.5s;}
.news .box:hover  .more{ border: 1px solid #1648ab; border-radius: 40px; padding: 10px 30px; font-size: 14px; color: #fff; background: #1648ab;}



.news  h4{ line-height: 45px; font-size: 16px; color: #333; font-weight: 600; text-align: center;}
.news  p{ line-height: 30px; font-size: 14px; color: #666; }


.service{ padding: 30px 0;}
.service h1{ text-align: center; line-height: 80px; font-size: 36px; color: #333; font-weight: 600;}
.service h2{ text-align: center; line-height: 30px; font-size: 16px; color: #333; }
.service .box{ padding: 10px 80px;}
.service h3{ line-height: 30px; font-size: 14px; color: #333;}
.service .inpul{  width: 100%;  line-height: 35px; border: 1px solid #ccc; padding: 0px 15px;}
.service .inpuls{  width: 100%;  line-height: 30px; border: 1px solid #ccc; padding: 5px 15px; height: 100px;}
.service .tj{ width: 100%; line-height:50px;  background: #333; color: #fff; margin: 20px 0;}
@media (max-width: 1024px) {
.service .box{ padding: 10px 0px;}
}
.dtu{  padding: 0; background: #283949;}
.dtu h1{ line-height:70px; text-align: center; font-size:24px; color:#fff; }
.products{ padding: 40px 0;}

.products .box{ border: 1px solid #ccc; margin-left: -1px; margin-bottom: -1px;}
.products .box img{ width: 100%;}
.products .box  h2{ border-top: 1px solid #fff; border-left: 3px solid #fff; line-height: 30px; font-size: 16px; color: #333; padding-top: 15px; padding-bottom: 15px; margin-bottom: 0px; text-align: center; transition: all 0.5s;}
.products .box:hover   h2{ border-top: 1px solid #ccc; border-left: 3px solid #1548aa; }

.profl{ padding: 30px 0 20px 0; }
.profl .box{ }
.profl .box .more{  border-bottom: 1px solid #ccc; padding: 10px 15px; font-size: 14px; color: #333;  transition: all 0.5s;}
.profl .box:hover  .more{  border-bottom: 2px solid #1648ab; padding: 10px 15px 9px 15px;  }

.profl .box .mores{    border-bottom: 2px solid #1648ab;  padding: 10px 15px 9px 15px; font-size: 14px; color: #333;  transition: all 0.5s;}

.proshow{ padding:40px 0;}
.proshow h1{ border-bottom:1px solid #CCC; line-height:50px; font-size:20px; color:#333;margin-left: 30px;}
.proshow p{ padding-top:0px; padding-bottom:0px; line-height:30px; font-size:14px; margin-left: 30px;}
.proshow .proxg{ height:auto; overflow:hidden;}
@media (max-width: 1020px) {
.proshow .proxg{ display: none;}
}
@media (max-width: 840px) {
.profl{  display: none;}
}



.proshowpj{ padding: 40px 0;}
.proshowpj .box1 { padding-bottom: 20px;}
.proshowpj  img{  max-width: 100%;}

.proshowpj .box2 { margin-bottom: 20px; border: 1px solid #ccc;}
.proshowpj  img{  max-width: 100%;}
.proshowpj  h1{ font-size: 36px; color: #333; line-height: 70px;}
.proshowpj p{ padding-bottom: 20px; line-height: 30px; font-size: 14px; color: #333; text-align: left;}
.proshowpj  h2{ font-size:20px; color: #333; line-height: 40px;}


