@charset "utf-8";
.no_padding{
    padding: 0;
}
#h60{
    margin-top: -60px;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.header {
    position: relative;
    z-index: 99;
    transition: all .3s;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.header .headerTop{
    background: #e1e1e1;
    overflow: hidden;
}
.header .headerTop .text p{
    color: #0c0c0c;
    line-height: 38px;
    position: relative;
}
.header .headerTop li{
    float: left;
    margin-left: 15px;
}
.header .headerTop li a{
    display: inline-block;
    color: #000000;
    line-height: 38px;
    position: relative;
}

.header .headerBot{
    padding: 30px 0;
    overflow: hidden;
}
.header .logoBox{
    display: flex;
    align-items: center;
}
.header .logoBox a{
    display: inline-block;
    line-height: 0;
}
.header .logoBox .t{
    flex: 1;
    width: 330px;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #e7e8e8;
}
.header .logoBox .t p{
    font-size: 24px;
    color: #25211a;
}
.header .logoBox .t p span{
    color: #f38304;
    font-size: inherit;
}
.header .logoBox .t p em{
    font-size: 16px;
    color: #25211a;
}

.header .conBox{
    overflow: hidden;
    padding-top: 10px;
}
.header .conBox .headerTel{
    float: left;
    padding-left: 40px;
    background: url("/public/static/images/home/zh-cn/headerTel.png") no-repeat left center;
}
.header .conBox .headerTel a{
    font-size: 16px;
    color: #25211a;
    font-family: "TTRuiHeiJ-W2", sans-serif;
}
.header .conBox .headerTel a span{
    font-size: 30px;
    color: #f38304;
    font-weight: bold;
}
.header .conBox .headerSearchBox{
    float: left;
    margin-left: 65px;
}
.header .conBox form .info{
    width: 300px;
    background: #eeeeee;
    position: relative;
    padding-right: 60px;
}
.header .conBox form .info input[type="text"]{
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-right: 0;
    padding: 0 10px;
}
.header .conBox form .info input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    background: #000 url("/public/static/images/home/zh-cn/headerSearch.png") no-repeat center center;
    font-size: 0;
    border: 0;
}
.header .conBox .tips{
    margin-top: 5px;
}
.header .conBox .tips span,
.header .conBox .tips a{
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #202020;
}
.header .conBox .tips a{
    margin-right: 10px;
}
.header .conBox .tips a:hover{
    color: #f38304;
    text-decoration: underline;
}

.header .headerNavBox{
    background: rgba(0,0,0,0.2);
}
.header .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    transition: all .3s;
    width: 12.5%;
    float: left;
    position: relative;
}
.header .nav_list > li:before{
    position: absolute;
    content: '-';
    font-size: 18px;
    color: #555555;
    right: 0;
    top: 0;
    line-height: 60px;
}
.header .nav_list > li:last-child:before{
    display: none;
}
.header .nav_list > li > a {
    display: block;
    position: relative;
}
.header .nav_list > li > a > span {
    display: inline-block;
    letter-spacing: 0;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: all .3s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 60px;
    line-height: 60px;
    background: url("/public/static/images/home/zh-cn/reset/dropdown_menu.png") no-repeat center center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all .3s;
}
.nav_list > li.active > a >  span,
.nav_list > li.on > a >  span {
    color: #f38304;
    font-weight: 600;
    border-bottom: 1px solid #f38304;
}


.nav_list > li:hover i,
.nav_list > li.on i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    display: none;
    z-index: 1;
    padding: 10px 0;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    letter-spacing: 0;
    line-height: 34px;
    font-size: 14px;
    color: #000000;
    text-align: left;
    padding: 0 15px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    background: #000000;
    color: #ffffff;
}

.nav_normal .dropdown_menu li.Three_menu{
    position: relative;
}
.nav_normal .dropdown_menu li.Three_menu > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    padding: 10px 0;
    min-width: 160px;
    z-index: 3;
    display: none;
}
.nav_normal .dropdown_menu li.Three_menu.on > a{
    background: #000000;
    color: #ffffff;
}

.m_header {
    display: none;
}

