*{
    padding: 0;
    margin: 0;
    font-family: "Hel","Microsoft Yahei","Helvetica Neue", "Helvetica, Arial", "sans-serif";
}
body,div,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Hel","Microsoft Yahei","Helvetica Neue", "Helvetica, Arial", "sans-serif";
}
body{
    max-width: 1920px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
    margin:15px 0;
}
ul,ol,li,dl,dd,dt{
    list-style: none;
}
/*清除浮动*/
.clear { clear: both; }

.container-fluid,.container div{
    padding:0;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}
a:visited{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #182987;
}
p{
    word-wrap: break-word;
}
@font-face {
    font-family: "Hel";
    src: url("../fonts/Karlo's Video Archives Font.ttf");
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
    background-color: #cdcbcb;
    border-radius: 4px;
}
/* 设置滚动条的样式结束 */
/*header*/
/*移动端导航样式*/
.m_nav{
    display: none;
}
.m_nav.open {
    transform: translateX(0);
    overflow-y: auto;
}
.m_nav {
    position: fixed;
    width: 100%;
    height: auto;
    background: rgb(247 247 247 / 94%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    top: 0;
    transform: translateX(100%);
}
.m_nav .m-top {
    height: 60px;
    padding: 20px;
    box-sizing: border-box;
}
.m_nav .m-top .closed {
    width: 45px;
    height: 45px;
    vertical-align: middle;
    float: right;
    cursor: pointer;
}
.m_nav .m-logo {
    width: 100%;
    margin: 0 auto;
}
.m_nav .m-logo img {
    display: block;
    margin: 30px auto;
}
.m_nav .ul {
    margin-top: 30px;
}
.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
/*移动端导航样式over*/
.top{
    padding: 0 12%;
}
.top.show-on {
    width: 100%;
    background: #f7f7f7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.top.show-on .navbar-default .navbar-nav > li > a{
    padding: 20px 25px;
}
.top .logo{
    display: flex;
    align-items: center;
    justify-content: left;
    padding:0;
}
.top .menu{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top .navbar{
    border:none;
    margin:0;
}
.navbar .navbar-nav li.open .dropdown-menu li a{
    background: #fff;
    color: #000;
    padding: 10px;
    line-height: 40px;
    font-size: 16px;
    width: 280px;
    border-bottom: 1px solid #978f8f;
}
.navbar .navbar-nav li.open .dropdown-menu li a:hover{
    background: #182987;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,.navbar-default .navbar-nav > .open > a{
    color: #f29600;
    border-radius: 3px;
}
.navbar .navbar-nav li.open > .dropdown-menu{
    padding:0;
    opacity: 0.9;
}
.nav li a{
    display: block;
}
.navbar-default .navbar-nav > li > a{
    color:#353535;
    padding: 20px 25px;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #f29600;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
    color: #f29600;
    background: #444343;
}

.search-a{
    font-size: 16px;
}
.top #navToggle {
    display: none;
    padding: 10px 10px;
    position: fixed;
    right: 20px;
    top: 5px;
    z-index: 999;
    background: #e36213;
}
.top #navToggle span {
    position: relative;
    width: 30px;
    height: 2px;
    margin-top: 19px;
}
.top #navToggle span,.top #navToggle span:before,.top #navToggle span:after {
    content: '';
    position: relative;
    width: 30px;
    height: 2px;
    left: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    background: #fff;
}
.top #navToggle span:before {
    top: -16px;
}
.top #navToggle span:after {
    top: -10px;
}
/*banner*/
#home-banner .swiper-slide > div{
    position: relative;
}
#home-banner .banner-content{
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    color:#fff;
    width: 70%;
}
.banner-content .p1{
    margin-top:20px;
}
.banner-content .p2{
    line-height: 80px;
    font-weight: 700;
    font-size: 40px;
    white-space: normal;
}
.banner-content .p3{
    line-height: 30px;
    font-size: 17px;
    white-space: normal;
}
.banner-content a{
    background-color: #f7a01e;
    cursor: pointer;
    width: 170px;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 34px 18px;
    color:#fff;
    display: block;
    margin: 0 auto;
}
.banner-content{
    display: none;
}
.banner-content a:hover{
    background-color: #e1501f;
}
.home-swiper .swiper-pagination-bullet{
    background:#efefef;
    opacity: 1;
    padding: 6px 6px;
}
.home-swiper .swiper-pagination-bullet-active{
    background:#e1501f;
}
/*hot*/
.home-hot{
    padding:50px 12%;
}
.home-hot > .row > div{
    margin-top:30px;
}
.home-hot-title{
    font-size: 45px;
}
.home-hot-title span{
    color: #f29600;
}

