/**
* 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:80px;}
	.mb{ display:none; overflow:hidden; padding-top:70px;}
@media (max-width: 1366px) {
	.cpb{ display:none; overflow:hidden; }
	.mb{ 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);
}

#header.header-scrolled, #header.header-inner-pages {
  background:#FFF;
}

#header .logo { padding-left:40px;
}

#header .logo img {
}

#headerfj{ width:100%; height:70px;}



@media (max-width: 1366px) {
#header .logo img {
  padding-top:10px;
  padding-bottom:10px;
  max-height:80px;
}
#headerfj{ width:100%; height:70px;}
}




@media (max-width: 768px) {
#header .logo { padding-left:15px;
}
#header .logo img {
  padding-top:10px;
  padding-bottom:10px;
  max-height:60px;
}
#headerfj{ width:100%; height:60px; }

}



#header .iconbox{
	float:right;
	margin-bottom:5px;
	margin-top:5px;
}
#header .iconbox svg{
	
	float:left;
	display:inline-block;
	margin-left:13px;	
}

#header .iconbox .mobile { 
    display:none;
}
#header .ssb{ display:none;}

@media (max-width: 1366px) {
#header .iconbox{ display: none; }
#header .iconbox .mobile { margin:0 0 50px 50px;
display:block;
}
#header .ss{ display:none;}
#header .ssb{ display: block;}

}

#banner{ height:auto; overflow:hidden;  width:100%;}
#mobilebanner{ display:none; width:100%; }

@media (max-width:1202px) {
#banner{ display:none;}
#mobilebanner{ display:block;}

}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  margin: 0;
}

.nav-menu a {
  display: block;
  position: relative;
  color:#333;
  transition: 0.3s;
  font-size: 16px;
  padding: 30px 36px;
  font-family: Arial, Helvetica, sans-serif; border-right:1px solid #CCC;
}

.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:#00578f;
}

.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 {
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\>"; font-weight:bold;
  position: absolute;
  right: 15px; width:30px; background:none;
}

@media (max-width: 100%) {
  .nav-menu .drop-down .drop-down ul {
    left: -95%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
  content: "\>"; font-weight:600; background:none;
  }
}

/* Get Startet Button */
.get-started-btn { margin-top:20px;
  background: #0058aa;
  color: #fff;
  border-radius: 10px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 22px;
  display: inline-block;
}

.get-started-btn:hover  {
  background: #fff;
  color: #0058aa;
}


.get-started-btn:hover path{
 fill:#0058aa;
}
.site-header .topzi{
    font-size: 16px; padding-left:20px; padding-right:20px; line-height:60px; border-left:1px solid #CCC; height:60px; 
	
}
@media (max-width: 1460px) {
	.site-header .topzi{ display: none;}
}

.site-header .search-btn{
	width:60px; 
    font-size: 30px; height:60px; background:url(../../nytu/topss.jpg)  center center ;
	
}


