@charset "UTF-8";
a:link,a:visited {
    color: #666666;
}

a:hover,a:active {
    color: #333;
}
#carousel_container {
    width: 100%;
    height: 460px;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}

#carousel_list {
    /*width: 4200px;*/
    height: 460px;
    position: absolute;
    z-index: 1;
}

#carousel_loding {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../image/loading2.gif);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 320px 320px;
    background-color: #fff;
    z-index: 99;
}

#carousel_list a {
    float: left;
    overflow: hidden;
    position: relative;
    height: 460px;
}

#carousel_list a img {
    width: 100%;
}

#carousel_buttons {
    position: absolute;
    height: 10px;
    width: 200px;
    z-index: 20;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#carousel_buttons span {
    cursor: pointer;
    float: left;
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 20px;
}

#carousel_buttons .on {
    background: #fff;
}

.wrap {
    position: relative;
}

.pop-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
    display: none;
    height: 100%;
    overflow-y: auto;
}


.pop-layer .con {
    margin: 50px auto;
    width: 1100px;
}
.animation-pop{
    animation: animationpop 1s;
    -moz-animation: animationpop 1s;	/* Firefox */
    -webkit-animation: animationpop 1s;	/* Safari 和 Chrome */
    -o-animation: animationpop 1s;
}
@keyframes animationpop{
    from {
        margin-top:-1000px;
        }
    to {margin: 50px auto;}
}

.pop-layer .con .text-con {
    background: #fff;
    width: 100%;
}

.pop-layer .con .text-con .title {
    padding: 40px 0 20px 0;
    text-align: center;

    font-size: 24px;
    color: #ff7200;
}

.pop-layer .con .text-con .text-p {
    padding: 0 35px;
    margin: 20px 0 0 0;
    text-indent: 2em;
    line-height: 22px;
    font-size: 16px;
    text-align: justify;
}

.rongsheng {
    padding: 40px 35px;
    text-align: right;
}

.pop-layer .con .btns-div {
    text-align: center;
    padding: 20px;
}

.pop-layer .con .btns-div .sure {
    line-height: 28px;
    width: 130px;
    background: #ff7200;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    margin: auto 10px;
}

.pop-layer .con .btns-div .cancel {
    line-height: 26px;
    width: 130px;
    border: 1px solid #ff7200;
    font-size: 16px;
    color: #ff7200;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
    margin: auto 10px;
}

.pop-layer .product-con {
    width: 980px;
    height: 700px;
    background: #fff;
    margin: 100px auto;
    position: relative;
}

.pop-layer .product-con .caption-table {
    width: 780px;
    display: table;
    line-height: 40px;
    font-size: 16px;
    position: absolute;
    left: 100px;
    margin: 48px auto;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
}

.pop-layer .product-con .caption-table .row {
    width: 100%;
}

.pop-layer .product-con .caption-table .cell, .pop-layer .product-con .table .cell {
    width: 260px;
}

.pop-layer .content {
    width: 780px;
    position: absolute;
    top: 90px;
    padding: 0 100px;
    height: 574px;
    overflow-y: scroll;

}

.pop-layer .product-con .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: url("../img/close.png") center center no-repeat;
    background-size: cover;
}
.pop-layer .product-con .close:hover{
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background: url("../img/close-hover.png") center center no-repeat;
    background-size: cover;
}

.pop-layer .product-con .table {
    display: table;
    line-height: 40px;
    font-size: 16px;
    width: 780px;
    /*height: 100%;*/
    overflow-y: hidden;
    margin: auto;
    border-top: none;

}

.pop-layer .product-con .table .row {
    display: table-row;
}
.nav-wrap{
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    z-index: 50;
    font-family: "Microsoft YaHei";

}
.nav {
    width: 1200px;
    height: 80px;
    margin: auto;
    font-size: 16px;

}

.nav a:link, .nav a:visited, .nav a:hover, .nav a:active {
    color: #333;
    text-decoration: none;
}

.nav .left {
    width: 400px;
    line-height: 80px;
}

.nav .right {
    width: 800px;
    text-align: right;
    line-height: 80px;
}

.nav .left .logo {
    vertical-align: middle;
}

.nav .right .nav-ul {
    width: 100%;
    text-align: right;
    list-style: none;
    font-size: 0;
}

.nav .right .nav-ul .nav-li.index {
    padding: 0 20px;
}

.nav .right .nav-ul .nav-li {
    font-size: 16px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    position: relative;
    margin: 0 30px;
    text-align: center;
}

