:root {
    --action: #f1bd3f;
    --bj: #f4f4f4;
    --c333: #333;
    --c999: #999;
    --c666: #666;
    --cfff: #ffffff;
    --c888: #888888;
}



.prodef-set2 {
    padding-bottom: 68px;
}

header h1 p {
    font-size: 16px;
    color: #666;
    margin-top: 4px;
}

header .h_f {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cecece;
    width: 150px;
    border-radius: 3px;
    height: 23px;
    line-height: 20px;
    padding: 0 10px;
    position: relative;
    /* margin: 0 20px; */
}

header .h_f .text {
    width: 100%;
    display: block;
    margin-top: 2px;
}

header .h_f .submit {
    width: 9px;
    height: 9px;
    background: url('../images/ss_h.jpg') no-repeat center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

header .h_t i {
    width: 1px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    background: #adadad;
    margin: 0 16px;
}

header .h_t .wxz {
    position: relative;
}

header .h_t .wxz .dtadd {
    width: 150px;
    /* height: 120px; */
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
    background: #fff;
    transform: translateY(120%);
    z-index: -1;
    border-radius: 3px;
    border: 1px solid #eee;
    opacity: 0;
    height: 0;
    overflow: hidden;
    /* transition: transform 0.3s,opacity 0.3s */
}

header .h_t .wxz:hover .dtadd {
    transform: translateY(110%);
    opacity: 1;
    z-index: 30;
    height: auto;
}

header .h_t .wxz .dtadd img {
    width: 100%;
    margin-bottom: 5px;
}

header .h_t a span {
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

header .h_t > span {
    font-size: 16px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

header .h_nav li {
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    font-size: 16px;
    /* margin-left: 45px; */
    position: relative;
    min-width: 130px;
    text-align: center;
}

header .h_nav li::before {
    width: 0;
    content: '';
    height: 2px;
    background: var(--action);
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
}

header .h_nav {
    position: relative;
}

header .sub_navbox {
    position: fixed;
    background: url(../images/nav_bg.png) repeat;
    width: 100%;
    top: 98px;
    height: 0;
    left: 0px;
    display: none;
    text-align: center;
    z-index: 99999999;
}

header .sub_navbox .sub_navbox_in {
    width: 1400px;
    margin: 0 auto;
}

header .h_nav li:hover .sub_navbox {
    height: auto;
    display: block;
    padding: 20px 30px 30px;
    border: 1px solid #eee;
    border-top: 6px solid #f07f32;
}

header .sub_navbox dl {
    float: left;
    line-height: 26px;
    margin-right: 70px;
    /*width: 170px;*/
}

/*header .sub_navbox dl:nth-child(1){
 width: 710px
}
header .sub_navbox dl:nth-child(2){
 width: 160px
}
header .sub_navbox dl:nth-child(3){
 width: 240px
}*/
header .sub_navbox dt {
    color: #ff7700;
    text-align: left;
    margin-bottom: 8px;
    font-size: 16px;
}

header .sub_navbox dd {
    font-size: 12px;
    float: left;
    margin-right: 24px;
    text-align: left;
}

header .sub_navbox dd a {
    color: rgb(68, 68, 68) !important;
    display: block;
}

header .h_nav li:hover .sub_navbox a:hover {
    color: #ff7700 !important;
}

header .sub_case_navbox {
    position: fixed;
    background: rgb(255, 255, 255, 0.97);
    top: 98px;
    height: 0;
    display: none;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 99999999;
}

header .sub_case_navbox .sub_case_navbox_in {
    width: 1000px;
    margin: 0 auto;
    padding-top: 25px;
}

header .sub_case_navbox .sub_case_navbox_in .navbox_l {
    width: 200px;
    /*margin-left: 120px;*/
    float: left;
    margin-top: 30px;
}

header .sub_case_navbox .sub_case_navbox_in .navbox_r {
    margin-left: 120px;
    float: left;
    margin-top: 30px;
}

header .sub_case_navbox .sub_case_navbox_in .navbox_r .cat_desc {
    float: left;
    width: 246px;
    line-height: 28px;
    font-size: 12px;
    margin-right: 18px;
    text-align: left;
}

header .sub_case_navbox .sub_case_navbox_in .navbox_r img {
    float: left;
    max-width: 260px;
}

header .h_nav li:hover .sub_case_navbox {
    height: auto;
    display: block;
    padding: 20px 30px;
    border: 1px solid #eee;
    border-top: 6px solid #f07f32;
    min-height: 350px;
}

header .h_nav li:hover .sub_case_navbox a {
    color: rgb(68, 68, 68) !important;
    display: inline-block;
    float: left;
    min-width: 100px;
    font-size: 16px;
}

header .sub_case_navbox .navbox_r .cat_desc {
    float: left;
}

header h1 {
    margin-top: 18px;
}

header .fr {
    padding-top: 10px;
}

header .h_t {
    text-align: right;
}

header .h_nav li a {
    color: #333;
    font-size: 14px;
}

header .h_nav li:first-of-type {
    margin-left: 0;
}

header .h_nav li.on::before {
    width: 100%;
    opacity: 1;
}

header .h_nav li.on a {
    color: #f07f32;
}

header .h_nav li:hover::before {
    width: 100%;
    opacity: 1;
}

header .h_nav li:hover a {
    color: #f07f32;
}

.hid {
    width: 100%;
    height: 98px;
}

.index-set1 {
    padding: 38px 0;
}

.index-set1 li {
    width: 33.333%;
    float: left;
}

.index-set1 li .imgd {
    width: 142px;
    display: inline-block;
    vertical-align: middle;
}

.index-set1 li .text {
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.index-set1 li .text h6 {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
    font-weight: bold;
}

.index-set1 li .text p {
    font-size: 14px;
    color: #666;
    height: 88px;
    width: 90%;
}

.index-set1 li .text a {
    color: #333;
}

.index-set1 li .text a::after {
    width: 5px;
    height: 9px;
    content: '';
    background: url('../images/index-ico.jpg') no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    transition: all 0.5s;
}

.index-set1 li .text a:hover::after {
    margin-left: 16px;
}

.index-set1 li .text a:hover {
    color: var(--action);
}

.index-set2 {
    width: 100%;
    background: #ececec;
    border-top: 1px solid #cccccc;
    padding-bottom: 50px;
}

.index-set2-title {
    text-align: center;
    padding: 59px 0;
}

.index-set2-title h3 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 4px;
}

.index-set2-title p {
    font-size: 18px;
    color: #666;
}

.index-set-cont {
    width: 100%;
}

.index-set-cont .pro-nav {
    width: 14.28%;
    background: #fff;
    position: relative;
}

.index-set-cont .pro-cont {
    width: 84.28%;
}

.pro-cont-nav {
    background: #fff;
    padding: 16px 0;
    margin-bottom: 20px;
}

.pro-cont-nav h3 {
    font-size: 24px;
    color: #333;
    padding-left: 30px;
    position: relative;
    border-left: 3px solid #f1bd3f;
}

.pro-cont-nav span {
    line-height: 23px;
    background: #f1bd3f;
    color: #333333;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px 0 10px;
    position: relative;
    margin-left: 10px;
}

.pro-cont-nav span:hover a {
    color: #fff;
}

.pro-cont-nav span::before {
    content: '';
    position: absolute;
    right: 10px;
    width: 4px;
    height: 7px;
    background: url('../images/index-set-to.png') no-repeat center;
    top: 50%;
    transform: translateY(-50%);
}

.pro-cont-td li {
    width: 49%;
    float: left;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 20px;
}

.pro-cont-td li:nth-of-type(2n) {
    margin-right: 0;
}

.pro-cont-td li .imgd {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
}

.contdd {
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 80px 0;
    width: 60%;
    margin: 0 auto;
}

.contdd b {
    color: var(--action);
}

.pro-cont-td li .text {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 6%;
    padding-left: 3%;
}

.pro-cont-td li .text h6 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-cont-td li .text > span {
    color: #999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-cont-td li .text > div {
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;

    line-height: 1.3;
    color: #999;
    /* text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;  */
    margin-bottom: 20px;

    height: 56px;
}

.pro-cont-td li .imgd img {
    width: 100%;
    height: auto;
}

.pro-cont-td li .text a {
    width: 85px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    background: #333333;
    color: #fff;
}

.pro-cont-td li .text h6 a {
    background: none !important;
}

.pro-cont-td li .text a:last-of-type {
    background: #f1bd3f;
    color: #333;
}

.pro-cont .form-box {
    margin-top: 6px;
    margin-right: 20px;
}

.pro-cont .form-box input {
    display: inline-block;
}

.pro-cont .form-box .button {
    width: 19px;
    height: 19px;
    background: url('../images/ss-f.png') no-repeat center;
    cursor: pointer;
}

.pro-nav dt {
    text-align: center;
    color: #333333;
    font-size: 20px;
    color: #fff;
    background: #333333;
    padding: 16px 0;
}

.pro-nav dd {
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding: 0px 25px;
    font-size: 12px;
    position: relative;
}

.pro-nav dd::before {
    content: '';
    position: absolute;
    right: 20px;
    width: 4px;
    height: 7px;
    background: url(../images/index-set-to.png) no-repeat center;
    top: 50%;
    transform: translateY(-50%);
}

.pro-nav dd a {
    color: #666666;
    line-height: 42px;
    display: block;
    width: 100%;
}

.pro-nav::before {
    width: 34px;
    height: 35px;
    background: url('../images/new-x.jpg') no-repeat center;
    left: 0;
    content: '';
    top: 0;
    position: absolute;
}

.pro-nav dd.on {
    background: #f1bd3f;
    color: #333;
}

.pro-nav dd.on a {
    color: #333;
}

.pro-nav dd .text {
    position: absolute;
    right: 0;
    width: 0;
    transform: translateX(100%);
    top: 0;
    background: #ddd;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s;
    overflow: hidden;
}

.pro-nav dd:hover .text {
    opacity: 1;
    width: 160px;
}

.pro-nav dd:hover {
    background: #f1bd3f;
    color: #333;
}

.pro-nav dd .text .food {
    font-size: 12px;
    color: #fff;
    width: 160px;
    padding: 10px 15px;
    position: relative;
}

.pro-nav dd .text .food .button {
    width: 19px;
    height: 19px;
    background: url('../images/ss-f.png') no-repeat center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
}

.pro-nav dd .text .wd {
    width: 160px;
    height: 300px;
    overflow-y: auto;
}

.pro-nav dd .text .wd::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.pro-nav dd .text .wd::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.pro-nav dd .text .wd::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.pro-nav dd .text .wd li {
    /* width: 160px; */
    line-height: 30px;
    padding: 0 20px;
    border-top: 1px solid #ececec;
    font-size: 14px;
}

.pro-nav dd .text .wd li:hover {
    background: #eee;
}

.index-set3 {
    width: 100%;
    background: url('/static/images/yous_bei.png') no-repeat center top;
    padding: 84px 0;
}

.index-set3 .left {
    padding-top: 20px;
}

.index-set3 .left h3 {
    font-size: 38px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: bold;
}

.index-set3 .left li {
    font-size: 16px;
    color: #d7d8d7;
    line-height: 1.5;
}


.index-set3 .rigth {
    width: 70%;
}

.index-set3 .rigth li {
    width: 24.5%;
    float: left;
    margin-right: 0.666%;
    height: 184px;
    position: relative;
    margin-bottom: 8px;
}

.index-set3 .rigth li:nth-of-type(4n) {
    margin-right: 0;
}

.index-set3 .rigth li > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-set3 .rigth li .text {
    background: #fff;
    z-index: 1;
    text-align: center;
    padding-top: 46px;
    transition: all 0.6s ease 0s;
    backface-visibility: hidden;
}

.index-set3 .rigth li .text h6 {
    font-size: 16px;
    color: #333;
    margin-top: 6px;
}

.index-set3 .rigth li .cont {
    background: #B31A19;

    padding: 40px 26px;
    font-size: 16px;
    transform: rotateY(-180deg);
    transition: all 0.5s ease 0s;
    backface-visibility: hidden;
    color: #ffffff;
}

.index-set3 .rigth li .cont h6 {
    margin-bottom: 10px;
    color: #ffffff;
}

.cont p {
    color: #ffffff;
}

.index-set3 .rigth li:hover {
}

.index-set3 .rigth li:hover .text {
    transform: rotateY(180deg);
}

.index-set3 .rigth li:hover .cont {
    transform: rotateY(0deg);
}

.index-set4 {
    padding-bottom: 80px;
}

.index-set4 li {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.index-set4 li img {
    width: 100%;
    height: auto;
}

.index-set4 li:nth-of-type(2n) {
    margin-right: 0;
}

.index-set4 li .text {
    padding: 26px 0 32px;
}

.index-set4 li .text h6 {
    font-size: 18px;
    color: #333333;
    margin-bottom: 3px;
}

.index-set4 li .text p {
    font-size: 14px;
    color: #666;
}

.more-index {
    /* width: 160px; */
    text-align: center;
    font-size: 16px;
    color: #333;
    display: block;
    position: relative;
    line-height: 60px;
    width: 214px;
    text-transform: uppercase;
    overflow: hidden;
    margin: 20px auto 0;
    z-index: 1;
    border: 1px solid currentColor;
}

.btn-1 {
    color: #333333;
}

.btn-1:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #333333 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    box-sizing: border-box;
    transition: 0.5s;
}

.btn-1:hover:after {
    border-width: 330px 330px 0 0;
}

.more-index:hover {
    color: #fff !important;
}

.border2 {
    overflow: hidden;
    position: relative;
    background: #000;
}

.index-set5 .rigth .border2 {
    height: 240px;
    position: relative;
    background: #fff;
}

.index-set5 .rigth .border2 img {
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.border2 .txt {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #fff;
    line-height: 350px;
    transform: scale(0);
    font-size: 18px;
    text-align: center;
    /* transition: all 0.5s; */
}

.border2 .txt:before,
.border2 .txt:after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.3s;
    z-index: 1;
}

.border2 .txt:before {
    top: 15px;
    right: 0;
    bottom: 15px;
    left: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    /* z-index: 1; */
}

.border2 .txt:after {
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1, 0);
    transform-origin: 100% 0;
    /* z-index: 1; */
}

.border2:hover .txt:before,
.border2:hover .txt:after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}

.border2:hover .txt {
    transform: scale(1);
}

.border2:hover img {
    opacity: 0.5;
}

.index-set4 li:hover .text h6 {
    color: var(--action);
}

.index-set5 {
    background: url('../images/index-set5-bj.jpg') no-repeat center;
    padding-bottom: 170px;
}

.index-set5 .rigth {
    width: 1078px;
}

.index-set5-title {
    text-align: center;
    padding: 71px 0 91px;
}

.index-set5-title h3 {
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}

.index-set5-title p {
    font-size: 18px;
    color: #d2d1d0;
}

.swiper-slide img {
    width: 100%;
    height: auto;
}

.index-set5-page {
    padding: 50px 0;
}

.index-set5-page .tit {
    padding-bottom: 30px;
    border-bottom: 1px solid #5a5d5f;
    margin-bottom: 40px;
}

.index-set5-page .tit h6 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 6px;
}

