﻿@charset "utf-8";

/* CSS Document */
html,
body {
    font-family: "微软雅黑";
}

a {
    cursor: pointer;
    font-family: "微软雅黑";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
button,
input,
textarea,
th,
td,
img,
tr,
td,
form,
select,
div,
strong,
span,
s {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

i {
    font-style: normal;
}

table {
    padding: 0px;
    margin: 0px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

a:focus {
    outline: none;
}

input,
select,
textarea {
    outline: none;
}

table {
    border-spacing: 0px;
}

body {
    background-color: #fff;
    overflow-x: hidden;
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
    position: relative;
    min-width: var(--baseW);
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

.left {
    float: left;
    position: relative;
}

.right {
    float: right;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: var(--baseW);
}

/* 通用分页样式 */
.pages {
    height: 26px;
    padding: 35px 0;
    margin-top: 5px;
    clear: both;
    text-align: center;
}

.pages:after {
    content: '.';
    clear: both;
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
}

.pages ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
    display: inline-block;
}

.pages li {
    float: left;
    margin-right: 5px;
}

.pages li a {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.pages li a:hover {
    border: 1px solid #034f9d;
    background: #034f9d;
    color: #fff;
    text-decoration: none;
}

.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    padding: 5px 10px;
}

.pages .current a {
    border: 1px solid #034f9d;
    background: #034f9d;
    color: #fff;
}

/*头部*/
.header {
    overflow: hidden;
    height: 40px;
    background: #f5f5f5;
}

.header .welcome {
    font-size: 12px;
    color: #666;
    line-height: 40px;
}

.header .word {
    width: 300px;
    line-height: 40px;
}

.header .word a {
    display: block;
    float: left;
    width: 46px;
    overflow: hidden;
    margin-left: 25px;
}

.header .word a img {
    float: left;
    display: block;
    margin-right: 7px;
}

.headlogo {
    padding: 35px 0 38px 0;
    overflow: hidden;
}

.headlogo .container {
    width: var(--baseW);
}

.oulogo img {
    display: block;
    float: left;
    width: 250px;
    margin-right: 20px;
}

.oulogo .logowen {
    top: 5px;
    float: left;
    border-left: 2px solid #ededed;
    padding-left: 15px;
    position: relative;
}

.oulogo .logowen p {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    line-height: 43px;
}

.logowen ul li {
    float: left;
    background: url(../images/inico4.jpg)no-repeat 11px center;
    padding: 0 0 0 28px;
    font-size: 25px;
    color: #333;
    line-height: 40px;
}

.logowen ul li:first-child {
    background: none;
    padding: 0 0 0 0;
}

.outel {
    padding: 15px 0 0;
}

.outel img {
    float: left;
    padding: 5px;
}

.telwen {
    float: left;
    margin-top: -3px;
    margin-left: 10px;
}

.outel .telwen p {
    font-size: 22px;
    line-height: 28px;
    color: #333;
}

.outel .telwen span {
    font-weight: bold;
    font-size: 27px;
    line-height: 5px;
    color: #333;
}

/*导航*/
.h_head_gd {
    position: fixed;
    top: -1px;
    width: 100%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop)0);
    z-index: 9999;
    left: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.topnav {
    background: #026cc4;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    height: 60px;
    line-height: 60px;
    background: #026cc4;
    position: relative;
    z-index: 999999;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    background: url("../images/navhx.jpg")no-repeat right center;
}

.nav .nLi:last-child {
    background: none;
}

.nav .nLi:first-child a {
    color: #fff !important;
    background: #e50009;
    font-size: 18px;
    font-weight: bold;
}

.nav .nLi:first-child .sub li a {
    display: block;
    padding: 3px 0;
    font-size: 14px !important;
    line-height: 49px !important;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    background: none !important;
    text-overflow: ellipsis;
}

.nav .nLi:first-child .on {
    background: #e50009;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi:hover h3 a {
    color: #fff;
}

.nav .nLi h3 a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #d7e7f4;
    width: 150px;
}

.nav .nLi h3 p {
    text-align: center;
}

.nav .nLi:first-child h3 a {
    background: #e50009;
    color: rgba(255, 255, 255, 1);
}

.nav .subs {
    width: 160px !important;
}

.nav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    line-height: 26px;
    padding: 12px 0;
    text-align: center;
    padding: 0 14px 15px;
    z-index: 999;
}

.nav .nLi:nth-child(8) .sub {
    width: 100% !important;
}

.nav .nLi:first-child .sub {
    width: 210% !important;
}

