html,
body {
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    background-color: #ffffff;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu
}

.clear {
    clear: both;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container .header_parent {
    width: 100%;
}


/* 头部 */

.header_parent .header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    text-align: center;
}

.header_parent .header .logo {
    width: 15%;
    height: 100px;
    line-height: 100px;
    text-align: right;
    float: left;
}

.header_parent .header .logo img {
    margin-right: 0.5rem;
}

.header_parent .header .title {
    width: 33%;
    height: 100px;
    text-align: left;
    vertical-align: middle;
    float: left;
}

.header_parent .header .title .tit_ch {
    font-size: 1.5rem;
    font-family: 黑体;
    color: #000000;
    /* letter-spacing: 1.5px; */
    padding-top: 30px;
    display: inline-block;
}

.nav-5 {
    display: none;
}

.header_parent .header .title .tit_en {
    font-size: 15px;
    font-family: 黑体;
    color: #000000;
    display: inline-block;
    padding-left: 2px;
}

.header_parent .header ul>li {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    color: #FFFFFF;
}

.header_parent .header ul>li>span {
    display: block;
    display: block;
}

.header_parent .header ul>li .tit_ch {
    font-size: 1.125rem;
    letter-spacing: 2px;
}

.header_parent .header ul>li .tit_en {
    font-size: 12px;
}

select[id="select"] {
    height: 42px;
    width: 70px;
    border: 0px solid #cccccc;
    border-right: 1px solid #cccccc;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    float: left;
    color: #8f9db3;
    background-color: #FFF;
    padding-left: 12px;
    cursor: pointer;
}

.header_parent .header .search {
    width: 47%;
    height: 100px;
    /* float: right; */
    background: url(../images/tbbj.png)no-repeat;
    background-size: 100% 100%;
}

.header_parent .header .search .searchbar {
    width: 55%;
    height: 42%;
    background: rgba(255, 255, 255, .6);
    border: none;
    outline: none;
    /* border-radius: 50px; */
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    float: right;
}

.header_parent .header .search .searchbar input {
    display: block;
    float: left;
    padding-left: 10px;
    width: 55%;
    height: 42px;
    border: none;
    padding: 0 15px;
    outline: none;
    background: rgba(255, 255, 255, 0);
    font-size: 16px;
    color: #666;
}

.header_parent .header .search .searchbar button {
    height: 42px;
    line-height: 42px;
    background: none;
    border: none;
    padding: 0px;
}