.index-set5-page .tit p {
    font-size: 18px;
    color: #fff;
}

.index-set5 .left {
    width: 218px;
    text-align: center;
    border-right: 1px solid #67696b;
    padding: 50px 0 68px;
    padding-left: 40px;
}

.index-set5 .left li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
    cursor: pointer;
    position: relative;
}

.index-set5 .left li a {
    color: #fff;
}

.index-set5 .left li a:hover {
    color: var(--action);
}

.index-set5 .left li.on a {
    color: var(--action);
}

.index-set5 .left li::before {
    width: 1px;
    height: 18px;
    background: var(--action);
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -9px;
    content: '';
    opacity: 0;
}

.index-set5 .left li.on {
    color: var(--action);
}

.index-set5 .left li.on::before {
    opacity: 1;
}

.index-set6 {
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 60px;
}

.index-set6-cont {
    width: 100%;
    background: #fff;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.05);
    transform: translateY(-48px);
}

.index-set6-title {
    text-align: center;
    background: url('../images/index-set6-bj.jpg') no-repeat center 64px;
    padding: 89px 0 22px;
}

.index-set6-title h6 {
    font-size: 45px;
    color: #333;
    font-weight: bold;
    margin-bottom: 6px;
}

.index-set6-title p {
    font-size: 24px;
}

