*{
    padding: 0;
    margin: 0;
    font-family: "Arial","Microsoft Yahei","Helvetica Neue", "Helvetica", "sans-serif";
}
body,div,hr,p,dl,dt,dd,ul,ol,li,form,button,input,textarea,th,td {
    margin: 0;
    padding: 0;
    border: 0;
}
body{
    max-width: 1920px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Arial","Microsoft Yahei","Helvetica Neue", "Helvetica", "sans-serif";
}
/*@font-face {
    font-family: "Hel";
    src: url("../fonts/bootstrap-icons.woff2");
}*/
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:link{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #2C6EEB;
}
a:visited{
    text-decoration: none;
}
a:active{
    text-decoration: none;
}
p{
    word-wrap: break-word;
}
/* 设置滚动条的样式 */
::-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;
    height: 100vh;
}
.top #navToggle {
    display: none;
    padding: 10px 10px;
    position: fixed;
    right: 10px;
    top: 5px;
    z-index: 999;
    background: #de3e30;
}
.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: -18px;
}
.top #navToggle span:after {
    top: -11px;
}
.m_nav {
    position: fixed;
    width: 100%;
    background: #c5dde4;
    background: linear-gradient(135deg, #fcfaec 10%, #ed722e);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    top: 0;
    transform: translateX(100%);
}
.m_nav .m-top {
    height: 40px;
    padding: 0;
    box-sizing: border-box;
    width: 20%;
    float: right;
}
.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;
    float: left;
}
.m_nav .m-logo img {
    display: block;
    margin: 10px auto;
}
.m_nav .ul {
    margin-top: 20px;
}
.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 #c9c9c9;
}
.m_nav .ul li a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-weight: bold;
}
.m_nav .ul li .half {
    width: 50%;
    float:left;
}
.m_nav .ul li .m-dropdown-menu a{
    color: #0949E7;
    padding-left: 10px;
    width: 50%;
    float: left;
}
/*移动端导航样式over*/
header > .container-fluid .top.show-on {
    width: 1920px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 10000;
    box-shadow: 0 1px 6px #ccc;
    padding: 0;
}
header > .container-fluid > .row{
    padding:10px 17%;
    justify-content: center;
    align-items: center;
}
.nav-out .nav li a{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 10px 20px;
    line-height: 50px;
}
.nav-out .navbar{
    margin: 0;
}
.nav-out .nav{
    justify-content: space-between;
}
.nav-out .dropdown-menu{
    min-width: 200px;
    padding: 0;
    left: -40px;
    background: #fff;
}
.nav-out .dropdown-menu li a{
    padding: 5px 10px;
    line-height: 35px;
    text-align: center;
}
.tops {
    padding: 10px 17%;
    align-items: center;
    justify-content: space-between;
}
.tops-title .tops-title-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tops-item-in{
    margin-left: 10px;
}
.tops-item-in strong{
    font-size: 16px;
    color: #000;
}
.tops-item-in p{
    font-size: 16px;
}
.tops i{
    font-size: 16px;
}
.tops h2{
    color: #DC3545;
    font-weight: bold;
}
.nav-out{
    padding: 0 17%;
    align-items: center;
    justify-content: space-between;
    background-color: #DE3E2F;
}
.nav-out .nav li a{
    color: #fff;
    font-weight: normal;
}
.nav-out .nav li > a:hover{
    background-color: #fff;
    color: #000;
}
.nav-out .nav .dropdown.open li a{
    color: #000;
}
.nav-out .nav .dropdown.open li a:hover{
    background-color: #DE3E2F;
    color: #fff;
}
.nav-out .nav .dropdown.open > a{
    background-color: #fff;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    width: 60px;
    border-radius: 0;
    height: 8px;
    background-color: #f37f23;
}

.ziyong{
    font-size: 30px;
    background-color: #0D6EFD;
    width: 200px;
    margin: 35px auto;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px;
}

