@charset "UTF-8";

/* header */
.header{
    height: 98px;
}
.header .centre-width:after{
    display: block;
    content: '';
    clear: both;
}
.logo{
    float: left;
    height: 98px;
}
.logo .logo-img{
    display: list-item;
    list-style: none;
    height: 98px;
    line-height: 98px;
}
.logo .logo-img img{
    height: 57px;
    vertical-align: middle;
}

.navigation{
    float: right;
}
.navigation ul li{
    float: left;
    width: 120px;
    height: 95px;
    border-bottom: 3px #ffffff solid;
    position: relative;
    margin-left: 1px;
    transition: all 0.3s;
    background: url("../images/navbg.jpg") center top no-repeat;
    background-size: 120px 0;
}
.navigation ul li.active,
.navigation ul li:hover{
    border-bottom: 3px #e82f13 solid;
    background-size: 120px 98px;
}
.navigation ul li .first-nav{
    display: block;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 16px;
}
.navigation ul li.active .first-nav,
.navigation ul li:hover .first-nav{
    color: #e82f13;
}
.navigation .nav-list{
    display: none;
    position: absolute;
    top: 98px;
    width: 100%;
    background: #e1e7ed;
}
.navigation .nav-list dl dd{
    height: 48px;
    border-top: 1px #cacfd5 solid;
}
.navigation .nav-list dl dd:first-child{
    border-top: 1px #cacfd5 solid;
}
.navigation .nav-list dl dd a{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
}
/* header end */

/* sub banner */
.sub-banner{
    min-width: 1200px;
    height: 360px;
    background-size: auto 360px!important;
}
/* sub banner end */