.header_parent .menu {
    position: relative;
    z-index: 99999;
    width: 100%;
    height: 50px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    background: linear-gradient(to bottom, #ffffff 0%, #F1F1F1 100%)
}

.header_parent .menu .active {
    color: #D5A767 !important;
}

.header_parent .menu .nav {
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    list-style: none;
}

.header_parent .menu .nav>li {
    width: 150px;
    display: inline-block;
    margin: 0px 20px;
    height: 100%;
}

.header_parent .menu .nav>li a {
    text-decoration: none;
    font-size: 18px;
    color: #4D4D4D;
    text-align: center;
    width: 150px;
}

.header_parent .menu .nav .nav-fruits:hover,
.header_parent .menu .nav .main-nav-fruits:hover {
    background: #FFFFFF;
    opacity: 0.8;
}

.header_parent .menu .nav .nav-fruits:hover>a,
.header_parent .menu .nav .main-nav-fruits:hover>a {
    color: #D5A767;
}

.header_parent .menu .nav-sub-list {
    display: none;
    z-index: 100;
    width: 150px;
    background: #FFFFFF;
    position: absolute;
    top: 50px;
}

.header_parent .menu .nav-sub-list ul {
    z-index: 99999;
}

.header_parent .menu .nav-fruits {
    position: relative;
}

.header_parent .menu .nav-fruits:hover .nav-sub-list {
    display: block;
    width: 150px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.header_parent .menu .nav-sub-list li {
    font-size: 18px;
    text-align: center;
    height: 43px;
    line-height: 43px;
    margin: 7px auto;
    padding-left: 5px;
    padding-right: 5px;
}

.header_parent .menu .nav-sub-list ul>li>a {
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 5px 0;
    border-top: 1px dotted #D5A767;
    margin-left: 0.125rem;
    width: 96%;
    text-decoration: none;
}

.header_parent .menu .nav-sub-list li:hover {
    background: none;
}

.header_parent .menu .nav-sub-list li:hover a {
    color: #D5A767;
}

.content_body {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
    padding-top: 30px;
}

.footer_parent {
    margin-top: 50px;
    display: block;
    width: 100%;
    height: 264px;
    background-color: #616161;
}

.banner,
.banner img {
    width: 100%;
    height: 300px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    /* Chrome 和 Safari */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    /* background-position: center center; */
}

.banner {
    text-align: center;
    line-height: 350px;
}

.banner div {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.banner img {
    width: 35%;
    height: 30%;
    /* margin-bottom: 5%; */
    opacity: 0;
    /* filter:alpha(opacity=0); 
-moz-opacity: 0; */
    transform: translateY(0px);
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all 0.8s 0.2s;
    -ms-transition: all 0.8s 0.2s;
    /* IE 9 */
    -moz-transition: all 0.8s 0.2s;
    /* Firefox */
    -webkit-transition: all 0.8s 0.2s;
    /* Safari 和 Chrome */
    -o-transition: all 0.8s 0.2s;
    /* Opera */
}

.banner .active {
    opacity: 1;
    /* filter:alpha(opacity=100); 
-moz-opacity: 1; */
    transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
}


/* 脚部 */

.foot-wrap .comInfoMobile {
    display: none;
}

.foot-wrap {
    background: #434347;
    border-top: 10px solid #D5A868;
    /* height: ; */
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    padding-bottom: 5px;
    margin-top: 50px;
    font-size: 13px;
}

.foot-wrap ul>li {
    display: inline-block;
    /* font-size: 16px; */
    margin-bottom: 10px;
    vertical-align: middle;
    color: #FFFFFF;
}

.foot-wrap .comInfo .foot-img {
    margin-right: 20px;
}

.foot-wrap ul>li>span {
    display: block;
    display: block;
}

.foot-wrap ul>li .tit_ch {
    /* font-size: 1.125rem; */
    letter-spacing: 2px;
}

.foot-wrap ul>li .tit_en {
    font-size: 12px;
}

.foot-wrap .aline {
    border-bottom: 1px solid #56565D;
}

.foot-wrap .link {
    margin: 10px auto;
    margin-bottom: 0px !important;
}

.foot-wrap .link li {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.foot-wrap .link li>a {
    color: #FFFFFF;
}

.foot-logo li {
    margin: 10px 20px;
    vertical-align: middle;
}


/*pagediv*/

.pagediv {
    padding: 20px 0;
    font-size: 18px;
    color: #555;
    line-height: 28px;
    text-align: center;
    clear: both;
}

.pagediv li {
    display: inline-block;
}

.pagediv .arrow a {
    color: #555;
    font-size: 15px;
}

.pagediv .total_count,
.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a {
    display: inline-block;
    padding: 0 10px;
    margin: 2px;
    zoom: 1;
    border: #D4AC7B 1px solid;
    border-radius: 8px;
}

.pagediv #page_input {
    width: 40px;
    height: 28px;
    color: #888;
    text-align: center;
    border: #dfdfdf 1px solid;
    border-radius: 3px;
    background: #fff;
}

.pagediv .total_count,
.pagediv .arrow a,
.page_jump a {
    transition: all .2s;
    -webkit-transition: all .2s;
    /* background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
 */
}

.pagediv .arrow span {
    background: #f5f5f5;
    color: #999;
}

.pagediv .arrow a:hover,
.page_jump a:hover,
.pagediv .arrow .current {
    background: #D3AB7B;
    border-color: #D3AB7B;
    color: #ffffff;
    text-decoration: none;
}

.pagediv .arrow .current {
    font-weight: bold;
}

.page_jump {
    margin-left: 4px;
}

.page_jump a {
    margin-left: 6px;
}