@charset "utf-8";
*{ padding: 0; margin: 0; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, caption, tbody, tfoot, thead, 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, caption, 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;  outline: none; }
html { font-size: 100%;}
body { font:14px/30px "Microsoft Yahei","微软雅黑","Arial","Helvetica","SimHei","lyzFont",sans-serif; margin: 0 auto; color:#333; overflow-x: hidden;background-color: #fff;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
input, select,button{ vertical-align: middle; outline: none; padding:0; }
ol, ul,li{ list-style: none; }
blockquote, q { quotes: none; }
strong,i,em,b,.caseFont{ font-style:normal; font-weight:normal; }
img { border:0;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] ,select{ -webkit-appearance: none; border-radius: 0;}
em, i {
    font-style: normal
}
h1,h2,h3,h4,h5{
    font-weight: normal;
}
a{text-decoration: none;color: #666}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ml20{
    margin-left: 20px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.box{
    width: 1300px;
    margin:0 auto;
}
.w100{width: 100%}
.toper{
    overflow: hidden;
    color: #a4a4a4;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    height: 40px;
    line-height: 40px;
}
.toper .topzl{
    color: #a4a4a4;
}
.toper .topzl i{
    font-size: 16px;
    margin-right: 3px;
}
.toper .topzl .toptel{
    font-size: 20px;
    color: #666;
    vertical-align: top;
}
.toper .topzl a{
    color: #a4a4a4;
}
.toper .topzl a:hover{
    color: #176bbc;
}
.toper .topzl span{
    margin-right: 8px;
}

.head{
    width: 100%;
    height: 100px;
    position: relative;
}
.logo{
    overflow: hidden;
    padding-top: 25px;
    box-sizing: border-box;
}
.nav{
    height: 100%;
}
.nav ul li{
    float: left;
    margin:0 30px;
    height: 100px;
    padding-top: 30px;
    box-sizing: border-box;
}
.nav ul li a{
    display: block;
    font-size: 18px;
    padding-bottom: 2px;
}
.nav ul li.on a,.nav li a:hover{
    color: #176bbc;
}
.nav ul li:hover a{
    color: #176bbc;
}
.nav li:hover a .line,.nav ul li.on a .line{
    display: block;
    height: 2px;
    width: 100%;
    background-color: #176bbc;
}

.nav ul li a .line{
    width: 0;
    transition: width .2s ease-out;
    -webkit-transition: width .2s ease-out;
}
.nav ul li:hover .navdown{
    opacity:1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.nav .navdown{
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 10;
    text-align: center;
    left: 0;
    padding:25px 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0,30px,0);
    -webkit-transform: translate3d(0,30px,0);
}
.navdown dd{
    padding: 0 10px;
    line-height: 50px;
    color: #333;
    display: inline-block;
}
.navdown dd a{
    color: #fff !important;
}
.navdown dd a:hover{
    color: rgb(242,133,21) !important;
}


.banner img{width: 100%;display: block;}
.banner{ width:100%; height:100%; overflow:hidden; position:relative;  }
.banner .hd{ overflow:hidden; position:absolute; z-index:1;bottom:50px;text-align: center;width: 100%;}
.banner .hd ul{ overflow:hidden; zoom:1; width: 100%}
.banner .hd ul li{ display: inline-block; margin-right:10px;  width:30px; height:5px; line-height:5px; text-align:center; background:#fff; cursor:pointer;}
.banner .hd ul li.on{ background:#176bbc; color:#fff; }
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd li a {
    display: block;
    width: 100%;
    height: 600px;
}

.jyfw{
    width: 100%;
}
.tit1,.tit2{
    width: 100%;
    margin:60px auto;
    height: 55px;
    text-align: center;
}
.tit1{
    background: url(../images/titbg1.png) center center no-repeat; //sec-title-line  titbg1
  
}
.tit2{
    background: url(../images/titbg2.png) center center no-repeat;
}
.tit1 h3{
     font-size: 30px;
     color: #333;
 }
.tit1 p{
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}
.tit2 h3{
    font-size: 30px;
    color: #fff;
}
.tit2 p{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

.aboutnr{
    overflow: hidden;
    padding-bottom: 20px;
}
.aboutnr .about-cont{
    width: 60%;
    padding: 20px;
    margin-left: 25px;
}
.aboutnr .about-cont p{
    font-size: 16px;
    color: #444;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 10px;
}
.aboutnr .about-image{
    display: block;
    width: 371px;
    height: 330px;
    margin-right: 50px;
}
.groupframe img{
    width: 100%;
    margin:20px auto 10px;
}
.groupframe{
    position: relative;
}
.grouplink{
    position: absolute;
    bottom:0;
    width: 930px;
    height: 395px;
    left: 200px;
}
.grouplink li{
     width: 12%;
    height: 100%;
    float: left;
    margin-right: 5%;
}
.grouplink li a{display: block;width: 100%;height: 100%;}
.grouplink li.no{margin-right: 0 !important;}
.jyfw .fwtab{margin:0 auto 30px;}
.jyfw .fwtab .hd{zoom: 1;overflow: hidden;margin:10px auto 25px;}
.jyfw .fwtab .hd ul{text-align: center;overflow: hidden;}
.jyfw .fwtab .hd ul li{margin:0 5px;display: inline-block;}
.jyfw .fwtab .hd ul li a{font-size: 18px;padding:3px 20px;line-height:26px;display: inline-block;color: #444;}
.jyfw .fwtab .hd ul li.on a{background-color: #176bbc;color: #fff;}
.jyfw .fwtab .bd{width: 100%;overflow: hidden;}
.jyfw .fwtab .tab-cont{
    width: 100%;
    background-color: #f0f0f0;
    height: 430px;
}
.tab-cont .tab-photo{
    width: 890px;
    overflow: hidden;
}
.tab-cont .tab-body{
    width: 340px;
    padding: 0 28px;
}
.tab-cont .tab-body .tab-head{
    padding: 50px 0 110px;
}
.tab-cont .tab-body .tab-head h3{
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}
.tab-cont .tab-body .tab-head a{
    color: #666;
    font-size: 14px;
}
.tab-cont .tab-body .tab-option{
    border-top:1px solid #333;
    padding: 15px 0;
}
.tab-cont .tab-body .tab-option h3{
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}
.tab-cont .tab-body .tab-option p{
    color: #444;
    font-size: 14px;
}


.develop{
    width: 100%;
    overflow: hidden;
    background: url(../images/hisbg.jpg) center center no-repeat;
    height: 590px;
}
.history{
    background: url(../images/timeline.png) center center no-repeat;
    height: 300px;
    position: relative;
    margin:80px auto 0;
}
.history .listfirst,.history .listlast{
    width: 100%;
    text-align: center;
    position: absolute;
}
.history .listfirst li{
    background-color: #fff;
    padding: 10px 15px 15px;
    float: left;
    width: 170px;
    text-align: center;
    margin-right: 88px;
}
.history .listfirst li:first-child{
    margin-left: 150px;
}
.history .listfirst li:last-child{
    margin-right: 0;
}
.history .listfirst li h3{
    font-size: 24px;
    color: #176bbc;
    margin:8px auto;
}
.history .listfirst li p{
    font-size: 14px;
    color: #333;
    line-height: 20px;
}
.history .listlast{
    bottom:0;
}
.history .listlast li{
    background-color: #333333;
    padding: 10px 15px 15px;
    float: left;
    width: 170px;
    text-align: center;
    margin-right: 88px;
}
.history .listlast li h3{
    font-size: 24px;
    color: #fff;
    margin:8px auto;
}
.history .listlast li p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.items{
    width: 100%;
    overflow: hidden;
}
.items .itemlist{
    width: 100%;
    margin-bottom: 60px;
}
.items .itemlist ul{
    text-align: center;
    margin-bottom: 40px;
}
.items .itemlist ul li{
    display: inline-block;
    margin:0 25px;
    background-color: #fff;
    box-shadow: 2px 5px 20px rgba(0,0,0,.3);
    overflow: hidden;
}
.items .itemlist ul li h3{
    color: #333;
    font-size: 24px;
    margin:10px auto;
}
.items .itemlist ul li a.btn{
    display: inline-block;
    background-color: #ff8511;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 20px;
    padding: 5px 76px;
    margin:10px auto 30px;
}
.items .itemlist li a.btn:hover{
    background-color: #ff5411;
}

.service{
    width: 100%;
    background:url(../images/yzsbg.jpg) center center no-repeat;
    height: 598px;
    overflow: hidden;
}

.service-body{
    width: 100%;
    padding: 20px 0 20px;
}
.s-photo img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.s-btn{
    width: 100%;
    text-align: center;
    margin:30px auto 0;
}
.s-btn a{
    display: inline-block;
    padding: 6px 80px;
    background-color: #ff8511;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    margin:0 10px;
}
.s-btn a:first-child{
    background-color: #176bbc;
}
.s-btn a:hover:first-child{
    background-color: #014b92;
}
.s-btn a:hover{
    background-color: #ff5411;

}

.news{
    width: 100%;
    padding-bottom: 15px;
}
.news .newstab{margin:0px auto;padding:0;}
.news .newstab .hd{zoom: 1;overflow: hidden;margin:10px auto 25px;}
.news .newstab .hd ul{text-align: center;overflow: hidden;}
.news .newstab .hd ul li{margin:0 10px;display: inline-block;}
.news .newstab .hd ul li a{background-color: #fff;font-size: 16px;padding:5px 40px;line-height:26px;display: inline-block;color: #333;border:1px #e0e0e0 solid;border-radius: 2px;}
.news .newstab .hd ul li.on a{background-color: #176bbc;color: #fff;border:1px solid #176bbc;}
.news .newstab .bd{width: 100%;overflow: hidden;}

.newstab .tab-cont{zoom:1;margin-top: 25px;}

.newstab .tab-cont ol{
    float: left;
    width: 630px;
    padding-top: 10px;
}
.newstab .tab-cont ol li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.newstab .tab-cont ol li a{
    display: block;
    overflow: hidden;
}
.newstab .tab-cont ol li a:hover h3{
    color: #176bbc;
    font-weight: bolder;
}
.newstab .tab-cont ol li em{
    font-weight: normal;
    width: 200px;
    float: left;
    display: block;
    margin:5px 10px 0 10px;
}
.newstab .tab-cont ol li em img{
    max-width: 200px;
    width: 200px;
    height: 135px;
}
.newstab .tab-cont .olbody{
    float: right;
    width: 400px;
}
.newstab .tab-cont ol li h3{
    font-size: 18px;
    color: #333;
    margin:3px auto 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newstab .tab-cont ol li span.price{
    font-size: 22px;color: #fe390c;
}
.newstab .tab-cont ol li p{
    font-size: 13px;
    line-height: 24px;
    color: #666;
}
.newstab .tab-cont ul{
    float: right;
    width: 600px;
}
.newstab .tab-cont ul li{
    width: 100%;
    margin:5px auto;
    background: url(../images/dd.png) 0 center no-repeat;
    height: 40px;
    line-height: 50px;
    padding-left: 20px;
    border-bottom:1px solid #eee;
    padding-bottom: 14px;
}
.newstab .tab-cont ul li a{
    font-size: 16px;
    color: #333;
    display: inline-block;
	width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newstab .tab-cont ul li a:hover,.newstab .tab-cont ul li:hover a{
    color: #176bbc;
}
.newstab .tab-cont ul li:hover{
    border-bottom: 1px solid #176bbc;
}
.newstab .tab-cont ul li span{
    float: right;
    color: #999;
    font-size: 12px;
}

.footer{
    width: 100%;
    background-color: #262626;
    overflow: hidden;
    padding:70px 0;
}
.footnav{
    color: #fff;
}
.footnav dl{
    float: left;
    margin:0 25px;
}
.footnav dl dt{

}
.footnav dl dd{
    margin:5px auto;
}
.footnav dl dt a{
    font-size: 18px;
    color: #fff;
}
.footnav dl dd a:hover{
    color: #ff8511;
}
.footnav dl dd a{
    color: #aaa;
    font-size: 14px;
}
.footer .ewm{
    overflow: hidden;
    margin-right: 50px;
    padding-top: 10px;
}
.footer .ewm p{
    text-align: center;
    color: #aaa;
}
.footer .address{
    overflow: hidden;
    margin-left:80px;
}
.footer .address h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
.footer .address p{
    font-size: 24px;
    color: #fff;
}
.footer .address strong{
    font-size: 30px;
}
.footer .address dl{
    margin:15px auto;
    font-size: 14px;
}
.footer .address dt{
    color: #fff;
}
.footer .address dd{
    color: #aaa;
}


.fdban{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
}
.fdban .ban{
    position: absolute;
    left: 0;
    top:0;
    background: url(../images/fdban.jpg) no-repeat center 0 fixed;
    height: 400px;
    width: 100%;
    z-index: 1;
}
.lmenu{
    margin-top: -45px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    z-index: 2;
    overflow: hidden;
    position: relative;
    height: 90px;
}
.lmenu ul{
    margin-left: 40px;
}
.lmenu ul li{
    float: left;
    line-height: 90px;
    height: 90px;
    margin:0 1px;
}
.lmenu ul li a{
    display: block;
    color: #333;
    font-size: 18px;
    text-align: center;
    padding:0 28px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.lmenu ul li.on a,.lmenu ul li a:hover{
    background-color: #176bbc;
    color: #fff;
}
.lmenu .locate{
    height: 100%;
    overflow: hidden;
    line-height: 90px;
    color: #888;
    margin-right: 40px;
}
.lmenu .locate a{
    color: #888;
}
.lmenu .locate i,.lmenu .locate span{
    margin: 5px;
}
.lmenu .reload a{
    display: block;
    line-height: 35px;
    background-color: #282828;
    color: #fff;
    padding:5px 20px;
    margin:25px 20px 0 0;
}
.lmenu .reload a:hover{
    background-color: #176bbc;
}
.lmenu .reload a i{
    font-size: 18px;
    vertical-align: middle;
    font-weight: bold;
}

/***内容页公共样式**/
.wrap{overflow: hidden;padding:0 0 40px;}
.inner{overflow: hidden;width: 100%;background-color: #fff;margin:20px auto 0;}
.article h3,.article strong{font-weight: bolder !important;}
.cover img{display: block;margin: 0 auto;max-width: 890px;}
.cover p{text-indent: 2em;}
.article{width: 990px;padding:20px 30px 30px;box-sizing: border-box;line-height: 32px;border-right: 1px dashed #eee;}
.article-body{width: 990px;padding:30px 30px 30px;box-sizing: border-box;font-family:宋体;line-height: 32px;border-right: 1px dashed #eee;}
.article-body img{max-width: 100%;display: block;margin:15px auto;}
.article .article-list{width: 100%;overflow: hidden;border-bottom: 1px solid #ccc;padding-bottom: 25px;padding-top: 25px;}
.article .article-list:hover{border-bottom: 1px solid #176bbc;}
.article .article-list:hover .arctit h3 a{color:#176bbc;font-weight: bold;}
.article .arctime h3{font-size: 24px;color: #333;}
.article .arctime p{font-size: 14px;color: #aaa;}
.article .archead{width: 250px;height: 180px;margin:0 20px;overflow: hidden;}
.article .archead img{width: 100%;height: 100%;display: block;-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -o-transition:all 0.4s linear; transition:all 0.4s linear;}
.article .archead:hover img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); -ms-transform:scale(1.06); -o-transform:scale(1.06); transform:scale(1.06);}
.article .arctit{width: 550px;overflow: hidden;position: relative;height: 180px;}
.article .arctit h3 a{color: #333;font-size: 20px;display: block;white-space: nowrap;overflow: hidden;
    text-overflow: ellipsis;margin-bottom: 15px;}
.article .arctit p{font-size: 12px;color: #999;line-height: 24px;}
.article .arctit .info{bottom:0;position: absolute;right: 0;width: 100%;}
.article .arctit .info a{font-size: 12px;color: #444;}
.article .arctit .info a:hover{color: #176bbc;}
.article .arctit .info span{color: #444;}
.article .map{width: 100%;overflow: hidden;height: 600px;margin-top:10px;}
.page{width: 100%;overflow: hidden;text-align: center;margin:50px 0 0 20px;}
.page a:hover{background-color: #176bbc;color: #fff;}
.pagination{width: 100%;text-align: center;}
.pagination li{display: inline-block;margin:0 5px;}
.page .pagination .active span{background-color: #176bbc;border:1px solid
#176bbc;color: #fff;}
.page .pagination a{display: inline-block;height: 40px;line-height: 40px;text-align: center;border:1px solid #e0e0e0;margin:0 3px;padding:0 20px;color: #333;}
.page .pagination span{display: inline-block;padding: 0 20px;line-height: 40px;text-align: center;border:1px solid
#e0e0e0;}
.page .pagination a:hover{background-color: #176bbc;color: #fff;border:1px solid #176bbc;}

.article .arc-head{width: 100%;overflow: hidden;margin:20px auto 30px;border-bottom: 1px solid #eee;padding-bottom: 15px;}
.article .arc-head h1{font-weight: bold;margin-bottom:15px;color: #000;}
.article .arc-head p{margin:10px auto;font-size: 14px;color: #666;}
.article .arc-head p span{margin-right: 30px;}
.article .arc-cont{width: 100%;overflow: hidden;font-family: '宋体';border-bottom: 1px solid #eee;padding-bottom: 30px;}
.article .arc-cont p{font-size: 14px;color: #444;}
.article .arc-cont img{max-width: 100%;display: block;margin:0 auto;}
.article .pagenext{width: 100%;margin:30px auto;}
.article .pagenext ul li{width: 100%;}
.article .pagenext ul li a{color: #333;}
.article .pagenext ul li a:hover{color: #176bbc;}

.side{width: 300px;padding: 15px 20px;box-sizing: border-box;}
.side .price{width: 100%;overflow: hidden;border-bottom:1px dashed #eee;padding-bottom: 20px;}
.side h3{font-size: 18px;color: #176bbc;text-align: center;margin:15px auto;font-weight: bold;}
.side h3 span{
    color: #aaa;
    font-weight: normal;
}
.side .line{
    width: 100px;
    display: block;
    margin:2px auto;
    height: 2px;
    background-color: #176bbc;
}
.side .price input{width: 99%;border:1px solid #eee;background: inherit;line-height: 40px;height: 40px;color: #666;margin-bottom: 10px;padding-left: 10px;box-sizing: border-box;}
.side .price textarea{width: 99%;border:1px solid #eee;background: inherit;height: 80px;color: #666;padding-left: 10px;box-sizing: border-box;}
.side .price a{width: 99%;height: 40px;text-align: center;color: #fff;font-size: 16px;line-height: 40px;background-color: #176bbc;display: block;margin:10px auto 0;}
.side .price a:hover{background-color: #176bbc}
.side .price p{color: #ff0000;font-size: 12px;}
.side .contact{margin:20px auto;color: #666;}
.side .contact .tel{color:#176bbc;font-size: 20px;}
.side .recom{
    width: 100%;
}
.side .recom ul li{
    width: 100%;
    text-align: center;
    margin:5px auto 15px;
}
.side .recom ul li img{
    max-width: 250px;
    max-height: 180px;
    display: block;
    margin:0 auto;
}
.side .recom ul li p{
    font-size: 18px;
    color: #333;
    margin:5px auto;
}
.side .recom ul li a{
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: -webkit-linear-gradient(left,#f49412, #ed631c);
    background: linear-gradient(left,#f49412, #ed631c);
    padding: 0 42px;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
}
.side .recom ul li a:hover{
    background: #ed631c;
}
.side .arcrec{
    width: 100%;
    overflow: hidden;
}

.side .arcrec dl dd{
    width: 100%;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px dashed #ccc;
}
.side .arcrec dl dd i{
    font-size: 10px;
    color: #aaa;
    margin:0 4px 0 0;
}
.side .arcrec dl dd a{
    display: inline-block;
    font-size: 14px;
}
.side .arcrec dl dd a:hover
{
    color: #176bbc;
}
/***右侧边样式***/

.addr{width: 100%;overflow: hidden;padding: 10px 0;border-bottom: 1px dashed #f1f1f1;margin-bottom: 15px;}
.addr h3{font-size: 20px;color: #333;margin:5px 0 10px;}
.addr i{display: inline-block;margin-right: 10px;float: left;color: #176bbc;}

.addr p{color: #444;}

.conform{
    width: 100%;
    margin:50px auto 20px;
}
.conform h3{
    font-size: 26px;
    color: #333;
    text-align: center;
}
.conform .ftit{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #888;
}
.conform ul li{
    float: left;
    margin:10px auto;
}
.conform ul li:first-child{
    margin-right: 40px;
}
.conform ul li input.txt{
    width: 430px;
    line-height: 45px;
    border:1px solid #ccc;
    background-color: #fff;
    font-size: 16px;
    color: #666;
    text-indent: 2em;
}
.conform ul li textarea{
    width:900px;
    margin:0 auto;
    color: #777;
    border:1px solid #ccc;
    background-color: #fff;
    display: block;
    height: 165px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 24px;
    padding-top: 10px;
    -webkit-appearance: none;
    background: none;
    outline: none;
}
.conform ul li a.btn{
    width: 900px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #176bbc;
}
.conform ul li a.btn:hover{
    background-color: #262626;
}


.backTop,.wechat{
    background-color: #ccc;
    position: fixed;
    right: 150px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    opacity: 0;
    cursor: pointer;
    border-radius: 50%;
}
.backTop:hover{
    background-color: #999;
}
.backTop{
    bottom:60px;
}
.wechat{
    bottom:125px;
}
.wechat .ewmshow{
    position: absolute;
    right: 60px;
    width: 174px;
    height: 174px;
    bottom:0;
    display: none;
}
.wechat:hover .ewmshow{
    display: block;
}
.backTop i,.wechat i{
    color: #fff;
    font-size: 30px;
}

.topshow{
    opacity: 1;
}



/************************************办公场地页面样式*****************************************/

.fenlei{overflow: hidden;padding: 20px 20px 35px;box-sizing: border-box;border-bottom: 2px solid #176bbc;}
.fenlei ul li{overflow: hidden;padding: 10px 20px;border-bottom: 1px solid #f1f1f1;}
.fenlei li span{float: left;display: inline-block;width: 110px;line-height: 50px;}
.fenlei li dl{float: right;display: block;overflow: hidden;width: 1110px;}
.fenlei li dl dd{float: left;text-align: center;margin:10px 5px;}
.fenlei li dl dd a{color: #333;display: block;padding: 0 15px;}
.fenlei li dl dd.on a,.fenlei li dl dd:hover a{color: #fff;background-color: #176bbc;transition: all .3s ease 0s;-webkit-transition: all .3s ease 0s;-moz-transition: all .3s ease 0s;}

.office{
    width: 1050px;
    overflow: hidden;
}
.office .ofphoto{
    width: 175px;
    height: 125px;
    margin:0 15px 0 10px;
}
.office .ofphoto img{
    width: 175px;
    max-height: 125px;
    display: block;
}
.office .ofbody h3{
    max-width: 590px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.office .ofbody h3 a{
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.office .ofbody .info{
    color: #666;
}
.office .ofbody .price{
    color: #fe390c;
    font-size: 28px;
    font-weight: 500;
    margin-right: 15px;
    line-height: 80px;
}
.office .ofbody .price .stit{
    font-size: 14px;
}
.office .oflist{
    width: 100%;
    overflow: hidden;
   padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.office .oflist:hover{
    background-color: #f2f2f2;
}
.office .oflist:hover .ofbody h3 a{
    color: #fe390c;
}
.oflist .time{
    color: #ccc;
    font-size: 12px;
    position: absolute;
    top:20px;
    right: 10px;
}

.ofrecom{
    width: 200px;
    overflow: hidden;
    padding:15px 0;
    margin-right: 10px;
}
.ofrecom h3{
    font-size: 18px;
    color: #333;
    text-align: center;
}
.ofrecom ul li{
    width: 100%;
    border:1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.ofrecom li img{
    max-width: 180px;
    max-height: 150px;
    display: block;
    margin:0 auto;
}
.ofrecom li h4{
    font-size: 15px;
    text-align: center;
    width: 180px;
    margin:0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ofrecom li p{
    font-size: 12px;
    color: #999;
    width: 180px;
    margin:0 auto;
    line-height: 18px;
}
.ofrecom li strong{
    font-size: 18px;
    color: #fe390c;
    width: 180px;
    margin:0 auto;
    display: block;
}

.ofhead{
    width: 100%;
    overflow: hidden;
    padding: 30px 0 20px;
}
.ofhead .ofintro h1{
    font-weight: 700;
    font-size: 26px;
    color: #000;
}
.ofhead .ofintro p{
    color: #aaa;
    margin:10px auto 15px;
}
.ofhead .ofintro p span{
    margin-right: 10px;
}
.ofhead .ofthumb{
    width: 510px;
    margin-right: 20px;
}
.ofhead .thumb img{
    max-width: 510px;
    max-height: 360px;
    width: 510px;
    display: block;
    margin:0 auto;
}
.ofhead .info{
    width: 650px;
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 30px 50px 30px;
}
.ofhead .info dl dd{
    color: #999;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}
.ofhead .info dl dd span{
    color: #333;
}
.ofhead .info .price{
    font-size: 40px;
    color: #fe390c;
    font-weight: bold;
    margin:5px auto 15px;
}
.ofhead .info .price span{
    color: #999;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}
.ofhead .info dl{
    overflow: hidden;
    width: 100%;
}
.ofhead .info dl dd .item{
    width: 33.3%;
    float: left;
    text-align: left;
    padding: 10px 0;
}
.ofhead .info dl dd:first-child{
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.ofhead .info dl dd .item p{
    color: #000;
    font-size: 22px;
    line-height: 18px;
}
.ofhead .info dl dd .item span{
    display: block;
    color: #999;
}
.ofhead .info .contact{
    width: 100%;
    margin:15px auto 0;
}
.ofhead .info .contact a{
    display: inline-block;
   height: 55px;
    line-height: 55px;
    width: 230px;
    color: #fff;
    background-color: #176bbc;
    text-align: center;
    font-size: 22px;
    margin-right: 15px;
}
.ofhead .info .contact .we{
    position: relative;
}
.ofhead .info .contact a.showtel{
    background-color: #fe390c;
}
.ofhead .info .contact a .showechat{
    position: absolute;
    bottom:40px;
    left: 0;
    z-index: 10;
    display: none;
}
.ofhead .info .contact .we:hover .showechat{
    display: block;
}
.ofcont{
    width: 100%;
    overflow: hidden;
}
.ofnr{
    width: 990px;
    overflow: hidden;
}
.ofcont .oftab{
    width: 990px;
    padding: 15px 0 0;
    border-bottom: 1px solid #fe390c;
    overflow: hidden;
}
.ofcont .oftab li{
    float: left;
    font-size: 18px;
}
.ofcont .oftab li a{
    color: #999;
    padding:5px 50px;
    display: block;
}
.ofcont .oftab li.on a,.ofcont .oftab li a:hover{
    color: #fff;
    background-color: #fe390c;
}
.ofcont .ofnr h3 em{
    width: 4px;
    background-color: #fe390c;
    opacity: .3;
    font-style: normal;
    height: 22px;
    display: inline-block;
    margin:0 5px;
}
.ofcont .ofnr h3{
    width: 100%;
    display: inline;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin:30px auto 20px;
    vertical-align: top;
}
.ofcont .ofgk,.ofcont .ofms,.ofcont .ofpt,.ofcont .ofwz,.ofcont .ofimg{
    padding: 60px 0 0;
    width: 100%;
    overflow: hidden;
}
.ofcont .ofgk ul{
    margin:10px auto;
    padding-left: 20px;
}
.ofcont .ofgk ul li{
    width: 35%;
    font-size: 14px;
    color: #999;
    float: left;
}
.ofcont .ofgk ul li span{
    color: #333;
}
.ofcont .ofpt ul li{
    width: 100px;
    float: left;
}
.ofcont .ofpt ul{
    margin:20px auto 0;
}
.ofcont .ofpt ul li i{
    text-align: center;
    display: block;
    font-size: 35px;
    color: #666;
}
.ofcont .ofpt ul li p{
    text-align: center;
    color: #333;
}
.ofcont .map {
    width: 100%;
    overflow: hidden;
    height: 388px;
    margin-top: 10px;
}
.ofcont .ofimg ul li{
    width: 100%;
}
.ofcont .ofimg ul li img{
    display: block;
    margin:10px auto;
    max-width: 800px;
}

.ofcontfixed{
    position: fixed;
    top: 0;
    z-index: 11;
    left: 0;
    width: 100%;
    display: none;
}
.ofcontfixed .offixedlist{
    background-color: #000;
    overflow: hidden;
}
.ofcontfixed .offixedlist .ofconsult{
    float: right;
    background-color: #176bbc;
    display: block;
    line-height: 60px;
    font-size: 18px;
    padding: 0 45px;
    color: #fff;
}
.ofcontfixed ul li{
    float: left;
    height: 60px;
    line-height: 60px;
}
.ofcontfixed ul li a{
    padding: 0 50px;
    color: #fff;
    font-size: 18px;
    display: block;
}
.ofcontfixed ul li a:hover{
    background-color: #333;
}

.showCons{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    display: block;
    position: fixed;
    top:0;
    left: 0;
    z-index: 100;
    display: none;
}
.showCons .showConsForm{
    width: 860px;
    height: 410px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 101;
    margin:8% auto 0;
    padding: 50px 15px;
    position: relative;
}

.showCons .showConsForm h3{
    font-size: 26px;
    color: #333;
    text-align: center;
}
.showCons .showConsForm .ftit{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #888;
}
.showCons .showConsForm ul li{
    float: left;
    margin:10px auto;
}
.showCons .showConsForm ul li:first-child{
    margin-right: 30px;
}
.showCons .showConsForm ul li input.txt{
    width: 410px;
    line-height: 45px;
    border:1px solid #ccc;
    background-color: #fff;
    font-size: 16px;
    color: #666;
    text-indent: 2em;
}
.showCons .showConsForm ul li textarea{
    width:850px;
    margin:0 auto;
    color: #777;
    border:1px solid #ccc;
    background-color: #fff;
    display: block;
    height: 165px;
    font-size: 16px;
    text-indent: 2em;
    line-height: 24px;
    padding-top: 10px;
    -webkit-appearance: none;
    background: none;
    outline: none;
}
.showCons .showConsForm ul li a.btn{
    width: 850px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #176bbc;
}
.showCons .showConsForm ul li a.btn:hover{
    background-color: #262626;
}

.showCons .showConsForm .closeform{
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top:-10px;
    right: -10px;
    border:3px solid #999;
    text-align: center;
    cursor: pointer;
}
.showCons .showConsForm .closeform em{
    line-height: 24px;
    text-align: center;
    font-size: 28px;
    color: #999;
}
.showCons .showConsForm .closeform:hover{
    background-color: red;
}
.showCons .showConsForm .closeform:hover em{
    color: #fff;
}

/***图片集页面**/
.pagebox{width: 100%;overflow: hidden;background-color: #f6f6f6;}
.case{width: 100%;overflow: hidden;text-align: center;padding-left: 15px;box-sizing: border-box}
.case li{margin:20px 20px;width: 380px;background-color: #fff;float: left;}
.case li:hover .casetit{background-color: #176bbc;color: #fff;}
.case li:hover .casetit h4,.case li:hover .casetit p,.case li:hover .casetit i{color: #fff;}
.case li:hover .casetit .arrowtop{display: block;}
.case .casephoto{width: 100%;height: 250px;}
.case .casephoto img{display: block;width: 380px;height: 250px;margin:0 auto;}
.case .casetit{padding: 30px 40px;position: relative;transition: all .3s ease 0s;-webkit-transition: all .3s ease 0s;-moz-transition: all .3s ease 0s;}
.casetit .arrowtop {
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #176bbc;
    position: absolute;
    top: -10px;
    right: 40px;
    margin-left: -10px;
    display: none;
}
.case .casetit h4{font-size: 16px;color: #555;width: 100%;margin:0 auto;float: left;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;text-align: center;}
.case .casetit .caseFont{float: right;height: 20px;line-height: 20px;position: relative;margin-top: 6px;display:inline-block;-webkit-text-stroke-width: 0;font-size: 22px;}
.case .casetit .casename{width: 100%;overflow: hidden;}
/**
.case .casetit .caseFont:before{display: block;content: '';width: 1px;height: 15px;background-color: #999;position: absolute;top:0;left: 7px;margin-top:0;}
.case .casetit .caseFont:after{display: block;content: '';width: 15px;height: 1px;position: absolute;background-color: #999;top:7px;left: 0;}
**/
.case .casetit p{width: 100%;color: #999;text-align: left}



.company-li-item{
    width:347px;
    height: 64px;
}
.company-li-item a{
    width: 100%;
    height: 100%;
    display: block;
}
.company-li-item:nth-child(1){
    position: absolute;
    left: 180px; 
    top:75px; 
}
.company-li-item:nth-child(2){
    position: absolute;
    left: 850px; 
    top:75px;   
}
.company-li-item:nth-child(3){
    position: absolute;
    left: 80px; 
    top:202px;   
}
.company-li-item:nth-child(4){
    position: absolute;
    left: 925px; 
    top:202px;   
}
.company-li-item:nth-child(5){
    position: absolute;
    left: 80px; 
    top:332px;    
}
.company-li-item:nth-child(6){
    position: absolute;
    left: 900px; 
    top:332px;     
}
.company-li-item:nth-child(7){
    position: absolute;
    left: 152px;
    top: 460px;   
}
.company-li-item:nth-child(8){
    position: absolute;
    left: 880px;
    top: 460px;   
}


.homeNews {padding: 92px 0 60px 0; background: #fff;}
.homeNewsH {height: 52px; line-height: 30px; position: relative;}
.homeNewsH .line {width: 100%; height: 1px; background: #eee; position: absolute; top: 50%; left: 0; z-index: 20;}
.homeNewsH .left {float: left; position: relative; z-index: 22;}
.homeNewsH .left h3 {font-size: 0;}
.homeNewsH .left h3 span {display: inline-block; margin-top: 2px; line-height: 18px; font-size: 22px; font-weight: 600; color: #333; vertical-align: top;}
.homeNewsH .left h3 em {display: inline-block; padding-right: 20px; font-size: 33px; font-weight: 600; color: #2683e3; background: #fff;}
.homeNewsH .right {float: right; text-align: right; padding-left: 22px; line-height: 52px; font-size: 0; background: #fff; position: relative; z-index: 22;}
.homeNewsH .right a {display: inline-block; width: 112px; height: 36px; margin-left: 8px; line-height: 36px; text-align: center; font-size: 16px; color: #fff; background: #006b3e; vertical-align: middle;} 
.homeNewsH .right a:first-child {margin-left: 0;}
.homeNewsH .right a:hover {background: #e83522;}
.homeNewsH .right a.on {background: #e83522;}

.sec-line {
  margin-bottom: 28px;
}

.text-center {
    text-align: center!important;
}