.footer_box{
    background: #202020;
}
.footer_box .itemBox{
    overflow: hidden;
    padding: 40px 0;
}
.footer_box .itemBox .item{
    float: left;
    padding: 0 20px;
}
.footer_box .itemBox .item:nth-of-type(1){
    width: 16%;
}
.footer_box .itemBox .item:nth-of-type(2){
    width: 23%;
}
.footer_box .itemBox .item:nth-of-type(3){
    width: 32%;
}
.footer_box .itemBox .item:nth-of-type(4){
    width: 29%;
}
.footer_box .itemBox .item h3{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 20px;
}
.footer_box .itemBox .item li{
    padding-bottom: 2px;
}
.footer_box .itemBox .item li,
.footer_box .itemBox .item li a{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
}
.footer_box .itemBox .item li img{
    padding-top: 5px;
}

.footerForm{
    overflow: hidden;
}
.footerForm form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerForm .info{
    width: 100%;
    float: left;
    margin-bottom: 15px;
    line-height: 0;
}
.footerForm .info.w100{
    width: 100%;
}
.footerForm .info .tips{
    display: block;
    color: #ffffff;
    background: #ff0000;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}
.footerForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: #373737;
    border: 0;
    padding: 0 10px;
    color: #ffffff;
}
.footerForm .info textarea{
    width: 100%;
    height: 80px;
    resize: none;
    background: #373737;
    border: 0;
    padding: 10px;
    color: #ffffff;
}
.footerForm .info input[type="text"]::placeholder,
.footerForm .info textarea::placeholder{
    color: #ffffff;
}
.footerForm .info input[type="submit"]{
    width: 100%;
    height: 40px;
    background: #f38304;
    border: 0;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s;
}
.footerForm .info input[type="submit"]:hover{
    background: #ffffff;
    color: #000000;
    transition: all .3s;
}


.footer_box .footer_copyright{
    background: #000000;
}
.footer_box .footer_copyright .text{
    overflow: hidden;
    padding: 15px 0;
}
.footer_box .footer_copyright .text p,
.footer_box .footer_copyright .text span,
.footer_box .footer_copyright .text a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
}
.footer_box .footer_copyright .text a.sitemap{
    margin: 0 5px;
}
.footer_box .footer_copyright .text a:hover{
    color: #ffffff;
    text-decoration: underline;
}

/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("/public/static/images/home/zh-cn/reset/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner_slick .slick-dots li{
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 10px;
}
.banner_slick .slick-dots li.slick-active{
    background: #f38304;
    border: 2px solid #f38304;
}
.banner_slick img{
    width: 100%;
}