.area-box{
    box-shadow: 1px 1px 5px 2px rgb(39 34 34 / 10%);
}
.area-box a{
    display: block;
    padding:20px;
    overflow: hidden;
}
.area-box a p{
    max-height: 65px;
    overflow: hidden;
}
.area-box img{
    transition: all .3s linear;
    border-radius: 5%;
}
.area-box h4{
    margin-top:30px;
	text-align: center;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.area-box a:hover img{
    border-radius: 10%;
    transform: scale(1.05);
}
.home-about{
    padding: 190px 12% 50px;
    position: relative;
}
.home-about .about-t{
    position: absolute;
    top: 0;
    left: 0;
}
.about-left .about-l-one{

}
.about-left .about-r-one{
    position: absolute;
    z-index: 1;
    right: 40px;
    top: -90px;
}
.about-left > div{
    bottom: -20px;
    right: 19%;
    width: 250px;
    padding: 33px;
    position: absolute;
    z-index: 1;
    background: #f77b0d;
    text-align: center;
    clip-path: polygon(82% 0, 100% 18%, 100% 100%, 0 100%, 0 0);
}
.about-left > div span{
    color: #fff;
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
}
.about-left > div h3{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
}
.about-right {
    margin-top:-50px;
}
.about-own-top h4{
    font-size: 24px;
    line-height: 1;
    color: #f08b1d;
    font-weight: bold;
}
.about-own-top h2{
    font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
}
.about-own-top p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #777c90;
    margin-bottom: 30px;
}
.about-own-top a{
    overflow: hidden;
    color: white;
    background: #f77b0d;
    font-size: 20px;
    line-height: 40px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    transition: all;
    z-index: 2;
}
.about-own-top a::before{
    background: #181818;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.about-own-top a:hover{
    color: #e8112b;
}
.about-own-top a:hover::before{
    width: 100%;
}
.about-own-md{
    color: #181818;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    font-style: italic;
    position: relative;
    z-index: 1;
    padding-left: 20px;
}
.about-own-md:before{
    content: "";
    position: absolute;
    background: #181818;
    width: 2px;
    height: 50px;
    left: 0;
    top: 9px;
    z-index: 1;
    border-radius: 50%;
}
.author_sign,.about-own-md{
    margin-top:30px;
}
.author_img{
    float: left;
    margin-right: 10px;
}
.home-services{
    background: url("../images/home-service.webp") center center no-repeat fixed;
    background-size: cover;
    padding: 100px 12%;
}
.home-services-title {
    text-align: center;
    width: 78%;
    margin: 0 auto;
}
.home-services-title h3{
    font-size: 40px;
    color: #fff;
}
.home-services-title h3 span{
    color: #f29600;
}
.home-services-title p{
    font-size: 18px;
    margin-top: 20px;
    color: #fff;
}
.home-services > .row{
    margin-top: 50px;
}
.numCount .numCX{
    text-align: center;
    font-size: 45px;
    color: #d34e19;
}
.numCX+div{
    text-align: center;
    font-size: 18px;
    color: #954e01;
}
.numCount > div{
    background: #fff;
    padding: 30px 15px;
}
.numCount > div:hover{
    box-shadow: 1px 1px 15px 1px rgb(39 34 34 / 30%);
}
.ser-pic{
    margin-top:20px;
}
.ser-con h3{
    text-align: center;
}
.ser-con p{
    font-size: 16px;
}
.home-news {
    padding:50px 12%;
}
.home-news-title {
    width: 78%;
    margin:0 auto;
    text-align: center;
}
.home-news-title > p{
    font-size: 18px;
}
.home-news-con {
    margin-top:50px;
}
.news-item-l {
    width: 50%;
    float: left;
}
.home-news-item > a{
    display: flex;
    align-items: center;
    background: #f7f7f7;
}
#home-blog {
    padding-bottom: 40px;
}
.blog-top span{
    color:#f29600;
}
.new-item-l{
    overflow: hidden;
}
.new-item-l img{
    transition: all .3s linear;
}
.home-news-item a:hover img{
    transform: scale(1.05);
}
.new-item-r {
    width: 50%;
    margin-left: 5%;
    padding-right: 10px;
}
.new-item-r h3{
    font-size: 16px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new-item-r p{
    font-size: 13px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.new-item-r > div {
    font-size: 16px;
    color: #6b6147;
    position: absolute;
    bottom: 10px;
    right: 5%;
}
.home-news-item{
    margin-top:30px;
}
.home-blog{
    padding:50px 12%;
}
.blog-top{
    width: 78%;
    margin: 0 auto;
    text-align: center;
}
.blog-top > h3{
    font-size: 45px;
}
.blog-top > p{
    font-size: 18px;
}
.blog-btm{
    margin-top:50px;
}
.blog-index-img img{
    transition: all .3s linear;
}
.blog-btm .swiper-slide > a:hover img{
    transform: scale(1.05);
}
.home-blog{
    background-color: #f9f9f9;
}
#home-blog .swiper-slide > a > div{
    overflow: hidden;
}

#home-blog .swiper-slide > a{
    background-color: #fff;
    display: block;
    padding-bottom: 15px;
    min-height: 503px;
}
#home-blog .swiper-slide > a h3{
    font-size: 16px;
    margin-top: 20px;
    padding: 0 10px;
}
#home-blog .swiper-slide > a p{
    font-size: 14px;
    font-weight: 400;
    margin-top: 25px;
    color: #838383;
    padding: 0 10px;
}
#home-blog .swiper-slide > a .blog-date{
    padding:0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
