﻿@charset "utf-8";
/* CSS Document */
html{ -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:100%;}
body{ font:normal 14px/22px 'Arial','Microsoft YaHei'; background:#fff; position:relative;}
*{ margin:0 auto;}
ul,li{ list-style:none; margin:0; padding:0;}
img{ border:0; padding:0; margin:0;max-width: 100%}
a,a:hover{ text-decoration:none;}
button:focus,input:focus{ outline:medium;}

/*    头部    */
.header{ width:100%; height:100px; text-align:center; position:fixed; z-index:99; background:#fff; box-shadow:0 8px 20px rgba(102,102,102,.1)}
.header h1{ width:414px; height:58px; position:absolute; left:20px; top:16px;}
.header h1 img{ width:414px; height:58px;}
.header ul.menu{ position:absolute; right:210px; height:40px; padding-top:39px;}
.header ul.menu li{ width:auto; height:40px; float:left; padding:0 20px; position:relative;}
.header ul.menu li a{ color:#333;}
.header ul.menu li a.drop{ background:url(../images/menulibg.png) no-repeat right 6px; padding-right:18px;}
.header ul.menu li a:hover{ color:#ea3e00; font-weight:bolder;}
.header ul.menu span{ width:1px; height:10px; margin-top:6px; background:#ddd; float:left;}
.header ul.menu li p{ display:none; background:#fff;}
.header ul.menu li.on p{ display:block; position:absolute; left:-35px; width:186px; margin-top:15px; overflow:hidden; box-shadow:0 0 10px rgba(0,0,0,.1);}
.header ul.menu li.on p a{ width:100%; height:36px; font-size:14px; line-height:36px; float:left; border-bottom:1px solid #eee;}
.header ul.menu li.on p a:hover{ font-weight:normal;}
.header p.Phone{ width:auto; height:18px; padding:18px 0 0 42px; background:url(../images/headicon.png) no-repeat left center; position:absolute; right:20px; top:32px;}
.header p.Phone i{ font:normal 12px/18px 'Arial','Microsoft YaHei'; float:left; color:#666;}
.header p.Phone i.font{ position:absolute; left:42px; top:0;}
.header p.Phone i.color{ font-weight:bolder; font-size:16px; color:#ea3e00;}


@media screen and (min-width: 641px) and (max-width: 1615px){
    .header{ height:160px;}
    .header h1{ top:20px;}
    .header ul.menu{ border-top:1px solid #ddd; width:100%; margin-top:106px; padding-top:10px; height:50px; line-height:30px; right:0; box-sizing:border-box; text-align:center;}
    .header ul.menu li{ display:inline-block; float:none;}
    .header ul.menu span{ margin-top:10px; display:inline-block; float:none;}
    .header ul.menu li.on p{ margin-top:0;}
}

/*    焦点图    */
.focus{ width:100%;  margin:0 auto; padding-top:100px; position:relative; overflow:hidden; z-index:0;}
.focus .fsNum{ width:100%; height:5px; position:absolute; z-index:1; bottom:0; text-align:center;  }
.focus .fsNum ul{ overflow:hidden; display:-moz-box; display:-webkit-box; display:box; height:5px; background-color:rgba(51,51,51,.5);}
.focus .fsNum ul li{ -moz-box-flex:1; -webkit-box-flex:1; box-flex:1; cursor:pointer;}
.focus .fsNum ul .on{ background:#f25923;}
.focus .fsPic{ position:relative; z-index:0; }
.focus .fsPic li a{ display:block; width:100%; height:550px; background-repeat:no-repeat; background-position:center center; -webkit-tap-highlight-color:rgba(0,0,0,0); transition:.2s; -moz-transition:.2s; -webkit-transition:.2s; -o-transition:.2s;}
.focus .fsPic li a img{display:block; width:100%; height:100%;}


/*    公用    */
h3.conTit{ width:100%; height:auto; float:left; padding-top:70px; text-align:center; font:normal 26px/26px 'Arial','simhei';}
h3.conTit a{ color:#333;}
h3.conTit span{ display:block; width:60px; height:4px; background:url(../images/hometitbg.png) no-repeat center bottom; padding-top:15px;}
p.conFont{ width:100%; height:auto; float:left; text-align:center; color:#ccc;}
p.conFont i{ width:100%; float:left; font-size:12px; font-style:normal; line-height:14px; padding-top:14px;}
p.conFont b{ font-size:14px; font-weight:normal; padding-top:14px; letter-spacing:1px;}

/*    服务项目    */
.serCon{ width:1200px; height:auto; overflow:hidden; background:url(../images/homeserbg.png) no-repeat center bottom;}
.serCon ul{ width:100%; height:auto; float:left; padding:88px 0 92px 0;}
.serCon ul li{ width:312px; height:70px; padding-bottom:35px;}
.serCon ul li.Left{ padding-right:268px; padding-left:20px; float:left;}
.serCon ul li.Right{ padding-left:268px; padding-right:20px; float:right;}
.serCon ul li a{ display:block; position:relative; width:100%; height:100%}
.serCon ul li .span_h4{ display: block; color:#333; position:absolute; top:0; font-weight:normal; transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out; -webkit-transition:all .6s ease-in-out; -o-transition:all .6s ease-in-out;}
.serCon ul li .span_{ width:20px; height:1px; background:#ccc; position:absolute; top:26px;}
.serCon ul li .span_p{ display: block; width:240px; font-size:12px; color:#999; line-height:20px; position:absolute; top:35px; transition:.6s; -moz-transition:.6s; -webkit-transition:.6s; -o-transition:.6s;}
.serCon ul li.Left h4,.serCon ul li.Left span{ left:72px;}
.serCon ul li.Right h4,.serCon ul li.Right span{ right:72px;}
.serCon ul li.Left p,.serCon ul li.Right i{ right:0;}
.serCon ul li.Right p,.serCon ul li.Left i{ left:0; text-align:right;}
.serCon ul li a i{ display:block; width:52px; height:52px; position:absolute; top:0; border-radius:100%; transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out;}
.serCon ul li a:hover i{ box-shadow:0px 5px 20px rgba(223,223,223,.75); transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out; -webkit-transition:all .6s ease-in-out; -o-transition:all .6s ease-in-out;}
.serCon ul li a:hover h4{ color:#ec7245;}
.serCon ul li a:hover p{ color:#333;}
.serCon ul li a i.Dljz{ background:url(../images/sericondljz.png) no-repeat 0 0;}
.serCon ul li a:hover i.Dljz{ background:url(../images/sericondljz.png) no-repeat -54px 0;}
.serCon ul li a i.Cwgw{ background:url(../images/sericoncwgw.png) no-repeat -54px 0;}
.serCon ul li a:hover i.Cwgw{ background:url(../images/sericoncwgw.png) no-repeat 0px 0;}
.serCon ul li a i.Gszc{ background:url(../images/sericongszc.png) no-repeat 0 0;}
.serCon ul li a:hover i.Gszc{ background:url(../images/sericongszc.png) no-repeat -54px 0;}
.serCon ul li a i.Vip{ background:url(../images/sericonvip.png) no-repeat -54px 0;}
.serCon ul li a:hover i.Vip{ background:url(../images/sericonvip.png) no-repeat 0px 0;}
.serCon ul li a i.Kjpx{ background:url(../images/sericonkjpx.png) no-repeat 0 0;}
.serCon ul li a:hover i.Kjpx{ background:url(../images/sericonkjpx.png) no-repeat -54px 0;}
.serCon ul li a i.Sjyz{ background:url(../images/sericonsjyz.png) no-repeat -54px 0;}
.serCon ul li a:hover i.Sjyz{ background:url(../images/sericonsjyz.png) no-repeat 0px 0;}
.serCon ul li a i.Sbdl{ background:url(../images/sericonsbdl.png) no-repeat 0 0;}
.serCon ul li a:hover i.Sbdl{ background:url(../images/sericonsbdl.png) no-repeat -54px 0;}
.serCon ul li a i.Jybl{ background:url(../images/sericonjybl.png) no-repeat -54px 0;}
.serCon ul li a:hover i.Jybl{ background:url(../images/sericonjybl.png) no-repeat 0 0;}
.serCon ul li a i.Sbzc{ background:url(../images/sericonsbzc.png) no-repeat -54px 0;}
.serCon ul li a:hover i.Sbzc{ background:url(../images/sericonsbzc.png) no-repeat 0 0;}

/*    选择我们    */
.choseCon{ width:100%; height:auto; overflow:hidden;}
.choseCon .ccLeft{ width:50%; height:360px; float:left; background:url(../images/chosebgl.png) no-repeat left center; position:relative; z-index:-1;}
.choseCon .ccRight{ width:50%; height:360px; padding:22px 0 0 60px; box-sizing:border-box; float:right; background:url(../images/chosebgr.png) repeat-x center top; position:relative; z-index:1;}
.choseCon .ccRight p.ccrTit{ width:100%; float:left; font-size:32px; line-height:32px; font-weight:bolder; color:#fff;}
.choseCon .ccRight p.ccrTit font{ color:#333;}
.choseCon .ccRight h5{ width:100%; float:left; font-size:18px; line-height:36px; color:#333; font-weight:normal;}
.choseCon .ccRight span.ccrLine{ display:block; width:96px; height:3px; background:#333; position:absolute; left:70px; top:90px;}
.choseCon .ccRight ul{ width:670px; height:auto; overflow:hidden; float:left; padding-top:30px;}
.choseCon .ccRight ul li{ width:335px; height:68px; padding-top:62px; float:left; color:#fff; position:relative; transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out; -webkit-transition:all .6s ease-in-out; -o-transition:all .6s ease-in-out;}
.choseCon .ccRight ul li.NumA{ background:url(../images/chosenuma.png) no-repeat left top;}
.choseCon .ccRight ul li.NumB{ background:url(../images/chosenumb.png) no-repeat left top;}
.choseCon .ccRight ul li.NumC{ background:url(../images/chosenumc.png) no-repeat left top;}
.choseCon .ccRight ul li.NumD{ background:url(../images/chosenumd.png) no-repeat left top;}
.choseCon .ccRight ul li:hover{ background-position:50px top;}

@media screen and (min-width: 641px) and (max-width: 1440px){
    .choseCon{ min-width:1200px;}
    .choseCon .ccLeft{ width:40%;}
    .choseCon .ccRight{ width:60%;}
}

/*    关于我们    */
.aboutCon{ width:100%; height:auto; overflow:hidden; text-align:center; background:url(../images/homeaboutbg.jpg) no-repeat center bottom; padding-bottom:85px;}
.aboutCon .acWord{ width:900px; height:auto; padding:90px 85px 80px 85px; text-align:left; overflow:hidden; color:#666; position:relative;}
.aboutCon .acWord i.IconL{ width:52px; height:52px; position:absolute; left:0; top:60px; background:url(../images/homeabouticona.png) no-repeat 0 0;}
.aboutCon .acWord i.IconR{ width:52px; height:52px; position:absolute; right:0; bottom:50px; background:url(../images/homeabouticonb.png) no-repeat 0 0;}
.aboutCon .acWord b{ font-size:16px; color:#ec7245;}
.aboutCon img{ width:970px; height:126px;}

/*    新闻&问题    */
.listCon{ width:100%; height:auto; padding-bottom:80px; overflow:hidden; background:#f5f5f5;}
.listCon .lcCon{ width:1120px; height:auto; overflow:hidden; padding-top:70px;}
.listCon .tabBox{ width:100%; height:486px; padding-top:20px ; overflow:hidden; background:#fff;}
.tabBox .nbTit{ margin:0 20px; height:37px; border-bottom:1px solid #ddd; font-size:16px;}
.tabBox .nbTit ul{ overflow:hidden;}
.tabBox .nbTit ul li{ height:36px; float:left; margin-right:22px; color:#333;}
.tabBox .nbTit ul li a{ display:block; color:#333;}
.tabBox .nbTit ul .on{ border-bottom:2px solid #ec7245; color:#ec7245;}
.tabBox .nbTit ul .on a{ color:#ec7245;}
.tabBox .nbCon ul{ padding:10px;}
.tabBox .nbCon li{ width:275px; height:106px; padding:15px 25px; margin:2px 20px; float:left; position:relative; overflow:hidden;}
.tabBox .nbCon a{ -webkit-tap-highlight-color:rgba(0,0,0,0);}
.tabBox .nbCon a,.nbCon li i,.tabBox .nbCon li h5,.tabBox .nbCon li p{ transition:all .6s ease-in-out; -moz-transition:all .6s ease-in-out; -webkit-transition:all .6s ease-in-out; -o-transition:all .6s ease-in-out; overflow:hidden;}
.nbCon li i,.tabBox .nbCon li h5,.tabBox .nbCon li p{ left:25px; width:300px;}
.tabBox .nbCon a.nbcMore{ display:block; width:72px; height:136px; background:#ec7245; color:#fff; text-align:center; line-height:136px; font-size:12px; position:absolute; top:0; left:-72px;}
.tabBox .nbCon li i{ height:30px; font-size:26px; font-weight:bolder; line-height:30px; font-style:normal; color:#ec7245; position:absolute;}
.tabBox .nbCon li h5{ height:22px; font-size:16px; font-weight:bold; color:#333; position:absolute; bottom:56px;}
.tabBox .nbCon li h5 a{ color:#333;}
.tabBox .nbCon li p{ width:300px; height:36px; font-size:12px; line-height:18px; position:absolute; bottom:10px;}
.tabBox .nbCon li p.nbcon_p{text-indent:2em}
.tabBox .nbCon li p a{ color:#999;}
.tabBox .nbCon li:hover{ background:#fff; box-shadow:0 0 30px rgba(225,225,225,.7); transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -webkit-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; cursor:pointer}
.tabBox .nbCon li:hover a.nbcMore{ left:20px;}
.tabBox .nbCon li:hover i,.tabBox .nbCon li:hover h5,.tabBox .nbCon li:hover p{ width:205px; overflow:hidden; left:120px;}
.listCon .questBox{ width:270px; height:486px; padding:10px 15px; overflow:hidden; float:right; background:#fff; position:relative;}
.questBox h4{ width:100%; float:left; font-size:16px; height:40px; font-weight:normal; line-height:40px; position:relative;}
.questBox h4 a{ color:#333;}
.questBox span{ width:28px; height:4px; position:absolute; right:0px; top:18px; background:#ec7245;}
.questBox ul{ padding:5px;}
.questBox ul li{ width:260px; height:62px; padding:23px 0; float:left; border-top:1px solid #eee; position:relative;}
.questBox ul li a{ transition:.6s; -moz-transition:.6s; -webkit-transition:.6s; -o-transition:.6s; display:block;}
.questBox ul li h5{ padding-left:36px; font-size:14px; font-weight:normal; color:#333; position:absolute; top:20px; background:url(../images/homeqicona.png) no-repeat 0 1px;}
.questBox ul li h5 a{ color:#666;}
.questBox ul li p{ padding-left:36px; font-size:12px; line-height:20px; position:absolute; top:46px; background:url(../images/homeqiconb.png) no-repeat left top;}
.questBox ul li p a{ color:#999;}
.questBox ul li:hover h5 a{ color:#ec7245}
.questBox ul li:hover p a{ color:#333}

/*    底部    */
.footer{ width:100%; height:auto; overflow:hidden;}
.footer a{ transition:.4s; -moz-transition:.4s; -webkit-transition:.4s; -o-transition:.4s;}
.footer .footTop{ width:1120px; overflow:hidden; position:relative; padding:30px 0 20px 0;}
.footer .footTop .menu{ width:250px; height:96px; float:left; padding:0 60px; border-right:1px solid #eee; line-height:32px;}
.footer .footTop .menu li{
    display: inline-block;
    padding: 0 30px;
}
.footer .footTop .menu li a{ color:#333;}
.footer .footTop .menu li a:hover{ color:#ec7245;}
.footer .footTop .other{ width:auto; height:100px; float:left; padding-left:60px; line-height:32px;}
.footer .footTop img{ float:right;}
.footer .footMid{ width:1120px; line-height:26px; border-top:1px solid #eee; border-bottom:1px solid #eee; padding:18px 0; overflow:hidden;}
.footer .footMid b{ font-size:14px; color:#333; float:left; padding-right:15px;}
.footer .footMid a{ font-size:12px; color:#999; padding-right:20px; float:left;}
.footer .footMid a:hover{ color:#ec7245;}
.footer .footBot{ font-size:12px; line-height:18px; color:#333; text-align:center; padding:10px 0;}
.footer .footBot a{
    color: #333;
}
.footer .footBot a:hover{
    color: #ec7245;
}
.footer a.footTel{ display:none;}

/*//翻页*/
.pages {
    clear: both;
    text-align: center;
    font-size: 0.8rem;
    padding: 0 0 1.8rem 0;
    color: #7e7064;
    margin-top: 1rem;
}

.pages a, .pages span {
    display: inline-block;
    height: 1.8rem;
    padding: 0 0.7rem;
    margin: 0 0.2rem !important;
    line-height: 1.8rem
}

.pages a:link, .pages a:visited {
    color: #7e7064;
    border: 1px solid #ccc;
    background: #fff;
}

.pages a:hover, .pages a:active, .pages span.ctxt {
    background: #0099FF  ;
    border: 1px solid #0099FF  ;
    color: #fff;
    text-decoration: none
}

@media (max-width: 768px) {
    .pages{
        font-size: 0.2rem;
        padding: 0 0 .2rem 0;
        margin-top: 0;
    }
    .pages a, .pages span{
        height: .5rem;
        padding: 0 0.2rem;
        margin: 0!important;
        line-height: 0.5rem;
    }
}
.mob-footer{
    background: #000000;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
}
.mob-footer a{
    color: #fff;
    display: inline-block;
    background: url(/static/images/dbdh.png) no-repeat left center;
    background-size: contain;
    height: .4rem;
    line-height: .4rem;
    vertical-align: middle;
    font-size: .28rem;
    padding-left: .5rem;
}
.mob-footer a img{
    vertical-align: middle;
}
.mob-footer .col-xs-6{
    width: 49%;
    display: inline-block;
}
@media (max-width:768px) {
    .footer{
        margin-bottom: 4em;
    }
    .mob-footer{
        display: block;
    }
}

.lam_box .box{
    max-width:1100px;
}
.lam_box .ow_links span{
    background: #ea3e00;
}
.lam_box .message-submit{
    box-shadow: none;
    background:#ea3e00;
}
.lam_box .ow_links h2 i{
    color: #000;
}