@charset "utf-8";
/* CSS Document */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
}

html,
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #3b3b3b;
    background: #fff;
    text-align: justify;
}

iframe {
    background-image: none;
    border: none;
}

@font-face {
    font-family: 'FZLTCHJW';
    src: url('fonts/FZLTCHJW.eot');
    src: url('fonts/FZLTCHJW.woff') format('woff'), url('fonts/FZLTCHJW.ttf') format('truetype'), url('fonts/FZLTCHJW.svg') format('svg');
}

@font-face {
    font-family: 'FZLTZHJW';
    src: url('fonts/FZLTZHJW.eot');
    src: url('fonts/FZLTZHJW.woff') format('woff'), url('fonts/FZLTZHJW.ttf') format('truetype'), url('fonts/FZLTZHJW.svg') format('svg');
}

@font-face {
    font-family: 'FZRuiZHJW_Cu';
    src: url('fonts/FZRuiZHJW_Cu.eot');
    src: url('fonts/FZRuiZHJW_Cu.woff') format('woff'), url('fonts/FZRuiZHJW_Cu.ttf') format('truetype'), url('fonts/FZRuiZHJW_Cu.svg') format('svg');
}

@font-face {
    font-family: 'FZRuiZHJW';
    src: url('fonts/FZRuiZHJW.eot');
    src: url('fonts/FZRuiZHJW.woff') format('woff'), url('fonts/FZRuiZHJW.ttf') format('truetype'), url('fonts/FZRuiZHJW.svg') format('svg');
}

a {
    color: #3b3b3b;
    text-decoration: none;
}

a:hover {
    color: #004ea2;
    text-decoration: none;
}

img {
    border: 0 none;
    max-width: 100%;
}

ol,
ul,
li {
    list-style: none;
}

div,
ul,
li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

