@charset "UTF-8";
body {
	font:14px/1.5 -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
	color:#151616;
	font-weight: 300;
	background:#fff;
	}
/* common list No images*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
	font-weight: 300;
}
h4 {
	font-size: 30px;
}
h5 {
	font-size: 28px;
}
h6 {
	font-size: 26px;
}
li {
    list-style: none;
}
.bunBo-header .mobile_iconTh img,
.iconBut_cont img {
    border: none;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    display: block;
    max-width: 100%;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px 0 35px;
    border-bottom: 1px solid rgba(0,0,0,0);
    z-index: 2
}
.bunBo-header {
    width: 96%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}
.bunBo-header .bunBo-nav {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.bunBo-header .bunBo-nav .bunBo-logo {
    float: left;
}
.bunBo-header .bunBo-nav .bunBo-logo img {
    height: 40px;
}
.bunBo-header .bunBo-nav .bunBo-navContent {
    float: right;
    right: 35px;
    line-height: 40px;
    position: relative;
}
.navContent-ul {
    display: contents;
}
.navContent-ul li a {
	font-size: 15px;
    text-align: center;
    max-height: 43px;
    overflow: hidden;
}
.navContent-ul li a span {
	display: block;
    position: relative;
    bottom: 0;
    transition: all .4s;
}
.navContent-ul li a span::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #8b4752;
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    transition: all 1s;
}
.navContent-ul li.addActive a span,
.navContent-ul li:hover a span {
    color: #8b4752;
}
.navContent-ul li.addActive a span::after, 
.navContent-ul li:hover a span::after {
    width: 100%;
}
.bunBo-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bunBo-search span {
    position: absolute;
    right: 0;
	padding: 8px 15px;
    opacity: .4;
}
.bunBo-search span:hover {
    opacity: 1;
}
.bunBo-search span img {
	width: 20px;
}
input {
    padding: 10px 20px;
	border: none;
    border-radius: 10px;
    min-width: 500px;	
    color: rgb(0, 0, 0,.4);
    background-color: #fbfbfb;
    border-radius: 24px;
    border: 1px solid rgba(30,32,35,.05);
}
input:focus {
    outline: none;   
    color: #333;
    background: none;
    border-color: rgb(139, 71, 82,.4);
    box-shadow: 0 0 0 2px rgb(139, 71, 82,.2);
    border-right-width: 1px!important;
    outline: 0;
}
input::-webkit-input-placeholder { 
    color: rgb(0, 0, 0,.4);/* WebKit browsers */ 
} 
input:-moz-placeholder { 
    color: rgb(0, 0, 0,.4); /* Mozilla Firefox 4 to 18 */ 
} 
input::-moz-placeholder { 
    color: rgb(0, 0, 0,.4); /* Mozilla Firefox 19+ */ 
} 
input:-ms-input-placeholder { 
    color: rgb(0, 0, 0,.4);/* Internet Explorer 10+ */ 
}
.sp_iconBut {
    display: block;
    width: 40px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
}
.bunBo_iconTh {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
}
.bunBo_iconTh img {
    width: 100%;
    height: auto;
    padding-top: 6px;
    opacity: .4;
}
.bunBo_iconTh_item {
    position: absolute;
    top: 45px;
    right: 0;
    background: #ffffff;
    padding: 25px;
    width: 170px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    border-radius: 20px;
    display: none;
}
.bunBo_iconTh_item a {
    display: block;
    padding-bottom: 10px;
}
@media (min-width: 1200px) {
    header.act {
        padding: 0px 0 20px;;
        border-bottom: 1px solid #eee;
    }
    .bunBo-header .bunBo-nav .bunBo-navContent .navContent-ul li {
        display: block;
        float: left;
        padding: 0 15px;
        position: relative;
    }
    .evenMore {
        width: 50px;
        margin: 0 auto;
    }
}   
@media (max-width: 1300px) {
    body,html {
		font-size: 62.5%;
	}
	body {
		padding-top: 0;
	}
	h1 {
		font-size: 2.4rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.8rem;
	}
	h5 {
		font-size: 1.6rem;
	}
	h6 {
		font-size: 1.4rem;
	}
    .bunBo-search {
        top: 50%;
        left: 45%;
        transform: translate(-50%, -45%);
    }
}   
@media (max-width: 1030px) {
    header {
        height: 50px;
        overflow: hidden;
        padding: 0 2.5%;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        border-bottom: 1px solid #eee;
    }
    .bunBo-header {
        top: 0;
    }
    .bunBo-header .mobile_iconTh {
        position: absolute;
        top: 0;
        right: 30px;
        width: 25px;
        opacity: .5;
        padding-top: 1px;
    }
    .bunBo-header .bunBo-mobile .mobile-thumbBtn {
        overflow: hidden;
        position: relative;
    }
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-logo {
        float: left;
    }
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-logo img {
        height: 28px;
        width: auto;
    }
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn {
        width: 25px;
        height: 25px;
        float: right;
        padding-top: 7px;
    }
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn a {
        display: block;
    }
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span,
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span::before,
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span::after {
        width: 20px;
        height: 1px;
        transition: all .4s;
        background-color: #fff;
        border-bottom: 1px solid #0d3143;
    }
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span::before,
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span::after {
        content: "";
        position: absolute;
        left: 0;
    }
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span {
        display: block;
        position: relative; 
        top: 0;
    }
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span::before {
        top: 6px;
    }
    .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span::after {
        top: 12px;
    }
/* but */
    .hdbox.on .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span::before {
        opacity: 0;
        transition: all .1s;
    }
    .hdbox.on .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }
    .hdbox.on .bunBo-header .bunBo-mobile .mobile-thumbBtn .mobile-btn span::after {
        -webkit-transform: translateY(-12px) rotate(90deg);
        transform: translateY(-12px) rotate(90deg);
    }
     /* nav */
     .mobile-nav {
        display: block;
        position: fixed;
        width: 100%;
        height: calc(100vh);
        background: rgba(255,255,255,0.5);
        top: 0;
        right: -100%;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        overflow: hidden;
        box-sizing: border-box;
        z-index: 9;
    }
    .mobile-nav ul {
        width: 100%;
       box-sizing: border-box;
       float: right;
       background: #fff;
       height: 100%;
       box-sizing: border-box;
       padding: 70px 5% 10px;
       overflow: auto;
       box-sizing: border-box;
    }
    .hdbox.on .mobile-nav {
        right: 0;
    }
     .mobile-nav ul li a {
        font-size: 15px;
        line-height: 30px;
        padding: 10px 0;
        display: block;
        text-align: right;
        font-weight: 500;
    }
    .mobile-nav ul li.addActive a {
        color: #8b4752;
    }
    .mobile_iconTh_item {
        position: absolute;
        right: 3%;
        background-color: #fff;
        z-index: 2;
        top: 48px;
        padding: 20px;
        width: 175px;
        box-shadow: 0 1px 15px rgb(0 0 0 / 15%);
        display: none;
    }
    .mobile_iconTh_item a {
        display: block;
        padding-bottom: 15px;
    }
    .evenMore {
        width: 40px;
        margin: 0 auto;
    }
}