

/* 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,
video {
    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;
}
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;
}

img,li,h2,p,h3{
	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,h2,h3{
	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;
}


.search-box input::-webkit-input-placeholder {
    color: #fff;
	font-size: 16px;
}
.search-box input::-moz-placeholder { 
    color: #fff;
    font-size: 16px;
}
.search-box input:-moz-placeholder {
    color: #fff;
    font-size: 16px;
}
.search-box input:-ms-input-placeholder {   
    color: #fff;
    font-size: 16px;
}

/* 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;
}
/* 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(../image/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../image/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../image/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../image/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}


/* header */
.top{
	width: 100%;
	height: 48px;
	background: #1a56ba;
	line-height: 48px;
	font-size: 14px;
	z-index: 2021;
	/* position: fixed; */
	top: 0;
	color: #fff;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.top a{
	font-size: 14px;
	color: #fff;
}
.top li{
	float: left;
}
.top .search{
	width: 62px;
	height: 48px;
	background: #eca700;
	text-align: center;
	margin-left: 38px;
	cursor: pointer;
}
.search-box-bg{
	width: 100%;
	height: 100vh;
	background: rgba(26,86,186,1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.search-box-bg .search-box{
	width: 60%;
	overflow: hidden;
	display: block;
	border-bottom: 4px #fff solid;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 290px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.search-box-bg .search-box.hover{
	opacity: 1;
	visibility: visible;
	animation: 0.8s ease 0.5s 1 normal backwards running fadeInLeft;
}
.search-box .text{
	font-size: 18px;
	box-sizing: border-box;
	float: left;
	width: 82%;
	line-height: 60px;
	height: 60px;
	color: #fff;
	background: transparent !important;
}
.search-box .submit{
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	float: right;
	width: 80px;
	height: 60px;
	border: none;
	background: url(../image/search.svg) no-repeat center;
	padding: 0px;
}
.search-box-bg h3{
	width: 100%;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 10px;
	text-align: center;
	line-height: 85px;
	margin-bottom: 55px;
}
body{
	background: url(../image/body-bg.png) no-repeat center top;
	overflow-x: hidden;
}
.search-close {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    right: 60px;
    top: 60px;
    z-index: 234;
    overflow: hidden;
    background: rgba(0,0,0,0.1) url(../image/close.svg) no-repeat center;
    cursor: pointer;
    transition: all 0.4s ease;
}
.search-close:hover {
    transform: rotate(180deg);
}
.header{
	width: 100%;
	height: 136px;
	/* position: absolute; */
	top: 48px;
	z-index: 2021;
	line-height: 136px;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
.header .nav{
	height: 136px;
	line-height: 136px;
}
.header .nav ul{
	height: 100%;
}
.header .nav2 ul{
	overflow:auto;
}
.header .nav ul>li{
	float: left;
	margin-right: 20px;
	position: relative;
	height: 100%;
	line-height: 136px;
	border-bottom: 3px solid transparent;
	background-position: center 80%;
	background-repeat: no-repeat;
	transition: all 0s;
}
.header .nav ul>li.last{
	margin-right: 0;
}
.header .nav ul>li>a{
	font-size: 16px;
	color: #222;
	display: block;
}
.header .nav ul ol{
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 136px;
	left: -60%;
	width: 220%;
	background: url(../image/olbg.png) center top;
	display: none;
	padding: 9px 0 18px;
}
.header .nav2 ul ol{
	
}
.header .nav ul ol li{
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.header .nav ul ol li.last{
	border: 0;
}
.header .nav ul ol li a{
	font-size: 14px;
	color: #fff;
	display: block;
}
.header .nav ul>li:hover>a{
	color: #044bbf;
	transition: all 0.5s;
}
.header .nav ul>li:hover{
	border-bottom: 3px solid #eaa700;
	background-image: url(../image/sj.png);
	transition: all 0.5s;
}
.header .nav ul ol li:hover{
	background: #eaa700;
}
.logo a{
	transition:all 0s;
}

.footer{
	width: 100%;
	background: #1a56ba;
}
.footer-link{
	border-bottom: 1px solid #3f73ca;
	line-height: 88px;
}
.footer-link h2{
	font-size: 16px;
	color: #fff;
	float: left;
	margin-right: 35px;
}
.footer-link ul{
	float: left;
}
.footer-link ul li{
	float: left;
	margin-right: 84px;
}
.footer-link ul li.last{
	margin-right:0;
}
.footer-link ul li a{
	font-size: 16px;
	color: #fff;
	position: relative;
	padding-left: 8px;
}
.footer-link li a:before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #fff;
    margin-right: 5px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.footer-link .dome {
    position: relative;
    float: right;
}
.footer-link .dome .title {
    width: 230px;
    height: 44px;
    background: #386cc3;
    padding-left: 15px;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    cursor: pointer;
    background-image: url(../image/jtbottom.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    margin-top: 23px;
}
.footer-link .dome-list {
    line-height: 35px;
    display: none;
    position: absolute;
    bottom: 44px;
    width: 100%;
    background: #457ad3;
    z-index: 20;
    max-height: 200px;
    overflow: auto;
}
.footer-link .dome-list a {
    padding-left: 15px;
    display: block;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.footer .footer-bottom{
	padding: 64px 0;
}
.footer .footer-icon li{
	float: left;
	width: 100px;
	height: 68px;
	text-align: center;
	line-height: 68px;
	position: relative;
}
.footer .footer-txt{
	margin-left: 58px;
}
.footer .footer-txt p{
	font-size: 14px;
	color: #a3c1f3;
	line-height: 30px;
}
.footer-link .dome-list a:hover{
	background: #eca700;
}
.footer-link ul li:hover a{
	color: #eca700;
}

.copyright{
	width: 100%;
	/* height: 80px; */
	line-height: 28px;
	background: #272727;
	text-align: center;
	padding: 25px 0;
}
.copyright p{
	font-size: 14px;
	color: #a7a7a7;
}
.copyright a{
	color: #a7a7a7;
}
.hover-ewm{
	position: absolute;
	top: -100px;
	width: 100px;
	height: 100px;
	right: 0;
	opacity: 0;
	visibility: hidden;
}
.footer .footer-icon li.last:hover .hover-ewm{
	opacity: 1;
	visibility: visible;
}
.fixed-nav {
	background: #fff;
	height: 90px !important;
	line-height: 90px !important;
	box-shadow: 0 0 8px 1px rgb(0,0,0,0.2);
}
.header.fixed-nav .nav1 ul>li{
	height: 90px;
	line-height: 90px;
	transition: all 0s;
}
.header.fixed-nav .nav ul ol{
	top: 90px;
}
.header.fixed-nav .nav1{
	height: 90px;
	line-height: 90px;
}
.header .nav2{
	display: none;
}
@media only screen and (min-width: 1200px) {
	.top.animation,.header.animation{
		animation: 0.6s ease 0.1s 1 normal backwards running fadeInDown; 
	}
	.banner.animation>div{
		animation: 0.6s ease 0.4s 1 normal backwards running fadeInRight; 
	}
	.message.animation .title{
		animation: 0.6s ease 0.6s 1 normal backwards running fadeInUp; 
	}
	.list1.animation{
		animation: 0.6s ease 0.9s 1 normal backwards running fadeInLeft; 
	}
	.notce.animation ul{
		animation: 0.6s ease 0.9s 1 normal backwards running fadeInRight; 
	}
	.list2.animation{
		animation: 0.6s ease 0.3s 1 normal backwards running fadeInLeft; 
	}
	.report.animation{
		animation: 0.6s ease 0.3s 1 normal backwards running fadeInRight; 
	}
	.center-tb.animation .tab-title{
		animation: 0.6s ease 0.1s 1 normal backwards running fadeInDown;
	}
	.image-list.animation li:nth-child(odd){
		animation: 0.6s ease 0.3s 1 normal backwards running fadeInDown;
	}
	.image-list.animation li:nth-child(even){
		animation: 0.6s ease 0.3s 1 normal backwards running fadeInUp;
	}
	.txt-list.animation li{
		animation: 0.6s ease 0.3s 1 normal backwards running fadeInUp;
	}
}
@media only screen and (max-width: 1300px) {
	.w1200{
		width: 87%;
	}
	.header .nav{
		padding-right: 0;
	}
	.header .logo img{
		width: 80%;
	}
	.header .logo{
		width: 25%;
	}
	.header .nav ul>li>a{
		font-size: 14px;
	}
	.header{
		height: 100px;
		line-height: 100px;
	}
	.header .nav ul>li{
		line-height: 100px;
		margin-right: 10px;
	}
	.header .nav ul ol{
		top: 100px;
	}
	.header .nav{
		height: 100px;
		line-height: 100px;
	}
	.copyright p{
		font-size: 13px;
	}
}
@media only screen and (max-width: 1200px) {
	.header .nav ul>li{
		margin-right: 6px;
	}
	.header .logo{
		position: relative;
		z-index: 99999999;
	}
	.header .logo img{
		width: 100%;
	}
	.footer .footer-bottom .fl{
		width:33.333%;
		margin: 0;
	}
	.footer .footer-bottom .fr{
		width:33.333%;
	}
	.footer .footer-icon li{
		width:25%;
	}
	.hover-ewm{
		height:90px;
		top:-90px;
	}
	.footer-link ul li{
		margin-right:0;
		padding-right: 15px;
	}
	.footer-link ul li a{
		font-size:15px;
	}
	.footer-link ul li a::before{
		display:none;
	}
	.footer-link .dome .title{
		font-size:15px;
	}
	.footer-link .dome-list a{
		font-size:14px;
	}
}
@media only screen and (max-width: 1100px) {
	.header .nav ul>li>a{
		font-size: 14px;
	}
	.header .nav ul ol li a{
		font-size: 12px;
	}
	.header{
		height: 85px;
		line-height:85px;
	}
	.header .nav ul>li{
		line-height: 85px;
	}
	.header .nav ul ol{
		top: 85px;
	}
	.fixed-nav{
		height: 85px !important;
		line-height: 85px !important;
	}
	.header.fixed-nav .nav1 ul>li{
		height: 85px;
		line-height: 85px;
	}
	.header .logo{
		width: 200px;
	}
	.header .nav{
		height: 85px;
		line-height: 85px;
	}
	.footer .footer-txt p{
		text-align:center;
		font-size: 13px;
	}
	.hover-ewm{
		height:85px;
	}
}
@media only screen and (max-width: 1050px) {
	.hover-ewm{
		height:78px;
		top: -80px;
	}
}
@media only screen and (max-width: 1000px) {
	.header .nav{
		display: none;
	}
	.search-box-bg{
		display:none !important;
	}
	.header .nav2{
		height: 100vh;
		background: rgba(39,101,204,0.96);
		width: 420px;
		position: fixed;
		top: 0;
		margin: 0;
		right: -420px;
		z-index: 2021;
		transition: all .3s;
		display: block;
		line-height: 60px;
		padding-top: 85px;
	}
	.menu {
		width: 28px;
		height: 28px;
		display: block;
		right: 20px;
		top: 26px;
		overflow: hidden;
		z-index: 452345;
		cursor: pointer;
		position: absolute;
	}
	.menu span {
		float: left;
		width: 100%;
		background: #1a56ba;
		transition: all 0.4s ease;
		margin-top: 7px;
		height: 2px;
	}
	.menu.open span {
		background: #fff;
	}
	.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;
	}
	.nav2.active {
	    right: 0;
	}
	.top{
		display: none;
	}
	.header{
		top: 0;
		background: #fff;
	}
	.header .nav2 ul>li{
		float: none;
		width: 100%;
		height: auto;
		text-indent: 20px;
		line-height: 60px;
		position: relative;
		border-bottom: 1px solid rgba(255,255,255,0.2);
                margin: 0;
	}
	.header .nav2 ul ol{
		width: 100%;
		left: 0;
		position: static;
		padding: 0;
	}
	.header .nav2 ul>li>a{
		font-size: 16px;
		color: #fff;
		font-weight: bold;
		width: 80%;
		position:relative;
	}
	.header .nav2 ul>li i{
		position: absolute;
		right: 5%;
		width: 14px;
		height: 18px;
		top: 20px;
		background: url(../image/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;
	}
	.header .nav2 ul>li i.on {
		background: url(../image/jian.png) no-repeat center center;
	}
	.header .nav2 ul>li:hover>a {
	    color: #eaa700;
	}
	.header .nav2 ul>li:hover{
		border-bottom: 1px solid #eaa700;
		background: none;
	}
	.header .nav2 ul ol li{
		text-align: left;
		border: 0;
		line-height: 50px;
		/* background: #2c8bc8; */
	}
	.header .nav2 ul ol li a{
		font-size: 15px;
		background: url(../image/right-jt.png) no-repeat center right 24px;
	}
	.navshow {
	    overflow: hidden !important;
	}
	.nav2 ul {
	    border-top: rgba(255, 255, 255, 0.2) solid 2px;
	}
	.footer .footer-bottom .fl,.footer .footer-bottom .fr{
		width:100%;
		float:none;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer .footer-bottom{
		padding: 25px 0 10px;
	}
	.footer .footer-icon li{
		width:100px;
		float: none;
		display: inline-block;
	}
	.hover-ewm{
		height:100px;
		top: -100px;
	}
}
@media only screen and (max-width: 960px) {
	.footer-link ul{
		float:none;
	}
	.footer-link .dome{
		display: none;
	}
	.footer-link h2{
	display: none;
	}
	.footer-link ul li{
		line-height:50px;
	}
	.footer-link ul li a{
		font-size:14px;
	}
	.search-box-bg h3{
		font-size:50px;
	}
	.search-box-bg .search-box{
		border-bottom:3px #fff solid;
	}
}
@media only screen and (max-width: 768px) {
	.search-box-bg h3{
		font-size:40px;
		margin-bottom: 30px;
	}
	.search-box-bg .search-box{
		max-height: 275px;
	}
	.w1200{
		width: 100%;
		padding: 0 3.5%;
	}
}

@media only screen and (max-width: 640px) {
	.header .nav2{
		width: 100%;
		right:-100%;
		top: 85px;
		padding-top: 0;
		height: -moz-calc( 100vh - 85px);
		height: -webkit-calc( 100vh - 85px);
		height: calc( 100vh - 85px);
	}
	.nav2.active {
	    right: 0;
	}
	.menu.open span{
		 background: #1a56ba;
	}
}
@media only screen and (max-width: 480px) {
	.footer .footer-icon li{
		width:25%;
		float: left;
	}
	.hover-ewm{
		height: auto;
		top: -90px;
	}
	.footer-logo img{
		width: 65%;
	}
	.copyright p{
		font-size:12px;
		line-height: 24px;
	}
	.footer .footer-icon li a img{
		width:50%;
		height: auto;
	}
}