.nav .right .nav-ul .nav-li.on {
    display: inline-block;
    position: relative;
    margin: 0 30px;
    color: #ff7200;
}
.nav .right .nav-ul .nav-li.on .nav-list{
    color:#333333;
}

.nav .right .nav-ul .nav-li .nav-list {
    display: none;
    position: absolute;
    z-index: 30;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    width: 126px;
    left: 50%;
    margin-left: -63px;
    top: 80px;
    background: #fff;
}

.nav .right .nav-ul .nav-li:hover .nav-list {
    padding: 0;
    display: block;
    position: absolute;
    z-index: 30;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    width: 126px;
    left: 50%;
    margin-left: -63px;
    top: 80px;
    background: #fff;
}

.nav .right .nav-ul .nav-li .nav-list li {
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    height: 48px;
    line-height: 48px;
}

.nav .right .nav-ul .nav-li .nav-list li:hover {
    color: #ff7200;
}

.nav .right .nav-ul .nav-li.on:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #ff7200;
    z-index: 20;
}

.copyright-footer {
    color: #666666;
    background: #c9c9c9;
    font-size: 14px;
    padding: 40px 0;
}

.copyright-footer .footer-con {
    width: 1200px;
    margin: auto;
}

.copyright-footer .footer-con .rq-img .img {
    width: 93px;
    height: 93px;
}

.copyright-footer .footer-con .add-wx {
    padding: 30px 20px 0;

}

.copyright-footer .footer-con .add-wx .account {
    margin-top: 8px;
    color: #333333;

}

.copyright-footer .footer-con .copy-right {
    border-left: 1px solid #a8a8a8;
    margin-top: 14px;
    text-align: left;
    padding-left: 30px;
    line-height: 23px;
}

.navigation-h {
    background: #f7f7f7;
    height: 80px;

}

.navigation-h .con {
    width: 980px;
    line-height: 80px;
    margin: 0 auto;
}

.navigation-h .con .left {
    width: 210px;
    text-align: left;
    font-size: 22px;
    position: relative;
}

.navigation-h .con .left.product:before {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 20;
    content: "";
    width: 18px;
    height: 10px;
    background: url("../img/product-daosanjiao.png") center center no-repeat;
    background-size: 100% 100%;
}

.navigation-h .con .left.event:before {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 20;
    content: "";
    width: 18px;
    height: 10px;
    background: url("../img/event-daosanjiao.png") center center no-repeat;
    background-size: 100% 100%;
}

.navigation-h .con .left.about-us:before {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 20;
    content: "";
    width: 18px;
    height: 10px;
    background: url("../img/about-us-daosanjiao.png") center center no-repeat;
    background-size: 100% 100%;
}

.navigation-h .con .left.contact-us:before {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 20;
    content: "";
    width: 18px;
    height: 10px;
    background: url("../img/contact-daosanjiao.png") center center no-repeat;
    background-size: 100% 100%;
}

.navigation-h .con .right {
    width: 770px;
    text-align: right;
    font-size: 14px;
    color: #666666;
}

.navigation-h .con .right span:last-child {
    color: #ff7200;
}

.table {
    display: table;
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    color: #666666;
}

.cell {
    display: table-cell;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    color: #666666;
}

.cell.caption {
    background: #ff7200;
    color: #fff;
}

.banner-top-img {
    width: 100%;
    height: 260px;
    margin-top: 80px;
}

.banner-top-img .img {
    min-width: 100%;
    height: 100%;
}

/*企业简介样式 start*/
.about-us-wrap .about-us-con {
    width: 980px;
    padding: 35px 0 80px;
    margin: auto;
    color: #666666;
    text-align: left;
    font-size: 16px;
}

.about-us-wrap .about-us-con .div-p {
    line-height: 26px;
    text-align: justify;
    margin-top: 25px;
}

.about-us-wrap .about-us-con .title {
    color: #333333;
    font-weight: bolder;
    margin-top: 25px;
}

.about-us-wrap .about-us-con .list-p {
    margin-top: 10px;
}

.about-us-wrap .about-us-con .list-p .name {
    color: #ff7200;

}

/*企业简介样式 end*/

/*联系我们样式 start*/
.acontact-us-wrap .contact-us-con {
    width: 980px;
    margin: auto;
    line-height: 40px;
    padding: 50px 0 270px;
}

.acontact-us-wrap .contact-us-con .item {

    text-align: left;
    color: #333333;
    font-size: 18px;
}

.acontact-us-wrap .contact-us-con .item .name {
    color: #666666;
}

/*联系我们样式 end*/