﻿@charset "utf-8";
@font-face {
  font-family: 'Alibaba-PuHuiTi-Regular';
  src: url('../font/Alibaba-PuHuiTi-Regular.eot');
  src: url('../font/Alibaba-PuHuiTi-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Alibaba-PuHuiTi-Regular.woff') format('woff'), 
        url('../font/Alibaba-PuHuiTi-Regular.ttf') format('truetype'),
        url('../font/Alibaba-PuHuiTi-Regular.svg') format('svg');
}
/*@font-face {
    font-family: "MicrosoftYahei-Regular";
    src: url("../font/Microsoft-YaHei-Regular.ttc") format("truetype");
    font-weight: normal;
    font-style: normal;
}*/
html,body{font-family:'Alibaba-PuHuiTi-Regular';}
/*===body===*/
.pagebox {
    width: 100%;
    background:#fffcf0;
}
/*===header===*/

.header-1 {
    background:#fbf8ef;height:132px;
}

/*nav*/
#header-2{height:64px;}
#header-2 > div > .p_gridbox > .p_gridCell>.w_grid-003:nth-child(1) {
    background: linear-gradient(to right, rgba(54, 19, 13, 1), rgba(98, 56, 23, 1), rgba(146, 95, 34, 1), rgba(190, 132, 44, 1));
    transition: all .3s ease;
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: 64px;
    line-height: 64px;
    min-height:0;
}

#header-2 > div > .p_gridbox {
    position: fixed;
    width: 100%;
    left: 0;
    top: 132px;
    transition: all .3s ease;
    z-index: 100;
    overflow: unset;
}

#header-2.active > div > .p_gridbox {
    top: 0px;
}
#navWrapper .p_MatteIcon .iconfont:before {
    content: '\e602';
}

#navWrapper >div {
    animation-fill-mode: both;
}

@media only screen and (min-width: 1025px) {
    
    #navWrapper .tNavBox {
        width:100%;
        height: auto;
        overflow: visible;
        background: none;
    }

    #navWrapper .navBtn {
        display: none;
    }

    #navWrapper .navSliBtn {
        display: none;
    }

    #navWrapper .iconJt {
        display: none;
    }

    #navWrapper .tNav {
        width: 100%;
        margin: 0 auto;
        overflow: visible;
    }

    #navWrapper .navUl {
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 0;
    }

    #navWrapper .navLi {
        padding: 0 0.7vw ;
        display: inline-block;
        font-size: 1rem;
        position: relative;
    }

    #navWrapper .navLi:hover .tNavH::before {
        width: 100%;
        opacity: 1;
    }

    #navWrapper .tNavH {
        position: relative;
    }

    #navWrapper .tNavH::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 0;
        height: 3px;
        background-color: #ff6600;
        opacity: 0;
        transition: all .5s ease;
    }

    #navWrapper .navName {
        position: relative;
        display: block;
        /*padding: 1.4rem 1.5vw;*/
        padding: 1.4rem 1vw;
        /*font-size: 1rem;*/
        font-size: 20px;
        color: #fff;
        font-weight: normal;
        transition: all .5s ease;
    }

    #navWrapper .navName::after {
        content: attr(data-title);
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(100%);
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        display: none;
    }

    #navWrapper .navLi:hover .navName {
        transform: translateY(0%);
    }

    #navWrapper .slidBox {
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -80px;
        width: 160px;
        min-width: auto;
        height: 0;
        overflow: hidden;
        z-index: 110;
        padding: 0px;
        transition: all .5s ease;
        opacity: 0;
        display: flex !important;
    }

    #navWrapper .navLi:hover .slidBox {
        height: auto;
        opacity: 1;
        background: #f2f2f2;
    }

    #navWrapper .leftBox {
        position: relative;
        margin-right: 2%;
        padding-right: 2%;
        width: 28%;
        height: auto;
        margin: 60px 0;
        overflow: hidden;
        border-right: 1px solid #eaeaea;
        display: none;
    }

    #navWrapper .navSbox {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        font-size: 0;
        display: flex;
        flex-direction: column;
        margin: 0;
        white-space: nowrap;
    }

    #navWrapper .oneName {
        font-size: 26px;
        padding-bottom: 15px;
        color: #000;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #navWrapper .tNavSummry {
        line-height: 24px;
        width: 100%;
        height: auto;
        overflow: hidden;
        color: #666666;
        font-size: 14px;
        max-width: 420px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    #navWrapper .tNavMore {
        display: block;
        position: relative;
        height: auto;
        padding-top: 25px;
        border-top: 1px dashed #cccccc;
        margin-top: 20px;
        cursor: pointer;
    }

    #navWrapper .txt {
        color: #000;
        transition: all .5s ease;
    }

    #navWrapper .leanMore {
        margin-left: 2rem;
        transition: all .5s ease;
    }

    #navWrapper .tNavMore:hover .txt {
        color: #015bbb;
        margin-left: 10px;
    }

    #navWrapper .tNavMore:hover .leanMore {
        color: #015bbb;
    }

    #navWrapper .navSli {
        display: inline-block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding-left: 0%;
    }

    #navWrapper .navLi:nth-child(2) .navSli {
        width: calc(100% /1);
    }

    #navWrapper .navLi:nth-child(3) .navSli {
        width: calc(100% /1);
    }

    #navWrapper .navSimg {
        position: relative;
        width: 100%;
        height: 160px;
        overflow: hidden;
        display: none;
    }

    #navWrapper .navImg {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) scale(1);
        width: auto;
        height: 100%;
        transition: all .5s ease;
    }

    #navWrapper .navSlink {
        position: relative;
        display: block;
        height: 42px;
        line-height: 42px;
        width: 100%;
        font-size: 16px;
        color: #333;
        text-align: center;
        font-weight: normal;
        overflow: hidden;
        transition: all 0.3s;
        padding: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all .5s ease;
    }

    #navWrapper .navSlink::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        opacity: 0;
        background-color: #B27409;
        transition: all .5s ease;
    }

    #navWrapper .navSli:hover .navImg {
        transform: translateX(-50%) scale(1.1);
    }

    #navWrapper .navSli:hover .navSlink {
        color: #B27409;
    }

    #navWrapper .navSli:hover .navSlink::after {
        width: 100%;
        opacity: 1;
    }
}

