/**
* 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:90px;}
	.mb{ display:none; overflow:hidden; padding-top:75px;}
@media (max-width: 1366px) {
	.cpb{ display:none; overflow:hidden; }
	.mb{ display:block; overflow:hidden;}
		}
	
	
	.ncpb{ display:block; overflow:hidden; }
	.nmb{ display:none; overflow:hidden; }
	
@media (max-width: 1366px) {
	.ncpb{ display:none; overflow:hidden; }
	.nmb{ 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 .zyw{ border-radius: 50px; background: #ff9f01; color: #fff; }
#header .zyw .zi{ color: #fff; }
#header.header-scrolled, #header.header-inner-pages {
  background:#FFF;
}
#header .logo {   
}

#header .logo img { padding-top:4px;
  padding-bottom:4px;
}

#headerfj{ width:100%; height:70px;}

@media (max-width: 1366px) {
#header .logo img {
  max-height:100px;
}
#header .zyw{ border-radius: 0px; background: #fff;  }
#header .zyw .zi{ color: #333; }
	
}




@media (max-width: 768px) {
#header .logo img {
  max-height:80px; padding-left:0px;
}

}



#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;
}


}

#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: 10px 30px;
  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: #ff9f01;  
	
}

.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 #ff9f01;
}

.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: "";
}

.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;
}

@media (max-width: 1460px) {
	.site-header .topzi{ display: none;}
}

.site-header .search-btn{
	width:60px; 
    font-size: 30px; height:85px; background:#42474d url(../../xtltu/sstu.jpg)  center center ;
	
}
.site-header .yy-btn{}
.site-header .yy-btn .m{ color:#333; border-left:1px solid #CCC; font-size: 16px; padding: 30px 30px;  background:#fff; display:block;}



@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(../../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:100px;
}

.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;}




/*--------------------------------------------------------------
# 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(../../nytu/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;}
}


.symain{  padding: 0;}
.symain .sliders{ margin-bottom:70px; padding-top:0px;  }
.symain .box{ position: relative; overflow: hidden; margin-bottom:0px;}
.symain .box .box-content{
		    width: 100%;
		    height: auto;
		    position: absolute;
		    left:0 ;
        	bottom: 10px;
		    transform-origin: left top 0;
		    transition: all 0.6s ease 0s;
		}
.symain .box .box-content .box1{ background: #fff; box-shadow: 0px 3px 3px 3px rgba(127, 137, 161, 0.25); padding: 20px 30px; }
.symain .box .box-content .box1 .input {border:none;  height:48px; line-height:48px; font-size:14px; color:#333;   background: none;  margin: 0px; background:#f2f2f2 url(../../fpre/hyx.jpg)left center no-repeat ; width: 80%; padding-left: 50px; margin: 0px; }
.symain .box .box-content .box1 .tb{ padding: 0 35px; line-height: 48px; height: 48px; font-size:24px; color: #fff;  background:#ff9f02; margin: 0px; box-shadow:0; border: none; }
@media (max-width: 640px) {
.symain .box .box-content { display: none;}
}

.sypro{ padding:40px 0;}
.sypro h1{ text-align: center; line-height:60px; font-size: 50px; color: #333; font-weight: 600;}
.sypro h2{ text-align: center; line-height:40px; font-size: 18px; color: #6c6c6c; padding-bottom: 20px;}
.sypro .box { width: 100%;}
.sypro .box .box1{ padding: 40px 0; box-shadow: 0px 3px 3px 3px rgba(127, 137, 161, 0.25); padding-top: 20px;}
.sypro .box h3{ padding-top: 20px; line-height: 50px; font-size: 16px; text-align: center; padding-bottom:5px; background:url(../../fpre/probt.jpg) right bottom no-repeat; transition: all 0.4s; margin-bottom: 50px;}
.sypro .box:hover h3{ background:url(../../fpre/probt.jpg) left bottom no-repeat; transition: all 0.4s; }
@media (max-width: 768px) {
.sypro h1{ text-align: center; line-height:50px; font-size:30px; color: #333; font-weight: 600;}
}
.syabout{ padding: 0; }
.syabout .box{ padding-left:150px; padding-right: 50px;}
.syabout .box h1{ line-height: 80px; color: #fff; font-size:50px; font-weight: 600; text-transform: uppercase;}
.syabout .box p{line-height: 30px; color: #fff; font-size: 16px; text-align: left; padding-bottom:20px; padding-bottom:50px; }
.syabout .box .more{ padding:15px 30px; font-size: 18px; text-transform: uppercase; color: #fff; font-weight:600; background: #000; }
@media (max-width: 1024px) {
	.syabout .box{ padding-left:40px; padding-right: 40px;}
}
@media (max-width: 768px) {
	
 .syabout .box{ padding-left:20px; padding-right:20px;}
 .syabout .box h1{ line-height:50px; color: #fff; font-size:30px; font-weight: 600; text-transform: uppercase;}
	
	
}

.syly{ padding: 50px 0; background:#fbfbfb; }
.syly h1{ text-align: center; line-height:60px; font-size: 50px; color: #333; font-weight: 600; text-transform: uppercase;}
.syly h2{ text-align: center; line-height: 50px; font-size:18px; color: #666;}
.syly .inputs {border:1px solid #ccc;   line-height:48px; height: 50px; font-size:14px; color:#333; background: #fff;  width: 100%; padding: 0 5px; }
.syly .set{ background:#ff9f01; color: #fff; padding-left: 30px; padding-right: 30px;}
@media (max-width: 768px) {
.syly h1{ text-align: center; line-height:50px; font-size:30px; color: #333; font-weight: 600; text-transform: uppercase;}
}
.footer{ border-top: 3px solid #ff9f01; background:#252525; padding: 100px 0;}
.footer h1{ font-size: 18px; color: #fff; text-transform: uppercase; border-bottom: 2px solid #ff9f01; line-height: 50px;}
.footer .box{ float: left; }
.footer .more{ display: block; line-height: 30px;  font-size: 14px; color: #fff;}
.footer p{ line-height: 30px; font-size: 14px; color: #fff; text-align: left; }
.footer h2{ text-align: center; line-height: 40px;font-size: 14px; color: #fff;}
.footer .box3{}
@media (max-width: 768px) {
.footer .box3{ display: none; }
}
.footer2 { text-align: center; line-height: 80px; font-size: 14px; color: #333;}


.about{ padding: 50px 0;}
.about  h1{ line-height: 80px; color: #333; font-size:50px; font-weight: 600; text-transform: uppercase;}
.about  p{line-height: 30px; color: #333; font-size: 16px; text-align: left; padding-bottom:20px; padding-bottom:50px; }

.news{ padding: 50px 0;}
.news h1{ text-align: left; line-height:60px; font-size: 50px; color: #333; font-weight: 600; text-transform: uppercase;}
.news img{  box-shadow: 3px 3px 5px 3px rgba(127, 137, 161, 0.25); }


.news .box{ position: relative; overflow: hidden; margin:30px 0; padding:10px;}
.news .box .box-content{
		    width: 50%;
		    height: auto;
		    position: absolute;
		    left:0 ;
	        background: #f7f7f7;
        	top:10%;
		    transform-origin: left top 0;
		    transition: all 0.6s ease 0s;
		}
.news .box .box-content .box2{ padding:50px 40px;}
.news .box .box-content .box2 h2{ text-align: left;  line-height: 40px; font-size: 30px; color: #333; }
.news .box .box-content .box2 p{ line-height: 30px; font-size: 14px; color: #666; padding-bottom:40px}

.news .box .box-content .box2 .more{ padding:15px 30px; font-size: 16px; text-transform: uppercase; color: #fff;  background: #ff9f01;  margin-bottom: 30px; }


.news .boxs{ position: relative; overflow: hidden; margin:30px 0; padding: 10px;}
.news .boxs .box-content{
		    width: 50%;
		    height: auto;
		    position: absolute;
		    right:0 ;
	        background: #f7f7f7;
        	top:10%;
		    transform-origin: left top 0;
		    transition: all 0.6s ease 0s;
		}

.news .boxs .box-content .box2{ padding:50px 40px;}
.news .boxs .box-content .box2 h2{ text-align: left;  line-height: 40px; font-size: 30px; color: #333; }
.news .boxs .box-content .box2 p{ line-height: 30px; font-size: 14px; color: #666; padding-bottom:40px}
.news .boxs .box-content .box2 .more{ padding:15px 30px; font-size: 16px; text-transform: uppercase; color: #fff;  background: #ff9f01;  margin-bottom: 30px; }
@media (max-width: 1024px) {
.news .box .box-content .box2 h2{  line-height: 30px; font-size:22px; }
.news .box .box-content .box2 h2{ line-height: 30px; font-size:22px;}

}
@media (max-width: 768px) {
.news .boxs{ margin:30px 0 ; padding: 10px;}
.news .boxs .box-content{
		    width: 90%;
		    position: absolute;
		    left:5%;
	        background: #f7f7f7;
        	bottom:20px;
	top: auto;
		    transition: all 0.6s ease 0s;
		}	
.news .boxs .box-content .box2{ padding:20px;}
.news .boxs .box-content .box2 h2{ line-height: 40px; font-size: 20px;}
.news .boxs .box-content .box2 p{ line-height: 30px; padding-bottom: 20px;}
.news .boxs .box-content .box2 .more{ padding:15px 30px;}
	
	
	
.news .box{ margin:30px 0; padding: 10px;}
.news .box .box-content{
		    width:90%;
		    position: absolute;
		     left:5% ;
	top: auto;
	        background: #f7f7f7;
        	bottom:20px;
		    transition: all 0.6s ease 0s;
		}	
.news .box .box-content .box2{ padding:20px;}
.news .box .box-content .box2 h2{ line-height: 40px; font-size: 20px;}
.news .box .box-content .box2 p{ line-height: 30px;  padding-bottom: 20px;} 
.news .box .box-content .box2 .more{ padding:15px 30px; }

.news img{ margin-bottom: 250px; }
	
}

.contact{ padding:40px 0; }
.contact h1{text-align: left; line-height:80px; font-size:50px; text-transform: uppercase; color: #333; font-weight: 600px; }
.contact h2{text-align: left; line-height:50px; font-size:20px; text-transform: uppercase; color: #333; padding-bottom: 30px; }
.contact h3{text-align: left; line-height:30px; font-size:18px; text-transform: uppercase; color: #6c6c6c; padding-bottom: 30px; }
.contact .box{ padding-bottom: 30px;}
.contact .box1{ padding-right: 10px;}
.contact .box2{ padding-left: 10px; border-left: 1px solid #ccc; }
.contact .box2 h1{ line-height: 30px;  font-size: 18px; color: #333; font-weight: 600;}
.contact .box2 p{ line-height: 30px; font-size: 14px; color: #666; padding-bottom: 0px; margin-bottom: 0px;}
.contact .inputs {border:1px solid #ccc;   line-height:48px; height: 50px; font-size:14px; color:#333; background: #fff;  width: 100%; padding: 0 5px; }
.contact .set{ background:#ff9f01; color: #fff; padding-left: 30px; padding-right: 30px;}

.map{ border-top: 2px solid #ff9f01; padding: 0px; }
.map h1{text-align: center; line-height:120px; font-size:50px; text-transform: uppercase; color: #333; font-weight: 600px; text-transform: uppercase;}



.proshow{ padding:40px 0;}
.proshow h5{ width:100%; text-align:center; line-height:40px; font-size:36px; color:#333;}
.proshow h6{ width:100%; text-align:center; line-height:25px; font-size:16px; color:#666;}
.proshow h7{ width:100%; text-align:left; line-height:40px; font-size:26px; color:#333; padding-left:40px; background: url(../../nytu/btbj.jpg) left center no-repeat; margin-top:20px;}
.proshow h8{ width:100%; text-align:left; line-height:30px; font-size:16px; color:#656262; padding-left:40px}
.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;}
@media (max-width: 1020px) {
.proshow .proxg{ display: none;}
}



