*{
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    color: #000;
    font-size: 14px;
    font-family: "å¾®è½¯é›…é»‘";
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    /* height: 100%; */
    width: 100%;
    overflow-x: hidden;
}
li{
    list-style:none;
}
a{
    text-decoration: none;
}
img,input{
    border: 0;
}
.wap{
    display: none;
}
body .clear{
    clear: both ;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.px1200{
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}


.top{
    max-width: 1920px;
    margin:0 auto;
    position: relative;
}
.top>img{
    display: block;
    width: 100%;
}
.wap-menu{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99999;
}
.wap-menu img{
    height: 30px;
}
.close-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.nav{
    background: url(../images/nav-bj-box.png) no-repeat center center;
    background-size: 100% 100%;
    height: 84px;
}
.nav>ul{
    padding: 0 60px;
    background: url(../images/nav-bj.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    top: -19px;
}
.nav>ul>li{
    float: left;
    width: 10.4%;
    text-align: center;
    position: relative;
}
.nav>ul>li>a{
    line-height: 85px;
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}
.nav>ul>li:hover>a {
    color: #fae385;
}
.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}
.nav>ul>li.active>a {
    color: #fae385;
}
.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}
.nav>ul>li>span {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}
.nav>ul>li>ul {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
    display: none;
}
.nav>ul>li>ul li a {
    display: block;
    padding: 15px 10px;
    color: #333;
}

.nav>ul>li:hover ul {
    display: block;
}
.nav>ul>li>ul li:hover {
    background: #b5282e;
}
.nav>ul>li>ul li a:hover {
    color: #fff;
}
.nav>ul .search_btn{position: absolute;right: 88px;top: 36px;cursor: pointer;}



/* footer åº•éƒ¨ */
#footer{
    height:auto !important;
    background: #b5282e;
    text-align: center;
}
#footer .fp-tableCell{
    height: auto !important;
}
.footer{
    padding: 20px 20px;
}
#footer .footer p{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 3px 0;
}
#footer .footer p a{
    color: #fff;
}
#footer .footer p span{
    margin-left: 15px;
}



/* åˆ†é¡µ */
.pagination{
    text-align: center;
    font-size: 0;
    padding: 60px 0;
}
.pagination a{
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a:hover{
    background: #ba2d35;
    color: #fff;
    border: 1px solid #ba2d35;
}
.pagination select{
    height: 37px;
    padding: 0 5px;
    outline: none;
    border-color: #eee;
}


/*æœç´¢æ ·å¼*/
.search-dialog-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s
}

.search-dialog-box:before {
	content: "";
	position: absolute;
	top: 0;
	height: 0;
	background:rgba(255,255,255,0.1);
	transition: .6s;
	left: 0;
	right: 0;
	z-index: 1
}

.search-dialog-box.on:before {
	height: 100%
}

.search-dialog-box .bubbles-bg {
	opacity: 0;
	visibility: hidden;
	display: none
}

.search-dialog-box .search-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0, 0, 0, .7);
	background-size: cover;
	background-repeat: no-repeat;
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77, 0, .175, 1)
}

.search-dialog-box .wrap-inner {
	transform: translateY(100%);
	transition: .6s
}

.header-right .bubbles-bg {
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s
}

.search-dialog-box .bubbles-bg .bubble {
	position: absolute
}

.search-dialog-box .bubbles-bg .bubble .circle {
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.search-dialog-box .bubbles-bg .bubble1 {
	width: 6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
	border: 1px solid #fff
}

.search-dialog-box .bubbles-bg .bubble2 {
	width: 12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
	background-color: #ff495f
}

.search-dialog-box .bubbles-bg .bubble3 {
	width: 36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
	background-color: #fff
}

.search-dialog-box .bubbles-bg .bubble4 {
	width: 56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
	background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
	background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%)
}

.search-dialog-box .bubbles-bg .bubble5 {
	width: 54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
	background-color: #fff;
	opacity: .1
}

.search-dialog-box .bubbles-bg .bubble6 {
	width: 56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
	background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%)
}

.search-dialog-box .bubbles-bg .bubble7 {
	width: 2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
	background-color: #ff495f
}