i,
em {
    font-style: normal;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

@media screen and (min-width:1600px) {
    html,
    body {
        font-size: 18px;
    }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    html,
    body {
        font-size: 17px;
    }
}

@media screen and (min-width:991px) and (max-width:1200px) {
    html,
    body {
        font-size: 16px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    html,
    body {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {
    html,
    body {
        font-size: 15px;
    }
}

@media screen and (min-width:1600px) {
    .font16 {
        font-size: 16px;
    }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    .font16 {
        font-size: 15px;
    }
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .font16 {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .font16 {
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    .font16 {
        font-size: 15px;
    }
}

/*header*/

.navbar {
    background: #fff;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.active>a,
.navbar-nav>li:hover>a {
    background: url(../images/sanjiao_03.jpg) center bottom no-repeat;
    color: #004ea2;
}

.navbar .dropdown-menu {
    top: 100%;
    left: 0px;
    margin-left: 0px;
    background: #ffffff;
    padding: 10px 15%;
}

.navbar .dropdown-menu li {
    line-height: 40px;
    text-align: left;
}

.navbar .dropdown-menu li a {
    line-height: 40px;
}

.navbar-nav>li.search {
    border: 1px #dcdcdc solid;
    height: 36px;
    border-radius: 16px;
    overflow: hidden;
}

.navbar-nav>li.search .txt {
    float: left;
    border: 0px #eee solid;
    height: 34px;
    text-indent: 14px;
    outline: none;
}

.navbar-nav>li.search .sub {
    background: url(../images/index_06.png) center center no-repeat;
    float: left;
    height: 34px;
    border: 0px #fff solid;
}

.navbar img {
    display: block;
}

.search_bg {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.search_alert {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
}

.search_alert input {
    float: left;
}

.search_alert input.txt {
    background: #eee;
    border: 0px #eee solid;
}

.search_alert input.sub {
    text-align: center;
    background: url(../images/searchhh.png) center center no-repeat #004ea2;
    border: 1px #004ea2 solid;
    color: #fff;
    text-indent: -999px;
}

.search_bg a.close {
    position: absolute;
    right: 5%;
    top: 5%;
    display: inline-table;
    background: url(../images/close.png) center center no-repeat;
    background-size: 100%;
}

.head_height {
    display: none;
}

@media screen and (min-width:1600px) {
    .head_height {
        height: 100px;
    }
    .navbar {
        height: 100px;
    }
    .navbar-nav {
        line-height: 100px;
    }
    .navbar-nav>li>a {
        padding: 0px 20px;
    }
    .navbar-nav>li.search {
        margin-top: 32px;
        width: 200px;
        margin-left: 20px;
    }
    .navbar-nav>li.search .txt {
        width: 164px;
        font-size: 16px;
    }
    .navbar-nav>li.search .sub {
        width: 34px;
    }
    .navbar-brand {
        float: left;
        height: 100px;
        padding: 21px 15px;
    }
    .navbar .dropdown-menu li {
        font-size: 16px;
    }
    .search_alert {
        margin-left: -410px;
        margin-top: -40px;
    }
    .search_alert input {
        height: 80px;
        font-size: 20px;
    }
    .search_alert input.txt {
        width: 720px;
        text-indent: 10px;
    }
    .search_alert input.sub {
        width: 100px;
        background-size: 40px;
    }
    .search_bg a.close {
        width: 50px;
        height: 50px;
    }
}

@media screen and (min-width:1440px) and (max-width:1600px) {
    .head_height {
        height: 94px;
    }
    .navbar {
        height: 94px;
    }
    .navbar-nav {
        line-height: 94px;
    }
    .navbar-nav>li>a {
        padding: 0px 20px;
    }
    .navbar-nav>li.search {
        margin-top: 29px;
        width: 200px;
        margin-left: 20px;
    }
    .navbar-nav>li.search .txt {
        width: 164px;
        font-size: 15px;
    }
    .navbar-nav>li.search .sub {
        width: 34px;
    }
    .navbar-brand {
        float: left;
        height: 94px;
        padding: 18px 15px;
    }
    .navbar .dropdown-menu li {
        font-size: 16px;
    }
    .search_alert {
        margin-left: -380px;
        margin-top: -35px;
    }
    .search_alert input {
        height: 70px;
        font-size: 18px;
    }
    .search_alert input.txt {
        width: 660px;
        text-indent: 10px;
    }
    .search_alert input.sub {
        width: 100px;
        background-size: 35px;
    }
    .search_bg a.close {
        width: 45px;
        height: 45px;
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .head_height {
        height: 90px;
    }
    .navbar {
        height: 90px;
    }
    .navbar-nav {
        line-height: 90px;
    }
    .navbar-nav>li>a {
        padding: 0px 10px;
    }
    .navbar-nav>li.search {
        margin-top: 27px;
        width: 200px;
        margin-left: 20px;
    }
    .navbar-nav>li.search .txt {
        width: 164px;
        font-size: 15px;
    }
    .navbar-nav>li.search .sub {
        width: 34px;
    }
    .navbar-brand {
        float: left;
        height: 90px;
        padding: 16px 15px;
    }
    .navbar .dropdown-menu li {
        font-size: 15px;
    }
    .search_alert {
        margin-left: -340px;
        margin-top: -35px;
    }
    .search_alert input {
        height: 60px;
        font-size: 17px;
    }
    .search_alert input.txt {
        width: 600px;
        text-indent: 10px;
    }
    .search_alert input.sub {
        width: 80px;
        background-size: 30px;
    }
    .search_bg a.close {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .head_height {
        height: 86px;
    }
    .navbar {
        height: 86px;
    }
    .navbar-nav {
        line-height: 86px;
    }
    .navbar-nav>li>a {
        padding: 0px 15px;
    }
    .navbar-nav>li.search {
        margin-top: 25px;
        width: 160px;
        margin-left: 15px;
        display: none;
    }
    .navbar-nav>li.search .txt {
        width: 124px;
        font-size: 14px;
    }
    .navbar-nav>li.search .sub {
        width: 34px;
    }
    .navbar-brand {
        float: left;
        height: 86px;
        padding: 14px 12px;
    }
    .navbar .dropdown-menu li {
        font-size: 14px;
    }
    .search_alert {
        margin-left: -290px;
        margin-top: -35px;
    }
    .search_alert input {
        height: 60px;
        font-size: 16px;
    }
    .search_alert input.txt {
        width: 500px;
        text-indent: 10px;
    }
    .search_alert input.sub {
        width: 80px;
        background-size: 30px;
    }
    .search_bg a.close {
        width: 40px;
        height: 40px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .head_height {
        height: 80px;
    }
    .navbar {
        height: 80px;
    }
    .navbar-header {
        width: 250px;
    }
    .navbar-nav {
        line-height: 80px;
    }
    .navbar-nav>li>a {
        padding: 0px 7px;
    }
    .navbar-nav>li.search {
        display: none;
    }
    .navbar-brand {
        float: left;
        height: 80px;
        padding: 20px 12px;
        width: 250px;
    }
    .navbar .dropdown-menu li {
        font-size: 14px;
    }
    .search_alert {
        margin-left: -250px;
        margin-top: -35px;
    }
    .search_alert input {
        height: 60px;
        font-size: 16px;
    }
    .search_alert input.txt {
        width: 420px;
        text-indent: 10px;
    }
    .search_alert input.sub {
        width: 80px;
        background-size: 30px;
    }
    .search_bg a.close {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width:767px) {
    .navbar-nav>li.search {
        display: none;
    }
    .head_height {
        height: 3.5em;
    }
    .navbar {
        text-align: left;
    }
    .navbar-nav>li {
        border-bottom: 1px #ccc solid;
    }
    .navbar-nav>li:nth-child(1),
    .navbar-nav>li:nth-child(2),
    .navbar-nav>li:nth-child(5),
    .navbar-nav>li:nth-child(6) {
        background: url(../images/xailatupian.png) center right no-repeat;
        background-size: 0.9em;
    }
    .navbar-nav>li>a {
        padding: 1em 6px;
        display: inline-table;
    }
    .navbar-brand {
        float: left;
        height: 36px;
        padding: 0 15px;
        line-height: 20px;
    }
    .navbar-brand img {
        max-height: 100%;
    }
    .navbar-brand {
        margin-top: 7px;
    }
    .navbar-nav {
        margin: 7px
    }
    .navbar-nav>li .dropdown-menu {
        position: static;
        box-shadow: 0px 0px 0px #000;
        border: 0px solid #000;
        width: 100%;
        font-size: 0.9em;
        color: #999;
        padding: 0.6em 2%;
        border-top: 1px #ccc solid;
    }
    .navbar-nav>li .dropdown-menu a {
        color: #999;
    }
    .search_alert {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .navbar .navbar-collapse {
        float: right;
    }
    .navbar-nav>li:hover .dropdown-menu {
        display: block;
    }
}

.footer {
    background: #004ea2;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {}

.footop h4 {
    color: #fff;
    line-height: 2.5;
    font-weight: bold;
}

.footop li {
    line-height: 2;
}

.footop li a {
    display: block;
}

.footcontact .phone {
    border: 2px #ffffff solid;
    display: inline-table;
    padding-left: 40px;
    background: url(../images/index_119.png) center left 6px no-repeat;
    display: none;
}

.footcontact .phone span {
    border-left: 2px #ffffff solid;
    display: inline-table;
    padding: 0px 20px;
}

.footcontact .address {
    background: url(../images/address_03.png) center left no-repeat;
    line-height: 2;
    padding-left: 34px;
}

.footbot {
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
    text-align: center;
}

.footcontact select {
    color: #333;
    width: 100%;
}

@media screen and (min-width:1600px) {
    .footer {
        font-size: 16px;
    }
    .footop {
        padding: 50px 0px;
    }
    .footop .footlogo {
        width: 270px;
    }
    .footop .footnav {
        margin-left: 65px;
    }
    .footop h4 {
        font-size: 18px;
    }
    .footop .footcontact {
        width: 300px;
    }
    .footcontact .phone {
        line-height: 40px;
    }
    .footcontact .erweima {
        margin: 16px 0px;
    }
    .footbot {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .footcontact select {
        height: 40px;
        margin-top: 5px;
    }
}

@media screen and (min-width:1440px) and (max-width:1600px) {
    .footer {
        font-size: 15px;
    }
    .footop {
        padding: 45px 0px;
    }
    .footop .footlogo {
        width: 270px;
    }
    .footop .footnav {
        margin-left: 45px;
    }
    .footop h4 {
        font-size: 18px;
    }
    .footop .footcontact {
        width: 300px;
    }
    .footcontact .phone {
        line-height: 40px;
    }
    .footcontact .erweima {
        margin: 16px 0px;
    }
    .footbot {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .footcontact select {
        height: 40px;
        margin-top: 5px;
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .footer {
        font-size: 14px;
    }
    .footop {
        padding: 40px 0px;
    }
    .footop .footlogo {
        width: 240px;
    }
    .footop .footnav {
        margin-left: 25px;
    }
    .footop h4 {
        font-size: 17px;
    }
    .footop .footcontact {
        width: 260px;
    }
    .footcontact .phone {
        line-height: 40px;
    }
    .footcontact .erweima {
        margin: 16px 0px;
    }
    .footbot {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    .footcontact select {
        height: 40px;
        margin-top: 5px;
    }
}

@media screen and (min-width:991px) and (max-width:1200px) {
    .footer {
        font-size: 14px;
    }
    .footop {
        padding: 35px 0px;
    }
    .footop .footlogo {
        width: 160px;
    }
    .footop .footnav {
        margin-left: 30px;
    }
    .footop .footnav1 {
        display: none;
    }
    .footop h4 {
        font-size: 16px;
    }
    .footop .footcontact {
        width: 300px;
    }
    .footcontact .phone {
        line-height: 40px;
    }
    .footcontact .erweima {
        margin: 16px 0px;
    }
    .footbot {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .footcontact select {
        height: 40px;
        margin-top: 5px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .footop {
        padding: 35px 0px;
    }
    .footop .footlogo {
        width: 160px;
        display: none;
    }
    .footop .footnav {
        margin-left: 36px;
    }
    .footop .footnav1 {
        display: none;
    }
    .footop li:nth-child(2) {
        margin-left: 0px;
    }
    .footop h4 {
        font-size: 16px;
    }
    .footop .footcontact {
        width: 280px;
    }
    .footcontact .phone {
        line-height: 40px;
    }
    .footcontact .erweima {
        margin: 16px 0px;
    }
    .footbot {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .footcontact select {
        height: 40px;
        margin-top: 5px;
    }
}

@media screen and (max-width:767px) {
    .footop {
        padding: 1.5em 0px;
    }
    .footop .container {
        padding: 0px;
    }
    .footop .footlogo {
        text-align: center;
    }
    .footop .footlogo img {
        max-width: 50%;
    }
    .footop h4 {
        font-size: 16px;
        text-align: left;
    }
    .footop .footnav h4 {
        padding: 0px 4%;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    }
    .footnav {}
    .footnav2 h4 {
        background: url(../images/footnavxia.png) center right 6% no-repeat;
        background-size: 1.1em;
    }
    .footnav .naver {
        display: none;
        line-height: 2.4;
    }
    .footnav .naver a {
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
        padding: 0px 4%;
        color: rgba(255, 255, 255, 0.8)
    }
    .footop .footcontact {
        padding: 1em 6%;
        text-align: center;
    }
    .footcontact .address {
        display: inline-table;
    }
    .footcontact .phone {
        line-height: 40px;
    }
    .footcontact .erweima {
        margin: 16px 0px;
        text-align: center;
    }
    .footop .footcontact h4 {
        text-align: center;
    }
    .footcontact .erweima img {
        max-width: 40%;
    }
    .footbot {
        line-height: 2.2;
        font-size: 14px;
    }
    .footcontact select {
        height: 40px;
        margin-top: 5px;
    }
    .footop .footnav2.act h4 {
        background: url(../images/footnavshang.png) center right 6% no-repeat;
        background-size: 1.1em;
    }
    .footop .footnav2.act .naver {
        display: block;
    }
}

@media screen and (min-width:768px) {
    .footbot .left {
        float: left;
    }
    .footbot .right {
        float: right;
    }
    .footop li {
        float: left;
    }
    .footop li.footcontact {
        float: right;
    }
    .footcontact .erweima {
        max-width: 40%;
    }
}

.side {
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 100;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-bottom: 0
}

.side ul li {
    float: left;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 14px;
    text-align: center;
    transition: all .3s;
    cursor: pointer
}

.side ul li:hover {
    background: #004ea2;
    color: #fff
}

.side ul li:hover a {
    color: #fff
}

.side ul li i {
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s
}

.side ul li i.bgs2 {
    background-image: url(../images/right_pic7.png)
}

.side ul li i.bgs4 {
    background-image: url(../images/right_pic1.png)
}

.side ul li i.bgs6 {
    background-image: url(../images/right_pic6_on.png)
}

.side ul li:hover i.bgs2 {
    background-image: url(../images/right_pic7_on.png)
}

.side ul li:hover i.bgs4 {
    background-image: url(../images/right_pic1_on.png)
}

.side ul li .sidebox {
    position: absolute;
    width: 78px;
    height: 78px;
    top: 0;
    right: 0;
    transition: all .3s;
    overflow: hidden
}

.side ul li.sidetop {
    padding: 10px 0px;
    height: auto;
}

.side ul li.sidetop i {
    margin: 0px;
}

.side ul li.sidetop:hover {
    background: none;
}

.side ul li.sideetel .telBox.son {
    display: none;
    text-align: left;
    position: absolute;
    top: 0px;
    background: #fff;
    color: #333;
}

.side ul li.sideetel .telBox dd {
    display: block;
    overflow: hidden;
    font-size: 14px
}

.side ul li.sideetel .telBox dd span {
    display: block;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #004ea2;
}

.side ul li.sideetel .telBox dd.bgs1 a {
    color: #333;
}

.side ul li.sideetel .telBox dd.bgs2 {
    color: #333;
}

.side ul li:hover .son {
    display: block !important;
    animation: fadein 1s
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media screen and (min-width:768px) {
    .side .wap {
        display: none;
    }
    .side {
        width: 78px;
    }
    .side ul.pc li {
        width: 78px;
        line-height: 38px;
    }
    .side ul.pc li i {
        height: 25px;
    }
    .side ul.pc li i.bgs2,
    .side ul.pc li i.bgs4 {
        margin-top: 14px;
    }
    .side ul.pc li i {
        background-size: auto 25px;
    }
    .side ul.pc li.sideetel .telBox.son {
        width: 390px;
        left: -390px;
    }
    .side ul.pc li.sideetel .telBox dd {
        height: 118.5px;
        padding-left: 82px;
        line-height: 24px;
    }
    .side ul.pc li.sideetel .telBox dd span {
        line-height: 28px;
        height: 28px;
        margin-top: 32px;
    }
    .side ul.pc li.sideetel .telBox dd.bgs1 {
        background: url(../images/right_pic8.png) 28px center no-repeat #fff;
        background-size: 38px;
    }
    .side ul.pc li.sideetel .telBox dd.bgs2 {
        background: url(../images/right_pic9.png) 28px center no-repeat;
        background-size: 38px;
    }
}

@media screen and (max-width:768px) {
    .side .pc {
        display: none;
    }
    .side {
        width: 45px;
    }
    .side ul.wap li {
        width: 45px;
        line-height: 30px;
    }
    .side ul.wap li i.bgs2,
    .side ul.wap li i.bgs4 {
        margin-top: 8px;
    }
    .side ul.wap li i {
        height: 20px;
    }
    .side ul.wap li i {
        background-size: auto 20px;
    }
    .side ul.wap li.sideetel .telBox.son {
        width: 250px;
        left: -250px;
    }
    .side ul.wap li.sideetel .telBox dd {
        height: 100px;
        padding-left: 68px;
        line-height: 24px;
        padding-right: 8px;
    }
    .side ul.wap li.sideetel .telBox dd span {
        line-height: 28px;
        height: 28px;
        margin-top: 12px;
    }
    .side ul.wap li.sideetel .telBox dd.bgs1 {
        background: url(../images/right_pic8.png) 18px center no-repeat #fff;
        background-size: 30px;
    }
    .side ul.wap li.sideetel .telBox dd.bgs2 {
        background: url(../images/right_pic9.png) 18px center no-repeat;
        background-size: 30px;
    }
}