/* footer */
.footer{
    height: 50px;
    background: #212121;
}
.footer .centre-width:after{
    display: block;
    content: '';
    clear: both;
}
.footer .copyright,
.footer .record{
    float: left;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
    color: #8c8c8c;
    padding: 10px 0;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .record{
    float: right;
}
/* footer end */

/* sub section */
.sub-section{
    background: #f6f6f6;
    padding-bottom: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sub-section .centre-width:after{
    display: block;
    content: '';
    clear: both;
}
.aside{
    float: left;
    width: 240px;
    margin-top: -30px;
    position: relative;
    z-index: 99;
}
.aside-title{
    width: 100%;
    height: 77px;
    background: url("../images/snavbg.png") center top no-repeat;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 77px;
    font-size: 22px;
    color: #da2206;
    border-bottom: 2px #cc0000 solid;
}
.aside-nav{
    padding-bottom: 245px;
    background: #f7f7f7 url("../images/asidebg.png") left bottom no-repeat;
}
.aside-nav ul li{
    width: 239px;
    border-left: 1px #dedede solid;
    transition: all 0.2s;
}
.aside-nav ul li:hover,
.aside-nav ul li.active{
    width: 236px;
    border-left: 4px #cc0000 solid;
    background: #ffffff;
}

.aside-nav ul li .second-nav{
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px #dedede solid;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #454545;
    background: url("../images/snavtips2.png") 178px center no-repeat;
    transition: all 0.2s;
}
.aside-nav ul li:hover .second-nav,
.aside-nav ul li.active .second-nav{
    padding-left: 32px;
    color: #d2190b;
    background: url("../images/snavtips1.png") 188px center no-repeat;
}
.aside-nav ul li.active .third-nav{
    display: block;
}
.third-nav{
    display: none;
    padding-left: 33px;
    padding-right: 35px;
}
.third-nav dl dd{
    display: block;
    height: 55px;
    border-top: 1px #eeeeee dashed;
}
.third-nav dl dd:first-child{
    border-top: none;
}
.third-nav dl dd a{
    display: block;
    height: 55px;
    line-height: 55px;
    background: url("../images/snavpoint1.png") left center no-repeat;
    padding-left: 15px;
    font-size: 15px;
    color: #8d8d8d;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.third-nav dl dd.active a,
.third-nav dl dd:hover a{
    color: #d2190b;
    background: url("../images/snavpoint2.png") left center no-repeat;
}
.contents{
    float: right;
    width: 960px;
    padding: 0 35px 30px;
    box-shadow: 0 3px 3px 1px #ebebeb;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.location{
    height: 35px;
    padding: 10px 0;
    line-height: 35px;
    border-bottom: 1px #eeeeee solid;
    text-align: right;
    margin-bottom: 40px;
}
.location .locIcon{
    display: inline-block;
    padding-left: 15px;
    background: url("../images/homeIcon.png") left center no-repeat;
    color: #d4d4d4;
}
.location .locIcon span,
.location .locIcon a{
    display: inline-block;
    color: #4d4d4d;
    margin: 0 4px;
    font-size: 12px;
}
.location .locIcon a:hover{
    color: #e82f13;
}

/* 新闻列表 */
.news-scroll{
    padding: 22px;
    height: 156px;
    border: 1px #eeeeee solid;
    position: relative;
}
.news-scroll .swiper-button-prev,
.news-scroll .swiper-button-next{
    top: auto;
    bottom: 22px;
    width: 28px;
    height: 28px;
    margin-top: 0;
}
.news-scroll .swiper-button-prev{
    left: auto;
    right: 67px;
    background: url("../images/prevIcon.png") center no-repeat;
}
.news-scroll .swiper-button-next{
    right: 22px;
    background: url("../images/nextIcon.png") center no-repeat;
}
.news-scroll ul li:after{
    display: block;
    content: '';
    clear: both;
}
.news-scroll .scroll-img{
    float: left;
    width: 260px;
    height: 156px;
    overflow: hidden;
}
.scroll-img img{
    display: block;
    width: 260px;
    height: 156px;
    transition: all 0.3s;
}
.scroll-img img:hover{
    transform: scale(1.1);
}
.news-scroll .scroll-info{
    float: right;
    display: block;
    width: 560px;
    font-size: 14px;
    color: #989898;
    line-height: 24px;
}
.news-scroll .scroll-info h6{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #454545;
    transition: all 0.3s;
}
.news-scroll .scroll-info p{
    text-indent: 2em;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.news-scroll ul li:hover .scroll-img img{
    transform: scale(1.1);
}
.news-scroll ul li:hover .scroll-info h6{
    color: #e82f13;
}

.news-list{}
.news-list ul li{
    padding: 30px 0;
    height: 84px;
    border-bottom: 1px #eeeeee solid;
}
.news-list ul li:after{
    display: block;
    content: '';
    clear: both;
}
.news-list ul li .news-time{
    float: left;
    width: 105px;
    height: 84px;
    background: #f2f2f2;
    padding: 10px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
    line-height: 37px;
    font-family: Arial;
    text-align: center;
}
.news-list ul li .news-time p{
    font-size: 24px;
    border-bottom: 1px #ffffff solid;
}
.news-list ul li .news-time span{
    font-size: 14px;
}
.news-list ul li .news-info{
    float: right;
    width: 760px;
    line-height: 24px;
}
.news-list ul li .news-info h6{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.news-list ul li .news-info p{
    font-size: 14px;
    color: #989898;
    height: 48px;
    overflow: hidden;
    text-indent: 2em;
}
.news-list ul li a:hover h6{
    color: #e82f13;
}
.pages{
    text-align: center;
    margin-top: 30px;
}
.pages a{
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
}
.pages a.current{
    color: #e82f13;
    border-bottom: 1px #e82f13 solid;
}
/* 新闻列表 end */

/* 新闻详情 */
.news-details{
    font-size: 14px;
    color: #9d9d9d;
    line-height: 24px;
}
.news-details .news-title{
    border-bottom: 1px #eeeeee solid;
    margin-bottom: 30px;
    padding: 10px 0;
}
.news-details .news-title h2{
    font-size: 22px;
    color: #4d4d4d;
    font-weight: normal;
    margin-bottom: 10px;
}
.news-details .details{
    padding-bottom: 40px;
}
.news-details img{
    width: 100%;
}
.news-details .news-pages{
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    border-top: 1px #eeeeee solid;
}
.news-pages a{
    color: #959595;
    display: inline-block;
    max-width: 300px;
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-pages a:hover{
    color: #e82f13;
}
.news-pages .prev-btn{
    float: left;
    padding-left: 30px;
    background: url("../images/pleft1.png") left center no-repeat;
}
.news-pages .prev-btn:hover{
    background: url("../images/pleft2.png") left center no-repeat;
}
.news-pages .next-btn{
    float: right;
    text-align: right;
    padding-right: 30px;
    background: url("../images/pright1.png") right center no-repeat;
}
.news-pages .next-btn:hover{
    background: url("../images/pright2.png") right center no-repeat;
}
/* 新闻详情 end */

/* 公司简介 */
.about{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.about .about-img{
    float: left;
    width: 400px;
    height: 360px;
    overflow: hidden;
}
.about .about-img img{
    display: block;
}
.about .about-info{
    float: right;
    width: 450px;
}
.about-info .about-title{
    display: block;
    border-bottom: 1px #eeeeee solid;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.about-info .about-title h6{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}
.about-info .list{
    margin-top: 25px;
    border-left: 2px #ededed solid;
}
.about-info .list li{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    margin-left: -4px;
    background: url("../images/apoint1.png") left center no-repeat;
    position: relative;
    top: -18px;
}
.about .info{
    margin-top: 20px;
}

.talent{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #eeeeee solid;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.talent .talent-title{
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.talent .talent-title h6{
    font-size: 20px;
    color: #333333;
}
.talent .talent-details{
    margin-top: 10px;
}
/* 公司简介 end */

/* 董事长致辞 */
.chairman{}
.chairman .chair-img{
    float: left;
    width: 340px;
    height: 350px;
    position: relative;
}
.chairman .chair-img img{
    display: block;
    width: 100%;
}
.chairman .chair-info{
    width: 100%;
    height: 90px;
    padding: 20px 20px 0;
    background: #cc0000;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9;
}
.chairman .chair-info h6{
    font-size: 20px;
    margin-bottom: 5px;
}
.chairman .chair-info span{
    font-size: 16px;
}
.chairman .chair-word{
    float: right;
    width: 525px;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}
.chairman .chair-word .word{
    margin-bottom: 16px;
}
.chairman .chair-word .word h6{
    margin-bottom: 5px;
    color: #555555;
}
/* 董事长致辞 end */

/* 公司荣誉 */
.honor{
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}
.honor-list{
    margin-top: 20px;
}
.honor-list:after{
    display: block;
    content: '';
    clear: both;
}
.honor-list ul li{
    float: left;
    width: 283px;
    background: #f3f0eb;
    margin-right: 20px;
    margin-bottom: 30px;
    border: 1px #eeeeee solid;
    padding: 20px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.honor-list ul li:nth-child(3n){
    margin-right: 0;
}
.honor-list ul li .honor-img{
    height: 160px;
    line-height: 160px;
    text-align: center;
    margin-bottom: 15px;
}
.honor-list ul li .honor-img img{
    max-height: 100%;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}
.honor-list ul li p{
    font-size: 12px;
    color: #8e6c34;
    text-align: center;
}
/* 公司荣誉 end */

/* 技术实力 */
.technology{}
.technology .talent-title h6{
    font-size: 16px;
}
/* 技术实力 end */

/* 企业文化 */
.culture{}
.culture .culture-title{
    margin-bottom: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.culture .culture-title h6{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}
.culture .culture-img{
    float: left;
    width: 405px;
    height: 354px;
    overflow: hidden;
}
.culture .culture-img img{
    display: block;
    width: 100%;
}
.culture .culture-info{
    float: right;
    width: 450px;
}
.culture-info ul li{
    border-bottom: 1px #eeeeee solid;
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.culture-info ul li:first-child{
    border-top: 1px #eeeeee solid;
}
.culture-info ul li:after{
    display: block;
    content: '';
    clear: both;
}
.culture-info ul li h6{
    float: left;
    width: 95px;
    color: #333333;
}
.culture-info ul li .info{
    float: right;
    width: 335px;
}
/* 企业文化 end */

/* 联系我们 */
.contact{}
.contact .contact-info{
    float: left;
    width: 350px;
}
.contact-info h6{
    font-size: 24px;
    margin-bottom: 20px;
    color: #333333;
}
.contact-info ul li{
    font-size: 14px;
    color: #666666;
    padding: 5px 0;
}
.contact-info ul li span{
    color: #333333;
    margin-right: 10px;
}
.contact-info .QRcode{
    width: 90px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
}
.contact-info .QRcode img{
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}
.contact .contact-form{
    float: right;
    width: 500px;
}
.contact-form ul li{
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.contact-form ul li:nth-child(1),
.contact-form ul li:nth-child(2){
    width: 236px;
}
.contact-form ul li:nth-child(2){
    float: right;
}
.contact-form ul li input,
.contact-form ul li textarea{
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #f6f6f6;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}
.contact-form ul li textarea{
    width: 100%;
    height: 140px;
    padding: 10px 20px;
    line-height: 24px;
}
.contact-form .submit-btn{
    display: block;
    width: 130px;
    height: 42px;
    background: #d2190b;
    font-size: 14px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}
/* 联系我们 end */

/* 电子地图 */
.map-details{
    position: relative;
    width: 100%;
    height: 490px;
}
.contact-list{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: 0 auto;
    width: 530px;
    height: 160px;
    padding: 20px 45px;
    background: #ffffff;
    border-left: 2px #c92e17 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact-list ul li{
    padding-left: 30px;
    line-height: 30px;
    font-size: 14px;
}
.contact-list ul li:nth-child(1){
    background: url("../images/addr1.png") left center no-repeat;
}
.contact-list ul li:nth-child(2){
    background: url("../images/addr2.png") left center no-repeat;
}
.contact-list ul li:nth-child(3){
    background: url("../images/addr3.png") left center no-repeat;
}
.contact-list ul li:nth-child(4){
    background: url("../images/addr4.png") left center no-repeat;
}
.contact-list ul li{
    font-size: 14px;
    color: #666666;
}
.contact-list ul li span{
    color: #333333;
    margin-right: 5px;
}
/* 电子地图 end */

/* 项目展示 */
.project{
    margin-bottom: 25px;
}
.project .title{
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
}
.project-kinds{
    height: 45px;
    border-bottom: 1px #eeeeee solid;
}
.project-kinds:after{
    display: block;
    content: '';
    clear: both;
}
.project-kinds ul{
    display: inline-block;
}
.project-kinds ul li{
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 45px;
    margin-right: 40px;
    cursor: pointer;
}
.project-kinds ul li.active{
    color: #d2190b;
    line-height: 41px;
    border-bottom: 4px #d2190b solid;
}
.project-img{
    width: 100%;
    height: 460px;
    position: relative;
}
.big-swiper{
    width: 100%;
    height: 460px;
}
.big-swiper ul li img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.big-swiper .swiper-button-prev{
    width: 72px;
    height: 72px;
    background: rgba(255,255,255,0.7) url("../images/pleft.png") center no-repeat;

}
.big-swiper .swiper-button-next{
    width: 72px;
    height: 72px;
    background: rgba(255,255,255,0.7) url("../images/pright.png") center no-repeat;
}
.small-img{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 390px;
    height: 80px;
}
.small-img .small-swiper{
    width: 100%;
    height: 80px;
}
.small-swiper ul li{
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}
.small-swiper ul li img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.small-swiper ul li.swiper-slide-active{
    border: 2px #ffffff solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p-list{}
.p-list .list{
    display: none;
}

.house-info{}
.house-info ul{
    display: block;
    border: 1px #eeeeee solid;
}
.house-info ul:after{
    display: block;
    content: '';
    clear: both;
}
.house-info ul li{
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
}
.house-info ul li span{
    display: inline-block;
    width: 130px;
    margin-right: 5px;
    color: #666666;

}
.house-info ul li:nth-child(1),
.house-info ul li:nth-child(2),
.house-info ul li:nth-child(5){
    background: #f6f6f6;
}
.house-info ul li:nth-child(5){
    width: 100%;
}
.house-info2{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}
/* 项目展示 end */

/* sub section end */

/* index */
.banner-section{
    position: relative;
}
.banner-section .header{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 989;
    box-shadow:  0 1px 15px 1px rgba(0,0,0,0.2);
    background: #ffffff;
}
.banner-section .header .min-width{
    min-width: 1400px;
}
.banner-section .header .centre-width{
    width: 1400px;
}
.banner-section .header .logo{
    background: #ffffff;
    padding: 0 16px;
}
.index-nav{
    float: right;
    width: 850px;
}
.index-nav:after{
    display: block;
    content: '';
    clear: both;
}
.index-nav .navigation{
    float: left;
}
.index-nav .navigation ul li{
    float: left;
    width: 120px;
    height: 95px;
    border-bottom: 3px transparent solid;
    position: relative;
    margin-left: 1px;
    background: none;
}
/*.index-nav .navigation ul li.active{
    border-bottom: 3px #e82f13 solid;
    background-size: 120px 98px;
}*/
.index-nav .navigation ul li:hover{
    border-bottom: 3px #e82f13 solid;
    background-size: 120px 98px;
}
.index-nav .navigation ul li .first-nav{
    display: block;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
/*.index-nav .navigation ul li.active .first-nav{
    color: #e82f13;
}*/

.index-nav .navigation ul li:hover .first-nav{
    color: #e82f13;
}
.index-nav .code{
    float: right;
    padding: 4px;
    background: #77ccec;
    margin-top: 20px;
}
.index-nav .code img{
    display: block;
    width: 50px;
    height: 50px;
}

.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .swiper-container{
    height: 100%;
}
.banner ul li{
    height: 100%;
    background-size: 1920px 100%!important;
}
.banner .swiper-button-prev{
    width: 24px;
    height: 44px;
    left: 60px;
    background: url("../images/ileft.png") center no-repeat;
}
.banner .swiper-button-next{
    width: 24px;
    height: 44px;
    right: 60px;
    background: url("../images/iright.png") center no-repeat;
}
.banner .banner-text{
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    width: 1200px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}
.banner .banner-text h6{
    display: inline-block;
    font-size: 36px;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px rgba(255,255,255,0.22) solid;
    position: relative;
}
.banner .banner-text h6:after{
    display: block;
    content: '';
    width: 270px;
    height: 4px;
    background: #cc0000;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner .banner-text p{
    line-height: 65px;
}
/* index end */
