.search-dialog-box .bubbles-bg .bubble8 {
	width: 1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
	border: 1px solid #fff
}

.search-dialog-box .bubbles-bg .bubble9 {
	width: 16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
	background-color: #fff
}

.search-dialog-box .bubbles-bg .bubble10 {
	width: 56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top: 87%
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
	background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%)
}

.search-dialog-box .bubbles-bg .bubble {
	animation: spin 8s infinite linear;
	transform-origin: 50% 45%
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
	animation: spin2 8s infinite linear
}

.search-dialog-box .bubbles-bg .bubble .circle {
	animation: spin-reverse 8s infinite linear
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
	animation: spin-reverse2 8s infinite linear
}

.search-dialog-box .bubbles-bg .sm-bubble {
	transform-origin: 30% 30px
}

.search-dialog {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2
}

.search-dialog .search-tit {
	font-size: 2.75rem;
	line-height: 3.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none
}

.search-dialog .search-inner {
	overflow: hidden;
	margin-top: 0
}

.search-dialog .search-input {
	width: 50rem;
	margin: 0 auto;
	padding: 0 0.5rem 0 1.5rem;
	background-color: #fff;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
        border-radius: 6px;
}

.search-dialog .search-input input[type=text] {
	float: left;
	height: 4.5rem;
	width: calc(100% - 3.5rem);
	background-color: transparent;
	font-size: 1.25rem;
	line-height: .5rem;
	color: #333;
	transition: all .3s;
        outline:none;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5)
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
	float: right;
	height: 4.5rem;
	width: 3.5rem
}

.search-dialog .search-input input[type=submit] {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images/icon_search.png');
        outline: none;
}

.search-dialog .search-input .clear-btn {
	background-color: rgba(0, 0, 0, .2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: 3.5rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none
}

.search-dialog .search-input.on {
	background-color: #fff
}

.search-dialog .search-input.on input[type=submit] {
	
}

.search-dialog .hot-search {
	font-size: 0;
	width: 19.5rem;
	margin: .6rem auto 0;
	box-sizing: border-box;
	padding: 0 .6rem;
	overflow: hidden
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top
}

.search-dialog .hot-search .hot-tit {
	font-size: .375rem;
	line-height: .5rem;
	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
}

.search-dialog .hot-link {
	margin-left: 1rem
}

.search-dialog .hot-link a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color: #fff;
	padding-bottom: 5px;
	position: relative
}

.search-dialog .hot-link a:before {
	content: "";
	position: absolute;
	left: 0%;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .3s
}

.search-dialog-box .bottom-box {
	position: absolute;
	left: 0;
	bottom: 5.1%;
	width: 100%
}

.search-dialog-box .bottom-box .share-box {
	overflow: hidden
}

.search-dialog-box .bottom-box .copy {
	font-size: .35rem;
	line-height: .5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden
}

.header-right.is-open .bubbles-bg {
	visibility: visible;
	opacity: 1
}

.header-right.is-open .search-btn .con-box {
	display: none
}

.header-right.is-open .close-btn {
	display: block
}

.header-right.is-open .item .search-bg {
	transform: scale(1)
}

.search-dialog-box.on {
	opacity: 1;
	visibility: visible
}

.search-dialog-box.on .search-bg {
	height: 100vh
}

.search-dialog-box.on .bubbles-bg {
	opacity: 1;
	visibility: visible
}

.search-dialog-box.on .wrap-inner {
	transform: translateY(0)
}

.pub-close {
	position: absolute;
	width: 3rem;
	height: 3rem;
	z-index: 10;
	right: 1.5rem;
	top: 1.35rem;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 100%
}

.pub-close .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1c5ab7;
	transform: scale(0);
	border-radius: 100%;
	transition: transform .3s
}

.pub-close i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: 0.75rem;
	background-repeat: no-repeat;
	background-image: url(../images/close-btn.svg);
	transition: .6s
}

.pub-close i:hover {
	transform: rotate(180deg)
}

@keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn)
	}
}

@keyframes spin-reverse {
	from {
		transform: rotate(1turn)
	}
}