@media only screen and (max-width: 1460px) and (min-width: 1025px) {
    #navWrapper .navName {
        padding: 1.75rem 0vw;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    #navWrapper .leftBox {
        display:none;
    }

    #navWrapper .navSimg {
        display: none;
    }

    #navWrapper .tNavBox {
        position: relative;
        overflow: hidden;
        height: 70px;
        background: none;
    }

    #navWrapper .navBtn {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: #0054a7;
        width: 40px;
        height: 40px;
        padding: 10px;
        line-height: 73px;
    }

    #navWrapper .navLine {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    #navWrapper .navBtnImg {
        display: block;
        width: 90%;
        height: 70%;
    }

    #navWrapper .tNav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        overflow: hidden;
        z-index: 999;
        background: rgba(0,0,0,.5);
        transition: all .5s ease;
    }

    #navWrapper .tNavHeight {
        height: 100%;
    }

    #navWrapper .slidBox {
        display: none;
    }

    #navWrapper .navUl {
        background: rgba(0,0,0,0.8);
        overflow: hidden;
    }

    #navWrapper .navLi {
        border-bottom: 1px solid #696969;
        position: relative;
    }

    #navWrapper .tNavH {
        position: relative;
        height: 46px;
        line-height: 46px;
        padding: 0 5%;
        font-size: 1rem;
        transition: all .5s ease;
    }

    #navWrapper .tNavHBac {
        background-color: #0054a7;
    }

    #navWrapper .navName {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    #navWrapper .iconJt {
        position: absolute;
        top: 0;
        right: 2%;
        display: flex;
        width: 46px;
        height: 46px;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.875rem;
        transition: all .5s ease;
    }

    #navWrapper .iconJtRotate {
        transform: rotate(-180deg);
    }

    #navWrapper .navSliBtn {
        height: 40px;
        width: 100%;
        text-align: center;
    }

    #navWrapper .hs {
        height: 100%;
    }

    #navWrapper .navSbox {
        padding-bottom: 30px;
    }

    #navWrapper .navSli {
        padding-left: 8%;
        font-size: 0.875rem;
        height: 38px;
        line-height: 38px;
    }

    #navWrapper .navSlink {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
}

#navWrapper {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}


