/**
* 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;}
	.mb{ display:none; overflow:hidden;}
@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 {
}

#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 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 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color:#333;
  transition: 0.3s;
  font-size: 16px;
  padding: 23px 15px; background:url(../../dmtu/dhbj.jpg) left center no-repeat;
  font-family: Arial, Helvetica, sans-serif;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height:0px;
  bottom: 0px;
  left: 0;
  background-color: #054E81;
  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;  background:url(../../dmtu/dhbj2.jpg) left  center no-repeat;
}

.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(../../fdntu/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; border-left:1px solid #CCC; height:60px; background:url(../../dmtu/hbb.png) center center no-repeat;
	
}
.site-header .yy-btn{
     border-left:1px solid #CCC;
}
.site-header .yy-btn .ch{ line-height:30px; font-size:14px; color:#333; border-bottom:1px solid #CCC;padding-right:20px; padding-left:20px;}

.site-header .yy-btn .en{ line-height:30px; font-size:14px; color:#333;padding-right:20px; padding-left:20px; }



@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(../../fdntu/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;
}


@media (max-width: 768px) {
.mobile-nav-toggle {
  position: fixed;
  z-index: 9998;
  border: 0;
  background:url(../../fdntu/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(../../fdntu/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(../../fdntu/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(../../dmtu/hbbgb.png) right center no-repeat;
}





/*----------------------------------------*/
/*  09 - Search Box
/*----------------------------------------*/
.ts-search-overlay {
    visibility: hidden;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#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: 150px;
    top: 140px;
    cursor: pointer;
}
.ts-icon-close:before {
    content: '';
    font-family: "optico-icons";
	width:50px; height:50px;
	background:url(../../dmtu/ssgv.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;
}
.ts-search-outers {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    top: 80px;
    left: 0;
}
.ts-search-outer {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
	top: 580px;
    left: 0;
}

.ts-search-overlay .ts-site-searchform {
    position: relative; height:80px; margin-top:74px;
}
.ts-search-overlay .ts-site-searchform  input[type="search"] {
    border-color: #666;
}
.ts-search-overlay .ts-site-searchform  input[type="search"] {
    border: none;
    font-size: 16px;
    color: #09162a; 
    padding: 0;
    padding-left: 16px;
    text-align: left;
    height: 70px;
    line-height: 70px; width:100%; position:absolute; 
}
.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(../../dmtu/sstu2.jpg) center center no-repeat;
}