@keyframes spin-reverse2 {
	from {
		transform: rotate(-1turn)
	}
}

.search_btn {
	cursor: pointer
}
.search_btn_m{
    float: right;
    margin-left: 10px;
}
.search_btn svg {
	display: inline-block;
	fill: #fff;
	width: 16px;
	height: 16px;
	vertical-align: middle
}

@keyframes spin {
	to {
		transform: rotate(1turn)
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn)
	}
}

@keyframes spin-reverse {
	from {
		transform: rotate(1turn)
	}
}

@keyframes spin-reverse2 {
	from {
		transform: rotate(-1turn)
	}
}

.tc_search {
	margin: 0 1.3rem;
	width: calc(100% - 2.6rem);
	position: absolute;
	bottom: 1rem
}

.tc_search .header-search {
	height: 40px;
	border-radius: 0;
	background: rgba(255, 255, 255, .1);
	position: relative;
	width: 100%;
	margin-bottom: 1rem
}

.tc_search input[type=text] {
	font-size: .875rem;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 1rem;
	box-shadow: none;
	-webkit-appearance: none;
	border-right: 0;
	background: none;
	width: 90%
}

.tc_search .btn_blue {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 38px;
	line-height: 38px;
	border: 0;
}

.tc_search .btn_blue.fr {
	background: #e9edef;
	color: #4e4f53
}

.tc_search input::-webkit-input-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .7)
}

.tc_search input::-moz-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .7)
}

.tc_search input:-moz-placeholder {
	c color: #fff;
	color: rgba(255, 255, 255, .7)
}

.tc_search input:-ms-input-placeholder {
	color: #fff;
	color: rgba(255, 255, 255, .7)
}

.tc_search input:focus::-webkit-input-placeholder {
	color: transparent
}

.tc_search input:focus:-moz-placeholder {
	color: transparent
}

.tc_search input:focus::-moz-placeholder {
	color: transparent
}

.tc_search input:focus:-ms-input-placeholder {
	color: transparent
}


@media screen and (max-width: 1440px){
    .nav>ul>li>a{
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px){
    .pc{
        display: none;
    }
    .wap{
        display: block;
    }

    .wap-menu img {
        height: 25px;
    }

    .nav {
        position: fixed;
        z-index: 9999;
        padding-top: 50px;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        display: none;
        opacity: 0;
        height: 100%;
        overflow-y:scroll;
    }
    .nav>ul {
        background: none;
        padding: 0 30px;
        width: auto;
        top: 0;
    }
    .nav>ul>li {
        float: none;
        width: auto;
        display: block;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        height: auto;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav>ul>li>a {
        font-size: 16px;
        line-height: normal;
        font-weight: normal;
        padding: 0 10px;
    }
    .nav>ul>li:hover>a{
        color: #fff;
    }
    .nav>ul>li:hover>a::after{
        content: none;
    }
    .nav>ul>li.active>a::after{
        content: none;
    }
    .nav>ul>li:hover ul {
        display: none;
    }
    .nav>ul>li>span {
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
    .nav>ul>li>span.active {
        transform: rotateZ(90deg);
    }
    .nav>ul>li>ul {
        position: static;
        padding: 0;
        width: auto;
        background: none;
        padding-left: 30px;
        box-shadow: none;
    }
    .nav>ul>li>ul>li {
        display: block;
        text-align: left;
        padding: 15px 0;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .nav>ul>li>ul>li:last-child {
        border: none;
    }
    .nav>ul>li>ul>li a {
        color: #fff;
        padding: 0;
    }
    .nav>ul>li>ul>li:hover {
        background: none;
    }
    .nav>ul>li>ul>li a {
        color: #fff;
        padding: 0;
    }

}

@media screen and (max-width:768px){
    .pagination{
        padding:30px 0;
    }
    .pagination a {
        padding: 0 8px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        margin: 0px 5px;
    }
    .pagination select{
        height: 32px;
        font-size: 12px;
    }
    .wap-menu img{
        height: 25px;
    }
}

@media screen and (max-width:480px){
    #footer .footer p {
        font-size: 12px;
    }
    #footer .footer p span{
        display: block;
        margin: 0;
    }
}