/*清除默认样式*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
    color: #333;
}

* {
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
}
.layui-tab-title, .layui-tab-title .layui-this:after{
    border-color: #fff;
}
body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}
/* 中心变形*/
img {
    transition:all 0.5s ease-out;
    /* 过度 所有css属性 1秒过度 结束慢*/
    -moz-transition:all 0.5s ease-out;
    /* Firefox 4 */
    -webkit-transition:all 0.5s ease-out;
    /* Safari 和 Chrome */
    -o-transition:all 0.5s ease-out;
    /* Opera */
}


.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.one_content p{
    font-size: 16px;
}
.all_content_con p{
    font-size: 16px;
}
.one_content p img{
    margin:10px 0;
}
.all_content_con p img{
    margin:10px 0;
}
/*分页样式*/
.paging{
    width: 100%;
    height: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.pagination {
    width: 100%;
    margin: 40px 0 20px;

}

.pagination li {
    display: inline-block;
    min-width: 30px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #A1A1A1;
}

.pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
}
.active a{
    color: #fff!important;
}
.pagination .active {
    width: 30px;
    height: 30px;
    color: #fff;
    border: 1px solid #EB772A;
    background: #EB772A;
}

.pagination .active span {
    color: #fff;
}


.pagination .disabled {
    cursor: not-allowed;
}

