﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Open Sans, Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    font-size: 14px;
    color: #333;
    width: 100%;
    zoom: 1;
    background: #f5f5f5;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
    font-family: Microsoft YaHei, arial, sans-serif;
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
    display: block;
}

/*html5设置*/
figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    transition: all ease 0.3s;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #124491;
}


.blue {
    color: #124491
}

/*清除浮动*/
.clear {
    *zoom: 1;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*单行文本省略号*/
.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dot2,
.dot3,
.dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.dot2 {
    -webkit-line-clamp: 2;
}

/*多行文本省略号*/
.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}

* {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.posre {
    position: relative
}

.posab {
    position: absolute
}

.fs-11 {
    font-size: 11px
}

.fs-12 {
    font-size: 12px
}

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.w1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0;
    position: relative;
    overflow: hidden
}

.eng {
    text-transform: uppercase;
}

.red {
    color: #d70000
}

.orange {
    color: #f28e00
}

.hui_6 {
    color: #666
}

.hui_9 {
    color: #999
}


/* 等比填充 */
*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

*[class*="rect-"] ._full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    *height: auto;
}

.rect-img {
    padding-bottom: 62%;
}

.rect-pic {
    padding-bottom: 64%;
}


@-webkit-keyframes 'breath' {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.breath {
    opacity: 1;
    -webkit-animation-name: breath;
    -webkit-animation-duration: 3s;
    /*人的普通呼吸时间是3秒每次，深呼吸时间是6秒每次*/
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
}

/* public */
header {
    width: 100%;
    background: #fff;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1
}

.logo {
    width: 100%;
    padding: 30px 0px;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 2
}

.logo img {
    width: 330px;
}
.navbar {
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 2;
    background: url("../images/nav.png") no-repeat center center;
    width: 100%;
    padding: 0;
}

.nav {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav li {
    width: calc(100% / 6);
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 18px;
}

.nav li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.nav li:hover a {
    background: #c3191f
}

.nav li a.on {
    color: #c3191f
}

footer {
    background: #a41118;
    margin-top: 20px;
}
.copyright {
    width: 1200px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    color: #fff;
}

.bg_blue {
	background: url("../images/bg.jpg") no-repeat center center #004b9e;
	background-size: cover;
}

.bg_hui {
	background: url("../images/bg_i.png") repeat center center;
}

.bg_white {
	background: #fff;
}