.index-set6-cont > i {
    display: block;
    width: 50px;
    height: 1px;
    background: #a5a9a5;
    margin: 0 auto 30px;
}

.index-set6-cont .cont {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.index-set6-cont a {
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 50px;
    color: #1f281d;
}

.index-set6-cont a::after {
    width: 100%;
    display: block;
    height: 1px;
    background: #1f281d;
    content: '';
    margin: 3px auto 0;
    transition: all 0.5s;
}

.index-set6-cont a:hover {
    color: var(--action);
}

.index-set6-cont a:hover::after {
    width: 30%;
    background: var(--action);
}

.index-set7 {
    width: 100%;
    padding: 45px 0 80px;
}

.index-set7 .left {
    width: 63%;
}

.index-set7 .rigth {
    width: 30%;
}

.index-set7 .l_nav {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.index-set7 .l_nav h6 a {
    display: inline-block;
    margin-right: 50px;
    font-size: 18px;
}

.index-set7 .l_nav h6 a::after {
    width: 0;
    margin: 0 auto -1px;
    display: block;
    height: 1px;
    background: var(--action);
    content: '';
    margin-top: 20px;
    transition: all 0.5s;
}

.index-set7 .l_nav h6 a.on {
    color: var(--action);
}

.index-set7 .l_nav h6 a.on::after {
    width: 100%;
}

.index-set7 .l_nav .more {
    font-size: 16px;
}

.index-set7-l {
    display: none;
}

.index-set7-l .imgd {
    width: 29.5%;
    display: inline-block;
    vertical-align: middle;
}

.index-set7-l li {
    margin-bottom: 20px;
}

.index-set7-l li:hover .text {
    transform: translateX(-2%);
}

.index-set7-l li:hover .text h6 {
    color: var(--action);
}

.index-set7-l .text {
    width: 68%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 4%;
    transition: all 0.5s;
}

.index-set7-l .text h6 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.index-set7-l .text p {
    color: #666;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
}

.index-set7-l .text span {
    color: #999;
}

.index-set7-r dd {
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-set7-r dd::before {
    width: 3px;
    height: 5px;
    background: url('../images/new-ico.jpg') no-repeat center;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-right: 10px;
}

.index-set7-r dd a {
    font-size: 16px;
    color: #666;
}

.index-set7-r dd a:hover {
    color: var(--action);
}

footer {
    background: #333333;
}

footer .dt {
    margin-bottom: 53px;
}

footer .dt dl {
    float: left;
    margin-right: 80px;
}

footer .dt dl:last-of-type {
    margin-right: 0;
}

footer .dt dl dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

footer .dt dl dd a {
    font-size: 14px;
    color: #adadad;
    margin-bottom: 10px;
}

footer .phone {
    margin-bottom: 18px;
}

footer .phone p {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding-left: 10px;
}

footer .fr .to {
    width: 150px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background: var(--action);
    display: block;
    text-align: center;
    margin-top: 30px;
    border-radius: 3px;
}

footer .youq {
    color: #848484;
    width: 100%;
}

footer .youq a {
    color: #848484;
    display: inline-block;
    margin-right: 8px;
}

footer .youq a:hover {
    color: #fff;
}

footer .dt dl dd a:hover {
    color: #fff;
}

footer .footer {
    padding: 45px 0 17px;
    border-bottom: 1px solid #484848;
}

.footer-tod {
    line-height: 52px;
    color: #adadad;
}

.footer-tod a {
    color: #adadad;
}

.footer-tod a:hover {
    color: #fff;
}

.ban-f {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ban-f h3 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.ban-f h4 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.ban-f .form {
    width: 700px;
    background: #fff;
    margin: 0 auto;
    padding: 18px 20px;
    position: relative;
}

.ban-f .form input[name='q'] {
    width: 100%;
}

.ban-f .submit {
    width: 23px;
    height: 23px;
    background: url('../images/f-set.png') no-repeat center;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
}

.pro-cont .index-set2 {
    padding-top: 50px;
    padding-bottom: 60px;
}

.prodef {
    width: 100%;
    background: var(--bj);
}

.prodef-nav {
    line-height: 52px;
    border-bottom: 1px solid #d9d9d9;
}

.prodef-nav .contd a {
    color: #999;
}

.prodef-nav .contd a:hover {
    color: #333;
}

.prodef-nav .contd img {
    margin-bottom: 3px;
    margin-right: 3px;
}

.prodef-set1 {
    padding-bottom: 60px;
}

.prodef-set1 .rigth {
    width: 620px;
    padding-right: 20px;
    margin-top: 114px;
}

.prodef-set1 .rigth .tit {
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 16px;
    margin-bottom: 16px;
    /* height: 283px;
    overflow-y: auto; */
}

.prodef-set1 .rigth .tit h6 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
}

.prodef-page {
    font-size: 16px;
    color: #666;
}

.prodef-page img {
    max-width: 100%;
}

.prodef-set1 .rigth .tit p {
    font-size: 18px;
    color: #666;
}

.prodef-set1 .rigth .cont {
    color: #666;
    font-size: 14px;
    height: 240px;
    overflow-y: auto;
    padding-bottom: 30px;
}

.prodef-set1 .rigth .cont::-webkit-scrollbar {
    /*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 10px; /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 1px;
}

.prodef-set1 .rigth .cont::-webkit-scrollbar-thumb {
    /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.prodef-set1 .rigth .cont::-webkit-scrollbar-track {
    /*婊氬姩鏉￠噷闈㈣建閬�*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed;
}

.prodef-set1 .rigth .db {
    margin-bottom: 16px;
}

.prodef-set1 .rigth .db span {
    font-size: 16px;
    color: #666;
}

.prodef-set1 .rigth .db ul {
    margin-top: 6px;
}

.prodef-set1 .rigth .db ul li {
    float: left;
    margin-right: 15px;
    text-align: center;
}

.prodef-set1 .rigth .db ul li p {
    font-size: 14px;
    color: #666;
    margin-top: 3px;
}

.prodef-set1 .rigth .btnd {
    margin-top: 30px;
}

.prodef-set1 .rigth .btnd .fx {
    display: inline-block;
    vertical-align: middle;
}

.prodef-set1 .rigth .btnd .fx span {
    color: #333;
    font-size: 18px;
}

.prodef-set1 .rigth .btnd .fx dl dd,
.prodef-set1 .rigth .btnd .fx dl {
    display: inline-block;
    vertical-align: middle;
}

.prodef-set1 .rigth .btnd a {
    width: 140px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 46px;
    margin-right: 10px;
}

.prodef-set1 .rigth .btnd a img {
    margin-right: 5px;
    max-width: 20px;
}

.prodef-set1 .rigth .btnd a.zx {
    background: #f1bd3f;
    color: #fff;
    border-radius: 6px;
}

.prodef-set1 .rigth .btnd a.xz {
    width: 140px;
    border-radius: 6px;
    border: 1px solid #a7a7a7;
    color: #3b3b3b;
    margin-right: 15px;
}

.prodef-set2 .left {
    width: 70%;
    background: #fff;
}

.prodef-set2 .rigth {
    width: 28%;
    /* background: #fff; */
}

.prodef-navd {
    background: #3b3b3b;
    color: #fff;
    height: 50px;
}

.prodef-navd span {
    width: 140px;
    text-align: center;
    line-height: 50px;
    display: block;
    float: left;
    /* display: inline-block; */
    font-size: 18px;
    height: 50px;
    cursor: pointer;
}

.prodef-navd span.on {
    background: var(--action);
}

.prodef-cont {
    width: 100%;
    padding: 40px;
}

.prodef-cont img {
    max-width: 100%;
}

.prodef-xg li {
    background: #fff;
    margin-bottom: 20px;
    text-align: center;
    padding: 1px;
    padding-bottom: 20px;
    font-size: 16px;
}

.prodef-xg li img {
    width: 90%;
    display: block;
    margin: 30px auto 10px;
}

.ban-f h6 {
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.case {
    padding-top: 40px;
}

.casedef-nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 98px;
    background: #333333;
    line-height: 50px;
    z-index: 10;
}

.casedef-nav .casenavdef span {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-right: 25px;
    display: inline-block;
    position: relative;
}

.casedef-nav .casenavdef span::before {
    width: 100%;
    content: '';
    height: 2px;
    background: var(--action);
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
}

.casedef-nav .casenavdef span.on {
    color: var(--action);
}

.casedef-nav .casenavdef span.on::before {
    opacity: 1;
}

.casedef-nav .fr a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 20px;
}

.casedef-nav .fr span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    /* margin-left: 20px; */
}

.casedef-nav .fr a:hover {
    color: var(--action);
}

.casedef-set1 {
    width: 100%;
    margin-top: 51px;
    padding: 52px 0 120px;
}

.casedef-set1 .left {
    width: 45%;
}

.casedef-set1 .rigth {
    width: 45%;
}

.casedef-set1 .left .tit {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 14px;
    margin-bottom: 14px;
    margin-top: 20px;
}

.casedef-set1 .left .tit h6 {
    font-size: 30px;
    color: #333;
}

.casedef-set1 .left .tit p {
    font-size: 18px;
}

.casedef-set1 .left .cont {
    color: #666666;
    font-size: 16px;
}

.casedef-set1 .left .btnd {
    margin-top: 30px;
}

.casedef-set1 .left .zx {
    width: 148px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 46px;
    margin-right: 20px;
    background: #f1bd3f;
    color: #fff;
    border-radius: 6px;
}

.casedef-set1 .left .fx dl,
.casedef-set1 .left .fx dd,
.casedef-set1 .left .fx {
    display: inline-block;
    vertical-align: middle;
}

.casedef-set1 .left .fx dd img {
    border-radius: 50%;
}

.casedef-set2 {
    background: var(--bj);
}

.casedef-set2-cont {
    width: 100%;
    background: #fff;
    transform: translateY(-50px);
}

.casedef-set2-cont h5 {
    font-size: 18px;
    color: #fff;
    background: #333333;
    padding: 12px 30px;
}

.casedef-set2-text {
    padding: 30px 40px;
    font-size: 16px;
}

.casedef-set3-cont {
    width: 90%;
    margin: 0 auto;
}

.bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}