.pagination .disabled span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;

}
.active a{
    color: #fff;
}
.divs{
    width: 600px;
    height: 200px;
    position: relative;
    background: #EB772A;
    overflow: hidden;
}
.divs_bor{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.divi{
    width: 200px;
    height: 200px;
    float: left;
}
.divbr{
    width: 180px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    background: red;
}
.jiazai{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
}
.spinner {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 6px;
    height: 6px;
    background-color: #EB772A;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0.0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 40% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
.header_con{
    width: 100%;
    min-height:200px;
    position: relative;
}
.header_top{
    width: 100%;
    height: 35px;
    background: #F4F4F4;
}
.header_top_bor{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.header_top_jr{
    height: 100%;
    line-height: 35px;
    font-size:14px ;
    color: #4c4c4c;
}
.header_top_right{
    height: 100%;
    line-height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    font-size:15px;
    color: #4c4c4c;
}
.header_top_right a{
    height:16px;
    line-height: 16px;
    display: inline-block;
    border-left: 1px solid #B4B3B3;
    margin-top: 9.5px;
    padding: 0 8px;
    transition:color 0.2s;
}
.header_top_right a:hover{
    color: #EC7833;
}
.header_top_right a:nth-child(1){
    border: none;
    padding: 0 7px;
}
.header_logo{
    width: 1200px;
    height: 115px;
    margin: 0 auto;
    position: relative;
}
.header_logo_top{
    /*width: 220px;*/
    width: 480px;
    height: 64px;
    display: inline-block;
    margin-top: 25px;
}
.header_logo_top img{
    width: 100%;
    height: 100%;
}

.header_logo_xkqslp{
    /*width: 400px;*/
    /*height: 100px;*/
    width: 200px;
    height: 70px;
    display: inline-block;
    margin-left: 30px;
}
.header_logo_xkqslp img{
    width: 100%;
    height: 100%;
}
.header_logo_sousuo{
    width: 400px;
    height: 45px;
    position: absolute;
    top: 35px;
    right: 0;
}
.header_logo_sousuo input[type='text']{
    width:330px;
    height: 100%;
    background: #EEEEEE;
    padding-left: 20px;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
}
.header_logo_sousuo input[type='submit']{
    width:70px;
    height: 45px;
    background:#EC7833;
    color: #fff;
    font-size:16px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    cursor: pointer;
    transition:background 0.2s;
}
.header_logo_sousuo input[type='button']{
    width:70px;
    height: 45px;
    background:#EC7833;
    color: #fff;
    font-size:16px;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
    cursor: pointer;
    transition:background 0.2s;
}
.header_logo_sousuo input[type='submit']:hover{
    background: rgba(236, 120, 51, 0.86);
}

.header_daohang_onw{
    width: 100%;
    height: 60px;
    position: relative;
    border-top: 1px solid #DCDCDC;
}
.header_daohang_onw_bor{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    z-index: 2;
}
.header_daohang_onw_rexian{
    width: 180px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background:#EC7832;
    padding:1px 18px;
    color: #fff;
}
.header_daohang_onw_rexian p:nth-child(1){
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    margin-top: 5px;
    overflow: hidden;
}
.header_daohang_onw_rexian p:nth-child(2){
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    font-weight: bold;
    overflow: hidden;
}
.header_daohang_onw_a{
    width: 128px;
    height: 100%;
    display: inline-block;
    vertical-align: top;

}
.header_daohang_tow_bor .header_daohang_onw_a{
    width: 120px;
}
.header_daohang_onw_a >a{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size:16px;
    color: #4c4c4c;
    display: block;
    transition:all 0.3s;
}
.header_daohang_onw_a:hover >a{
    color: #fff;
    background:#EC7832;
}
.header_daohang_onw_a:hover .header_daohang_onw_list{
    opacity: 1;
    margin-top: 0;
    display: block;
}
.header_daohang_onw_list{
    width: 100%;
    min-height: 1px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition:all 0.3s;
    display: none;
    margin-top: 10px;
}
.header_daohang_onw_list >a{
    color: #666;
    display: block;
    position: relative;
    line-height: 2.5rem;
    white-space: nowrap;
    text-align: center;
    font-size: 1.05rem;
}
.header_daohang_onw_list >a:hover{
    color: #fff;
    background: #EC7832;
}
.header_daohang_tow{
    width: 100%;
    height:60px;
    position: fixed;
    top: 0;
    left: 0;
    background:#F2F2F2;
    border-bottom: 3px solid #EF821E;
    z-index: 99;
    display: none;
}
.header_daohang_tow_bor{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}
.header_daohang_tow_logo{
    /*width: 160px;*/
    /*padding-top: 5px;*/
     width: 200px;
    padding-top: 10px;
    display: inline-block;
}
.header_daohang_tow_logo img{
    width: 100%;
}



.index_lunbo{
    width: 100%;
    height: 775px;
    position: relative;
}
.layui-carousel-ind{
    top: -50px;
    z-index: 99;
}
.index_lunbo:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1rem;
    content: "";
    z-index: 1;
    height: 130px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mb.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mb.svg') no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
}
.layui-carousel-ind li.layui-this{
    background: #fff;
    width: 35px;
    height: 10px;
    border-radius: 10px;
}
.layui-carousel-ind li{
    background: #EC7833;
}
.layui-carousel >div >div{
    width: 100%;
    height: 100%;
    position: relative;
}
.layui-carousel >div >div >a >img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index_lunbo_p{
    width: 1200px;
    min-height: 100px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    margin-top: 250px;
}
.index_lunbo_p p:nth-child(1){
    max-width: 380px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height:55px;
    text-shadow: 0 0 20px rgba(0,0,0,0.4);
    margin-left: 1px;
}
.index_lunbo_p p:nth-child(2){
    max-width: 380px;
    font-size: 35px;
    font-weight: bold;
    color: #ef821e;
    line-height:75px;
    text-shadow: 0 0 20px rgba(0,0,0,0.4);
    margin-left: 1px;
}
.index_zjba{
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    position: relative;
}
.index_zjba_bor{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
}

.index_zjba_title{
    width: 100%;
    height: 192px;
    margin: 20px 0;
    position: relative;
}
.index_zjba_title_img{
    text-align: center;
}
.index_zjba_title_img p{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size:24px;
    color: #000;
    line-height: 265px;
}
.index_zjba_p{
    width: 1150px;
    line-height: 25px;
    font-size:16px;
    color: #4c4c4c;
    text-align: center;
    margin:30px 0;
}
.index_zjba_ydqw{
    width: 143px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size:16px;
    color: #f0832c;
    border: 1px solid #f0832c;
    border-radius: 35px;
    display: block;
    margin: 0 auto;
    transition:all 0.4s;
}
.index_zjba_ydqw:hover{
    color: #999;
    border: 1px solid #999;
}
.index_zjba_shuzhi{
    width: 1200px;
    height: 90px;
    position: relative;
    font-size: 0;
    margin-top: 35px;
}
.index_zjba_shuzhi_die{
    width: 400px;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.index_zjba_shuzhi_die p{
    width: 100%;
    height: 38px;
    display: block;
    line-height: 38px;
    font-size:16px;
    color: #919090;
    text-align: center;
}
.index_zjba_shuzhi_die label{
    width: 100%;
    height: 50px;
    text-align: center;
    display: block;
}
.index_zjba_shuzhi_die label b{
    font-size:50px;
    color: #f0832c;
}
.index_zjba_shuzhi_die label span{
    font-size: 14px;
    color: #919090;
}
.index_vrqj{
    width: 100%;
    height:560px;
    position: relative;
}
.index_vrqj_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #4c4c4c;
    text-align: center;
}
.index_vrqj_div{
    width: 100%;
    height: 550px;
    background: #000;
    position: relative;
}
.index_vrqj_div:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mask.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mask.svg') no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
    transform: rotate(-180deg);
}
.index_vrqj_div:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mask.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mask.svg') no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
}
.index_zlxm{
    width: 1200px;
    height: 730px;
    position: relative;
    margin: 0 auto;
}
.index_zlxm_bor{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
}
.index_zlxm_div{
    width: 100%;
    height: 500px;
    margin-top: 30px;
    position: relative;
}
.index_zlxm_div_ys{
    width: 330px;
    height: 425px;
    margin: 0 auto;
    position: relative;
}
.index_zlxm_div_ys img{
    width: 100%;
    height: 100%;
}
.index_zlxm_div_con{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index_zlxm_div_con_div{
    width: 320px;
    height: 85px;
    position: relative;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 10px;
}
.index_zlxm_div_con_div:nth-child(1n){
    text-align: right;
    transition: left 0.3s;
}
.index_zlxm_div_con_div:hover{
    background: #F0F0F0;
}
.index_zlxm_div_con_div:hover .yachi_i{
    filter: none;
}
.yachi_i{
    transition: all 0.3s;
    filter: grayscale(100%);
}
.index_zlxm_div_con_div:nth-child(1n) img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 12px;
}
.index_zlxm_div_con_div:nth-child(1n) p{
    width: 270px;
    height: 35px;
    line-height: 35px;
    font-size:16px;
    color: #f0832c;
    position: absolute;
    top: 0;
    right: 47px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_zlxm_div_con_div:nth-child(1n) label{
    width: 270px;
    height: 45px;
    line-height: 22px;
    font-size:16px;
    color: #878686;
    position: absolute;
    top: 35px;
    right: 47px;
    overflow: hidden;
    text-align: right;
}
.index_zlxm_div_con_div:nth-child(2n) p{
    width: 270px;
    height: 35px;
    line-height: 35px;
    font-size:16px;
    color: #f0832c;
    position: absolute;
    top: 0;
    left: 47px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_zlxm_div_con_div:nth-child(2n) label{
    width: 270px;
    height: 45px;
    line-height: 22px;
    font-size:16px;
    color: #878686;
    position: absolute;
    top: 35px;
    left: 47px;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
}
.index_zlxm_div_con_div a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.index_zlxm_div_con_div:nth-child(2n){
    text-align: left;
    transition: right 0.3s;
}
.index_zlxm_div_con_div:nth-child(2n) img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    left: 12px;
}
.index_zlxm_div_con_div:nth-child(1){
    position: absolute;
    top: 0;
    left:80px;
}
.index_zlxm_div_con_div:nth-child(2){
    position: absolute;
    top: 0;
    right:80px;
}
.index_zlxm_div_con_div:nth-child(3){
    position: absolute;
    top: 105px;
    left:50px;
}
.index_zlxm_div_con_div:nth-child(4){
    position: absolute;
    top: 105px;
    right:50px;
}
.index_zlxm_div_con_div:nth-child(5){
    position: absolute;
    top: 205px;
    left:10px;
}
.index_zlxm_div_con_div:nth-child(6){
    position: absolute;
    top: 205px;
    right:10px;
}
.index_zlxm_div_con_div:nth-child(7){
    position: absolute;
    top: 305px;
    left:50px;
}
.index_zlxm_div_con_div:nth-child(8){
    position: absolute;
    top: 305px;
    right:50px;
}
.index_zlxm_div_con_div:nth-child(9){
    position: absolute;
    top: 405px;
    left:110px;
}
.index_zlxm_div_con_div:nth-child(10){
    position: absolute;
    top: 405px;
    right:110px;
}
.index_zlxm_div_con_div:nth-child(1):hover{
    left: 100px;
}
.index_zlxm_div_con_div:nth-child(2):hover{
    right: 100px;
}
.index_zlxm_div_con_div:nth-child(3):hover{
    left: 70px;
}
.index_zlxm_div_con_div:nth-child(4):hover{
    right: 70px;
}
.index_zlxm_div_con_div:nth-child(5):hover{
    left: 30px;
}
.index_zlxm_div_con_div:nth-child(6):hover{
    right: 30px;
}
.index_zlxm_div_con_div:nth-child(7):hover{
    left: 70px;
}
.index_zlxm_div_con_div:nth-child(8):hover{
    right: 70px;
}
.index_zlxm_div_con_div:nth-child(9):hover{
    left: 120px;
}
.index_zlxm_div_con_div:nth-child(10):hover{
    right: 120px;
}
.index_ysjs{
    width: 100%;
    height:790px;
    background: #EB772A;
    position: relative;
}
.index_ysjs:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mask.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mask.svg') no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
    transform: rotate(-180deg);
}
.index_ysjs:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mask.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mask.svg') no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
}
.index_ysjs_bor{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 170px;
    display: none;
}
.index_ysjs_title{
    width: 100%;
    height:85px;
    position: relative;
}
.index_ysjs_title_img{
    width: 430px;
    height: 60px;
}
.index_ysjs_title_img img{
    width: 100%;
    height: 100%;
}
.index_ysjs_title p{
    position: absolute;
    top: 42px;
    left: 0;
    font-size: 24px;
    color: #4c4c4c;
}
.index_ysjs_title_qie{
    width:100px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.index_ysjs_title_qie_left{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
}
.index_ysjs_title_qie_right{
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
}
.index_ysjs_title_qie_left img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.index_ysjs_title_qie_right img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.index_ysjs_div{
    width: 100%;
    height: 400px;
    margin-top: 40px;
    overflow: hidden;
}
.index_zjtd_div{
    width: 400px;
    height: 400px;
    position: relative;
}
.index_zjtd_divs{
    width: 100%;
    height: 100%;
    position: relative;
}
.index_zjtd_div_bor{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index_zjtd_div_img{
    width: 200px;
    height: 200px;
    line-height: 200px;
    background: #fff;
    border-radius: 200px;
    border: 8px solid #F9B178;
    margin: 0 auto;
    transition:all 0.5s;
    margin-top: 20px;
    overflow: hidden;
}
.index_zjtd_div_img img{
    width: 100%;
    height: 100%;
}
.index_zjtd_div_name{
    width: 100%;
    height:60px;
    line-height: 60px;
    font-size:18px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin: 15px 0;
    transition:all 0.5s;
}
.index_zjtd_div_jianjie{
    width: 100%;
    height:45px;
    line-height: 45px;
    font-size:16px;
    color: #fee3ca;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_zjtd_div_bor:hover .index_zjtd_div_img{
    width: 240px;
    height: 240px;
    margin-top: 0;
}
.index_zjtd_div_bor:hover .index_zjtd_div_name{
    font-size: 24px;
}
.index_ysjs_gdxq{
    width: 143px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size:16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 35px;
    display: block;
    margin: 0 auto;
    transition:all 0.6s;
}
.index_ysjs_gdxq:hover{
    color: #2d2d2d;
    border: 1px solid #2d2d2d;
}
.index_zxdt{
    width: 1200px;
    height: 750px;
    background: #fff;
    position: relative;
    margin: 0 auto;
}
.index_zxdt_bor{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
}
.index_zxdt_div{
    width: 100%;
    height: 450px;
}
.layui-tab-card>.layui-tab-title{
    background: none;
}
.layui-tab-card>.layui-tab-title li{
    width: 135px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 35px;
    background:#fff;
    border: 1px solid #EC7833;
    color: #EC7833;
    font-size: 18px;
    display: inline-block;
    margin: 0 20px;
}
.layui-tab-card>.layui-tab-title .layui-this{
    background: #EC7833;
    color: #fff;
}
.layui-tab-title{
    padding-left: 340px;
    border: none;
}
.layui-tab-title li a{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #EC7833;
}
.index_zxdt_div .layui-tab-content{
    width:100%;
    height: 350px;
    position: relative;
    margin-top: 35px;
}
.layui-tab-item{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.layui-tab-card>.layui-tab-title .layui-this >a{
    color: #fff;
}
.index_xwdt_list{
    width: 100%;
    height: 300px;
    border: 1px solid #CDCDCD;
    margin-top: 30px;
    position: relative;
}
.index_hdzx_lists{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.index_hdzx_list{
    width: 100%;
    height: 300px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.index_hdzx_list_img{
    width: 100%;
    height: 100%;
}
.index_hdzx_list_img img{
    width: 100%;
    height: 100%;
}
.index_hdzx_list_p{
    width: 100%;
    height: 45px;
    background: rgba(0, 0, 0, 0.31);
    position: absolute;
    left: 0;
    bottom: -45px;
    font-size:16px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition:all 0.5s;
}
.index_hdzx_list:hover .index_hdzx_list_p{
    bottom: 0;
}
.index_hdzx_lists:hover .index_hdzx_list_p{
    bottom: 0;
}
.index_xwdt_list:hover .index_xwdt_list_time{
    transform:rotate(360deg);
}
.index_xwdt_list_time{
    width: 110px;
    height: 110px;
    background:#EB772A;
    position: absolute;
    top: -30px;
    left: 40px;
    transition:all 0.5s
}
.index_xwdt_list_time p:nth-child(1){
    width: 100%;
    font-size:30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}
.index_xwdt_list_time p:nth-child(2){
    width: 100%;
    font-size:18px;
    color: #ffffff;
    text-align: right;
    padding-right: 10px;
}
.index_xwdt_list_cons{
    width: 100%;
    height: 150px;
    margin-top: 115px;
    padding: 10px;
}
.index_xwdt_list_cons p{
    line-height:35px;
}
.index_xwdt_list_cons p:nth-child(1){
    color: #f0832c;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_xwdt_list_cons p:nth-child(2){
    color: #2c2c2c;
    font-size: 16px;
}
.index_zxdt_gd{
    width: 160px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size:16px;
    color: #EC8039;
    border: 1px solid #EC8039;
    border-radius: 35px;
    display: block;
    margin: 0 auto;
    transition:all 0.6s;
}
.index_zxdt_gd:hover{
    color: #2d2d2d;
    border: 1px solid #2d2d2d;
}
.index_zhzs{
    width: 100%;
    height:780px;
    background:#F0F0F0;
    position: relative;
}
.index_zhzs:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mask.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mask.svg') no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
    transform: rotate(-180deg);
}
.index_zhzs:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mask.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mask.svg') no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
}
.index_zhzs_bor{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 170px;
    display: none;
}
.index_zhzs_div{
    width:100%;
    height: 530px;
    margin-top: 50px;
    position: relative;
}
.index_zhzss>.layui-tab-title li{
    margin: 0 10px;
    background: none;
}
.index_zhzss .layui-tab-title, .index_zhzss .layui-tab-title .layui-this:after{
    border-color: #EEEEEE;
}
.index_zhzss_div{
    width: 275px;
    height: 320px;
    position: relative;
}
.index_zhzss_div a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.index_zhzss_div_bor{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    transition:all 0.3s;
}
.index_zhzss_div_bor img{
    width:100%;
    height:220px;
    margin-top: 15px;
}
.index_zhzss_div_bor p{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size:18px;
    color: #202020;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    display: block;
    padding: 0 5px;
}
.index_zhzss_div_bor:hover{
    border-bottom: 5px solid #EC7833;
    top: 0;
}
.index_zhzss_div_bors{
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    transition:all 0.3s;
}
.index_zhzss_div_bors img{
    width:100%;
    margin-top: 15px;
}
.index_zhzss_div_bors p{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size:18px;
    color: #202020;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    display: block;
    padding: 0 5px;
}
.index_zhzss_div_bors:hover{
    border-bottom: 5px solid #EC7833;
    top: 0;
}
.index_zsfw{
    width: 100%;
    height: 560px;
    position: relative;
}
.index_zsfw_bor{
    width: 1200px;
    height: 600px;
    position: absolute;
    top: 20px;
    left: 0;
}
.index_zsfw_bor_left{
    width: 400px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -200px;
    display: none;
}
.index_zsfw_bor_right{
    width: 480px;
    height: 580px;
    position: absolute;
    top: 60px;
    right: -200px;
    display: none;
}
.index_zsfw_bor_right img{
    width: 100%;
    height: 100%;
}
.index_zsfw_con{
    width:300px;
    min-height:250px;
    position: absolute;
    top: 170px;
    left: 110px;
}
.index_zsfw_con img{
    display: inline-block;
    vertical-align: top;
}
.index_zsfw_con_p{
    width: 240px;
    min-height: 240px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.index_zsfw_con_p p{
    width: 100%;
    font-size:24px ;
    color: #7f7f7f;
    line-height: 45px;
}
.index_zsfw_con_p ul{
    list-style-type:disc;
    padding-left: 17px;
}
.index_zsfw_con_p ul li{
    list-style-type:disc;
    color: #4c4c4c;
    line-height: 35px;
    font-size: 16px;
}
.index_zsfw_con_p label{
    color: #7f7f7f;
    font-size: 24px;
    display: block;
    line-height: 110px;
}


/*尾部*/
.footer_div{
    width: 100%;
    height:430px;
    position: relative;
    z-index: 1;
    background: url('../image/public/fb.svg') no-repeat bottom center;
    background-size: auto 100%;
    padding-top: 110px;
}
.footer_div_div{
    width: 1200px;
    height: 230px;
    margin: 0 auto;
    position: relative;
}
.footer_div_banquan{
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: absolute;
    left:  0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    border-top: 1px solid #E7E7E7;
}
.footer_div_banquan a{
    color: #4c4c4c;
}
.footer_div_div_left{
    width: 350px;
    min-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.footer_div_div_left_logo{
    /*width: 115px;*/
    width: 365px;
    height: 70px;
    position: relative;
}
.footer_div_div_left_logo img{
    width: 100%;
    height: 100%;
}
.footer_div_div_left p:nth-child(2){
    width: 350px;
    font-size: 16px;
    color: #727272;
    line-height: 34px;
    margin-top: 20px;
}
.footer_div_div_left p:nth-child(3){
    width: 350px;
    font-size: 16px;
    color: #727272;
    line-height: 24px
}
.footer_div_div_left p span{
    color: #f0832c;
    font-size: 24px;
    font-weight: bold;
}
.footer_div_div_left_a{
    width: 100%;
    height: 35px;
    margin-top: 10px;
}
.footer_div_div_left_a a{
    margin: 0 5px;
}
.footer_div_div_right{
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.footer_div_div_right ul{
    display: inline-block;
    vertical-align: top;
    width: 125px;
    min-height: 170px;
    border-left: 1px solid #E5E5E5;
}
.footer_div_div_right ul:nth-child(1){
    border: none;
}
.footer_div_div_right ul li{
    line-height: 32px;
    font-size:15px;
    text-align: center;
}
.footer_div_div_right ul li a{
    color: #949494;
    transition:all 0.5s;
}
.footer_div_div_right ul li a:hover{
    color: #EC7832;
}
.footer_div_div_right ul li:nth-child(1){
    margin-bottom: 10px;
    font-size: 18px;
    color: #4c4c4c;
}
.footer_div_div_right ul li:nth-child(1) a{
    color: #4c4c4c;
}
/*侧边栏*/
.page_div{
    width: 220px;
    height: 385px;
    position: fixed;
    top: 0;
    right: 75px;
    z-index: 99;
}
.page_div_con{
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.page_div_con_list{
    width: 70px;
    height: 70px;
    position: relative;
    margin: 10px;
}
.page_div_con_list_div{
    width: 100%;
    height: 100%;
    background: #f0832c;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #f0832c;
    transition:all 0.5s;
    position: relative;
}
.page_div_con_list_div img{
    width:55px;
    height: 32px;
    transition:all 0.5s;
    opacity: 1;
    position: absolute;
    top: 8px;
    left: 8px;
}
.page_div_con_list_div p{
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size:14px;
    color: #fff;
    text-align: center;
    transition:all 0.5s;
    position: absolute;
    top: 40px;
    left: 0;
}
.page_div_con_list_div img:nth-child(2){
    display: none;
}
.page_div_con_list_div:hover{
    background: #fff;
    border: 1px solid #EDEDED;
    box-shadow: 0 0 4px 1px rgba(173, 173, 173, 0.64);
}
.page_div_con_list_div:hover p{
    color: #E66C30;
}
.page_div_con_list_div:hover img:nth-child(1){
    display: none;
}
.page_div_con_list_div:hover img:nth-child(2){
    display: block;
}
.page_div_con_ewm{
    width:145px;
    height: 123px;
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
}
.page_div_con_ewm img:nth-child(1){
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page_div_con_ewm img:nth-child(2){
    width: 120px;
    height: 120px;
    position: absolute;
    top: 2px;
    left: 2px;
}
.page_div_vx{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

/*内页*/
.nei_title{
    width: 100%;
    height: 420px;
    position: relative;
}
.nei_title img{
    width: 100%;
    height: 100%;
}

.nei_title:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mask.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mask.svg') no-repeat bottom center;
    mask-size: 106% auto;
    -webkit-mask-size: 106% auto;
}
.nei_title p:nth-child(2){
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 110px;
    left: 0;
}
.nei_title p:nth-child(3){
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 170px;
    left: 0;
}
.zoujin_beian_ppjs{
    width:100%;
    /*height: 420px;*/
    height: 620px;
    position: relative;
}
.zoujin_beian_ppjs_bor{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.nei_titles{
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 38px;
    color: #f0832c;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.nei_titless{
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 38px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.zoujin_beian_ppjs_div{
    width: 100%;
    min-height: 100px;
    position: relative;
}
.zoujin_beian_ppjs_div p{
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    line-height:30px;
    margin-top: 30px;
}
.zoujin_beian_ppys{
    width: 100%;
    height:620px;
    position: relative;
    background:#F0F0F0;
}
.zoujin_beian_ppys:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url(../image/public/mask.svg) no-repeat bottom center;
    -webkit-mask: url(../image/public/mask.svg) no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
    transform: rotate(-180deg);
}
.zoujin_beian_ppys_bor{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 200px;
    display: none;
}
.zoujin_beian_ppys_div{
    width: 100%;
    height: 260px;
    margin-top: 40px;
    position: relative;
    font-size: 0;
}
.zoujin_beian_ppys_div_list{
    width:260px;
    height: 200px;
    border: 1px solid #C8C8C8;
    background: #fff;
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
    margin-top: 60px;
    position: relative;
    transition: all 0.3s;
}
.zoujin_beian_ppys_div_list_img{
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    left: 85px;
    border-radius: 85px;
    border: 7px solid #F7C79F;
    background: #EB772A;
    text-align: center;
    line-height: 75px;
    transition: all 0.3s;
}
.zoujin_beian_ppys_div_list_title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size:20px;
    color: #303030;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 45px;
    left: 0;
    transition: all 0.3s;
}
.zoujin_beian_ppys_div_list_div{
    width: 220px;
    margin: 0 auto;
    font-size:15px;
    color: #4c4c4c;
    text-align: center;
    line-height: 30px;
    margin-top: 95px;
}
.zoujin_beian_ppys_div_list a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.zoujin_beian_ppys_div_list:hover{
    margin-top: 50px;
    box-shadow: 0 1px 10px 1px #adadad
}
.zoujin_beian_ppys_div_list:hover .zoujin_beian_ppys_div_list_img{
    width: 100px;
    height: 100px;
    line-height: 85px;
    top: -50px;
    left: 80px;
    transform: rotate(360deg);
}
.zoujin_beian_ynhj{
    width: 100%;
    height: 700px;
    background:#EB772A;
    margin-top: -70px;
    z-index: 1;
    position: relative;
    padding-top: 80px;
}
.zoujin_beian_ynhj:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #EEEEEE;
    mask: url(../image/public/mask.svg) no-repeat bottom center;
    -webkit-mask: url(../image/public/mask.svg) no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
    transform: rotate(-180deg);
}
.zoujin_beian_ynhj:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #ffffff;
    mask: url(../image/public/mask.svg) no-repeat bottom center;
    -webkit-mask: url(../image/public/mask.svg) no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
}
.zoujin_beian_ynhj_bor{
    width: 100%;
    height:600px;
    padding-top: 110px;
    display: none;
}
.zoujin_beian_ynhj_div{
    width: 100%;
    height: 380px;
    margin-top: 30px;
    overflow: hidden;
}
.zoujin_beian_ynhj_div_img{
    width: 100%;
    height: 100%;
    position: relative;
}
.zoujin_beian_ynhj_div_img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.zoujin_beian_ynhj_div_img p{
    width: 100%;
    height:45px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.41);
    position: absolute;
    left: 0;
    bottom: 62px;
    display: none;
}
.zoujin_beian_ynhj_div_img a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zoujin_beian_ryzz{
    width: 1200px;
    height:500px;
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
}
.zoujin_beian_ryzz_bor{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    padding-top: 100px;
}
.zoujin_beian_ryzz_div{
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.zoujin_beian_ryzz_div .index_zhzss_div_bor p{
    background: #F4F4F4;
}
.zlzx_jiesaho{
    width: 1200px;
    height:430px;
    margin: 0 auto;
    position: relative;
}
.zlzx_jiesaho_bor{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    padding-top: 100px;
}
.zlzx_jiesaho_div{
    width: 100%;
    height:310px;
    position: relative;
    margin-top: 40px;
}
.zlzx_jiesaho_div_left{
    width:435px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zlzx_jiesaho_div_left_img{
    width: 415px;
    height: 285px;
    position: absolute;
    right: 0;
    top: 0;
    background: #EC7833;
}
.zlzx_jiesaho_div_left_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
}
.zlzx_jiesaho_div_left_img img:hover{
    top: 20px;
    left: -20px;
    cursor: pointer;
    box-shadow: 0 0 10px 1px #adadad
}
.zlzx_jiesaho_div_right{
    width:650px;
    height: 310px;
    position: absolute;
    top: 15px;
    right: 25px;
}
.zlzx_jiesaho_div_right p{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
}
.zlzx_jiesaho_div_right p:nth-child(2){
    margin-top: 30px;
}
.zlzx_zlxm{
    width: 1200px;
    height:620px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}
.zlzx_zlxm_bor{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    padding-top: 130px;
}
.zlzx_zlxm_div{
    width: 100%;
    height: 450px;
    margin-top: 40px;
    font-size: 0;
    position: relative;
}
.zlzx_zlxm_div_list{
    width: 235px;
    height: 220px;
    display: inline-block;
    vertical-align: top;
    background: #F8F8F8;
    margin: 2px;
    position: relative;
    cursor: pointer;
}
.zlzx_zlxm_div_list_img{
    width: 100%;
    height: 40px;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
}
.zlzx_zlxm_div_list_img img{
    height: 100%;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.zlzx_zlxm_div_list_title{
    width: 100%;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size:18px;
    color: #f0832c;
    font-weight: bold;
    position: absolute;
    top: 85px;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zlzx_zlxm_div_list_p{
    width: 180px;
    min-height: 50px;
    font-size:14px;
    color: #878686;
    line-height:20px;
    position: absolute;
    top: 130px;
    left:35px;
}
.zlzx_zlxm_div_list a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.zlzx_zlxm_div_list:hover .zlzx_zlxm_div_list_img img{
    filter: none;
}
.zlzx_zlxm_div_list_zhezhao{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.31);
    transition: all 0.5s;
    opacity: 0;
    overflow: hidden;
}
.zlzx_zlxm_div_list:hover .zlzx_zlxm_div_list_zhezhao{
    opacity: 1;
}
.zlzx_zlxm_div_list_zhezhao_sousuo{
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100px;
    background: #EC7833;
    position: absolute;
    top: 220px;
    left: 92.5px;
    line-height: 50px;
    z-index: 5;
    transition: all 0.5s;
}
.zlzx_zlxm_div_list_zhezhao_sousuo img{
    width: 30px;
    height: 30px;
}
.zlzx_zlxm_div_list:hover .zlzx_zlxm_div_list_zhezhao .zlzx_zlxm_div_list_zhezhao_sousuo{
    top: 85px;
}
.zlzx_fwlc{
    width: 100%;
    height:640px;
    background: #EB772A;
    position: relative;
}
.zlzx_fwlc_bor{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 200px;
    display: none;
}
.zlzx_fwlc:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url(../image/public/mask.svg) no-repeat bottom center;
    -webkit-mask: url(../image/public/mask.svg) no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
    transform: rotate(-180deg);
}
.zlzx_fwlc:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #ffffff;
    mask: url(../image/public/mask.svg) no-repeat bottom center;
    -webkit-mask: url(../image/public/mask.svg) no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
}
.zlzx_fwlc_div{
    width: 1200px;
    height:180px;
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    font-size: 0;
}
.zlzx_fwlc_div_img{
    width: 180px;
    height: 180px;
    border-radius: 180px;
    display: inline-block;
    margin: 0 30px;
    position: relative;
    transition: all 1s;
    overflow: hidden;
}
.zlzx_fwlc_div_img:hover{
    transform: rotate(-360deg);
    cursor: pointer;
}
.zlzx_fwlc_div_img a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.zlzx_fwlc_div_img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.chakangenduo{
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    transition: all 0.3s;
}
.chakangenduo:hover{
    color: #666;
    border: 1px solid #666;
}
.zlzx_bzjcn{
    width: 100%;
    height:450px;
    position: relative;
}
.zlzx_bzjcn_bor{
    width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 100px;
    display: none;
}
.zyts_ysjs{
    width: 1200px;
    height: 520px;
    margin: 0 auto;
    position: relative;
}
.zyts_ysjs_bor{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 100px;
    display: none;
}
.zyts_ysjs_div{
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}
.zyts_ysjs_div_left{
    width:40px;
    height: 40px;
    position: absolute;
    top: 270px;
    left: -60px;
    cursor: pointer;
}
.zyts_ysjs_div_left img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zyts_ysjs_div_right{
    width:40px;
    height: 40px;
    position: absolute;
    top: 270px;
    right: -60px;
    cursor: pointer;
}
.zyts_ysjs_div_right img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.zyts_ysjs_div .index_zjtd_div_name{
    color: #323232;
}
.zyts_ysjs_div .index_zjtd_div_jianjie{
    color: #323232;
}
.zyts_tsmz{
    width: 100%;
    height: 700px;
    background: #EB772A;
    position: relative;
}
.zyts_tsmz:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url(../image/public/mask.svg) no-repeat bottom center;
    -webkit-mask: url(../image/public/mask.svg) no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
    transform: rotate(-180deg);
}
.zyts_tsmz:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #ffffff;
    mask: url(../image/public/mask.svg) no-repeat bottom center;
    -webkit-mask: url(../image/public/mask.svg) no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
}
.zyts_tsmz_bor{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 200px;
    display: none;
}
.zyts_tsmz_div{
    width: 100%;
    height: 320px;
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}
.zyts_tsmz_div .index_zhzss_div_bor p{
    background: #F4F4F4;
}
.zyts_tsmz_div .index_zhzss_div_bor:hover{
    border-bottom: 5px solid #FEB67D;
}
.zyts_ylsb{
    width:1200px;
    height: 510px;
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
}
.zyts_ylsb_bor{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 100px;
    display: none;
}
.zyts_ylsb_div{
    width: 100%;
    height: 320px;
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}
.zyts_ylsb_div .index_zhzss_div_bor p{
    background: #F4F4F4;
}
.zyts_ylsb_div .index_zhzss_div_bor:hover{
    border-bottom: 5px solid #FEB67D;
}
.zxdt_hdzx{
    width: 100%;
    height:420px;
    position: relative;
    background:#fff;
}
.zxdt_hdzx_bor{
    width: 1200px;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 100px;
    display: none;
}
.zxdt_ynxh{
    width: 100%;
    min-height: 500px;
    position: relative;
}
.zxdt_ynxh_bor{
    width: 1200px;
    min-height: 500px;
    position: relative;
    margin: 0 auto;
    padding-top: 150px;
    display: none;
}
.zxdt_ynxh_div{
    width: 100%;
    min-height: 500px;
    position: relative;
}

.zxdt_ynxh_div .index_zjtd_div{
    display: inline-block;
    width: 360px;
    height: 300px;
    margin: 40px 18px;
    vertical-align: top;
}
.kpal_div{
    width: 1200px;
    min-height: 500px;
    position: relative;
    margin: 0 auto;
}
.kpal_div_bor{
    width: 100%;
    min-height: 500px;
    position: relative;
    padding-top: 100px;
    display: none;
}
.kpal_div_bor .layui-tab-title{
    padding-left: 0;
}

.kpal_div_list{
    width:365px;
    height: 325px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 12px 12px;
    border-bottom: 3px solid #fff;
    transition: all 0.3s;
}
.kpal_div_list a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.kpal_div_list_img{
    width: 100%;
    height:210px;
    transition: all 0.3s;
}
.kpal_div_list_img img{
    width: 100%;
    height: 100%;
}
.kpal_div_list p{
    width:100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}
.kpal_div_list label{
    width: 100%;
    line-height: 25px;
    display: block;
    font-size:14px;
    color: #666666;
    transition: all 0.3s;
}
.kpal_div_list:hover{
    border-bottom: 3px solid #f0832c;
}
.kpal_div_list:hover p{
    color: #f0832c;
}
.lxwm_lxdh{
    width: 1200px;
    height: 370px;
    margin: 0 auto;
    position: relative;
}
.lxwm_lxdh_bor{
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 100px;
    display: none;
}
.lxwm_lxdh_title{
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 20px;
}
.lxwm_lxdh_i{
    width: 210px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #4c4c4c;
    font-weight: bold;
    margin-top: 20px;
}
.lxwm_lxdh_i img{
    height: 100%;
}
.lxwm_lxdh_div{
    width: 100%;
    height: 155px;
    position: relative;
}
.lxwm_lxdh_div_dh{
    height:60px;
    line-height: 60px;
    font-weight: bold;
    font-size:26px;
    color: #f0832c;
    position: absolute;
    top: 0;
    left: 0;
}
.lxwm_lxdh_div_dizhi{
    width: 370px;
    line-height: 26px;
    font-size:15px;
    color: #727272;
    position: absolute;
    top: 60px;
    left: 0;
}
.lxwm_lxdh_div_url{
    font-size:15px;
    color: #666666;
    position: absolute;
    bottom: 7px;
    left: 0;
}
.lxwm_lxdh_div_yx{
    font-size:15px;
    color: #666666;
    position: absolute;
    top: 65px;
    left: 430px;
}
.lxwm_lxdh_div_qq{
    font-size:15px;
    color: #666666;
    position: absolute;
    top: 95px;
    left: 430px;
}
.lxwm_lxdh_div_wxgzh{
    width: 120px;
    height: 155px;
    position: absolute;
    top: 0;
    right: 350px;
}
.lxwm_lxdh_div_wxgzh img{
    width: 120px;
}
.lxwm_lxdh_div_wxgzh p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    display: block;
}
.lxwm_lxdh_div_ydgw{
    width: 120px;
    height: 155px;
    position: absolute;
    top: 0;
    right: 220px;
}
.lxwm_lxdh_div_ydgw img{
    width: 120px;
}
.lxwm_lxdh_div_ydgw p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    display: block;
}
.lxwm_lxdh_div_dyh{
    width: 120px;
    height: 155px;
    position: absolute;
    top: 0;
    right: 80px;
}
.lxwm_lxdh_div_dyh img{
    height: 120px;
}
.lxwm_lxdh_div_dyh p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #4c4c4c;
    display: block;
}
.lxwm_lyzx{
    width: 100%;
    height:630px;
    background: #F0F0F0;
    position: relative;
}
.lxwm_lyzx:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mask.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mask.svg') no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
    transform: rotate(-180deg);
}
.lxwm_lyzx:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mask.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mask.svg') no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
}
.lxwm_lyzx_bor{
    width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 200px;
    display: none;
}
.lxwm_lyzx_div{
    width: 100%;
    height: 290px;
    position: relative;
    margin-top: 30px;
}
.lxwm_lyzx_div_list{
    width:440px;
    height: 45px;
    margin:20px 0;
    position: relative;
}
.lxwm_lyzx_div span{
    width:90px;
    height: 45px;
    line-height: 45px;
    text-align-last: justify;
    font-size:18px;
    color: #4b4b4b;
    display: inline-block;
    vertical-align: top;
}
.lxwm_lyzx_div input[type=text]{
    width:330px;
    height: 45px;
    line-height: 45px;
    font-size:18px;
    display: inline-block;
    background: #fff;
    margin-left: 10px;
    vertical-align: top;
    padding-left: 10px;
    border: 1px solid #E6E6E6;
}
.lxwm_lyzx_div input[type=submit]{
    width: 130px;
    height: 45px;
    background: #EC7833;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    border-radius: 45px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 21px;
}
.lxwm_lyzx_div input[type=button]{
    width: 130px;
    height: 45px;
    background: #EC7833;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    border-radius: 45px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 21px;
}
.layui-input-block{
    margin-left: 0;
    display: inline-block;
}
.layui-form-select dl{
    left: 10px;
    min-width: 97%;
}
.layui-form-select dl dd.layui-this{
    background-color: rgba(249, 131, 51, 0.82);
}
.lxwm_lyzx_div_ly{
    width: 700px;
    height: 174px;
    position: absolute;
    top: 0;
    right: 0;
}
.lxwm_lyzx_div_ly span{
    width:90px;
    height: 45px;
    line-height: 45px;
    text-align-last: justify;
    font-size:18px;
    color: #4b4b4b;
    display: inline-block;
    vertical-align: top;
}
.lxwm_lyzx_div_ly textarea{
    width: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #E6E6E6;
    background: #fff;
    padding: 10px;
}
.lxwm_zpxx{
    width: 1100px;
    min-height: 100px;
    margin: 0 auto;
    position: relative;
    padding-top: 50px;
}
.lxwm_zpxx_bor{
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    padding-top: 100px;
}
.lxwm_zpxx_div{
    width: 100%;
    min-height: 100px;
    position: relative;
    margin-top: 30px;
}
.lxwm_zpxx_div_title{
    width: 100%;
    height: 75px;
    background: #EEEEEE;
    position: relative;
    border-radius: 2px;
    font-size: 0;
}
.lxwm_zpxx_div_title_zwmc{
    width:180px;
    line-height: 75px;
    padding-left: 25px;
    font-size:16px;
    color: #4c4c4c;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
.lxwm_zpxx_div_title_gs{
    width:240px;
    line-height: 75px;
    font-size:16px;
    color: #4c4c4c;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.lxwm_zpxx_div_title_gzdd{
    width: 200px;
    line-height: 75px;
    font-size:16px;
    color: #4c4c4c;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.lxwm_zpxx_div_title_gxsj{
    width: 160px;
    line-height: 75px;
    font-size:16px;
    color: #4c4c4c;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 140px;
}
.lxwm_zpxx_div_title_xq{
    width: 60px;
    line-height: 75px;
    font-size:16px;
    color: #4c4c4c;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 90px;
}
.lxwm_zpxx_div_div{
    width: 100%;
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
}
.lxwm_zpxx_div_div >ul >li{
    width: 100%;
    min-height: 50px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
}
.lxwm_zpxx_div_div_list{
    width: 100%;
    height: 50px;
    position: relative;
}
.lxwm_zpxx_div_div_list a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.lxwm_zpxx_div_div_p{
    width: 100%;
    padding:25px;
    display: none;
}
.lxwm_zpxx_div_div_p p{
    line-height: 30px;
}
.lxwm_zpxx_div_div_list_zwmc{
    width:180px;
    line-height: 50px;
    padding-left: 25px;
    font-size:16px;
    color: #ef821e;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
.lxwm_zpxx_div_div_list_gs{
    width:240px;
    line-height: 50px;
    font-size:16px;
    color: #666666;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.lxwm_zpxx_div_div_list_gzdd{
    width: 160px;
    line-height: 50px;
    font-size:16px;
    color: #666666;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 12px;
}
.lxwm_zpxx_div_div_list_gxsj{
    width: 160px;
    line-height: 50px;
    font-size:16px;
    color: #666666;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 155px;
}
.lxwm_zpxx_div_div_list_xq{
    width: 60px;
    line-height: 50px;
    font-size:16px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 85px;
    cursor: pointer;
}
.lxwm_lylx{
    width: 100%;
    height:530px;
    margin-top: 30px;
    padding-top: 50px;
}
.lxwm_lylx_p_bor{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
.lxwm_lylx_p{
    width: 520px;
    line-height: 30px;
    font-size: 16px;
    color: #4c4c4c;
}
.lxwm_lylx_ditu{
    width: 100%;
    height:400px;
}
.lxwm_lylx_ditu:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 1;
    height: 70px;
    margin: 0;
    background-color: #fff;
    mask: url('../image/public/mask.svg') no-repeat bottom center;
    -webkit-mask: url('../image/public/mask.svg') no-repeat bottom center;
    mask-size: 105% auto;
    -webkit-mask-size: 105% auto;
    transform: rotate(-180deg);
}
.beian_nei{
    width: 1200px;
    min-height: 100px;
    margin: 0 auto;
}
.beian_nei_left{
    width: 850px;
    min-height: 100px;
    border: 1px solid #F1F1F1;
    display: inline-block;
    vertical-align: top;
    padding: 30px;
}
.beian_nei_right{
    width:325px;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.beian_nei_right_tou{
    width: 100%;
    height:165px;
    position: relative;
    overflow: hidden;
}
.beian_nei_right_list{
    width: 310px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    border-top: 1px dashed #767676;
    padding-top: 15px;
}
.beian_nei_right_list:hover p{
    color: #f0832c;
}
.beian_nei_right_list a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.beian_nei_right_list:nth-child(2){
    border: none;
}
.beian_nei_right_list p{
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}
.beian_nei_right_list label{
    color: #666666;
    font-size: 14px;
    display: block;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sousuo_list_bor{
    width: 100%;
    height: 140px;
    padding-top: 30px;
    border-top: 1px solid #DEDEDE;
    position: relative;
}
.sousuo_list_bor:nth-child(1){
    border: none;
}
.sousuo_list{
    width: 100%;
    height: 80px;
    position: relative;
    cursor: pointer;
}
.sousuo_list:hover .sousuo_list_right p:nth-child(1){
    color: #f0832c;
}
.sousuo_list:hover .sousuo_list_left{
    background: #f0832c;
}
.sousuo_list:hover .sousuo_list_left p{
    color: #fff;
}
.sousuo_list:hover .sousuo_list_left hr{
    color: #fff;
    background: #fff;
}
.sousuo_list:hover .sousuo_list_left label{
    color: #fff;
}
.sousuo_list a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sousuo_list_left{
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    background:#ebebeb;
    text-align: center;
    padding: 7px;
    transition: all 0.3s;
}
.sousuo_list_left p{
    font-size:22px;
    color: #666666;
    font-weight: bold;
    line-height: 36px;
    transition: all 0.3s;
}
.sousuo_list_left hr{
    width: 100%;
    height: 2px;
    color: #b3b3b3;
    background: #b3b3b3;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
}
.sousuo_list_left label{
    font-size:14px;
    color: #666666;
    line-height: 32px;
    transition: all 0.3s;
}
.sousuo_list_right{
    width: 670px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}
.sousuo_list_right p:nth-child(1){
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}
.sousuo_list_right p:nth-child(2){
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.all_content{
    width: 100%;
    min-height: 100%;
    position: relative;
}
.all_content_title{
    width: 100%;
    line-height:45px;
    font-size:24px;
    color: #4c4c4c;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.all_content_time{
    width: 100%;
    height: 75px;
    line-height: 75px;
    font-size:15px;
    color: #808080;
    border-bottom: 1px solid #DADADA;
}
.all_content_time span:nth-child(2){
    margin-left: 50px;
}
.all_content_div{
    padding: 10px;
    border-bottom: 1px solid #DADADA;
}
.all_content_sx{
    width: 100%;
    height: 100px;
    padding-top: 30px;
    font-size: 15px;
    color: #666666;
}
.all_content_sx p{
    line-height: 28px;
}
.all_content_sx p a{
    color: #666666;
    transition: all 0.3s;
}
.all_content_sx p a:hover{
    color: #f0832c;
}