﻿.container
{
    max-width: 1230px;
}/*网站公共样式*/
.info-content
{
    font-size: 15px;
    line-height: 2.5;
}
a
{
    color: #333;
    text-decoration: none;
}
a:hover, a:focus
{
    color: #0780c9;
    text-decoration: none;
}
a.btn-more
{
    display: inline-block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border: 1px #ccc solid;
    color: #999;
    transition: all .5s ease;
    font-size: 14px;
    transition: all .5s ease;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
a.btn-more:hover
{
    background: #40312f;
    border-color: #40312f;
    color: #fff;
}
.banner
{
    height: 500px\9!important;
    overflow: hidden\9!important;
    overflow: hidden;
}/*兼容ie低版*//*遮罩层*/
.mask-bg
{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}
.mask-bg.active
{
    display: block;
}/*热门关键词*/
.iconstyle span
{
    background: #600;
}
.hotbg
{
    background: #eee;
    padding: 17px 0 10px 0;
}
.hotbg .howords
{
    color: #ff7e00;
}
.searchbox-txt
{
    width: 270px;
    float: left;
    font-size: 12px;
    font-family: SimSun;
    color: #666;
    font-weight: normal;
    line-height: 35px;
    vertical-align: middle;
    border: #ff7e00 2px solid;
    -webkit-border-radius: 0;
    display: block;
}
.searchbox-btn
{
    background: #ff7e00;
    font-family: SimSun;
    font-weight: normal;
    border: #fff 0 solid;
    float: left;
    width: 50px;
    line-height: 39px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    text-align: center;
}/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated, .sub-nav .animated
{
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.navSlide
{
    -webkit-animation-name: navSlide;
    animation-name: navSlide;
}
@keyframes navSlide
{
    0%
    {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: visible;
    }
    100%
    {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0);
    }
}
.header
{
    background-color: #430d01;
}/*主菜单*/
@media(min-width: 1000px)/*pc端*/
{
    .header
    {
        height: 75px;
    }
    .header .logo img
    {
        max-height: 70px;
        padding-top: 6px;
    }
    .logo-box
    {
        text-align: left;
    }
    .nav
    {
        width: 100%;
        margin-top: 10px;
    }
    .nav>ul
    {
        float: right;
    }
    .nav>ul>li
    {
        float: left;
        text-align: center;
        margin: 0 5px;
    }
    .nav>ul>li>ul
    {
        position: absolute;
    }
    .nav>ul>li>a
    {
        font-size: 15px;
        display: block;
        width: 100%;
        position: relative;
        line-height: 54px;
        padding: 0 28px;
        color: #fff;
    }
    .nav>ul>li.current>a, .nav>ul>li:hover>a
    {
        background-color: #af805f;
    }
    .nav li:hover>ul
    {
        display: block;
    }
    .nav>ul>li>ul li ul::before
    {
        display: block;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 20px;
        left: -10px;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #fff;
    }
    .nav ul li ul li a
    {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 50px;
    }
    .nav ul li ul li a:hover
    {
        text-decoration: none;
        color: #fff;
        background: #89584b;
    }
    .nav ul li ul li
    {
        display: none;
    }
    .nav ul li
    {
        position: relative;
    }
    .nav ul li .arrow
    {
        display: none;
    }
    .nav ul li ul
    {
        background-color: #ad7669;
        display: none;
        position: absolute;
        left: -18%;
        z-index: 2;
        width: 150px;
    }/*二级ul样式*/
    .nav ul li ul li ul
    {
        left: 100%;
        top: 0;
        display: none;
    }/*三级以后ul样式*/
}
@media(max-width: 1000px)/*手机端*/
{
    .header .logo-box
    {
        height: 70px;
        padding-right: 70px;
        line-height: 70px;
    }
    .header .logo-box .logo img
    {
        max-height: 50px;
    }
    .header .nav-toggle
    {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 25px;
        color: #fff;
        min-width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .header .nav-toggle.active
    {
        color: #ccc;
    }
    .nav
    {
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        width: 0;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all .2s linear;
        overflow-y: auto;
    }
    .nav.active
    {
        opacity: 1;
        width: 300px;
        max-width: 60%;
    }
    .nav ul li
    {
        line-height: 45px;
        text-align: left;
    }
    .nav ul li ul
    {
        display: none;
    }/*二级ul样式*/
    .nav ul li a
    {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc;
    }
    .nav ul li ul li a
    {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eee;
    }
    .nav ul li ul li ul li a
    {
        padding-left: 90px;
    }
    .nav ul li ul li ul li li a
    {
        padding-left: 120px;
    }
    .nav ul li
    {
        position: relative;
    }
    .nav ul li .arrow
    {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s;
    }
    .nav ul li .arrow:after
    {
        font-family: FontAwesome;
        content: "";
        display: block;
        font-weight: bold;
        font-size: 18px;
    }
    .nav ul li.current>a
    {
        color: #eb5f07;
    }
    .nav ul li.active>ul
    {
        display: block;
    }
    .nav ul li.active>.arrow
    {
        transform: rotate(90deg);
    }
}/*底部*/
@media(min-width: 1000px)
{
    .line-top-bg
    {
        margin-top: 26px;
    }
    footer
    {
        padding-top: 40px;
        margin-top: 70px;
    }
    footer .left .ewm
    {
        padding-left: 40px;
    }
    footer .left p
    {
        padding-left: 54px;
    }
    .footnav p
    {
        line-height: 2;
    }
    .navfoot
    {
        padding-bottom: 10px;
    }
    .navfoot li:not(:last-child)
    {
        padding-right: 3px;
    }
}
@media(max-width: 1000px)
{
    .line-top-bg
    {
        margin-top: 20px;
    }
    footer
    {
        padding-top: 30px;
        margin-top: 50px;
    }
    footer .left
    {
        text-align: center;
    }
    footer .left .ewm
    {
        margin: 10px 0;
    }
    .footnav
    {
        text-align: center;
        padding-bottom: 10px;
    }
    .footnav p
    {
        font-size: 13px;
    }
    .navfoot li:not(:last-child)
    {
        padding-right: 10px;
    }
}/*FOOTER*/
footer
{
    background-color: #360a01;
    color: #fff;
}
footer a
{
    color: #999;
}
footer .left .ewm
{
    max-height: 100px;
}
.footnav p
{
    color: #d9d9d9;
}
.line-top-bg
{
    border-top: 1px solid #fff;
    padding: 10px 0 0;
}
.navfoot li
{
    display: inline-block;
    padding-bottom: 10px;
}
.navfoot li a
{
    color: #fff;
    font-size: 15px;
}
.navfoot li a:hover
{
    color: #fc6e03;
}/*TOP*/
.header-top
{
    color: #fff;
    background-color: #124185;
    font-size: 12px;
    line-height: 38px;
}
.header-top .tel
{
    color: #fe7901;
    padding-left: 6px;
}
.header-top .float-lg-left
{
    padding-left: 15px;
}
.header-top .float-lg-right
{
    padding-right: 15px;
}
.header-top a
{
    color: #fff;
}
.header-top a:hover
{
    text-decoration: underline;
}/*在线客服*/
.zaixian
{
    position: fixed;
    bottom: 460px;
    right: 0;
    z-index: 100;
}
.zaixian .zaixian_com
{
    position: relative;
    width: 50px;
    height: 80px;
}
.zaixian_com .zxzx_pic1
{
    position: absolute;
    right: 0;
    top: 0;
}
.zaixian_com .zxzx_pic2
{
    position: absolute;
    right: -190px;
    top: -70px;
    z-index: 10;
    width: 170px;
    height: 300px;
}
.zaixian_com .zxzx_pic1 p
{
    position: absolute;
    top: 50px;
    left: 18px;
    font-size: 13px;
    color: #fff;
}
.zaixian_com .zxzx_pic2 p
{
    position: absolute;
    top: 118px;
    left: 24px;
    font-size: 13px;
    color: #fff;
}
.kf-lf-lj
{
    position: absolute;
    width: 100px;
    right: 10px;
    top: 70px;
}
.kf-lf-lj a
{
    display: block;
    line-height: 30px;
    background: url(../image/box-kefu1.png) no-repeat 5px center;
    padding-left: 26px;
    margin: 5px 0;
}
.kf-lf-lj a:hover
{
    background: url(../image/box-kefu2.png) no-repeat 5px center #fa8312;
    color: #fff;
    border-radius: 4px;
}
@media(max-width: 1000px)
{
    .zaixian
    {
        display: none;
    }
}/*移动端固定栏目按钮*/
.float-nav-toggle
{
    z-index: 10;
    display: block;
    text-align: center;
    position: fixed;
    left: 6px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(13,13,13,.6);
    border-radius: 20px;
}
@media(max-width: 767px)
{
    .display-xs-block
    {
        display: block!important;
    }
}/*移动端固定导航栏*/
.footer-fixed
{
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 6px 0 2px;
    color: #fff;
    z-index: 9;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-top: .2rem solid #000;
    background: #fff;
}
.footer-fixed ul
{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}
.footer-fixed ul li a
{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.footer-fixed ul li p
{
    font-size: 1.3rem;
}
.footer-fixed.active
{
    transform: translateX(2.8rem);
    z-index: 9;
}
.footer-fixed2
{
    font-size: 2.8rem;
    padding-top: .6rem;
}
.footer-fixed i
{
    display: block;
}
.footer-fixed .fa
{
    font-size: 22px;
}
@media(min-width: 1000px)
{
    .footer-fixed
    {
        display: none!important;
    }
}
@media(max-width: 1000px)
{
    footer
    {
        padding-bottom: 52px;
    }
}/*子栏目菜单样式*/
.sub-nav-box
{
    clear: both;
    position: relative;
}
.sub-nav-box .sub-nav-title
{
    line-height: 56px;
    text-align: center;
    background: #005bac;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
}
.sub-nav-box .sub-nav-title img
{
    padding-right: 10px;
}
.sub-nav-box .sub-nav
{
    clear: both;
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    overflow: visible;
    border: 1px solid #ccc;
}
.sub-nav-box .sub-nav li
{
    width: 100%;
    padding: 0;
    text-align: left;
    position: relative;
    display: block;
}
.sub-nav-box .sub-nav li a
{
    display: block;
    text-align: center;
    line-height: 52px;
    font-size: 14px;
    color: #808080;
    font-family: "Microsoft YaHei",Tahoma,Verdana,"Simsun";
    border-bottom: 1px #ececec solid;
    font-size: 15px;
}
.sub-nav-box .sub-nav li a:hover
{
    color: #5a342b;
}
.sub-nav-box .sub-nav li ul
{
    display: none;
}
.sub-nav-box .sub-nav li ul li a
{
    padding-left: 55px;
}
.sub-nav-box .sub-nav li ul li ul li a
{
    padding-left: 85px;
}
.sub-nav-box li .arrow
{
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition-duration: .1s;
    cursor: pointer;
}
.sub-nav-box li .arrow:after
{
    font-family: FontAwesome;
    content: "";
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.sub-nav-box .sub-nav li.current>a
{
    color: #5a342b;
}
.sub-nav-box .sub-nav li.active>ul
{
    display: block;
}
.sub-nav-box .sub-nav li.active>.arrow
{
    transform: rotate(90deg);
}
.relation
{
    color: #5a342b;
    padding: 2px 20px;
}/*图片列表*/
.images-list .row .item a
{
    display: block;
    overflow: hidden;
}
.images-list .row .item img
{
    display: block;
    width: 100%;
    height: auto;
}
.images-list .row .item a:hover img
{
    transform: scale(1.3,1.3);
    transition: all .3s ease-out 0s;
}/*公共样式*/
.text-blue
{
    color: #124185;
}
.breadcrumb
{
    border-bottom: 1px solid #124185;
    margin-bottom: 30px;
}
.breadcrumb li img
{
    max-height: 20px;
}
.breadcrumb li a
{
    font-size: 15px;
}
.breadcrumb li a:hover
{
    color: #000;
    text-decoration: underline;
}
.breadcrumb>li+li::before
{
    content: ">>";
    color: #000;
}/*产品中心*/
.pa_piclist_1 .item
{
    margin-bottom: 30px;
}
.pa_piclist_1 .inner
{
    border: 1px solid #ddd;
    padding: 14px;
}
.pa_piclist_1 .inner:hover
{
    border: 1px solid #124185;
}
.pa_piclist_1 .item .picbox
{
    display: block;
    overflow: hidden;
}
.pa_piclist_1 .item .picbox img
{
    transition: all .3s ease-in-out;
}
.pa_piclist_1 .item .picbox:hover img
{
    transform: scale(1.08,1.08);
}
.pa_piclist_1 .item .title
{
    text-align: center;
    color: #666;
    margin-top: 8px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media(min-width: 992px)
{
    .pa_piclist_1
    {
        margin-left: -15px!important;
        margin-right: -15px!important;
    }
}
@media(max-width: 992px)
{
    .pa_piclist_1 .item
    {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px;
    }
    .pa_piclist_1 .inner
    {
        padding: 10px;
    }
}/*新闻中心*/
.pa_textlist_8 .item
{
    padding: 10px 0;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.pa_textlist_8 .title
{
    font-size: 16px;
    line-height: 2;
}
.pa_textlist_8 .tips
{
    font-size: 16px;
    color: #360a01;
    line-height: 2;
}
.pa_textlist_8 .title:hover
{
    color: #360a01;
}
.pa_textlist_8 .date
{
    line-height: 2;
}
.pa_textlist_8 .intro
{
    line-height: 1.8;
}
@media(max-width: 768px)
{
    .pa_textlist_8 .intro
    {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 26px;
        height: 52px;
    }
}/*关于我们*/
.marqueelefts
{
    height: auto;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}/*移动*/
.marqueelefts ul
{
    float: left;
}
.marqueelefts li
{
    float: left;
    margin: 0 5px;
    display: inline;
    width: 300px;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.marqueelefts li .pic
{
    display: block;
    width: 300px;
    height: auto;
    padding: 10px;
    overflow: hidden;
}
.marqueelefts li .pic a:hover
{
    color: #0780c9;
}
.marqueelefts li .pic img
{
    height: 100%;
    width: 100%;
}
.marqueelefts li .txt
{
    text-align: center;
    height: auto;
    line-height: 260px;
}
.marqueelefts .marquee1_1>li>p
{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
@media(min-width: 1000px)
{
    .write-bg
    {
        position: relative;
    }
    .write-box
    {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
        background-color: #430d01;
        padding: 40px 30px;
    }
}
@media(max-width: 1000px)
{
    .pa_textlist_8 .item img
    {
        width: 100%;
    }
    .write-bg
    {
        margin-top: 10px;
    }
    .write-box
    {
        margin-top: 10px;
    }
}
.card1
{
    display: block;/*内联对象需加*/
    word-break: keep-all;/* 不换行 */
    white-space: nowrap;/* 不换行 */
    overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis;
}
.card2
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 52px;
}
.card3
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 68px;
}
.card4
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 98px;
}
.ALL-title
{
    text-align: center;
    padding: 30px 0;
}
.ALL-title p
{
    color: #430d01;
    font-size: 24px;
    font-weight: 600;
}
.ALL-title .ALL-Titline
{
    background-color: #430d01;
    height: 3px;
    width: 60px;
    margin: 7px auto;
}
.ALL-title .ALL-tips
{
    color: #666;
    font-size: 16px;
}
.Indexbox
{
    overflow: hidden;
    border: 2px solid #430d01;
    margin-bottom: 30px;
}
.leftTitBox
{
    padding: 30px;
    padding-bottom: 0;
}
.Indexbox .title
{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
.Indexbox .intro
{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 90px;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 5px;
    color: #5a5a5a;
}
.Indexbox a
{
    width: 120px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    background-color: rgba(175,128,95,1);
    border-radius: 3px;
    color: #fff;
    transition: border-color .4s ease 0s,background-color .4s ease 0s;
}
.Indexbox a:hover
{
    background-color: rgba(54,10,1,1);
}
.rightImg
{
    height: 240px;
}
.index-title
{
    text-align: center;
    padding: 50px 0;
}
.index-title p
{
    color: #430d01;
    font-size: 24px;
    font-weight: 600;
}
.index-title .index-Titline
{
    background-color: #430d01;
    height: 3px;
    width: 60px;
    margin: 7px auto;
}
.index-title .index-tips
{
    color: #666;
    font-size: 16px;
}
.index-title .index-sub
{
    margin-top: 15px;
}
.index-title .index-sub ul
{
    display: inline-block;
    margin: auto;
}
.index-title .index-sub ul li
{
    float: left;
    padding: 0 5px;
    line-height: 45px;
    margin: 10px 0;
}
.index-title .index-sub ul li a
{
    background-color: #af805f;
    color: #fff;
    text-align: center;
    display: block;
    padding: 0 32px;
}
.index-title .index-sub ul li a:hover
{
    background-color: #430d01;
}
.indexTwo-bg
{
    padding: 60px 0;
    margin-top: 50px;
    background: url(../image/indextwo1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.indexAbout
{
    padding: 30px 30px;
}
.indexAbout .about-title
{
    font-size: 22px;
    color: #360a01;
    font-weight: 600;
}
.indexAbout .about-line
{
    width: 60px;
    height: 3px;
    background-color: #430d01;
    margin: 15px 0;
}
.indexAbout .about-intro
{
    font-size: 16px;
    color: #360a01;
    line-height: 2.2;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
}
.indexAbout .about-link
{
    width: 120px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    background-color: rgba(175,128,95,1);
    border-radius: 3px;
    color: #fff;
    transition: border-color .4s ease 0s,background-color .4s ease 0s;
}
.indexAbout .about-link:hover
{
    background-color: rgba(54,10,1,1);
}
.pro-Listbox
{
    margin-bottom: 30px;
}
.pro-Listbox p
{
    background-color: #af805f;
    text-align: center;
    color: #fff;
    padding: 7px;
}
.pro-Listbox p:hover
{
    background-color: #430d01;
}
.indexThree-bg
{
    margin-top: 50px;
    background: url(../image/indexthree.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.indexThree-box
{
    text-align: center;
    color: #fff;
    padding: 100px 0;
}
.indexThree-box .title
{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.indexThree-box .tips
{
    font-size: 20px;
    margin-bottom: 40px;
}
.indexThree-box .content
{
    max-width: 346px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
    color: #430d01;
    font-size: 20px;
    font-weight: 600;
}
.index-newsList
{
    overflow: hidden;
    margin: 0 -15px;
    margin-bottom: 30px;
}
.index-newsList .imgBox
{
    overflow: hidden;
    display: block;
}
.index-newsList .imgBox img
{
    transition: all .5s;
    width: 100%;
}
.index-newsList .imgBox img:hover
{
    transform: scale(1.1);
}
.index-newsList .tips
{
    color: #360a01;
    font-weight: 600;
}
.index-newsList .tips:hover
{
    color: #2c90ff;
}
.index-newsList .title
{
    color: #000;
}
.index-newsList .title:hover
{
    color: #360a01;
}
.index-newsList .date
{
    color: #929292;
    padding: 5px 0;
}
.index-newsList .introdu
{
    color: #5a5a5a;
}
.about-title
{
    font-size: 22px;
    color: #360a01;
    line-height: 2.5;
    font-weight: 600;
}
.about-line
{
    width: 60px;
    height: 3px;
    background-color: #430d01;
    margin: 5px 0;
}
.Pro-Inner
{
    padding-bottom: 35px;
}
.Pro-Inner .title
{
    display: block;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 7px;
}
.Pro-Inner .title:hover
{
    color: #430d01;
}
.Pro-Inner .card4
{
    font-size: 14px;
    line-height: 1.8;
}
.all-subList
{
    margin: 15px 0;
}
.all-subList ul
{
    display: inline-block;
}
.all-subList ul li
{
    float: left;
    line-height: 45px;
    padding: 0 7px;
}
.all-subList ul li a
{
    background-color: #af805f;
    padding: 0 32px;
    color: #fff;
    display: block;
    margin: 10px 0;
}
.all-subList ul li.active a, .all-subList ul li:hover a
{
    background-color: #430d01;
}
.callme-box
{
    position: relative;
    margin-top: 25px;
}
.callme-list
{
    background-color: rgba(67,13,1,.8);
    color: #fff;
    padding: 15px 30px 30px;
}
.callme-list .title
{
    font-size: 24px;
    border-bottom: 1px dashed #795f5a;
}
.account
{
    padding: 5px;
    line-height: 1.8;
    color: #868686;
    background-color: #f5f5f5;
    border: #e5e5e5 1px solid;
    margin-bottom: 10px;
}
.page ul li .fa
{
    padding-right: 10px;
}
.page ul li:hover a, .page ul li:hover
{
    color: #0488cd;
}
@media(min-width: 1000px)
{
    .callme-list
    {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
        z-index: 1;
    }
    .footer-text
    {
        padding: 25px 0;
        border-top: 1px dashed #795f5a;
        border-bottom: 1px dashed #795f5a;
        margin-bottom: 15px;
    }
}
@media(max-width: 1000px)
{
    .all-subList ul li a
    {
        padding: 0 20px;
        margin-bottom: 15px;
    }
    .all-subList
    {
        margin-bottom: 0;
    }
    .ALL-title
    {
        padding: 15px 0 5px;
    }
    .phone-Margin
    {
        margin-top: 10px;
    }
    .callme-list
    {
        margin-bottom: 10px;
    }
    .leftTitBox
    {
        padding: 30px 0;
    }
    .indexAbout
    {
        padding: 30px 0;
    }
    .indexTwo-bg
    {
        padding: 30px 0;
    }
    .index-title .index-sub ul li
    {
        margin-bottom: 15px;
    }
    .index-title .index-sub ul li a
    {
        padding: 0 10px;
    }
    .index-title
    {
        padding: 30px 0 15px;
    }
    .indexThree-bg
    {
        margin-top: 30px;
    }
    .indexThree-box
    {
        padding: 30px 0;
    }
    .index-newsList .right-tit
    {
        margin-top: 15px;
    }
    .index-newsList
    {
        margin-bottom: 15px;
    }
    .pro-Listbox img
    {
        width: 100%;
    }
}