#home-blog .swiper-slide > a div span{
    color: #838383;
}
#home-blog .home-blog-pagination{
    bottom:0;
}
#home-blog .home-blog-pagination .swiper-pagination-bullet{
    border-radius: 0;
    width: 40px;
    height: 5px;
    background: #e1501f;
}
.footer{
    padding: 80px 12% 10px;
    background: #222325;
    color:#c7c7c7;
}
.footer-btm{
    text-align: center;
    line-height: 45px;
    background: #1e1e1e;
    color:#c7c7c7;
}
.footer-follow{
    margin-top:50px;
}
.col-pro li{
    width: 48%;
    float: left;
    margin-left: 2%;
    line-height: 30px;
    margin-top: 20px;
    background: #515151;
    padding: 0 10px;
}
.col-pro li a{
    color: #c7c7c7;
}
.col-pro li a:hover{
    color: #f29600;
}
.footer-about{
    margin: 40px 0 0;
    font-size: 16px;
}
.footer-sns-left{
    font-size: 16px;
}
.footer-follow a{
    margin-right: 10px;
}
.footer-content,.footer-pro{
    color:#c7c7c7;
    font-size: 18px;
    margin-top: 20px;
}
.footer-content:after,.footer-pro:after{
    content: '';
    width: 50px;
    background: #f29600;
    position: absolute;
    top: 55px;
    left: 15px;
    height: 3px;
}
.con-lx,.col-pro{
    margin-top: 30px;
}
.con-lx > li{
    font-size: 16px;
    margin-top: 20px;
}
.con-lx > li a{
    color:#c7c7c7;
}

