/**
* 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: #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{ display:block; overflow:hidden; padding-top:0px;}
	.mb{ display:none; overflow:hidden; padding-top:0px;}
@media (max-width:1202px) {
	.cpb{ display:none; overflow:hidden; }
	.mb{ display:block; overflow:hidden;}
	}

	.nycpb{ display:block; overflow:hidden; padding-top:70px;}
	.nymb{ display:none; overflow:hidden; padding-top:60px;}
@media (max-width:1202px) {
	.nycpb{ display:none; overflow:hidden; }
	.nymb{ display:block; overflow:hidden;}
	}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 9970;
 background: #fff;
	opacity: 1;
box-shadow: 0 0 5px 0 rgba(127, 137, 161, 0.25);
}

#header.header-scrolled, #header.header-inner-pages {
}

#header .logo {
}

#header .logo img {
}

#headerfj{ width:100%; height:70px;}

@media (max-width: 1202px) {
#header .logo img {
  padding-top:20px;
  padding-bottom:20px;
  max-height:80px;
}
#headerfj{ width:100%; height:70px;}
}




@media (max-width: 768px) {
#header .logo img {
  padding-top:20px;
  padding-bottom:20px;
  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%; padding-top: 80px;}
#mobilebanner{ display:none; width:100%; padding-top: 60px;}

@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: 30px 20px;
  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 #054E81;
}

.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 {
  content: ""; background:url(../../katu/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 .search-btn{
	width:60px; 
    font-size: 30px; height:60px; background:url(../../katu/topssx.png)  center center no-repeat;
	
}
.site-header .yy-btn{ float: right;}
.site-header .yy-btn .m{ color:#333; font-size: 16px; width: 180px; text-align: center; background: url("../../katu/zywx.png") center center; display:block;}
.site-header .sstu{ float: right; padding-right: 30px; padding-left: 15px;}
.site-header .ssinput {border-bottom:none; border-left:1px solid #CCC; border-right:none; border-top:none; height:30px; line-height:30px; font-size:14px; color:#ccc; background: none; width:150px; padding-left: 10px; margin-left: 20px; float: right;}


@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(../../katu/hbbs.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(../../katu/hbbs.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: #0058aa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "."; background:url(../../nytu/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(../../nytu/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(../../nytu/hbbgb.png) right center no-repeat;
}

/*----------------------------------------*/
/*  09 - Search Box
/*----------------------------------------*/
.ts-search-overlay {
    opacity: .4;
    visibility: hidden;
    position: fixed;
    z-index: 100;
    left: 0;
    width: 100%;
    height: 100%;
	background:  url("../../katu/topbj.jpg") no-repeat;
    -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%);
}