.bdsharebuttonbox a {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
}

#bdshare_weixin_qrcode_dialog {
    width: 250px !important;
    height: 293px !important;
}

.bdshare-button-style0-32 .bds_weixin {
    background-image: url('../images/prodef-wx.png');
    background-size: 100% 100% !important;
    background-position: center center !important;
}

.bdshare-button-style0-32 .bds_tsina {
    background-image: url('../images/prodef-wb.png');
    background-size: 100% 100% !important;
    background-position: center center !important;
    border-radius: 50%;
}

.bdshare-button-style0-32 .bds_qzone {
    background-image: url('../images/prodef-kj.png');
    background-size: 100% 100% !important;
    background-position: center center !important;
    border-radius: 50%;
}

.bdshare-button-style0-32 .bds_sqq {
    background-image: url('../images/prodef-qq.png');
    background-size: 100% 100% !important;
    background-position: center center !important;
    border-radius: 50%;
}

.casedef-set3-cont li {
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 3px;
}

.casedef-set3-cont .txt {
    font-size: 18px;
    margin-top: 10px;
    color: #666;
}

.casedef-set3 h3 {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
    font-weight: bold;
}

.casedef-set3 {
    padding-bottom: 89px;
}

.casedef-set3-ul {
    width: 100%;
    position: relative;
}

