@charset "utf-8";

/* CSS Document */

html {
    background: #FFF;
    font-size: 62.5%;
    overflow-x: hidden;
    /* 10÷16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14÷10=1.4 */
    color: #323232;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    background: -webkit-gradient(linear, 0 0, 0 0, from(rgba(174, 220, 253, 1)), to(rgba(174, 220, 253, 0)));
    background: -webkit-linear-gradient(top, rgba(174, 220, 253, 1), rgba(174, 220, 253, 0));
    background: -moz-linear-gradient(top, rgba(174, 220, 253, 1), rgba(174, 220, 253, 0));
    background: -o-linear-gradient(top, rgba(174, 220, 253, 1), rgba(174, 220, 253, 0));
    background: -ms-linear-gradient(top, rgba(174, 220, 253, 1), rgba(174, 220, 253, 0));
    background: linear-gradient(top, rgba(174, 220, 253, 1), rgba(174, 220, 253, 0));
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=rgba(174, 220, 253, 1), endColorstr=rgba(174, 220, 253, 0));
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    width: 100%;
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #323232;
}

a:hover {
    color: #007eb3;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.clearfix {
    *zoom: 1;
    clear: both;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}


/*头部样式*/

.header {
    width: 100%;
    min-width: 300px;
    height: auto;
    z-index: 990;
    background: url(../images/header_bg.png) no-repeat top center;
    position: relative;
}

.top {
    height: 126px;
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.logo {
    width: 384px;
    float: left;
    transition: all 0.3s ease;
    padding-top: 34px;
}

.nav {
    width: 835px;
    position: absolute;
    right: 0;
    bottom: 6px;
    height: 52px;
    line-height: 52px;
}

.nav ul {
    margin-left: 6px;
    width: 105%;
}

.nav ul>li {
    float: left;
    height: 52px;
    position: relative;
    background: url(../images/li_bg.png) no-repeat left center;
}

.nav ul>li:first-child {
    background: none;
}

.nav ul li>a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    padding: 0 27px;
    display: block;
}

.nav ul li.on>a,
.nav ul li:hover>a {
    color: #fff;
    background-color: #02a4e9;
    height: 52px;
    line-height: 52px;
}

.nav ul li.on {
    height: 57px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    min-width: 100%;
    background: url(../images/subnav_bg.png) repeat;
}

.subNav {
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
}

.subNav dd {}

.subNav a {
    color: #fff;
    padding: 8px 15px;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    height: 52px;
    line-height: 52px;
}

.subNav a:hover {
    background-color: #006b99;
}

.header.currents {
    height: 60px;
    line-height: 60px;
    background: none;
    background-color: #fff;
}

.header.currents .ser {
    display: none;
}

.header.currents .top {
    height: auto;
}

.header.currents .logo {
    width: 200px;
    padding-top: 11px;
}

.header.currents .nav {
    position: static;
    margin-left: 307px;
    height: 60px;
    line-height: 60px;
    width: auto;
}

.header.currents .nav li {
    background: none;
}

.header.currents .subNav {
    top: 60px;
}

.header.currents .nav-wrapper {
    height: 56px;
}

.header.currents .nav ul li>a {
    color: #0098d9;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    padding: 0 37px;
}

.header.currents .nav ul li.on>a,
.header.currents .nav ul li:hover>a {
    color: #fff;
}

.header.currents {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4)
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.ser {
    width: 200px;
    height: 36px;
    line-height: 36px;
    background-color: #e6e6e6;
    z-index: 600;
    position: absolute;
    right: 0;
    top: 12px;
}

.search input {
    position: absolute;
    height: 36px;
    line-height: 36px;
    color: #999;
    border: none;
    background: none;
    top: 0px;
    padding-left: 0px;
}

.search input.notxt {
    color: #999;
    padding: 0 0 0 7px;
    width: 80%;
}

.search input.notxt1 {
    position: absolute;
    width: 33px;
    height: 36px;
    right: 0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    padding-right: 0;
    color: #fff;
    border: none;
    background: url(../images/search_btn.png) no-repeat left center;
}

