﻿@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;}
a,a:hover{ text-decoration:none;}
button:focus,input:focus{ outline:medium;}
.w1200{width: 1200px;margin:0 auto;}

/*    头部    */
.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{  position:absolute; top:16px;}
.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:120px; 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:200px;}
.header h1{ top:20px;}
.header ul.menu{ border-top:1px solid #ddd; width:100%; margin-top:145px; 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%; height:550px; 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;}


/*    公用    */
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 h4{ 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 p{ 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; cursor: pointer; padding-top:42px; font-size: 30px; 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:hover{ transform: translateY(-10px);}

@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:1030px; 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:800px; height:486px; padding-top:20px ; overflow:hidden; float:left; 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:300px; 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:14px; font-weight:normal; 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:18px;}
.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}

/*indexNews*/
.indexNews{width: 1200px;margin:0 auto;}
.indexNews ul li{width: 320px;height: 110px;float: left;background: #fff;margin: 20px;box-shadow: 1px 1px 1px #e6dddd;padding: 20px;}
.indexNews ul li:hover{box-shadow: 1px 1px 1px #666;}
.indexNews ul li h3{color:#222;}
.indexNews ul li:hover h3{color:#ea3e00}
.indexNews ul li img{display: block;float: left;}
.nContent{width: 200px;padding-left: 15px;float: left;}
.nContent p{color: #999;}

/*    底部    */
.footer{ width:100%; height:auto; overflow:hidden;}
.footer a{ transition:.4s; -moz-transition:.4s; -webkit-transition:.4s; -o-transition:.4s;}
.footer .footTop{ width:1200px; overflow:hidden; position:relative; padding:30px 0 20px 0;}
.footer .footTop .menu{ width:auto; height:96px; float:left; padding:0 60px; border-right:1px solid #eee; line-height:32px;}
.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 a.footTel{ display:none;}