.casedef-set3-ul i {
    width: 27px;
    height: 47px;
    position: absolute;
    background: url('../images/case-to.png') no-repeat center;

    top: 50%;
    cursor: pointer;
    /* opacity: 0.5; */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);
}

.casedef-set3-ul i:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    filter: grayscale(0%);
}

.casedef-set3-ul .next {
    left: 0;
    transform: rotate(180deg);
}

.casedef-set3-ul .prev {
    right: 0;
}

.ab-set1 {
    text-align: center;
    padding: 83px 0 70px;
}

.ab-set1 h3 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.ab-set1 p {
    font-size: 16px;
    color: #666;
}

.ab-set1 .imgd {
    margin-top: 70px;
}

.ab-set1-d {
    margin-top: 69px;
}

.ab-set1-d li {
    width: 33.333%;
    float: left;
    text-align: center;
}

.ab-set1-d li h6 {
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
}

.ab-set1-d li i {
    width: 28px;
    height: 25px;
    display: block;
    background: url('../images/ab-set-ico.jpg') no-repeat center;
    margin: 22px auto 0;
}

.ab-set1-d li:nth-of-type(2) {
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.ab-set2 {
    background: url('../images/ab-set2-bj.jpg') no-repeat center;
    padding: 88px 0;
}

.ab-set2-cont {
    width: 480px;
    margin-left: auto;
}

.ab-set2-cont h3 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.ab-set2-cont .cont {
    color: #c2c2c2;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    margin-bottom: 30px;
}

.ab-set2-cont a {
    display: inline-block;
    width: 156px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    color: #fff;
}

.ab-set2-cont a:nth-of-type(1) {
    border: 1px solid #fff;
}

.ab-set2-cont a.xc {
    position: relative;
    z-index: 1;
    border: 1px solid #f1bd3f;
}

.ab-set2-cont a.xc::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #f1bd3f;
    border-radius: 6px;
    opacity: 1;
}

.ab-set2-cont a.xc:hover {
    border-color: #f1bd3f;
}

.ab-set2-cont a.xc:hover::before {
    opacity: 0;
}

.ab-set2-cont a.zx:hover {
    border-color: var(--action);
    overflow: hidden;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--action);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: #fff;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    /* -webkit-transform: translateZ(0);
    transform: translateZ(0); */
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    /* -webkit-backface-visibility: hidden;
    backface-visibility: hidden; */
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.ab-set3 {
    text-align: center;
    padding: 50px 0 80px;
}