.indexBox1{
    background: #fafafa;
}
.indexBox1 .title{
    text-align: center;
    padding: 35px 0 30px;
}
.indexBox1 .title h2{
    font-size: 24px;
    color: #25211a;
    font-weight: bold;
    padding-bottom: 10px;
}
.indexBox1 .title p{
    color: #8f8d8a;
    font-size: 14px;
}
.indexBox1 .tabBtnBox{
    padding-bottom: 50px;
}
.indexBox1 .tabBtnBox ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.indexBox1 .tabBtnBox ul li{
    margin: 0 10px;
}
.indexBox1 .tabBtnBox ul li a{
    line-height: 42px;
    display: inline-block;
    padding: 0 35px;
    font-size: 14px;
    color: #000000;
    border: 1px solid #bfbfbf;
}
.indexBox1 .tabBtnBox ul li a:hover,
.indexBox1 .tabBtnBox ul li a.on{
    background: #f38304;
    border-color: #f38304;
    color: #ffffff;
}
.indexBox1 .tabSwitchBox .switch{
    height: 0;
    overflow: hidden;
}
.indexBox1 .tabSwitchBox .switch.on{
    height: auto;
}
.indexBox1 .tabSwitchBox .indexProductSlick{
    width: 38%;
    float: left;
    background: #ffffff;
    border: 1px solid #f7f7f7;
}
.indexBox1 .tabSwitchBox .indexProductSlick .slick-prev,
.indexBox1 .tabSwitchBox .indexProductSlick .slick-next{
    width: 40px;
    height: 40px;
    bottom: 30px;
    top: auto;
    background-image: url("/public/static/images/home/zh-cn/slickArrow.png");
}
.indexBox1 .tabSwitchBox .indexProductSlick .slick-prev{
    left: 10px;
}
.indexBox1 .tabSwitchBox .indexProductSlick .slick-next{
    right: 10px;
    background-position: right center;
}
.indexBox1 .tabSwitchBox .indexProductSlick .slick-prev:hover,
.indexBox1 .tabSwitchBox .indexProductSlick .slick-next:hover{
    background-image: url("/public/static/images/home/zh-cn/slickArrows.png");
    background-color: #f38304;
    opacity: 1;
}
.indexBox1 .tabSwitchBox .indexProductSlick .img img{
    clear: both;
    display: block;
    margin: auto;
}
.indexBox1 .tabSwitchBox .indexProductSlick .text{
    text-align: center;
    padding: 20px 70px;
}
.indexBox1 .tabSwitchBox .indexProductSlick .text span{
    font-size: 20px;
    color: #202020;
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
}
.indexBox1 .tabSwitchBox .indexProductSlick .text h3{
    font-size: 20px;
    color: #202020;
    font-weight: bold;
}
.indexBox1 .tabSwitchBox .itemBox{
    width: 62%;
    float: left;
}
.indexBox1 .tabSwitchBox .itemBox .item{
    width: 33.33%;
    float: left;
    padding-left: 16px;
    margin-bottom: 15px;
}
.indexBox1 .tabSwitchBox .itemBox .item:nth-of-type(3n+1){
    clear: both;
}
.indexBox1 .tabSwitchBox .itemBox .conBox{
    border: 1px solid #f7f7f7;
    background: #ffffff;
    text-align: center;
}
.indexBox1 .tabSwitchBox .itemBox .conBox .img{
    margin: 10px 10px 0 10px;
    line-height: 0;
    text-align: center;
    border: 1px solid #ffffff;
    transition: all .3s;
}
.indexBox1 .tabSwitchBox .itemBox .conBox:hover .img{
    border: 1px solid #f38304;
    transition: all .3s;
}
.indexBox1 .tabSwitchBox .itemBox .conBox .text{
    padding: 16px;
    text-align: center;
    transition: all .3s;
}
.indexBox1 .tabSwitchBox .itemBox .conBox:hover .text{
    background: #f38304;
    transition: all .3s;
}
.indexBox1 .tabSwitchBox .itemBox .conBox .text a{
    font-size: 14px;
    color: #202020;
    font-weight: bold;
    transition: all .3s;
}
.indexBox1 .tabSwitchBox .itemBox .conBox:hover .text a{
    color: #ffffff;
    transition: all .3s;
}
.indexBox1 .a{
    text-align: center;
    padding: 50px 0;
}
.indexBox1 .a a{
    display: inline-block;
    width: 270px;
    height: 46px;
    border: 1px solid #e5e5e5;
    background: #eeeeee;
    line-height: 44px;
    color: #25211a;
    font-size: 14px;
}
.indexBox1 .a a:hover{
    background: #f38304;
    color: #ffffff;
}

