
/* 通用*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-size: 16px;
    font-family: "Microsoft YaHei", "PingFang SC", 'SimHei', 'Helvetica-Light', 'Arial', 'sans-serif', 'Droid Sans Fallback';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.clear {
    clear: both
}

.sec_txt{
    width:1440px;
    overflow: hidden;
    margin: auto;
}
.sec_txt .left{
    float: left;
}
.sec_txt .left .p1{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}
.sec_txt .left span{
    display: block;
    width: 8px;
    height: 35px;
    float: left;
    background: #fc7636;
    margin: 7px 10px 0 0;
}
.sec_txt .left .p2{
    font-size: 16px;
    color: #dddddd;
    margin-top: 10px;
}
.sec_txt .right{
    float: right;
}
.sec_txt .right .p1{
    font-size: 48px;
    color: #e0e0e0;
    font-family: Impact;
}
.sec_txt .right .p2{
    font-size: 18px;
    color: #999999;
    margin-top: 2px;
    float: right;
    display: block;
}

.sec1{
    width:100%;
    position: relative;
}
.sec1 .img1{
    display: block;
    width:100%;

}
.sec1 .dw{
    width:100%;
    position: absolute;
    top:100px;
    left:0;
}
.sec1 .dw ul{
    width:1440px;
    margin:48px auto 0 auto;
    height:270px;
    overflow: hidden;
}
.sec1 .dw ul li{
    float: left;
    width:340px;
    height:270px;
    cursor: pointer;
    position: relative;
    list-style: none;
    padding: 10px;
    overflow: hidden;
}
.sec1 .dw ul li img{
width: 100%;}
.sec1 .dw ul li .conter1{
    position: relative;
    width:100%;
}
.sec1 .dw ul li .conter1 .dw1{
    width:100%;
    position: absolute;
    top:180px;
    padding-left:25px;
    background: rgba(0,0,0,0.6);
}
.sec1 .dw ul li .conter1 .dw1 .p1{
    font-size: 24px;
    color: #fff;
}

.sec1 .dw ul li .conter1 .dw1 .p2{
    font-size: 16px;
    color: #fff;
   padding: 5px;
}
.sec1 .dw ul li .conter2{
    width:100%;
    height:270px;
    background: #fff;
    position: absolute;
    bottom: -270px;
    left:0;
    box-shadow: 0px 13px 20px -10px rgba(241, 241, 241,1);
    transition: all 0.3s;
}
.sec1 .dw ul li .conter2 .p1{
    font-size: 24px;
    color: #333333;
    margin: 64px 0 0 25px;
}
.sec1 .dw ul li .conter2 .p2{
    font-size: 16px;
    color: #999999;
    margin: 15px 0 0 25px;
}
.sec1 .dw ul li.active .conter2{
    bottom: 0;
    z-index: 2;
}
.sec1 .dw ul li.active .conter1{
    z-index: 1;
}
.sec1 .dw .bin{
    display: block;
    width:218px;
    height:46px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #fc7636;
    line-height:46px;
    border: 1px solid #fc7636;
    transition: all 0.3s;
    margin: 40px auto 0 auto;
}
.sec1 .dw .bin:hover{
    background: none;
    border: 1px solid #fc7636;
    color: #fc7636;
}



.sec2{
    width:100%;
    background: #fff;
    padding: 100px 0;
}
.sec2 ul{
    width:1440px;
    height:320px;
    margin: 48px auto 0 auto;
}
.sec2 ul li{
    float: left;
    width:342px;
    height:320px;
    background: #fff;
    margin-right: 23px;
    box-shadow: 2px 4px 16px 0 rgba(238, 238, 238, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.sec2 ul li .p1{
    display: block;
    width:286px;
    margin: 15px auto 0 auto;
    font-size: 20px;
    color: #333333;
}
.sec2 ul li .p1 img{
    float: right;
    margin-top: 13px;
}
.sec2 ul li .dw{
    width:100%;
    height:256px;
    position: absolute;
    top:-256px;
    left:0;
    background-color:rgba(0,0,0,0.6);
    transition: all 0.3s;
    opacity: 0;
}
.sec2 ul li .dw .xian{
    width:32px;
    height:4px;
    background: #ffcc00;
    margin: 70px 0 15px 30px;
}
.sec2 ul li .dw p{
    font-size: 16px;
    color: #fff;
    line-height:25px;
    margin-left: 30px;
}
.sec2 ul li.active .dw{
    transition: all 0.3s;
    opacity: 1;
    top:0;
}
.sec2 ul li.active .p1{
    color: #fc7636;
}
.sec2 ul li:hover .p1 {
    color: #fc7636;
}


.sec3{
    width:100%;
    position: relative;
}
.sec3 .img1{
    display: block;
    width:100%;
    height:926px;
}
.sec3 .dw{
    width:100%;
    position: absolute;
    top:100px;
    left:0;
}
.sec3 .dw .txt{
    width:1440px;
    overflow: hidden;
    margin: 26px auto 0 auto;
}
.sec3 .dw .txt .p1{
    float: left;
    font-size: 18px;
    color: #fff;
}
.sec3 .dw .txt .anniu{
    width:188px;
    height:48px;
    float: right;
    overflow: hidden;
}
.sec3 .dw .txt .anniu a{
    cursor: pointer;
}
.sec3 .dw .txt .anniu .anniu_1{
    float: left;
}
.sec3 .dw .txt .anniu .anniu_2{
    float: right;
}
.sec3 .dw .neirong{
    width:1440px;
    height:526px;
    margin: 40px auto 0 auto;
    overflow: hidden;
    position: relative;
}
.sec3 .dw .neirong ul{
    width:1440px;
    height:526px;
    overflow: hidden;
    position: absolute;
    top:0;
    left:0;
}
.sec3 .dw ul li{
    float: left;
    width:342px;
    height:526px;
    margin-right: 24px;
    cursor: pointer;
    position: relative;
}
.sec3 .dw ul li img{
    display: block;
    width:100%;
}
.sec3 .dw ul li .conter{
    width:100%;
    height:98px;
    background: #fff;
}
.sec3 .dw ul li .conter .p1{
    font-size: 24px;
    color: #333333;
    margin: 0 0 0 32px;
    padding-top: 18px;
}
.sec3 .dw ul li .conter .p1 span{
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
}
.sec3 .dw ul li .conter .p2{
    font-size: 18px;
    color: #fc7636;
    margin: 5px 0 0 32px;
}
.sec3 .dw ul li .dw1{
    width:100%;
    height:200px;
    background: #fc7636;
    position: absolute;
    bottom: -200px;
    left:0;
    transition: all 0.3s;
}
.sec3 .dw ul li:hover .dw1{
    bottom: 0;
}
.sec3 .dw ul li .dw1 .xian{
    width:32px;
    height:4px;
    margin: 24px 0 10px 30px;
    background: #fff01f;
}
.sec3 .dw ul li .dw1 p{
    font-size: 18px;
    color: #fff;
    line-height:30px;
    margin-left: 30px;
}

.sec9{
    width:100%;
    background: #f6f6f6;
    padding: 100px 0;
}
.sec9 .index_one_header2_div1{
    width:1440px;
    margin: 48px auto 0 auto;
}
.sec9 .index_one_header2_div1 .img1{
    display: block;
    width:100%;
    margin-top: 42px;
    cursor: pointer;
}
.sec9 .index_one_header2_div1 .bin1{
    display: block;
    width:198px;
    height:54px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #fc7636;
    line-height:54px;
    border: 1px solid #fc7636;
    transition: all 0.3s;
    margin: 40px auto 0 auto;
}
.sec9 .index_one_header2_div1 .bin1:hover{
    background: none;
    border: 1px solid #fc7636;
    color: #fc7636;
}


.index_one_header2_div7{
    width: 100%;
    position: relative;
}
.index_one_header2_ul{
    width: 100%;
    margin: auto;
    margin-top: 20px;
    position: relative;
    height: 240px;
}
.index_one_header2_ul li{
    width: 23.1%;
    height:240px;
    float: left;
    cursor: pointer;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform: scale(1);
    position: absolute;
    transition: all 0.5s linear;
    opacity: 1\9\0;
    box-shadow:0px 13px 20px -10px rgba(80, 82, 81, 0.2);
}
.index_one_header2_ul li .dw1{
    width:100%;
    height:48px;
    position: absolute;
    bottom:0;
    left:0;
    background: rgba(0,0,0,0.6);
    text-align: center;
    font-size: 18px;
    line-height:48px;
    color: #fff;
    opacity:1;
    transition: all 0.5s linear;
}
.index_one_header2_ul li:hover .dw1{
    opacity:0;
}
.index_one_header2_ul li:hover .dw2{
    opacity:1;
}
.index_one_header2_ul li .dw2{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 0.5s linear;
}
.index_one_header2_ul li .dw2 .bin{
    display: block;
    width:240px;
    height:56px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    line-height:56px;
    margin: 98px  auto 0 auto;
}
.index_one_header2_ul li.header_li1{
    transform: scale(0.8);
    left: -33px;
    top: 0px;
    z-index: 2;
}
.index_one_header2_ul li.header_li2{
    left: 13%;
    z-index: 3;
}
.index_one_header2_ul li.header_li3{
    left: 38%;
    z-index: 3;
}
.index_one_header2_ul li.header_li4{
    left: 63%;
    z-index: 3;
}
.index_one_header2_ul li.header_li5{
    transform: scale(0.8);
    left: 79%;
    top: 0px;
    z-index: 1;
}
.index_one_header2_ul li.header_li6{
    transform: scale(0.8);
    left: 39%;
    top: 0;
    z-index: 1;
}
.index_one_header2_ul li.header_li7{
    left: 13%;
    z-index: 2;
}
.index_one_header2_ul li.header_li8{
    transform: scale(0.8);
    left: 39%;
    top: 0px;
}
.index_one_header2_ul li.header_li9{
    left: 38%;
    z-index: 2;
}
.index_one_header2_ul li.header_li10{
    transform: scale(0.8);
    left: 39%;
    top: 0px;
    z-index: 1;
}
.index_one_header2_ul li .cover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
}
.header_li2 .cover{
    display: none;
}
.header_li3 .cover{
    display: none;
}
.header_li4 .cover{
    display: none;
}
.index_one_header2_ul li img{
    width: 100%;
}
.index_one_header2_ul li .kc_img{
    width: 100%;
    height: 140px;
}
.index_one_header2_ul1 li.header_ul_li2{
    left: 25%;
    z-index: 2;
}
.index_one_header2_ul1 li.header_ul_li3{
    left: 50%;
    z-index: 3;
}
.index_one_header2_ul1 li.header_ul_li4{
    left: 75%;
    z-index: 2;
}
.btn_left{
    width: 44px;
    height: 44px;
    position: absolute;
    left: 65px;
    top: 106px;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    line-height: 26px;
    opacity: 1\9\0;
}
.btn_right{
    width: 44px;
    height: 44px;
    position: absolute;
    right: 65px;
    top: 106px;
    cursor: pointer;
    text-align: center;
    line-height: 26px;
    opacity: 1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    z-index: 2;
    opacity: 1\9\0;
}
.btn_left_img{
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    opacity: 0;
    opacity: 1\9\0;
}
.btn_right_img{
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    opacity: 0;
    opacity: 1\9\0;
}
.btn_left:hover .btn_left_img{
    opacity: 1;
}
.btn_right:hover .btn_right_img{
    opacity: 1;
}
.index_one_header2_div1_2{
    margin-top: 16px;
}
.index_one_header2_div1_3{
    margin-top: 16px;
}

