/**
* 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: #7c7c7c;
}

a:hover {
  color: #fff;
  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);
  }
}	
   .cp{ display:block; overflow:hidden; padding-top: 80px;}
	.mb{ display:none; overflow:hidden;padding-top: 70px; }
	.mbm{ display:none; overflow:hidden; padding-top: 70px;}
   .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: 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; }

	}
	
	
	
	
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 9970;
  background: #fff;
box-shadow: 0 0 5px 0 rgba(127, 137, 161, 0.25); min-height: 80px;
}

#header.header-scrolled, #header.header-inner-pages {
  background:#fff;
}

#header .logo {  padding: 15px 15px 15px 0;  }

#header .logo img {
}




@media (max-width: 1366px) {
#header.header-scrolled, #header.header-inner-pages {
 min-height: 72px;
}
#header .logo { position: fixed; padding: 10px 0;  top: 0px; left:10px; margin-left: 0px;}

	

#header .logo img {
	 
  max-height:50px;
}
	
}




@media (max-width: 768px) {
#header .logo { 
}
#header .logo img {

  max-height:60px;
}

	#header {
min-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: 16px;
  padding: 20px 30px;
}

.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:#666; 
}

.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: "-";
}

@media (max-width: 768px) {
	.breadcrumbs { display: none; }

}


.sypro{ padding: 30px 0;}
.sypro h1{ padding-top:105px; background: url(../../yftu/syprobtbj.jpg) top center no-repeat; line-height: 30px; font-size: 20px; color: #333; text-align: center;}
.sypro .box{  width: 100%;  border-bottom: 1px solid #ccc;}
.sypro .box1{ margin: 10px 0;  border-right: 1px solid #ccc; padding:0 20px; display: block; }
.sypro .box2{ margin: 10px 0;  border-right: 1px solid #ccc; padding:0 20px; display: block; }
.sypro .box3{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro .box4{ margin: 10px 0;  border-right: 1px solid #ccc; padding:0 20px; display: block; }
.sypro .box5{ margin: 10px 0;  border-right: 1px solid #ccc; padding:0 20px; display: block; }
.sypro .box6{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro  h2{ line-height:30px;  font-size: 14px; color: #333;}
.sypro .more{ border-radius: 30px; background: #333; color:#fff; padding:0px 25px; font-size: 14px; line-height: 35px; }

.sypro .box0{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro h5{  line-height: 30px; font-size: 20px; color: #333; text-align: center; letter-spacing:10px;}
.sypro h6{  line-height: 30px; font-size: 20px; color: #333; text-align: center;}
@media (max-width: 768px) {

.sypro .box1{ margin: 10px 0;  border-right: 1px solid #ccc; padding:0 20px; display: block; }
.sypro .box2{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro .box3{ margin: 10px 0;  border-right: 1px solid #ccc; padding:0 20px; display: block; }
.sypro .box4{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro .box5{ margin: 10px 0;  border-right: 1px solid #ccc; padding:0 20px; display: block; }
.sypro .box6{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro .box0{ margin: 10px 0;  border-right: 1px solid #ccc; padding:0 20px; display: block; }

}
	
@media (max-width: 640px) {

.sypro .box1{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro .box2{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro .box3{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro .box4{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro .box5{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
.sypro .box6{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }	
.sypro .box0{ margin: 10px 0;  border-right: 1px solid #fff; padding:0 20px; display: block; }
}

.sypro .dmore{ border-radius: 30px; background: #333; color:#fff; padding:8px 40px; font-size: 14px; line-height: 35px; margin-top: 30px; }
.symain{ background: #000 url(../../yftu/symbj.jpg) left center no-repeat; padding: 0; }

.symain .box1{ padding-left: 120px;  background: url(../../yftu/sym1.png) left top no-repeat; height: 130px; }
.symain .box2{ padding-left: 120px;  background: url(../../yftu/sym2.png) left top no-repeat; height: 130px; }
.symain .box3{ padding-left: 120px;  background: url(../../yftu/sym3.png) left top no-repeat; height: 130px; }
.symain .box4{ padding-left: 120px;  background: url(../../yftu/sym4.png) left top no-repeat; height: 130px; }
.symain .box{ margin-bottom: 5px;  border-right: 1px solid  #363333; }
.symain .boxs{  border-bottom: 1px solid #363333; padding:120px 20px 30px 20px; margin-right: 5px;  margin-left: 5px;}
.symain .boxx2{ margin-bottom: 5px;  border-right: 1px solid  #000; }
.symain .boxx2s{  border-bottom: 1px solid #363333; padding:120px 20px 30px 20px; margin-right: 5px;  margin-left: 5px;}
.symain .boxx3{ margin-bottom: 5px;  border-right: 1px solid  #363333; }
.symain .boxx3s{   padding:120px 20px 30px 20px; margin-right: 5px;  margin-left: 5px;}
.symain .boxx4{ margin-bottom: 5px;  border-right: 1px solid  #000; }
.symain .boxx4s{   padding:120px 20px 30px 20px; margin-right: 5px;  margin-left: 5px;}
.symain  h1{ line-height:30px; font-size: 30px; color: #ffffff; padding-top: 10px; }
.symain  h2{ line-height:30px; font-size: 18px; color: #ffffff; }
.symain p{ padding-right: 50px; line-height: 28px; font-size: 14px; color: #898787;}

@media (max-width: 1024px) {
.symain{ background: #000 url(../../yftu/symbjs.jpg) left center no-repeat; padding: 0; }
.symain  h1{ line-height:30px; font-size: 18px; color: #ffffff; padding-top: 10px; }
.symain p{ padding-right: 20px; line-height: 28px; font-size: 14px; color: #898787;}	
}
@media (max-width: 768px) {
.symain{ background-image: none;  }

.symain .box{ margin-bottom: 5px;  border-right: 1px solid  #000; }
.symain .boxs{  border-bottom: 1px solid #363333; padding:120px 20px 30px 20px; margin-right: 5px;  margin-left: 5px;}
.symain .boxx2{ margin-bottom: 5px;  border-right: 1px solid  #000; }
.symain .boxx2s{  border-bottom: 1px solid #363333; padding:120px 20px 30px 20px; margin-right: 5px;  margin-left: 5px;}
.symain .boxx3{ margin-bottom: 5px;  border-right: 1px solid  #000; }
.symain .boxx3s{   padding:120px 20px 30px 20px; border-bottom: 1px solid #363333; margin-right: 5px;  margin-left: 5px;}
.symain .boxx4{ margin-bottom: 5px;  border-right: 1px solid  #000; }
.symain .boxx4s{   padding:120px 20px 30px 20px; border-bottom: 1px solid #363333; margin-right: 5px;  margin-left: 5px;}	
}
.syabout{ padding: 30px 0; }
.syabout h1{ padding-top:105px; background: url(../../yftu/syaboutbtbj.jpg) top center no-repeat; line-height: 30px; font-size: 20px; color: #333; text-align: center;}
.syabout img{ max-width: 100%;}
.syabout p{ padding: 20px 0 20px 0; line-height: 30px; font-size: 14px; color: #666; }
	
.symain2{ background: #f7f7f7 ; padding: 0 ; border-bottom: 1px solid #fff;}
.symain2 .box1{ border-right: 1px solid #fff; padding:75px 50px 20px 40px;}
.symain2 .box1 h1{ padding-top:  33px; line-height: 25px; background: url(../../yftu/sym21.png) top left no-repeat;  font-size: 12px; color: #333333; padding-left: 34px;}
.symain2 p{ padding-top: 20px; line-height: 30px; font-size: 12px; color: #666; }	

.symain2 .box2{ border-right: 1px solid #fff; padding: 75px 50px 20px 40px;}
.symain2 .box2 h1{ padding-top:  33px; line-height: 25px; background: url(../../yftu/sym22.png) top left no-repeat;  font-size: 12px; color: #333333; padding-left: 34px;}

.symain2 .box3{ border-right: 1px solid #f7f7f7; padding: 75px 50px 20px 40px;}
.symain2 .box3 h1{ padding-top:  33px; line-height: 25px; background: url(../../yftu/sym23.png) top left no-repeat;  font-size: 12px; color: #333333; padding-left: 34px;}

.symain2 .box4{ border-right: 1px solid #fff; padding: 75px 50px 20px 40px;}
.symain2 .box4 h1{ padding-top:  33px; line-height: 25px; background: url(../../yftu/sym24.png) top left no-repeat; font-size: 12px; color: #333333; padding-left: 34px;} 

.symain2 .box5{ border-right: 1px solid #f7f7f7; padding: 75px 50px 20px 40px;}
.symain2 .box5 h1{ padding-top:  33px; line-height: 25px; background: url(../../yftu/sym25.png) top left no-repeat; font-size: 12px; color: #333333; padding-left: 34px; }

.symian3{ padding: 30px 0; }
.symian3 img{ max-width: 100%;}
.symian3 .box{ background: url(../../yftu/symain3bjs.jpg) left center no-repeat; }
.symian3 .box h1{ padding-top:105px; background: url(../../yftu/symain3bj.jpg) top center no-repeat; line-height: 30px; font-size: 20px; color: #333; text-align: center; width:450px; }
.symian3 .box2 { background: url( ../../yftu/symain33.jpg) top center no-repeat; padding-top: 600px;  }
.symian3 .box2 h2{ text-align: center; line-height: 90px; color: #666666;  font-size: 22px;}
.symian3 .box2 p{ text-align: center; line-height: 30px; color: #333333;  font-size: 14px; padding: 0 50px; text-transform: uppercase;}


@media (max-width: 1024px) {
.symian3 .box2 { background: url( ../../yftu/symain33.jpg) top center no-repeat; padding-top: 520px;  }
.symian3 .box2 h2{ text-align: center; line-height: 40px; color: #666666;  font-size: 18px;}
.symian3 .box2 p{  line-height: 24px;   font-size: 14px;}
.symian3 .box{ background: none;}
}
.symain4{ background: #e4e4e4;  padding: 50px 0;}
.symain4 .box{ padding: 30px 0px 10px 0px; background: #fff; }
.symain4 .box  h1{ text-align: left; line-height:50px; color: #000000;  font-size: 24px; padding: 0 30px; }
.symain4 .box  p{ line-height:30px; font-size: 14px; color: #666666; padding: 0 30px 50px 30px;}
.symain4 .box .more{ padding: 10px 20px; font-size:20px; color: #fff; background: #000000;  }
.symain5 { padding: 40px 0 20px 0; }
.symain5 h1{ padding-top:105px;  background: url(../../yftu/sym5.jpg) top center no-repeat;  font-size: 20px; color: #333; text-align: center; margin-bottom: 20px;}
.symain5 .box1{ border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; padding:10px 0 10px 20px;  display: block; width: 100%; margin-right: 5px;}
.symain5 .box1s{ border-right: 1px solid #f2f2f2; padding-left:5px;  display: block; width: 100%; padding-right: 5px; margin-top: 5px; margin-bottom: 5px;}
.symain5 h2{ line-height: 50px; font-size: 24px; color: #333;}
.symain5 .box2{ border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; padding:40px 0 40px 20px;  width: 100%; margin-left: 5px;  margin-top: 5px; margin-bottom: 5px;}

.symain5 .box3{ border-bottom: 1px solid #f2f2f2; padding:10px 0 10px 20px;  display: block; width: 100%; margin-right: 5px;}
.symain5 .box3s{ border-right: 1px solid #f2f2f2; padding-left:5px;  display: block; width: 100%; padding-right: 5px; margin-top: 5px; margin-bottom: 5px;}

.symain5 .box4{  border-bottom: 1px solid #f2f2f2; padding:40px 30px 40px 20px;  width: 100%; margin-left: 5px;  margin-top: 5px; margin-bottom: 5px;}
.symain5 .box5{  border-bottom: 1px solid #f2f2f2; padding:10px 30px 10px 20px;  width: 100%; margin-left: 5px;  margin-top: 5px; margin-bottom: 5px;}

.symain5 h3{ line-height: 36px; color: #595959; font-size: 14px; text-align: left;}
.symain5 p{ line-height: 30px; font-size: 16px; color:#333333;  }
.symain5 .inputs{  display: block;  width: 80%; padding: 10px 40px 20px 10px; ; font-size: 14px; color: #888787; border: 1px solid #ccc; margin: 0; border-radius: 30px; background: url(../../yftu/foorly.jpg ) right center no-repeat; margin-bottom: 20px;}
.symain5 .tj{ background: #000; font-size: 14px; color: #fff;  padding: 10px 40px;  margin: 0 ; border-radius: 30px; border: none;}
.foor1{ padding: 20px 0; background: #111111;}
.foor1 h1{ font-size: 18px; color: #fff; line-height: 29px; }
.foor1 h2{ font-size: 30px; color: #efc688; line-height: 29px; }

.foorter2{  background: #000000; padding:40px 0; }

.foorter2 h1{  line-height: 50px; font-size: 26px; color: #a5a5a5;}
.foorter2 h2{  line-height: 50px; font-size: 24px; color: #a5a5a5;}
.foorter2 p{ width: 121px; text-align: left ; line-height: 30px; font-size: 14px; color: #a5a5a5;}

.foorter2 .box{}
.foorter2 .box .more{ display: block; padding-left: 55px; line-height: 30px; color: #666666; background: url(../../yftu/footerbj1.jpg) left center no-repeat; transition: all 0.3s ease-in-out 0s;} 
.foorter2 .box:hover  .more{ display: block; padding-left: 55px; line-height: 30px; color: #fff; background: url(../../yftu/footerbj2.jpg) left center no-repeat;    }
.footer3{ border-bottom: 1px solid #2c2c2c; border-top: 1px solid #2c2c2c; padding: 30px 0;  background: #000;}


.footer3 ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 30px 0 30px 70px;
  margin: 0;  color: #747474;
 font-size: 14px;
}
.footer3 ol li + li {
  padding-left: 15px;
}
.footer3 ol li + li::before {
  display: inline-block;
  padding-right: 15px;
  color: #747474;
	content: "|";
}

.foorter4{ padding: 30px 0; background: #000000;}
.foorter4 p{ line-height: 30px; font-size: 14px; color: #fff; text-align: center;}
.about{ padding: 30px 0; background: url(../../yftu/aboutbt1.jpg) left center no-repeat; }
.about h1{  line-height: 30px; font-size: 20px; color: #333; text-align: center; letter-spacing:10px;}
.about h2{  line-height: 30px; font-size: 20px; color: #333; text-align: center;}
.about img{ max-width: 100%;}
.about p{ padding: 30px 0 20px 0; line-height: 30px; font-size: 14px; color: #666; }
.about .box{ background: url(../../yftu/aboutbt2.jpg) right bottom no-repeat;}
.about2{ padding: 50px 0; background: #f7f7f7;}
.about2 h1{  line-height: 30px; font-size: 20px; color: #333; text-align: center;}
.about2 h2{  line-height: 30px; font-size: 20px; color: #333; text-align: center;}


.about3{ padding: 40px 0; }
.about3 .box{ background: url(../../yftu/aboutm3bj.jpg) center repeat-y;}
.about3 .boxs{ background: url(../../yftu/aboutm3bj1s.jpg) left top no-repeat; margin-right: 12px;}
.about3  .box1{ padding:20px 50px 20px 40px;}
.about3  .box1 h1{ padding-top:  33px; line-height: 25px; background: url(../../yftu/sym21.png) top left no-repeat;  font-size: 12px; color: #333333; padding-left: 34px;}
.about3  p{ padding-top: 10px; line-height: 30px; font-size: 12px; color: #666; width: 100%;}	
.about3  .box2{ padding: 20px 50px 20px 40px;}
.about3  .box2 h1{ padding-top: 33px; line-height: 25px; background: url(../../yftu/sym22.png) top left no-repeat;  font-size: 12px; color: #333333; padding-left: 34px;  }
.about3  .box3{   padding: 20px 50px 20px 40px;}
.about3  .box3 h1{ padding-top:  33px; line-height: 25px; background: url(../../yftu/sym23.png) top left no-repeat;  font-size: 12px; color: #333333; padding-left: 34px;}
.about3  .box4{  padding: 20px 50px 20px 40px;}
.about3  .box4 h1{ padding-top:  33px; line-height: 25px; background: url(../../yftu/sym24.png) top left no-repeat; font-size: 12px; color: #333333; padding-left: 34px;} 
.about3  .box5{  padding: 20px 50px 20px 40px;}
.about3  .box5 h1{ padding-top:  33px; line-height: 25px; background: url(../../yftu/sym25.png) top left no-repeat; font-size: 12px; color: #333333; padding-left: 34px; }
.about3 .boxss{ background: url(../../yftu/aboutm3bj.png) right top no-repeat; margin-left: 12px;}
.about3 .boxsx{ background: url(../../yftu/aboutm3bj.png) left top no-repeat; margin-right: 12px;}
.about3 .boxsxx{ background: url(../../yftu/aboutm3bj2.jpg) center top no-repeat; height: 78px;}


@media (max-width: 640px) {
.about3 .box{ background: none;}
.about3 .boxs{ background: none; margin-right: 0px;}
.about3 .boxss{ background: none; margin-left: 0px;}
.about3 .boxsx{ background: none; margin-right: 0px;}
.about3 .boxsxx{ background: none;}

}

.products{ padding: 40px 0; }
.products h1{ text-align: center;  line-height: 120px; font-size: 40px; color: #333; text-transform: uppercase;}
.products .box{margin-bottom: 20px; margin-left: 20px;}
.products .box .more{ display: block; line-height:50px; border: 2px solid #dbdbdb; border-radius: 50px; background: #fff; padding: 0px 35px; font-size: 14px; color: #333; }

.products .box:hover .more{  border: none; border-radius: 50px; background: url(../../hcctu/syjjm.jpg); padding: 2px 37px; font-size: 14px; color: #fff;}
.products .box .mores{ display: block; border-radius: 50px; background: url(../../hcctu/syjjm.jpg); padding: 2px 37px; font-size: 14px; color: #fff;  line-height:50px; }
@media (max-width: 758px) { 
.products h1{ text-align: center;  line-height: 50px; font-size: 26px; color: #333; text-transform: uppercase;  padding-top:60px;}
.products .box{ display: none;}	
}
.products img{ max-width: 100%;}
.products .box2 { padding-bottom: 20px; padding-top: 20px;}
.products .box2 .box3{  box-shadow: 0px 0px 4px 5px rgba(127, 137, 161, 0.05) ; border-bottom: 0px; }
.products .box2 .box4 .more{ font-size: 14px; color: #333; line-height: 30px;  padding-left: 20px; transition: ease-in-out 0.2s; width: 100%;}
.products .box2 .box4{  background: #eeeeee; transition: ease-in-out 0.2s; padding: 10px 0px;}
.products .box2:hover .box4{  background: #787878;}
.products .box2:hover .box4 .more{  font-size: 14px; color: #fff;}


.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;}
}

.news{ padding: 30px 0; }

.news .box{border-bottom: 1px solid #f2f2f2; padding: 30px 0;}
.news .box h1{ text-align: left;  font-size: 30px; color: #333; line-height: 40px; padding-bottom: 20px;}
.news .box p{ line-height: 30px; font-size: 14px; color: #666;  padding-bottom: 20px;}
.news .box .more{ padding: 10px 50px; font-size: 14px; color: #333; border: 1px solid #f2f2f2; border-radius: 30px; transition: ease-in-out 0.2s;  }
.news .box:hover .more{ padding: 10px 50px; font-size: 14px; color: #fff; border: 1px solid #333; background: #333;}
.news h3{ line-height: 50px; font-size:18px; color: #333;  text-align: center; padding-top: 20px;}
.news p{ padding: 10px 0; line-height: 30px; font-size: 14px; color: #666;}

.service{ padding: 30px 0;}
.service h1{  line-height: 30px; font-size: 20px; color: #333; text-align: center; letter-spacing:10px;}
.service h2{  line-height: 30px; font-size: 20px; color: #333; text-align: center;}
.service .box{ transition: ease-in-out 0.2s;}
.service .box .boxs{ border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; background: #fff; transition: ease-in-out 0.2s;}
.service .box .boxs .box1{ background: url(../../yftu/s1.jpg) center center no-repeat; height: 160px;transition: ease-in-out 0.2s; }
.service .box .boxs .box2{ background: url(../../yftu/s2.jpg) center center no-repeat; height: 160px;transition: ease-in-out 0.2s; }
.service .box .boxs .box3{ background: url(../../yftu/s3.jpg) center center no-repeat; height: 160px;transition: ease-in-out 0.2s; }
.service .box .boxs .box4{ background: url(../../yftu/s4.jpg) center center no-repeat; height: 160px;transition: ease-in-out 0.2s; }


.service .box h3{ text-align: center; padding: 0 20px; font-size: 22px; color: #333; line-height: 35px; width: 100%;}
.service .box p { padding: 0px 20px;line-height: 30px; font-size: 14px; color: #666; min-height: 200px; }
.service .box .more{ font-size: 14px; color: #fff; line-height: 30px;  padding: 10px 20px; transition: ease-in-out 0.2s; width: 100%; background: #000; margin-bottom: 5px;}

.service .box:hover { box-shadow: 0 0 5px 3px  rgba(127, 137, 161, 0.25); }

.service .box:hover  .boxs{ border:none; background: #000000; }
.service .box:hover  .boxs .box1{ background: url(../../yftu/s1s.jpg) center center no-repeat; height: 160px; }
.service .box:hover  .boxs .box2{ background: url(../../yftu/s2s.jpg) center center no-repeat; height: 160px; }
.service .box:hover  .boxs .box3{ background: url(../../yftu/s3s.jpg) center center no-repeat; height: 160px; }
.service .box:hover  .boxs .box4{ background: url(../../yftu/s4s.jpg) center center no-repeat; height: 160px; }

.service .box:hover  h3{ color: #fff; }
.service .box:hover  p { color: #fff; }

.service .box:hover .more{ font-size: 14px; color: #333; line-height: 30px;  padding: 10px 20px; transition: ease-in-out 0.2s; width: 100%; background: #fff;}

.service h4{ line-height: 50px; font-size:18px; color: #333;  text-align: center; padding-top: 20px;}
.service p{ padding: 10px 0; line-height: 30px; font-size: 14px; color: #666;}

.contact { padding: 40px 0 20px 0; }
.contact h1{  line-height: 30px; font-size: 20px; color: #333; text-align: center; letter-spacing:10px;}
.contact h2{  line-height: 30px; font-size: 20px; color: #333; text-align: center;}

.contact .box1{ border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; padding:10px 0 10px 20px;  display: block; width: 100%; margin-right: 5px;}
.contact .box1s{ border-right: 1px solid #f2f2f2; padding-left:5px;  display: block; width: 100%; padding-right: 5px; margin-top: 5px; margin-bottom: 5px;}
.contact h2{ line-height: 50px; font-size: 24px; color: #333;}
.contact .box2{ border-top: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2; padding:40px 0 40px 20px;  width: 100%; margin-left: 5px;  margin-top: 5px; margin-bottom: 5px;}

.contact .box3{ border-bottom: 1px solid #f2f2f2; padding:10px 0 10px 20px;  display: block; width: 100%; margin-right: 5px;}
.contact .box3s{ border-right: 1px solid #f2f2f2; padding-left:5px;  display: block; width: 100%; padding-right: 5px; margin-top: 5px; margin-bottom: 5px;}

.contact .box4{  border-bottom: 1px solid #f2f2f2; padding:40px 30px 40px 20px;  width: 100%; margin-left: 5px;  margin-top: 5px; margin-bottom: 5px;}
.contact .box5{  border-bottom: 1px solid #f2f2f2; padding:10px 30px 10px 20px;  width: 100%; margin-left: 5px;  margin-top: 5px; margin-bottom: 5px;}

.contact h3{ line-height: 36px; color: #595959; font-size: 14px; text-align: left;}
.contact p{ line-height: 30px; font-size: 16px; color:#333333;  }
.contact .inputs{  display: block;  width: 80%; padding: 10px 40px 20px 10px; ; font-size: 14px; color: #888787; border: 1px solid #ccc; margin: 0; border-radius: 30px; background: url(../../yftu/foorly.jpg ) right center no-repeat; margin-bottom: 20px;}
.contact .tj{ background: #000; font-size: 14px; color: #fff;  padding: 10px 40px;  margin: 0 ; border-radius: 30px; border: none;}


.contact .inpul{ border: 1px solid #C8C8C8; font-size:14px; color:#666; text-align:left;   width:100%; padding:7px 10px; margin-bottom:20px;  border-radius: 5px;}
.contact .inpuls{ border: 1px solid #C8C8C8; font-size:14px; color:#666; text-align:left;   width:100%; padding:10px 10px ;  border-radius: 5px;} 
.contact .tj{  background: #333; line-height: 40px; color:#fff; text-align: center; width: 300px; border: none;}
.contact h5{ line-height: 50px; font-size: 36px; color: #000;}
.contact h6{ line-height: 30px; color: #666; font-size: 16px;padding-bottom: 30px; }

.dtu{  padding: 0;}
.dtu h1{ line-height:70px; text-align: center; font-size:24px; color:#fff; background:#333 }



.about10{ padding: 50px 0;}
.about10 h1{  line-height:50px; font-size: 20px; color: #333; text-align: center;}
.about10 .box{}
.about10 .box img{max-width: 100%;}
.about10 .box p{ line-height:30px; font-size: 14px; color: #333; }








