@charset "utf-8";

/* reset style */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
blockquote,
pre,
button,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
iframe,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
footer,
menu,
nav,
section,
summary,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0 none transparent;
    outline: none;
    font-size: inherit;
    font-family: inherit;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress {
    display: block;
}

html,
body {
    position: relative;
    width: 100%;
}


/*html, body { scroll-behavior:smooth; }*/

html.freeze,
html.freeze body {
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    /* user-select: none;
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased; */
    font: 12px/1.5 Microsoft YaHei UI, Microsoft YaHei, tahoma, arial, Hiragino Sans GB, SimSun, Segoe UI, Tahoma, Helvetica, Sans-Serif, sans-serif, \5b8b\4f53;
    color: #333;
    font-size: 15px;
    line-height: 1.6rem;
    word-break: break-all;
    margin-right: 13px;
}
a{
	color: #333;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
    display: block;
}
.wapBtn{display:none}
img,li,h2,p{
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.hide {
    display: none;
}
/* transition */
.tran{
	transition: all 0.5s;
	moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition:  all .5s;
}
/* box-sizing */
div,.box,li{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.center{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.triangle{
	border-color: transparent transparent #fff #fff;
	border-style: solid;
	border-width: 8px;
	bottom: -8px;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0;
	position: relative;
	transform: rotate(135deg);
	transform-origin: center center;
	width: 0;
	margin-left: 48px;
}


a,
button {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-decoration: none;
    outline: 0;
}
/* 单行限制 */
.ellipsis{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
/* 多行限制 */
.clamp2{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.clamp3{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.web {
    width: 1200px;
    margin: 0 auto;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1300{
	width: 1300px;
	margin: 0 auto;
}
.w1400{
	width: 1400px;
	margin: 0 auto;
}
.w1440{
	width: 1440px;
	margin: 0 auto;
}
.fl {
    float: left
}
.fr {
    float: right
}
.inlineB {
    font-size: 0;
}


/* forms */

html.firefox fieldset {
    display: table-cell !important;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    overflow: visible;
    background-color: transparent;
    cursor: pointer;
}


input::-webkit-input-placeholder {
    color: #70a7e4;
	font-size: 12px;
}
input::-moz-placeholder { 
    color: #70a7e4;
	font-size: 12px;
}
input:-moz-placeholder {
    color: #70a7e4;
	font-size: 12px;
}
input:-ms-input-placeholder {   
    color: #70a7e4;
	font-size: 12px;
}

/* ie6 ~ ie7 css */

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    text-decoration: none;
}

button:hover span {
    text-decoration: underline;
}

input {
    padding: 0;
    border: 0 none transparent;
    outline: 0;
}

input[type='submit'] {
    height: 28px;
    line-height: 24px;
}

input[type='radio'],
input[type='checkbox'] {
    width: 14px;
    height: 14px;
}

input[type='image'] {
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

input[disabled='disabled'] {
    background-color: #ebebeb;
    color: #959595;
}

select {
    height: 28px;
    line-height: 24px;
    padding: 1px 0 1px 3px;
    border: 1px solid #dedede;
    background-color: #fff;
}

select[disabled='disabled'] {
    background-color: #ebebeb;
    color: #959595;
}

textarea {
    min-height: 80px;
    padding: 1px 3px;
    border: 1px solid #dedede;
    line-height: 25px;
}


/* other */

iframe.pdf {
    width: 100%;
    height: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
}

mark {
    background-color: transparent;
}

[data-style='list'] .target {
    display: none;
    color: #000;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: none;
}

img {
    border: 0 none transparent;
    -ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

img,
div.root_daum_roughmap {
    max-width: 100%;
}

b,
strong {
    font-weight: 600;
}

i,
em,
dfn,
cite,
address {
    font-style: normal;
}

small {
    font-size: 90%;
}

sup,
sub {
    position: relative;
    font-size: 0.9em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

del {
    text-decoration: line-through;
}

label {
    cursor: pointer;
}

ol,
ul,
li {
    list-style: none;
}

legend {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

caption {
    height: 1px;
    font-size: 0;
    line-height: 0;
}


@-webkit-keyframes fadeInDown {
  from {opacity: 0; -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@keyframes fadeInDown {
  from {opacity: 0; -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@-webkit-keyframes fadeInUp {
  from {opacity: 0; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@keyframes fadeInDown {
  from {opacity: 0; -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@-webkit-keyframes fadeInRight {
  from {opacity: 0; -webkit-transform: translate3d(3%, 0, 0); transform: translate3d(3%, 0, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInRight {
  from {opacity: 0; -webkit-transform: translate3d(3%, 0, 0); transform: translate3d(3%, 0, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@-webkit-keyframes fadeInLeft {
  from {opacity: 0; -webkit-transform: translate3d(-3%, 0, 0); transform: translate3d(-3%, 0, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}
@keyframes fadeInLeft {
  from {opacity: 0; -webkit-transform: translate3d(-3%, 0, 0); transform: translate3d(-3%, 0, 0);}
  to {opacity: 1; -webkit-transform: none; transform: none;}
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@-webkit-keyframes z {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }

    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}

@keyframes z {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }

    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
.flipInX {
    visibility: visible!important;
    visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* header */
.head{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 22px 0;
	transition: all 0.5s ease-out;
}
.headbg{background: transparent;}
.header{
	width: 1400px;
	margin: auto;
	position: relative;
}
.header .logo {
	margin-right: 40px;
}
.header .logo img{
	width:100%;
}
.nav {
	margin-top: 60px;
}
.nav .navul2{
	display:none;
}
.nav li {
	float: left;
	position: relative;
}

.nav .navul1 li a {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 0 12px;
}
.nav>ul>li:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #f6c84c;
    content: "";
    transition: all .5s;
	opacity: 0;
}
.nav>ul>li:after {
    position: absolute;
    bottom: -10px;
    right: 50%;
    width: 0;
    height: 2px;
    background: #f6c84c;
    content: "";
    transition: all .5s;
	opacity: 0;
}
.nav>ul>li:hover>a,.nav li ul li:hover>a{
	color: #f6c84c;
}
.nav ul li:hover::after,.nav ul li:hover::before {
    width: 20%;
	opacity: 1;
}
.nav li .subnav{
	display:none;
	position:absolute;
	width: 120%;
	top: 40px;
	left: -10%;
	text-align:center;
	transition: all 0s;
	background: #000;
	background: linear-gradient(
180deg
,rgb(99 26 150) 0,transparent 100%);
	padding: 10px 0 15px;
}
.fixed-nav .nav li .subnav{
	top:55px;
}
.nav li .subnav li{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.nav li .subnav li a{
	font-size:16px;
	font-weight: normal;
}
.nav .navul2 li .subnav li a{
    font-size: 15px;
    background: url(../img/right-jt.png) no-repeat center right 24px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: block;
}
.gotoTop{
	position: fixed;
	right: 10%;
	z-index: 999;
	bottom:20px;
	cursor: pointer;
	width: 65px;
	height: 65px;
}
.menu，{
	display: none;
}
.navshow{
	overflow: auto;
}
.link { width: 100%; height: 372px; padding-top: 110px; background: #fff;}
.link-list { width: 80%; }
.link-list h2 { font-size: 26px; color: rgb(41, 41, 41); font-weight: normal; line-height: 35px; margin-bottom: 40px; }
.link-list li { float: left; width: 33.3333%; position: relative; text-indent: 15px; margin-bottom: 34px; height: 26px; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; white-space: pre-wrap; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.link-list li.lik2 { width: 66.6666%; }
.link-list li a { font-size: 16px; color: rgb(41, 41, 41); }
.link-list li:hover::before { background: rgb(246, 200, 76); }
.link-list li:hover a {color: #62288b;}
.link .ewm p { font-size: 13px; text-align: center; margin-top: 5px; }
.footer{
	width: 100%;
	background: #4b0c77;
	padding: 70px 0 ;
}
.footer .fl p{
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}
.footer .fl p:nth-child(1) span:last-child{
    margin-left: 15px;
}
.footer .fl p img{
	margin-right: 8px;
}
.footer .fr{
	margin-top: 30px;
}
.footer .fr p{
	color: #ac9db6;
	font-size: 13px;
	line-height: 28px;
}
.footer .cz{
	margin-left: 10px;
}
.fixed-nav{
	background: #4B0C77;
	padding: 12px 0;
}
.fixed-nav .logo img{
	width: 340px !important;
}
.fixed-nav .nav{
	margin-top: 20px;
}
@media only screen and (max-width: 1600px) {
	.w1300{
		width: 85%;
	}
	.gotoTop{
		right: 20px;
	}
}
@media only screen and (max-width: 1500px) {
	.header{
		width: 90%;
	}
	.search-form{top: 80px !important;}
	.nav{
		margin-top: 30px;
	}
	.link-list li a { font-size: 15px; }
	.nav .navul1 li a{
		font-size: 16px;
		padding: 0 7px;
	}
}
@media only screen and (max-width: 1400px) {
	.header .logo{
		margin-right: 0;
	}
	.header .logo img{
		width: 450px;
	}
}
@media only screen and (max-width: 1300px) {
	.header .logo img{
		width: 420px;
	}
	.nav{
		margin-top: 30px;
	}
	.link-list { width: 70%; }
}
@media only screen and (max-width: 1200px) {
	.header .logo img{
		width: 310px;
	}
	.nav .navul1 li a{
		padding: 0 4px;
		font-size: 15px;
	}
	.nav{
		margin-top: 25px;
	}
	.link-list li.lik2 { width: 33.3333%; }
	.link-list li a { font-size: 15px; }
	.link { padding: 30px 0px; height: auto; }
	.link-list h2 { margin-bottom: 30px; }
	.link-list li { margin-bottom: 15px; }
	.link-list li { width: 33.333%; }
}
@media only screen and (max-width: 1000px) {
	.header .logo img{
		width: 280px;
	}
	.nav{
		margin-top: 18px;
	}
}
@media only screen and (max-width: 960px) {
	.ewm { display: none; }
	.w1300{
		width: 90%;
	}
	.navshow {
	    overflow: hidden !important;
	}
	.head{
		padding: 0;
	}
	.fixed-nav .nav{
		margin-top:0;
	}
	.header{
		width: 100%;
		top: 0;
		height: 85px;
	}
	.header .logo{
		width: 100%;
		padding: 15px 3.5%;
		position: absolute;
		z-index: 99999;
	}
	.nav li,.nav{
		float: none;
		width: 100%;
	}
	.nav{
		height: 100vh;
		background: #62288b;
		width: 420px;
		position: fixed;
		top: 0;
		padding-top: 84px;
		margin: 0;
		right: -420px;
		z-index: 999999;
		transition: all .3s;
		box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
	}
	.nav .navul1{
		display:none;
	}
	.nav .navul2{
		display:block;
		border-top: rgba(255, 255, 255, 0.2) solid 2px;
	}
	.nav .navul2 li{
		line-height: 65px;
		border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
		width: 100%;
		height: auto;
		text-indent: 20px;
		line-height: 60px;
		position: relative;
	}
	.nav li .subnav{
		position:static;
	}
	.nav li .subnav li{
		text-align: left;
		border: 0;
		line-height: 50px;
		height: 50px;
	}
	.nav .navul2>li>a{
		font-size: 18px;
		display: block;
		padding: 0;
		color: #fff;
		font-weight: bold;
		position: relative;
		width: 80%;
	}
	.nav li i{
		position: absolute;
		right: 5%;
		width: 14px;
		height: 18px;
		top: 20px;
		background: url(../img/jia.png) no-repeat center center;
		margin: auto;
		z-index: 10;
		cursor: pointer;
		transition: all .2s ease;
		-moz-transition: all .2s ease;
		-o-transition: all .2s ease;
		-webkit-transition: all .2s ease;
	}
	.nav li i.on {
		background: url(../img/jian.png) no-repeat center center;
	}
	.nav ul li:before,.nav ul li::after{
		bottom: 0;
		height: 1px;
	}
	.nav ul li:hover::after, .nav ul li:hover::before {
	    width: 50%;
	    opacity: 1;
	}
		.wapBtn{
			width: 23px;
			height: 26px;
			display: block;
			right: 65px;
			top: 30px;
			overflow: hidden;
			z-index: 999999;
			cursor: pointer;
			position: absolute;
		}
	.menu {
	    width: 28px;
	    height: 28px;
	    display: block;
	    right: 20px;
	    top: 26px;
	    overflow: hidden;
	    z-index: 9999999;
	    cursor: pointer;
	    position: absolute;
	}
	.menu span {
	    float: left;
	    width: 100%;
	    background: #fff;
	    transition: all 0.4s ease;
	    margin-top: 7px;
	    height: 2px;
	}
	.menu.open span:nth-child(1) {
	    transform: rotate(45deg);
	    margin-top: 14px;
	}
	.menu.open span:nth-child(2) {
	    transform: rotate(-45deg);
	    margin-top: -2px;
	}
	.menu.open span:nth-child(3) {
	    opacity: 0;
	}
	.nav.active {
	    right: 0;
	}
	.header .logo img{
		width: 300px !important;
	}
	.link-list { width: 100%; }
}
@media only screen and (max-width: 840px) {
	.footer{
		padding: 20px 0;
	}
	.footer .fl,.footer .fr{
		width: 100%;
		float: none;
	}
	.footer .fr{
		margin-top: 10px;
	}
}
@media only screen and (max-width: 768px) {
	.header .logo img{
		width: 280px !important;
	}
	.nav{
		width: 100%;
		right: -100%;
	}
	.nav{
		padding-top: 0;
		height: calc(100vh - 85px);
		top: 85px;
		overflow: auto;
	}
	.headbg{
		background:#62288b !important;
	}
	.menu{
		top: 28px;
	}
	.banner img{
		min-height: 280px;
	}
	.w1300{
		width: 100%;
		padding: 0 20px;
	}
	.footer .fl p,.footer .fr p{
		font-size: 12px;
	}
	.footer .fl p span{
		display: block;
	}
	.footer .cz{
		margin-left: 0;
	}
	.footer .fl p:nth-child(1) span:last-child {
    margin-left:0;
}
}
@media only screen and (max-width: 640px) {
	.gotoTop{
		width: 50px;
		height: 50px;
		right: 5px;
	}
	.link-list li { width: 50% !important; }
	.link-list li::before { display: none; }
	.link-list li {margin-bottom: 10px;text-indent: 0;}
	.link-list h2 { margin-bottom: 20px; font-size: 18px;}
}
@media only screen and (max-width: 540px) {
	.banner .more{
	bottom: 40px !important;
	font-size: 15px  !important;
	font-weight: normal !important;
	font-family: '微软雅黑';
	}
	 .link-list li a { font-size: 14px; }
	 .link { padding: 20px 0px; }
	 .link-list h2 { margin-bottom: 8px; }
}
@media only screen and (max-width: 480px) {
	.wapBtn{top: 20px;}
	.banner img{
		min-height: 200px;
	}
	.header{
		height: 65px;
	}
	.header .logo{
		padding: 10px 3.5%;
	}
	.nav .navul2>li>a{
		font-size:17px;
	}
	.header .logo img{
		width: 240px !important;
	}
	.menu{
		width: 25px;
		top: 20px;
		height: 25px;
		right: 15px;
	}
	.menu span{
		margin-top: 5px;
	}
	.nav{
		padding-top: 0;
		top: 65px;
		height: calc(100vh - 65px);
	}
	.nav .navul1 li a{
		font-size: 17px;
	}
	.nav li{
		line-height: 60px;
	}
	.link-list li a { font-size: 13px; }
}


.searOpen{}
.searOpen button{}
.search-form {position: absolute;top: 105px;right: 0px;width: 300px;}
.fixed-nav .search-form {position: absolute;top: 75px;width: 300px;}
.search-bg {position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgb(0 0 0 / 60%);}
.search-box{position: relative;background: #FFF;padding: 10px;}
.search-box .search-input-button{border: 1px solid #ececec;width: 90%;}
.search-form{opacity: 0;transition: .6s opacity linear,0s transform .6s;z-index: 9999;}
.search-form.active{transform: none;opacity: 1;}
.search-form..active .search-box {transform: scale(1.1);}
.search-form .searClose{width: 35px;height: 32px;position: absolute;top: 9px;right: 0;cursor: pointer;}
.search-form .searClose i{width: 100%;height: 100%;display: block;background: url("../img/close_gnb_sub_wrap.png") center no-repeat;}
.search-submit {width: 18px;height: 18px !important;margin: auto auto 1em;display: block;top: 16px;right: 49px;position: absolute;cursor: pointer;font-size: 0;}
.search-input {background: none;border-radius: 0;border: none;font-size: 13px;width: 80%;padding: 8px;padding-left: 8px;}
.search-input::-webkit-input-placeholder {color: #999;opacity: .54}
.search-input:-ms-input-placeholder {color: #999}
#searchbar{line-height:45px;height:45px;width: 100%;margin:10px auto;position:relative;margin-bottom: 50px;margin-top:25px;}
#searchbar input{line-height: 44px;padding-left: 10px;border:1px solid #dedede;}
#searchbar input.txt{width: 94%;font-size:14px;}
#searchbar input.btn{position: absolute;top: 0px;right: 0;right: 0;color: #FFF;font-size: 20px;text-align: center;cursor: pointer;width: 26px;padding: 10px;background: #e6e6e6;border: none;}
#searchbar input.btn:hover{}
.sealist{}
.sealist li{padding: 11px 0;}
.sealist li a{display: block;font-size: 17px;}
.sealist li span{}
.sealist li .date{color: #999;}
.sealist li .txt{line-height: 22px;font-size: 14px;display: block;color: #666;margin-top: 10px;}

@media only screen and (max-width:960px) {

	.search-form{width: 100%;top: 80px;right: 0;}
	.search-box .search-input-button{width: 97%;}
    .search-input{padding: 10px;width: 92%;}
    .search-submit{top: 20px;}
    .search-form .searClose{height: 37px;}
}
@media only screen and (max-width:700px) {

	.search-form{width: 100%;top: 64px;}
	.search-box .search-input-button{width: 95%;}
    .search-input{padding: 10px;width: 91%;}
    .search-submit{top: 20px;right: 53px;}
    .search-form .searClose{height: 37px;}
    #searchbar{line-height:45px;height:45px;width: 100%;margin:10px auto;position:relative;margin-bottom: 20px;margin-top:25px;}
	#searchbar input{line-height: 44px;padding-left: 10px;border:1px solid #dedede;}
	#searchbar input.txt{width: 94%;font-size:14px;}
	#searchbar input.btn{position: absolute;top: 0px;right: 0;right: 0;color: #FFF;font-size: 20px;text-align: center;cursor: pointer;width: 26px;padding: 10px;background: #e6e6e6;border: none;}
	#searchbar input.btn:hover{}
	.sealist{}
	.sealist li{padding: 11px 0;}
	.sealist li a{display: block;font-size: 17px;}
	.sealist li span{}
	.sealist li .date{color: #999;}
	.sealist li .txt{line-height: 22px;font-size: 14px;display: block;color: #666;margin-top: 10px;}

}
@media only screen and (max-width:450px) {

	.search-form{width: 100%;top: 63px !important;}
	.search-box .search-input-button{width: 93%;}
    .search-input{padding: 10px;width: 91%;}
    .search-submit{top: 20px;right: 50px;}
    .search-form .searClose{height: 39px;}
        #searchbar{line-height:45px;height:45px;width: 100%;margin:10px auto;position:relative;margin-bottom: 20px;margin-top:25px;}
	#searchbar input{line-height: 44px;padding-left: 10px;border:1px solid #dedede;}
	#searchbar input.txt{width: 94%;font-size:14px;}
	#searchbar input.btn{position: absolute;top: 0px;right: 0;right: 0;color: #FFF;font-size: 20px;text-align: center;cursor: pointer;width: 26px;padding: 10px;background: #e6e6e6;border: none;}
	#searchbar input.btn:hover{}
	.sealist{}
	.sealist li{padding: 11px 0;}
	.sealist li a{display: block;font-size: 16px;}
	.sealist li span{}
	.sealist li .date{color: #999;}
	.sealist li .txt{line-height: 22px;font-size: 14px;display: block;color: #666;margin-top: 10px;height: 67px;overflow: hidden;}
}

/* ie8提示 */
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../img/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../img/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../img/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../img/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}