* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
}

html {
    font-family: "Microsoft YaHei";
}

ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input,
button,
select,
textarea {
    outline: none;
}

input[type=text] {
    -webkit-appearance: none;
}

a {
    text-decoration: none;
    color: #bfa46c;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #bfa46c
}
.h30 {
	height: 30px;
}
.h40 {
	height: 40px;
	width: 100%;
}
.a01 {
	color: #CC0000;
}
.a02 {
	color: #bfa46c;
}
.a03 {
	color: #42BFBF;
}




table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color: #bfa46c;
    overflow-x: hidden;
}

.container {
    padding-left: 0px;
    padding-right: 0px;
}

.dj {
    width: 100%;
    /*height: 100%;
    overflow: hidden;*/
    position: fixed;
}

.mark {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 50px;
    z-index: 998;
    background: rgba(0, 0, 0, .8);
    display: none;
    padding: 0;
}


/*頭部導航 BEGIN*/

header {
    width: 100%;
    height: 86px;
    position: sticky;
    top: 0;
    background: rgba(0, 0, 0, .8);
    background: url("../img/new_header.jpg") center no-repeat;
    z-index: 999
}

header .logo {
    width: 159px;
    height: 52px;
    /*background: url(../img/logo.png);*/
    background-size: cover;
    /*float: left;
    display: block;*/
    /*margin-top: 12px*/
}

header nav {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    float: right;
}

header nav ul {
    margin-bottom: 0
}

header nav li {
    display: inline-block;
    color: #8c7b7f;
    cursor: pointer;
    padding: 0 10px;
}

header nav li:hover,
header nav li.on,
header nav li.on a {
    color: #ca4e1e
}

header nav li a {
    display: block;
    color: #8c7b7f;
    position: relative;
}

header nav li dl {
    display: none;
    margin-bottom: 0;
    position: absolute;
    top: 50px;
    background: rgba(108, 72, 67, .4);
    border: solid 1px rgba(162, 90, 68, .4);
    padding: 10px;
}

header nav li dl dd {
    line-height: 22PX;
}

header nav li dl:before {
    content: "";
    width: 15px;
    height: 9px;
    background: url(../img/sj.png);
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -9px;
}

header nav li:hover dl {
    display: block
}

header .mobmenu {
    position: fixed;
    width: 16px;
    height: 16px;
    cursor: pointer;
    top: 17px;
    left: 16px;
    z-index: 33;
}

header .mobmenu span {
    display: block;
    height: 2px;
    background: #89e4e8;
    margin-top: 3px;
}


/*頭部導航 END*/


/*banner BEGIN*/

