@charset "utf-8";
/*@font-face {
    font-family: alibabaRG;
    src: url("../resources/css/alibabafont/Alibaba-PuHuiTi-Regular.ttf");
}*/
html {
    margin: 0px;
    padding: 0px;
    z-index: 1;
    overflow-x: hidden;
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0px;
    font-size: 14px;
    font-family: "Microsoft Yahei", arial, "Hiragino Sans GB", sans-serif;
/*    font-family: alibabaRG;*/
    z-index: 99;
    height: 100%;
    width: 100%;
    color: #585757;
}

a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

a:hover {
   /* font-size: 14px;
    color: #a30000;*/
    text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

dl,
dt,
dd,
ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-decoration: none;
}

input {
    outline: none;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

em {
    font-style: normal;
}

tr {
    _border-top: 1px solid #bfbfbf;
    _border-bottom: 1px solid #bfbfbf;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: normal;
}


/*正式代码*/

.con {
    width: 1170px;
    margin: 0 auto;
}

.head_wrap {
    width: 100%;
    height: 50px;
    background: #262626;
}

.head_wrap .head {
    background: #262626;
    height: 50px;
}

.head_wrap .head h1 {
    line-height: 50px;
    width: 126px;
    float: left;
    position: relative;
}

.head_wrap .head h1 img {
    position: absolute;
    top: 10px;
}

.head_wrap .head .ph {
    float: right;
    font-size: 14px;
    /*font-family: "Microsoft Yahei";*/
    color: #fff;
    line-height: 50px;
    font-weight: bold;
}
.ph a{
    color:#fff;
}
.wordtype{
    display: inline-block;
    margin-left:25px;
    font-weight:500 !important;
}

.head_wrap .head .dl {
    float: right;
    font-size: 14px;
    /*font-family: "Microsoft Yahei";*/
    color: #fff;
    line-height: 49px;
    font-weight: bold;
    margin: 0 20px 0 30px;
}

.head_wrap .head .dl a {
    float: right;
    font-size: 14px;
    /*font-family: "Microsoft Yahei";*/
    color: #fff;
    line-height: 49px;
    font-weight: bold;
    margin: 0 20px 0 30px;
}

.nav_wrap {
    width: 100%;
    height: 50px;
    background: #ffba01;
}

.nav_wrap .con {
    position: relative;
    height: 50px;
    background: #ffba01;
}

.nav_wrap .con ul {
    height: inherit;
}

.nav_wrap .con ul .myli {
    float: left;
    height: 49px;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    padding: 0 25px;
    box-sizing: border-box;
}

.nav_wrap .con ul .myli .tmenu{
    position: relative;
}
.nav_wrap .con ul .myli .a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
/*    color: #1e0c08;*/
    color: #000000;
}

.nav_wrap .con ul .current {
    background: rgba(0, 0, 0, 0.1);
}

.head_wrap .con .ss {
    width: 220px;
    float: right;
    top: 12px;
    margin-left: 30px;
    position: relative;
}

.head_wrap .con .ss input {
    width: 180px;
    background: #fff;
    outline: none;
    border: none;
    border-radius: 2px;
    color: #a6a6a6;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    /*font-family: "Microsoft Yahei";*/
    padding-left: 5px;
    box-sizing: border-box;
}

.head_wrap .con .ss span {
    position: absolute;
    right: 17px;
}

.head_wrap .con .ss .button {
    background-image: url(../image/icon/index-ss.png);
    width: 31px;
    height: 27px;
    position: absolute;
    right: 17px;
    top: 0;
    border-radius: 0 2px 2px 0;
    border:none;
}

.nav_wrap .con .nr {
    width: 100%;
    height: 300px;
    background: #fff;
    position: absolute;
    top: 50px;
    border-top: 0;
    left: 0;
    z-index: 20;
    padding-bottom: 15px;
    display: none;
}

.nav_wrap .myli .sj {
    position: absolute;
    bottom: 0;
    left: 42%;
    line-height: 0;
    display: none;
}

.nav_wrap .con .nr .wz {
    float: left;
    margin-top: 10px;
    width: 430px;
    /*height: 240px;*/
    height: auto;
    overflow: hidden;
}
.nav_wrap .con .nr .flt {
    width: 660px;
}

.nav_wrap .con .nr .wz li {
    width: 220px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    float: none;
    box-sizing: border-box;
}