.position{
    padding: 20px 12% 0;
}
.position a{
    font-size: 16px;
}
.pro-content {
    padding: 50px 12%;
}
.list_dd{
    display: none;
}
.pro-left > p{
    font-size: 24px;
    background: #f28c42;
    color: #fff;
    padding: 10px 0 10px 20px;
}
.pro-left .last-pro{
    margin-top:20px;
}
.last-pro + ul li{
    margin-top:20px;
}
.pro-l-box p{
    font-size: 15px;
    margin-left: 10px;
	 margin-top:10px;
}
.pro-left > ul > li > div{
    padding:0;
}
.pro-left .list_dt {
    background: #333;
    color: #fff;
    width: 100%;
    padding: 0 40px 0 20px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #464646;
    font-weight: normal;
    font-size: 16px;
}
.pro-left .list_dt_icon {
    position: absolute;
    right: 10px;
    top: 15px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/off.png) no-repeat;
    background-size: cover;
}

.pro-left .list_li {
    background: #4e4e4e;
    list-style-type: none;
    color: #fff;
    width: 100%;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
}
.list_li > a{
    display: block;
    color: #fff;
}
.list_dd .list_li:hover{
    background: #f6963f;
}
.pro-left #open .list_dt_icon {
    background: url(../images/open.png) no-repeat;
    background-size: cover;
}
.list_dt p a{
    color:#fff;
}
.list_dt p a:hover{
    color:#f6963f;
}
.pro-content > div{
    padding-left: 0;
}
.pro-right > h1{
    margin:0 15px;
    border-left: 3px solid #ff6226;
    padding-left: 20px;
}
.pro-list {
    margin-top:10px;
}
.pro-list-box p{
    font-size: 17px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pro-list-box .blog-title{
    text-align: left;
}
.pro-list-box .blog-des{
    text-overflow: unset;
    white-space: normal;
    text-align: left;
}
.pro-l-box .des{
    margin-top:10px;
}
.pro-l-box .des a{
    color: #555;
    font-size: 13px;
}
.pro-list-box p a{
    font-size: 16px;
}
.list-btn{
    position: absolute;
    bottom: 0;
    right: 0;
    color: #95180a;
    font-size: 16px;
}
.pro-l-box:hover a{
    color: #f28c42;
}
.pro-list-img{
    border: 1px solid #ededed;
}
.pro-l-img{
    border: 1px solid #ededed;
}
.pro-list-img a{
    overflow: hidden;
    display: block;
}
.pro-list-img a img{
    transition: all 0.3s linear;
}
.pro-list li{
    margin-top:30px;
}
.pro-list li:hover img{
    transform: scale(1.05);
}
.pro-list li:hover a{
    color: #182987;
}
.page{
    margin-top:50px;
}
.page, .page a {
    color: #979797;
    padding: 0 20px;
    text-align: center;
}
.fenye {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
    border-top: 1px solid #E8E8E8;
}
.fenye a.current {
    background: #0071AD;
    color: #fff;
}
.fenye a {
    padding: 4px 6px 4px 6px;
    margin: 0 2px 0 2px;
    border: 1px solid #aaa;
    text-decoration: none;
    color: #333;
}
/*放大镜*/
.big-box div.box {
    width: 40%;
    height: auto;
    float: left;
    border: 1px solid #eaeaea;
}
.big-box div.box a.phone-display {
    display: block;
    position: relative;
    height: 100%;
    z-index: 9;
}
.big-box div.bottom-nav{
    margin-top: 10px;
}
.big-box div.bottom-nav div.tab-btn{
    position: relative;
    width: 40px;
    height: 90px;
    cursor: pointer;
}
.big-box div.tab-btn:hover{
    opacity: .6;
}
.big-box div.tab-btn.btn-left{
    float: left;
}
.big-box div.tab-btn.btn-right{
    float: right;
}
.big-box i.shift-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 26px;
    height: 26px;
    border: 1px solid #999;
    border-radius: 50%;
}
.big-box i.shift-icon>span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-bottom: 1.5px solid #999;
}
.big-box div.btn-left i.shift-icon>span {
    border-left: 1.5px solid #999;
    transform: translate(-30%, -50%) rotate(45deg);
}
.big-box div.btn-right i.shift-icon>span {
    border-right: 1.5px solid #999;
    transform: translate(-70%, -50%) rotate(-45deg);
}
.big-box div.bottom-nav div.bottom-center-nav{
    position: relative;
    height: 90px;
    margin: 0 50px;
    overflow: hidden;
}
.big-box div.bottom-center-nav ul.small-img-ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.big-box ul.small-img-ul li.img{
    float: left;
    width: calc((100% / 4) - 2px);
    height: 100%;
    border:1px solid transparent;
    background-size: 100% 100%;
    cursor: pointer;
}
.small-img-ul{
    width: 100%;
}
.big-box ul.small-img-ul li.img.active{
    border-color: rgb(160, 27, 27);
}
/*放大镜over*/
.pro-left{
    width:23%;
}
.pro-right{
    margin-left: 2%;
    width:75%;
}
.pro-art-text{
    width: 33vw;
    margin-left: 20px;
    float: left;
    position: relative;
}
.pro-art-text > div > ul > li{
    position: relative;
    padding-left: 20px;
    margin-top:20px;
    font-size: 16px;
    width: 50%;
    float: left;
}
.pro-art-text > div > ul > li:before{
    display: block;
    position: absolute;
    left: 4px;
    top: 5px;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f28c42;
}
.pro-art-text > p{
    font-size: 16px;
    line-height: 30px;
}
.pro-art-text > .single-btn{
    line-height: 25px;
}
.single-btn{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.single-pro-btn{
    background: #f28c42;
    color: #fff;
    padding: 10px;
    width: 48%;
    display: block;
    float: left;
    margin-left: 2%;
    border-radius: 10px;
    text-align: center;
}
.single-pro-btn:hover{
    color:#000;
}
.pro-r-top{
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 115px;
}
.pro-item-content{
    margin-top:30px;
}
.intro{
    background-color: #FAFAFA;
    padding: 15px;
    font-size: 20px;
    margin-top: 30px;
}
.order > .intro{
    background-color: #FAFAFA;
    padding: 15px;
    font-size: 20px;
    margin-top: 120px;
}
.blog-content{
    font-size: 17px;
    margin-top: 20px;
}
.order {
    margin-top:20px;
}
.contacts,.map{
    padding: 50px 12%;
}
.contacts-left > h4{
    font-size: 30px;
}
.contacts-left > p{
    font-size: 16px;
    color: #837a7a;
    margin-top:30px;
}
.contacts-left .contact-order{
    margin-top:50px;
}
.contact-order label{
    font-family: Microsoft Yahei;
}
.cons-box{
    background-image: linear-gradient(to right, #f38634 , #f36d45);
    padding: 30px 10px 50px 10px;
    border-radius: 30px;
    position: absolute;
    top: 200px;
    margin: 0 1px;
}
.con-r-n {
    position: relative;
}
.cons-box > ul > li{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom:20px;
}
.cons-box > ul{
    padding-left: 20px;
}
.con-icon {
    float: left;
}
.cons-text{
    float: left;
    color: #fff;
    margin-left: 20px;
    font-size: 16px;
}
.map-left{
    background: #181818;
    color:#fff;
    padding: 80px 0 80px 50px;
}
.map-left > img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.map-left > a{
    overflow: hidden;
    color:#fff;
    background: #e8112b;
    font-size: 22px;
    padding: 20px 30px;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: all;
    margin-top: 35px;
}
.map-left > a:hover{
    color: #e8112b;
    background: #fff;
}
.map > div{
    padding:0;
}
.who {
    width: 78%;
    background: #fff;
    margin: 0 auto;
    padding-top: 50px;
}
.who-l {
    padding: 0;
}
.about-title {
    display: inline-block;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #d36a0e;
}
.who p {
    font-size: 18px;
    line-height: 35px;
}
.who .who-l ul {
    flex-wrap: wrap;
    display: flex;
    margin-top: 70px;
    list-style: none;
}
.who .who-l ul li {
    width: 50%;
    background-repeat: no-repeat;
    padding-left: 80px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-size: contain;
}
.who .who-l ul li:nth-child(1) {
    background-image: url(../images/about-us-con_02.png);
}
.who .who-l ul li .t1 {
    font-size: 30px;
    color: #c4363a;
    line-height: 1.2;
}
.who .who-l ul li .t2 {
    font-size: 18px;
    color: #444;
}
.who .who-l ul li:nth-child(2) {
    background-image: url(../images/about-us-con_03.png);
}
.who .who-l ul li:nth-child(3) {
    background-image: url(../images/about-us-con_04.png);
}
.who .who-l ul li:nth-child(4) {
    background-image: url(../images/about-us-con_01.png);
}
.who-r {
    padding: 70px 0 0 30px;
}
.todo{
    margin-top:50px;
}
.todo > div:nth-child(1) {
    padding: 0;
}
.todo-l {
    display: none;
}
.todo-title {
    display: inline-block;
    color: #d36a0e;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.todo-rs {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #cf7221, #EFC31D) 4;
}
.relate > div, .todo-rs > div {
    cursor: pointer;
}
.todo-rs > div {
    text-align: center;
    font-size: 20px;
    position: relative;
    height: 38px;
    line-height: 38px;
    transition: all .3s;
}
.todo-rs-son {
    color: #fff;
    background: #d36a0e;
}
.todo-con {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 2.0;
    display: none;
    transition: all .3s linear;
}
.why-choose {
    background: #f9f9f9;
}
.choose {
    width: 78%;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
}
.choose-title {
    display: inline-block;
    color: #d36a0e;
    font-size: 35px;
    margin-bottom: 30px;
}
.choose .row {
    margin-top: 30px;
}
.choose .row >div {
    padding: 0 10px;
}
.choose > .row >div .out {
    border: 2px solid #e1e1e1;
}
.choose > .row >div .choose-top {
    background: #d36a0e;
}
.choose .out {
    position: relative;
    height: 320px;
}
.choose-top {
    width: 60%;
    margin: 0 auto;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: -25px;
    left: 20%;
    color: #fff;
}
.choose-under {
    padding: 35px 10px;
}
.choose-under ul {
    list-style: none;
}
.choose-under ul li {
    text-align: left;
    margin: 10px auto;
    font-size: 16px;
    line-height: 30px;
}
.choose-under ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    top: 10px;
    display: inline-block;
    border-radius: 4px;
    background: #d36a0e;
    margin-right: 10px;
}

.earth-title h3 {
    display: inline-block;
    color: #d36a0e;
    font-size: 35px;
}
.about-conpany h3 {
    color: #fff;
    font-size: 70px;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 30%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
}
.about-conpany > .p-title {
    padding: 280px 0;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    font-weight: normal;
}
.p-title {
    background: url("../images/about-us_factory.webp") center center no-repeat fixed;
    background-size: contain;
}
.p-title > div {
    position: absolute;
    color: #fff;
    width: 70%;
    left: 50%;
    top: 55%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    font-size: 30px;
    line-height: 50px;
}
.earth-out {
    width: 78%;
    background: #fff;
    margin: 50px auto;
}
.earth-l {
    padding: 35px;
}
.earth-bottom {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.8;
}
.earth-r {
    padding-top: 35px;
}
.case_left_date{
    color: #616161;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.case_left_title{
    font-size: 16px;
    margin-top: 10px;
}
.last-case + ul > li{
    margin-top: 20px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    overflow: hidden;
}
.last-case + ul > li img{
    transition: all .3s linear;
}
.last-case + ul > li:hover img{
    transform: scale(1.05);
}
.last-case + ul > li:hover a{
    color:#e63500;
}
.blog-right > p{
    color: #aba4a4;
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #ddd8d8;
    padding-top: 10px;
}
.case-list {
    padding:30px 12%;
}
.case-list .home-news-con{
    margin:0;
}
.case-list .page{
    color: #979797;
    padding: 0 20px;
    width: 100%;
    margin: 50px auto 0;
}

.case-content .pro-left{
    margin-left: 2%;
    width:23%;
}
.case-content .pro-right{
    width:75%;
    margin:0;
}
.pro-goods{
    padding:20px 12%;
}
.pro-goods > h4{
    font-size: 35px;
    color: #292929;
    position: relative;
}
.pro-goods > h4:after{
    content: '';
    width: 20%;
    background: #f29600;
    position: absolute;
    top: 70px;
    left: 0;
    height: 3px;
}
.pro-goods > div{
    padding:50px 0;
}
.pro-goods div > h3{
    font-size: 16px;
    text-align: center;
	  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pro-goods .pro-good-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 40px;
    height: 5px;
    background: #182987;
}
.blog-index-img{
    overflow: hidden;
    border: 1px solid #dfdfdf
}
.blog-index-img > img{
    transition: all .3s linear;
}
.pro-goods .swiper-slide a:hover img{
    transform: scale(1.05);
}

.dropdown-menu{
    width: 280px;
}

.cate-child{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #182987;
    height: 306px;
    padding-left: 0;
    z-index: 1002;
}
.dropdown-menu > li:nth-child(1) .cate-child{
    display: block;
}
.navbar .navbar-nav li.open .dropdown-menu li .cate-child a{
    background: #182987;
    color: #fff;
}
.navbar .navbar-nav li.open .dropdown-menu li .cate-child a:hover{
    color: #f29600;
}
.dropdown-menu li a{
    position: relative;
}
.dropdown-menu li a img{
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
}
.dropdown-menu > li:nth-child(1) a img{
    display: block;
}

.wpforms-submit{
    margin: 0 auto !important;
    display: block !important;
}
/*搜索*/
.search{
    padding-top: 15px;
    padding-left: 0;
}
.search a{
    font-size: 20px;
    color: #f98c00;
    display: block;
    width: 65%;
    font-style: normal;
}

.search_bg{
    display: none;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.search_form{
    display: none;
    position: fixed;
    top: 40%;
    left: 25%;
    width: 50%;
    z-index: 999;
}
.search_form .input_name{
    float:left;
    width:78%;
    font-size: 25px;
    padding:15px 10px;
}
.search_form .input_ok{
    float:left;
    width:20%;
}
.search_form .btn_close{
    float: left;
    width: 5%;
    padding: 1px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.btns {
    display: inline-block;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 10px;
}
.btn-info {
    color: #fff;
    background-color: #d39a19;
}
.search_form input{
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 23px;
    border-radius: 10px;
}
.search_form{
    background: #fff;
}
.search_form .search-a{
    background: #ee8b37;
    padding: 10px;
}
.search_form .search-a a{
    font-size: 24px;
    display: block;
    color: #fff;
}
.pro-contents{
    font-size: 17px;
    padding-top: 30px;
}
.pro-contents strong{
    font-family: Microsoft Yahei;
}
.pro-contents a,.blog-content a{
    color: #f65e17;
    font-weight: bold;
}
.blog-content img{
    display: block;
    margin: 20px auto;
}
.img-center{
    display: block;
    margin:0 auto;
}
.table-hover > tbody > tr:hover {
    background-color: #f2960014;
}
.box-my {
    margin: 50px auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 50%;
    padding: 30px 20px 100px;
    position: relative;
}
.box-my img {
    display: block;
    margin: 0 auto;
}
.box-my h1 {
    color: #cd6102;
    font-size: 35px;
    text-align: center;
    margin-top: 15px;
    font-family: fantasy;
}
.box-my p {
    margin-top: 15px;
    color: #333;
    font-size: 19px;
    text-align: center;
}
.box-my .btn {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%;
}
.box-my .btn a {
    background-color: #08112A;
    width:40%;
    height: 43px;
    line-height: 42px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    margin-top: 30px;
}
.box-my .btn a:nth-child(2n-1) {
    float: left;
    margin-right: 10%;
}
.box-my .btn a:nth-child(2n) {
    float: right;
    margin-left: 10%;
}
.footer-logo{
    width: 200px;
    display: block;
    background: #fff;
    height: 100px;
    padding-top: 11px;
    border-radius: 10px;
}
.footer-logo > img{
    margin: 0 auto;
}
.pro-art-text h1{
    font-size: 25px;
}
.ce-nav .right-fixed-contact {
    position: fixed;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
    width: 75px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 9999;
}
.right-fixed-contact li {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 3px;
    background: #3d81e7;
}
.right-fixed-contact li:hover {
    background: #1f58b0;
}
.right-fixed-contact li:nth-child(1){
    background: #e6523b;
}
.right-fixed-contact li:nth-child(1):hover{
    background: #eb2e11;
}
.right-fixed-contact li:nth-child(2) {
    background: #1bb410;
}
.right-fixed-contact li:nth-child(2):hover{
    background: #119508;
}
.right-fixed-contact li:nth-child(3) {
    background: #3d81e7;
}
.right-fixed-contact li:nth-child(3):hover {
    background: #0d4caf;
}
.right-fixed-contact a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.right-fixed-contact a p {
    font-size: 14px;
    margin: 0;
}

.pro-r-top .box .phone-display{
    background-repeat: no-repeat;
}
.footer .order > .intro{
    margin-top: 10px;
    background: unset;
    margin-bottom: 5px !important;
    padding: 0;
}
.footer .wpforms-container .wpforms-field{
    padding: 0;
}
.footer div.wpforms-container-full .wpforms-field-label{
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    margin: 5px 0;
}
.footer div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium{
    height: 50px;
    padding: 5px 10px;
}
.footer .wpforms-container .wpforms-submit-container{
    padding: 5px 0 0;
    margin-top: 0 !important;
}
.footer div.wpforms-container-full {
    margin: 5px auto;
}
.footer .wpforms-container .wpforms-recaptcha-container{
    padding: 5px 0;
}
.footer-nav {
    display: none;
}
.contacts h2{
    text-align: center;
    font-size: 40px;
    font-weight: normal;
    margin-top: 40px;
}
.contacts > div{
    background: #f8f8f8;
}
.policy-content{
    padding: 30px 100px;
    line-height: 40px;
    font-size: 16px;
}
.contacts-in > hr{
    width: 30%;
    height: 5px;
    background: #71a5f2;
    text-align: center;
    margin: 0 auto;
}
.footer-btm > a{
    color: #fff;
    margin-left: 30px;
    text-decoration: underline;
}
.toTop{
    top: 75%;
    right: 30px;
    cursor: pointer;
    position: fixed;
    z-index: 999;
}
.hot-products,.hot-access{
    margin-top: 50px;
}
.hot-products > h3,.hot-access > h3{
    font-size: 26px;
    font-weight: bold;
    color: #000;
}
.hot-products hr,.hot-access hr{
    width: 90px;
    background-color: #f00;
    height: 4px;
}
.hot-products .col-lg-4 > a,.hot-access .col-lg-4 > a{
    border: 1px solid #e7e7e7;
    display: block;
    margin-top: 30px;
    padding: 10px;
}
.hot-products .col-lg-4 > a img,.hot-access .col-lg-4 > a img{
    transition: all 0.3s linear;
}
.hot-products .col-lg-4 > a:hover img,.hot-access .col-lg-4 > a:hover img{
    transform: scale(1.05);
}
.hot-products .pro-list-box p,.hot-access .pro-list-box p {
    font-size: 15px;
}