﻿	* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trans{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

a{
    color: #333;
}
a:hover{
    color: #086b42;
}
u{text-decoration: none;}
img{
    max-width: 100%;
    height: auto;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}

.tl{text-align: left !important;}
.tr{text-align: right !important;}
.tc{text-align: center !important;}

hr{border: none;outline: none;}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}

.line2{
    border-top: 1px dashed #e4e4e4;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
    height: 0;
}
.line1 {
    border: none;
    height: 1px;
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}

.ico {
    background-repeat: no-repeat;
    background-position: center center;
}
body{
    font-family:"微软雅黑","Microsoft Yahei";
    font-size: 14px;
    color: #333;
}
.wp{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}



/*手机头部*/
.m-bar{
    height: 50px;
}
.logo-m{
       width: 12%;
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 50px;
    line-height: 50px;
}
.logo-m img{
    height: 90%;
    display: inline-block;
    z-index: 60;
    vertical-align: middle;
}
.m-hd{
    display: none;
    background-color: #fff;
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;

    -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
}
.m-nav{
    clear: both;
    position: absolute;
    top: 50px;
    left: 0;width: 100%;
    -webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
}

.m-nav a{
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    background-color: #fff;
    padding: 0 20px;
    color: #333;
}

.m-trigger{
    height: 50px;
    cursor: pointer;
    width: 50px;
    float: right;
    background: url(../../../../Images/home/jlcdl/zh-cn/menu.png) no-repeat center center #086b42;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
}
.m-nav{display: none;}
.m-sub{
    display: none;
}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}

.m-show{display: none;}

/*底部*/
#fd{
    background: #343b41;
    padding-top: 33px;
    color: #d7d7d7;
}
#fd p,
#fd a{
    color: #b8bbbd;
}
#fd p{
    line-height: 2;
}
#fd a:hover{
    color: #fff;
}
.fd-nav{
    overflow: hidden;
    padding-bottom: 2px;
}
.fd-ewm{
    float: right;
    text-align: center;
    margin-top: -33px;
}
.fd-ewm .pad{
    padding: 30px 20px;
    background-color: #3d454c;
}
.fd-ewm p{
  color: #fff !important;
  margin-top: 10px;
}

#fd dl{
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    width: 130px;
}
#fd dl dt{
    margin-bottom: 16px;
}
#fd dl dd a{
    display: block;
    height: 32px;
    line-height: 32px;
}
#fd dl.fd-ewm{
    margin-right: 0;
    border-left: 1px solid #a3afba;
    padding-left: 6%;
}
#fd dl.fd-ewm dd{

    text-align: center;
    font-size: 12px;
}
#fd dl.fd-ewm img{
    display: block;
    width: 103px;
    margin-bottom: 4px;
}
#fd .fd-copy a{
    color: #fff;

}
#fd .fd-copy{
    border-top: 1px solid #3d454c;
    padding: 17px 0;
    margin-top: 20px;
    color: #fff;
    clear: both;    
}
#fd .fd-copy span.r em{
    margin: 0 10px;
}
#fd .fd-copy span{
    margin-left: 35px;
}
.follow-us{
    float: right;
}
.follow-us a {
    overflow: hidden;
    position: relative;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.follow-us a:hover{
    opacity: .8;
    overflow: visible;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.follow-us .wx{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/ic_wx.png);
}
.follow-us .wb{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/ic_wb.png);
}
.follow-us .qq{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/ic_qq.png);
}
#top-bar{
    background-color: #086b42;
    color: #ededed;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
}
.t-wel{
    padding-left: 24px;
    background: url(../../../../Images/home/jlcdl/zh-cn/ic_home.png) no-repeat left 50%;
    float: left;
}

.t-tel{
    padding-left: 34px;
    background: url(../../../../Images/home/jlcdl/zh-cn/ic_tel.png) no-repeat left 6px;
    margin-right: 60px;
    float: right;
    line-height: 43px;
}
#hd .logo{
    float: left;
}
#hd:before,
#hd:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

#hd:after{
  clear: both;
}

#hd{
  zoom: 1;
  position: relative;
  z-index: 50;
  -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,.2);
  box-shadow: 0px 3px 5px -2px rgba(0,0,0,.2);
}
.nav,
.search-box{
    float: right;
}
.nav {
    margin-top: 39px;
}
.nav li{
    float: left;
}
.nav li a{
    display: block;
    height: 68px;
    line-height: 68px;
    margin-right: 35px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px;
}

.nav li.block{
    height: 4px;
    background: #086b42;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.nav em{
    display: none;
}

.nav li.on a{
    /*border-bottom: 4px solid #086b42;*/
}
.nav li.on span{
    display: none;
}
.nav li.on em{
    color: #086b42;
    display: block;
}
.search-box{
    width: 180px;
    border: 1px solid #365567;
    border-radius: 30px;
    height: 28px;
    margin-top: 59px;
    position: relative;
 }