/*banner*/
.header-3 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 200px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#header-3-content {
    width: 100%;
    max-width: none;
    min-width: 300px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}


#header-3-content >div {
    animation-fill-mode: both;
}

#header-3-content .subpage_ad {
    position: relative;
    height: 460px;
    overflow: hidden;
    margin-top: 0px;
}

#header-3-content .bgimg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.tt .anim-cc {
    animation: mymove8 0.5s;
    -webkit-animation: mymove8 0.5s linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
}
@keyframes mymove8 {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(0) translateX(-100px);
        -moz-transform: translateY(0) translateX(-100px);
        transform: translateY(0) translateX(-100px);
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);
    }
}

@-webkit-keyframes mymove8 {
    from {
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: translateY(0) translateX(-100px);
        -moz-transform: translateY(0) translateX(-100px);
        transform: translateY(0) translateX(-100px);
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

    to {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px) translateX(0);
        -moz-transform: translateY(0px) translateX(0);
        transform: translateY(0px) translateX(0);
    }
}

/*===frame===*/
.bg-gray{ background-color:#f2f2f2;}
.bg-white { background-color: #ffffff;}
.category-title { font-weight: normal; padding-bottom: 10px;}
.category-title:after { border: 1px solid #015bbb;top: 37px; content: ""; left: 15px; right: 15px;position: absolute; max-width:150px;}
.category-title-center { font-weight: normal; padding-bottom: 10px; text-align:center;}
.category-title-center:after { border: 1px solid #015bbb;top: 37px; content: ""; left: 43%; right: 15px;position: absolute; max-width:155px;}

.mt-40{ margin-top:40px;}
.mb-40 { margin-bottom: 40px;}
.pt-30 { padding-top: 30px;}
.mb-20 { margin-bottom: 20px;}
.headline { height: 60px;line-height: 60px;}
.crumb-list {height: 60px; overflow: hidden; padding-left:0; padding-right:0;}
.crumb-list-out { margin:0 auto;display:table;width:100%}
.crumb-list-out li {width:calc((99% / 5)); font-size:16px; color: #ffffff; text-align: center; vertical-align: middle;height: 60px;
    line-height: 60px;background:#a89246;margin-right:2px;display:inline-block;}
.crumb-list-out li:last-child {margin-right:0}
.crumb-list-out li a {color:#ffffff;display:block; width:100%;height:100%}
.crumb-list-out li.linked, .crumb-list-out li:hover {background:#8e7429;}
.breadcrumb { padding: 0; margin-bottom: 0; list-style: none; background-color: #ffffff; border-radius: 4px;}
.breadcrumb:before { content: ""; width: 1px; height: 60px; position: absolute; top: 10px; left: 0;background: #dddddd;}
.breadcrumb > li {display: inline-block;}
.breadcrumb > li + li:before { padding: 0 3px; color: #ccc; content: ">\00a0";}
.breadcrumb > .active { color: #777;}
.imgList {}
.imgList li.fat {float: left; margin: 0 10px 20px 10px; list-style:none;}/*width: 325px;margin: 0 7px 10px 7px;*/
.imgList li.fat img {width: 455px; height: 344px; transition: all 0.6s;}/*width: 325px; height: 245px;*/
.imgList li.thin {float: left; margin: 0 10px 20px 10px; list-style:none;}/*width: 325px;margin: 0 7px 10px 7px;*/
.imgList li.thin img {width: 335px; height: 510px; transition: all 0.6s;}/*width: 325px; height: 245px;*/
.imgList li p {line-height: 30px;height: 30px;text-align: center;font-size:16px;margin:10px auto 0 auto;}
.imgList .pic:hover { transform: translateY(-20px); transition: all 0.2s ease;}
@media only screen and (max-width: 1600px) and (min-width: 1025px) {
.imgList li.fat img {width: 410px; height: 299px; transition: all 0.6s;}
.imgList li.thin img {width: 295px; height: 470px; transition: all 0.6s;}
    }
/*===entry===*/
.entry p {line-height: 30px;}
.entry img { max-width: 100% !important; height: auto !important;}
/*===newslist===*/
.newslist{width:100%; height:230px; margin-bottom:20px;}
.newsleft img{width:345px;height:230px}
.newsright{width:calc(100% - 365px); padding-right:20px;}
/*.newsright div:first-child{}*/
.newsright a{color:#0c3952;}
.newsright .title{font-size:25px;color:#0c3952;float:left;height: 60px;line-height: 60px;}
/*.newsright .dates{float:left;background:url(../images/date1.png);width:35px;height:36px;text-align: center;}
.newsright .dates .day{display: block;font-size: 28px; line-height:35px;}
.newsright .dates .yearmonth{display: block; line-height:25px;}*/
.newsright .newsdesc{line-height:30px;clear:both;font-size:14px;text-align:justify;color:#666666;min-height:110px;}
/*.newsright .vmore{ background:url(../images/viewmore.png) no-repeat; width:237px; height:38px;}*/
.clear {clear: both;}
div.page {height: 35px;font-size: 12px;font-weight: bold;text-align: center;}
div.page a {text-decoration: none;color: #666;background: #fff;padding: 0 6px;margin-right: 5px;line-height: 21px;}
div.page a:hover {text-decoration: none;color: #f8921d;}
div.page a:active {color: #f8921d;}
div.page span.current {padding: 0 6px;color: #f8921d;margin-right: 3px;}
div.page span.disabled {padding: 0 6px 0;color: #adaaad;margin-right: 3px;margin-top: 10px;}
/*===productlist===*/
.productlist{width:100%; height:385px; margin-bottom:40px;background:url(../images/cplistbg.jpg) repeat;}
.productlist-left{float:left;width:660px;padding:30px 20px;}
.productlist-right{float:right;}
.productlist-title,.productlist-title a{color:#8e7429;font-size:34px;line-height:40px;margin-bottom:15px;}
.productlist-infogroup{line-height:28px;margin-top:8px; display:-webkit-box;}
.productlist-infotitle{float:left;color:#8e7429;font-size:16px;}
.productlist-infodesc{float:left;color:#40474a;font-size:14px;text-align:justify;}/*text-align-last:justify;display: contents;*/
.productlist-right img{width:696px;height:385px;}
@media only screen and (max-width: 1600px) and (min-width: 1025px) {
    .productlist{margin-bottom:30px;}
    .productlist-left{float:left;width:520px;padding:40px 20px;}
    }
/*==business==*/
.business-wrapper{margin-bottom:30px;}
.business-wrapper .business-img-wrapper{width:100%;height:262px;position:relative}
.business-wrapper .business-img-wrapper .imgCvr{float:left;background-color:rgba(0,0,0,.3);width:350px;height:100%;text-align:center;padding:0 4%;}
.business-wrapper .business-img-wrapper .imgCvr .tit{font-size:27px;color:#ffffff;margin-top:27%;line-height:35px;}
.business-wrapper .business-img-wrapper .imgCvr .titdesc{font-size:18px;color:#ffffff;line-height:30px;}
.business-wrapper .business-text-wrapper{line-height:30px; font-size:16px;margin-top:10px;}
.business-wrapper .business-text-wrapper a{background:url(../image/btnsbg.png) no-repeat left center;width:140px;height:26px;display: inline-block;text-align: center;}
.business-wrapper .business-text-wrapper a span{color:#ffffff;font-size:14px;display:block;letter-spacing:3px;}
/*===hr===*/
.jobSideMenu { width:95%; margin: 0 auto;}
.jobSideMenu .job-title {
        clear: both; height: 60px; line-height: 60px; border-top: 3px solid #233f81; background: #f4f4f4;
        cursor: pointer; font: normal 16px/60px 'Alibaba-PuHuiTi-Regular';text-align: left; overflow: hidden;}
.jobSideMenu .job-title em {
            float: right;
            display: block;
            width: 40px;
            height: 60px;
        }
.jobSideMenu .job-title p {
            float: right;
            width: 185px;
            text-align: center;
            color: #233f81;
            margin: 0;
        }
.jobSideMenu .accordion-title {
        clear: both;
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #e3e3e3;
        background: #f4f4f4;
        cursor: pointer;
        font: normal 16px/60px 'Alibaba-PuHuiTi-Regular';
        text-align: left;
    }
.jobSideMenu .accordion-title em {
            float: right;
            display: block;
            width: 40px;
            height: 60px;
            background: url(../images/icoAdd.png) 16px 26px no-repeat;
            cursor: pointer;
        }
.jobSideMenu .accordion-title.on em {
            background-position: 16px -40px;
        }
.jobSideMenu .accordion-title p {
            float: right;
            width: 185px;
            text-align: center;
            margin: 0;
        }
.jobSideMenu ul {
        clear: both;
        padding: 40px 25px;
        color: #999;
        border-top: 1px solid #e3e3e3;
        display: none;
        font-size: 16px;
        line-height: 33px;
        text-align: left; /* 默认都隐藏 */
    }
/*===message===*/
.message-wrapper {
    margin: 0 auto 40px auto;
    width: 1200px;
    height: 548px;
    background: url(../images/messagebg.jpg) no-repeat left center;
}

.form_box {
    text-align: left;
    margin: 10px 40px;
    float: right;
}

    .form_box dl {
        padding: 8px 0;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }
        /*clear:both;*/
        .form_box dl dt {
            display: block;
            float: left;
            width: 150px;
            text-align: right;
            font-weight: normal;
        }

            .form_box dl dt em {
                padding-right: 5px;
                color: #ff0000;
                font-style: normal;
            }

        .form_box dl dd {
            margin-left: 150px;
            padding-left: 10px;
        }

            .form_box dl dd i {
                display: block;
                line-height: 28px;
                color: #999;
                font-size: 14px;
                font-style: normal;
            }

            .form_box dl dd em {
                line-height: 28px;
                color: #999;
                font-size: 14px;
                font-style: normal;
            }


.input{ display:inline; margin-right:5px; padding:7px; vertical-align:middle; background:#fff; color:#999px; border:1px solid #e8e8e8; border-radius:2px; }

.btnan {
    display: inline-block;
    margin: 0;
    padding: 0 25px;
    color: #fff;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.btnan {
    background: #1e7bb3;
    border: 1px solid #02598e;
    border-radius: 2px;
    vertical-align: middle;
}

    .btnan:hover {
        color: #fff;
        opacity: 0.9;
    }

.btn-success {
    background: #52a152;
    border: 1px solid #417f41;
    text-shadow: 0 -1px 0 #52a152;
}
/*===footer===*/
.footer {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background: url(../images/footerbg.jpg) no-repeat;
    /*background: linear-gradient(to right, rgba(10, 45, 137, 1), rgba(111, 186, 68, 1));*/
    transition: all .3s ease;
}
.footer .footer-1{margin:0 auto;height:205px;}/*width:71.6%;*/
/*.footer .footer-1 .footer-1-1{width:27%;float:left}
.footer .footer-1 .footer-1-1 h1{border-bottom:2px solid #5d76ae;color:#FFFFFF;font-size:30px;line-height:40px;}
.footer .footer-1 .footer-1-1 p.gsinfo{line-height:2.5;color:#F0FFF0}
.footer .footer-1 .footer-1-2{float:left; width: 35%;margin-left: 5%;margin-right: 3%;padding-left: 4%;clear: none;border-left: 1px solid #5d76ae;border-right: 1px solid #72929f;}
.top-nav-wrap {display: block;font-size: 14px;color: #333;}
.top-nav-wrap .clear {clear: both;}
.top-nav-wrap .btlink1 {display: none;}
.top-nav-wrap .btlink5 {display: none;}
.top-nav-wrap .btlink7 {display: none;}
.top-nav-wrap .btlink6 {margin-right: 0px;}
.top-nav {width: auto;float: left;margin-right: 15%;line-height: 24px;}
.top-nav-a1 {display: block;font-size: 16px;margin-bottom: 12px;color: #fff;}
.top-nav-a2 {display: block;font-size: 14px;line-height: 30px;margin-bottom: 0px;color: rgba(255,255,255,1);}
.footer .footer-1 .footer-1-3{float:left;width: 25%;margin-left: 1%;margin-right: 0px;clear: none;}
.footer .footer-1 .footer-1-3 .footer-1-3-1{float:left;margin-left: 0px;clear: left;margin-right: 0px; width: 45%;}
.footer .footer-1 .footer-1-3 .footer-1-3-2{float:left;width: 45%; margin-left: 10%; margin-right: 0px; clear: none;}*/
.footer .footer-2{clear:both;text-align:center;background-color:rgba(168, 146, 70, 1);height:55px;line-height:55px;}