.ab-set3 h3 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.ab-set3 p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.ab-set4 {
    width: 100%;
    text-align: center;
    background: url('../images/ab-set4-bj.jpg') no-repeat center;
    padding: 72px 0 97px;
}

.ab-set4 h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    margin-bottom: 42px;
}

.ab-set4 li {
    width: 32%;
    float: left;
    margin-right: 2%;
    background: rgba(255, 255, 255, 0.8);
    padding: 23px 0 30px;
}

.ab-set4 li:nth-of-type(3n) {
    margin-right: 0;
}

.ab-set4 li h6 {
    font-size: 24px;
    color: #333;
    margin-bottom: 6px;
}

.ab-set4 li p {
    font-size: 16px;
    color: #666;
}

.ab-set5 li {
    width: calc(100% / 7);
    float: left;
    text-align: center;
}

.ab-set5 li em {
    font-size: 48px;
    color: #333;
    line-height: 1.1;
}

.ab-set5 li span {
    width: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: var(--action);
    height: 20px;
    display: inline-block;
    vertical-align: top;
}

.ab-set5 li p {
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

.ab-set5 {
    padding: 107px 0 80px;
}

.ab-set5 ul {
    margin-bottom: 60px;
}

.ab-set5 .more {
    text-align: center;
}

.ab-set5 .more a {
    width: 220px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background: var(--action);
    line-height: 50px;
    font-size: 16px;
}

.ban-f h3 {
    font-size: 12px;
    color: #807a77;
    text-transform: uppercase;
}

.cont-set1 {
    background: var(--bj);
    padding-bottom: 50px;
}

.cont-set1 h3 {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 60px 0 48px;
}

.cont-set1 li {
    width: 32%;
    margin-right: 2%;

    float: left;
    margin-bottom: 20px;
}

.cont-set1 li:nth-of-type(3n) {
    margin-right: 0;
}

.cont-set1 li h6 {
    font-size: 24px;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.cont-set1 li .cont {
    padding: 20px 0 20px;
    font-size: 16px;
    color: #666;
}

.cont-set1 li .btnd a {
    width: 117px;
    text-align: center;
    line-height: 42px;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
}

.cont-set1 li .btnd a:first-of-type {
    background: #f1bd3f;
    margin-right: 10px;
}

.cont-set1 li .btnd a:last-of-type {
    background: #2dc458;
}

.cont-set1 li .text {
    background: #fff;
    padding: 25px 50px 35px;
    transition: all 0.5s;
}

.cont-set1 li:hover .text {
    transform: translateY(-8px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.cont-set2 {
    padding-bottom: 60px;
}

.cont-set2 h3 {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding: 45px 0 42px;
    font-weight: bold;
}

.cont-set2 li {
    width: 32%;
    float: left;
    margin-right: 2%;
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 30px 0;
}

.cont-set2 li:nth-of-type(3n) {
    margin-right: 0;
}

.cont-set2 li p {
    margin-top: 10px;
    font-size: 16px;
}

.gc-cont {
    padding-bottom: 40px;
}

.gc-cont h3 {
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 1.3;
    padding: 66px 0;
}

.gc-cont-ul {
    width: 1127px;
    background: #efefef;
    border-radius: 6px;
}

.gc-cont-ul .imgd {
    width: 100%;
    background: #fff;
    position: relative;
    height: 320px;
    border-radius: 6px;
}

.gc-cont-ul .imgd img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.bananr .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.gc-cont-ul li p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.gc-cont-ul .swiper-container {
    padding-bottom: 40px;
}

.gc-cont-ul .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.gc-cont-ul .swiper-pagination-bullet-active {
    background: var(--action) !important;
}

.gc-cont-set1 .gc-cont-ul {
    margin-left: auto;
    padding: 75px 60px 22px 110px;
}

.gc-cont-set {
    position: relative;
    margin-bottom: 80px;
}

.gc-cont-set .gc-dt {
    background: #454545;
    width: 321px;
    position: absolute;

    top: 50%;
    transform: translateY(-50%);
    padding: 86px 54px 81px;
    border-radius: 6px;
}

.gc-cont-set .gc-dt h6 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 16px;
}

.gc-cont-set .gc-dt p {
    font-size: 16px;
    color: #fff;
}

.gc-cont-set .gc-dt a {
    width: 136px;
    line-height: 40px;
    border-radius: 6px;
    background: var(--action);
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 30px;
}

.gc-cont-set .gc-dt a span {
    position: relative;
    z-index: 2;
    color: #fff;
}

.gc-cont-set1 .gc-dt {
    left: 0;
}

.gc-cont-set2 .gc-cont-ul {
    margin-right: auto;
    padding: 75px 110px 22px 60px;
}

.gc-cont-set2 .gc-dt {
    right: 0;
}

.gc-nav {
    background: var(--action);
    line-height: 50px;
}

.gc-nav a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    margin-right: 25px;
    position: relative;
}

.gc-nav a::before {
    width: 100%;
    content: '';
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
}

.gc-nav a.on {
    color: #fff;
}

.gc-nav a.on::before {
    opacity: 1;
}

.gc-nav a:hover {
    color: #fff;
}

.gc-nav a:hover::before {
    opacity: 1;
}

.pz-tit {
    width: 100%;
    border-top: 2px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 20px 0;
}

.pz-tit h6 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.pz-tit span {
    font-size: 12px;
    color: #858585;
    margin-top: 10px;
}

.pz-cont {
    padding: 74px 0;
}

.pz-cont .rigth {
    width: 1080px;
    padding-right: 78px;
}

.pz-cont .rigth .text {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-bottom: 40px;
    text-align: justify;
}

.pz-cont .rigth .cont i {
    position: absolute;

    width: 28px;
    height: 50px;
    background: url('../images/pz-ico.png') no-repeat center;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    cursor: pointer;
}

.gray:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);

    filter: grayscale(0%);
}

.pz-cont .rigth .cont .next {
    left: 5%;
    transform: rotate(180deg);
}

.pz-cont .rigth .cont .prev {
    right: 5%;
}