.search-box *{
    vertical-align: middle;
}
.search-box em{
    height: 16px;
    border-right: 1px solid #365567;
    position: absolute;
    left: -20px;
    top: 6px;
}
.search-box .inp{
    border: none;
    width: 132px;
    padding: 0 6px;
    height: 22px;
    margin-left: 8px;
}
.search-box .sub{
    width: 30px;
    height: 26px;
    background: url(../../../../Images/home/jlcdl/zh-cn/ic_search.png) no-repeat left 50%;
    text-align: center;
    border: 0;
    cursor: pointer;
}
 #banner .slider a{
    padding-top: 34%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/ie8.backgroundsize.min.htc);
} 
#banner{
    position: relative;
}
.center-box{
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
#banner .slick-dots{
    display: inline-block;
    background-color: rgba(0,0,0,.3);
    border-radius: 30px;
    padding: 13px 60px;
    width: auto;
    line-height: 13px;
}
#banner .slick-dots li{
    display: inline-block !important;
    margin: 0 3px;
}
#banner .slick-dots li a{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
    font-size: 0;
    border-radius: 50%;
}
#banner .slick-dots li.slick-active a{
    background-color: #094;
}
.slick-slider,
.slick-slider *{
    outline: none;
}

.t1{
    margin: 2.5em 0 3.33em 0;
    text-align: center;
}
.t1 span{
    color: #909090;
    font-size: 1.92em;
    font-family: Georgia;
}
.t1 p{
    margin-top: 1.67em;
}
.t1 em{
    font-size: 2.67em;
    position: relative;
    top: -0.54em;
    background-color: #fff;
    padding: 0 10px;
}
.t1 h3{
    border: 2px solid #c3c3c3;
    display: inline-block;
    width: 18.71em;
}
.i-row{
    clear: both;
}
.list-ser .ico{
    width: 120px;
    height: 120px;
    background-color: #086b42;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 120px;
}


.list-ser .ico img{
    display: inline-block;
    vertical-align: middle;
}
.list-ser .item{
    float: left;
    text-align: center;
}
.list-ser{
    padding: 0 40px;
}
.list-ser h3{
    margin: 10px 0 3px 0;
    font-size: 16px;
}
.list-ser p{
    font-size: 14px;
}

/* .list-ser .s1 .ico{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/s1.png);
}
.list-ser .s2 .ico{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/s2.png);
}
.list-ser .s3 .ico{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/s3.png);
}
.list-ser .s4 .ico{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/s4.png);
}
.list-ser .s5 .ico{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/s5.png);
}
 */
.list-ser .slick-arrow{
    position: absolute;
    width: 26px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    margin-top: -17px;
    font-size: 0;
    border: none;
    cursor: pointer;
    opacity: .7;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 70)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.list-ser .slick-prev{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/ar_l.gif);
    left: 0;
}

.list-ser .slick-next{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/ar_r.gif);
    right: 0;
}
.list-ser .slick-arrow:hover{
    opacity: 1;
}
.i-row1{
    padding: 40px 0;
}

.i-row2{
    padding-top: 4px;
    background-color: #f2f2f2;
}
.i-row3{
    padding: 10px 0 50px 0;
}
.i-row2 .t1 em{
    background-color: #f2f2f2;
}
.list-ser a:hover .ico{
    background-color: #f5be01;
}
.list-ser a *{
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
 }
