﻿/** License By http://www.lanru.cn/ **/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: normal;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, :hover {
    text-decoration: none;
}

div, p, ul, ol, li {
    margin: 0;
    padding: 0;
}

textarea, input, button, select, keygen, legend {
    font: 12px/1.14 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

a {
    color: #fff;
    font-family: 宋体;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity: .7;
    color: #fff
}

/* function */
.f-cb:after, .f-cbli li:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.f-cb, .f-cbli li {
    zoom: 1;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.clear {
    clear: both;
}

img {
    border: 0;
    outline: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

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

/***通用***/
.w1200 {
    width: 1200px;
    overflow: hidden;
}
.w1000 {
    width: 1000px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.main {
    width: 100%;
    background: url("../images/bg2.png") #ffffff bottom no-repeat;
    overflow: hidden;
    min-width: 1200px;
    background-size: 100%;
    background-position: bottom;
}

.content {
    margin: auto;
    overflow: hidden;
}

.light_title {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #444;
}

.light_title a {
    font-size: 18px;
    font-family: "Microsoft YaHei", "微软雅黑";
    list-style-type: none;
    letter-spacing: 2px;
    color: #444;
}

.light_title a:hover {
    text-decoration: underline;
}

/***尾部***/
.footer {
    width: 100%;
    overflow: hidden;
    background-color: #272927;
    text-align: center;
    min-width: 1200px;
    color: #fff;
}

.footer a {
    font-size: 14px;
    line-height: 14px;
}

.footer ul {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 20px;
}

.footer li {
    display: inline-block;
}

.footer li a {
    font-size: 14px;
}

.footer li a:after {
    content: "|";
    display: inline-block;
    width: 30px;
    height: 10px;
}

.footer li:last-child a:after {
    content: "";
    width: 0;
    height: 0;
}

.footer p:nth-of-type(1) {
    margin-bottom: 60px;
}

.footer p:last-child {
    margin-top: 25px;
    margin-bottom: 70px;
}

/***头部***/
#header.bak {
    background: rgba(25, 25, 25, 0.6);
    min-width: 1360px;
}

#header.bak a:hover {
    text-decoration: none;
}

#header {
    width: 100%;
    margin: 0 auto;
    z-index: 12;
}

#header .wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

#header.bak .logo {
    top: 5px;
    width: 127px;
    height: 60px;
    overflow: hidden;
    float: left;
    position: absolute;
    left: 10%;
    margin-right: -600px;
}

#header.bak .logo img {
    width: 100%;
    height: auto;
}

#header .nav {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

#header .clear {
    display: inline-block;
    margin-left: -100px;
}

#header .nav ul li {
    position: relative;
    background: url(../images/opacity-0.png) no-repeat;
    display: inline-block;
}

#header .nav ul li > a {
    display: block;
    line-height: 24px;
    padding: 28px;
    color: #fff;
    font-size: 15px;
}

#header .nav > ul > li > a {
    font-size: 18px;
    padding: 12px 5px;
}

#header .nav li b {
    display: block;
    visibility: hidden;
    width: 18px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -9px;
}

#header .nav li b img {
    vertical-align: top;
}

#header .nav_child {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

#header .nav_child .child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
    line-height: 50px;
    height: 0;
    overflow: hidden;
    background: url(../images/black60.png);
}

#header .nav_child .child.now {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    height: 50px;
}

#header .nav_child .child .p {
    display: inline-block;
}

#header .nav_child .child p {
    display: inline-block;
    margin-right: 15px;
}

#header .nav_child .child p:last-child {
    margin: 0;
}

#header .nav_child .child strong {
    color: #fff;
    background: url(../images/img6.png) right center no-repeat;
    padding-right: 18px;
    font-weight: 100;
    display:inline-block;
}

#header .nav_child .child strong a {
    font-size: 15px;
    color: #fff;
}

#header .tools {
    position: absolute;
    top: 16px;
    right: 8%;
    text-align: center;
    top: 2px;
}

#header .tools li {
    float: left;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
    height: 20px;
    position: relative;
    box-sizing: content-box;
}

#header .tools li:first-child {
    border: 0;
    margin: 0;
}

#header .tools li.login {
    width: 39px;
    height: 20px;
}

#header .login {
    z-index: 3;
}

#header .tools li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

#header .tools li a {
    padding-right: 22px;
}

#header .tools li a::after {
    position: absolute;
    right: 0;
    top: 8px;
    border-top: 5px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    width: 0;
    height: 0;
    content: '';
}