.pz-cont .left {
    padding-top: 60px;
    padding-left: 45px;
}

.pz-cont .left li {
    margin-bottom: 20px;
}

.pz-set1 {
    background: #f5f5f5;
    padding-bottom: 112px;
}

.pz-set1 .cont {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 80px;
}

.pz-set1 h3 {
    padding-bottom: 20px;
}

.pz-set1 li {
    width: 24%;
    float: left;
    margin-right: 1.333%;
    background: #fff;
    padding: 30px 45px;
}

.pz-set1 li:nth-of-type(4n) {
    margin-right: 0;
}

.pz-set1 li span {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 50%;
    font-size: 42px;
    color: var(--action);
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dadada;
    text-align: center;
}

.pz-set1 li .tit {
    display: inline-block;
    vertical-align: middle;
    padding-left: 16px;
}

.pz-set1 li .tit h6 {
    font-size: 24px;
    color: #333;
}

.pz-set1 li .tit p {
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
}

.fw-cont {
    width: 100%;
}

.fw-cont .fw-page {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.fw-cont .fw-page .imgd {
    width: 52%;
}

.fw-cont .fw-page .imgd img {
    width: 100%;
    height: auto;
}

.fw-cont .fw-page .text {
    width: 42%;
    padding: 60px 0;
}

.fw-cont .fw-page:nth-of-type(2n-1) .imgd {
    float: left;
}

.fw-cont .fw-page:nth-of-type(2n-1) .text {
    float: right;
    padding-right: 5%;
}

.fw-cont .fw-page:nth-of-type(2n) .imgd {
    float: right;
}

.fw-cont .fw-page:nth-of-type(2n) .text {
    float: left;
}

.fw-cont .fw-page .text h6 {
    font-size: 24px;
    margin-bottom: 30px;
}

.fw-cont .fw-page .text .cont {
    font-size: 16px;
    color: #666;
}

.fw-cont .fw-page .text a {
    width: 165px;
    text-align: center;
    display: block;
    border: 1px solid #b5b5b5;
    padding: 12px 0;
    border-radius: 6px;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}

.fw-cont .fw-page .text a:hover {
    border-color: var(--action);
    color: var(--action);
}

.sl-cont {
    padding-bottom: 100px;
    border-bottom: 1px solid #cccccc;
}

.sl-cont .imgd {
    width: 717px;
    position: relative;
    z-index: 1;
}

.sl-cont .imgd::before {
    width: 90%;
    height: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--action);
    content: '';
    transform: translate(26px, 26px);
    z-index: -1;
}

.sl-cont .cont {
    width: 573px;
    padding-right: 54px;
    padding-top: 68px;
}

.sl-cont .cont h6 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 22px;
}

.sl-cont .cont .tit {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-bottom: 40px;
}

.sl-cont .cont a {
    width: 165px;
    text-align: center;
    display: block;
    border: 1px solid #b5b5b5;
    padding: 12px 0;
    border-radius: 6px;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}

.sl-cont .cont a:hover {
    border-color: var(--action);
    color: var(--action);
}

.sl-ves {
    width: 100%;
}

.sl-page {
    margin-bottom: 30px;
}

.sl-nav {
    margin-bottom: 10px;
}

.sl-nav span {
    font-size: 18px;
    color: #666;
}

.sl-nav p {
    color: #666;
    cursor: pointer;
}

.sl-nav p::after {
    width: 11px;
    height: 7px;
    background: url('../images/sl-ico.jpg') no-repeat center;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    content: '';
}

.sl-nav p.on::after {
    transform: rotate(-90deg);
}

.sl-page li {
    width: 14%;
    margin-right: 0.3333%;
    float: left;
    margin-bottom: 10px;
    height: 96px;
    background: #f5f5f5;
    position: relative;
}

.sl-page li img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sl-page li:nth-of-type(7n) {
    margin-right: 0;
}

.jz-cont-d {
    position: relative;
}

.jz-cont-ves {
    width: 641px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 5%;
    bottom: -80px;
    padding: 50px;
}

.jz-set1 {
    padding-bottom: 80px;
}

.jz-cont-ves h6 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.jz-cont-ves p {
    color: #666;
    font-size: 16px;
    line-height: 2;
}

.jz-cont-ves p span {
    color: #f1bd3f;
}

.jz-cont {
    padding-bottom: 161px;
    border-bottom: 1px solid #cccccc;
}

.jz-set1 h6 {
    padding: 48px 0;
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.jz-set1 li {
    width: 14%;
    float: left;
    margin-right: 0.333%;
    margin-bottom: 15px;
}

.jz-set1 li:nth-of-type(7n) {
    margin-right: 0;
}

.new {
    background: var(--bj);
    padding-top: 38px;
    padding-bottom: 80px;
}

.new-cont li {
    margin-bottom: 25px;
}

.new-cont li a {
    display: block;
    background: #fff;
    transition: all 0.5s;
}

.new-cont li a:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.new-cont li a .text {
    padding: 25px 30px;
}

.new-cont li a:hover .text h6 {
    color: var(--action);
}

.new-cont li a .text h6 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
}

.new-cont li a .text p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}

.new-cont li a .text span {
    color: #666;
}

.com-form-box {
    margin-top: 50px;
}

.com-form-box ul {
    margin-left: -8px;
    margin-right: -8px;
}

.com-form-box ul li {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 8px;
}

