@charset "UTF-8";

/*
*   program: 鑫梦pc
*   author: ln
*   date: 2018-11-18
*/

.g-header, .g-main, .g-footer {
    min-width: 1200px;
}

.home-head-top {
    line-height: 35px;
    background: #f3f3f3;
}

.home-head-top .tt {
    font-size: 14px;
    color: #333;
}

.home-head-top .a:hover, .home-head-top .a.cur {
    color: #e71616;
}

.home-head-top .pipe {
    width: 1px;
    height: 11px;
    margin: 0 12px;
    background: #999;
}

.home-head-tool {
    height: 122px;
}

.home-head-link {
    margin-top: 26px;
    line-height: 58px; 
}

.home-head-link .logo {
    vertical-align: top; width:500px;
}

.home-head-link .logo .img {
    vertical-align: top; max-height:95px; position:relative;top:-15px; /*top:-15px;*/
}

.home-head-link .pipe {
    width: 1px;
    height: 39px;
    margin: 0 25px 0 19px;
    background: #666;
}

.home-head-link .tt {
    margin-left: 15px;
    font-weight: bold;
    font-size: 30px;
    color: #fc9701; top:10px;
}

.home-head-search {
    /* width: 358px; */
    margin-top: 22px;
}

.home-head-search .titles .tt {
    position: relative;
    margin: 0 16px;
    padding-bottom: 10px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
}

.home-head-search .titles .tt:hover, .home-head-search .titles .tt.cur {
    color: #fc9701;
}

.home-head-search .titles .tt::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: 0 auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fc9701;
}

.home-head-search .titles .tt:hover::after, .home-head-search .titles .tt.cur::after {
    display: block;
}

.home-head-search .search .inp {
    width: 220px;
    height: 36px;
    padding: 0 19px 0 39px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    background: url("../images/home-head-search-btn_03.png") 15px center no-repeat;
    border: 1px solid #fc9701;
}

.home-head-search .search .inp::placeholder {
    font-size: 14px;
    color: #999;
}

.home-head-search .search .btn {
    width: 78px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    background: #fc9701;
}

.home-head-search .search .btn:hover {
    opacity: 0.9;
}

.home-head-shop {
    margin: 44px 0 0 54px;
    padding: 0 10px 0 12px;
    line-height: 40px;
    border: 1px solid #999;
}

.home-head-shop .img {
    margin-right: 16px;
}

.home-head-shop .tt {
    font-size: 14px;
    color: #333;
}

.home-head-select>.db {
    vertical-align: top;
}

.home-drop-down {
    width: 210px;
    position: relative;
    z-index: 2;
}

.home-drop-down .tag {
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
    background: #fc9701;
    cursor: pointer;
}

.home-drop-lists {
    position: absolute;
    left: 0;
    top: 46px;
    width: 1129px;
    height: 0;
    transition: all ease .5s;
}

.home-drop-down.cur .home-drop-lists {
    height: 560px;
}

.home-drop-down:hover .home-drop-lists {
    height: 560px;

}

.home-drop-lists .tabBtns {
    width: 210px;
    height: 100%;
    background: url("../images/home-drop-td-bg_03.png");
}

.home-drop-lists .tabBtns .btn {
    display: block;
}

.home-drop-td {
    box-sizing: border-box;
    display: table-cell;
    width: 210px;
    height: 91px;
    padding-left: 22px;
    vertical-align: middle;
    color: #949494;
    border-top: 1px solid #ff9a05;
}

.home-drop-lists .tabBtns .btn:hover, .home-drop-lists .tabBtns .btn.cur {
    color: #fc9701;
    background: #fff;
}

.home-drop-td .title {
    padding-left: 30px;
    font-size: 18px;
    line-height: 1;
    background-repeat: no-repeat;
    background-position: left center;
}

.home-drop-td .t1 {
    background-image: url("../images/home-drop-td-icon_01.png");
} 

.home-drop-lists .tabBtns .btn:hover .t1, .home-drop-lists .tabBtns .btn.cur .t1 {
    background-image: url("../images/home-drop-td-iconcur_01.png");
} 

.home-drop-td .t2 {
    background-image: url("../images/home-drop-td-icon_02.png");
} 

.home-drop-lists .tabBtns .btn:hover .t2, .home-drop-lists .tabBtns .btn.cur .t2 {
    background-image: url("../images/home-drop-td-iconcur_02.png");
} 

.home-drop-td .t3 {
    background-image: url("../images/home-drop-td-icon_03.png");
} 

.home-drop-lists .tabBtns .btn:hover .t3, .home-drop-lists .tabBtns .btn.cur .t3 {
    background-image: url("../images/home-drop-td-iconcur_03.png");
} 