.list-ser a:hover *{
    color: #f5be01;
}
.list-classic{
    position: relative;
    padding-top: 50%;
}
.list-classic li{
    position: absolute;
    padding: 5px;
}
.list-classic li:hover .txt{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.list-classic .pic{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/ie8.backgroundsize.min.htc);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.list-classic .s1{
    width: 39%;
    top: 0;
}
.list-classic .s1 .pic{
    padding-top: 72%;
}
.list-classic .s2{
    left: 39%;
    width: 36%;
    top: 0;
}
.list-classic .s2 .pic{
    padding-top: 63%;
}
.list-classic .s3{
    width: 25%;
    right: 0;
    top: 0;
}
.list-classic .s3 .pic{
    padding-top: 92%;
}
.list-classic .s4{
    width: 39%;
    top: 56.555%;
}
.list-classic .s4 .pic{
    padding-top: 39.488%;
}
.list-classic .s5{
    width: 25%;
    top: 46%;
    left: 39%;
}
.list-classic .s5 .pic{
    padding-top: 84.799%;
}
.list-classic .s6{
    width: 36%;
    right: 0;
    top: 46%;
}
.list-classic .s6 .pic{
    padding-top: 58%;
}

.list-classic .txt{
    background-color: #f5be01;
    background-color: rgba(245,190,1,.85);
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    left: 0; 
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
    font-size: 0;
}
.list-classic h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
    padding: 20px;
    height: 123px;
    line-height: 1.6;
    overflow: hidden;
}
.list-classic .s4 h3{
    height: 80px;
}
.list-classic .txt span{
    border: 1px solid #fff;
    width: 98px;
    height: 34px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 34px;
    position: relative;z-index: 50;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.list-classic .txt span:hover{
    background-color: #f5be01;
}
.list-classic .txt:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid #fff;
}
.list-classic .txt:after{
    content: '';
    height: 100%;
    vertical-align: middle;
    width: 0;
    display: inline-block;
}
.list-classic .con{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.company-profile{
    background: url(../../../../Images/home/jlcdl/zh-cn/bg1.gif) no-repeat left top;
    height: 338px;
}
.company-profile .img{
    float: left;
    padding:0 12px 10px 16px;
    width: 44%;
}
.company-profile .img .bg{
    padding-top: 78%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/ie8.backgroundsize.min.htc);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.company-profile .txt{
    margin-left: 42%;
    padding-left: 20px;
    position: relative;
 }
.company-profile .txt p{
    line-height: 1.5;
    font-size: 14px;
    color: #676767;
}
.company-profile .con{
    padding: 103px 36px 0 36px;
    width: 500px;
}
.more-tr{
    text-align: right;
}
.more-tr a{
    display: inline-block;
    width: 116px;
    height: 34px;
    background-color: #086b42;
    text-align: center;
    color: #fff;
    line-height: 34px;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.company-profile h3{
    color: #fff;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background-color: #086b42;
    background-color: rgba(8,107,66,.85);
    display: inline-block;
    padding: 0 30px;
    position: absolute;
    left: -40px;
    top: 18px;
    font-weight: bold;
}
.company-profile h3 em{
    font-weight: bold;
    font-size: 25px;
}
.company-profile h3 span{
    font-size: 16px;
    margin-left: 20px;
}

.list-company-info li{
    float: left;
    width: 25%;
    position: relative;
}
.list-company-info li .pic{
    height: 184px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/ie8.backgroundsize.min.htc);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.list-company-info{
    overflow: hidden;
    margin-top: 40px;
}

.list-company-info .txt{
    background-color: #2d815e;
    background-color: rgba(45,129,94,.85);
    color: #fff;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -35px;
    padding: 10px 0;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.list-company-info li:hover .txt{
    background-color: #fff;
    background-color: rgba(255,255,255,.85);
    color: #2d815e;
}
.list-company-info .txt h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}
.list-company-info .txt p{
    font-size: 14px;
}

.ban-inner .ban-img{
    height: 250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/ie8.backgroundsize.min.htc);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.ban-inner{
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}
.ban-inner .con{
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    color: #fff;
    margin-top: -50px;
}
.ban-inner p{
    font-size: 30px;
    line-height: 1;
    margin: -10px;
}
.ban-inner h3{
    font-size: 46px;
    font-weight: bold;
}
.ban-inner h4 *{
    vertical-align: middle;
}
.ban-inner h4{
    font-size: 24px;
}
.ban-inner b{
    text-transform: uppercase;
    margin: 0 10px;
}
.ban-inner h4 em{
    display: inline-block;
    width: 70px;
    border-top: 1px solid #fff;
}



.cur-pos{
    height: 80px;
    line-height: 80px;
    margin-bottom: 40px;
    width: 100%;
    background-color: #efeeee;
}
.cur-pos span{
    float: right;
    background: url(../../../../Images/home/jlcdl/zh-cn/cur.png) left 30px no-repeat;
    color: #969494;
    padding-left: 27px;
    font-size: 14px;
    white-space: nowrap;
}
.cur-pos span a{
    color: #969494;
}
.cur-pos span a:hover{
    color: #086b42;
}
.cur-pos .ul-snv{
    float: left;
}
.cur-pos .ul-snv li{
    float: left;
}
.cur-pos .ul-snv li a{
    display: block;
    padding: 0 20px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.cur-pos .ul-snv li a:hover,
.cur-pos .ul-snv li.on a{
    background-color: #086b42;
    color: #fff;
}
.list-cerfi .img{
    height: 170px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/ie8.backgroundsize.min.htc);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.list-cerfi{
    overflow: hidden;
    padding: 50px 0 36px 0;
}
.list-cerfi li{
    padding: 0 7px;
    float: left;
    width: 25%;
    margin-bottom: 16px;
}
.list-cerfi .pad{
    padding: 20px 0;
    background-color: #f1f1f1;
    border-radius: 30px;
    box-shadow: -3px 3px 3px rgba(0,0,0,.12);
}
.cerfi-box .page{
    padding-bottom: 46px;
}
#bd:before,
#bd:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

#bd:after{
  clear: both;
}

#bd{
  zoom: 1;
}
#bd{
    margin-bottom: 50px;
}
.page{
  text-align: center;
  color: #6f6f6f;
}
.page a{
  display: inline-block;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #d2d2d2;
  color: #6f6f6f;
  margin: 0 1px;
  font-family:"微软雅黑","Microsoft Yahei";
  margin-bottom: 10px;
}
.page span{
    margin-left: 4px;
}
.page a.on,.page a:hover{
  background-color: #086b42;
  color: #fff;
  border: 1px solid #086b42;
}
.list-honor{
    margin: 0 -1.5%;
    overflow: hidden;
}
.list-honor li{
    float: left;
    padding: 0 1.5%;
    width: 25%;
    margin-bottom: 30px;
}
.list-honor li .img{
    height: 164px;
    background-color: #fff;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid #e4e4e4;
}

.bg-about{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/ie8.backgroundsize.min.htc);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../../../../Images/home/jlcdl/zh-cn/bg2.jpg);
    margin: -40px 0 -50px 0;
}

.list-honor{
    padding: 40px 0 40px 0;
}
.map-box{
    position: relative;
    height: 450px;
}
.BMapLabel{display: none !important;}
.map-info{
    position: absolute;
    right: 0;
    width: 350px;
    height: 360px;
    background-color: #ebebeb;
    background-color: rgba(235,235,235,.85);
    padding: 30px 20px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    top: 0;
    margin-top: 45px;
}
.baidu-map img{
    max-width: 555555px;
}
.map-info h3{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    color: #086b42;
}
.map-info h3:after{
    position: absolute;
    content: '';
    border-top: 4px solid #086b42;
    left: 0;
    bottom: -5px;
    width: 46px;
}
.map-info h4{
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
}
.msg-form li{
    margin-bottom: 17px;
}
.msg-form li:before,
.msg-form li:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.msg-form li:after{
  clear: both;
}

