﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 global
 */


body {
    /*font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1',Helvetica,Arial,Verdana;*/
    font: 400 13px/1.5 "Open Sans","Helvetica neue",Helvetica,Tahoma,"lantinghei sc","Microsoft Yahei",sans-serif;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
a:active, a:hover {
    text-decoration: none;
    outline: 0;
}
.img{
  width: 100%;
}
.browser-notify {
    padding: 5px 0 8px;
    text-align: center;
    color: #999;
    background: #f3f3f3
}
.browser-notify a {
    color: #f60
}
.clear{
  clear:both;
}

.pt60{
  padding-top: 60px;
}
.pb60{
  padding-bottom: 60px;
}
.ptb60{
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt40{
  padding-top:40px;
}
.pb40{
  padding-bottom:40px;
}
.ptb40{
  padding-top:40px;
  padding-bottom:40px;
}

.pt30{
  padding-top:30px;
}
.pb30{
  padding-bottom:30px;
}
.ptb30{
  padding-top:30px;
  padding-bottom:30px;
}

.pt20{
  padding-top:20px;
}
.pb20{
  padding-bottom:20px;
}
.ptb20{
  padding-top:20px;
  padding-bottom:20px;
}
.pt10{
  padding-top:10px;
}
.pb10{
  padding-bottom:10px;
}
.ptb10{
  padding-top:10px;
  padding-bottom:10px;
}
@media (max-width: 768px){
  .pt{
      padding-top:0px;
   }
  .pb{
      padding-bottom:0px;
   }
  .ptb{
      padding-top:0px;
      padding-bottom:0px;
   }
}
.no-margin {
    margin: 0px;
}
.no-padding {
    padding: 0px;
}
.fix-float 
{
    *zoom:1
}

.fix-float:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

.section {
    min-width: 1000px;
    clear: both;
}

@media (max-width: 1000px) {
    .section {
        width:100%;
        min-width: 0;
        background-size:cover!important;
    }
}
.section-wrap {
    width: 1170px;
    height: 100%;
    margin: 0 auto
}

@media (max-width: 1000px) {
    .section-wrap {
        width:100%;
        min-width: 0
    }
}


/*section-title,section-desc*/
.section .section-title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 4px;
    line-height: 32.2px;
    color: rgb(137, 190, 46);
    font-weight: bold;
    padding-bottom:10px;
}
.section .section-desc {
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: normal;
    white-space: pre-wrap;
    padding-bottom:30px;
}


.bg-fff{
    background-color: #fff;
}
.bg-f8{
    background-color: #f8f8f8;
}
.bg-image-1{
    background-image:url('/skin/theme/images/bg/bg1.gif');
}
.bg-image-2{
    background-image:url('/skin/theme/images/bg/bg2.png');
}
.bg-image-3{
    background-image:url('/skin/theme/images/bg/bg3.png');
}
.bg-image-4{
    background-image:url('/skin/theme/images/bg/bg4.png');
}
.bg-image-5{
    background-image:url('/skin/theme/images/bg/bg5.png');
}
.bg-image-6{
    background-image:url('/skin/theme/images/bg/bg6.jpg');
}
.bg-image-7{
    background-image:url('/skin/theme/images/bg/bg7.jpg');
}
.bg-image-8{
    background-image:url('/skin/theme/images/bg/bg8.jpg');
}

/*
    header
 */
.section-header {
    width: 100%;
    position: fixed; 
    z-index: 3;
    _position: relative;
    padding: 20px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.section-header-main {
    position: relative;
    height: 43px;
}
.site-logo {
    position: absolute;
    text-indent: -718px;
    overflow: hidden;
    display: block;
    width: 290px;
    height: 43px;
    z-index: 3;
    top: 0;
    left: 20px;

}



.site-logo:hover {
    text-decoration: none
}

:root .site-logo h1 {
    display: block
}

.site-nav {
    position: absolute;
    top: 0px;
    right: 5px
}
.site-nav li {
    float: left;
    padding: 0 15px
}
.site-nav li a {
    display: block;
    height: 20px;
    padding: 5px 3px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    _color: #fff;
    _float: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.site-nav li a:hover {
    text-decoration: none;
    color: #f4f4f4;
}


.section-header-g {
  padding: 0;
  border-bottom: 1px solid rgba(255,255,255,.3);
  -webkit-box-shadow: 0px 0px 2px #777;
  box-shadow: 0px 0px 2px #777;
  background: #fff;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out; 
}
.section-header-g a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.section-header-g h1 {
    opacity: 1;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.section-header-g .site-logo h1{
  background: url('/skin/theme/images/logo1.png') 0 0 no-repeat;
  height: 35px;
}
.section-header-g .section-header-main {
   
}
.section-header-g .site-nav{
  top:5px;
}
.section-header-g .site-nav li a {
    color: #333;
    _color: #333;
}

/*
 通用链接
 */
.section-link {
    height: 40px;
    line-height: 40px;
    padding-top:10px;
    padding-bottom:10px;
}
.section-link a {
    color: #666;
    outline: 0;
    text-decoration: none;
}
.section-link .link-body{
    padding-left: 15px;
}
/*
 通用内容
 */
.section-content {
    min-height: 450px;
}
.section-content .section-wrap{
  
}
.section-content .bg-fff{
    background-color: #fff;
}
.section-content .sidebar{
    float: left;
    width: 165px;
    min-height: 430px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    
}
.section-content .sidebar .sidebar-nav{
   
}
.section-content .sidebar .sidebar-nav li {
    
}
.section-content .sidebar .sidebar-nav li a {
    display: block;
    padding: 10px 0 5px 0;
    text-indent: 15px;
    font-size: 13px;
    color: #333;
}
.section-content .sidebar .sidebar-nav li a:hover {
    color: #fff;
    background-color: #2ba7db;
}
.section-content  .content-wrap {
    width: 800px;
    height: auto;
    float: right;
    color: #666;
}
.section-content  .content-wrap .content-body{
    position: relative;
}
.content-wrap h2,.content-wrap h3{
    font-size: 18px;
    padding: 10px 0px;
}
/*
 首页  关于我们 幻灯片
 */
.index-about-content{
  line-height: 1.8;
  font-size: 14px;
}
.swiper-slide img{

    border-radius: 5px;
}
/*
 首页  新闻推荐
 */
.index-article-item{
    height:390px;
    padding-top: 20px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    border-radius: 5px;
}
.index-article-item>h3{
    padding: 0px 20px 0px 5px;
    margin-left: 15px;
    border-left:3px;
    border-color: rgb(137, 190, 46);
    border-style: solid;
    color: #87B00A;
}
.index-article-item ul{
    padding:10px 20px;
}
.index-article-item ul li{
  height: 20px;
  line-height: 20px;
  margin:5px 0px;
  overflow: hidden;
}
.index-article-item ul li a{
   color: #000;
}
/*荣誉*/
.cer-item{
    height: 240px;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    border-radius: 5px;
    background-color: #fff;
}
.cer-item .pic{
    margin-bottom: 20px;
    overflow: hidden;
}
.cer-item .pic img {
    padding-top: 20px;
    width: auto;
    height: auto;
}
.cer-item .tit {
    color: #000;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 20px;
}
/*
 首页  链接
 */
.section-index-link a {
    color: #999
}

.section-index-link a:hover {
    color: #fd4f00
}

.section-index-link s {
    text-decoration: none;
    margin: 0 6px;
    color: #ddd
}
/*!
 脚注
 */
 /*@media (max-width: 1000px)*/
.section-footer{
    background: #2e4053;
    padding-bottom:0px;
    color: #a2b4c7;
    overflow: hidden;
}
.section-footer .section-wrap {
    position: relative;
    clear: both;
}
.section-footer .footer-info{
    padding: 40px 0px 20px 0px;
    height: 270px;
    margin: auto;
}
.section-footer .footer-info h3 {
    color: #B1BCCF;
    font-size: 18px;
}
.section-footer .footer-info ul>li {
    line-height: 25px;
   
}
.section-footer .footer-info a {
    color: #a2b4c7;
}
.section-bottom .footer-bottom{
    background: #273646;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #a2b4c7;
    padding: 30px 0px;
}



.tab-nav {
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: center;
    z-index: 2
}

.tab-nav li {
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom:1;width: 10px;
    height: 10px;
    background: #ddd;
    background: rgba(0,0,0,.2);
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%
}

.tab-nav .selected {
    opacity: 1;
    cursor: default;
    background: #fff
}

.tab-nav a {
    display: none
}

@media (max-width: 1000px) {
    .tab-nav {
        bottom:10px
    }

    .tab-nav li {
        width: 8px;
        height: 8px;
        border-width: 1px;
        margin: 0 5px
    }
}

.slide-adaptive {
    visibility: hidden
}



/*新闻列表*/
.article-item{
    height: 350px;
    text-align: center;
    margin-bottom: 40px;
}
.article-item a {
    color: #777;
    display: block;
}
.article-item .pic{
    margin-bottom: 20px;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
    overflow: hidden;
}
.article-item .pic img {
    width: 340px;
    height: 226px;
}
.article-item .tit {
    color: #000;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 20px;
}
/*============================================
    新闻详细
===============================================*/
#article-detailed-title{
  border-bottom:none;
  text-align:center;
  font-size: 16px;
  font-weight: bold;;
}
#article-detailed-time-box{
   padding:5px 0px;
   color:#ccc;
   font-size:13px;
   padding-left:10px;
   text-align:center;
}
#article-detailed-brief{
   padding:20px 0px;
   border-bottom:1px dotted #ccc;
}
#article-detailed-img{
   padding:10px 0px;
   margin-bottom:10px;
}
#article-detailed-img-box{
   text-align:center;
}
#article-detailed-content{
  margin:5px 0px;
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
}

