/* Default */
html {
	font-size:62.5%;
}
body {
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #0f4eaf;
	outline: none;
	text-decoration: none;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
.header{ background:#fff;}
.header .logo{  margin-top: 0px; }
.header .logo img{ max-width:100%;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
		.navn{  line-height:34px;position:relative; z-index:999;  }
		.navn a{ color:#333;  }
		.navn .nLi{ float:left;  position:relative; display:inline;  }
		.navn .nLi h3{ float:left; font-weight:500; font-size: 1em; }
		.navn .nLi h3 a{ display:block; padding:25px 20px; font-size:1.6em; text-decoration:none;  }
		.navn .sub{ display:none; width:100%; left:0; top:100%;  position:absolute; background:#fff;  line-height:26px; padding:5px 0; z-index:999;  }
		.navn .sub li{ zoom:1; text-align:center; }
		.navn .sub a{ display:block; padding:10px 10px 10px ; font-size:1.6em; text-decoration:none; }
		.navn .sub a:hover{ background:#f3b7b7; color:#fff;  }
		.navn .on h3 a{ background:#074ea0; color:#fff;   }






#hamburger { box-sizing: border-box;display:none;width: 36px; height: 24px; position: fixed;/*position: absolute;*/ top:20px; right:5%; z-index:9999;}
#hamburger:before, #hamburger:after, #hamburger span { background:#000; content: ''; display: block; width: 36px; height: 4px; }
#hamburger span { margin: 6px 0 0 0; }
#hamburger:after { margin: 6px 0 0 0; }
#hamburger.hb-absolute { position: absolute; }
#hamburger.hb-fixed { position: fixed; }
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.3s ease 0.3s; transition: none 0.3s ease 0.3s; -webkit-transition-property: transform, top, bottom, left, opacity, margin; transition-property: transform, top, bottom, left, opacity, margin; }
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after { top: 20px; }
html.mm-opening #hamburger span { left: -50px; opacity: 0; }
html.mm-opening #hamburger:before { transform: rotate( 45deg ); margin: 13px 0 0 0; }
html.mm-opening #hamburger:after { transform: rotate( -45deg ); margin: -13px 0 0 0; }

.delegate {
    width: 100%;
    position: relative;
    /* max-width: 640px; */
    margin: 0 auto;
}
.delegate .main_img {
    width: 100%;
    vertical-align: top;
}

.banner-min{ display:none;}

.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      text-align: center;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-slide img{ max-width:100%;}	

/**
 * 首页关于我们
 */
.index-about {
    padding-top:85px;
    padding-bottom: 105px;
}
.index-about-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.my-slider {
    float: right;
    width: 50%;
    height: 390px;
    overflow: visible;
    transform: translateZ(0);
}
.cardslider__cards {
    width: 100%;
    height: 100%;
}
.cardslider__card {
    background: none !important;
}
.cardslider__card img {
    border-radius: 15px;
}
.cardslider__direction-nav {
    right: 0;
    bottom: -55px;
    left: 0;
    display: flex;
    justify-content: center;
}
.cardslider__nav-next, .cardslider__nav-prev {
    border-width: 1px;
    border-color: #ccc;
    transform: rotate(90deg);
}
.cardslider__nav-next {
    margin-bottom: 0;
    margin-left: 50px;
    order: 1;
}
.cardslider__nav-next:active, .cardslider__nav-prev:active {
    transform: scale(1);
    transform: rotate(90deg);
}

.index-about-text {
    float: left;
    width: 46%;
}
.index-about-text h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #020202;
    margin-bottom: 70px;
	position:relative;
}
.index-about-text h2:after{
	position:absolute;
	 content:'';
	 display:block;
	 width:100px;
	 height:2px;
	 bottom:-20px;
	 background:#333;
	}
.index-about-text p {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #888;
}
.index-about-text p span {
}
.index-about-text a {
    display: inline-block;
    font-size: 1.6rem;
    color: #333;
    padding: 1.45rem 6.2rem;
	border:1px solid #333;
    background-color: #fff;
    border-radius: 100px;
    margin-top: 29px;
}
.index-about-text img {
    margin-top: 35px;
    margin-left: 10px;
}



.index-product{ background:#f9fcfe; padding:6em 0 0;}
.index-product h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #020202;
    margin-bottom: 70px;
	position:relative;
}
.index-product h2:after{
	position:absolute;
	 content:'';
	 display:block;
	 width:100px;
	 height:2px;
	 bottom:-20px;
	 background:#333;
	}
.index-product p {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #888;
}
.index-product img{ max-width:100%;}

.index-product .indexp-box{ position:relative; margin-top:3em;}
.index-product .indexp-box  .ip-links1{ position:absolute; width:12.5%; height:auto; display:block; top:0; left:0%; height:565px;}
.index-product .indexp-box  .ip-links2{ position:absolute; width:12.5%; height:auto; display:block; top:0; left:12.5%; height:565px;}
.index-product .indexp-box  .ip-links3{ position:absolute; width:12.5%; height:auto; display:block; top:0; left:25%; height:565px;}
.index-product .indexp-box  .ip-links4{ position:absolute; width:12.5%; height:auto; display:block; top:0; left:37.5%; height:565px;}
.index-product .indexp-box  .ip-links5{ position:absolute; width:12.5%; height:auto; display:block; top:0; left:50%; height:565px;}
.index-product .indexp-box  .ip-links6{ position:absolute; width:12.5%; height:auto; display:block; top:0; left:62.5%; height:565px;}
.index-product .indexp-box  .ip-links7{ position:absolute; width:12.5%; height:auto; display:block; top:0; left:75%; height:565px;}
.index-product .indexp-box  .ip-links8{ position:absolute; width:12.5%; height:auto; display:block; top:0; left:87.5%; height:565px;}
.index-product .indexp-box a{ display:block; width:auto;height:565px;}

.inp-min{ display:none;}
.inp-min .sc-2 p{ margin-bottom:20px;}



.index-new{ padding:6em 0;}
.index-new h2 {
    font-size: 3rem;
    font-weight: bold;
    color: #020202;
    margin-bottom: 70px;
	position:relative;
}
.index-new h2:after{
	position:absolute;
	 content:'';
	 display:block;
	 width:100px;
	 height:2px;
	 bottom:-20px;
	 background:#333;
	}
	
.inew-box .col-md-3{ padding:0 10px;}
.inew-grid .inew-img img{ max-width:100%;}
.inew-grid .inew-info{ padding:20px 12px 30px;}
.inew-grid .inew-info .data{ font-size:1.2em; color:#a1a1a1; margin-bottom:1em;}
.inew-grid .inew-info h4{ font-size:1.6em; color:#4a4a4a; height:1.5em; overflow:hidden; margin-bottom:0.4em;}
.inew-grid .inew-info p{ font-size:1.6em; color:#4a4a4a; line-height:1.4; height:4.2em; overflow:hidden;}

.inew-grid {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}


/**
 * 底部
 */
footer {
    background: url(../images/footerbg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 146px;
}
.footer-subscribe {
    width: 42%;
    margin-right: auto;
    margin-left: auto;
}
.footer-subscribe p {
    font-family: 'd-dinregular';
    font-size: 3rem;
    font-style: italic;
    color: #707070;
    text-align: center;
}
.footer-subscribe form {
    position: relative;
    margin-top: 28px;
}
.footer-subscribe form input {
    width: 100%;
    height: 114px;
    font-family: 'd-dinregular';
    font-size: 3rem;
    color: #a9a9a9;
    background: none;
    padding: 40px 4px;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    outline: none;
    transition: all 0.5s;
}
.footer-subscribe form input:focus {
    border-color: #fff;
}
.footer-subscribe form button {
    position: absolute;
    top: 50%;
    right: 1px;
    display: block;
    width: 53px;
    height: 53px;
    font-size: 2rem;
    line-height: 51px;
    color: #8a8a8a;
    background: none;
    padding: 0;
    border: 1px solid #8a8a8a;
    border-radius: 100%;
    outline: none;
    transition: all 0.5s;
    transform: translateY(-50%);
}
.footer-subscribe form button:hover {
    color: #fff;
    border-color: #fff;
}
.footer-box {
    width: 92.5%;
    margin-top: 96px;
    margin-right: auto;
    margin-left: auto;
}
.footer-box li {
    float: left;
    width: 49%;
    height: 450px;
    text-align: center;
    background-color: #282828;
    padding-top: 84px;
    margin-right: 2%;
}
.footer-box li:last-of-type {
    background-color: #202020;
    margin-right: 0;
}
.footer-box li h2 {
    font-family: 'd-dindin-bold';
    font-size: 3rem;
    color: #a9a9a9;
}
.footer-box li p {
    font-family: 'd-dinregular';
    font-size: 1.8rem;
    font-style: italic;
    color: #4c4c4c;
    margin-top: 25px;
}
.footer-box li:last-of-type p {
    color: #8f8f8f;
}
.footer-box li a {
    display: inline-block;
}
.footer-box li:first-of-type a {
    width: 119px;
    height: 119px;
    font-family: 'd-dinregular';
    font-size: 1.8rem;
    font-style: italic;
    line-height: 117px;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
    border-radius: 100%;
    margin-top: 45px;
}
.footer-box li:first-of-type a:hover {
    color: #fff;
    border-color: #fff
}
.footer-box li:last-of-type a {
	padding:20px;
    font-size: 3rem;
    color: #999;
    background-color: #171717;
    margin-top: 68px;
    margin-right: 3px;
    margin-left: 3px;
}
.footer-box li:last-of-type a span {
    line-height: 60px;
    transition: all 0.5s;
	width:33px;
	    display: list-item;
}
.footer-box li:last-of-type a:first-of-type:hover {
    background-color: #3b5998;
}
.footer-box li:last-of-type a:nth-of-type(2):hover {
    background-color: #0077b5;
}
.footer-box li:last-of-type a:last-of-type:hover {
    background-color: #fff;
}
.footer-box li:last-of-type a:hover span {
    color: #fff;
}
.footer-box li:last-of-type a:last-of-type:hover span {
    color: #ff011d;
}
.copyright {
    font-size: 1.2rem;
    line-height: 32px;
    color: #555;
    text-align: center;
}
.copyright a {
    color: #555;
}
.copyright a:hover {
    color: #fff;
}



.n-banner img{ max-width:100%;}

.about{ padding:4em 0;}
.about .about-info h3{ font-size:3em; color:#eb8517;}
.about .about-info h4{ font-size:2em; color:#888888; font-weight:500; position:relative; margin-bottom:3em;}
.about .about-info h4:after{
	position:absolute;
	 content:'';
	 display:block;
	 width:50px;
	 height:5px;
	 background:#999;
	 bottom:-1.5em;
	}
.about .about-info p{ font-size:1.6em; color:#333; line-height:2;}
.about-img img{ max-width:100%;}



.inside-list {
    background-color: #f1f1f1;
}
.inside-list li {
    float: left;
    height: 60px;
    line-height: 60px;
    margin-right: 40px;
}
.inside-list li a {
    display: block;
    font-size: 1.6rem;
    line-height: 57px;
    color: #333;
    text-transform: uppercase;
    padding: 0 10px;
    border-bottom: 3px solid transparent;
}
.inside-list li a:hover , .inside-list li #t1 {
    border-bottom-color: #f2bd04;
}

/**
 * Products
 */
.product-banner h1 {
    text-align: center;
    padding-left: 0;
}
.product-banner h1::after {
    margin-right: auto;
    margin-left: auto;
}

.product {
    padding-bottom: 40px;
    margin-top: 40px;
}
.product-list {
    margin-top: 10px;
}
.product-list li {
    float: left;
    line-height: 2.4;
    margin-right: 50px;
    white-space: nowrap;
}
.product-list li a {
    font-size: 1.6rem;
    text-transform: uppercase;
}
.product-grid {
    margin-bottom: 24px;
}
.product-grid a {
    display: block;
	border:1px solid #f4f4f4;
}
.product-grid h4 {
    position: relative;
    font-size: 1.8rem;
    line-height: 50px;
    text-transform: uppercase;
    padding-right: 50px;
    padding-left: 30px;
    background-color: #f1f1f1;
}
.product-grid span {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 1.6rem;
}




.hotnews{ margin-bottom:30px;}
.hotnews ul{ width:100%;}
.hotnews li{ position:relative; overflow:hidden; margin-bottom:1em; padding:0 1em 2em;}
.hnewsimg{ width:100%; height:0; padding-bottom:56%; overflow:hidden;}
.hnewsimg img{ width:100%;}
.hnewsimg img{ width: 100%; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear;}
.hotnews li:hover .hnewsimg img{ -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}
.hnewstxt{ width:100%; height:0; padding-bottom:44%; background-color:#fff; position:relative;}
.hnewstxt h6{ padding:8% 6% 0 6%; margin:0; font-size:1.8em; font-weight:normal; line-height:1.6em; height:3.2em; color:#333; overflow:hidden; text-overflow:ellipsis; display:block; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.hnewstxt p{ padding:0 6%; color:#333; font-size:1.6em; line-height:1.5em; margin-top:0.5em; height:3em; overflow:hidden; text-overflow:ellipsis; display:block;}
.hotnews li a{ text-decoration:none;}
.hnewstxt span{ display:block; font-size:1.6em; color:#AAA; position:absolute; left:6%; bottom:10%;}
.hotnews li:hover .hnewstxt{ background-color:#f4f4f4; transition:all 0.5s;}
/*.hotnews li:hover .hnewstxt h6{ color:#FFF; transition:all 0.5s;}
.hotnews li:hover .hnewstxt p{ color:#FFF; transition:all 0.5s;}
.hotnews li:hover .hnewstxt span{ color:#FFF; transition:all 0.5s;}*/

.new {
    padding-bottom: 40px;
    margin-top: 40px;
}


.news-n img{ max-width:100%;}
.news-n .news-title {
    border-bottom: 1px solid #dadada;
    color: #3c3c3c;
	margin-bottom:1em;
	text-align:center;
}
.news-n .news-title h2{
	color:#333333;
	font-weight:500;
	font-size:2.4em;
	margin-bottom:0.5em;
}
.news-n .news-title span{
    display: block;
    line-height: 30px;
    font-size: 1.2em;
    color: #a9a9a9;
    margin-bottom: 15px;
}
.news-n .news-img{
	text-align:center;
}
.news-n .news-img img{
	max-width:100%;
	margin:1em 0;
}
.news-n p{
	
	font-size:1.6em;
	line-height:2em;
	margin-bottom:2em;
	color:#333;
	text-indent:2em;
}
.news-n h4{ font-size:1.6em; color:#333;}
.news-n .more {
   /* margin: 0 -21px;*/
    margin-top: 50px;
    padding: 0 20px;
}
.news-n .more table {
    width: 100%;
}
.news-n .more td {
    border-top: 1px solid #ddd;
    width: 50%;
    vertical-align: top;
}
.news-n .more td a {
    display: block;
    padding: 10px 15px;
	    color: #666;
}
.news-n .more td a sub {
    color: #aaa;
	font-size:1.6em;
}
.news-n .more td a sub { position:relative; padding-left:25px;}
.news-n .more td a sub span{ position:absolute;display:block;  width:20px; height:20px; top:1px; }
.news-n .more td a sub span.n-l{background:url(../images/new-arrow.png) top left;}
.news-n .more td a sub span.n-r{  background:url(../images/new-arrow.png) bottom left;}
.news-n .more td a p {
    margin-top: 15px;
    color: #222;
    line-height: 20px;
    font-size: 1.4em;
    text-indent: 0;
}


.productshow {
    padding-bottom: 60px;
    margin-top: 40px;
}
.flexslider {
    margin-bottom: 20px;
    border-radius: 0;
}
.flex-direction-nav a:before {
    line-height: 40px;
}
.productshow-text h2 {
    font-size: 1.8rem;
    color: #555;
    margin-top: 20px;
}
.productshow-text h2 span {
    font-size: 3rem;
    color: #000;
}
.productshow-text h4 {
    font-size: 1.8rem;
    color: #000;
    padding-bottom: 22px;
    margin-top: 32px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
}
.productshow-text h4 span {
    display: block;
    font-size: 1.6rem;
    color: #848484;
    margin-top: 14px;
}
.productshow-text h6 {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #000;
}
.productshow-text h6 span {
    color: #848484;
}
.productshow-text figure {
    padding-top: 20px;
    margin-top: 31px;
    border-top: 1px solid #e4e4e4;
}

.productshow-other {
    margin-top: 17px;
}


.product-show .productshow-info{ margin-top:4em; margin-left:2em;}
.product-show .productshow-info h4{ font-size:2.4em; color:#333; font-weight:600; line-height:1em; margin-bottom:1.5em; }
.product-show .productshow-info p{ font-size:1.6em; color:#333; line-height:2em;}

.product-show .productshow-info p span{ width:15px; height:15px; display:inline-block; background:#999; margin-left:1em;}
.product-show .productshow-info .tianmao{ margin-top:3em;}
.product-show .productshow-info .tianmao img{ max-width:100%;}

.product-show .detail{ text-align:center; margin:auto; margin-top:3em; border-top:5px #a1e7e9 solid;  padding-top:2em;}
.product-show .detail p{ margin:0;}
.product-show .detail img{ max-width:100%;}

.product-show  .swiper-slide{ border:1px solid #f4f4f4;}
.product-show  .gallery-top{ margin-bottom:10px;}

.contact{ padding:40px 0;}
.contact .contact-title{ text-align:center;}
.contact .contact-title h4{ font-size:3em; color:#eb8517; }
.contact .contact-title p{ font-size:1.6em; color:#888888; }

.contact .contact-info{ text-align:center; margin-top:20px;}
.contact .contact-info h3{ font-size:2em; color:#333; }
.contact .contact-info p{ font-size:1.6em; color:#888888; }

.contact-form input[type="text"] {
  display: block;
  background: #fff;
  border:1px solid #dcdcdc;
  width:100%;
  margin:auto;
  outline: none;
  padding: 10px 5px;
  font-size: 1.2em;
  color: #888888;
  margin-bottom: 1.3em;
}
.cnt-inpt {
 padding: 0 1em;
  margin-bottom: 1em;
}
.contact-form{ margin:auto; margin-bottom:4em; background-color:rgba(255,255,255,0.8); padding:2em 0 1em 0;}
.contact-form .dxk{display: block;
    width: 100%;
    margin: auto;
    outline: none;
    padding: 10px 5px;
    font-size: 1.2em;
    color: #868585;}
	


.contact-form input[type="user"] {
	display:block;
	background:  #fff;
	 border:1px solid #dcdcdc;
	width: 100%;
	margin:auto;
	outline: none;
	padding: 10px 5px;
	font-size: 1.2em;
	color: #888888;
}
.contact-form textarea {
	background: #fff;
	border:1px solid #dcdcdc;
	width: 100%;
	margin:auto;
	display: block;
	height: 13em;
	outline: none;
	font-size: 1em;
	color: #868585;
	resize: none;
	padding: 10px 5px;
}
.contact-form .blue22 {
 background:  #fff;
  border:1px solid #dcdcdc;
  padding: 0.6em 5em;
  width:100%;
  outline: none;
  font-size: 1.4em;
  color: #888888;

}


.customer-info p{ font-size:1.6em; color:#333; line-height:2em;}
.customer-info p span{ color:#333; font-weight:bold; font-size:1.2em; position:relative;}
.customer-info p span:after{ position:absolute; width:7px; height:3px; background:#1c62cc; content:''; left:-20px; top:50%; margin-top:-2px;}
.customer-img{ margin-top:3em; text-align:center;}
.customer-img img{ max-width:100%;}

.map{ max-width:100% !important; height:30em !important; margin-bottom:40px; }