.banner {
    height: 750px;
    background: url(../img/new_banner.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

.banner1 {
    height: 350px;
    background: url(../img/new_banner.jpg) center bottom no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
}

.banner .swiper-container,
.flavar .swiper-container {
    width: 100%;
    height: 100%;
    color: #fff
}

.banner .swiper-container .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner .swiper-container .swiper-slide .nr,
.banner1 .nr {
    width: 100%;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 32px;
    height: 65px;
    background: url(../img/new_arrowfla.png) 0 0;
    background-size: 64px 130px;
    outline: 0
}

.banner .swiper-button-prev {
    background-position: 0px -0px
}

.banner .swiper-button-prev:hover {
    background-position: -32px -0px
}

.banner .swiper-button-next {
    background-position: 0px -65px
}

.banner .swiper-button-next:hover {
    background-position: -32px -65px
}

.banner .swiper-button-prev {
    left: 25%;
}

.banner .swiper-button-next {
    right: 25%;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #bfa46c;
    opacity: 1
}

.banner .swiper-pagination-bullet-active {
    background: #17abbc
}

.banner h2,
.banner1 h2 {
	font-size: 68px;
	/*height: 68px;*/
    line-height: 68px;
	margin: 0;
	/*margin-top: 226px;*/
    font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.banner h4,
.banner1 h4 {
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    margin-top: 30px;
    color: #bfa46c;
    text-align: center
}

.banner h2 {
    display: flex;
    justify-content: center;
}

.banner .mf {
    width: 100px;
    height: 97px;
    background: url(../img/mf.png) 0 0;
    background-size: cover;
    margin-top: -60px;
    display: inline-block;
    position: relative;
}

.banner .mf .fg {
    width: 69px;
    height: 52px;
    background: url(../img/hand.png) 0 0;
    background-size: cover;
    position: absolute;
    right: -52px;
    top: 10px;
    animation: bounceIn .6s infinite;
}

.banner .btns {
    font-size: 22px;
    height: 70px;
    line-height: 70px;
    margin-top: 60px;
    text-align: center
}

.banner .btns a {
    color: #fff;
    display: inline-block;
    margin: 0 16px;
    width: 230px;
    height: 70px;
    text-indent: 30px;
    background-image: url(../img/new_btn.png);
}

.banner .btns a:hover {
    filter: brightness(110%);
}

.banner .btns a:nth-child(1) {
    background-position: 0 0;
}

.banner .btns a:nth-child(2) {
    background-position: 0 -70px;
}


.swiper-slide-active h2 {
    animation: fadeInDown 1s both;
}

.swiper-slide-active h4 {
    animation: fadeInUp 1s both;
    animation-delay: .3s;
}

.swiper-slide-active .btns a {
    animation: fadeInUp 1s both;
}

.swiper-slide-active .btns a:nth-child(1) {
    animation-delay: .6s;
}

.swiper-slide-active .btns a:nth-child(2) {
    animation-delay: .8s;
}


/*banner END*/

.mid {
    background: url(../img/new_bg1.jpg) center 0 no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.mid_2 {
	background-size: cover;
	padding: 60px 0;
}

.mid .newsarea {
    padding: 60px 0;
    margin-top: -60px;
    margin-bottom: 60px;
}

.mid .newsarea .container {
    display: flex;
}

.mid .newsarea .flavar {
    width: 570px;
    height: 280px;
    overflow: hidden;
}

.mid .newsarea .flavar a {
    display: block;
    position: relative;
    height: 100%
}

.mid .newsarea .flavar a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mid .newsarea .flavar .title {
    background: rgba(191, 164, 108, .68);
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 16px;
    text-indent: 20px;
    position: absolute;
    height: 44px;
    line-height: 44px;
}

.flavar .swiper-pagination {
    text-align: right;
    padding-right: 20px
}

.flavar .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
}

.flavar .swiper-pagination-bullet-active {
    background: #44adb5
}

.mid .newsarea .newslist {
    width: calc(100% - 570px);
    height: 280px;
    padding: 0 0px 0 24px;
}

.mid .newsarea .newslist .tab {
    height: 45px;
    width: 100%;
    border-bottom: solid 1px #85d7df;
    padding-bottom: 15px;
}

.mid .newsarea .newslist .tab li {
    display: block;
    float: left;
    width: 118px;
    height: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #48b2b9;
    line-height: 30px;
    text-align: center;
}

.mid .newsarea .newslist .tab li.on {
    color: #fff;
    background: url(../img/new_tab.png);
}

.mid .newsarea .newslist .list .lcon {
    display: none
}

.mid .newsarea .newslist .list ul {
    padding-top: 15px
}

.mid .newsarea .newslist .list li {
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.mid .newsarea .newslist .list li span {
    width: 68px;
    flex-shrink: 0;
    font-size: 12px;
}

.mid .newsarea .newslist .list li a {
    flex-shrink: 1;
    flex-grow: 1;
    overflow: hidden;
    color: #666666;
}

.mid .newsarea .newslist .list li a:hover {
    color: #bfa46c;
}

.htti {
    height: 183px;
    background: url(../img/new_title.png) center center no-repeat;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.htti .ti {
    font-size: 66px;
    line-height: 66px;
    background: linear-gradient(0deg, #40a9b2, #7de9e8);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    margin-top: 80px;
}


.tj ul li {
    cursor: pointer;
    margin-bottom: 30px;
}

.tj ul li .img {
    position: relative;
    overflow: hidden;
    padding-bottom: 65%;
}

.tj ul li .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.tj ul li .slidediv {
    width: 100%;
    position: absolute;
    background: rgba(191, 164, 108, .68);
    left: 0;
    right: 0;
    height: 44px;
    bottom: 0;
    transition: all .4s;
}

.tj ul li .slidediv .title {
    font-size: 16px;
    line-height: 44px;
    text-indent: 20px;
    color: #fff;
    transition: all .4s;
    text-align: left;
}

.tj ul li .slidediv .btns {
    text-align: center
}

.tj ul li .slidediv .btns a {
    display: inline-block;
    width: 98px;
    height: 33px;
    background: url(../img/btn1.png);
    line-height: 33px;
    font-size: 16px;
    color: #ebca86;
}

.tj ul li .slidediv .btns a:hover {
    background-position: 0 bottom;
    color: #ffe3a8
}


.tj ul li:hover .slidediv {
    height: 100%;
    background: rgba(77, 170, 179, .88);
}

.tj ul li:hover .slidediv .title {
    font-size: 28px;
    color: #ebca86;
    font-weight: bold;
    text-align: center;
    margin-top: 16%;
    margin-bottom: 10%;

}

.tj1 ul li:hover .slidediv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tj1 ul li:hover .slidediv .title {
    font-size: 28px;
    text-indent: -9999px;
    color: #ca4e1e;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%;
    width: 87px;
    height: 87px;
    background: url(/static_cms/site/img/btn_play.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.newpage .tab {
    text-align: center;
    margin-bottom: 60px;
}

.newpage .tab li {
    display: inline-block;
    margin: 0 11px;
}

.newpage .tab li a {
    display: block;
    width: 148px;
    height: 36px;
    background: url(../img/new_tabd.png) 0 0;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #fff
}

.newpage .tab li a:hover {
    filter: brightness(110%);
}

.newpage .tab li.on a {
    background: url(../img/new_tabdon.png) 0 0;
}


.newpage .wrapnr .list,
.newpage .wrapnr .list1 {
	margin-top: 10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	width: 100%;
}

.newpage .wrapnr .list li {
	line-height: 64px;
	font-size: 16px;
	display: flex;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-image: url(../img/new_content_bg2.png);
	border-image-slice: 10 10 10 10;
	margin-bottom: 15px;
}

.newpage .wrapnr .list li:hover {
    border-image: none;
    color: #2dc1c4;
}

.newpage .wrapnr .list li:hover a {
    color: #fff;
}

.newpage .wrapnr .list .lin {
    background: #fff;
    width: 100%;
    display: flex;
}

.newpage .wrapnr .list li:hover .lin {
    background: #2dc1c4;
    color: #fff;
}

.newpage .wrapnr .list li a {
    background: url(../img/dot.png) 15px center no-repeat;
    padding-left: 30px;
    flex-grow: 1;
    overflow: hidden;
    color: #2dc1c4;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newpage .wrapnr .list li span {
    flex-shrink: 0;
    width: 100px;
}


.page {
    text-align: center;
}

.pagination {
    margin-top: 0
}

.pagination > li > a,
.pagination > li > span {
    color: #fff;
    background: #bfa46c
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background: #53b4c4;
    border: solid 1px #53b4c4;
}

.pagination > li > a,
.pagination > li > span {
    border: solid 1px rgba(255, 255, 255, .4)
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #fff;
    background-color: #53b4c4;
    border-color: #53b4c4
}


.wrapnr .h1 {
	font-size: 36px;
	text-align: center;
	line-height: 36px;
	margin: 0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.wrapnr .datetime {
    color: #be928d;
    text-align: center;
}

.wrapnr .neirong {
    padding: 30px;
    font-size: 16px
}

.wrapnr .neirong img {
    margin: 15px 0;
    max-width: 726px;
    max-width: 100%;
}

.wrapnr .neirong_b {
	font-size: 16px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.wrapnr .neirong_b img {
	max-width: 726px;
	max-width: 100%;
	width: 100%;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

.wrapnr .neirong_b p {
	font-size: 13px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #333333;
}

.wrapnr .neirong p {
	line-height: 36px;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
}

.wrapnr .neirong .neirong_bt2 {
	line-height: 36px;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}

.wrapnr .prenext {
    font-size: 14px;
    padding: 30px;
    color: #2dc1c4;
}

.wrapnr .prenext a {
    color: #2dc1c4;
}

.newpage .wrapnr .list1 li {
    margin-bottom: 18px;
    float: left;
    width: calc((100% - 30px) / 2);
}

.newpage .wrapnr .list1 li a {
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-image: url(../img/new_content_bg2.png);
    border-image-slice: 10 10 10 10;
    display: block;
    line-height: 46px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    transition: all .6s;
    display: flex;
    align-items: center;
    color: #2dc1c4;
}

.newpage .wrapnr .list1 li a i {
    background: #fff;
    font-style: normal;
    width: 100%;
    padding-left: 10px;
}

.newpage .wrapnr .list1 li a:hover {
    border-image: none;
}

.newpage .wrapnr .list1 li a:hover i {
    background: #2dc1c4;
    color: #fff;
}

.newpage .wrapnr .list1 li a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 15px;
    background: url(../img/new_arrow.png) 0 0;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s
}

.newpage .wrapnr .list1 li:nth-child(odd) {
    margin-right: 30px
}

.newpage .wrapnr .list1:before,
.newpage .wrapnr .list1:after,
.downlist:before,
.downlist:after {
    content: "";
    display: table;
    clear: both
}

.newpage .ms {
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	color: #666666;
}

.downcate {
    display: block;
    width: 148px;
    height: 36px;
    background: url(../img/new_tabd.png) 0 0;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin: 30px auto 0;
}
.downcate_2 {
	display: inline-block;
	width: 148px;
	height: 36px;
	background: url(../img/new_tabd.png) 0 0;
	cursor: pointer;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	margin-right: 6px;
	margin-left: 6px;
	color: #FECC81;
	float: left;
}
.downcate_2 a {
	color: #FFFFFF;
}

.downcate_2:hover {
	color: #FECC81;
}
.downcate_bg {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.downcate_bg2 {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.downcate_3 {
	display: block;
	width: 148px;
	height: 36px;
	background: url(../img/new_tabd.png) 0 0;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.downcate_3 a {
	color: #fff;
}

.downcate:hover {
    color: #fff;
}

.downcate_4 {
	display: inline-block;
	width: 260px;
	height: 70px;
	background: url(../img/new_btn_1.png) 0 0;
	cursor: pointer;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	color: #ffffff;
	margin: 6px;
}

.downcate_5 {
	display: inline-block;
	width: 260px;
	height: 70px;
	background: url(../img/new_btn_2.png) 0 0;
	cursor: pointer;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	color: #ffffff;
	margin: 6px;
}

.downcate_4 a ,  .downcate_5 a {
	color: #ffffff;
}

.down1 .downlist li {
    margin-top: 30px
}

.down1 .downlist .lin {
    text-align: center;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-image: url(../img/new_content_bg2.png);
    border-image-slice: 10 10 10 10;
}

.down1 .downlist .lin_2 {
	text-align: center;
	border-image-slice: 10 10 10 10;
}

.down1 .downlist .lin .linn {
    background: #fff;
}

.down1 .downlist li .logo {
    display: flex;
    justify-content: center;
    padding: 55px 0;
}

.down1 .downlist li .logo2 {
	display: flex;
	justify-content: center;
	margin-bottom: 2px;
	padding-top: 16px;
	padding-bottom: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-right: 12px;
	margin-left: 12px;
}

.down1 .downlist li .logo3 {
	display: flex;
	justify-content: center;
	margin-bottom: 2px;
	padding-top: 16px;
	padding-bottom: 18px;
	margin-right: 12px;
	margin-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.down1 .downlist li .logo3 img {
	margin-top: 46px;
}


.down1 .downlist li .logo i {
    width: 44px;
    height: 38px;
    margin-right: 22px
}

.down1 .downlist li .logo i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.down1 .downlist li .logo span {
    font-size: 30px;
    line-height: 30px;
}

.down1 .downlist li .logo2 span {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #bfa46c;
}

.down1 .downlist li .bt {
    display: inline-block;
    width: 106px;
    height: 30px;
    background: url(../img/new_btn1.png);
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.down1 .downlist li .bt:hover {
    filter: brightness(110%);
}

.down1 .downlist li .bt span {
    transition: all .6s;
    padding: 3px 10px;
    color: #fff;
}


.down2 .downlist {
    text-align: center;
    padding-top: 60px;
}

.down2 .downlist li {
    display: inline-block;
    width: 98px;
    height: 33px;
    background: url(../img/btn1.png) 0 bottom;
    cursor: pointer;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin: 0 13px;
}

.down2 .downlist a {
    background: #000;
    transition: all .6s;
    color: #ca4e1e;
    padding: 3px 10px;
}

.down2 .downlist a:hover {
    background: #ca4e1e;
    color: #fff;
}

.loginbtn {
    text-align: center;
    padding: 130px 0;
}

.loginbtn div {
    display: inline-block;
    margin: 0 30px;
}

.loginbtn div a {
    width: 230px;
    height: 70px;
    display: block;
    background-image: url(../img/new_btn2.png);
    font-size: 22px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
}

.loginbtn .btn1 a {
    background-position: 0 bottom
}

.loginbtn .btn1 a:hover {
    background-position: right bottom
}

.loginbtn .btn2 a {
    background-position: 0 0
}

.loginbtn .btn2 a:hover {
    background-position: right 0
}

.pullSuccess {
    text-align: center;
    padding: 30px 0;
}

.pullSuccess div {
    display: inline-block;
    margin: 0 30px;
}

.pullSuccess div a {
    width: 230px;
    height: 70px;
    display: block;
    background-image: url(../img/new_btn2.png);
    font-size: 22px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
}

.pullSuccess .btn1 a {
    background-position: 0 0
}

.pullSuccess .btn1 a:hover {
    background-position: right 0
}

.pullSuccess .btn2 a {
    background-position: 0 bottom
}

.pullSuccess .btn2 a:hover {
    background-position: right bottom
}

.loginbtn .pullCode {
    margin-top: 25px
}

.partone {
    width: 60%;
    text-align: center;
    padding: 80px;
    margin: 0 auto;
    position: relative;
}

.partone .bigtitle {
    text-align: center;
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    margin-bottom: 45px;
}

.partone .ht {
    height: 42px;
    margin-bottom: 15px;
    display: flex;
    line-height: 42px;
    font-size: 14px;
}

.partone .ht .ti {
    text-align: right;
    width: 70px;
    margin-right: 25px;
    flex-shrink: 0;
}

.partone .ht .ip {
    flex-grow: 1;
    text-align: left;
}

.partone .ht .ip .htn {
    display: flex;
}

.partone .ht .ip input[type=text] {
    height: 42px;
    background: rgba(103, 84, 84, .1);
    border: solid 1px rgba(202, 78, 30, .1);
    width: 100%;
    text-indent: 4px
}

.partone .ht .ip label {
    padding: 0 8px;
    font-weight: normal;
}

.partone .ht .ip select {
    height: 42px;
    margin-right: 10px;
    background: rgba(103, 84, 84, .1);
    border: solid 1px rgba(202, 78, 30, .1);
}

.partone .ht .ip input[type='radio'],
.partone .document input[type='checkbox'] {
    display: none
}

.partone .ht .ip input[type='radio'] + label,
.partone .document input[type='checkbox'] + label {
    position: relative;
    padding-left: 25px;
}

.partone .ht .ip input[type='radio'] + label:before {
    content: '';
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    position: absolute;
    background: #bbb;
    border-radius: 100%;
}

.partone .ht .ip input[type='radio'] + label:after {
    content: '';
    width: 8px;
    height: 8px;
    left: 4px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
    background: #ddd;
    border-radius: 100%;
}

.partone .ht .ip input[type='radio']:checked + label:before {
    background: #40a9b2
}

.partone .ht .ip input[type='radio']:checked + label:after {
    background: #fff;
}

.partone .document {
    padding-top: 30px;
    text-align: center;
    line-height: 24px;
}

.partone .document a {
    color: #2cc1c4;
}

.partone .document input[type='checkbox'] + label:before {
    content: '';
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    position: absolute;
    border: solid 2px #bbb;

}

.partone .document input[type='checkbox'] + label:after {
    content: '✔';
    width: 8px;
    height: 8px;
    left: 4px;
    top: 50%;
    margin-top: -4px;
    position: absolute;
    color: #bbb;
    line-height: 8px;
}

.partone .document input[type='checkbox']:checked + label:before {
    border: solid 2px #2cc1c4;
}

.partone .document input[type='checkbox']:checked + label:after {
    color: #2cc1c4
}

.partone .btn {
    margin-top: 15px
}

.tiperror {
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 88999;
    border-radius: 12px;
    color: #fff;
    position: absolute;
    width: 160px;
    height: 160px;
    left: 50%;
    margin-left: -80px;
    top: 50%;
    margin-top: -120px;
}

.tiperror .text {
    font-size: 16px;
    text-align: center;
}

.tiperror .cha {
    width: 100px;
    height: 100px;
    margin: 10px auto 0;
    position: relative;
    transform: rotate(45deg);
}

.tiperror .cha span {
    background: #fff;
    display: block;
    position: absolute;
}

.tiperror .cha span:nth-child(1) {
    height: 12px;
    width: 80px;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -40px;
}

.tiperror .cha span:nth-child(2) {
    height: 80px;
    width: 12px;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -6px
}

.partone .tj {
    display: block;
    width: 148px;
    height: 36px;
    background: url(../img/new_tabd.png) 0 0;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin: 30px auto 0;
}

.parttwo {
    text-align: center;
    padding: 80px 0;
}

.parttwo .who {
    font-size: 24px;

    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-bottom: 30px;
    box-sizing: content-box;
}

.parttwo .who a {
    color: #2cc1c4;
    font-size: 14px;
    margin-left: 12px;
}

.parttwo .sntit {
    font-size: 16px;

    padding-bottom: 20px
}

.parttwo .snno,
.parttwo .snpass {
    font-size: 24px;
    color: #2cc1c4;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-bottom: 20px;
    box-sizing: content-box;
}

.parttwo .snno span,
.parttwo .snpass span {
    color: #7b5e5b;
}


/*footer BEGIN*/

footer {
	background: #444444;
	height: 70px;
	text-align: center;
	color: #bfa46c;
	font-size: 13px;
	line-height: 70px;
}


/*footer END*/

@keyframes dx {
    0% {
        opacity: 0;
        letter-spacing: 100px;
        transform: scale(1.5);
    }

    to {
        opacity: 1;
        letter-spacing: 30px;
        transform: scale(1);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 200%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceIn {
    0% {
        transform: scale3d(.8, .8, .8)
    }

    50% {
        transform: scale3d(1, 1, 1)
    }

    100% {
        transform: scale3d(.8, .8, .8)
    }
}

/*浮動左邊菜單*/
.leftnav {
    width: 250px;
    height: calc(100% - 86px);
    left: 0;
    top: 86px;
    z-index: 1000;
    position: fixed;
    background: url(../img/new_allmenu.png) no-repeat #000;
    font-size: 16px;
    transition: all .6s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .8);
}

.leftnav ul {
    padding-top: 15px;
}

.gdt {
    position: absolute;
    right: 0px;
    width: 8px;
    height: 100%;
    background: #000;
    z-index: 44
}

.gdt .tuo {
    background: #ca4e1e;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
}

.leftnav li {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.leftnav li.active .li {
    background: #bfa46c;
    color: #fff
}

.leftnav li .li {
    color: #ccc;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.leftnav li .li:hover { /*background: rgba(194,69,36,.5)*/
}

.leftnav li .li span {
    flex-grow: 1
}

.leftnav li .li i {
    width: 8px;
    height: 15px;
    background: url(../img/new_arrow.png) 0 0;
    transition: all .4s
}

.leftnav li .li span {
    transition: all .4s
}

.leftnav li .li:hover i {
    transform: rotate(90deg);
}

.leftnav li .li:hover span {
    color: #fff
}

.leftnav li .floatdiv {
    display: none;
    position: absolute;
    top: 0;
    left: 250px;
    width: 630px;
    height: 500px;
    background: rgba(21, 155, 186, .8)
}

.leftnav li:hover .floatdiv { /*display: block;*/
}

.leftnav li .floatdiv dl {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 30px;
}

.leftnav li .floatdiv dl dt {
    font-size: 24px;
    color: #ebca86;
    margin-bottom: 20px;
}

.leftnav li .floatdiv dl dd {
    line-height: 30px;
    height: 30px;
}

.leftnav li .floatdiv dl dd a {
    color: #fff
}

.leftnav li .floatdiv dl dd a:hover {
    color: #ebca86
}

header .container {
    display: flex;
    align-items: center;
    height: 100%;
}

header .container .searchtwobtn {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

header .container .search {
    width: 458px;
    height: 34px;
    display: flex;
    font-size: 14px;
}

header .container .search .type {
    width: 72px;
    background: #36211d;
    color: #c24525;
    line-height: 34px;
}

header .container .search .type .ti {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

header .container .search .type .ti i {
    background: url(../img/addico.png) -15px 0;
    width: 9px;
    height: 4px;
    margin-left: 4px;
}


header .container .search .type .typelist {
    display: none;
    background: #36211d;
    line-height: 22px;
}

header .container .search .type .typelist ul {
    padding-bottom: 5px;
}

header .container .search .type .typelist ul li {
    cursor: pointer;
    padding-left: 15px;
}

header .container .search .type .typelist ul li:hover {
    background: #45322f
}

header .container .search .ipt {
    flex-grow: 1;
    background: #45322f
}

header .container .search .ipt input {
    height: auto;
    border: none;
    background: none;
    line-height: 34px;
    text-indent: 1em;
    width: 100%
}

header .container .search .btns {
    width: 54px;
    background: #823d2c;
    color: #cc9792;
    text-align: center;
    line-height: 34px;
}

header .container .twobtn {
    display: flex;
    margin-left: 20px;
}

header .container .twobtn a {
    margin-left: 15px;
}

header .container .twobtn .buy {
    width: 20px;
    height: 20px;
    background: url(../img/addico.png) 0 -18px;
}

header .container .twobtn .kf {
    width: 18px;
    height: 20px;
    background: url(../img/addico.png) -28px -17px;
}

.myvideo {
    width: 800px;
    height: 450px
}

@media (max-width: 768px) {
    .myvideo {
        width: 300px;
        height: 168px
    }
}


.leftBg, .rightBg {
    width: 28px;
    height: 392px;
}

.leftBg i, .rightBg i {
    display: none;
}

.leftBg {
    background: url(../img/new_leftBg.png) no-repeat;
}

.rightBg {
    background: url(../img/new_rightBg.png) no-repeat;
}

.midBg {
    background: url(../img/new_midBg.png) repeat-x;
    width: calc(100% - 56px);
    display: flex;
    align-items: center;
}

.midBg .midBgN {
    width: 100%;
    display: flex;
    align-items: center;
}

.wrapnr {
	display: flex;
}

.wrap_left, .wrap_right {
    width: 28px;
    display: flex;
    flex-direction: column;
}

.wrap_center {
    width: calc(100% - 56px);
}

.wrap_left .corner_top {
    width: 28px;
    height: 28px;
    background: url(../img/new_leftBg.png);
}

.wrap_left .corner_mid {
    width: 28px;
    height: calc(100% - 56px);
    background: url(../img/new_leftsu.png) repeat-y, linear-gradient(180deg, #e6f9ff, #fff);
}

.wrap_left .corner_bottom {
    width: 28px;
    height: 28px;
    background: url(../img/new_leftBg.png) 0 bottom;
}

.wrap_right .corner_top {
    width: 28px;
    height: 28px;
    background: url(../img/new_rightBg.png);
}

.wrap_right .corner_mid {
    width: 28px;
    height: calc(100% - 56px);
    background: url(../img/new_rightsu.png) repeat-y, linear-gradient(180deg, #e6f9ff, #fff);
}

.wrap_right .corner_bottom {
    width: 28px;
    height: 28px;
    background: url(../img/new_rightBg.png) 0 bottom;
}

.wrap_center .corner_top {
    width: 100%;
    height: 6px;
    background: url(../img/new_midBg.png) repeat-x;
}

.wrap_center .corner_mid {
    width: 100%;
    height: calc(100% - 11px);
    background: linear-gradient(180deg, #e6f9ff, #fff);
}

.wrap_center .corner_bottom {
    width: 100%;
    height: 5px;
    background: url(../img/new_midBg.png) repeat-x 0 bottom;
}
.linn_title {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-right: 12px;
	margin-left: 12px;
	padding-left: 4px;
}
.linn_title_2 {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	margin-right: 12px;
	margin-left: 12px;
	padding-left: 6px;
}
.linn_title em , .linn_title_2 em {
	font-style: normal;
	color: #333333;
	padding-right: 5px;
}
.linn_title span , .linn_title_2 span {
	width: 70px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	margin-right: 16px;
	text-align: center;
	color: #000000;
}
.linn_title u , .linn_title_2 u {
	color: #999999;
	text-decoration: none;
}


.linn_xz {
	background-image: url(../img/img_01.jpg);
	height: 296px;
	margin: -4px;
	background-size: cover;
}
.linn_xz .bt {
	display: inline-block;
	width: 106px;
	height: 30px;
	background: url(../img/new_btn1.png);
	cursor: pointer;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin-top: 240px;
	margin-right: 4px;
	margin-left: 4px;
}
.line_a1 {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	color: #505050;
	font-size: 14px;
}
.neirong_pay {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333333;
	font-size: 13px;
	line-height: 22px;
}
.linn_button {
	padding-top: 15px;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}



.section1 .slogan {
    padding-top: -10px;
    display: flex;
}

.section1 .slogan img {
    width: 100%;
}

.section1 .slogan .mb {
    display: none;
}



.float {
	position: fixed;
	top: 60%;
	z-index: 33;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	left: 18px;
	font-family: "微软雅黑";
	font-size: 15px;
	font-weight: normal;
	color: #333333;
}

.float a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #333;
    overflow: hidden;
}

.float a i {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .5));
}

.float a.home {
    background-image: linear-gradient(#b126ec, #16afee);
    box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.float a.home i {
	width: 20px;
	height: 20px;
	background-image: url(../img/home.png);
}

.float a.fb {
    background-image: linear-gradient(#b126ec, #16afee);
    box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.float a.fb i {
    background: url(../img/fb.png);
    width: 11px;
    height: 20px
}

.float a.forum {
    background-image: linear-gradient(#b126ec, #16afee);
    box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.float a.forum i {
    background: url(../img/lun.png);
    width: 25px;
    height: 19px
}

.float a.linea {
    background-image: linear-gradient(#b126ec, #16afee);
    box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.float a.linea i {
    background: url(../img/line@.png);
    width: 21px;
    height: 20px
}


.float a.linesq {
    background-image: linear-gradient(#b126ec, #16afee);
    box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.8);
}

.float a.linesq i {
    background: url(../img/linesq.png);
    width: 16px;
    height: 16px
}

.float a span {
    background-image: -webkit-linear-gradient(bottom, #b126ec, #16afee, #b126ec);
	position: absolute;
	padding: 2px 10px;
	border-radius: 5px;
    transition: all .4s;
	opacity: 0;
	transform: translateX(-10%);
	white-space: nowrap;
	left: 44px;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
}

.float a:hover {
    overflow: inherit;
}

.float a:hover span {
    opacity: 1;
    transform: translateX(0%);
}

.float a.down {
    width: inherit;
    height: inherit;
    padding-top: 25px;
}