.q-end{
    justify-content: end;
    display: flex;
    align-items: center;
}
.q-end h5{
    font-size: 20px;
}
.q-end > div{
    font-size: 40px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    background-color: #0D6EFD;
    border-radius: 5px;
}
.q-start{
    justify-content: start;
    display: flex;
    align-items: center;
}
.q-start h5{
    font-size: 20px;
}
.q-start > div{
    font-size: 40px;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    background-color: #FFC008;
    border-radius: 5px;
}
.like{
    padding-bottom: 30px;
    border-bottom: 1px solid #d5d3d3;
    margin-top: 50px;
}
.like p{
    font-size: 30px;
    color: #FFC008;
    margin-top: 40px;
    font-weight: bold;
}
.bi-currency-yen::before {
    content: "\f63a";
}
.youshi > div{
    padding: 20px;
}
.youshi > div .card{
    background: linear-gradient(to right, #19decc, #19cbb1);
    padding: 30px 20px;
    border-radius: 15px;
}
.card-body .card-title{
    color: #fff;
    font-size: 28px;
}
.card-body .card-text{
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
}
.card-body .card-btn{
    padding: 8px 13px;
    background: #fff;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 20px;
}
.card-body .card-btn:hover{
    background-color: #555;
    color: #fff;
}
.like .youshi{
    margin-top: 50px;
}
.youshi .icon-circle {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.youshi > div:nth-child(2) .card{
    background: linear-gradient(to right, #6179fc, #405be4);
}
.youshi > div:nth-child(3) .card{
    background: linear-gradient(to right, #f89661, #eb5860);
}
.youshi > div:nth-child(4) .card{
    background: linear-gradient(to right, #9ad0fa, #69a4f6);
}
.youshi > div:nth-child(1) .icon-circle{
    background-color: #19cfb7;
}
.youshi > div:nth-child(2) .icon-circle{
    background-color: #5f78fb;
}
.youshi > div:nth-child(3) .icon-circle{
    background-color: #f89661;
}
.youshi > div:nth-child(4) .icon-circle{
    background-color: #7db6f8;
}
.youshi > div .icon-circle span{
    color: #fff;
    font-size: 30px;
}
.index-why{
    background:url("../images/bg1.jpg") no-repeat center;
    background-size: cover;
    padding: 50px 0;
}
.index-why .why-title{
    width: 60%;
    margin: 30px auto;
    text-align: center;
    color: #fff;
}
.index-why .why-title h2{
    font-size: 40px;
    font-weight: bold;
}
.index-why .why-title p{
    font-size: 25px;
    font-weight: bold;
}
.index-how {
    padding: 50px 17%;
}
.how-in h3{
    background-color: #0D6EFD;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
}
.how-in{
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding-left:0;
    padding-right: 0;
    border-bottom: 1px solid #e0e0e0;
}
.how-in-two{
    border-left: none;
}
.how-title{
    padding: 20px 30px;
}
.how-title h4{
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}
.how-title p{
    font-size: 16px;
    line-height: 30px;
}
.how-title th{
    background-color: #D1E7DE;
    text-align: center;
    border-bottom-width: 1px !important;
}
.how-title td{
    text-align: center;
}
.how-title .how-title-in {
    background-color: unset;
    color: #333;
    text-align: left;
}
.how-title > span{
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    display: block;
}
.how-title .how-btm {
    font-size: 20px;
}
.how-btm span{
    background: #0D6EFD;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 4px 10px;
    border-radius: 5px;
    margin-left: 10px;
}
.how-title .row{
    align-items:center;
}
.why-title-two{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.why-title-two p span img{
    float: left;
}
.why-title-two p span{
    background: #0D6EFD;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
    line-height: 25px;
}
.why-title-two .join{
    display: inline-block;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    background: #fff;
}
.why-title-two .join a{
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #d51414;
    border-radius: 5px;
}
.why-title-two .join a:hover{
    color: #fff;
    background-color: #d51414;
}
.index-tech{
    padding: 50px 17%;
    text-align: center;
}
.index-tech > h2{
    font-size: 40px;
}
.index-tech > h2 span{
    color: #FFC008;
    font-weight: bold;
}
.index-tech > p{
    font-size: 27px;
}
.index-tech > p i{
    font-weight: bold;
}

.tech-mid{
    padding: 0 15px;
}
.tech-mid > a{
    display: block;
    padding: 10px;
    border: 1px solid #d2d2d2;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    width: 30%;
    margin-left: 5%;
}
.tech-mid > a:nth-child(1){
    margin-left: 0;
}
.tech-in{
    margin-top: 30px;
    padding: 20px 0;
}
.tech-item-in a{
    border: 1px solid #f0f0f0;
    display: block;
    padding: 10px;
}
.tech-item-in a h4{
    font-size: 18px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tech-item-in a p{
    font-size: 16px;
    color: #555;
}
.index-tech .tech-all{
    margin-top: 30px;
}
.index-news .tech-all .tech-item > div{
    margin-top: 70px;
}
.index-news .tech-all .tech-item-in img{
    margin-top: -60px;
    border-radius: 5px;
}
.index-news .tech-item-in a{
    padding: 20px;
    border-radius: 10px;
}
.index-tech .tech-all .tech-item-in img{
    height: 200px;
}
.show{
    display: block;
}
.tech-item{
    display: none;
}
.index-news > p{
    font-size: 20px;
}
.tech-method-out{
    padding: 0 17%;
}
.tech-method{
    padding: 50px 0;
    background: #FFBF0A;
    text-align: center;
    border-radius: 10px;
}
.tech-method .ico > img{
    margin: 0 auto;
}
.tech-method .tech-ico{
    margin-top: 30px;
}
.tech-method .row{
    margin-top: 30px;
}
.tech-method .row a{
    padding: 15px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tech-method .row a img{
   margin-right: 5px;
}
.tech-method .row .col-lg-4{
    padding: 0 5%;
}
.tech-method .row .col-lg-4:nth-child(1) a{
    background: #11CAF0;
}
.tech-method .row .col-lg-4:nth-child(2) a{
    background: #fff;
    color: #212529;
}
.tech-method .row .col-lg-4:nth-child(3) a{
    background: #DC3545;
    color: #fff;
}
.tech-ico p{
    font-size: 30px;
    color: #000;
}
.order .show-nos{
    display: none !important;
}
.index-mes-top{
    padding: 50px 0;
}
.index-mes-bottom{
    padding: 50px 17%;
}
.index-mes-mid{
    padding: 10px;
    background: #DE3E2F;
    text-align: center;
}
.index-mes-nav a{
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
}
.index-mes-bottom .col-lg-4{
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-mes-bottom .col-lg-5{
    text-align: left;
    padding-left: 50px;
    font-size: 17px;
    border-left: 1px solid #c7c7c7;
}
.index-mes-bottom .col-lg-5 p{
    line-height: 30px;
    margin-top: 15px;
}
.index-mes-btm{
    padding: 15px;
    border-top: 1px solid #c7c7c7;
    font-size: 16px;
    text-align: center;
}
/*侧边栏start*/
.slidebar {
    background: #de3e30;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 10000;
    border-radius: 12px 12px 12px 12px;
    height: 160px;
}
.slidebar .button {
    width: 36px;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    height: 181px;
}
.slidebar .button div {
    cursor:pointer;
}
.btnOpen, .btnCtn {
    position: relative;
    z-index: 9;
    background: url(../images/shopnc.png) no-repeat;
    display: block;
    height: 146px;
    padding: 8px;
}
.btnOpen {
    background-position: -41px -143px;
}
.btnCtn {
    background-position: 10px -143px;
}
.floatR {
    float: left;
    overflow: hidden;
    width: 180px;
    border: 12px solid #de3e30;
    border-radius: 12px;
}
.contacts {
    background: #F7F7F7;
    border-radius: 6px;
    text-align: center;
}
.contacts h4 {
    height: 45px;
    line-height: 45px;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0;
}
.contacts li {
    border-bottom: solid 1px #E6E4E4;
    height: 55px;
    line-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.contacts li:nth-child(1) a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #de3e30;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.contacts li:nth-child(2) a {
    display: block;
    width: 140px;
    background: url(../images/shopnc.png) no-repeat right 18px;
    text-align: left;
}
.contacts li:nth-child(3) {
    height: 150px;
}
/*侧边栏end*/

.pos-how .how-in h3{
    color: #FFC008;
    background-color: #f8f8f8;
}
.order{
    overflow: hidden;
}
.how-title .order .wpforms-field-container  .wpforms-field{
    display: flex;
    align-items: center;
    padding: 5px;
}
.how-title .order .wpforms-field-container  .wpforms-field .wpforms-field-label{
    width: 80px;
    margin: 0;
}
.how-title .order .wpforms-submit-container{
    text-align: center;
}
.how-title .order .wpforms-submit{
    background-color: #FFC008 !important;
}
.how-title .how-title-a{
    font-size: 16px;
    color: #2175fd;
}
.how-w-out{
    padding: 20px;
}
.how-weixin{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    border: 1px solid #dddada;
    border-radius: 10px;
}
.how-weixin p{
    font-size: 16px;
}
.daili-top{
    padding: 50px 0 10px;
    text-align: center;
}
.daili-top h2{
    font-size: 45px;
    font-weight: bold;
}
.daili-top p{
    font-size: 20px;
}
.dai-content .how-in{
    border:none;
}
.dai-content .how-wx{
    display: block;
}
.dai-content .how-wx p{
    font-size: 17px;
    line-height: 35px;
}
.dai-content .how-wx p span{
    font-size: 20px;
    color: #f00;
}
.how-title .order.order-right .wpforms-field-container .wpforms-field {
    display: flex;
    align-items: center;
    padding: 11px 0;
}
.page-ban{
    text-align: center;
    padding: 50px 0;
}
.page-ban h2{
    font-size: 50px;
}
.page-ban h2 span{
    color: #ED8519;
    font-weight: bold;
}
.page-ban p{
    font-size: 26px;
}
.ban-message {
    padding: 50px 10%;
}
.ban-mes-in{
    background-color: #F3F6FF;
    align-items: center;
}
.ban-mes-in .col-left{
    padding:0 80px;
}
.ban-mes-in .col-lg-6 > h3{
    font-size: 50px;
    margin-bottom: 40px;
    font-weight: bold;
}
.ban-mes-in .col-lg-6 > p{
    font-size: 16px;
    font-style: italic;
    margin-top: 30px;
}
.ban-mes-left {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px;
}
.ban-mes-left h3{
    font-size: 30px;
    font-weight: bold;
}
.ban-mes-left a{
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.ban-mes-left a img{
    margin-right: 10px;
}
.ban-mes-in .order .wpforms-submit{
    background-color: #dc3545 !important;
    width: 160px;
    border-radius: 5px;
}
.cert{
    padding-top: 50px;
}
.cert h3{
    font-size: 40px;
    text-align: center;
}
.cert p{
    font-size: 20px;
    text-align: center;
}
.cert .col-lg-4 .cert-img {
    margin-top: 30px;
    padding: 30px;
    height: 300px;
    box-shadow: 1px 1px 10px 2px rgb(39 34 34 / 10%);
}
.cert-img img{
    margin: 0 auto;
    max-height: 250px;
}
.cert .col-lg-4{
    margin-top: 30px;
}
.position{
    padding:30px 17%;
}
.position a{
    font-size: 16px;
}
.position span{
    font-size: 16px;
}
.page-news{
    padding: 20px 17%;
}
.page-news .col-lg-9{
    padding-left: 0;
}
.page-news .col-lg-9 .row .col-lg-5{
    padding-left: 0;
}
.page-news .list-img img{
    border-radius: 5px;
}
.page-news .list-right{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.page-news .list-right h3{
    font-size: 22px;
}
.page-news .list-right p{
    font-size: 16px;
    color: #767676;
    line-height: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d6d4d4;
}
.list-tag a{
    display: inline-block;
    border: 1px solid gray;
    padding: 5px;
    border-radius: 5px;
    margin: 0 10px;
    color: #767676;
}
.list-tag a:hover{
    border-color:#f00;
}
.page{
    margin: 50px 0;
}
.new-r-in{
    border: 1px solid #e8e1e1;
    padding: 20px;
    border-radius: 10px;
}
.new-r-in img{
    margin: 0 auto;
    display: block;
}
.new-r-in p{
    font-size: 18px;
    text-align: center;
}
.news-r-out .order .wpforms-field-container  .wpforms-field{
    padding: 5px;
}
.news-r-out .order .wpforms-field-container .show-no{
    display: none;
}
.news-r-out .order .wpforms-field-container div.show-no:nth-child(4),.news-r-out .order .wpforms-field-container .show-no:nth-child(3){
    display: block;
}
.news-r-out .wpforms-field-container .wpforms-field-label{
    min-width: 50px;
    margin: 0;
}
.news-r-out .wpforms-submit-container{
    text-align: center;
}
.news-r-out .wpforms-submit-container .wpforms-submit{
    background-color: #0D6EFD !important;
    width: 150px;
}
.news-r-out .wpforms-field-container .wpforms-field-large{
    border-radius: 5px;
    font-size: 20px;
    margin-top: 5px;
    border: 1px solid #ebeaea;
}
.news-r-tags{
    margin-top: 50px;
}
.news-r-tags > h3,.news-r-out > h3{
    font-weight: bold;
}
.news-r-tags a{
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 5px 0 0;
    color: #767676;
}

.new-r-tech .new-r-in a{
    border-color: #e7e7e7;
}
.new-r-tech .new-r-in h4{
    font-weight: bold;
    color: #333;
}
.new-r-tech a{
    width: 100%;
}
.new-r-tech .new-r-in p{
    color: #767676;
    font-size: 16px;
    text-align: left;
}
.new-r-single .new-r-in a{
    border: none;
    border-bottom: 1px solid #f2e4e4;
    border-radius: 0;
}
.new-r-single .new-r-in h4{
    font-weight: normal;
}
.time span{
    font-size: 16px;
    margin-right: 20px;
}
.time {
    padding: 10px 0 15px;
    border-bottom: 1px solid #dad8d8;
}
.news-content{
    padding: 30px 10px;
}
.news-content {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2ex;
}
.news-content video{
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.position #crumbs{
    padding: 10px;
    background: #F8F8F8;
}
.order-out{
    padding: 50px;
}
.order-out .order{
    padding: 30px 50px;
    background: #fff;
    border-radius: 10px;
}
.order-out .order .wpforms-field-container  .wpforms-field{
    padding: 7px;
}
.ban-mes-in .order input,.ban-mes-in .order textarea{
    border-radius: 8px !important;
}
.order-out .order .wpforms-submit-container{
    text-align: center;
}
.page-news > .col-lg-9 > .row{
    margin-top: 30px;
}
.news-content img{
    display: block;
    margin: 20px auto;
}
.page{
    margin-top:50px;
    text-align: center;
}
.page, .page a {
    color: #979797;
    padding: 0 5px;
}
.fenye {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
}
.fenye a.current {
    background: #2C6EEB;
    color: #fff;
}
.fenye a {
    padding: 4px 6px 4px 6px;
    margin: 0 2px 0 2px;
    border: 1px solid #aaa;
    text-decoration: none;
    color: #333;
}
/*新增*/
.home-case{
    padding: 20px 17%;
}
.home-case-top{
    text-align: center;
}
.home-case-top > h3{
    font-weight: bold;
}
.home-case-btm{
    margin-top: 50px;
}
.home-case-btm h3{
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.home-case-btm #home-case{
    padding-bottom: 40px;
}
.home-case .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    width: 50px;
    border-radius: 0;
    height: 4px;
    background-color: #cd4b3a;
}
.eject1,.eject2{
    display: none;
}

.table thead tr th,.table tr td{
    vertical-align: middle !important;
}
.dai-bg {
    background: url(../images/baiwan.webp) no-repeat right bottom;
    background-size: contain;
    padding: 0 0 200px;
}
.shenfen{
    margin-top: 30px;
}
.shenfen-one{
    overflow-x: auto;
}
.pad-0{
    padding: 0;
}
.dai-content .col-lg-12{
    width: 100%;
}
.list-img{
    padding: 15px 8px;
}
.list-img a{
    display: block;
    text-align: center;
    box-shadow: 1px 1px 5px 2px rgb(39 34 34 / 10%);
    padding: 5px 0;
}
.list-img a h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.home-case-btm .swiper-slide a{
    box-shadow: 1px 1px 5px 2px rgb(39 34 34 / 10%);
    display: block;
    padding: 10px;
    text-align: center;
    border: 1px solid #f1f1f1;
}
.index-icon{
    padding: 0 17%;
    margin: 80px 0;
}
.index-icon ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-icon ul li i {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
}
.index-icon ul li{
    width: calc((100% - 120px) / 5);
}

.index-icon ul li a{
    display: block;
    text-align: center;
    padding: 20px 10px;
    box-shadow: 1px 1px 5px 2px #ccc;
    transition: .5s;
    border-radius: 10px;
}
.index-icon ul li:nth-child(1) i {
    background: url(../images/index.png) no-repeat 11px 9px;
}
.index-icon ul li:nth-child(2) i {
    background: url(../images/index.png) no-repeat -89px 8px;
}
.index-icon ul li:nth-child(3) i {
     background: url(../images/index.png) no-repeat -187px 8px;
}
.index-icon ul li:nth-child(4) i {
    background: url(../images/index.png) no-repeat -385px 8px;
}
.index-icon ul li:nth-child(5) i {
    background: url(../images/index.png) no-repeat -287px 8px;
}
.index-icon ul li:nth-child(1) h3 {
    color: #333333;
    font-weight: normal;
}
.index-icon .subnav ul li p {
    height: 65px;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.index-icon ul li p {
    height: 65px;
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
}
.index-icon ul li p:last-child {
    display: inline-block;
    font-size: 16px;
    width: 120px;
    line-height: 30px;
    height: 30px;
    background: #ff6800;
    color: #fff;
    border-radius: 5px;
}
.index-icon ul li{
    transition: .5s;
}

.index-icon ul li:hover{
    transform: scale(1.05);
    transition: .5s;
}
.index-zizhi {
    padding: 0 17%;
}
.list ul li span {
    font-size: 25px;
    font-weight: bold;
    color: #ff6800;
}
.list ul li .list1 {
    margin-top: 20px;
    border: 1px solid #00000019;
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.list ul li .list1:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.index-zizhi ul li{
    text-align: center;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    padding: 0;
}
.index-zizhi ul li:nth-child(4){
    margin-right: 0;
}
.index-zizhi h3.title{
    font-size: 32px;
    color: #ff6800;
    font-weight: bold;
    text-align: center;
}
.index-zizhi > .row{
    margin-top: 30px;
}
.list ul li .title {
    margin: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.list ul li:last-child .title1 {
    background: #0000004C;
    position: absolute;
    padding: 10px;
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 14px;
    color: #FFF;
    text-indent: 20px;
    bottom: 79px;
}
.list ul li:last-child .desc {
    text-align: center;
    font-size: 16px;
    color: #ff6800;
    margin: 28px 0;
}
.list ul li:last-child .desc span {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}
.index-new{
    padding: 0 17%;
    margin-top: 60px;
}
.index-new .title{
    font-size: 32px;
    color: #ff6800;
    font-weight: bold;
    text-align: center;
}
.index-new .news-box .tab-hd {
    margin-bottom: 33px;
    text-align: center;
    margin-top: 30px;
}
.index-new .news-box .tab-hd ul li {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: #5b5b5b;
    background: #eeeeee;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}
.index-new .news-box .tab-hd .tab-nav{
    justify-content: space-between;
}

.index-new .news-box .tab-hd ul li.on {
    background: #ff6800;
}
.index-new .news-box .tab-hd ul li a {
    display: block;
}
.index-new .news-box .tab-hd ul li.on a {
    color: #fff;
}
.index-new .news-box .tab-bd{
    margin-top: 50px;
}
.index-new .news-box .tab-bd ul li {
    display: block;
    float: left;
    background: #fff;
    margin: 0 20px 30px 0;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0 0 20px;
    width: calc((100% - 60px) / 4);
}
.index-new .news-box .tab-bd ul li:nth-child(4n){
    margin-right: 0;
}
.index-new .news-box .tab-bd ul li:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.index-new .news-box .tab-bd ul li a.tit {
    font-size: 16px;
    display: block;
    width: 100%;
    margin: 10px auto;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000;
    overflow: hidden;
}
.index-new .news-box .tab-bd ul li p {
    margin: 0 auto;
    font-size: 13px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #777;
    overflow: hidden;
}
.index-new .news-box .tab-bd ul li a.more {
     display: block;
     width: 80px;
     height: 29px;
     line-height: 29px;
     text-align: center;
     border: 1px solid #eee;
     font-size: 13px;
     color: #999;
     margin-left: 10px;
     margin-top: 10px;
}
.index-new .news-box .tab-bd ul li a.more:hover {
    background: #ff6800;
    border: 1px solid #ff6800;
    color: #fff;
}
.index-new .news-box .tab-bd .tab-pal{
    display: none;
}
.index-new .news-box .tab-bd .tab-pal.show{
    display: block;
}
.index-form{
    padding:0 17%;
    margin: 50px 0;
}
.index-form .title{
    text-align: center;
    font-size: 32px;
    color: #ff6800;
    font-weight: bold;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.index-form .mflq .form-fl {
    width: 45%;
    padding: 15px 40px 40px 33px;
}
.index-form .mflq .form-fr {
    width: 50%;
    padding: 38px;
    margin-left: 5%;
}
.index-form .mflq .form-fl, .index-form .mflq .form-fr {
    height: 561px;
    border: 1px dashed #ff6800;
    border-radius: 10px;
}
.form-fl h2 {
    font-weight: bold;
    font-size: 56px;
    color: #ff6800;
    text-align: center;
}
.form-fl .fl-top {
    text-align: center;
    margin: 28px 0 24px;
    display: flex;
    justify-content: space-around;
}
.form-fl .fl-top img:first-child {
    width: 260px;
    height: 260px;
}
.form-fl .fl-top b {
    display: block;
    font-size: 20px;
    color: #666;
}
.form-fl .fl-top .ewm {
    width: 155px;
    height: 156px;
    margin-top: 8px;
}
.form-fl .fl-top p {
    color: #333;
    margin-top: 20px;
}
.form-fl .fl-bom {
    padding-left: 102px;
    background: url(../images/footer1.png) no-repeat 0 -287px;
    height: 94px;
    border: 1px solid #fff;
}
.form-fl .fl-bom p {
    color: #333;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}
.form-fl .fl-bom h3 {
    font-weight: bold;
    font-size: 40px;
    color: #ff6800;
}
.form-fl .fl-ewm img{
    margin-top: 20px;
}
.form-fr .wpforms-field-textarea{
    display: none;
}
.form-fr h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.form-fr .wpforms-container .wpforms-field {
    padding: 5px 0;
    position: relative;
}
.form-fr .wpforms-submit-container{
    text-align: center;
}
.form-fr .wpforms-submit{
    padding: 10px 60px !important;
    background-color: #ff6800 !important;
    border-radius: 30px !important;
}
.about{
    padding: 0 17%;
    margin: 80px 0;
}
.about .row{
    margin-top: 50px;
}
.about h2{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}
.about h2 span{
    color: #f00;
    font-style: italic;
    font-size: 50px;
}
.about-p{
    margin-top: 20px;
    font-size: 17px;
    line-height: 35px;
    text-indent: 4ex;
}
.youshi{
    padding: 30px 17%;
    background-color: #F5F5F5;
}
.youshi > h2{
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #df9a24;
}
.youshi > h2 span{
    font-style: italic;
    font-size: 50px;
    color: #000;
}
.youshi .row .col-lg-4{
    text-align: center;
    margin: 20px 0;
}
.youshi .bi{
    font-size: 40px;
    color: #f5bd6a;
}
.youshi .row .col-lg-4 p{
    margin: 10px 0;
    font-size: 24px;
    font-weight: bold;
}
.youshi .youshi-in{
    padding: 35px 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 2px rgb(39 34 34 / 10%);
    background: #fff;
    transition: all .3s linear;
}
.youshi .row .col-lg-4:hover .youshi-in{
    box-shadow: 1px 1px 5px 2px rgb(39 34 34 / 30%);
    transition: all .3s linear;
    background-color: #f3f3f3;
}
.moshi{
    padding: 30px 17%;
    margin: 30px 0;
}
.ms-in{
    overflow: hidden;
}
.ms-ins {
    background-color: #edb96d;
    color: #fff;
    padding: 20px 0;
    width: calc((100% - 80px) / 5);
    float: left;
    margin-right: 20px;
    text-align: center;
    border-radius: 10px;
}
.ms-in .ms-ins:nth-last-child(1){
    margin-right: 0;
}
.ms-ins p,.ms-ins div{
    padding: 10px;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}
.ms-ins p{
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}
.weixin-top {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.weixin-out{
    display: block;
}
.weixin-top div span.top-kefu{
    width: 100%;
    display: inline-block;
    background: #bd3931;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
}
.weixin-top div .top-imgs{
    border: 10px solid #bd3931;
    border-top: 0;
}
.weixin-top > div{
    text-align: center;
}
.weixin-top > div img.kefu{
    display: block;
    margin: 10px auto;
}
.weixin-top .bi-person-circle{
    font-size: 50px;
}
.how-poses{
    display: block;
    margin: 30px;
}
.how-poses .show-no{
    display: none;
}
.how-poses .order .wpforms-submit {
    background-color: #FFC008 !important;
}
.how-poses .order .wpforms-submit-container {
    text-align: center;
}
.article{
    padding: 10px 17%;
}
.pro-pic {
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.pro-pic img {
    transition: all .3s linear;
    margin: 0 auto;
}
.small-pic {
    margin-top: 30px;
}
.small-pic ul {
    display: inline-block;
    height: auto;
}
.small-pic ul li {
    width: 23.5%;
    float: left;
    border: 1px solid #e1dede;
    margin-left: 2%;
}
.small-pic ul li:nth-child(1) {
    margin: 0;
}
.pro-pic:hover img {
    transform: scale(1.05);
}
.pro-title h1 {
    font-size: 26px;
}
.description {
    font-size: 16px;
    color: #545454;
}
.model-pro {
    margin-top: 20px;
}
.model-pro ul li {
    width: 50%;
    float: left;
    padding: 5px 5px;
    line-height: 30px;
    font-size: 15px;
    color: #545454;
}
.goods {
    padding-top: 10px;
}
.goods h4 {
    font-weight: 600;
    font-size: 20px;
    color: #545454;
    margin-top: 10px;
}
.goods div {
    color: #545454;
    font-size: 15px;
    line-height: 30px;
}
.contact {
    margin-top: 20px;
}
.contact .contact-btn-l {
    background: #2C93FD;
    padding: 10px 35px;
    color: #f1f1f1;
    border-radius: 5px;
    font-weight: bold;
}
.contact .contact-btn-r {
    background: #F96161;
    padding: 10px 35px;
    color: #f1f1f1;
    border-radius: 5px;
    margin-left: 50px;
    font-weight: bold;
}
.article-btm{
    padding: 10px 17%;
}
.article-in {
    padding: 50px 30px 20px 30px;
    background-color: #fff;
}
.art-content {
    margin-top: 30px;
    line-height: 40px;
}
.blog-index-img {
    overflow: hidden;
}
.blog-index-img img{
    transition: all .3s linear;
}
.blog-index-img img:hover{
    transform: scale(1.05);
}
#message2 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}
.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .001);
    z-index: 1001;
}
#message2 .m-content{
    margin-top: 20%;
}
#message2 .m-content .m-message {
    background: #fff;
    width: 250px;
    border-radius: 8px;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}
#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}
#message .m-content{
    background: #fff;
    width: 550px;
    border-radius: 8px;
    padding: 50px 30px;
    margin: 10% auto 0;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}
.m-message .message-title{
    font-size: 16px;
    text-align: center;
}
.m-message .order .wpforms-field {
    text-align: left;
    margin: 5px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    padding: 5px !important;
}
.m-message .wpforms-submit-container{
    text-align: center !important;
}
.m-message .order .wpforms-submit-container .wpforms-submit {
    background-color: #5C9AF7 !important;
    height: 45px;
    line-height: 45px;
    width: 160px;
    border-radius: 8px;
}
.m-message .wpforms-field-textarea {
    display: none;
}
.download{
    padding: 20px 17%;
}
.dowm-top h2{
    padding: 15px;
    text-align: center;
    background-color: #de3e30;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
    color: #fff;
    font-size: 28px;
}
.down-btm{
    border: 1px solid #dbdbdb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.down-content{
    display: none;
    min-height: 500px;
    padding: 30px;
}
.down-btm .col-lg-3{
    padding: 0;
    background: #fafafa;
    border-right: 1px solid #dbdbdb;
    border-bottom-left-radius: 10px;
}
.down-btm .col-lg-3 ul li{
    background: #fafafa;
    text-align: center;
    font-size: 17px;
    color: #de3e30;
}
.down-btm .col-lg-3 ul li a{
    display: inline-block;
    width: 100%;
    padding: 20px 5px;
    border-top: 1px solid #dbdbdb;
}
.down-btm .col-lg-3 ul li:nth-child(1) a{
    border:none;
}
.down-btm .col-lg-3 ul li.down-li-one{
    background-color: #fff;
}
.down-content > div{
    width: 100%;
}
.down-content p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.art-content img{
    display: block;
    margin: 0 auto;
}
.how-weixin .order-right .form-group,.ban-message .order-out .form-group {
    margin-top: 20px;
}
.how-weixin .order-right textarea{
    height: 87px;
}