/**************************************通用**********************************/
*{
    font-size: 13px;
    font-family: '微软雅黑','Hiragino Sans GB','宋体',arial,sans-serif;
    color: #666;
    font-weight: normal;
}
html,body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #f98700;
    opacity: .8;
    filter: alpha(opacity=80);
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,p{
    margin: 0;
}
.clear{
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.font16{
    font-size: 16px;
}

/**************************************logo+nav**********************************/
.top{
    width: 100%;
}
.header{
    width: 1200px;
    margin: 0 auto;
}
.logo{
    float: left;
    margin-top: 21px;
}
.nav{
    float: right;
}
.nav>li{
    float: left;
    padding: 0 30px;
    height: 110px;
    line-height: 110px;
    text-align: center;
}
.nav>li>a{
    color: #666;
    padding: 0 8px;
    display: inline-block;
    font-size: 15px;
    font-family: 宋体;
    width: 100%;
    height: 100%;
}
.nav>li>a:hover, .nav>.current>a {
    color: #f98700;
}
.nav>li>a:before {
    display: block;
    content: "";
    width: 20px;
    margin: 0 auto;
    position: relative;
    top: 70px;
    border-bottom: 2px solid #fff;
}
.nav>li>a:hover::before, .nav>.current>a:before {
    border-bottom-color: #f98700;
}
.footer{
    background: #4e4e4e;
    padding: 40px 0;
    color: #fff;
    width: 100%;
}
.footerBox{
    width: 1200px;
    margin: 0 auto;
}
.footerL{
    float: left;
    width: 50%;
    padding-top: 30px;
}
.footerR{
    float: right;
    width: 50%;
    text-align: right;
}
.footerL>.icon-Phone{
    line-height: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
	padding-bottom:15px;
}
.footerL>.icon-Phone:before{
    background-image: url("../images/footer-phone.png");
    float: left;
    content: "";
    width: 48px;
    height: 50px;
    margin-right: 15px;
}
.footerL>p,.footerR>p{
    line-height: 24px;
    color: #fff;
}
.footerR>img{
    margin-bottom: 8px;
}

/**************************************首页**********************************/
.banner{
    width: 100%;
    height: 540px;
    overflow: hidden;
}
.banner img{
    width: 1500px;
    margin: 0 auto;
}
.project{
    background-color: #ececec;
}
.xmtitle{
    width: 100%;
    font-weight: normal;
    line-height: 180px;
    font-size: 40px;
    color: #4c4c4c;
    font-family: 微软雅黑;
    text-align: center;
	font-weight:bold;
}
.xmcontent{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.xmcontent li{
    width: 382px;
    height: 470px;
    background: #fff;
    border: 3px solid #ececec;
    border-radius: 3px;
    margin: 5px 12px 10px 0;
    float: left;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.xmcontent li:hover {
    border-color: #d94907;
    box-shadow: 1px 1px 8px rgba(0,0,0,.3);
}
.item-title{
    display: block;
    padding: 20px;
    font-size: 16px;
    color: #323232;
    font-weight: bold;
}
.item-txt{
    line-height: 22px;
    padding: 0 20px;
    max-height: 66px;
    width: 91%;
    overflow: hidden;
}
.item-xq{
    display: block;
    padding: 20px 0 0 20px;
    line-height: 14px;
}
.item-xq:before{
    background-image: url("../images/itemchxq.png");
    float: left;
    margin-right: 9px;
    content: "";
    width: 14px;
    height: 14px;
}
.item-xq:hover:before{
    background-image: url("../images/itemchxq-yellow.png");
}
.bigmore{
    width: 100%;
    padding: 50px 0;
}
.bigmore>a{
    display: block;
    width: 100px;
    padding: 0 50px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #f98800;
    border-radius: 30px;
    font-size: 16px;
    transition: all .5s ease
}
.bigmore>a:before{
    background-image: url("../images/itembigchxq.png");
    float: right;
    margin-top: 19px;
    content: "";
    width: 22px;
    height: 22px;
}
.bigmore>a:hover{
    opacity: 0.8;
}
.customer{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 130px;
}
.csrbox{
    position: relative;
}
.csrminbox{
    width: 1050px;
    margin: 0 auto;
    overflow: hidden;
}
.csrlist{
    width: 9999px;
}
.csrlist>li{
    float: left;
    width: 170px;
    padding: 0 20px;
    cursor: pointer;
}
.csrimg{
    position: relative;
    margin-bottom: 15px;
    width: 170px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    transition: all 1.6s ease;
}
.csrlist>li:hover .csrimg{
    transform:rotateY(360deg);
}
.csrlist>li>p{
    font-size: 18px;
    color: #444;
    text-align: center;
}
.csrlist>li>.csr-txt{
    font-size: 12px;
    color: #828282;
    margin-top: 8px;
}
.prev,.next{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -590px;
    margin-top: -45px;
    display: inline-block;
    width: 40px;
    height: 90px;
    line-height: 90px;
    cursor: pointer;
    font-size: 50px;
    color: #000;
    font-family: 'å®‹ä½“';
    text-align: center;
    font-weight: bold;
    transition: all .5s ease;
}
.next{
    right: 50%;
    margin-right: -590px;
    left: inherit;
}
.prev:hover,.next:hover{
    color: #f98700;
}



/**************************************公司项目**********************************/
.minbanner{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.minbanner img{
    width: 100%;
    display: block;
}
/**************************************最新动态**********************************/
.main{
    width: 100%;
    background-color: #eee;
}
.cloc{
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
}

.thisloc{
    color: #333;
}
.newslist{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.news{
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 25px;
    border: 1px solid #eee;
    transition: all .8s ease;
}
.nlistimg{
    width: 290px;
    height: 190px;
    overflow: hidden;
    float: left;
}
.nlistimg img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1.6s ease;
}
.newscontent{
    float: left;
    width: 660px;
    margin: 30px 50px 0;
}
.newscontent h1{
    font-size: 20px;
    color: #444;
    height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newskind{
    font-size: 12px;
    line-height: 50px;
    color: #888;
}
.newscontent p{
    line-height: 25px;
    color: #939393;
    max-height: 75px;
    overflow: hidden;
}
.datebox{
    float: right;
}
.date{
    font-size: 30px;
    color: #adacac;
    margin: 22px 25px 25px 0;
}
.year{
    color: #c1c1c1;
    display: block;
    font-size: 14px;
}
.newsjt{
    background-image: url("../images/newsjt.png");
    transition: all .8s ease;
    display: block;
    width: 40px;
    height: 40px;
}
.news:hover{
    border-color: #f98700;
}
/*.news:hover .nlistimg img{*/
    /*transform: scale(1.1);*/
/*}*/
.news:hover .newscontent h1{
    color: #f98700;
}
.news:hover .newscontent p,.news:hover .newskind span{
    opacity: 0.8;
}
.newsjt:hover{
    background-image: url("../images/newsjt-yellow.png");
}
/**************************************关于我们**********************************/
.aboutlistbox{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.aboutlist{
    width: 250px;
    float: left;
    overflow: hidden;
}
.aboutlist li{
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    height: 50px;
}
.aboutlist li a{
    color: #727272;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
}
.aboutlist .aboutcurrent{
    background: url(../images/aboutcurrent.png) repeat-y left top #eee;
    width: 100%;
}
.aboutlist .aboutcurrent a{
    color: #f98700;
}
.aboutlist li:hover{
    background: url(../images/aboutcurrent.png) repeat-y left top #eee;
    width: 100%;
}
.aboutlist li:hover a{
    color: #f98700;
}
.aboutus-content{
    width: 800px;
    float: right;
    background-color: #fff;
    padding: 40px 50px;
}
.aboutus-content_detail{
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 50px;
	line-height:26px;
}
.aboutus-content-txt{
    width: 480px;
}
.aboutus-content-txt h1{
    font-size: 22px;
    color: #333;
    line-height: 30px;
    padding-bottom: 20px;
}
.aboutus-content-txt p{
    text-indent: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 28px;
    color: #999;
}
.aboutus-content-imgr{
    float: right;
    margin-right: 50px;
    padding-top: 40px;
    width: 200px;
}
.aboutus-content-imgl{
    float: left;
    margin-left: 50px;
    padding-top: 40px;
    width: 200px;
}
.aboutus-content-txt .noindent{
    text-indent: 0px;
}
/**************************************详情页**********************************/
.detailinbox{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.news-detail-titbox{
    background: #fff;
    text-align: center;
    padding: 50px 0;
}
.news-detail-tit{
    font-size: 26px;
    padding: 0 50px;
    color: #333;
}
.news-detail-data{
    margin-top: 8px;
}
.news-detail-data span{
    color: #333;
    margin-right: 18px;
    font-size: 14px;
}
.news-detail-content{
    line-height: 25px;
    color: #8d8d8d;
    padding: 65px;
    background: #fff;
    margin-top: 20px;
    text-align: center;
}
.news-detail-content p{
    font-family: 宋体;
    text-align: justify;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    white-space: normal;
    text-indent: 28px;
}
.news-detail-content img{
    margin-bottom: 20px;
}
.nextChapter{
    background: #fff;
    overflow: hidden;
    margin-top: 1px;
}
.detailprev,.detailnext{
    width: 40%;
    padding: 0 5%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/**************************************事记**********************************/
.events-top,.events-bottom{
    width: 100%;
    margin: 0 auto;
}
.events-top span,.events-bottom span{
    display: block;
    background: url("../images/events-top.png") center center;
    width: 52px;
    height: 58px;
    margin: 0 auto;
    text-align: center;
    line-height: 58px;
    color: #fff;
}
.events-bottom span{
    background: url("../images/events-bottom.png") center center;
}
.events-list{
    background: url("../images/events-list-bg.png") center repeat-y;
    padding: 30px 0;
}
.events-list-fl,.events-list-fr{
    width: 368px;
}
.list-fl-title,.list-fr-title{
    display: block;
    width: 368px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    line-height: 45px;
    box-sizing: border-box;
    color: #fff;
    position: relative;
}
.left-position{
    position: absolute;
    top: 12px;
    left: 391px;
}
.right-position{
    position: absolute;
    top: 12px;
    left: -41px;
}
.blue-bg{
    background: url("../images/events-bg-blue.png");
}
.red-bg{
    background: url("../images/events-bg-red.png");
}
.green-bg{
    background: url("../images/events-bg-green.png");
}
.yellow-bg{
    background: url("../images/events-bg-yellow.png");
}
.gray-bg{
    background: url("../images/events-bg-gray.png");
}
.list-fl-content,.list-fr-content{
    width: 360px;
    padding: 15px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}
.list-fl-content li,.list-fr-content li{
    padding-left: 5px;
}
.list-fl-content li h1,.list-fl-content li p,.list-fr-content li h1,.list-fr-content li p{
    color: #8b9cb0;
    font-size: 14px;
}
.left8{
    margin-left: 8px;
}
.text-r{
    text-align: right;
}
.events-left{
    position: relative;
    left: 0;
}
.events-right{
    position: relative;
    right: -432px;
}