li { list-style: none; }
.menux { width: 700px; height: 600px; margin-left: 70px; margin-top: 200px; border-top: 1px solid #3d5d58; padding-top: 30px;}

.menux ul { width:350px; text-align: left; box-sizing: border-box;  }
.menux ul li { height: 80px; width: 350px; text-align: left; line-height: 80px; font-size: 20px; z-index: 2; color:#fff; }
.menux ul li a { padding-left:10px; border-bottom:1px solid #3d5d58; display: block; margin-right:50px; background: url( "../../katu/dhxlbj1.png") right center no-repeat; color:#fff; }
.menux ul li a:hover { cursor: pointer; color:#fff; }
.menux ul li:hover { }
.menux ul li:hover .submenu { display: block; }
.menux ul li:hover span { width: 30px; height: 30px; display: inline-block;  float: right; z-index: 100; position: relative; }
.menux ul li .submenu { position: fixed; left: 450px; top:230px; width: 250px; height: 300px; z-index: 10004; display: none; border-left:  solid 1px #3d5d58;}
.menux ul li .submenu .subleft { margin-left: 0px; width: 250px; height: 300px; float: left; padding: 5px; }
.menux ul li .submenu .subleft dl { overflow: hidden;  padding: 10px 20px; }
.menux ul li .submenu .subleft dl dt { float: left; height: 22px; line-height: 22px; margin-right: 10px; font-weight: bold; color: #fff; font-size: 12px; cursor: pointer; }
.menux ul li .submenu .subleft dl dd { }
.menux ul li .submenu .subleft dl dd a { display: block; margin-left: 50px; padding: 0 10px; color: #fff; height: 40px; line-height: 40px; margin: 3px 0; font-size: 14px; text-decoration: none;}

.ts-icon-close {
    position: absolute;
    color: #fff;
    left: 50%;
	bottom: 80px; margin-left: -60px;
    cursor: pointer; z-index: 10000;
}
.ts-icon-close:before {
    content: '';
    font-family: "optico-icons";
	width:120px;  height:60px;
	background: url("../../katu/dhgb.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;
    opacity: 1;
}
.ts-search-outer {
    width: 970px;
    margin: 0 auto;
    position: relative;
    top:120px;
    left: 0;

}
.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(../../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);
}

#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;}

.syprodfl{ padding:90px 0;}
.syprodfl h2{ font-size: 14px; color: #a3a3a3; line-height: 40px;}
.syprodfl h1{ font-size: 40px; color: #333; line-height: 60px; padding-bottom: 20px;}
.syprodfl h3{ font-size: 40px; color: #fff; line-height: 60px; padding-bottom: 40px;}

.syprodfl .box{ position: relative; overflow: hidden; margin-bottom:40px;}
.syprodfl .box .box-content{
		    width: 90%;
		    height: auto;
		    position: absolute;
			bottom:100px;
		    left: 5%;
		    color: #333;
		    text-align: left;
		    padding: 20px;
		    transform-origin: left top 0;
		    transition: all 0.6s ease 0s;
		}


.syprodfl .box .more{ color:#fff; line-height:35px; font-size:16px; padding:15px 40px; border: 1px solid #fff; }
.syprofl { padding: 0;}
.syprofl h1{text-align:  center; line-height: 80px; font-size: 30px; color: #333;}
.syprofl .box{ border: solid 1px #ccc; text-align: center; margin-bottom: 15px;}
.syprofl .box img{ padding: 20px 44px; width: 100%;}
.syprofl .box .m a{ text-align: center; line-height: 50px; font-size: 14px; color:#333; display: block;}
.syprofl .box .m a:hover{ text-align: center; line-height: 50px; font-size: 14px; color:#333; display: block;}

@media (max-width: 1024px) {
.syprodfl h1{ font-size: 24px; color: #333; line-height: 45px; padding-bottom: 20px;}
}
@media (max-width: 650px) {
.syprodfl{ padding:40px 0;}
.syprodfl h1{ font-size: 20px; color: #333; line-height: 40px; padding-bottom: 20px;}
.syprodfl h3{ font-size: 20px; color: #fff; line-height: 40px; padding-bottom: 20px;}
}

.syys { padding:50px 0;  background: url("../../katu/sysp.jpg") top center no-repeat; margin-top: 50px;}
.syys .box { padding-left: 50px; padding-right: 50px;}
.syys .box  h2{ font-size: 14px; color: #fff; line-height: 40px;}
.syys .box  h1{ font-size: 40px; color: #fff; line-height: 60px; padding-bottom: 20px;}
.syys .box .more{ color:#fff; line-height:35px; font-size:16px; padding:15px 40px; border: 1px solid #fff; }

@media (max-width: 768px) {
	.syys .box  h1{ font-size: 26px; color: #fff; line-height: 60px; padding-bottom: 20px;}
.syys .box { padding-left: 0px; padding-right: 0px;}
}
.syabout{ padding: 50px 0;}
.syabout h1{text-align: center;line-height:95px; font-size:40px; color: #333;}
.syabout h2{text-align: center;line-height:30px; font-size:14px; color: #676c73; padding-bottom: 20px; padding-left: 50px; padding-right: 50px;}
.syabout .more{ color:#333; line-height:35px; font-size:16px; padding:15px 40px; border: 1px solid #ccc; }
.sysp{ padding: 0px; background: url("../../katu/sysp2.jpg") center center no-repeat; height:600px;}
.sysp .box{ position: relative; overflow: hidden; height: 600px; }
.sysp .box .box-content{
		    width: 110px;
		    height: 110px;
		    position: absolute;
			bottom:50%;
		    left: 50%;
		    color: #fff;
		    text-align: center;
	 margin-left: -55px; margin-top: -55px;
		    transition: all 0.6s ease 0s;
		}
.sysp .box .box-content .m{ display: block; background: url("../../katu/span.png") top center no-repeat; text-align: center; font-size: 14px; color: #FFFFFF; line-height: 35px; padding-top: 75px;}
.sysp .box .box-content .m a:hover{ line-height: 35px; color: #FFFFFF;}

.sysp .box .box-content2{
	height: auto; overflow: hidden;
		    position: absolute;
			bottom:50%;
		    right: 0px;
		    color: #fff;
		    text-align: center;
	        margin-top: -60px;
		    transition: all 0.6s ease 0s;
		}
.sysp .box .box-content2 h1{ font-size: 40px; color: #fff; line-height: 60px; text-align: left;
}
.sysp .box .box-content3{
	height: auto; overflow: hidden;
		    position: absolute;
			bottom:50%;
		    right: 0px;
		    color: #fff;
		    text-align: center;
	        margin-top: -80px;
		    transition: all 0.6s ease 0s;
		}
.sysp .box .box-content3 h1{ font-size: 40px; color: #fff; line-height: 60px; text-align:center;
}
.sysp .box .box-content3 .m{ display: block; background: url("../../katu/span.png") top center no-repeat; text-align: center; font-size: 14px; color: #FFFFFF; line-height: 35px; padding-top: 75px;}
.sysp .box .box-content3 .m a:hover{ line-height: 35px; color: #FFFFFF;}

.sysp .xs1{ display: block;}
.sysp .xs2{ display: none;}
.syspb { display: none;}
@media (max-width: 812px) {
.sysp{ padding: 0px; background: url("../../katu/sysp3.jpg") left top no-repeat; height:600px; }
.sysp .xs2{ display: block;}
.sysp .xs1{ display: none;}
	
}
@media (max-width: 640px) {
	.sysp { display: none;}
.syspb{ padding: 0px; background: url("../../katu/sysp4.jpg") center top no-repeat; height:600px; display: block;}
	
.syspb  h1{ font-size: 30px; color: #fff; line-height: 50px; text-align:center;}
	.syspb  .boxfj{ height: 300px;}	
.syspb  .m{ display: block; background: url("../../katu/span.png") top center no-repeat; text-align: center; font-size: 14px; color: #FFFFFF; line-height: 35px; padding-top: 75px; }
.syspb  .m a:hover{ line-height: 35px; color: #FFFFFF;}
	
}

.foorly{ background: url( "../../katu/foorlybj.jpg") top center no-repeat; padding: 130px 0; }

.foorly .ssinputs {border:none;  height:48px; line-height:48px; font-size:14px; color:#888; width:500px;  background: none;  margin: 0px; }
.foorly .box2 { width: 600px; border-radius: 30px; background: #fff; padding-left: 30px;}
@media (max-width:650px) {
.foorly .ssinputs {border:none;  height:48px; line-height:48px; font-size:14px; color:#888; width:250px;  background: none;  margin: 0px; }
.foorly .box2 { width: 350px; border-radius: 30px; background: #fff; padding-left: 30px;}
}



.foorlys{  padding: 50px 0; }

.foorlys .ssinputx {border:none;  height:48px; line-height:48px; font-size:14px; color:#333; width:500px;  background: none;  margin: 0px; }
.foorlys .box2 { width: 600px; border-radius: 30px; background: #fff; padding-left: 30px; border: 1px solid #ddd;}
@media (max-width:650px) {
.foorlys .ssinputx {border:none;  height:48px; line-height:48px; font-size:14px; color:#333; width:250px;  background: none;  margin: 0px; }
.foorlys .box2 { width: 350px; border-radius: 30px; background: #fff; padding-left: 30px;}
}
.foor{ background: #191919; padding: 50px 0;}
.foor h1{ line-height: 50px; font-size: 20px; color: #FFFFFF; text-align: left;}
.foor .box2 .lj{ line-height: 30px; color: #FFFFFF; font-size: 14px;}
.foor .box2:hover .lj{ line-height: 30px; color:#D9D9D9; font-size: 14px; }
.foor .fjr{ border-right: 1px solid #ccc; }
.foor .box3{ border-bottom: 1PX solid  #ccc; padding-bottom: 40px; margin:0 0px 20px 0px;  }
.foor .box2 .ljs{ line-height: 30px; color: #FFFFFF; font-size: 14px; padding:0 20px 0px 10px;}
.foor .box2:hover .ljs{ line-height: 30px; color:#D9D9D9; font-size: 14px; }

.foor .fjl{ border-left: 1px solid #ccc; }
.foornr { height: 50px; line-height: 50px; font-size: 14px; color: #fff; text-align: center; background: #101010;} 

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
  min-height: 30px; border-bottom:1px solid #CCC;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 15px 0 15px 30px;
  margin: 0;
  font-size: 14px; background: url( "../../katu/hbj.jpg") left center no-repeat; 
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3333;
  content: "|";
}
.breadcrumbs  .fllj{ padding: 20px; font-size: 14px; color: #191919; }
.breadcrumbs  .fllj:hover { background:#191919; color: #fff;}
.breadcrumbs  .flljs{ padding:  20px; font-size: 14px; background:#191919; color: #fff; }


@media (max-width: 768px) {
.breadcrumbs {display:none;}
}



.about{
	 padding: 60px 0;
}
.about h1{ background: url("../../katu/abotubt.jpg") left center no-repeat; line-height: 60px; font-size: 40px; color: #000; text-align: center;}
.about h2{ line-height: 50px; font-size:14px; color: #676c73; text-align: center;}
.about p{ 
	padding: 30px 80px; font-size: 14px; color:#a3a3a3; line-height: 30px; text-align: center;
}
@media (max-width: 768px) {
.about{
	 padding: 40px 0;
}
.about p{ 
	padding: 30px 0px; font-size: 14px; color:#a3a3a3; line-height: 30px; text-align: center;
	}
}
@media (max-width: 640px) {
.about h1{ line-height: 40px; font-size: 24px; background: none;}
.about h2{ line-height: 30px; }

}
.about2{
	 padding: 50px 0; border-bottom: 1px solid #ddd; margin: 80px 0;
	
}

.about2 p{
 padding:0px 30px; line-height: 30px; font-size: 14px; color:#a3a3a3; line-height: 30px; text-align: center; border-left: 1px solid #ddd;border-right: 1px solid #ddd; margin-bottom: 40px;
}
.about2 .box1{ width:70%;}

@media (max-width: 768px) {

.about2{
	 padding: 30px 0; border-bottom: 1px solid #ddd; margin: 30px 0;
	
}	
.about2 .box1{ width:90%;}	
}
@media (max-width: 640px) {
.about2 .box1{ width:100%;}	
.about2 p{
 border-left: none;border-right: none; 
}
}

.aboutc{
 height: 526px; background: url("../../katu/aboutc.jpg") center top no-repeat;
}

.aboutc h1{
	line-height: 60px; font-size: 40px; color:#fff; padding: 60px 0 20px 0;
	
} 
.aboutc p{
	 padding:  0; line-height: 30px; font-size: 14px; color:#adadad;
	
}

@media (max-width: 840px) {
.aboutc{
 background: url("../../katu/aboutcs.jpg") center top no-repeat;
}
}

@media (max-width: 640px) {
.aboutc{
	height: auto; padding-top: 500px; padding-bottom: 40px;
	background: #0d0d0d url("../../katu/aboutcsx.jpg") center top no-repeat;
}
}

.aboutbz{ margin: 60px  0; border-bottom: 1px solid #DDDDDD;border-top: 1px solid #DDDDDD; padding: 0;}
.aboutbz .fj{ border-left: 1px solid #ddd; border-right: 1px solid #ddd; width: 80%;}
.aboutbz .fjs{ border-right: 1px solid #ddd;}
.aboutbz h1{ line-height: 300px;font-size: 140px; text-align: center; padding-bottom: 30px; color: #000000;}
.aboutbz p{ padding-top: 30px; line-height:30px; font-size: 14px; color: #9b9b9b; padding-left:50px;}

@media (max-width: 840px) {
.aboutbz .fj{ border-left: none; border-right: none; width: 100%;}	
.aboutbz .fjs{ border-right:none; border-bottom: 1px solid #ddd;}
.aboutbz h1{ line-height: 270px;font-size: 100px; }
}
.products{ padding: 40px 0; }
.products h1{ line-height: 80px; font-size:40px; color:#333; }
.products h2{ line-height: 30px; font-size:14px; color:#676c73;}
.products img{ max-width: 100%;}
.products h3{ line-height: 50px; font-size:20px; color:#333; padding-bottom: 10px; text-align: center;}
@media (max-width: 768px) {
.products h1{ line-height: 80px; font-size:30px; color:#333; }	
	
}
@media (max-width: 640px) {
.products h1{ line-height: 80px; font-size:20px; color:#333; }	
}

.product{  padding: 40px 0;}

.product .selectpicker{ padding: 0px 20px;  border: 1px solid #C5C4C4; margin-bottom: 30px; line-height: 30px;}

.product .ssinputx {border:none;  height:48px; line-height:48px; font-size:14px; color:#333; width:230px;  background: none;  margin: 0px; }
.product .box2 { width: 310px; border-radius: 30px; background: #fff; padding-left: 30px; border: 1px solid #ddd; margin-bottom:10px;}
@media (max-width:650px) {
.product .ssinputx {border:none;  height:48px; line-height:48px; font-size:14px; color:#333; width:180px;  background: none;  margin: 0px; }
.product .box2 { width: 260px; border-radius: 30px; background: #fff; padding-left: 30px;}
}
.product .bm{ border-bottom: 1px solid #C5C4C4; padding:0 ; margin:0 0 30px 0;}
.product h1{ padding-left: 300px; text-align: left; font-size: 14px; color:#959595; line-height: 30px; margin-bottom: 30px;}
@media (max-width: 840px) {
.product h1{ padding-left: 0px; }
}
.product .box{ border: 1px solid #C5C4C4; margin-bottom: 40px;  transition: all 0.4s ease-in-out;}
.product .box img { max-width: 100%;}
.product .box:hover { box-shadow: 5px 8px 8px 5px rgba(127, 137, 161, 0.25); border: 1px solid #fff;}
.product .box h2 {  padding-left:40px; line-height: 50px; font-size: 14px; color:#383838; text-align: left;}
.product .box .box3{ padding-left: 40px; margin-bottom: 15px;}
.product .box .box3 img{ padding-right: 10px;}
.product .box  .more{ background:#bcbcbc; color: #fff; padding:4px 10px; font-size: 20px; line-height: 30px; transition: all 0.4s ease-in-out;}
.product .box:hover  .more{ background:#000; }


.proshow{ padding: 0; }
.proshow img{
	opacity: 1; max-width:100%; overflow:hidden; 
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.proshow h1{ text-align:left; width:100%; color:#333; font-size:30px; line-height:70px; font-weight:normal;}
.proshow h2{ text-align:left; font-size:20px; color:#333; opacity:0.6; line-height:60px; font-weight:normal;}
.proshow p{ text-align:left; font-size:14px; color:#666; line-height:30px; padding:0 ; margin:0;}

.proshow .box3{ margin-bottom: 10px; margin-top: 10px;}
.proshow .box3 img{ padding-right: 10px;}
.news{ padding: 40px 0;}
.news .box{  border: 1px solid #C5C4C4; margin-bottom: 40px;}
.news img{ max-width: 100%;}

.news .box p{ font-size: 14px; color: #616161; line-height:40px; padding-left: 20px; padding-top: 10px;}
.news .box .imglj { padding-right: 20px; padding-top: 10px}
.news .box h13{ text-align:left; line-height:30px; font-size:16px;  width:100%; display:block; min-height: 90px; padding-left: 20px;  padding-right: 20px; color: #000;}
.news .box .more{ padding-rigth:40px; font-size:14px; line-height:40px; color:#4c4c4c; background: url(../../katu/syprom.jpg) right center no-repeat; padding-right:55px; margin-bottom:20px; padding-left: 20px;  transition: all 0.4s ease-in-out;}
.news .box:hover  .more{ background: url(../../katu/syproms.jpg) right center no-repeat; }

.newshow{ padding: 40px 0;}
.newshow h1{ line-height: 40px; font-size: 18px;color: #333; text-align: center;}
.newshow p{ text-align: left; font-size: 14px;color:#323232; line-height: 30px; }
.service { padding: 40px 0; }
.service h1{ line-height: 150px;font-size: 40px; color:#000000; }
.service h2{ line-height: 150px;font-size: 40px; color:#000000; text-align: center;}
@media (max-width: 768px) {
.service h1{ font-size: 26PX; line-height: 100PX;}	
.service h2{ font-size: 26PX; line-height: 100PX; text-align: center;}	
}
.service .fl{ line-height: 50px; font-size: 14px; color:#373737; display: block;}
.service .fl:hover{ background: url("../../katu/fwflbj.jpg") left bottom no-repeat;}
.service .fls { background: url("../../katu/fwflbj.jpg") left bottom no-repeat; line-height: 50px; font-size: 14px; color:#373737; display: block;}

.service p{ line-height: 30px;font-size: 14px; color: #a3a3a3;}
.service .collapsed{ background:#fff url( "../../katu/fws.jpg") right center no-repeat; display: block;}
.service .card-header { background: #fff url("../../katu/fwf.jpg") right center no-repeat; padding:15px 0;  font-size: 14px; color:#373737; line-height: 30px; border-bottom: none; border-top: 1px solid #C8C8C8;}
.service .card-body{ padding-left: 0px; padding-right: 0px;}
.service .bm{ border-bottom: 1px solid #C8C8C8;}
.service .box2 { border-bottom: 1px solid #dedede; padding-bottom:40px; padding-top:40px;  overflow: hidden; }
.service .box2:hover .tx{  display: block;}
.service .box2:hover .ty{  display: none;}
.service .box2 .tx{  display: none;  transition: all 0.6s ease 0s;}
.service .box2 .ty{ display: block;  transition: all 0.6s ease 0s;}
.service .box2  h3{ text-align: left; line-height: 50px; font-size: 16px; color: #333; }
.service .box2  p{ line-height: 30px; font-size:14px; color:#a0a0a0;  }
.service .box3 { display: none; overflow: hidden;}
.service .br{ border-right: 1px solid #ccc;}
.service h4{  padding-top: 60px; line-height: 80px; font-size: 40px; color: #4B4B4B;  padding-bottom: 20px;}

.servicezp { padding: 150px 0; background: url( ../../katu/cx4.jpg) top center no-repeat; margin-bottom: 150px;}
.servicezp h1{ text-align: center; font-size:30px; color: #fff; line-height: 60px; }
.servicezp .ssinputs {border:none;  height:50px; line-height:50px; font-size:14px;  width:500px;  background: none;  margin: 0px; color: #888888; }
.servicezp .box2 { width: 600px;  background: #fff;  }
@media (max-width:650px) {
.servicezp .ssinputs {border:none;  height:50px; line-height:50px; font-size:14px;  width:250px;  background: none;  margin: 0px; }
.servicezp .box2 { width: 350px;  background: #fff; }
}
@media (max-width: 760px) {
.service .box2 { display: none; overflow: hidden; }
.service .box3 { border-bottom: 1px solid #dedede; padding-bottom:30px; padding-top:30px; display: block;}
.service .box3  h3{ text-align: left; line-height: 30px; font-size: 16px; color: #333; }
.service .box3  p{ line-height: 30px; font-size:14px; color:#a0a0a0;  }	
.service h4{  padding-top: 20px; line-height: 40px; font-size: 22px; color: #4B4B4B;  padding-bottom: 20px;}
}
@media (max-width: 580px) {
.service .br{ border-right: none;}
.service h2{ font-size: 22PX; line-height: 100PX; text-align: center;}	
.service h4{  padding-top: 20px; line-height:40px; font-size: 18px; color: #4B4B4B;  padding-bottom: 20px;}
}

.contact{ padding: 40px 0;}
.contact h1{ line-height: 80px; font-size: 40px; color: #333; text-align: center;}
.contact h2{ padding-bottom: 30px; text-align: center; line-height: 30px; color:#a3a3a3;  font-size: 14px; border-bottom: 1px solid #C8C8C8; margin-bottom: 40px;}
.contact .inpul{ border: 1px solid #C8C8C8; font-size:16px; color:#666; text-align:left;   width:100%; padding:15px 20px 15px 20px; margin-bottom:20px;}
.contact .inpuls{ border: 1px solid #C8C8C8; font-size:16px; color:#666; text-align:left;   width:100%; padding:15px 20px 15px 20px; } 
.contact .tj{ width:230px; text-align:center; background: url("../../katu/fsbj.jpg");  line-height:50px; font-size:16px; color:#FFF; margin:0 auto;  border:none; padding:0;}

.contact .xz{ border: 1px solid #C8C8C8; font-size:16px; color:#666; text-align:left;   width:100%; padding:15px 20px 15px 20px; margin-bottom:20px;} 

.contact .selectpicker{ width: 950px; border: none; color:#666;}
@media (max-width: 1024px) {
.contact .selectpicker{ width:750px;}
}	
@media (max-width: 768px) {
.contact .selectpicker{ width:60%;}
}
.contact .lyfw{ padding-top: 5px; padding-bottom: 5px; }
.contactd{ padding: 0; height: 600px;width: 100%; position: relative;}
.contactd .dt{ width: 100%; height: 500px; position: absolute;}
.contactd .nr{right: 100px; position: absolute; background: url("../../katu/lxbj.jpg"); width: 320px;height: 320px; top: 140px;}

.contactd .nr .box{ margin: 40px; }
.contactd .nr .box h1{ line-height: 50px; font-size: 20px;color: #fff; }
.contactd .nr .box1{ background: url("../../katu/lx1.png") left top no-repeat; line-height: 25px;font-size: 12px; color:#fff; margin-top: 12px; margin-bottom: 12px; padding-left: 20px;}

.contactd .nr .box2{ background: url("../../katu/lx2.png") left top no-repeat; line-height: 25px;font-size: 12px; color:#fff; margin-top: 12px; margin-bottom: 12px; padding-left: 20px;}
.contactd .nr .box3{ background: url("../../katu/lx3.png") left top no-repeat; line-height: 25px;font-size: 12px; color:#fff; margin-top: 12px; margin-bottom: 12px; padding-left: 20px;}
.contactd .nr .box4{ background: url("../../katu/lx4.png") left top no-repeat; line-height: 25px;font-size: 12px; color:#fff; margin-top: 12px; margin-bottom: 12px; padding-left: 20px;}
.contactb{ display: none; margin-bottom: 30px;}




@media (max-width: 768px) {
.contactd{ display: none;}
.contactb{ display: block;}
	
.contactb .nr{ background: #191919 url("../../katu/lxbjs.jpg") right top no-repeat; padding: 40px 0; margin-bottom: 30px;}
.contactb .nr .box{ margin:25px; }
.contactb .nr .box h1{ line-height: 50px; font-size: 20px;color: #fff; }
.contactb .nr .box1{ background: url("../../katu/lx1.png") left top no-repeat; line-height: 25px;font-size: 12px; color:#fff; margin-top: 12px; margin-bottom: 12px; padding-left: 20px;}

.contactb .nr .box2{ background: url("../../katu/lx2.png") left top no-repeat; line-height: 25px;font-size: 12px; color:#fff; margin-top: 12px; margin-bottom: 12px; padding-left: 20px;}
.contactb .nr .box3{ background: url("../../katu/lx3.png") left top no-repeat; line-height: 25px;font-size: 12px; color:#fff; margin-top: 12px; margin-bottom: 12px; padding-left: 20px;}
.contactb .nr .box4{ background: url("../../katu/lx4.png") left top no-repeat; line-height: 25px;font-size: 12px; color:#fff; margin-top: 12px; margin-bottom: 12px; padding-left: 20px;}
	
}