.goTop {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 9999999;
    color: #fff;
    text-align: center;
    font-size: 14px;
    transition: none;
    background-color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.goTop:hover {
    color: #fff;
    background-color: #e46856;
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: absolute;
    height: 42px;
    display: none;
    top: 24px;
    right: 0;
    z-index: 99
}

.mobile-inner-header {
    width: 100%;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 3);
    width: 25px;
    height: 2px;
    background-color: rgba(0, 152, 217, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}


/*.mobileLink{height: 39px;line-height: 39px;}
.mobileLink dd{height: 39px;line-height: 39px;float:left;width: 25%;text-align: center;font-size: 16px;font-size: 1.6rem;}
.mobileLink dd a{color:#fff;} */

.mobile-inner-header-icon {
    color: #fff;
    height: 31px;
    text-align: left;
    float: right;
    width: 50px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
}

.mobile-inner-header-icon-out span {
    width: 22px;
    height: 2px;
    background-color: #0098d9;
    display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: #e1f2fa;
    width: 100%;
    position: absolute;
    top: 59px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.4rem;
    border-bottom: solid 1px #c9e2ed;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a:hover {
    color: #0050a5;
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li a {
    text-indent: 15px;
}

.mobile-inner-nav li strong {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 2.5rem;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    padding-left: 10px;
}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 90%;
    color: #333;
    margin-left: 55px;
    border: none;
}

.mobile_search input.notxt1 {
    width: 55px;
    background-color: #fff;
    right: auto;
    left: 0;
    background: url(../images/serbtn.png) no-repeat center center;
    border: none;
}


/*footer*/

.footer {
    width: 100%;
    overflow: hidden;
    background: url(../images/footer_bg01.jpg) no-repeat top center;
    background-size: cover;
    *background-repeat: repeat;
    position: relative;
    z-index: 10;
}

.footer a {
    color: #fff;
}

.footer-inner {
    width: 1300px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

.footer-inner .lf {
    width: 69.5%;
    float: left;
}

.footerList01 {
    width: 13%;
    float: left;
    border-left: 1px solid #2b9fd0;
    min-height: 200px;
    box-sizing: border-box;
}

.footerList02 {
    width: 21%;
}

.footerList01 dt {
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footerList01 dt span {
    display: none;
}

.footerList01 dd {
    padding-left: 20px;
    line-height: 30px;
}

.footerList02 dd {
    width: 50%;
    padding: 0;
    float: left;
}

.footerList02 dd a {
    padding-left: 20px;
}

.footer-inner .rt {
    width: 25%;
    float: right;
    border-left: 1px solid #2b9fd0;
    border-right: 1px solid #2b9fd0;
    box-sizing: border-box;
}

.friendLink-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 42px;
}

.friendLink {
    padding-left: 42px;
}

.friendLink li {
    width: 100%;
    float: left;
    line-height: 22px;
    padding: 4px 0;
}

.copyRight {
    width: 100%;
    overflow: hidden;
    line-height: 26px;
    padding: 17px 0;
    background-color: #006b99;
    text-align: center;
}

.copyRight span {
    display: inline-block;
    color: #96b5ca;
    *display: inline;
    *zoom: 1;
}

.copyRight strong {
    font-weight: normal;
    margin: 0 20px;
    color: #96b5ca;
}

@media screen and (max-width:1366px) {
    .top {
        width: 1024px;
    }

    .logo {
        width: 300px;
    }

    .nav {
        width: 690px;
    }

    .nav ul li>a {
        font-weight: normal;
        font-size: 16px;
        padding: 0 21px;
    }

    .header.currents .nav ul li>a {
        padding: 0 17px;
    }

    .footer-inner {
        width: 1220px;
    }
}

@media screen and (max-width:1220px) {
    .footer-inner {
        width: 1024px;
    }

    .footerList01 dt,
    .footerList01 dd,
    .friendLink-title,
    .friendLink-title,
    .friendLink {
        padding-left: 16px;
    }

    .footerList02 dd {
        width: 100%;
    }

    .footerList02 dd a {
        padding-left: 0;
    }

    .footer-inner .lf {
        width: 74%
    }

    .footerList01 {
        width: 14%;
    }
}

@media screen and (max-width:1024px) {
    .header {
        background: none;
        background-color: #fff;
        height: 83px;
    }

    .logo {
        float: none;
        margin: 0 auto;
        width: 220px;
        position: relative;
        z-index: 100
    }

    .top {
        width: auto;
        padding: 0 15px;
        height: auto;
    }

    .ser,
    .nav {
        display: none;
    }

    .mobile {
        display: block;
    }

    .footer-inner {
        width: auto;
        padding: 25px 15px;
    }

    .footer-inner .rt {
        width: 100%;
        border: none;
    }

    .friendLink li {
        width: 33.33%;
    }

    .footer-inner .lf {
        width: 100%;
    }
}

@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {

    .footerList01 dt,
    .friendLink-title {
        font-size: 15px;
    }

    .footerList01 dd {
        font-size: 12px;
    }
}

@media screen and (max-width:640px) {
    .footerList01 dd {
        display: none;
    }

    .footerList01 {
        width: 100%;
        float: none;
        border: none;
        min-height: auto;
    }

    .footerList01 dt {
        padding: 10px 0;
        border-bottom: 1px dotted #2b9fd0;
        margin: 0;
    }

    .friendLink-title {
        padding: 10px 0;
        margin: 10px 0 0 0;
    }

    .friendLink {
        padding: 0;
    }

    .friendLink li {
        width: 50%;
    }

    .footerList01 dt span {
        float: right;
        display: block;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

    .footerList01 dt span.on {
        transform: rotate(45deg) scale(1.08);
        -webkit-transform: rotate(45deg) scale(1.08);
        -o-transform: rotate(45deg) scale(1.08);
    }

    .footerList01 {
        border-bottom: 1px dotted #2b9fd0;
    }
}

@media screen and (max-width:600px) {}

@media screen and (max-width:480px) {
    .footer strong {
        display: none;
    }

    .friendLink li {
        width: 100%;
    }
}

@media screen and (max-width:360px) {}