.nav .sub li {
    zoom: 1;
    border-bottom: 1px solid #5c5b59;
}

.nav .sub a {
    display: block;
    padding: 3px 0;
    font-size: 14px;
    line-height: 49px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav .sub a:hover {
    color: rgba(255, 255, 255, 1);
}

.nav .nLi h3 a.on {
    background: #0060b7;
    color: rgba(255, 255, 255, 1);
}

/*导航结束*/
/*底部*/
.copy_row1 {
    background: #333333;
    height: 120px;
}

.page {
    margin: 0 auto;
    width: 1300px
}

.copy_row1>.page {
    position: relative;
    height: 100%;
}

.copy_row1>.page>.fr {
    display: block;
    width: 330px;
    height: 60px;
    background: url(../images/copy_contact_r.png) no-repeat center;
    position: absolute;
    right: -500px;
    top: 0;
    padding: 30px 310px 30px 40px;
    font-weight: normal;
    font-size: 23px;
    color: #fff;
    line-height: 30px;
    text-align: right;
}

.copy_row1 .copy1_item {
    float: left;
    color: #999;
    display: block;
    line-height: 25px;
    font-size: 16px;
    font-family: arial, microsoft yahei;
    margin-right: 60px;
    border-right: 1px solid #454545;
    height: 55px;
    padding: 32px 60px 33px 0;
}

.copy_row1 .copy1_item3 {
    border-right: 0 none;
}

.copy_row1 .copy1_item>strong {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    display: block;
    line-height: 30px;
}

.copy_row1 .copy1_item>strong i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    padding-bottom: 5px;
}

.copy_row1 .copy1_item>strong i img {
    display: block;
    width: 30px;
    height: 30px;
}

.copy_row2 {
    background: url(../images/copy_row2.png) repeat center;
    width: 100%;
    height: 350px;
}

.copy_row2>.page {
    height: 200px;
    padding: 45px 0;
    position: relative;
}

.copy_logo {
    display: block;
    float: left;
    padding: 10px 0;
}

.copy_logo img {
    display: block;
    width: 300px;
    height: 73px;
}

.copy_logo p {
    font-size: 15px;
    color: #ddd;
    line-height: 42px;
    text-align: center;
    border-top: 1px solid #666;
    letter-spacing: 0.3px;
}

.copy_list {
    float: left;
    padding-left: 65px;
    margin-left: 55px;
    background: url(../images/copy_line1.png) no-repeat left center;
}

.copy_list2 ul {
    float: left;
}

.copy_list2 ul:nth-last-child(1) {
    /* padding-left: 50px; */
}

.copy_list li a {
    display: block;
    color: #b7b7b7;
    font-size: 13px;
    line-height: 26px;
}

.copy_list li a:hover {
    text-decoration: underline;
    color: #fff;
}

.copy_list strong {
    display: block;
}

.copy_list strong a {
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.copy_list strong a:after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    transition: 0.3s all ease;
}

.copy_list:hover strong a:after {
    width: 100%;
    background: #0060b7
}

.copy_row3 {
    display: block;
    position: relative;
    height: 60px;
}

.copy_row3:after {
    content: '';
    background: #333;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
}

.copy_row3:before {
    content: '';
    background: #5c5c5c;
    left: 0;
    top: 1px;
    width: 100%;
    height: 1px;
    position: absolute;
    display: block;
}

.copy_row3 .fl,
.copy_row3 .fl a {
    font-size: 13px;
    color: #b7b7b7;
    line-height: 60px;
}

.copy_row3 .fl a:hover {
    text-decoration: underline;
    color: #fff;
}

.copy_phone {
    background: url(../images/copy_phone.png) no-repeat;
    width: 182px;
    height: 220px;
    position: absolute;
    bottom: -60px;
    right: 45px;
    z-index: 5;
    padding: 70px 30px 20px;
}

.copy_phone>ul {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 182px;
    text-align: center;
    height: 40px;
}

.copy_phone>ul>li {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 9px;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    transition: 0.3s all ease;
    background: transparent;
    cursor: pointer;
}

.copy_phone>ul>li.cur {
    background: #0060b7;
    border-color: #0060b7;
}

.copy_phone>ul>li>img {
    display: block;
    width: 100%;
    height: 100%;
}

.copy_ewm_cont {
    display: block;
    width: 136px;
    position: absolute;
    height: 136px;
    top: 91px;
    left: 53px;
}

.copy_ewm_cont>img {
    display: block;
    width: 100%;
    height: 100%;
}