.msg-form li{
  zoom: 1;
}
.msg-form .inp-box{
    float: left;
    width: 33.33333%;
    padding: 0 7px;
    position: relative;
}
.msg-form .inp{
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 42px;
    background-color: #fff;
}
.msg-form label{
    position: absolute;
    margin-left: 0;
    top: 0;
    height: 42px;
    line-height: 42px;
    padding-left: 36px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 10px 14px;
}
.msg-form .s1 label{
    width: 110px;
}
.msg-form .s1 input{
    padding-left: 110px;
}

.msg-form .s2 label{
    width: 84px;
}
.msg-form .s2 input{
    padding-left: 84px;
}
.msg-form .ic1{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/g1.png);
}
.msg-form .ic2{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/g2.png);
}
.msg-form .ic3{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/g3.png);
}
.msg-form .ic4{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/g4.png);
}
.msg-form .ic5{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/g5.png);
}
.msg-form .ic6{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/g6.png);
    background-position: 10px 17px;
}
.msg-form .ic7{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/g7.png);
    background-position: 10px 4px;
    margin-left: -7px;
}
.msg-form textarea{
    width: 100%;
    border: none;
    font-size: 14px;
}
.msg-form .focus label{
    background-position: 10px -16px;
    color: #086b42;
}
.msg-form .focus .ic1{
    background-position: 10px -15px;
}

.msg-form .focus .ic6{
    background-position: 10px -13px;
}

.msg-form .focus .ic7{
    background-position: 10px -26px;
}
.msg-form .focus .inp{
    border-color: #086b42;
}
.msg-form .focus.text-bor{
    border-color: #086b42;
}
.text-bor{
    position: relative;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding: 10px;
    padding-top: 0;
}
.text-pad{
    padding: 0 7px;
}
.text-bor label{
    position: static;
}

