@charset "utf-8";
body{ font-family:'思源黑体',Helvetica,"SourceHanSansCN-Normal","SourceHanSansCN"; margin:0; padding:0; color: #444;}
p,dl,dd,ul,ol,li,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
li{ list-style:none;}
a{text-decoration:none;}
a:focus, a:hover{text-decoration:none;}
img{ border: none; outline: none;}
input{ border:none; outline:none; background: none;}
input::-moz-placeholder{ color: #aaa;}
input:-ms-input-placeholder { color: #aaa; }
input::-webkit-input-placeholder{ color:#aaa; }
input::placeholder{ color:#aaa; }
textarea::-moz-placeholder{color:#aaa; }
textarea:-ms-input-placeholder { color:#aaa; }
textarea::-webkit-input-placeholder{ color:#aaa; }

.clear{clear: both; margin: 0; padding: 0;}
.clearfix:after{ content: ""; display:block; height: 0; clear: both; visibility: hidden;}
.clearfix{*zoom:1;}

body{
    background: url(../images/bg.jpg) repeat-x left top;
}
/* 头部 */
.position{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
}
.header{
    width: 100%;
    height: 79px;
    background: url(../images/bg_top.jpg) repeat-x left top;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 38px;
}
.header a.logo{
    float: left;
    width: 143px;
    margin-top: 14px;
}
.header a.logo img{
    max-width: 100%;
    height: auto;
}
.header ul.nav{
    float: right;
}
.header ul.nav li{
    float: left;
    height: 79px;
    margin-left: 20px;
    line-height: 79px;
}
.header ul.nav li>a{
    font-size: 12px;
    color: #333;
}
.header ul.nav li:hover a{
    text-decoration: underline;
}

/*手机版导航*/
.mobileNav{ display:none;position:absolute; top:80px; z-index:10000; width:100%; height:auto;overflow: scroll; background:#a88323;left:0;}
.mobileNav ul li{ position: relative;}
.mobileNav ul li span.addBtn{ display: inline-block;cursor: pointer; width:60px; height:50px; line-height: 50px; position: absolute;text-align:center;right: 0px; top: 0px; z-index: 100;}
.mobileNav ul li span.addBtn img{width: 20px; height: auto;}
.mobileNav ul li>a{ display:block; border-bottom:1px solid #fff; width:100%; line-height:50px; padding-left:22px; margin:auto; font-size:16px; color:#fff; }
.mobileNav ul li dl{ display:none; background:#fff;}
.mobileNav ul li dl dd{ margin:auto;  }
.mobileNav ul li dl dd a{ line-height:40px; color:#2a2c80; border-bottom: 1px solid #ddd; display:block; font-size:15px; padding-left:34px;}


.main{
    height:500px;
    position:relative;
    overflow:hidden;
}
.pic{
    display: inline-block;
    width:840px;
    height:500px;
    cursor:pointer;
    position: relative;
}
.pic1{
    top:0;
    left:0;
    z-index:1;
}
.pic_num{
    width:120px;
    height: 140px;
    background: rgba(0,0,0,.4);
    text-align: center;
    color: #fff;
    position:absolute;
    bottom: 0;
    left: 0;
    font-family: 'arial';
    padding-top: 24px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.pic_num h1{
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 18px;
}
.pic_num p{
    font-size: 20px;
}
.pic2{
    position:absolute;
    top:0;
    left:840px;
    z-index:3;
}

.pic3{
    position:absolute;
    top:0;
    left:960px;
    z-index:5;
}

.pic4{
    position:absolute;
    top:0;
    left:1080px;
    z-index:7;
}
.pic.active .pic_num{
    background: rgba(0,0,0,.3);
}
.pic.active .pic_num h1{
    opacity: .3;
}
.pic.active .pic_num p{
    opacity: .3;
}
.pic:hover .pic_num{
    background: rgba(0,0,0,.3);
}
.pic:hover .pic_num h1{
    opacity: .3;
}
.pic:hover .pic_num p{
    opacity: .3;
}

.footer{
    
    background: url(../images/bg_bottom.jpg) repeat-x;
    overflow: hidden;
    line-height: 20px;
    padding:6px 35px;
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.footer .foot-l{
    width: 85%;
    float: left;
}
.footer .foot-r{
    float: right;
}

.foot-l a,.foot-r a{
    color: #333;
}
.foot-l a:hover,.foot-r a:hover{
    text-decoration: underline;
}

/* 关于我们——公司简介 */
.mainleft{
    width: 10.2%;
    border-right: 1px solid #ccc;
    float: left;
    position: relative;
}
.mainleft.active{
    width: 0;
    transition: all .5s ease-in-out;
}
.mainleft ul.leftnav{
    width: 100px;
    left: 50%;
    margin-left: -50px;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.leftnav li{
    line-height: 20px;
    margin-bottom: 12px;
}
.leftnav li a{
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
.leftnav li i{
    display: inline-block; 
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-right:8px;
}
.arrow{
    position: absolute;
    left: 10.2%;
    top: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-left.jpg) no-repeat;
}
.arrow.active{
    left: 0;
    background: url(../images/arrow-right.jpg) no-repeat;
}
.mainright{
    width: 89.8%;
    float: right;
    height: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.mainright.cur{
    width: 100%;
    float: none;
}
.header-in{
    overflow: hidden;
    margin-bottom: 110px;
}
.header-in a.logo-in{
    float:left;
    margin-top: 20px;
}
.header-in .in-right{
    float: right;
    margin-top: 40px;
}
.in-right a{
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 14px;
    color: #333;
    padding-right: 20px;
    margin-left: 18px;
}
.wp{
    width: 840px;
    margin: auto;
}
.menunav{
    border-top: 3px solid #ccc;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 30px;
}
.menunav a{
    font-size: 14px;
    color: #666;
    padding: 0 5px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}
.menunav a::before{
    height: 3px;
    background: #28aae2;
    position: absolute;
    left: 14px;
    top: -3px;
    z-index: 1;
    display: block;
    width: 70px;
    color: #fff;
    cursor: pointer;
}

.menunav .slideline{
    height: 3px;
    background: #28aae2;
    position: absolute;
    left: 14px;
    top: -3px;
    z-index: 1;
    display: inline-block;
    width: 70px;
    color: #fff;
    cursor: pointer;
}
.mainbox{
    padding: 0 22px;
}
.maincontent{
    margin-top: 18px;
}
.maincontent .content p{
    font-size: 12px;
    color: #666;
    line-height: 22px;
}
.mainbox .column{
    margin-top: 20px;
    margin-bottom: 6px;
}
.mainbox .column .column_name{
    font-size: 20px;
    color: #000;
}
.column .f_name{
    font-size: 16px;
    color: #28aae2;
}
.content{
    position: relative;
}

.mainbox .picsbox{
    width: 630px;
    height: 380px;
    margin-top: 13px;
    overflow: hidden;
}
.maincontent ul.picslist{
    position: relative;
    
}
.maincontent ul.picslist li{
    float: left;
    width: 188px;
    margin-right: 18px;
    /* margin-bottom:25px; */
    height: 190px;
}
.maincontent ul.picslist li a{
    height: 135px;
    display: block;
    text-align: center;
    border: 1px solid #dbdbdb;
    padding: 4px;
    box-shadow: 4px 4px 5px 0 rgba(229,229,229,.9);
    -webkit-box-shadow:4px 4px 5px 0 rgba(229,229,229,.9);
    -moz-box-shadow:4px 4px 5px 0 rgba(229,229,229,.9);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.maincontent ul.picslist li img{
    width: auto;
    height: 100%;
}
.maincontent ul.picslist li p{
    margin-top: 10px;
    font-size: 12px;
    color: #000;
    line-height:22px;
}

.pagenav{
    text-align: right;
    padding-right: 195px;
    font-size: 12px;
    color: #000;
    line-height: 22px;
    margin-top: 10px;
}
.pagenav.commonpage{
    padding-right: 0;
}
.pagenav.designpage{
    padding-right: 235px;
}
.pagenav span#prev{
    display: inline-block; 
    width: 13px;height: 23px; 
    background: url(../images/arrow-l.png) no-repeat left center;
    margin-right: 25px;
    cursor: pointer;
    vertical-align: bottom;
}
.pagenav span#prev.active{
    background: url(../images/arrow-lr.png) no-repeat left center;
}
.pagenav span#next{
    display:inline-block; 
    width: 13px;height: 23px; 
    background: url(../images/arrow-r.png) no-repeat left center; 
    margin-left: 25px;
    cursor: pointer;
    vertical-align: bottom;
}
.pagenav span#next.active{
    background: url(../images/arrow-rr.png) no-repeat left center; 
}

#alphabg{
    width: 100%;
    text-align: center;
    background: rgba(255,255,255,.8);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
}
.pic_prev{
    display: inline-block;
    width: 28px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 250px;
    background: url(../images/l.png) no-repeat;
}
.pic_prev.active{
    background: url(../images/lr.png) no-repeat;
}
.pic_next{
    display: inline-block;
    width: 28px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 250px;
    background: url(../images/r.png) no-repeat;
}
.pic_next.active{
    background: url(../images/rr.png) no-repeat;
}

/* 公司荣誉 */
.commonpics{
    width: 830px;
    height: 430px;
    overflow: hidden;
    position: relative;
}
.commonpics ul.honor_list{
    position: relative;
}
.honor_list li{
    float: left;
    width: 188px;
    height: 215px;
    margin-right: 18px;
}
.honor_list li a{
    height: 135px;
    display: block;
    text-align: center;
    border: 1px solid #dbdbdb;
    padding: 4px;
    box-shadow: 4px 4px 5px 0 rgba(229,229,229,.9);
    -webkit-box-shadow: 4px 4px 5px 0 rgba(229,229,229,.9);
    -moz-box-shadow: 4px 4px 5px 0 rgba(229,229,229,.9);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.honor_list li img {
    width: auto;
    height: 100%;
}
.honor_list li p {
    margin-top: 10px;
    font-size: 12px;
    color: #000;
    line-height: 22px;
}
.project_btn{
    display: inline-block;
    width: 120px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #003366;
    color:#fff;
    font-size:14px;
    cursor: pointer;
    margin-left: 40px;
}
.project_btn:hover{
    color: #fff;
}
.showContent{
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}
.showContent .textbox{
    position:absolute;
    width: 1000px;
    height: 520px;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -260px;
    background: #fff;
}
.showContent .btn_close{
    font-size: 12px;
    color: #fff;
    line-height:20px;
    height: 20px;
    background: #282b8e;
    text-align:right;
    padding-right: 20px;
    cursor: pointer;
}
.tableContent{
    height: 500px;
    padding: 20px 4px;
    overflow:auto;
}
.table_title{
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: 400;
}
.tableContent table{
    width: 100%;
    margin-left: 0;
}
.business_cover dd{
    height: 120px;
    margin-bottom: 6px;
    overflow: hidden;
}
.business_cover dd a{
    display: block;
}
.business_cover dd .business_left{
    width: 98px;
    float: left;
    text-align: right;
}
.business_left h2{
    font-size: 12px;
    color: #333;
    margin-bottom: 4px;
}
.business_left p{
    color: #333;
    font-size: 12px;
}
.business_cover dd .business_right{
    width: 724px;
    float: right;
    border-left: 5px solid #28aae2;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.business_cover dd img{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    transition: all 2s ease-in-out;
}
.business_cover dd.index1 .business_right{
    border-left: 5px solid #64c1ea;
}
.business_cover dd.index2 .business_right{
    border-left: 5px solid #9ad7f1;
}
.business_cover dd.index3 .business_right{
    border-left: 5px solid #c7e9f8;
}
.business_cover dd:hover img{
    top: -60px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.design_title{
    font-size: 20px;
    color: #000;
}
.design_title span{
    color: #28aae2;
    font-size: 14px;
}
.design{
    width: 696px;
    margin: auto;
    margin-top: 135px;   
}
.design dd{
    float: left;
    width: 168px;
    height: 168px;
    text-align: center;
    line-height: 168px;
    margin-right: 8px;
}
.design dd a{
    display: block;
    font-size: 20px;
    color: #fff;
}
.design dd.index0{
    background: #28aae2;
}
.design dd.index1{
    background: #4fbae8;
}
.design dd.index2{
    background: #76c9ed;
}
.design dd.index3{
    background: #a2daf2;
}
.designbox{
    float: left;
    width: 640px;
    height: 380px;
    margin-top: 13px;
    overflow: hidden;
}
.designbox .designlist{
    position: relative;
}
.designlist li {
    float: left;
    width: 188px;
    height: 190px;
    margin-right: 18px;
    /*margin-bottom: 25px;*/
}
.designlist li a {
    height: 135px;
    display: block;
    text-align: center;
    border: 1px solid #dbdbdb;
    padding: 4px;
    box-shadow: 4px 4px 5px 0 rgba(229,229,229,.9);
    -webkit-box-shadow: 4px 4px 5px 0 rgba(229,229,229,.9);
    -moz-box-shadow: 4px 4px 5px 0 rgba(229,229,229,.9);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.designlist li img {
    width: auto;
    height: 100%;
}
.designlist li p {
    margin-top: 10px;
    font-size: 12px;
    color: #000;
    line-height: 22px;
}
.design_nav{
    float: right;
    width: 165px;
    margin-top: 13px;
}
.design_nav dl dd{
    line-height: 28px;
}
.design_nav dl dd a{
    font-size: 12px;
    color: #666;
}
.design_nav dl dd.active a{
    color: #000;
    font-weight: 600;
}
.returnBack{
    display: block;
    height: 24px;
    margin-top: 22px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    background: #0099cc;
}
.wrapper{
    width: 870px;
}
.designContent{
    margin-top: 16px;
    position: relative;
}
.picsBigbox{
    float: left;
    width: 558px;
    /*height: 398px;*/
    height: auto;
    border: 2px solid #ccc;
}
.picsBigbox img{
    width: 100%;
    height: auto;
}
.design_right{
    width: 300px;
    float: right;
}
.maincontent .design_right p{
    font-size: 12px;
    color: #333;
    line-height: 24px;
}
.design_right .returnBack{
    width: 140px;
    margin-left: 120px;
    margin-top: 50px;
}
.smallpics{
    width:246px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.smallpics dd{
    float: left;
    width: 44px;
    cursor: pointer;
    height: 44px;
    margin-right: 4px;
    margin-top: 4px;
    border: 1px solid #ccc;
}
.smallpics dd img{
    width: 100%;
    height: 100%;
}
.designtext{
    margin-top: 10px;
}
.designtext p{
    font-size: 12px;
    line-height: 20px;
    color: #333;
}
.newsbox{
    margin-top:15px;
    height: 475px;
    overflow: hidden;
}
.newsbox .news{}
.news li{
    padding-top: 10px;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cbcbcb;
}
.news li .newsimg{
    width:78px;
    height:auto;
    float: left;
    padding: 3px;
    border: 1px solid #dbdbdb;
}
.news li .newsimg img{
    width: 100%;
    height: 50px;
    text-align: center;
}
.news li .newsright{
    width: 740px;
    float: right;
}
.newsright h1{
    font-size: 12px;
    color:#000;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.newsright span{
    font-size: 12px;
    color: #000;
    width: 100%;
    height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contact{
    margin-top: 18px;
}
.contact p{
    font-size: 12px;
    color: #333;
    line-height: 24px;
}
.contact img{
    margin-top:14px;
    margin-bottom: 20px;
}
.contact p span{
    color: #0093dd;
}
.hrtext{
    font-size: 14px;
    line-height: 22px;
    color: #24361c;
    margin-top: 8px;
    margin-bottom: 20px;
}
.hrcontent{
    padding-right: 244px;
    background: url(../images/contactbg.jpg) no-repeat right top;
    background-size: 210px auto;
}
.hrnav{
    width:100%;
    margin-bottom: 15px;
    padding-left: 8px;
    height:30px;
    padding-top: 3px;
    background: #c9e9f7;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.hrnav a{
    display: inline-block;
    font-size: 12px;
    color: #003366;
    width: 66px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    margin-right: 1px;
    font-weight: 600;
}
.hrnav a:hover{
    background: #fff;
}
.hrnav a.active{
    background: #fff;
}
.hrbox{
    height: 265px;
    overflow: hidden;
}
.hrlist{
    position: relative;
}
.hrlist li{
    padding-top: 20px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #d7d7d7;
    
}
.hrlist li a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}
.textbox.newsContent{
    width: 780px;
    margin-left: -390px;
}
.showtext{
    width: 100%;
    margin: auto;
    height: 500px;
    overflow: auto;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.title_top{
    padding-top: 34px;
    border-bottom: 1px solid #9e9e9e;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
}
.title_top h1{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
}
.title_top span{
    display: block;
    font-size: 12px;
    color: #000;
}
.newstext{
    line-height: 24px;
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
    overflow: auto;
}
.newstext p{
    line-height: 24px;
    font-size: 16px;
    color: #000;
}
.newstext img{
    max-width: 100%;
    height: auto;
}

.bannerbox{
    overflow: hidden;
}
.bannerbox .swiper-slide{
    width: 100%;
    position: relative;
}
.bannerbox .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    font-family: 'object-fit: cover';
}

.bannerbox .bannerContent{
    position: absolute;
    left: 9.8%;
    top: 44%;
}
.banner2 .bannerContent{
    left: 11%;
    top: 37%;
}
.banner3 .bannerContent{
    top: 39%;
}
.bannerbox .swiper-pagination-bullet{
    width: 115px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
}
.bannerbox .swiper-pagination{
    bottom: 18px;
}
.bannerbox.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 22px;
}
.bannerbox .swiper-pagination-bullet-active{
    background: #a88221;
}
.bannerbox .swiper-slide-active>img {
    z-index: 9000;
	animation: anima_img 9s ease infinite;
    -webkit-animation: anima_img 9s ease infinite;
	}

@keyframes anima_img {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
}
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