.site-header .yy-btn{}
.site-header .yy-btn .m{ color:#fff; font-size: 16px; padding: 30px 30px;  background:#333; display:block;}



@media (max-width: 1460px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}
@media (max-width: 1366px) {
.site-header .search-btn{ display: none;}
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  z-index: 9998;
  border: 0;
  background:url(../../nytu/hbb.png) right center no-repeat;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; right:1.5rem; width:28px; height:76px;
}

.htu{ padding-top:40px; padding-bottom:100px;}


@media (max-width: 768px) {
.mobile-nav-toggle {
  position: fixed;
  z-index: 9998;
  border: 0;
  background:url(../../nytu/hbb.png) right center no-repeat;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; right:1.5rem; width:28px; height:60px;
  
}
}

.mobile-nav-toggle i {
  color: #333; opacity: 0;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #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: 0.4;
    visibility: hidden;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#000;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
.ts-icon-close {
    position: absolute;
    color: #fff;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
.ts-icon-close:before {
    content: '';
    font-family: "optico-icons";
	width:50px; height:50px;
	background: url(../../nytu/hbbgb.png) center center no-repeat;
    opacity: .5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    opacity: .6;
}
.ts-search-outer {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ts-search-outer .ts-search-logo {
    margin-bottom: 60px;
    position: absolute;
    margin-top: -125px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.ts-search-outer .ts-search-logo img {
    padding-top:15px; padding-bottom:15px;
}
.ts-search-overlay .ts-site-searchform {
    position: relative;
}
.ts-search-overlay input[type="search"] {
    border-bottom-color: #666;
}
.ts-search-overlay input[type="search"] {
    border: none;
    font-size: 16px;
    color: #09162a;
    padding: 0;
    padding-left: 16px;
    text-align: left;
    height: 70px;
    line-height: 70px;
}
.ts-search-overlay .ts-site-searchform button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px; 
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 60px;
    border: 0;
    color: #fff; background:url(../../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;}

.bz{ text-align:center; line-height:80px; font-size:36px; color:#fff; background:#595959;}
@media (max-width: 1024px) {
.bz{ font-size:26px; line-height:60px;}
}
@media (max-width:767px) {
.bz{ display:none;}
}


.hm{ padding:10px 0;}
.hm .box{ border:1px solid #CCC; margin:20px 1px;}
.hm .box img{ max-width:100%;}
.hm .box .contact{ padding:20px 30px; text-align:left; font-size:18px; line-height:30px; min-height:100px;}
@media (max-width:1024px) {
.hm .box .contact{ padding:20px 15px; text-align:left; font-size:14px; line-height:25px; min-height:98px;}
}
@media (max-width:768px) {
.hm .box .contact{ padding:20px 15px; text-align:left; font-size:14px; line-height:25px; min-height:123px;}
}
.footer{ padding:30px 0; background:#000;  margin-top:30px;}
.footer h1{ line-height:60px; font-size:24px; color:#fff;}
.footer .more{ background:url(../../jctu/fbt.png) left center no-repeat; display:block; padding-left:25px; line-height:30px; font-size:14px; color:#fff; opacity:0.8;}
.footer .more:hover{ opacity:1;}
.footer p{ line-height:30px; font-size:14px; color:#CCC;} 
.footer .input{ text-align:left; line-height:30px; font-size:14px; height:50px; color:#666; border-bottom:1px solid #CCC; border-left: none; border-right:none; border-top: none; width:100%; margin-bottom:20px;}
.footer .subs{ width:100%; background:#FFF; text-align:center; font-size:16px; border:1px solid #ccc; font-size:14px; line-height:30px; margin-bottom:20px;}
.footer .imgs{ padding-top:100px;}
.footer .f1{ display:block;}
.footer .f2{ display:block;}
.footer .f3{ display:block;}
.footer .f4{ display:block;}
@media (max-width:768px) {
.footer .f1{ display:none;}
.footer .f4{ display:none;}
}

.footer h2{ text-align:center; font-size:14px; color:#ccc; border-top:1px solid #CCC; line-height:50px;}


/*--------------------------------------------------------------
# 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 40px;
  margin: 0;
  background:url(../../jctu/hbj.jpg) center left no-repeat;  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3333;
  content: "/";
}
@media (max-width: 768px) {
.breadcrumbs {display:none;}
}

.bannercp{ width:100%; overflow:hidden; display:block; padding-top:70px;}
.bannermb{ width:100%; overflow:hidden; display:none; padding-top:60px;}
@media (max-width: 1366px) {
.bannercp{ display:none;}
.bannermb{ display:block;}
}
@media (max-width: 768px) {
.bannermb{ border-bottom:1px solid #CCC;}
}
.proshow{ padding:40px 0;}
.proshow h2{ text-align:center; background:url(../../jctu/btbj.jpg) bottom center no-repeat; line-height:50px; font-size:26px; color:#333; text-transform:uppercase; margin-bottom:30px;}

.proshow h1{ border-bottom:1px solid #CCC; line-height:50px; font-size:20px; color:#333;}
.proshow p{ padding-top:0px; padding-bottom:0px; line-height:30px; font-size:14px;}
.proshow .proxg{ height:auto; overflow:hidden;}
.proshow .xlnr{ margin:0px 15px 40px 15px; border:2px solid #727272; border-radius: 10px; padding-left:30px; padding-right:30px; font-size:14px; line-height:40px; color:#333; background:none; transition: all 0.6s ease 0s;}
.proshow .xlnr:hover { background:#00578f; color:#FFF; border:2px solid #00578f; }
.proshow .xlnrs { margin:0px 15px 40px 15px; border:2px solid #00578f; border-radius: 10px; background:#00578f; color:#FFF; line-height:40px; padding-left:30px; padding-right:30px; font-size:14px; }
.proshow img{ max-width:100%;}

@media (max-width:768px) {
.proshow .xlnr{ display:none;}
.proshow .xlnrs{ display:none;}
}

@media (max-width: 1020px) {
.proshow .proxg{ display: none;}
}
.habout{ padding:35px 0;}
.habout .tu{ background:url(../../jctu/syabout.jpg) left top no-repeat;}

.habout .nr{ margin:40px 0; background:#f9f9f9;} 
.habout p{ padding:30px; font-size:14px; color:#666; line-height:30px;}
.habout h1{ margin:30px 30px 0px 30px; line-height:50px; font-size:26px; color:#333; background:url(../../jctu/btbj.jpg) bottom left no-repeat; text-transform:uppercase;}
.habout .morex{ width:100%; line-height:50px; font-size:14px; color:#FFF; background:#00578f; text-align:center; display:block; margin:30px 10px;}
.aboutdt{ padding:30px 0;}
.aboutdt h1{ padding-top:50px; padding-bottom:20px; line-height:50px; font-size:22px; color:#333;}
.aboutdt p{ line-height:30px; font-size:14px; color:#333;}
@media (max-width: 768px) {
.habout .tu{ padding-top:600px;}
.habout p{ padding:0px; font-size:14px; color:#666; line-height:30px;}
.habout h1{ margin:30px 0px 0px 0px; line-height:50px; font-size:26px; color:#333; background:url(../../jctu/btbj.jpg) bottom left no-repeat; text-transform:uppercase;}
.aboutdt h1{ padding-top:0px;}

}

.hproducts{ padding:30px 0;}
.hproducts h1{ text-align:center; background:url(../../jctu/btbj.jpg) bottom center no-repeat; line-height:50px; font-size:26px; color:#333; text-transform:uppercase; margin-bottom:30px;}
.hproducts .box{ position: relative; overflow: hidden; margin-bottom:40px;}
.hproducts .box .box-content{
	display:none;
		    width: 95%;
		    height: auto;
		    position: absolute;
		    left: 2.5%;
			top: 32.5%;
		    color: #333;
		    text-align: left;
		    padding: 20px;
			height:35%;
			opacity:0.8;
		    transform-origin: left top 0;
		    transition: all 0.6s ease 0s; border:2px solid #FFF; 
		}

.hproducts .box .box-contents{
	display:none;
		    width: 100%;
		    height: auto;
		    position: absolute;
		    left: 0;
			top:0;
		    text-align: left;
		    padding: 20px;
			height:100%;
			opacity:0.4;
		    transform-origin: left top 0;
		    transition: all 0.6s ease 0s;
			background:#000;
		}
.hproducts .box:hover .box-content{
	display:block; 
	}
.hproducts .box:hover .box-contents{
	display:block; 
	}
@media (max-width: 1366px) {
.hproducts .box .box-content{
	display:block;
		}
.hproducts .box .box-contents{
	display:block;
		}
}
	
.hproducts .box .more{ line-height:50px; padding-bottom:50px; background:url(../../jctu/probtm.png) bottom center no-repeat; width:100%; font-size:22px; text-align:center; color: #FFF; display:block;}

@media (max-width: 1024px) {
.hproducts .box .more{ line-height:50px; padding-bottom:50px; background:url(../../jctu/probtm.png) bottom center no-repeat; width:100%; font-size:18px; text-align:center; color: #FFF; display:block;}
}
.hnews{ padding:30px 0;}
.hnews .tu{ background:url(../../jctu/synews.jpg) right center no-repeat;}
.hnews h1{ text-align:left; line-height:40px; font-size:20px; color:#333; font-weight:600; text-transform:uppercase;}
.hnews h2{ text-align:left; line-height:30px; font-size:14px; color:#666; }
.hnews .box{ border:1px  solid #CCC; background:#FFF; margin-bottom:50px;n}
.hnews h3{ background: url(../../jctu/hnbt.jpg) left center no-repeat; margin-top:40px; padding-left:80px; line-height:30px; font-size:20px; color:#333; padding-right:60px;}
.hnews p{ padding:0 60px 0px 70px; line-height:30px; font-size:14px; color:#666;}
.hnews .morex{ line-height:50px; font-size:14px; color:#FFF; background:#00578f; text-align:center; display:block; margin:30px 70px;}

.products{ padding:30px 0;}
.products h1{ text-align:center; background:url(../../jctu/btbj.jpg) bottom center no-repeat; line-height:50px; font-size:26px; color:#333; text-transform:uppercase; margin-bottom:30px;}
.products img{ max-width:100%;}
.products .xlnr{ margin:0px 15px 40px 15px; border:2px solid #727272; border-radius: 10px; padding-left:30px; padding-right:30px; font-size:14px; line-height:40px; color:#333; background:none; transition: all 0.6s ease 0s;}
.products .xlnr:hover { background:#00578f; color:#FFF; border:2px solid #00578f; }
.products .xlnrs { margin:0px 15px 40px 15px; border:2px solid #00578f; border-radius: 10px; background:#00578f; color:#FFF; line-height:40px; padding-left:30px; padding-right:30px; font-size:14px; }
@media (max-width: 768px) {
.products .xlnr { display: none;}
.products .xlnrs { display: none;}
}
.products .box{ border:1px solid #CCC; width:100%;  transition: all 0.6s ease 0s; margin-bottom:30px;}
.products .box:hover { box-shadow: 3px 3px 5px 3px rgba(127, 137, 161, 0.25); border:none;  border:1px solid #fff;}
.products .box .tu{ max-width:100%; text-align:center;}
.products .box h4{ text-align:center; line-height:50px; font-size:14px; color:#333;}

.news{ padding:30px 0;}
.news h1{ text-align:center; background:url(../../jctu/btbj.jpg) bottom center no-repeat; line-height:50px; font-size:26px; color:#333; text-transform:uppercase; margin-bottom:30px;}
.news .box{ border:1px solid #CCC; margin-bottom:40px;}
.news .boxs{ padding:40px;}
.news img{ max-width:100%;}
.news  h2{ line-height:35px; font-size:18px; color:#333; border-bottom:1px solid #CCC; padding-bottom:10px; margin-bottom:10px;}
.news  h3{ line-height:30px; font-size:18px; color:#333; padding-bottom:15px;  text-align:center;}
.news  p{ line-height:26px; font-size:14px; color:#666; padding-bottom:20px;}
.news .pmore{ line-height:50px; font-size:14px; color:#FFF; background:#00578f; text-align:center; display:block;}
@media (max-width: 1024px) {
.news .boxs{ padding:20px;}
.news  h2{ line-height:30px; font-size:18px; color:#333; border-bottom:1px solid #CCC; padding-bottom:5px; margin-bottom:5px;}
.news  p{ line-height:24px; font-size:14px; color:#666; padding-bottom:10px;}
}
.service{ padding:30px 0;}
.service h1{ text-align:center; background:url(../../jctu/btbj.jpg) bottom center no-repeat; line-height:50px; font-size:26px; color:#333; text-transform:uppercase; margin-bottom:30px;}
.service .box{ margin-bottom:40px; background:#f6fafb;}
.service .boxs{ padding:40px;}
.service img{ max-width:100%;}
.service h2{ line-height:35px; font-size:18px; color:#333; border-bottom:1px solid #CCC; padding-bottom:10px; margin-bottom:10px;}
.service h3{ line-height:30px; font-size:18px; color:#333; padding-bottom:15px;  text-align:center;}
.service p{ line-height:26px; font-size:14px; color:#666; padding-bottom:20px;}
.service .pmore{ line-height:50px; font-size:14px; color:#FFF; background:#00578f; text-align:center; display:block;}
@media (max-width: 1024px) {
.service .boxs{ padding:20px;}
.service h2{ line-height:30px; font-size:18px; color:#333; border-bottom:1px solid #CCC; padding-bottom:5px; margin-bottom:5px;}
.service p{ line-height:24px; font-size:14px; color:#666; padding-bottom:10px;}
}



.contact h1{ text-align:center; width:100%; line-height:80px; font-size:24px; color:#333; text-transform:uppercase;}
.contact h2{ text-align:center; width:100%; line-height:30px; font-size:14px; color:#888888; }
.contact h5{ text-align:left; line-height:40px; font-size:22px; }
.contact .inputs{ border:none; height:50px; line-height:50px; font-size:14px; color:#666; margin-bottom:50px; width:100%; background:#f0f4f7;}
.contact .inputc{ border:none; height:150px; line-height:40px; font-size:14px; color:#666; margin-bottom:50px; width:100%; background:#f0f4f7;}
.contact .set{ border:1px solid #CCC; font-size:16px; color:#fff;  padding-right:60px; padding-left:60px; background:#00578f;}


.lxnr{ padding:30px 0; background:#f9f9f9;}
.lxnr h1{ text-align:center; width:100%; line-height:60px; font-size:24px; color:#333; text-transform:uppercase;}
.lxnr h2{ text-align:center; width:100%; line-height:30px; font-size:14px; color:#888888; padding-bottom:40px;}

.lxnr .lx1{ padding-top:100px; background:url(../../jctu/lx1.jpg) top center no-repeat; text-align:center; line-height:50px; font-size:16px; color:#333;}
.lxnr .lx2{ padding-top:100px; background:url(../../jctu/lx2.jpg) top center no-repeat; text-align:center; line-height:50px; font-size:16px; color:#333;}
.lxnr .lx3{ padding-top:100px; background:url(../../jctu/lx3.jpg) top center no-repeat; text-align:center; line-height:50px; font-size:16px; color:#333;}
.lxnr .lx4{ padding-top:100px; background:url(../../jctu/lx4.jpg) top center no-repeat; text-align:center; line-height:50px; font-size:16px; color:#333;}
.lxnr  p{  line-height:26px; font-size:14px; color:#666; padding-bottom:20px; text-align: center;}
.lxnr  h3{  line-height:26px; font-size:14px; color:#666; padding-bottom:20px; text-align: left; padding-left:30px;}


