* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 12px;
    color: #2c2c2c;
    font-family: '思源黑体';
}

img {
    display: block;
    max-width: 100%;
    border: 0
}

ul,
li {
    list-style: none
}

a {
    color: #2c2c2c;
    text-decoration: none;
    display: block;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

.box {
    width: 94%;
    margin: 20px auto;
    text-align: center;
}

/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.top {
    height: 50px;
    background: #fff;
}

.sp_header {
    overflow: hidden;
    position: fixed;
	top: 0;
	background-color: white;
    z-index: 10;
    width: 100%;
}
.swiper-pagination {
	width: 10px;
	height: 10px;
	margin-top: -10px;
	margin: 0 auto;
}
.sp_logo {
    padding: 10px;
    float: left;
    height: 50px
}

.sp_logo img {
    margin: auto;
    max-height: 30px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}

.sp_nav span {
    display: block;
    background: #01b1af;
    width: 26px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 8px
}

.sp_nav span:nth-of-type(3) {
    top: 16px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 50px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #01b1af;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #01b1af;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}

.header {
    z-index: -5;
    position: absolute;
    width: 100%;
    height: 50px;
}

.header:after {
    content: "";
    display: table;
    clear: both;
}

.header h1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    margin: 0;
    width: 100%;
    line-height: 60px;
    font-size: 2.4em;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.header-button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    width: 20px;
    height: 20px;
    outline: none;
    background: url("../img/search.png") no-repeat;
    border: none;
    cursor: pointer;
}

#toggle-menu {
    float: left;
    background-position: 0 0;
    background-color: #bc0023;
}

#toggle-search {
    float: right;
    margin: 15px 60px 0 0;

}

#toggle-search.open:after {
    top: 40px;
}

#toggle-basket {
    position: relative;
    float: right;
    background-position: -120px 0;
}

#toggle-basket:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 2px;
    height: 50px;
    content: "";
    background-color: #000;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}

#search-form.open {
    max-height: 50px;
}

#search-form fieldset {
    position: relative;
    margin: 0 50px 0 0;
    padding: 0;
    border: none;
}

#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 50px;
}

#search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: transparent;
    border: none;
}

#search-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
    background: #01b1af;
    border: none;
    cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-containerbanner .text {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    padding-top: 65px;
}

.swiper-containerbanner .text .d {
    font-size: 14px;
}

.swiper-containerbanner .text .x {
    font-size: 9px;
}

.name {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 0 0;
}

.en {
    font-size: 10px;
    color: #dbdbdb;
    text-transform: uppercase;
}

.newstab ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.newstab li {
    color: #2c2c2c;
    cursor: pointer;
    font-size: 14px;
    margin: 0 2px;
    font-weight: normal;
    opacity: 1;
}

.newstab li:hover {
    color: #01b1af;
    font-weight: normal;
    font-weight: bold;
}

.newstab li.curr {
    color: #01b1af;
    font-weight: bold;
}

.news .cc {
    color: #2c2c2c;
}

.newstab li span {
    margin: 0 10px;
}

.swiper-containernews .swiper-slide {
    text-align: left;
    background: none;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.newsbt {
    font-size: 16px;
    position: absolute;
    z-index: 5;
    margin: -50px 0 0 10px;
    color: #fff;
}

.newstime {
    font-size: 12px;
    position: absolute;
    z-index: 5;
    margin: -25px 0 0 10px;
    color: #fff;
}

.swiper-containernews img {
    border-radius: 10px;
}

.newsli li {
    display: flex;
    justify-content: space-between;
    font-size: 14PX;
    margin-top: 20px;
    padding-left: 10px;
}

.newsli li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #dedede;
    margin: 10px 0 0 -10px;
    position: absolute;
}

.newslisj {
    color: #b4b4b4;
}

.more {
    width: 100%;
    height: 40px;
    border: 1px solid #e0e0e0;
    text-align: center;
    line-height: 40px;
    margin: 20px 0;
    color: #b4b4b4;
}

.boxabout img {
    margin: 20px auto;
}

.abouttext {
    width: 90%;
    height: 150px;
    position: relative;
    margin: -70px auto 0 auto;
    background: #fff;
    box-shadow: 0px 0px 20px #e9e9e9;
    padding: 20px;
}

.aboutbt {
    font-size: 14px;
    font-weight: bold;
}