#header .tools li.lang {
    width: 41px;
    height: 20px;
}

#header.bak .loginbox {
    top: 25px;
}

#header .loginbox {
    display: none;
    background: url(../images/login-box.png) no-repeat 0 bottom;
    width: 80px;
    height: 70px;
    position: absolute;
    top: 0;
    left: -2px;
}

#header .loginbox .a {
    cursor: pointer;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #000;
    padding: 0;
}

#header .tools li.lang {
    width: 41px;
    height: 20px;
}

#header .tools .lang a img {
    width: 18px;
}

#header .language {
    display: none;
    background: url(../images/login-box.png) no-repeat 0 bottom;
    width: 80px;
    height: 70px;
    position: absolute;
    top: 0;
    left: -2px;
    color: #000;
}

#header.bak .language {
    top: 25px;
}

#header .language .a {
    cursor: pointer;
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #000;
    padding: 0;
}

#header .tools li.scbtn {
    width: 40px;
    height: 20px;
}

#header .tools li.scbtn a {
    z-index: 9;
}

#header .search {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/search.png) center bottom no-repeat;
    width: 280px;
    height: 40px;
    display: none;
    color: #000;
}

#header.bak .search {
    top: 30px;
}

#header .search .kw {
    background: none;
    border: none;
    width: 220px;
    height: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    color: #000;
    float: left;
}

#header .search .ok {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    float: left;
    cursor: pointer;
}

#header .tools .menutool {
    float: left;
    margin-left: 28px;
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    margin-top: 5px;
}

#header .tools .menutool img {
    width: 100%;
    height: auto;
    max-height: none;
}

#header .tools ul {
    padding-top: 13px;
    float: left;
}

#header .tools a img {
    display: inline-block;
    width: 17px;
}

#header .tools li a img {
    max-height: none;
}

#header .nav ul li a:hover {
    color: #c2a680;
}

#header .tools li a:hover {
    opacity: 0.8;
}

.lrnavbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.lrnavbar .layer {
    position: relative;
    margin: 0 auto;
    text-align: center;
    background: url(../images/nav_bg.jpg) center top repeat;
}

.lrnavbar .close {
    position: absolute;
    right: 50px;
    top: 50px;
    background: url(../images/navbar_close.png) no-repeat;
    width: 50px;
    height: 50px;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
}

.lrnavbar .close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.lrnavbar .logo {
    padding-top: 125px;
    margin-bottom: 82px;
}

.lrnavbar .list {
    overflow: hidden;
    display: inline-block;
}

.lrnavbar .item {
    float: left;
    min-width: 160px;
    color: #fff;
    text-align: center;
}

.lrnavbar .item h1 {
    font-family: fzfysjt;
    font-size: 26px;
    padding-bottom: 26px;
    background: url(../images/nav_liststyle.png) center bottom no-repeat;
    margin-bottom: 12px;
    color: inherit;
}

.lrnavbar .item dl {
    background: url(../images/nav_dot.png) center top no-repeat;
    padding-top: 18px;
    margin-bottom: 14px;
}

.lrnavbar .item h1 + dl {
    background: none;
    padding: 0;
}

.lrnavbar .item dt {
    font-size: 16px;
    margin-bottom: 2px;
}

.lrnavbar .item dd {
    font-size: 16px;
    padding: 4px 0;
}

.lrnavbar .item a {
    color: #eaa1a1;
}

.lrnavbar .item a:hover {
    color: #fff;
}

.lrnavbar .layer {
    padding-top: 156px;
    width: 100%;
    height: 100%;
}

/* 弹窗 */
.popWindow .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popWindow .dialog {
    display: inline-block;
    background: #fff;
    vertical-align: middle;
    letter-spacing: 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
    color: #474747;
}

.popWindow .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.popWindow .head {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 20px;
}

.popWindow .cont {
    padding: 20px;
}

.popWindow .btnWarp {
    text-align: center;
    border-top: #e4e4e4;
}

.popWindow .btnWarp .center {
    display: inline-block;
    overflow: hidden;
}

.popWindow .btnWarp button {
    float: left;
    cursor: pointer;
    border-radius: 5px;
    background-color: #f0f0f0;
    border: 1px solid #c3c3c3;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}

.popWindow .btnWarp button:hover {
    background-color: #4f89f5;
    color: #fff;
    border-color: #4e73b9;
}