/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

::selection {
    background-color: #0063b7;
    color: #fff;
}

::-moz-selection {
    background-color: #0063b7;
    color: #fff;
}

::-webkit-selection {
    background-color: #0063b7;
    color: #fff;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
}

.pagetop {
    width: 100%;
    margin: 0 auto;
    height: 120px;
    position: relative;
}

.top_n {
    width: 1180px;
    height: 120px;
    margin: 0px auto;
    position: relative;
}

.top_n .left_nr {
    float: left;
}

.top_n .left_nr .logo {
    margin: 0 auto;
    position: absolute;
    width: 226px;
    height: 175px;
    top: 0;
    left: 480px;
    z-index: 99;
    background: url(../images/logo_bg.png) no-repeat center;
}

.top_n .left_nr .logo img {
    margin: 15px auto 0 auto;
    width: 117px;
    height: 116px;
    display: block;
}

.top_n .left_nr .trait {
    margin: 35px 0 0 10px;
    float: left;
    font-size: 18px;
    color: #0063b7;
    font-weight: bold;
    line-height: 30px;
}

.top_n .left_nr .trait p {
    font-size: 18px;
    color: #020202;
    font-weight: bold;
}

.top_n .right_tel {
    float: right;
    margin: 33px auto 0 auto;
    height: 60px;
    display: block;
    background: url(../images/tel.png) no-repeat center right;
    padding-right: 65px;
    text-align: right;
    font-size: 14px;
    color: #333;
}

.top_n .right_tel img{
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    margin-top: -20px;
}

.top_n .right_tel span {
    font-size: 18px;
    color: #f18d00;
    display: block;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.top_n .right_tel p {
    font-size: 28px;
    color: #f18d00;
    font-family: "Impact";
    line-height: 28px;
    float: left;
}

/* nav */
.nav_bg {
    height: 55px;
    background: #0063b7;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.nav_bg .nav {
    width: 1180px;
    height: 55px;
    margin: 0 auto;
    position: relative;
    z-index: 111;
}

@keyframes swingdown {
    0% {
        opacity: .99999;
        transform: rotateX(90deg);
    }

    30% {
        transform: rotateX(-20deg) rotateY(5deg);
        animation-timing-function: ease-in-out;
    }

    65% {
        transform: rotateX(20deg) rotateY(-3deg);
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: rotateX(0);
        animation-timing-function: ease-in-out;
    }
}

.nav>ul>li {
    width: 118px;
    height: 55px;
    text-align: center;
    color: #fff;
    float: left;
    position: relative;
}

.nav ul li a {
    display: block;
    color: #fff;
    line-height: 55px;
}

.nav>ul>li>a {
    color: #fff;
    font-size: 14px;
    line-height: 55px;
    font-weight: bold;
}

.nav>ul>li>ul>li {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 99, 183, 0.8);
    width: 118px;
    left: 0px;
}

.nav>ul>li>ul>li a {
    color: #fff;
    line-height: 40px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.nav>ul>li>ul {
    height: auto;
    width: 118px;
}

.nav>ul>li>ul>li>b {
    width: 0;
    display: block;
    height: 40px;
    background: #f18d00;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
}

.nav>ul>li>ul>li:hover b {
    width: 100%;
}

.nav>ul>li>ul>li:hover>a {
    position: absolute;
    width: 118px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: block;
}

.nav ul li:hover {
    background: #f18d00;
}

.nav ul li.another {
    background: #f18d00;
}

.third-nav {
    margin-left: 100%;
    top: 0px;
    left: 0px;
    width: 118px;
    position: relative;
    display: none;
}

.third-nav li {
    width: 130px;
    height: 40px;
    background: rgba(0, 99, 183, 0.8);
    display: none;
}

.third-nav li @keyframes swingdown {
    0% {
        opacity: .99999;
        transform: rotateX(90deg);
    }

    30% {
        transform: rotateX(-20deg) rotateY(5deg);
        animation-timing-function: ease-in-out;
    }

    65% {
        transform: rotateX(20deg) rotateY(-3deg);
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: rotateX(0);
        animation-timing-function: ease-in-out;
    }
}

.second-nav {
    display: none;
}

.second-nav>li {
    border-bottom: 1px solid #fff;
}

.third-nav>li {
    border-bottom: 1px solid #026fcc;
}

.nav ul li:hover .second-nav {
    display: block;
    animation: swingdown .8s ease-in-out forwards;
}

.nav ul li:hover .third-nav li {
    display: block;
    animation: swingdown .8s ease-in-out forwards;
}

.second-nav li:hover .third-nav {
    display: block;
}

.second-nav li:hover .third-nav a {
    color: #fff;
}

.second-nav>li>a::after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
    -ms-transition: border-color 0.5s ease;
    -o-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease;
}

.nav>ul>li>span {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
}

.nav>ul>li>a {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.nav>ul>li:hover>span {
    background: #f18d00;
}

.nav>ul>li.another>span {
    background: #f18d00;
}

.third-nav li i {
    width: 0;
    display: block;
    height: 40px;
    background: #f18d00;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
}

.third-nav li:hover i {
    width: 100%;
}

.third-nav li a {
    display: block;
    width: 118px;
    height: 40px;
    padding: 0 10px;
    position: absolute;
    color: #333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.nav_bg .nav>ul>li:nth-child(5) {
    margin-left: 235px;
}

.fixedNav .nav>ul>li:nth-child(5) {
    margin-left: 0px;
}

.fixedNav .nav ul li {
    width: 147px;
    text-align: center;
}

.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}

/* banner */
.banner {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.flexslider {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 500px;
}

.slides li a {
    display: block;
    width: 100%;
    height: 500px;
}

.flex-control-nav {
    position: absolute;
    bottom: 30px;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

/* footer */
.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.content-1 {
    width: 1180px;
    margin: 0 auto;
}

.footer {
    width: 100%;
    height: 273px;
    background: url(../images/footer_bg.jpg) no-repeat center;
    margin: 0 auto;
}

.footerTel {
    width: 250px;
    height: 268px;
    background: url(../images/xt1.png) no-repeat right center;
    padding-right: 40px;
}

.footerTel1 {
    padding-left: 50px;
    margin-top: 70px;
    height: 42px;
    background: url(../images/footerTel.png) no-repeat center left;
}

.footerTel1 h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.footerTel1 p {
    font-size: 24px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #fff;
}

.footerTel span {
    font-size: 14px;
    display: block;
    color: #fff;
    text-align: center;
}

.footerTel span a {
    font-size: 14px;
    color: #fff;
}

.footerMore {
    display: block;
    width: 195px;
    height: 35px;
    background: #f18d00;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
}

.footerText {
    width: 440px;
    padding: 0 90px;
    background: url(../images/xt1.png) no-repeat right center;
    height: 214px;
    padding-top: 55px;
    color: #fff;
    line-height: 30px;
}

.footerText a {
    color: #fff;
}

.footerR {
    width: 240px;
}

.footerR h4 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 56px;
}

.footerR img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 7px auto 0;
}