.bt {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.aboutzy {
    color: #b4b4b4;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.8em;
}

.bttext span {
    display: block;
}

.bttext {
    position: absolute;
    z-index: 5;
    margin-left: 20%;
    color: #fff;
    text-align: left;
}

.bttext .s {
    font-size: 16px;
    font-weight: bold;
}

.bttext .x {
    opacity: 0.5;
}

.boxability div:nth-child(3) {
    margin-top: 20px;
}

.partybj {
    height: 150px;
    box-shadow: 0px 0px 20px #e9e9e9;
    text-align: left;
    padding: 20px;
    margin-top: 20px;
}

.partybt {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.partyzy {
    font-size: 14px;
    color: #b4b4b4;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.partysj {
    background: #f8f8f8;
    width: 85px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #b4b4b4;
}

.foot {
    background: url(../img/ft.jpg) no-repeat center;
    padding: 25px 3% 5px 3%;
    text-align: center;
    color: #b0ddd1;
    font-size: 12px;
}

.ewm {
    display: flex;
    justify-content: space-between;
    width: 43%;
    margin: 15px auto;
}

.ewm img {
    width: 70px;
}

/* 固定 */
.nbanner {
    background: url(../img/nbanner.jpg) center no-repeat;
    height: 100px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 20px;
    text-align: center;
}

.nbanner span {
    display: block;
    font-size: 10px;
    font-weight: normal;
}
.nbanner a{
    display: inline;
    color: #fff;
}

/* list */
.list {
    width: 94%;
    margin: 20px auto;
}

.list li {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px #e9e9e9;
}

.listbt {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.listzy {
    font-size: 14px;
    color: #b4b4b4;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.listtime{
    background: #f8f8f8;
    width: 85px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #b4b4b4;
}
/* detail */
.detail {
    width: 94%;
    margin: 20px auto;
    background: #fff;
}

.detailbt {
    font-size: 20px;
    font-weight: bold;
}

.detailsj {
    color: #b1b1b1;
    margin: 10px 0;
    background: #f0f0f0;
    padding: 5px;
}

.detailtext {
    font-size: 14px;
    line-height: 2em;
}
.moren{
    color: #6bb9a5;
    border: 1px solid #6bb9a5;
}

/* list_p */
.list_p {
    width: 94%;
    margin: 20px auto;
}

.list_p li {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 0px 20px #e9e9e9;
    border-radius: 10px;
    padding-bottom: 10px;
}

.list_pbt {
    font-size: 16px;
    font-weight: bold;
    color: #2c2c2c;
    margin: 15px 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
     word-break: break-all;
}

.list_pzy {
    color: #ababab;
    margin: 0 20px;
    font-size: 14px;
    line-height: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
     word-break: break-all;
}

.list_psj {
    color: #ababab;
    margin: 10px 0;
}
.list_p img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.list_ptime{
    margin: 15px 20px;
}


.onepage{
	padding: 20px;
	width: 100%;
	overflow-x: scroll;
}
.onepage p{
	font-size: 16px;
	line-height: 30px;
}
.onepage img{
	max-width: 100%;
}
.contact.tplist{
	padding: 20px;
}
.contact.tplist a{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	background-color: white;
	margin-bottom: 10px;
}
.contact.tplist a p{
	font-size: 16px;
	margin-top: 10px;
}
.contact.tplist a img{
	max-width: 100%;
}


.nnav {
    background-color: #01b1af;
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}

.nnav li {
    padding: 0 20px;
}

.nnav li a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}

.nnav .on a {
    color: #072966;
    line-height: 40px;
}

.nnav .on {
    background: #fff;
    color: #072966;
}

.nnav li:hover {
    background: #fff;
    line-height: 40px;
}

.nnav li:hover a {
    color: #01b1af;
}
/* 分页 */

.margin-top-60, .padding-top-90{
	padding: 10px;
	box-sizing: border-box;
}
.margin-top-60 ul, .padding-top-90 ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.margin-top-60 ul li, .padding-top-90 ul li{
	width: 30px;
	height: 30px;
	margin: 0 5px;
}
.margin-top-60 ul li.active a, .padding-top-90 ul li.active a{
	color: white;
	background-color: #01b1af;
}
.margin-top-60 ul li a, .padding-top-90 ul li a{
	color: #2C2C2C;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	background-color: white;
	border: 1px solid #01b1af;
}

.padding-top-90 ul li a .layui-icon-prev:before{
	content: "«";
}
.padding-top-90 ul li a .layui-icon-next:before{
	content: "»";
}

/*搜索*/
section.searchpage:last-of-type{
	min-height: 8vh;
}

.searchpage.padding-top-90{
	padding: 10px 0;
}
.searchpage{
	background-color: white;
	padding-bottom: 10px;
}
.searchpage form{
	background-color: #01b1af;
	padding: 10px;
	position: relative;
}
.searchpage form input{
	width: 100%;
	height: 40px;
	padding: 10px;
}
.searchpage form button{
	position: absolute;
	right: 10px;
	top: 10px;
	border: unset;
	background-color: unset;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.searchpage form button .layui-icon{
	font-size: 30px;
}
.searchpage .layui-container{
	width: 100%;
}
.text-info{
	color: #01b1af;
	font-size: 16px;
	font-weight: bold;
}
.searchpage .alert-danger{
	background: #01b1af;
	padding: 10px;
	border-radius: 3px;
}
.searchpage .alert-danger > h4{
	font-size: 16px;
	color: white;
}
.searchpage .alert-danger > h4 > .text-danger{
	color: white;
	font-weight: bold;
}
.searchpage .alert-danger > p{
	padding-top: 10px;
	color: white;
	font-size: 14px;
}
.searchpage .alert-danger > p > strong{
	font-weight: bold;
}