.home-drop-td .t4 {
    background-image: url("../images/home-drop-td-icon_04.png");
} 

.home-drop-lists .tabBtns .btn:hover .t4, .home-drop-lists .tabBtns .btn.cur .t4 {
    background-image: url("../images/home-drop-td-iconcur_04.png");
} 

.home-drop-td .t5 {
    background-image: url("../images/home-drop-td-icon_05.png");
} 

.home-drop-lists .tabBtns .btn:hover .t5, .home-drop-lists .tabBtns .btn.cur .t5 {
    background-image: url("../images/home-drop-td-iconcur_05.png");
} 

.home-drop-td .t6 {
    background-image: url("../images/home-drop-td-icon_06.png");
} 

.home-drop-lists .tabBtns .btn:hover .t6, .home-drop-lists .tabBtns .btn.cur .t6 {
    background-image: url("../images/home-drop-td-iconcur_06.png");
} 

.home-drop-td .text {
    margin: 7.5px 0 0 -6px;
}

.home-drop-td .text .tt {
    display: inline-block;
    margin-left: 6px;
    font-size: 12px;
    line-height: 17px;
}

.home-drop-lists .tabItems {
    box-sizing: border-box;
    width: 919px;
    height: 100%;
    padding: 21.5px 0 0 33px;
    background: #fff;
    border-right: 1px solid #fc9701;
    border-bottom: 1px solid #fc9701;
}

.home-drop-group {
    margin-top: 24px;
    line-height: 27px;
}

.home-drop-group:first-child {
    margin-top: 0;
}

.home-drop-group .title {
    width: 124px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.home-drop-group .text {
    width: 570px;
    margin-left: -17px;
}

.home-drop-group .text .a {
    display: inline-block;
    margin: 0 17px;
    font-size: 16px;
    color: #666;
}

.home-drop-group .text .a:hover {
    color: #fc9701;
    text-decoration: underline;
}

.home-head-nav {
    padding: 14px 0 0 14px;
}

.home-head-nav li {
    display: inline-block;
}

.home-head-nav li .a {
    display: inline-block;
    padding: 0 30px 9px;
    line-height: 1;
    font-size: 18px;
    color: #333;
    border-bottom: 5px solid transparent;
}

.home-head-nav li .a:hover, .home-head-nav li .a.cur {
    color: #fc9701;
    border-bottom-color: #fc9701;
}

.g-footer {
    background-color: #333333;
}

.xlys-footer-parent {
    margin: 0 auto;
    width: 1200px;
    padding: 20px 0 54px;

}

.xlys-link-parent {
    /* display: flex;
    justify-content: space-between; */
    display:table;
}
.xlys-footer-list{
    display: table-cell;
}

.foot-link.firstul {
    margin-left: 15px;
}

.xlys-footer-lf{
    float:left;
}
.xlys-footer-lfinfo{
    float:right;
}
.foot-link .h3 {
    line-height: 1;
    font-size: 16px;
    color: #ffffff;
}

.foot-link .a1 {
    color: #a0a0a0;
    font-size: 14px;
}

.foot-link {
    vertical-align: top;
    display: inline-block;
}

.foot-link li {
    margin-bottom: 11px;
    margin-right: 80px;
}

.foot-link li a:hover {
    text-decoration: underline;
}

.foot-link.lastul li {
    margin-right: 0;
}

.xlys-footer-info {
    display: flex;
}

.xlys-footer-lfinfo .p {
    margin-top: 19px;
    color: #ffffff;
    font-size: 14px;
}

.xlys-footer-lf-content {
    display: inline-block;
    color: #ffffff;
    margin-right: 59px;
}

.xlys-footer-lf-content .img {
    display: block;
    width: 132px;
    height: 132px;
    margin-bottom: 13px;
}

.xlys-footer-lf-content .second-img {
    margin-bottom: 13px;
    margin-left: 10px;
}


.xlys-footer-friendlink {
    display: flex;
    margin: 14px;
    justify-content: space-between;

}

.xlys-footer-friendlink .b {
    color: #ffffff;
    font-size: 14px;
}


.xlys-footer-friendlink a:hover {
    font-weight: bold;
}


.xlys-footer-beian {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.xlys-footer-beian .a {
    display: inline-block;
    margin: 20px 13px 20px 0;
}

.xlys-footer-beian .a:hover {
    opacity: .8;
}

.xlys-footer-copyright {
    text-align: center;
}

.xlys-footer-copyright .p {
    color: #ffffff;
    font-size: 14px; line-height: 1.6em;
}