.contact-msg{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/ie8.backgroundsize.min.htc);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../../../../Images/home/jlcdl/zh-cn/bg3.jpg);
    margin: -40px 0 -50px 0;
}
.msg-form{
    padding: 40px 0;
}
.msg-form .sub{
    width: 160px;
    height: 44px;
    color: #fff;
    line-height: 44px;
    background-color: #086b42;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
    font-family:"微软雅黑","Microsoft Yahei";
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.msg-form .sub:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.list-clasicz a{
    display: block;
    border-bottom: 3px solid #086b42;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.list-clasicz .img{
    display: block;
    height: 182px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-behavior: url(/ie8.backgroundsize.min.htc);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
}
.list-clasicz li{
    float: left;
    width: 25%;
    padding: 0 1%;
    margin-bottom: 40px;
}
.list-clasicz{
    margin: 0 -1%;
    overflow: hidden;
    padding: 10px 0;
}
.list-clasicz em{
    background:#f5c625 url(../../../../Images/home/jlcdl/zh-cn/ic_s2.png) no-repeat 50% 50%;
    background:rgba(245,198,37,.65) url(../../../../Images/home/jlcdl/zh-cn/ic_s2.png) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.list-clasicz h3{
    color: #666;
    font-weight: bold;
    margin-bottom: 4px;
}
.list-clasicz .txt{
    padding: 10px 0 6px 4px;
}

.list-clasicz a:hover{
    color: #666;
    border-color: #f5c625;
}
.list-clasicz a:hover em{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.article-box{
    position: relative;
}
.article-box .bd{
    line-height: 1.8;
}
.article-box .fd{
    padding: 20px 0;
    border-top: 1px dashed #eee;
    font-size: 14px;
    line-height: 1.8;
    position: relative;
}

.article-box .hd{
    padding-bottom: 24px;
    text-align: center;
    border-bottom: 1px dotted #e5e5e5;
}
.article-box .bd{
    padding: 30px 0;
}
.article-box .hd span{
    margin: 0 10px;
    color: #086b42;
    font-size: 14px;
}
.article-box .hd h1{
    font-size: 25px;
    margin-bottom: 16px;
    color: #333;
}
.cur-pos2{
    background-color: #fff;
}
.cur-pos2 span{
    float: left;
}
.cur-pos2 .wp{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.back-list{
    width: 113px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666;
    font-size: 14px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #ddd;
    float: right;
    margin-top: 24px;
}
.back-list:hover{
    border-color: #086b42;
}


.td-row1{
    background-position: 0 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.td-row1 .txt{
    float: right;
    width: 630px;
    background-color: #086b42;
    background-color: rgba(8,107,66,.65);
    color: #fff;
    padding: 20px;
    font-size: 14px;
}
.td-row1 .txt .pad{
    border: 1px solid #fff;
    line-height: 1.6;
    padding: 40px 20px;
}
.td-row2{
    font-size: 14px;
}
.td-row2 h3{
    font-size: 20px;
    padding: 30px 0;
}
.dl-z1 dt{
    float: left;
    width: 85px;
    height: 85px;
    background-color: #086b42;
    text-align: center;
    padding: 6px;
    color: #fff;
}
.dl-z1 {
    overflow: hidden;
    margin-bottom: 35px;
}
.dl-z1 dd{
    overflow: hidden;
    padding-left: 30px;
    height: 85px;
}
.dl-z1 dt span{
    width: 100%;
    display: block;
    line-height: 70px;
    border: 1px solid #7cb19b;
    font-size: 63px;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.dl-z1 dd:before{
    display: inline-block;
    content: '';
    vertical-align: middle;
    margin-right: -16px;
    height: 100%;
}
.dl-z1 dd p{
    display: inline-block;
    vertical-align: middle;
}



.sm-list .ico{
    width: 120px;
    height: 120px;
    background-color: #086b42;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 120px;
}


.sm-list .ico img{
    display: inline-block;
    vertical-align: middle;
}
.service-main{
    overflow: hidden;
}
.sm-list{
    overflow: hidden;
    height: 800px;
}
.sm-list li{
    float: left;
    width: 20%;
    height: 100%;
    position: relative;
     -o-transition:.3s;
-ms-transition:.3s;
-moz-transition:.3s;
-webkit-transition:.3s;
transition:.3s; 
overflow: hidden;
}

.sm-list h3{
    margin: 20px 0 3px 0;
    font-size: 16px;
}
.sm-list p{
    font-size: 14px;
}

.sm-list li .bg{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*-ms-behavior: url(/ie8.backgroundsize.min.htc);*/
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
}
.sm-list b{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color:#000);
    background-color: rgba(0,0,0,.5);
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.sm-list .txt{
    z-index: 20;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -100px;
}
.sm-list .txt .con{
    display: none;
    width: 380px;
    background-color: #f5be01;
    padding: 20px;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}


.main-service #bd{
    margin-bottom: 0;
}
.sm-list .on b{
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.sm-list .on h3,
.sm-list .on p{
    display: none;
}
.sm-list .on .con{
    display: block;
}
.sm-list .on .ico{
    background-color: #f5be01;
}
.com-culture p{
    line-height: 2;
}

.t3{
    font-size: 35px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    color: #333333;
}
.t3:after{
    position: absolute;
    content: '';
    border-top: 3px solid #333333;
    left: 0;
    bottom: -16px;
    width: 46px;
}
.cc-row1{
    height: 232px;
    background-position: right 50%;
    background-repeat: no-repeat; 
}
.cc-row1 p{
    border: 1px solid #086b42;
    width: 444px;
    height: 64px;
    line-height: 64px;
    padding: 0 30px;
    margin-top: 40px;
}
.cc-row2 .tit{
    float: right;
    width: 330px;
}
.cc-row2 .tit h3{
    float: right;
}
.cc-row2 .txt{
    overflow: hidden;
}
.cc-row1,
.cc-row2,
.cc-row3{
    overflow: hidden;
}
.com-culture{
    color: #6f6f6f;
    font-size: 14px;
}
.cc-row3 .t3{
    margin-bottom: 40px;
}
.cc-row3 .img{
    float: left;
    /*width: 590px;*/
    width: 59%;
}
.cc-row3 .txt{
    float: right;
}
.cc-row2{
    padding: 40px 0;
}
.news-year{
    border: 1px solid #b5b5b5;
    position: relative;
    overflow: hidden;
}

.news-year .item{
    float: left;
}
.news-year .item a{
    display: inline-block;
    padding: 0 20px;
}


.news-year a{
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #efeeee;
    font-size: 14px;
    border-right: 1px solid #b5b5b5;
}

.news-year .on a,
.news-year .slick-current a,
.news-year a:hover{
    background-color: #086b42;
    color: #fff;
}
.news-box .pad{
    padding: 0 64px;
}
.news-year .slick-arrow{
    position: absolute;
    width: 44px;
    height: 44px;
    border: 1px solid #b5b5b5;
    font-size: 0;
    top: -1px;
    cursor: pointer;
}
.news-year .slick-prev{
    left: -64px;
    background:#efeeee url(../../../../Images/home/jlcdl/zh-cn/prev.png) no-repeat 50% 50%;
}

.news-year .slick-next{
    right: -64px;
    background:#efeeee url(../../../../Images/home/jlcdl/zh-cn/next.png) no-repeat 50% 50%;
}
.news-year .slick-arrow:hover{
    background-color: #fff;
}
.list-news .li{
    float: left;
    padding: 0 1.83486%;
    width: 33.33333%;
}
.list-news{
    overflow: hidden;
    padding: 36px 0;
    margin: 0 -1.83486%;
}
.list-news .con{
    padding: 14px;
    border: 1px solid #e5e5e5;
    height: 320px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.list-news h3{
    font-size: 16px;
    margin: 10px 0;
    max-height: 44px;
    overflow: hidden;
}
.list-news .more{
    border: 1px solid #c9c9c9;
    width: 80px;
    height: 30px;
    color: #999999;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
    position: relative;
    z-index: 50;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
}

.list-news p{
    margin-bottom: 10px;
    color: #666;
}
.list-news .li{
    margin-bottom: 30px;
}
.list-news .li:hover .con{
    border: 1px solid #086b42;
}
.list-news .li:hover *{
    color: #086b42;
}
.list-news .li:hover .more{
    border-color: #086b42;
}

.list-news1 .img img{
    width: 100%;
    vertical-align: bottom;
}
.list-news2 .content{
    margin-bottom: 30px;
    font-size: 14px;
    max-height: 110px;
    overflow: hidden;
    line-height: 1.5;
}

.list-recruitment li{
    width: 33.3333%;
    float: left;
    padding: 0 2.5%;
    margin-bottom: 35px;
}

.list-recruitment{
    margin: 0 2.5%;
    padding: 16px 0;
    overflow: hidden;
}
.list-recruitment .pad{
    border: 1px solid #c9c9c9;
    padding: 24px;
    height: 284px;
    color: #666;
    font-size: 14px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: url(../../../../Images/home/jlcdl/zh-cn/arr.png) no-repeat right top;

    box-shadow: 1px 2px 10px -2px rgba(0,0,0,.3);
}
.list-recruitment .hd{
    color: #333;
}
.list-recruitment .bd{
    color: #666;
    margin-top:130px;
}
.list-recruitment h4{
    font-size: 12px;
    color: #666;
}
.list-recruitment h3{
    font-size: 20px;
    font-weight: bold;
    padding: 14px 0 8px 0;
    border-bottom: 1px solid #c9c9c9;
}
.list-recruitment h6{
    padding: 16px 0 14px 0;
    font-size: 14px;
}
.list-recruitment p{
    line-height: 1.5;
    margin-bottom: 20px;
    max-height: 5em;
    overflow: hidden;
}

.list-recruitment .more{
    border: 1px solid #c9c9c9;
    width: 90px;
    height: 30px;
    color: #999999;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    position: relative;
    z-index: 50;
    text-align: center;
}
.list-recruitment li:hover .pad{
    border-color: #086b42;
    background-color: #086b42;
}
.list-recruitment li:hover .pad *{
    color: #fff;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    z-index: 8888;
    display: none;
}
#fancybox-frame {
    width: 630px;
    height: 540px;
    overflow: hidden;
}

.pop {
    width:630px;
    position: absolute;
    left: 50%;
    top: 50%;
    zoom: 1;
    z-index: 9999;
    overflow: hidden;
    zoom: 1;
}


.pop-order .close,
.pop .close{
    position: absolute;
    width: 30px;
    height: 30px;
    background:#fff url(../../../../Images/home/jlcdl/zh-cn/x.png) no-repeat 50% 50%;
    right: 20px;
    top: 20px;
}
.pop-order .close{
    right: 3px;
}




/*发展历程*/
.history-box{
    padding: 20px 70px;
}
.history-box .slider-for .imgtxt{
    overflow: hidden;
    background-color: #f0f0f0;
    position: relative;
}
.history-box .slider-for .imgtxt .img{
    float: left;
    width: 42%;
}
.history-box .slider-for .imgtxt .img em{
    display: block;
    width: 106px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    background: rgba(8,107,66,.75);
    background: #086b42 \9;
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 18px;
    color: #fff;
    z-index: 500;
}
.history-box .slider-for .imgtxt .img img{
    display: block;
}
.history-box .slider-for .imgtxt .txt{
    overflow: hidden;
    padding: 35px;
}
.history-box .slider-for .imgtxt .txt h3{
    font-size: 18px;
    font-weight: bold;
    color: #086b42;
    margin-bottom: 20px;
}
.history-box .slider-for .imgtxt .txt p{
    height: 90px;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 30px;
}

.flexslider .flex-direction-nav{
    position: absolute;
    right: 30px;
    bottom: 25px;
    text-align: right;
}
.flexslider .flex-direction-nav li{
    display: inline-block;
}
.flexslider .flex-direction-nav li a{
    width: 25px;
    height: 25px;
    margin-left: 3px;
    background: url(../../../../Images/home/jlcdl/zh-cn/arrow.png) no-repeat;
    font-size: 0;
    border: 0;
    z-index: 999; 
    cursor: pointer;
    position: static;
    opacity: 1;
}
.flexslider .flex-direction-nav .flex-prev{
    left: 0;
}
.flexslider .flex-direction-nav .flex-next{
    right: 0;
    background-position: right 0;
}
.flexslider .flex-direction-nav li a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.history-box .slider-nav{
    background: url(../../../../Images/home/jlcdl/zh-cn/line.png) center center no-repeat;
    /*width: 107%;*/
    /*margin: 0 -5%;*/
    padding: 20px 167px;
    /*padding: 20px 9%;*/
    text-align: center;
    font-size: 0;
    cursor: move; 
      cursor: -webkit-grab; 
      cursor: -moz-grab;
      cursor: grab;
}

.history-box .slider-nav .year{
    padding-top: 60px;
}
.history-box .slider-nav .year span{
    font-size: 14px;
    color: #666;
    background-image: url(../../../../Images/home/jlcdl/zh-cn/dt_off.png);
    background-position:50% 6px;
    background-repeat: no-repeat;
    padding-top: 20px;
    display: inline-block;
    display: block;
    width: 100%;
    cursor: pointer;
}
.history-box .slider-nav .slick-current span{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/dt_on.png);
    font-weight: bold;
    color: #3c8767;
    cursor: pointer;
    /*font-size: 16px;*/
}
.history-box .slider-nav:before{
    content: '';
    width: 1150px;
    position: absolute;
    border-top: 1px solid #c8c5c4;
    top: 78px;
    left: -80px;
}
.recruitment-plan h1{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.recruitment-plan{
    padding: 30px;
    background-color: #fff;
    line-height: 2;
    font-size: 14px;
}
.recruitment-plan .btn{
    width: 100px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 34px;
    background-color: #086b42;
    position: relative;
    z-index: 50;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;

}

.recruitment-plan h3{
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
.recruitment-plan td{
    border: 1px solid #ddd;
    height: 33px;
    padding: 0 10px;
}
.recruitment-plan table{
    margin: 10px 0;
}

.recruitment-plan .tr{
    padding: 20px 0 0 0;
}


.pop-order{
    z-index: 500000;
    display: none;
    font-size: 14px;
    padding: 20px 30px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
}
.pop-order h1{
    color: #333;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #086b42;
    padding-bottom: 14px;
}
.pop-order .bd{
    padding: 30px 75px 30px 0;
}
.pop-order .inp {
    border: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff;
    color: #666;
    padding: 7px 5px;
}
.pop-order .sub{
    width: 100px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 34px;
    background-color: #086b42;
    position: relative;
    z-index: 50;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    border: none;
    cursor: pointer;
    font-family:"微软雅黑","Microsoft Yahei";
}
.more-tr a:hover,
.recruitment-plan .btn:hover,
.pop-order .sub:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.form-box .inp-label {width: 80px;float: left;line-height: 32px;font-weight: bold;color: #666;}
.form-box .inp-box {margin: 0 0 0 80px;}
.form-box li {position: relative;margin: 0 0 14px 0;}


.fancybox-nav span{
    visibility: visible !important;
    width: 55px !important;
    height: 55px !important;
    background: none !important;
}

.fancybox-prev span{
    background: url(../../../../Images/home/jlcdl/zh-cn/ar_l2.png) no-repeat left top !important;
}
.fancybox-next span{
    background: url(../../../../Images/home/jlcdl/zh-cn/ar_r2.png) no-repeat left top !important;
}
.fancybox-title .total,
.fancybox-title-float-wrap .child{
    color: #e9e9e9 !important;
}
.com-list li{
    clear: both;
    position: relative;
    background: url(../../../../Images/home/jlcdl/zh-cn/sd.jpg) no-repeat left bottom;
    padding-bottom: 18px;
    margin-bottom: 12px;
}
.com-list li.even{
    background-position: right bottom;
}
.com-list li:before,
.com-list li:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.com-list li:after{
  clear: both;
}

.com-list li{
  zoom: 1;
}
.com-list .txt,
.com-list .img{
    width: 50%;
    height: 300px;
}

.com-list .txt{
    font-size: 14px;
    line-height: 2;
}

.com-list .txt .pad{
    padding: 30px 20px;
}




.error-page .btn a{
    width: 150px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin: 0 22px;
    margin-bottom: 4px;
    font-size: 16px;
    border-radius: 5px;
    text-indent: 20px;
    background-repeat: no-repeat;
    background-position: 30px 50%;
}
.error-page .btn .s1{
    background-color: #086b42;
    background-image: url(../../../../Images/home/jlcdl/zh-cn/ro1.png);
}

.error-page .btn .s2{
    background-image: url(../../../../Images/home/jlcdl/zh-cn/ro2.png);
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #333;
}
.bottom-btn a:hover,
.error-page .btn a:hover{
    opacity: .85;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 85)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}

.error-page .table {
    display:table;
    height: 100%;
    width: 100%;
}
.error-page .table-cell {
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.error-page{
    width: 100%;
    height: 100%;
    position: absolute;
}

.error-page h1{
    font-size: 300px;
    color: #086b42;
    font-family: serif;
}
.error-page h3{
    font-size: 24px;
    color: #414242;
    margin-bottom: 60px;
}
.error-page{
    background: url(../../../../Images/home/jlcdl/zh-cn/404.gif) repeat-x left top;
}

.search-result{
    margin-top: 30px;
    color: #666;
}

.search-result .hd{
    line-height: 55px;
    border-bottom: 1px solid #c7c7c7;
    padding: 0 38px 0 0;
    height: 55px;
    margin-left: 10px;
}
.search-result .wp{
    border: 1px solid #e7e7e7;
}
.search-result .hd span,
.search-result .bd span{
    color: #086b42;
}

.search-result .hd em{
    font-size: 20px;
    border-bottom: 3px solid #086b42;
    float: left;
    display: block;
    line-height: 53px;
    font-weight: bold;
}

.search-result .hd p{
    float: right;
    font-size: 14px;
}
.search-result .bd{
    clear: both;
}

.search-result li{
    line-height: 56px;
    padding: 0 5px;
}

.search-result li a{
    display: block;
    font-size: 14px;
    padding: 0 38px 0 20px;
    border-bottom: 1px dashed #c7c7c7;
    background: url(../../../../Images/home/jlcdl/zh-cn/dt2.gif) no-repeat 6px 50%;
    text-align: left;
}

.search-result u{
    float: right;
}
.search-result .page{
    text-align: right;
    padding-right: 40px;

}
.fix-cur{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.form-tip {
    text-align: center;
    background-color: #fff;
    border: 9px solid #eeeeee;
    border-radius: 30px;
    width: 576px;
    height: 300px;
    padding: 70px 0;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 510000;
}
.form-tip h3{
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    padding-left: 110px;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 60px;
    line-height: 80px;
    margin-bottom: 50px;
}
.form-tip a{
    width: 95px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.form-tip a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.form-tip p{
    text-align: center;
}
.f-success h3{
    color: #086b42;
    background-image: url(../../../../Images/home/jlcdl/zh-cn/ok.gif);
}

.f-error h3{
    color: #c52726;
    background-image: url(../../../../Images/home/jlcdl/zh-cn/error.gif);
}
.f-success a{
    background-color: #086b42;
}
.f-error a{
    background-color: #c52726;
}

.z-tip {
    position: absolute;
    left: 80px;
    top: -52px;
    color: #fff;
    background-color: #f1433c;
    white-space: nowrap;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 12px;
}

.z-tip b {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid;
    border-top-color: #f1433c;
    font-size: 12px;
}
.show-tip .z-tip{
    top: -30px;
    visibility: visible;
    opacity: 1;
}

#bsWXBox,
#bsWXBox *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.m-page {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-left: none;
    line-height: 36px;
    font-size: 14px;
    display: none;
}

.m-page a{
    float: left;
    width: 33.333333%;
    text-align: center;
    border-left: 1px solid #ddd;
    background: #eee;
    height: 100%;
}

.m-page .num{
    background: url(../../../../Images/home/jlcdl/zh-cn/icon_m_page.png) no-repeat 80% center;
}
.m-page-pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #fff;
    overflow: auto;
    z-index: 800000;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-page-pop a{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 0 40px;
    font-size: 14px;
    color: #888;
}
.show-page .m-page-pop{
    height: 100%;
}

.support{background: url("../../../../Images/home/jlcdl/zh-cn/sup_img.png") no-repeat right 8px; width: 139px;display: inline-block;text-align: left;  padding-left: 4px;color: #707c8a;}

/*2016/9/7 21:44:38*/
.go-top {
    z-index: 50;
    right: 5%;
    bottom: 150px;
    width: 50px;
    height: 50px;
    position: fixed;
    background: url('../../../../Images/home/jlcdl/zh-cn/top.png') no-repeat left top;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    right: 10px;
     display: none; 
}
.iw_poi_content{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: \5b8b\4f53;
}
.pop-wx{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150px;
    margin-top: -60px;
    margin-left: -75px;
    z-index: 500;
    background-color: #fff;
    padding: 10px;
    display: none;
    box-shadow: 0 0 6px 2px rgba(0,0,0,.14);
}
.pop-wx em{
    display: block;
    text-align: center;
    color: #222;
    font-size: 14px;
}
.pop-wx img{
    width: 100%;
    vertical-align: bottom;
}
.pop-wx u{
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    right: 0;
    top: 0;
    color: #000;
    cursor: pointer;
}
.pop-wx u:hover{
    opacity: .7;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 70)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.qr-z{
    display: inline-block;
}


/*发展历程*/
.development-path .d-time{
    float: left;
    width: 77px;
    color: #086b42;
    height: 88px;
    text-align: center;
    background: url(../../../../Images/home/jlcdl/zh-cn/bn4.gif) no-repeat left top;
}
.development-path li:before,
.development-path li:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.development-path li:after{
  clear: both;
}
.development-path{
    background: url(../../../../Images/home/jlcdl/zh-cn/bn7.gif) repeat-y 50% top;
    overflow: hidden;
}
.development-path li{
    padding: 20px;
    zoom: 1;
    border: 1px solid #bdd8cd;
    margin-top: 60px;
    width: 450px;
    clear: both;
    position: relative;
}
.development-path li b{
    position: absolute;
    top: 30px;
    width: 69px;
    height: 45px;
}
.development-path li .d-time p{
    line-height: 1;
}

.development-path h6{
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 16px;
}
.development-path .d-time em{
    font-weight: bold;
    font-size: 30px;

}
.development-path .d-con{
    line-height: 2;
    overflow: hidden;
    padding-left: 20px;
}
.development-path li.odd b{
    background: url(../../../../Images/home/jlcdl/zh-cn/bn5.gif) no-repeat left top;
    left: -69px;
}
.development-path li.even b{
    background: url(../../../../Images/home/jlcdl/zh-cn/bn6.gif) no-repeat left top;
    right: -69px;
}


.development-path li.odd{
    float: right;
}
.development-path li.even{
    float: left;
}

.fancybox-title-float-wrap{
    left: 0;
    right: 0;
    width: auto !important;
}

.wp_tit {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.m-tel{
    padding-left: 34px;
    background: url(../../../../Images/home/jlcdl/zh-cn/m_tel.png) no-repeat left 6px;
    float: left;
    line-height: 43px;
  color: #086b42;
    margin-top: 5px;
}


.i-side {
    position: fixed;
    width: 80px;
    top: 60%;
    z-index: 666;
    right: 2%;
    margin-top: -215px;
    -backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.i-side a {
    display: block;
    height: 80px;
    line-height: 130px;
    background-color: #434343;
    background-repeat: no-repeat;
    background-position: 50% 11px;
    color: #fff;
    text-align: center;
    margin-bottom: 1px;
    font-size: 12px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.i-side a:hover {
    background-color: #086b42;
}
.i-side .go_top {
    background-image: url(/Public/Images/home/jlcdl/zh-cn/ar_1.png);
    background-position: 50%;
    margin-top: 30px;
}