.nav_wrap .con .nr .flt li {
    float: left;
}

.nav_wrap .con .nr .wz li a {
    font-size: 14px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav_wrap .con .nr .wz li a:hover {
    color: #000;
    text-decoration: underline;
}

.nav_wrap .con .nr ol .liw {
    border-right: 0;
}

.nav_wrap .con .nr ol li a {
    display: block;
}

.nav_wrap .con .nr .t1 {
    float: right;
    height: 250px;
    margin-right: 100px;
}

.nav_wrap .con .nr .t1 li {
    float: left;
    margin: 0 10px;
}

.nav_wrap .con .nr .cp {
    float: right;
    width: 700px;
    margin-top: 15px;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    position: relative;
    display: none;
}

.nav_wrap .con .nr .cp .c {
    width: 100%;
    display: none;
}

.nav_wrap .con .nr .cp .cp1 {
    display: block;
}

.nav_wrap .con .nr .cp dl {
    float: left;
    margin-top: 25px;
}

.nav_wrap .con .nr .cp .tu {
    float: left;
    margin-left: 20px;
}

.nav_wrap .con .nr .cp dl dt {
        width: 170px;
        font-size: 18px;
        color: #ff9b00;
        line-height: 24px;
        margin-bottom: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.nav_wrap .con .nr .cp dl dd {
    line-height: 26px;
}

.nav_wrap .con .nr .cp dl dd a {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.nav_wrap .con .nr .cp dl dd a:hover {
    text-decoration: underline;
}

.nav_wrap .con .nr .cp dl .sp a {
    text-decoration: underline;
}
.nav_wrap .con .cols .cp {
    width: 500px;
}
.nav_wrap .con .cols .cp div>a {
    display: none;
}

.nav_wrap .con .nr .cp button {
    width: 150px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    background: #ffba01;
    font-size: 14px;
    border: 0;
    position: absolute;
    right: 0px;
    bottom: 50px;
}

.nav_wrap .con .nr .cp button a {
    color: #000;
    font-size: 14px;
}

.new_head,
.new_copy {
    display: none;
}

.bav_bts {
    width: 1170px;
}


/*标题*/

.nbt_wrap {
    width: 100%;
    background: #fff;
    /*float: left;*/
    /*display: inline-block;*/
    clear: both;
}

.bav_bt {
    width: 1170px;
    margin: 0 auto;
    height: 55px;
    border-bottom: 1px solid #bfbfbf;
    line-height: 55px;
}

.bav_bt .left {
    font-size: 20px;
    color: #191919;
    float: left;
}

.bav_bt .right {
    float: right;
    /*background: #fff;*/
}

.bav_bt .right li {
    float: left;
    font-size: 16px;
}

.bav_bt .right li a {
    color: #191919;
    margin: 0 20px;
    font-size: 16px;
}

.bav_bt .right li a:hover {
    color: red;
}

.bav_bts .bt,
.bav_bts .right1 {
    display: none;
}

.bav_bts {
    width: 1170px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
}

.bav_bts .left {
    font-size: 24px;
    color: #191919;
    float: left;
}

.bav_bts .right {
    float: right;
    background: #fff;
}

.bav_bts .right li {
    float: left;
    font-size: 16px;
}

.bav_bts .right li a {
    color: #191919;
    margin: 0 20px;
    font-size: 16px;
}

.bav_bts .right li a:hover {
    color: red;
}

.bav_bts .bt,
.bav_bt .right1 {
    display: none;
}

.nav_wrap .cube1 {
    height: 300px;
    background: #fff;
    display: none;
    width: 100%;
    position: absolute;
    z-index: 4;
    box-shadow: 1px 1px 1px #ccc;
}
/*
.nav_wrap .con .nr1 .wz .li8 {
    margin: -210px 0 0 230px;
}

.nav_wrap .con .nr2 .wz .li8 {
    margin: -210px 0 0 230px;
}

.nav_wrap .con .nr2 .wz .li9 {
    margin: 0 0 0 230px;
}

.nav_wrap .con .nr2 .wz .li10 {
    margin: 0 0 0 230px;
}

.nav_wrap .con .nr5 .wz .li8 {
    margin: -210px 0 0 230px;
}

.nav_wrap .con .nr5 .wz .li9 {
    margin: 0 0 0 230px;
}

.nav_wrap .con .nr5 .wz .li10 {
    margin: 0 0 0 230px;
}

.nav_wrap .con .nr5 .wz .li11 {
    margin: 0 0 0 230px;
}

.nav_wrap .con .nr7 .wz .li8 {
    margin: -210px 0 0 230px;
}

.nav_wrap .con .nr7 .wz .li9 {
    margin: 0 0 0 230px;
}

.nav_wrap .con .nr7 .wz .li10 {
    margin: 0 0 0 230px;
}*/

.nav_wrap .con .nr6 .t1 {
    margin-right: 350px;
}

.bav_bt .right .red a {
    color: red
}

.nav_wrap .con .nr8 {
    padding-left: 18px;
}

.nav_wrap .con .nr8 div {
    width: 285px;
    height: 200px;
    display: inline-block;
}

.nav_wrap .con .nr8 div img {
    vertical-align: top;
    width: 265px;
    height: 147px;
    text-align: center;
    margin: 0 auto;
    margin-left: 5px;
    margin-top: 40px;
}

.nav_wrap .con .nr8 div a {
    vertical-align: top;
    color: #222;
}

.nav_wrap .con .nr8 div a:hover {
    color: #000;
}

.nav_wrap .con .nr8 div p {
    text-align: center;
    font-size: 14px;
}

.nav_bottom {
    width: 100%;
    display: inline-block;
    background: #3a3b3d;
    float: left;
}

.nav_bottom .nav_b {
    width: 1170px;
    margin: 0 auto;
    padding: 35px 0 30px 0;
    height: 240px;
    box-sizing: border-box;
}

.nav_bottom .nav_b ul li {
    width: 19.9%;
    border-right: 1px solid #ddd;
    float: left;
    text-align: center;
    height: 180px;
}

.nav_bottom .nav_b ul .li05 {
    border-right: 0;
}

.nav_bottom .nav_b ul li dl dt {
    margin: 10px auto;
    width: 42px;
    height: 41px;
    background: url(../image/icon/dv1.png) no-repeat;
    cursor: pointer;
}

.nav_bottom .nav_b ul li .dl1 dt:hover {
    background-image: url(../image/icon/dv2.png);
}

.nav_bottom .nav_b ul li .dl2 dt:hover {
    background-image: url(../image/icon/dv4.png);
}

.nav_bottom .nav_b ul li .dl3 dt:hover {
    background-image: url(../image/icon/dv6.png);
}

.nav_bottom .nav_b ul li .dl4 dt:hover {
    background-image: url(../image/icon/dv8.png);
}

.nav_bottom .nav_b ul li .dl5 dt:hover {
    background-image: url(../image/icon/dv10.png);
}

.nav_bottom .nav_b ul li .dl2 dt {
    background-image: url(../image/icon/dv3.png);
}

.nav_bottom .nav_b ul li .dl3 dt {
    background-image: url(../image/icon/dv5.png);
}

.nav_bottom .nav_b ul li .dl4 dt {
    background-image: url(../image/icon/dv7.png);
    width: 35px;
}

.nav_bottom .nav_b ul li .dl5 dt {
    background-image: url(../image/icon/dv9.png);
}

.nav_bottom .nav_b ul li dl dd {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.nav_bottom .nav_b ul li dl dd a {
    font-size: 14px;
    color: #fff;
}

.nav_bottom .nav_b ul li dl dd a:hover {
    color: #ffba01;
}

.nav_bottom .nav_b ul li dl .xb {
    font-size: 18px;
    line-height: 36px;
}

.nav_bottom .nav_b ul li dl .xb a {
    font-size: 18px;
    color: #fff;
}

.nav_bottom .nav_b ul li dl .dh a {
    font-size: 21px;
}

.foot_wrap {
    width: 100%;
    background: #000;
    display: inline-block;
    float: left;
}

.foot_wrap .footer {
    width: 1170px;
    margin: 0 auto;
    background: #000;
}

.foot_wrap .footer ul {
    padding-top: 40px;
    /*height: 660px;*/
    height: 100%;
    overflow: hidden;
}

.foot_wrap .footer ul li {
    float: left;
    /*border-right: 1px solid #bbb;*/
    width: 24.9%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 30px;
    /*height: 660px;*/
    overflow: hidden;
}
.foot_wrap .footer ul li:last-child {
    border-right: none;
}


.foot_wrap .footer ul li dl dt {
    font-size: 16px;
    color: #efaa00;
    line-height: 28px;
}

.foot_wrap .footer ul li dl dd {
    line-height: 24px;
    color: #b2b2b2;
    font-size: 14px;
    line-height: 26px;
}

.foot_wrap .footer ul li dl dd a {
    color: #b2b2b2;
    font-size: 14px;
}

.foot_wrap .footer ul li dl dd a:hover {
    color: #fff;
}

.foot_wrap .footer ul li .mydl {
    /*margin-bottom: 20px;*/
}

.foot_wrap .footer .copy {
    margin-top: 30px;
    height: 100px;
    float: left;
}

.foot_wrap .footer .copy .left {
    float: left;
    margin-left: 30px;
}

.foot_wrap .footer .copy .left h3 {
    font-size: 15px;
    color: #fff;
    margin: 15px 0;
}

.foot_wrap .footer .copy .left .ss {
    position: relative;
}

.foot_wrap .footer .copy .left .ss input {
    width: 230px;
    height: 26px;
    line-height: 26px;
    background: #e8e8e8;
    border: 1px solid #afafaf;
    color: #a6a6a6;
    font-size: 13px;
    box-sizing: border-box;
}

.foot_wrap .footer .copy .left .ss span {
    position: absolute;
    right: -25px;
    top: -2px;
}

.foot_wrap .footer .copy .left .ss .button2 {
    margin-top: 2px;
    background-image: url(../image/icon/sou.png);
    width: 25px;
    height: 26px;
    border: none;
    border-radius: 0 5px 5px 0;
}

.foot_wrap .footer .copy .right {
    border-left: 1px solid #bbb;
    float: left;
    margin: 8px 0 0 48px;
}

.foot_wrap .footer .copy .right p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-left: 44px;
}

.new_head,
.new_copy {
    display: none;
}

.ty .dh .h2 {
    display: none;
}

@media (min-width:1800px) {
    .banner,
    .banner ul,
    .banner ul li {
        min-height: 650px;
    }
}

@media (min-width:2000px) {
    .banner,
    .banner ul,
    .banner ul li {
        min-height: 700px;
    }
}

@media (min-width:2500px) {
    .banner,
    .banner ul,
    .banner ul li {
        min-height: 800px;
    }
}


/****************微信弹出层*********************/

.black_overlay {
    display: none;
    position: fixed !important;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.2;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: fixed !important;
    top: 50%;
    left: 50%;
    width: 699px;
    margin: -170px 0 0 -330px;
    height: 330px;
    z-index: 1002;
    overflow: auto;
    border-radius: 7px;
    padding: 3px 3px;
}

.white_content .newdiv {
    width: 650px;
    height: 330px;
    background-color: #fff;
}

.wechat {
    width: 252px;
    height: 252px;
    float: left;
    margin: 39px 34px;
}

.wechatright {
    width: 295px;
    height: 252px;
    float: left;
    margin: 39px 34px 39px 0;
}

.wechatright .saomiao {
    width: 295px;
    height: 70px;
    float: left;
}

.wechatright .saomiao li {
    width: 295px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 26px;
    color: #333333;
}

.wechatright .pingtai {
    width: 295px;
    height: 120px;
    float: left;
}

.wechatright .pingtai1 {
    width: 295px;
    height: 60px;
    line-height: 20px;
    margin: 10px 0;
    float: left;
    font-size: 13px;
    color: #333333;
}

.wechatright .pingtai2 {
    width: 295px;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    float: left;
    font-size: 13px;
    color: #333333;
}

.wechatclose span {
    width: 49px;
    height: 49px;
    left: 653px;
    top: 3px;
    position: absolute;
    background-image: url(../image/denglutubiao-07.png);
}

.wechatclose span:hover {
    width: 49px;
    height: 49px;
    left: 653px;
    top: 3px;
    position: absolute;
    background-image: url(../image/denglutubiao-07_2.png);
}

.youqing {
    margin: 30px auto 0 30px;
    height: 60px;
}

.youqing li {
    width: auto;
    height: 20px;
    line-height: 20px;
    float: left;
    margin: 0 0px 0 10px;
}

.youqing li a:hover {
    color: #fff;
}

.sp_warrper .sp ul li span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0.8;
}

.sp_warrper .sp ul li span img {
    width: inherit;
}

.clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;}