@charset "utf-8";

/* reset style */

*:after,
*:before {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-rendering: optimizelegibility;
}

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;
    margin-right: 13px;
}

.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{
	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;
}
/* 多行限制 */
.clamp{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.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;
}

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;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    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);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/* header */
.header{
	width: 100%;
	height: 127px;
	background: #2267b1;
	min-width: 1200px;
}
.header .fl{
	width: 800px;
	height: 127px;
	position: relative;
}
.header .fl img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.header .fr{
	margin-top: 15px;
}
.header .fr li{
	float: left;
	padding: 0 20px;
	height: 16px;
	line-height: 16px;
}
.header .fr .first{
	border-right: 1px solid #fff;
}
.header .fr li a{
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}
.header .fr li:hover a{
	color: #e6d43c;
}
.searchbox {
	margin-top: 30px;
	position: relative;
}
.searchbox .text{
	width: 235px;
	height: 33px;
	border: 1px solid #4186d3;
	border-radius: 40px;
	line-height: 42px;
	padding: 0 50px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #2267b1;
	color: white;
	font-size: 12px;
	line-height: 33px;
}
.searchbox .submit{
	width: 19px;
	height: 19px;
	background: url(../img/search.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 8px;
}
/* 导航 */
.nav{
	width: 100%;
	position: relative;
	height: 50px;
	min-width: 1200px;
	background: #f8f8f8;
	z-index: 9999;
	-webkit-box-shadow: 1px 0 5px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 5px 2px rgba(0, 0, 0, 0.1);
}
.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.nav  ul>li{
	float: left;
	line-height: 50px;
	width: 150px;
	text-align: center;
	position: relative;
}
.nav ul>li>a{
	font-size: 24px;
	color: #555;
	display: block;
}
.nav ul>li.active,.nav ul>li:hover{
	background: #2267b1;
}
.nav ul>li.active>a,.nav ul>li:hover>a{
	color: #fff;
}
/* 二级导航 */
.nav ol{
	width: 100%;
	position: absolute;
	top: 50px;
	z-index: 9999;
	display: none;
}
.nav ol li{
	height: 42px;
	line-height: 42px;
	background: rgba(255,255,255,0.8);
}
.nav ol li a{
	color: #555;
	font-size: 16px;
	text-align:center;
	display: block;
}
.nav ol li:hover{
	background: #1f5c9e;
}
.nav ol li:hover a{
	color: #fff;
}
/* 底部 */
.footer{
	width: 100%;
	min-width: 1200px;clear:both;
}
.footer .foot{
	height: 200px;
	width: 100%;
	background: #2267b1;
}
.footer .bq{
	width: 100%;
	background: #0b60c0;
	height: 48px;
}
.footer .lxwm{
	width: 365px;
	height: 200px;
	padding-top: 30px;
	padding-left: 22px;
}
.footer .lxwm h2{
	font-size: 20px;
	color: #94beee;
	font-weight: normal;
	margin-bottom: 20px;
}
.footer .lxwm p{
	font-size: 14px;
	color: #9bc6f7;
	margin-left: 45px;
	line-height: 28px;
}
.footer .bottom-logo{
	height: 110px;
	width: 524px;
	margin-top: 37px;
	border-left: 1px solid #085fc0;
	border-right: 1px solid #085fc0;
	position: relative;
}
.footer .ewm{
	width: 311px;
	padding-top: 36px;
}
.footer .ewm img{
	display: block;
	margin: 0 auto;
	width: 95px;
	height: 95px;
}
.footer .ewm p{
	font-size: 12px;
	color: #f1f1f1;
	text-align: center;
	margin-top: 5px;
}
.footer .bq p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #c4e0ff;
	line-height: 48px;
}

.footer-2{
	padding: 30px 0 20px;
}

.foo2-p{
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
	color: #fff;
	padding-top: 28px;
}

.foo2-p span{
	padding-left: 15px;
}