.com-form-box ul li input {
    font-size: 16px;
    color: #999;
    width: 100%;
    line-height: 64px;
    padding: 0 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.com-form-box ul li input:focus,
.com-form-box .textarea:focus,
.com-form-box .submit:focus {
    outline: none;
    box-sizing: border-box;
}

.com-form-box .textarea {
    box-sizing: border-box;
    padding: 30px;
    height: 270px;
    width: 100% !important;
    border: none;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #999;
    background: #fff;
}

.com-form-box .submit {
    margin-top: 20px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: var(--action);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.com-form-box .submit:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.prodef-page h3 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.index-set3 .left .to {
    width: 150px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    background: var(--action);
    display: block;
    text-align: center;
    margin-top: 30px;
    border-radius: 3px;
}

/*瀹㈡湇02*/
.kf02 {
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 999;
    width: 130px;
    background: #f3f3f3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.kf02.on {
    right: -130px;
}

.kf02-head {
    height: 134px;
    background: url(../images/kefu/kf-2-0-1.png) no-repeat center;
    font-size: 0;
}

.kf02-list li ~ li {
    border-top: 1px solid #dadada;
}

.kf02-list li .box {
    position: relative;
    padding: 5px 0px 5px 35px;
}

.kf02-qq {
    position: absolute;
    left: 8px;
    top: 50%;
    width: 18px;
    height: 20px;
    /*background: url(../images/kefu/zx.png) no-repeat center;*/
    background: url(../images/kefu/kf-2-qq.png) no-repeat center;
    background-size: 18px;
    margin-top: -10px;
}

.kf02-list li .box:hover .kf02-qq {
    -webkit-animation: sh-shake 2s ease infinite;
    animation: sh-shake 2s ease infinite;
}

/*鍔ㄧ敾鈥斺€旀姈鍔ㄦ晥鏋�*/
@-webkit-keyframes sh-shake {
    0%,
    25%,
    100% {
        -webkit-transform: translateY(0);
    }
    3%,
    9%,
    15% {
        -webkit-transform: translateY(-3px);
    }
    6%,
    12%,
    20% {
        -webkit-transform: translateY(3px);
    }
}

@keyframes sh-shake {
    0%,
    25%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    3%,
    9%,
    15% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    6%,
    12%,
    20% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

.kf02-list li .box .cont {
    font-size: 12px;
    line-height: 20px;
    font-size: 0;
}

.kf02-list li .box .cont span {
    display: inline-block;
    min-width: 32%;
    font-size: 12px;
    color: #333;
}

.kf02-list li .box .cont span.big {
    width: 100%;
}

.kf02-foot {
    height: 24px;
    background: url(../images/kefu/kf-2-1.png) no-repeat center;
    cursor: pointer;
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.kf02-foot:hover {
    opacity: 0.8 !important;
}

.kf02-left {
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 120px;
    background: #bf9f62;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 1.3;
    cursor: pointer;
}

.kf02-left .icon-right {
    display: inline-block;
    margin-top: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url(../images/kefu/kf-02-close.png) no-repeat center;
    background-size: 5px;
}

.kf02-close {
    position: absolute;
    left: -25px;
    top: 0;
    width: 25px;
    height: 30px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.kf02-close .icon-close {
    width: 25px;
    height: 30px;
    background: url(../images/kefu/kf-02-close.png) no-repeat center;
    background-size: 10px;
    /*-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;*/
}

.kf02-close:hover {
    background-color: rgba(244, 101, 28, 0.5);
}

.kf02-close.on .icon-close {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1600px) {
    .kf02-head {
        height: 40px;
        background: #f4651c;
        text-align: center;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
    }

    .kf02-list li .box .cont {
        line-height: 16px;
    }

    .kf02-list li .box {
        /*padding: 5px 0px 1px 35px;*/
    }
}


.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot-form {
    padding: 72px 0;
    background: url(../images/form-bg.jpg) no-repeat center;
    background-size: cover;
}

.foot-form .title {
    width: 40%;
    padding-top: 10px;
}

.foot-form .cont {
    width: 50%;
}

.foot-form .title h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}

.foot-form .title h3 b {
    font-size: 48px;
}

.foot-form .title h4 {
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}

.foot-form .title .tel {
    margin-top: 45px;
}

.foot-form .title .tel b {
    font-family: DINPro-Medium;
    font-size: 36px;
    line-height: 36px;
    color: #fc5a20;
    display: inline-block;
    vertical-align: middle;
}

.foot-form .title .tel i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 33px;
    color: #fff;
}

.foot-form .title .tel span {
    display: inline-block;
    width: 25px;
    height: 26px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
    color: #4d4d4d;
    margin-left: 4px;
    margin-right: 12px;
}

.foot-form .cont .form-list .inp {
    width: 49%;
    height: 50px;
    background-color: #ffffff;
    font-size: 16px;
    color: #888888;
    padding: 0 25px;
}

.foot-form .cont .form-list textarea {
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    font-size: 16px;
    color: #888888;
    padding: 12px 25px;
    margin-top: 10px;
}

.foot-form .cont .form-list .sub {
    width: 200px;
    height: 50px;
    background-color: #fc5a20;
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .foot-form .title h3 b {
        font-size: 36px;
    }

    .foot-form .title h3, .foot-form .title h4 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .foot-form {
        padding: 40px 0;
    }

    .foot-form .title {
        width: 100%;
        padding-top: 0;
    }

    .foot-form .cont {
        width: 100%;
    }

    .foot-form .title h3, .foot-form .title h4 {
        font-size: 16px;
        line-height: 1.75;
    }

    .foot-form .title h3 b {
        font-size: 22px;
    }

    .foot-form .title .tel {
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .foot-form .title .tel b {
        font-size: 22px;
    }

    .foot-form .cont .form-list .inp {
        width: 100%;
        height: 40px;
        background-color: #ffffff;
        font-size: 14px;
        color: #888888;
        padding: 0 15px;
    }

    .foot-form .cont .form-list .inp ~ .inp {
        margin-top: 10px;
    }

    .foot-form .cont .form-list textarea {
        width: 100%;
        height: 80px;
        font-size: 14px;
        padding: 10px 15px;
        margin-top: 10px;
    }

    .foot-form .cont .form-list .sub {
        width: 180px;
        height: 40px;
        margin-top: 15px;
        font-size: 14px;
    }
}

.com-position {
    margin-bottom: 20px;
    color: #999;
}

.com-position.mt20 {
    margin-top: 20px;
}

.com-position a {
    color: #666;
}

.com-position a:hover {
    color: #f07f32;
}

.position-right {
    font-size: 12px;
    color: #666
}

.position-right a {
    font-size: 12px;
    color: #666;
    margin-right: 0;
    position: static;
}

.position-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.position-wrap .com-position {
    margin-top: 0;
    margin-bottom: 0;
}

.yousti {
    line-height: 1.5 !important;
    margin-top: 15%;
}