#article-detailed-content p {
    margin-bottom: 20px;
}
 #article-detailed-content h1{ font: bold 26px/40px "Microsoft YaHei", 'Myriad Pro','Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;margin-bottom: 20px; }
 #article-detailed-content h2{ font: bold 24px/36px "Microsoft YaHei", 'Myriad Pro','Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;margin-bottom: 20px; }
 #article-detailed-content h3{ font: bold 20px/30px "Microsoft YaHei", 'Myriad Pro','Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;margin-bottom: 20px; }
 #article-detailed-content h4{ font: bold 16px/24px "Microsoft YaHei", 'Myriad Pro','Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;margin-bottom: 20px; }
 #article-detailed-content h5{ font: bold 15px/24px "Microsoft YaHei", 'Myriad Pro','Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;margin-bottom: 20px; }
 #article-detailed-content h6{ font: bold 13px/24px "Microsoft YaHei", 'Myriad Pro','Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;margin-bottom: 20px; }
#article-detailed-prev{
  padding-top:15px;
}
#article-detailed-prev a{
  color: #000;
}
#article-detailed-next{
  padding-top:10px;
  padding-bottom:10px;
}
#article-detailed-next a{
  color: #000;
}

/*============================================
    案例
===============================================*/
.section-content-nav{
  clear: both;
  overflow: hidden;
  padding: 5px 0px 40px 0px;
}
.section-content-nav-wrap{
  width: 700px;
  text-align: center;
  overflow: hidden;
  margin:0 auto;
}
.section-content-nav ul>li{
  float: left;
  text-align: center;
  width: 20%;
  height: 50px;
  line-height: 50px;

}
.section-content-nav ul>li a{
  padding:0px 15px;
  display: block;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
.section-content-nav ul>li>a:hover{
  background-color: #89be2e;
  color: #fff;
}
.case-item{
    height: 450px;
    margin-bottom: 60px;
    padding-top: 20px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
    border-radius: 5px;
}
.case-item:hover {
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
}
.case-item a {
    color: #777;
    display: block;
}
.case-item .pic{
    overflow: hidden;
    padding: 0;
    margin: 0 20px 20px;
}
.case-item .pic img {
    width: 300px;
    height: 200px;
    border-radius: 5px;
    display: inline-block;
    max-width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
}
.case-item:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.case-item .tit {
    height:30px;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    color: #000;
    padding: 0 20px;
}
.case-item .brief {
    padding: 0 30px;
    height:110px;
    margin-bottom: 10px;
    overflow: hidden;
}
.case-item .date {
    text-align: center;
}
/*============================================
    案例详细
===============================================*/
#product-detailed-title{
  border-bottom:none;
  text-align:center;
  font-size: 16px;
  font-weight: bold;;
}
#product-detailed-time-box{
   padding:5px 0px;
   color:#ccc;
   font-size:13px;
   padding-left:10px;
   text-align:center;
}
#product-detailed-brief{
   padding:20px 0px;
   border-bottom:1px dotted #ccc;
}
#product-detailed-img{
   padding:10px 0px;
   margin-bottom:10px;
}
#product-detailed-img-box{
   text-align:center;
}
#product-detailed-content{
  margin:5px 0px;
  border-bottom:1px solid #ccc;
  padding-bottom:10px;
}
#product-detailed-content *{
 font-size:16px !important;
 font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
 line-height:1.8;
}
#product-detailed-prev{
  padding-top:15px;
}
#product-detailed-prev a{
  color: #000;
}
#product-detailed-next{
  padding-top:10px;
  padding-bottom:10px;
}
#product-detailed-next a{
  color: #000;
}
/*============================================
    关于我们
===============================================*/
.content-body{
  font-size: 16px;
  line-height: 1.6;
}
.step-box {
    padding: 50px 20px;
}
.step-box h1, .step-box h3, .step-box p {
    color: #fff;
}
.step-box h1, .step-box h3{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.step-box h3{
  font-size: 24px;
}
.step-box h1 {
    opacity: 0.8;
}
.step-box h1 span {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 5px;
    vertical-align: bottom;
    bottom: 7px;
    position: relative;
}
.bg-red {
    background: #f2774c;
}
.bg-blue {
    background: #12baf8;
}
.bg-green {
    background: #93c214;
}
/*============================================
    联系我们
===============================================*/
.contact-item{
  padding-left: 80px;
}
.contact-item p{
  font-size: 14px;
  padding: 3px 0px;
}
#map
{
  margin-top: 30px;
  padding-top: 0px;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0,0,0,.3);
}
/*============================================
    分页
===============================================*/
#page-container
{
    margin: 25px 0;
    overflow: hidden;
    clear: both;
    text-align: center;
}
#page-container .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
}
@media (max-width: 768px)
{
  #page-container
  {
    margin: 0px 0;
   }
}
#page-container ul li
{
 float:left;
}
.page-disabled
{
    display: inline-block;
    padding: 0 5px;
    min-width: 20px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #c8cdd2;
    text-align: center;
}
.page span, .page-disabled
{
    display: inline-block;
    padding: 0 5px;
    min-width: 20px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #c8cdd2;
    text-align: center;
}
#page-container a
{
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
    min-width: 20px;
    height: 29px;
    line-height: 30px;
    font-size: 14px;
    color: #787d82;
    text-align: center;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border:none;
    background-color:transparent;
    float:none;
}
#page-container li.active
{
    background: #2ba7db;
    color: #ffffff;
    border-color: transparent;
}
#page-container li.active a
{

    color: #ffffff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover
{
    z-index: 3;
    color: #23527c;
    background-color: transparent;
    border-color:border-color;
}