.ts-search-overlay.st-show {
    display: block; 
    opacity: 0.98;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.ts-search-outers .fj{ height:100%; border-left:1px solid #CCC; border-right:1px solid #CCC;}
.ts-search-outers .tu{ float:left; padding:20px 100px 30px 30px;}
.ts-search-outers .bt{ width:400px; float:left;}
.ts-search-outers .bt .box2 .m{ display:block; line-height:70px; padding-left:110px; font-size:26px; color:#333;}
.ts-search-outers .bt .box2:hover  .m{ display:block; line-height:70px; padding-left:110px; font-size:36px; color:#1d6f7b; background:url(../../dmtu/xlmbj.jpg) left center no-repeat;}







#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;}


.title{ width:100%; height:115px; position:relative; border-top:1px solid #CCC;}
.title h1{ width:100%; line-height:115px; text-align:center; font-size:150px; color:#f2f2f2;  position:absolute;}
.title h2{ padding-left:30px; padding-right:35px; font-size:24px; color:#333; line-height:110px; background: url(../../dmtu/btbj.png) right center no-repeat; position:absolute;}
@media (max-width:660px) {
.title{ width:100%; height:80px; position:relative; border-top:1px solid #CCC;}
.title h1{ line-height:80px;  font-size:60px; color:#f2f2f2; }
.title h2{ padding-left:30px; padding-right:35px; font-size:20px; color:#333; line-height:100px; }
	}


/*----------------------------------------*/
/*  01 - syabout
/*----------------------------------------*/
	

.habout{ padding:0; display: none;}
.habout .box{ width:100%; border-bottom:1px solid #CCC; padding:30px 0;}
.habout .box h1{ line-height:66px; font-size:32px; color:#333; text-align:left; padding-bottom:20px;}
.habout .box p{  font-size:14px; color:#666; line-height:26px; width:100%; text-align:left; }
.habout .box h2{ line-height:35px; font-size:20px; color:#333; text-align:left;}
.habout .box img{ max-width:100%;}
.habout .box .m{ background:#000; border-radius:20px; padding:8px 30px; color:#FFF; margin-bottom:20px;}

@media (max-width:768px) {
.habout{
	display: block;
	}	
	}

	
/*----------------------------------------*/
/*  01 - syproducts
/*----------------------------------------*/
.hproducts{ padding:0 0 40px 0;  border-top:1px solid #CCC;}
.hproducts .box{ width:100%;}
.hproducts .box h1{ border-bottom:1px solid #CCC; width:100%; text-align:center; line-height:70px; font-size:18px; color:#333; margin-bottom:0px;}
.hproducts .box img{ margin:0px; padding:0px;}
.hproducts .box h2{ border-bottom:1px solid #CCC; border-left:1px solid #CCC; border-right:1px solid #CCC; width:100%; text-align:center; line-height:70px; font-size:18px; color:#333; margin-bottom:0px;}
.hproducts .box .box2{ background: url(../../dmtu/probtbj.jpg) top left repeat-y; text-align:center; width:100%; padding-top:30px; padding-bottom:30px;}
.hproducts .box .box2 .m{ border:1px solid #666; padding:10px 66px 10px 20px; font-size:14px; color:#333; background:#fff url(../../dmtu/sypm.jpg) right center no-repeat;}


/*----------------------------------------*/
/*  01 - syservice
/*----------------------------------------*/
.hservice{ padding:20px 0 40px 0;  border-top:1px solid #CCC;}
.hservice .box{ padding:30px 20px;  box-shadow: 0px 0px 5px 0px  rgba(127, 137, 161, 0.25); background:#FFF; width:100%; margin-top:20px;}
 

.hservice .box .tu{ width:205px; height:205px; border-radius:50%; background:#000;  margin:0 auto;
 transition: all 0.4s ease-in-out; 
}
.hservice .box .tus{ opacity:0.8; padding-top:70px;
 transition: all 0.4s ease-in-out; 
}
.hservice .box:hover .tu{ width:205px; height:205px; border-radius:50%; background:#1f717b;  margin:0 auto;

}
.hservice .box:hover .tus{ opacity:1;
}
.hservice .box h1{ text-align:center; padding-top:20px; min-height:100px; font-size:36px; color:#333; line-height:36px; width:100%;}
.hservice .box p{ text-align:center; font-size:16px; color:#70706f; width:100%; padding-bottom:50px;}
.hservice .m{ background:#000; border-radius:20px; padding:8px 30px; color:#FFF; margin-bottom:20px;}
@media (max-width:768px) {
	
.hservice .box .tu{ width:120px; height:120px; border-radius:50%; background:#000;  margin:0 auto;
 transition: all 0.4s ease-in-out; 
}
.hservice .box .tus{ opacity:0.8; padding-top:25px;
 transition: all 0.4s ease-in-out; 
}	
	}




/*----------------------------------------*/
/*  01 - sylx
/*----------------------------------------*/
.flx{ background:url(../../dmtu/flxbj.jpg) bottom  repeat-x;}
.flx .icon-box{ padding:200px 0px 30px 340px; background:url(../../dmtu/flx.png) top left no-repeat;}


.flx .icon-box h4 {
  font-size: 26px; 
  font-weight: 700;
  color:#fff;
  margin-bottom:30px;
}
.flx  .iconbox { padding-top:15px;}
.flx  .iconbox svg{
	float:left;
	display:inline-block;
	margin-right:13px; 
}

.flx  .get-cotnact-btn {
  color:#1f717b;
  background:#fff url(../../dmtu/sylxbj.jpg) left center no-repeat;
  border-radius: 10px;
  padding: 15px 47px 15px 80px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 20px;
  font-weight:600;
  display: inline-block;
}

@media (max-width:640px) {
.flx .icon-box{ padding:20px 0px; background: none;}

.flx  .get-cotnact-btn {
  padding: 15px 25px 15px 75px;
  
}

}


.footer{ padding:50px 0;}
.footer h1{ text-align:left; line-height:60px; font-size:20px; color:#333; font-weight:600; text-transform:uppercase;}
.footer .m{ width:100%; text-align:left; font-size:14px; color:#333; line-height:30px;}
.footer .m:hover { width:100%; text-align:left; font-size:14px; color:#333; line-height:30px; opacity:.8;}
.footer .tu{ padding-top:20px; }
.footer p{ width:100%; text-align:left; font-size:14px; color:#333; line-height:30px;}
@media (max-width:760px) {
.footer .fjj{ display:none;}
.footer .flx{ display:none;}
}
.footernr{ padding:0;}
.copyright { border-top:1px solid #CCC;  line-height:60px; font-size:14px; text-align:left; padding-left:15px; padding-bottom:30px; color:#666;}
@media (max-width:640px) {
	.copyright{ text-align:center; line-height:40px;}
	}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 0;
  min-height: 30px;
}



.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 20px 0 20px 30px;
  margin: 0;
  background:url(../../dmtu/home.jpg) left center 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;}
}


.titles{ width:100%; height:115px; position:relative; border-top:1px solid #CCC; border-bottom:1px solid #CCC;}
.titles h1{ width:100%; line-height:115px; text-align:center; font-size:150px; color:#f2f2f2;  position:absolute;}
.titles .box{font-size:24px; color:#333; line-height:110px; position:absolute; width:100%;}
.titles h2{ padding-left:30px; padding-right:35px; font-size:24px; color:#333; line-height:110px; background: url(../../dmtu/btbj.png) right center no-repeat; float:left;}
@media (max-width:660px) {
.titles{ width:100%; height:80px; position:relative; border-top:1px solid #CCC;}
.titles h1{ line-height:80px;  font-size:60px; color:#f2f2f2; }
.titles h2{ padding-left:30px; padding-right:35px; font-size:20px; color:#333; line-height:100px; }
	}

/*  about  */
.about{ padding:60px 0;}
.about img{ max-width:100%;}
.about h1{ line-height:60px; font-size:26px; color:#333; font-weight:600;}

.about p{ width:100%; line-height:32px; font-size:16px; color:#666;}
.aboutyy{ padding:0; border-top:1px solid #CCC; background:#fafafa;}
.aboutyy h1{ line-height:140px; font-size:42px; color:#333; text-align:left;}
.aboutyy .ico-box{ border-left:1px solid #CCC; border-right:1px solid #CCC; width:100%; clear:both;}
.aboutyy .ico-box img{ padding:0px 25px; max-width:100%;}
.aboutyy .ico-box h2{ padding:15px 25px 30px 25px; font-size:16px; color:#666;}

.abouth{ border-top:1px solid #CCC; padding:0 0 30px 0;}
.abouth h1{ line-height:140px; font-size:42px; color:#333; text-align:left;}
.abouth .nrd{ background: url(../../dmtu/aboutfj.jpg) top center repeat-y;}

.abouth .nr1{ }
.abouth .nr1 h3{ text-align: right; line-height:85px; font-size:48px; font-weight: bold; color:#000;  background:url(../../dmtu/alcbj.png) center right no-repeat; padding-right:80px;}
.abouth .nr1 p{ padding-left:20px; text-align:right; font-size:16px; color:#666; padding-right:80px;}
.abouth img{ max-width:100%;}
.abouth .tu{ padding-top:35px;}


.abouth .nr1s{ height:20px;}

.abouth .nr2s{ height:20px;}


.abouth .nr2{ margin-left:-26px;}
.abouth .nr2 h3{ text-align: left; line-height:85px; font-size:48px; font-weight: bold; color:#000;  background:url(../../dmtu/alcbj.png) left center  no-repeat; padding-left:80px;}
.abouth .nr2 p{ padding-left:20px; text-align:left; font-size:16px; color:#666; padding-left:80px;}

.abouths{ padding:30px 0; display:none;}
.abouths .ioc-box{ border-bottom:1px solid #CCC; padding-bottom:30px; margin-bottom:30px;}
.abouths .tu{ text-align:center;}
.abouths h1{ text-align:center; line-height:40px; font-size:28px; width:100%;}
.abouths p{ width:100%; line-height:26px; font-size:14px; color:#666; text-align:center;}




@media (max-width:768px) {
.about h1{ line-height:60px; font-size:20px; color:#333; font-weight:600;}
.abouth .nr1 h3{ padding-right:40px; font-size:32px;}
.abouth .nr1 p{ padding-right:40px; font-size:14px;}
.abouth .nr2 h3{ padding-left:40px; font-size:32px;}
.abouth .nr2 p{ padding-left:40px; font-size:14px;}
}

@media (max-width:640px) {
.abouth{ display:none;}
.abouths{ display: block;}
}





/**  products  **/
.products{ padding:50px 0; border-top:1px solid #CCC}
.products .ico-box{ border:1px solid #CCC; width:100%;}
.products .tu{ width:100%; border-bottom:1px solid #CCC; text-align:center;}
.products .tu img{ text-align:center; max-width:100%; text-align:center;}
.products .bt{ padding-left:15px; line-height:50px; font-size:14px; color:#666;}
.products .ico-box .m{ padding-left:50px; padding-right:10px; line-height:50px; font-size:14px; color:#333; opacity:0.6; background:url(../../fdntu/productm.png) left center no-repeat; border-left:1px solid #CCC;}
.products .ico-box:hover .m{ opacity:1;}
/**  products end **/

/**  productshow **/
.proshow{ padding:40px 0; border-top:1px solid #CCC;}
.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:40px; padding:0; margin:0;}
.proxg{ display:block; height:auto; overflow:hidden;}

@media (max-width:768px) {
.proxg{ display: none;}

}

.proxg { padding:20px 0;}
.proxg .m{ padding:8px 30px; background:url(../../dmtu/xflbj.jpg) left center no-repeat;  transition: all 0.09s ease-in-out; opacity:0.7; font-size:14px; color:#333;}
.proxg .m:hover { opacity:1; }





/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.message{ padding:0px;}
#message .container { padding:0 50px;}
.message .icon-box{ padding-left:50px; padding-right:50px; width:100%; }
.message .form-control{ width:100%; margin-bottom:10px;}
.message h1{ padding-top:10px; padding-bottom:20px; font-size:26px; color:#333; font-weight:600; padding-left:50px;}
@media (max-width: 768px) {
#message .container { padding:0;}
.message .icon-box{ width:100%; }
.message h1{ padding-top:10px; padding-bottom:20px; font-size:20px; color:#333; font-weight:600; padding-left:50px;}
}


/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.contact{ padding:0px 0px 100px 0;}
.contact .icon-box { position:relative; width:100%; height:420px; }
.contact .nr{
	    left:0px; bottom:0px; position:absolute;
		border-top-left-radius: 2em;
		border-top-right-radius: 2em;
		border-bottom-right-radius: 2em;
		border-bottom-left-radius: 2em;
		background-color:#1f717b;
		width:95%;
		height:95%
  }
.contact .nr2{
	    right:0px; right:0px; position:absolute;
		border-top-left-radius: 2em;
		border-top-right-radius: 2em;
		border-bottom-right-radius: 2em;
		border-bottom-left-radius: 2em;
		background-color:#fff;
		border:1px solid #CCC;
		width:95%;
		height:95%
  }
.contact .svg { padding-top:50px; width:100%; text-align:center;}
.contact h2{ padding-top:10px; padding-bottom:20px; font-size:20px; color:#333; font-weight:600;}
.contact p{ padding-left:80px; padding-right:80px;}
@media (max-width: 1024px) {
.contact p{ padding-left:10px; padding-right:10px;}
}



@media (max-width: 560px) {
.contact p{ padding-left:40px; padding-right:30px;}
}














  