*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "Microsoft YaHei","微软雅黑","SimSun", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: lighter;
    color: #424242;
}
ul,ol,li{
    list-style: none;
}
a{
    color: #221815;
    text-decoration: none;
}
i{
    font-style: inherit;
}
img{
    border: 0;
}
div{
    box-sizing: border-box;
}
.wrapper{
    position: relative;
}
.content-full{
    width: 100%;
    min-width: 1200px;
}
.content-center{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}
.fl-left{
    float: left;
}
.fl-right{
    float: right;
}
.clear-fix:after{
    clear: both;
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
}
.header-logo{
    padding: 26px 0 20px;
    height: 93px;
    box-sizing: border-box;
}
.nav-margin{
    margin-left: 60px;
}
.nav .ul ul>li{
    float: left;
    font-size: 16px;
}
.nav .ul ul>li:hover{
    background-color: #368bd5;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}
.nav .ul ul>li:hover >a{
    color: #ffffff;
}
.nav .ul ul>li:hover >ol{
    display: block;
}
.nav .ul ul>li>a{
    display: inherit;
    height: 98px;
    line-height: 75px;
    box-sizing: border-box;
    padding: 16px 12px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
}
.nav .ul ul>li>ol{
    display: none;
    position: absolute;
    z-index: 10000;
    background-color: rgba(87,98,103,.9);
    padding-bottom: 8px;
}
.nav ul>li>ol>li{
    color: #c3c3c3;
}
.nav ul>li>ol>li>a{
    display: inherit;
    padding: 0 24px;
    box-sizing: border-box;
    line-height: 33px;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
}
.nav ul>li>ol>li>a:hover{
    background-color: #368bd5;
    color: #ffffff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}
.header .language{
    padding: 44px 0 0;
}
.header .language a{
    padding: 8px 6px;
    background-color: #e5e5e5;
    border-radius: 3px;
}
.header .language a:hover{
    background-color: #368bd5;
    color: #ffffff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}
.header .language a.active{
    background-color: #368bd5;
    color: #ffffff;
}
.header .language a:first-child{
    margin-left: 8px;
    margin-right: 8px;
}

/*banner*/
.banner{
    position: relative;
    min-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: 100%;
}
.banner .content-box{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner .content-box li{
    position: absolute;
}
.content-box li.oin,.rongyu-show li.j{
    z-index: 4;
}
.banner .btn, .rongyu-show .btn{
    position: absolute;
    top: 45%;
    width: 40px;
    height: 70px;
    z-index: 10;
    cursor: pointer;
    background: url("../image/prov.png") no-repeat center;
    background-size: 40px 70px;
    display: none;
}
.banner:hover .btn,.rongyu-show:hover .btn{
    display: block;
}
.banner .prov{
    left: 10px;
}
.banner .next{
    right: 10px;
    transform: rotate(180deg);
}
.banner .button{
    position: absolute;
    width: 168px;
    bottom: 10px;
    left: 50%;
    margin-left: -80px;
    z-index: 6;
}
.banner .button span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #676767;
    background-color: #dadada;
    float: left;
    margin: 5px;
    cursor: pointer;
}
.banner .button:after{
    clear: both;
    content: '';
    height: 0;
    display: block;
    overflow: hidden;
    visibility: hidden;
}
.banner .button .on{
    background-color: #a2a2a2;
}

.new-nav{
    margin-top: 68px;
}
.new-nav .new-nav-title{
    width: 270px;
    height: 66px;
    margin-left: -40px;
    background: url("../image/new01.jpg") center no-repeat;
}
.about-nav-title{
    width: 336px;
    height: 68px;
    margin-left: -40px;
    background: url("../image/about01.png") center no-repeat;
}
.zuzhi-nav-title{
    width: 373px;
    height: 63px;
    margin-left: -40px;
    background: url("../image/zuzhi.png") center no-repeat;
}
.project-nav-title{
    width: 425px;
    height: 65px;
    margin-left: -40px;
    background: url("../image/product.png") center no-repeat;
}
.new-nav-title h3{
    color: #292929;
    margin-left: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 66px;
}
.about-nav-title h3{
    color: #292929;
    margin-left: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 68px;
}
.zuzhi-nav-title h3{
    color: #292929;
    margin-left: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 63px;
}
.project-nav-title h3{
    color: #292929;
    margin-left: 40px;
    font-size: 30px;
    font-weight: 500;
    line-height: 65px;
}
.new-nav-list{
    padding-top: 28px;
    margin-right: -10px;
}
.new-nav-list ul li{
    float: left;
    color: #292929;
    font-size: 16px;
    font-weight: 600;

    cursor: pointer;
    box-sizing: border-box;
}
.new-nav-list ul li a{
    padding: 10px 30px;
}
/*.new-nav-list ul li.active{*/
/*    background-color: #cbcbcb;*/
/*    color: #ffffff;*/
/*}*/
.new-nav-list ul li a:hover{
    background-color: #cbcbcb;
    color: #ffffff;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}
.new-content .tab_con{
    display: block;

}
.new-content .tab_bg{
    margin: 44px 0 50px;
    padding: 25px 33px 30px;
    background-color: #f4f4f4;
}
.new-content .tab_con .tab_con_img{
    margin-right: 55px;
}
.tab_con_info{
    position: relative;
    width: 495px;
}
.tab_con_info h3{
    margin-bottom: 12px;
    font-size: 30px;
    color: #575758;
    font-weight: 500;
}
.tab_con_info h3 a{
    margin-bottom: 12px;
    line-height: 70px;
    font-size: 30px;
    color: #575758;
    font-weight: 500;
}


.tab_con_info span{
    color: #939292;
}
.tab_con_info p{
    margin-top: 20px;
    line-height: 28px;
    font-size: 15px;
    color: #939292;
}
.tab_con_info a{
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    padding: 8px 20px;
    display: inline-block;
    outline: 0;
    background-color: #f1f1f1;
    font-size: 14px;
    color: #848181;
    cursor: pointer;
}
.tab_con_info a:hover{
    color: #368bd5;
}
.tab_list{
    margin-left: -70px;
}
.tab_list ul li{
    float: left;
    width: 520px;
    margin-left: 70px;
    padding-left: 10px;
    line-height: 40px;
    font-size: 15px;
    box-sizing: border-box;
    border-bottom: 1px dashed #a2a2a2;
}
.tab_list ul li i{
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    background: url("../image/icon_dian.jpg") center no-repeat;
}
.tab_list ul li:hover a{
    color: #368bd5;
}
.tab_list_btn a{
    margin: 43px auto;
    border: 1px solid #9fa0a0;
    padding: 8px 20px;
    display: inline-block;
    outline: 0;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    color: #9fa0a0;
    cursor: pointer;
}
.tab_list_btn a:hover{
    color: #368bd5;
    border-color: #368bd5;
}

.about-bg{
    padding: 66px 0;
    background: url("../image/about03.jpg") center no-repeat;
}
.about-content-txt{
    margin-top: 60px;
    margin-right: 60px;
    width: 526px;
}
.about-content-txt p{
    line-height: 28px;
    margin-bottom: 25px;
}
.about-video{
    padding-top: 84px;
}
.zuzhi-content{
    margin-top: 86px;
    margin-bottom: 74px;
}
.zuzhi-nav-title{
    margin-bottom: 60px;
}
.zuzhi-img{
    margin: 30px 40px;
    width: 125px;
    height: 182px;
    background-color: #f0f0f0;
}
.zuzhi-img h3{
    padding-top: 24px;
    font-size: 30px;
    color: #282828;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}
.zuzhi-img h4{
    margin-top: 10px;
    font-size: 12px;
    color: #b5b4b4;
    text-align: center;
}
.zuzhi-list{
    margin-top: 30px;
}
.zuzhi-list ul li a{
    color: #000000;
    font-size: 18px;
    line-height: 36px;
}
.zuzhi-list ul li a:hover{
    color: #0177b2;
}
.project-content{
    margin: 0 0 58px 0;
}
.project-show .project-show-box{
    width: 560px;
    height: 506px;
    background-color: #f0f0f0;
    overflow: hidden;
}
.project-item-show{
    display: none;
}
.project-item-show h3{
    padding: 16px 25px 0 20px;
    font-size: 18px;
    font-weight: 500;
}
.project-item-show p{
    padding: 8px 25px 0 20px;
    font-size: 14px;
    line-height: 24px;
}
.project-list{
    width: 512px;
    height: 520px;
}
.project-list ul{
    display: none;
}
.project-list ul li{
    position: relative;
    float: left;
    width: 150px;
    margin-left: 16px;
    text-align: center;
    cursor: pointer;
}
.project-list ul li img{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}
.zhezhao{
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 87px;
    z-index: 10;
    background: url("../image/aa.png") center no-repeat;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}
.project-list ul li.active .zhezhao{
    display: block;
}
.project-list ul li:hover .zhezhao{
    display: block;
}
.project-list ul li h4{
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
}
.project-controls{
    text-align: right;
}
.project-controls span{
    padding: 5px 12px;
    box-sizing: border-box;
    font-size: 26px;
    color: #696969;
    background-color: #f0f0f0;
    cursor: pointer;
}
.project-controls span:hover{
    background-color: #696969;
    color: #ffffff;
}
.oin{
    display: block;
}
.rongyu-bg{
    width: 100%;
    height: 225px;
    padding-top: 28px;
    background-color: #696969;
}
.rongyu-bg .rongyu-bg-img{
    width: 727px;
    height: 72px;
    margin: 15px auto;
    background: url("../image/rongyu.png") center no-repeat;
}
.rongyu-bg .rongyu-bg-img h3{
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
}
.rongyu-content{
    position: relative;
    height: 566px;
}
.rongyu-con{
    margin-top: -92px;
    padding-top: 65px;
    background-color: #ffffff;
}
.rongyu-content .rongyu-con .rongyu-list{
    width: 494px;
}
.rongyu-list ul li{
    font-size: 22px;
    line-height: 42px;
    cursor: pointer;
}
.rongyu-list ul li:hover{
    color: #cc0033;
}
.rongyu-list ul li.ons{
    color: #cc0033;
}
.rongyu-list ul li span{
    margin-right: 23px;
}
.rongyu-box{
    margin-left: 50px;
    width: 500px;
    height: 488px;
}
.rongyu-show{
    position: relative;
    width: 100%;
    height: 434px;
    background-color: #eaeaea;
}
.rongyu-show ul li{
    position: relative;
    width: 500px;
    height: 434px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    display: none;
}
.rongyu-show ul li p{
    position: absolute;
    left: 35%;
    bottom: -40px;
    margin-left: -15px;
    z-index: 10;
}
.rongyu-show ul li.j{
    display: table-cell;
}
.rongyu-show .next{
    right: 0;
    transform: rotate(180deg);
}