.indexBox2{
    background: url("/public/static/images/home/zh-cn/indexBj1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox2 .title{
    text-align: center;
    padding: 40px 0;
}
.indexBox2 .title h2{
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 10px;
}
.indexBox2 .title p{
    font-size: 14px;
    color: #ffffff;
}
.indexBox2 .itemBox{
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.indexBox2 .item{
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 6px;
    background: rgba(0,0,0,0.2);
    transition: all .3s;
}
.indexBox2 .item:hover{
    background: rgba(243,131,4,0.5);
    transition: all .3s;
}
.indexBox2 .item .conBox{
    padding: 35px 40px;
    border: 1px solid rgba(255,255,255,0.1)
}
.indexBox2 .item .conBox .ico{
    line-height: 0;
    text-align: center;
}
.indexBox2 .item .conBox .text h3{
    color: #ffffff;
    font-size: 18px;
    padding-top: 20px;
}
.indexBox2 .item .conBox .text span{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    margin: 10px auto;
    position: relative;
    border: 1px dashed #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.indexBox2 .item .conBox .text span:after{
    position: absolute;
    content: '';
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -16px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}
.indexBox2 .item:hover .conBox .text span:after{
    opacity: 1;
    transition: all .3s;
}
.indexBox2 .item .conBox .text span em{
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    z-index: 2;
    transition: all .3s;
}
.indexBox2 .item:hover .conBox .text span em{
    color: #f38304;
    transition: all .3s;
}
.indexBox2 .item .conBox .text p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.7;
}

.indexBox3{
    padding: 60px 0;
}
.indexBox3 .title{
    padding-bottom: 40px;
    text-align: center;
}
.indexBox3 .title h2{
    font-size: 24px;
    color: #25211a;
    font-weight: bold;
    padding-bottom: 10px;
}
.indexBox3 .title p{
    color: #8f8d8a;
    font-size: 14px;
}
.indexBox3 .indexCaseSlick .slick-prev,
.indexBox3 .indexCaseSlick .slick-next{
    width: 40px;
    height: 40px;
    background-image: url("/public/static/images/home/zh-cn/slickArrow.png");
}
.indexBox3 .indexCaseSlick .slick-prev{
    left: -50px;
}
.indexBox3 .indexCaseSlick .slick-next{
    right: -50px;
    background-position: right center;
}
.indexBox3 .indexCaseSlick .slick-prev:hover,
.indexBox3 .indexCaseSlick .slick-next:hover{
    background-image: url("/public/static/images/home/zh-cn/slickArrows.png");
    background-color: #f38304;
    opacity: 1;
}
.indexBox3 .indexCaseSlick .slick_first{
    margin: 0 10px;
    text-align: center;
}
.indexBox3 .indexCaseSlick .slick_first .img{
    line-height: 0;
    text-align: center;
}
.indexBox3 .indexCaseSlick .slick_first .img img{
    clear: both;
    display: block;
    margin: auto;
    width: 100%;
}
.indexBox3 .indexCaseSlick .slick_first .text a{
    color: #000000;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}

.indexBox4{
    padding: 48px 0;
    background: url("/public/static/images/home/zh-cn/indexBj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox4 .conBox{
    background: rgba(255,255,255,.5);
    padding: 12px 15px;
    display: flex;
    align-items: flex-end;
}
.indexBox4 .conBox .indexVideo{
    width: 47%;
}
.indexBox4 .conBox .indexVideo .video_click:after{
    display: none;
}
.indexBox4 .conBox .textBox{
    width: 53%;
}
.indexBox4 .conBox .textBox h2{
    padding-left: 55px;
    font-size: 24px;
    color: #25211a;
    padding-bottom: 20px;
}
.indexBox4 .conBox .textBox .text{
    overflow: hidden;
    background: #ffffff;
    padding: 10px 55px 40px;
}
.indexBox4 .conBox .textBox .text p{
    font-size: 12px;
    color: #000000;
    line-height: 2;
}
.indexBox4 .conBox .textBox .text a{
    float: right;
    display: inline-block;
    padding-top: 30px;
    color: #f38304;
    font-size: 14px;
}

.indexBox5{
    padding: 45px 0 60px;
}
.indexBox5 .title{
    padding-bottom: 60px;
    text-align: center;
}
.indexBox5 .title h2{
    font-size: 24px;
    color: #25211a;
    font-weight: bold;
    padding-bottom: 10px;
}
.indexBox5 .title p{
    color: #8f8d8a;
    font-size: 14px;
}
.indexBox5 .conBox{
    overflow: hidden;
}
.indexBox5 .indexNewsList{
    width: 55%;
    float: left;
}
.indexBox5 .indexNewsList .list{
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    transition: all .3s;
}
.indexBox5 .indexNewsList .list:before{
    position: absolute;
    content: '>';
    color: #cccccc;
    right: 30px;
    top: 40%;
    font-family: "Arial";
    font-size: 18px;
}
.indexBox5 .indexNewsList .list:hover:before{
    color: #f38304;
}
.indexBox5 .indexNewsList .list:hover{
    background: #ebebeb;
    padding: 7px;
    transition: all .3s;
}
.indexBox5 .indexNewsList .list .img{
    width: 135px;
}
.indexBox5 .indexNewsList .list .text{
    flex: 1;
    padding-left: 20px;
    padding-right: 80px;
}
.indexBox5 .indexNewsList .list .text h3 a{
    display: block;
    font-size: 16px;
    color: #25211a;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexBox5 .indexNewsList .list .text span{
    display: block;
    color: #25211a;
    font-size: 12px;
    line-height: 1.8;
}
.indexBox5 .indexNewsList .list .text p{
    color: #25211a;
    font-size: 12px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox5 .indexNews{
    width: 45%;
    float: left;
    padding-left: 85px;
}
.indexBox5 .indexNews .img{
    line-height: 0;
    margin-bottom: 20px;
}
.indexBox5 .indexNews .text h3 a{
    display: block;
    font-size: 16px;
    color: #25211a;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexBox5 .indexNews .text span{
    display: block;
    color: #25211a;
    font-size: 12px;
    line-height: 1.8;
}
.indexBox5 .indexNews .text p{
    color: #25211a;
    font-size: 12px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.indexBox5 .a{
    text-align: center;
    padding-top: 50px;
}
.indexBox5 .a a{
    display: inline-block;
    width: 270px;
    height: 46px;
    border: 1px solid #e5e5e5;
    background: #eeeeee;
    line-height: 44px;
    color: #25211a;
    font-size: 14px;
}
.indexBox5 .a a:hover{
    background: #f38304;
    color: #ffffff;
}

.indexBox6{
    background: #f7f7f7;
    padding: 45px 0 60px;
    border-top: 2px solid #f0f0f0;
}
.indexBox6 .title{
    padding-bottom: 40px;
    text-align: center;
}
.indexBox6 .title h2{
    font-size: 24px;
    color: #25211a;
    font-weight: bold;
    padding-bottom: 10px;
}
.indexBox6 .title p{
    color: #8f8d8a;
    font-size: 14px;
}
.indexBox6 .imgBox{
    overflow: hidden;
}
.indexBox6 .img{
    width: 16.666%;
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
}

.contactBanner{
    line-height: 0;
    text-align: center;
}
.contactBox1{
    padding: 60px 0;
    line-height: 0;
}
.contactBox1 iframe{
    width: 100%;
    height: 455px;
    border: 1px solid #e0e0e0;
}

.contactBox2{
    padding-bottom: 110px;
}
.contactBox2 .conBox{
    overflow: hidden;
}
.contactBox2 .conBox .textBox{
    width: 50%;
    float: left;
}
.contactBox2 .conBox .text{
    float: right;
    padding-right: 80px;
}
.contactBox2 .conBox .text h2{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 10px;
}
.contactBox2 .conBox .text li{
    line-height: 1.8;
}
.contactBox2 .conBox .text li,
.contactBox2 .conBox .text li a{
    font-size: 16px;
    color: #000000;
}
.contactBox2 .conBox .img{
    width: 213px;
    float: left;
    padding-left: 20px;
    line-height: 0;
    text-align: center;
}
.contactBox2 .conBox .img span{
    line-height: 1;
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #000000;
}

.aboutBanner{
    line-height: 0;
    text-align: center;
}
.aboutBox1{
    padding: 65px 0;
    overflow: hidden;
}
.aboutBox1 .img{
    width: 50%;
    float: left;
    line-height: 0;
}
.aboutBox1 .text{
    width: 50%;
    float: left;
    padding-left: 20px;
}
.aboutBox1 .text h2{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 10px;
}
.aboutBox1 .text p{
    font-size: 14px;
    color: #000000;
    line-height: 1.8;
}
.aboutBox2{
    padding: 45px 0 65px;
    background: #f8f8f8;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.aboutBox2 .title{
    padding-bottom: 30px;
    text-align: center;
}
.aboutBox2 .title h2{
    padding-bottom: 10px;
}
.aboutBox2 .title h2 span{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    position: relative;
}
.aboutBox2 .title h2 span:before{
    position: absolute;
    content: '';
    width: 18px;
    height: 4px;
    background: #f38304;
    left: -25px;
    top: 50%;
    margin-top: -2px;
}
.aboutBox2 .title h2 span:after{
    position: absolute;
    content: '';
    width: 18px;
    height: 4px;
    background: #f38304;
    right: -25px;
    top: 50%;
    margin-top: -2px;
}
.aboutBox2 .title p{
    font-size: 14px;
    color: #383838;
}
.aboutBox2 .aboutVideo{
    line-height: 0;
    text-align: center;
}
.aboutBox2 .aboutVideo .video_click:after{
    display: none;
}

.aboutBox3{
    padding: 50px 0 90px;
}
.aboutBox3 .title{
    padding-bottom: 30px;
    text-align: center;
}
.aboutBox3 .title h2{
    padding-bottom: 10px;
}
.aboutBox3 .title h2 span{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    position: relative;
}
.aboutBox3 .title h2 span:before{
    position: absolute;
    content: '';
    width: 18px;
    height: 4px;
    background: #f38304;
    left: -25px;
    top: 50%;
    margin-top: -2px;
}
.aboutBox3 .title h2 span:after{
    position: absolute;
    content: '';
    width: 18px;
    height: 4px;
    background: #f38304;
    right: -25px;
    top: 50%;
    margin-top: -2px;
}
.aboutBox3 .title p{
    font-size: 14px;
    color: #383838;
}
.aboutBox3 .imgBox{
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.aboutBox3 .imgBox .img{
    margin: 0 10px;
}

.aboutBox4{
    padding: 50px 0 90px;
    background: #f8f8f8;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.aboutBox4 .title{
    padding-bottom: 30px;
    text-align: center;
}
.aboutBox4 .title h2{
    padding-bottom: 10px;
}
.aboutBox4 .title h2 span{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    position: relative;
}
.aboutBox4 .title h2 span:before{
    position: absolute;
    content: '';
    width: 18px;
    height: 4px;
    background: #f38304;
    left: -25px;
    top: 50%;
    margin-top: -2px;
}
.aboutBox4 .title h2 span:after{
    position: absolute;
    content: '';
    width: 18px;
    height: 4px;
    background: #f38304;
    right: -25px;
    top: 50%;
    margin-top: -2px;
}
.aboutBox4 .title p{
    font-size: 14px;
    color: #383838;
}
.aboutBox4 .imgBox{
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.aboutBox4 .imgBox .img{
    margin: 0 1px;
}
.aboutBox4 .imgBox .img img{
    margin-bottom: 1px;
}

.aboutBox5{
    padding: 85px 0 120px;
}
.aboutBox5 .title{
    padding-bottom: 30px;
    text-align: center;
}
.aboutBox5 .title h2{
    padding-bottom: 10px;
}
.aboutBox5 .title h2 span{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    position: relative;
}
.aboutBox5 .title h2 span:before{
    position: absolute;
    content: '';
    width: 18px;
    height: 4px;
    background: #f38304;
    left: -25px;
    top: 50%;
    margin-top: -2px;
}
.aboutBox5 .title h2 span:after{
    position: absolute;
    content: '';
    width: 18px;
    height: 4px;
    background: #f38304;
    right: -25px;
    top: 50%;
    margin-top: -2px;
}
.aboutBox5 .title p{
    font-size: 14px;
    color: #383838;
}
.aboutBox5 .aboutCertificateSlick .slick-prev,
.aboutBox5 .aboutCertificateSlick .slick-next{
    width: 40px;
    height: 40px;
    background-image: url("/public/static/images/home/zh-cn/slickArrow.png");
}
.aboutBox5 .aboutCertificateSlick .slick-prev{
    left: -50px;
}
.aboutBox5 .aboutCertificateSlick .slick-next{
    right: -50px;
    background-position: right center;
}
.aboutBox5 .aboutCertificateSlick .slick-prev:hover,
.aboutBox5 .aboutCertificateSlick .slick-next:hover{
    background-image: url("/public/static/images/home/zh-cn/slickArrows.png");
    background-color: #f38304;
    opacity: 1;
}
.aboutBox5 .aboutCertificateSlick .slick_first{
    margin: 0 10px;
    text-align: center;
}
.aboutBox5 .aboutCertificateSlick .slick_first .img{
    line-height: 0;
    text-align: center;
}


.caseBox{
    padding-bottom: 30px;
}
.caseBox .title h1{
    text-align: center;
    padding-bottom: 15px;
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
    font-size: 48px;
    color: #1d1d1d;
}
.caseBox .title h1:before{
    position: absolute;
    content: '';
    width: 140px;
    height: 2px;
    background: #0e75bc;
    left: 50%;
    margin-left: -70px;
    bottom: 0;
}
.caseBox .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.caseBox .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 25px;
}
.caseBox .item .img{
    line-height: 0;
    text-align: center;
}
.caseBox .item .img img{
    width: 100%;
}
.caseBox .item .textBox{
    border: 1px solid #c9c9c9;
    border-top: 0;
    padding: 30px 15px;
}
.caseBox .item .textBox h3 a{
    overflow: hidden;
    display: block;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.caseBox .item .textBox .text p{
    color: #929292;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.caseBox .item .textBox .text a{
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #000000;
    padding-top: 10px;
    text-transform: uppercase;
    border-top:  1px solid #000000;
    transition: all .3s;
}
.caseBox .item .textBox .text a:hover{
    padding-left: 10px;
    transition: all .3s;
}

.caseDetailBox1{
    padding: 50px 0;
}
.caseDetailBox1 .img{
    width: 50%;
    float: left;
    line-height: 0;
}
.caseDetailBox1 .text{
    width: 50%;
    float: left;
    padding-top: 40px;
    padding-left: 40px;
}
.caseDetailBox1 .text h1{
    font-size: 26px;
    color: #606060;
    margin-bottom: 15px;
}
.caseDetailBox1 .text p{
    font-size: 14px;
    color: #666666;
}

.caseDetailOtherContent{
    padding-bottom: 40px;
}
.caseDetailOtherContent *{
    font-size: 14px;
    color: #666666;
}

.caseDetailBox2{
    overflow: hidden;
}
.caseDetailBox2 .title h2{
    position: relative;
    padding-left: 160px;
    margin: 15px 0 40px;
    font-size: 40px;
    color: #2f2f2f;
}
.caseDetailBox2 .title h2:before{
    position: absolute;
    content: '';
    width: 140px;
    height: 1px;
    left: 0;
    top: 50%;
    background: #8dc63f;
}
.caseDetailBox2 .itemBox{
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.caseDetailBox2 .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}
.caseDetailBox2 .item .img{
    line-height: 0;
    text-align: center;
    margin-bottom: 15px;
}
.caseDetailBox2 .item .text h3{
    font-size: 18px;
    color: #606060;
    padding: 10px 0;
}
.caseDetailBox2 .item .text a{
    display: inline-block;
    width: 120px;
    height: 34px;
    background: #8dc63f;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.caseDetailBox2 .item .text a:hover{
    background: #0e75bc;
}

.header .conBox .headerTel:nth-child(2) {
    background: url("/public/static/images/home/zh-cn/icon-phone.png") no-repeat left center;
}


@media (max-width: 1620px){
}
@media (max-width: 1450px){
    .header .conBox .headerSearchBox{
        margin-left: 40px;
    }
    .aboutBox3 .imgBox{
        padding: 0 20px;
    }
    .aboutBox4 .imgBox{
        padding: 0 30px;
    }
}
@media (max-width: 1220px){
    .header .conBox .headerTel{
        display: none;
    }
    .header .conBox .headerSearchBox{
        margin-left: 0;
    }
    .indexBox1 .tabBtnBox ul li a{
        padding: 0 20px;
    }

    .indexCaseSlick{
        padding: 0 50px;
    }
    .indexBox3 .indexCaseSlick .slick-prev{
        left: 0;
    }
    .indexBox3 .indexCaseSlick .slick-next{
        right: 0;
    }
    .indexBox3 .indexCaseSlick .slick_first{
        margin: 0 5px;
    }
    .indexBox5 .title{
        padding-bottom: 30px;
    }
    .aboutBox4{
        padding-bottom: 50px;
    }
    .aboutBox5{
        padding: 50px 0;
    }
}
@media (max-width: 992px){
    #h60{
        margin: 0;
    }
    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i{
        font-size: 14px;
        line-height: 1.2;
    }
    .Crumbs span.youAreHere{
        display: none;
    }
    body{
        padding-top: 60px;
    }

    .header {
        display: none;
    }

    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 99999;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .langBox{
        right: 10px;
        top: 16px;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #ffffff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 14px;
        color: #000000;
    }

    .m_header .m_nav_list > li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list > li > i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        cursor: pointer;
        z-index: 2;
        background: url("/public/static/images/home/zh-cn/reset/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }
    .Three_menu_box{
        padding-left: 15px;
    }

    .footer_box .itemBox .item:nth-of-type(1),
    .footer_box .itemBox .item:nth-of-type(2){
        display: none;
    }
    .footer_box .itemBox .item:nth-of-type(3),
    .footer_box .itemBox .item:nth-of-type(4){
        width: 50%;
    }

    .indexBox1 .tabBtnBox ul li{
        margin-bottom: 5px;
        margin-left: 3px;
        margin-right: 3px;
    }
    .indexBox1 .tabSwitchBox .indexProductSlick{
        width: 100%;
    }
    .indexBox1 .tabSwitchBox .itemBox{
        width: auto;
        margin-top: 30px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexBox1 .tabSwitchBox .itemBox .item{
        padding: 0 5px;
    }
    .indexBox1 .a{
        padding-top: 20px;
    }
    .indexBox2 .title{
        padding-bottom: 20px;
    }
    .indexBox2 .item{
        width: 100%;
    }
    .indexBox2 .item .conBox .text h3{
        padding-top: 5px;
    }
    .indexBox4 .conBox{
        flex-wrap: wrap;
    }
    .indexBox4 .conBox .indexVideo{
        width: 100%;
    }
    .indexBox4 .conBox .indexVideo img{
        width: 100%;
    }
    .indexBox4 .conBox .textBox{
        width: 100%;
        padding-top: 30px;
    }
    .indexBox4 .conBox .textBox h2{
        padding-left: 0;
        text-align: center;
    }
    .indexBox4 .conBox .textBox .text{
        padding-bottom: 10px;
    }
    .indexBox5 .indexNewsList{
        width: 100%;
    }
    .indexBox5 .indexNews{
        width: 100%;
        padding-left: 0;
    }
    .indexBox6 .img{
        width: 20%;
    }

    .contactBox1 iframe{
        height: 320px;
    }
    .contactBox2 .conBox .text{
        padding-right: 10px;
    }

    .aboutBox1 .img{
        width: 100%;
    }
    .aboutBox1 .img img{
        width: 100%;
    }
    .aboutBox1 .text{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .aboutBox3{
        padding: 50px 0;
    }
    .aboutBox3 .imgBox .img{
        margin: 0 5px;
    }
    .aboutBox3 .imgBox{
        padding-left: 5px;
        padding-right: 5px;
    }
    .aboutBox4 .imgBox{
        padding: 0 10px;
    }
    .aboutCertificateSlick{
        padding-left: 50px;
        padding-right: 50px;
    }
    .aboutBox5 .aboutCertificateSlick .slick-prev{
        left: 0;
    }
    .aboutBox5 .aboutCertificateSlick .slick-next{
        right: 0;
    }
    .aboutBox5 .aboutCertificateSlick .slick_first{
        margin: 0 5px;
    }
    .caseBox .item .textBox{
        padding: 15px 10px;
    }
    .caseBox .item .textBox h3 a{
        font-size: 18px;
    }

    .caseDetailBox1 .text{
        padding-top: 0;
        padding-left: 20px;
    }

    .contactBanner h1{
        padding-top: 150px;
    }
    .contactBox1 .contactInfo{
        padding: 90px 60px;
    }
}
@media (max-width: 767px){

    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }

    .indexBox6 .img{
        width: 25%;
    }

    .contactBox2{
        padding-bottom: 50px;
    }
    .contactBox2 .conBox .textBox{
        width: 100%;
    }
    .contactBox2 .conBox .text{
        float: none;
        padding-right: 0;
    }
    .contactBox2 .conBox .img{
        padding-left: 0;
        margin-top: 20px;
    }
    .caseBox .item{
        width: 50%;
    }
}
@media (max-width: 640px){
    .footer_box .itemBox .item:nth-of-type(3),
    .footer_box .itemBox .item:nth-of-type(4){
        width: 100%;
        padding: 0;
    }
    .footer_box .itemBox .item:nth-of-type(3){
        margin-bottom: 30px;
    }
    .indexBox1 .tabSwitchBox .itemBox .item{
        width: 50%;
    }
    .indexBox1 .tabSwitchBox .itemBox .item:nth-of-type(3n+1){
        clear: inherit;
    }
    .indexBox1 .tabSwitchBox .itemBox .item:nth-of-type(odd){
        clear: both;
    }
    .indexBox4 .conBox .textBox .text{
        padding-left: 15px;
        padding-right: 15px;
    }
    .indexBox4 .conBox .textBox .text a{
        padding-top: 15px;
    }
    .aboutBox3 .imgBox{
        flex-wrap: wrap;
    }
    .aboutBox3 .imgBox .img{
        width: 100%;
        margin-bottom: 10px;
    }
    .aboutBox4 .imgBox{
        flex-wrap: wrap;
    }
    .aboutBox4 .imgBox .img{
        width: 100%;
    }
    .aboutBox4 .imgBox .img img{
        width: 100%;
    }
}
@media (max-width: 540px){
    .indexBox6 .img{
        width: 33.33%;
    }
    .caseBox .item{
        width: 100%;
    }


    .caseDetailBox2 .item{
        width: 100%;
    }

    .contactBanner h1{
        padding: 80px 0 40px;
        text-align: center;
    }
}
@media (max-width: 480px){
}