﻿@charset "utf-8";

/* reset css */
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0px;
    padding: 0px;
}

body {
    color: #2c231d;
    font-size: 16px;
    font-family: "微软雅黑";
}

span {
    font-family: "微软雅黑";
}

i {
    font-style: normal;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

ul,
li {
    list-style: none;
}

button,
input,
img {
    vertical-align: middle;
    border: 0;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

.clearself {
    overflow: hidden;
}

.clear {
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

.hide {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

a {
    display: inline-block;
    color: #5c5855;
}

.img {
    display: block;
}

input::-ms-clear {
    display: none;
}

/* 框架定义 ============================================================== */
body {
    background: #fff;
}

html,
body {
    height: 100%;
}

.wrapper {
    min-width: 1280px;
    min-height: 100%;
    _height: 100%;
    overflow: auto;
}

.center {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.ico {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/sprite.png) no-repeat;
}

/* ---------- 主体布局样式 ----------*/
.container {
    padding: 30px 0;
}

.container.notpd {
    padding: 0;
}

.col-left {
    float: left;
    width: 250px;
    min-height: 500px;
}

.col-right {
    float: right;
    width: 890px;
}

.col-main {
    float: left;
    width: 850px;
    border-right: 1px solid #eee;
    padding-right: 28px;
    padding-bottom: 20px;
}

.col-right-sm {
    float: right;
    width: 270px;
    padding-top: 30px;
}

/* ---------- 头部样式 ----------*/
.header {
    position: relative;
    height: 76px;
    z-index: 11;
    font-size: 14px;
}

.header .logo {
    margin-top: 15px;
}

.header .logo a {
    display: block;
}

.header .lan-select {
    color: #a5a5a5;
    margin-top: 30px;
}

.header .lan-select a {
    margin: 0 6px;
    color: #c3c3c3;
}

.header .lan-select a.on {
    color: #5c5855;
}

.linkScroll {
    float: right;
    width: 155px;
    margin-top: 25px;
    margin-right: 30px;
}

#autoScroll ul li {
    height: 15px;
    line-height: 15px;
    overflow: hidden;
}

#autoScroll li a {
    display: block;
    width: 100%;
    margin: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#autoScroll li a {
    margin: 8px 0;
    color: #f05928;
    text-align: right;
}

.autoBox {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.autoBox ul {
    position: absolute;
    list-style: none;
    z-index: 2;
}

/* ---- 选择子站点 -----*/
.top-select {
    float: right;
    position: relative;
    margin: 30px 30px 0 0;
}

.top-select .defaultText {
    font-size: 14px;
    color: #5c5855;
    cursor: pointer;
}

.top-select .defaultText i {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin: -5px 0 0 12px;
    background-position: 0px 0px;
}

.top-select .defaultText i.on {
    width: 8px;
    height: 5px;
    background-position: -9px 0px;
}

.top-select .down {
    display: none;
    position: absolute;
    background: #fff;
    width: 220px;
    top: 28px;
    right: 0;
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px 0;
}

.top-select .item span {
    display: inline-block;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #d3d3d3;
    padding: 5px 8px 0 8px;
}

.top-select .item span b {
    color: #444;
    padding: 0 5px;
}

.top-select .down li a:hover,
.top-select .down li a.cur {
    background: #f0f0f0;
}

.top-select .down li a {
    display: inline-block;
    width: 190px;
    padding: 4px 15px;
    color: #888;
}

/* 2019-5-23 No.115934 */
.top-select1 .defaultText {
    color: #f3563c;
}

/* ---- 导航栏样式 -----*/
.nav {
    height: 44px;
    border-bottom: 1px solid #ebebeb;
}

.nav ul>li {
    float: left;
    position: relative;
    margin-right: 22px;
    z-index: inherit;
}

.nav ul>li a {
    display: inline-block;
    height: 43px;
    line-height: 44px;
    font-size: 16px;
    color: #2c231d;
    border-bottom: 2px solid transparent;
    padding: 0 10px;
}

.nav ul>li:hover>a,
.nav ul>li.cur>a {
    color: #f3600f;
    border-bottom-color: #f3600f;
}

.nav ul>li .secondItem {
    position: absolute;
    width: 148px;
    top: 45px;
    left: -20px;
    z-index: 15;
    padding: 10px 0;
    background: #fff;
    opacity: 0.98;
    filter: alpha(Opacity=98);
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-top: 0;
    display: none;
    overflow: visible;
}

.nav .secondItem dd {
    float: left;
    color: #f3600f;
    font-size: 18px;
}

.nav .secondItem a {
    color: #5c5855;
    width: 142px;
    height: 36px;
    line-height: 36px;
    padding-left: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.nav .secondItem.navcolumn3 {
    width: 430px;
}

.nav .secondItem a:hover {
    color: #f3600f;
}

/*产品与解决方案导航*/
.nav ul>li .secondItem.pro {
    width: 1180px;
    left: -318px;
    padding: 0 90px 10px;
    box-sizing: border-box;
}

.proNav {
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 33px;
}

.proCon {
    display: none
}

.nav ul>li .secondItem.pro .proNav a {
    position: relative;
    display: inline-block;
    width: auto;
    height: 74px;
    line-height: 74px;
    float: left;
    margin-left: 152px;
    padding-left: 72px;
    padding-right: 8px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    overflow: visible;
    transition: all linear .2s
}

.nav ul>li .secondItem.pro .proNav a:hover {
    color: #f3600f
}

.nav ul>li .secondItem.pro .proNav a:first-child {
    margin-left: 108px
}

.nav ul>li .secondItem.pro .proNav a.cur {
    border-bottom: 2px solid #f3600f;
    color: #f3600f
}

.nav ul>li .secondItem.pro .proNav a.cur:after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    display: block;
    margin-left: -7px;
    width: 14px;
    height: 8px;
    content: "";
    background: url(../images/subnav-arrow.png) no-repeat;
}

.nav ul>li .secondItem.pro .proNav a i {
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    transition: background-color 1s linear;
    border-radius: 25px
}

.nav ul>li .secondItem.pro .proNav a i.ico1 {
    background: url(../images/productIco01.png) 11px 12px no-repeat
}

.nav ul>li .secondItem.pro .proNav a i.ico2 {
    background: url(../images/productIco02.png) 10px 10px no-repeat
}

.nav ul>li .secondItem.pro .proNav a i.ico3 {
    background: url(../images/productIco03.png) 10px 10px no-repeat
}

.nav ul>li .secondItem.pro .proNav a.cur i.ico1 {
    border: 1px solid #f3600f;
    background: #f3600f url(../images/productIco01-hover.png) no-repeat 11px 12px;
}

.nav ul>li .secondItem.pro .proNav a.cur i.ico2 {
    border: 1px solid #f3600f;
    background: #f3600f url(../images/productIco02-hover.png) no-repeat 10px 10px;
}

.nav ul>li .secondItem.pro .proNav a.cur i.ico3 {
    border: 1px solid #f3600f;
    background: #f3600f url(../images/productIco03-hover.png) no-repeat 10px 10px;
}

.proTit {
    font-size: 18px;
    color: #f3600f;
    margin-bottom: 17px;
    font-weight: normal
}

.nav ul>li .proCon-l {
    width: 396px;
    float: left
}

.nav ul>li .proCon-l h3,
.nav ul>li .proCon-m h3,
.nav ul>li .proCon-r h3,
.nav ul>li .proCon-l a,
.nav ul>li .proCon-m a,
.nav ul>li .proCon-r a {
    display: block;
    width: auto;
    padding-left: 0;
    color: #333;
    margin-bottom: 10px
}

.nav ul>li .proCon-l h3,
.nav ul>li .proCon-m h3,
.nav ul>li .proCon-r h3 {
    line-height: 36px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px
}

.nav ul>li .proCon-m {
    width: 350px;
    float: left
}

.nav ul>li .proCon-l h3 a,
.nav ul>li .proCon-m h3 a,
.nav ul>li .proCon-r h3 a {
    padding-left: 20px;
    margin-bottom: 0;
    color: #5c5855;
    font-size: 15px;
    height: 29px;
    line-height: 24px
}

.nav ul>li .proCon-r {
    width: 250px;
    float: left
}



.import {
    color: #f3600f
}

.secondItem.pro .menu {
    float: left;
    width: 140px;
}

.secondItem.pro .menu dt a {
    font-size: 18px;
    color: #f3600f;
}

.secondItem.pro .menu a {
    padding-left: 0;
    width: 128px;
}

.secondItem.pro .menu.finance {
    width: 160px;
}

.secondItem.pro .menu.data {
    width: 450px;
}

.secondItem.pro .menu.data a {
    width: 225px;
}

.nav .recommend-right {
    position: absolute;
    width: 427px;
    right: 35px;
    top: 45px;
}

.nav .recommend-right dd {
    float: none;
}

.nav .recommend-right dd {
    line-height: 23px;
    padding-left: 15px;
}

.nav .recommend-right dd a {
    width: auto;
    padding: 0;
    height: auto;
    line-height: inherit;
}
.nav ul > li .proCon-l h3 a[href^='javascript'],
.nav ul > li .proCon-m h3 a[href^='javascript'],
.nav ul > li .proCon-r h3 a[href^='javascript'] {
    color: #aaa;
    cursor: default
}

/*搜索框*/
.search-warp {
    float: right;
    position: relative;
    margin-top: 6px;
}

.search-area {
    display: block;
    float: right;
    position: relative;
    width: 208px;
    height: 30px;
    border: 1px solid #c6c6c6;
}

.search-area .txt {
    padding: 5px 10px;
    width: 185px;
    height: 30px;
    line-height: 20px;
    font-size: 12px;
    float: left;
    border: 0;
    color: #000;
    box-sizing: border-box;
    background-color: #fff;
}

.search-area .txt::-ms-clear {
    display: none;
}

.search-warp .search-ico {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: right;
    right: 0;
    top: 0;
}

.search-warp .search-ico i {
    display: block;
    width: 16px;
    height: 16px;
    color: #757a7e;
    font-size: 22px;
    line-height: 60px;
    cursor: pointer;
    margin-top: 8px;
    background-position: -30px -14px;
}


/* 2019-5-23 No.115934 */
.search-warp1 .search-area {
    border-color: transparent;
    transition: all 0.2s ease-in-out;
}

.search-warp1 .search-area .txt {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.search-warp1 .search-area.show {
    border-color: #c6c6c6;
}

.search-warp1 .search-area.show .txt {
    visibility: visible;
    opacity: 1;
}


/* banner图 */
.banner {
    position: relative;
    overflow: hidden;
    z-index: 1;
    clear: both;
}

.banner-inside {
    height: 140px;
}

.banner-inside img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 140px;
}

/* --------------- 底 部 样 式 -------------- */
.footer-fixer {
    position: relative;
    height: 140px;
}

.footer {
    position: absolute;
    width: 100%;
    min-width: 1280px;
    height: 140px;
    left: 0px;
    color: #b0b0b0;
    padding-top: 32px;
    margin-top: -140px;
    /*background-color: #333;*/
    background-color: #2e3033;
    box-sizing: border-box;
}

.foot-logo {
    float: left;
    margin-top: 20px;
}

.footer .address {
    float: left;
    padding-left: 112px;
}

.footer .address p {
    line-height: 180%;
    color: #b0b0b0;
    font-size: 12px;
}

.footer .address .copyright {
    color: #b0b0b0;
    font-size: 12px;
    padding-top: 12px;
}

.footer .address .copyright .cr {
    margin-right: 10px;
    color: #b0b0b0;
}

.footer .address .supervise {
    float: right;
}

.footer .address .supervise a {
    color: #b0b0b0;
    margin: 11px 0 0 30px;
}

.footer .address .supervise-ico {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0.3px 7px 0 0;
    background: url(../images/supervise-ico.png) no-repeat;
}

.foot-link {
    float: left;
    padding-left: 30px;
}

.foot-link li {
    float: left;
    margin: 0 13px;
}

.foot-link li a {
    position: relative;
}

.foot-link li a i.ico {
    display: inline-block;
    width: 27px;
    height: 21px;
    background: url(../images/sprite.png) no-repeat;
}

.foot-link li a i.ico1 {
    height: 23px;
    background-position: 0px -30px;
}

.foot-link li a i.ico2 {
    background-position: 0px -60px;
}

.foot-link li a i.ico3 {
    background-position: 0px -90px;
}

.foot-link li a i.ico4 {
    background-position: 0px -120px;
}

.foot-link li a:hover i.ico1 {
    background-position: -30px -30px;
}

.foot-link li a:hover i.ico2 {
    background-position: -30px -60px;
}

.foot-link li a:hover i.ico3 {
    background-position: -30px -90px;
}

.foot-link li a:hover i.ico4 {
    background-position: -30px -120px;
}

.foot-link .code-box {
    display: none;
    position: absolute;
    width: 112px;
    height: 130px;
    left: -55px;
    bottom: 20px;
    z-index: 2;
    padding: 10px 10px 0 10px;
    background: url(../images/code-box.png) no-repeat;
}

.foot-link .code-box img {
    width: 110px;
    height: 110px;
}

/* footer 2019-1-6 No.115934 */

.footer1 {
    height: 200px;
    margin-top: 0;
    background-color: #e8eefb;
}

.footer1 .foot-logo {margin-top: 50px;}

.footer1 .address {
    margin: 25px 0 0 20px;
    padding-left: 20px;
    border-left: 1px solid #c5ccdd;
}

.footer1 .address p {
    color: #81828c;
    font-size: 14px
}

.footer1 .address .copyright {
    color: #81828c !important;
    font-size: 14px
}

.footer1 .address .copyright i {
    color: #81828c !important;
    font-size: 14px
}

.footer1 .address .copyright a,
.footer1 .address .supervise a {
    color: #81828c !important;
    font-size: 14px
}

.footer1 .foot-link+div>img {
    margin-top: 0 !important;
    margin-left: 250px !important;
}

.footer1 .foot-link+div+div>p {
    color: #81828c !important;
    margin-top: 13px;
}

.wccode {
    float: right;
    padding-top: 25px;
}


/* 右 侧 悬 浮 栏 */
.right-link {
    position: fixed;
    bottom: 140px;
    right: 0;
    z-index: 20;
}

.right-link ul li {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.right-link ul li a {
    display: block;
    height: 50px;
    line-height: 120%;
    text-align: center;
    background: #c0c0c0;
}

.right-link ul li a span {
    padding: 5px;
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
    text-align: center;
    display: none;
}

.right-link li a.cur span {
    display: inline-block;
}

.right-link li a.cur {
    background: #e34920;
}

.right-link li a.cur i {
    display: none;
}

.right-link li i.ico {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: 13px;
}

.right-link li.link1 i.ico {
    background-position: -60px 0px;
}

.right-link li.link2 i.ico {
    background-position: -90px 0px;
    margin-top: 16px;
}

.right-link li.link3 i.ico {
    background-position: -120px 0px;
}

.right-link li.link3 .call {
    position: absolute;
    width: 180px;
    height: 61px;
    line-height: 61px;
    color: #666;
    font-size: 18px;
    text-align: center;
    font-family: "微软雅黑";
    bottom: 0;
    right: 60px;
    background: url(../images/call.png) no-repeat;
    display: none;
}

.right-link li.link4 i.icon {
    position: absolute;
    top: 13px;
    left: 14px;
    display: inline-block;
    width: 25px;
    height: 22px;
    vertical-align: middle;
    background: url(../images/zx_ico.png) no-repeat;
}

.right-link li.link4 a.cur i {
    display: none;
}

.right-link li.link4 a {
    background: #e34920;
}

.right-link li.link4 span {
    display: inline-block;
}

.right-link li.link4 a.cur span {
    font-size: 16px;
    display: inline-block;
}

/* 右侧优化 2019-5-28 No.115934 */
.right-link1 ul li a {
    border-radius: 4px;
}
.right-link1 li.link1 i.ico {
    background-position: -57px -356px;
}
.right-link1 li.link2 i.ico {
    background-position: -84px -356px;
}
.right-link1 li.link3 i.ico {
    background-position: -113px -356px;
}

.right-link1 li.link3 .call {
    width: 150px;
    height: 92px;
    line-height: 92px;
    bottom: -24px;
    right: 45px;
    color: #333;
    background-position: center;
    font-size: 14px;
}

.right-link1 li.link5 i.ico {
    background-position: -28px -356px;
}
.right-link1 li.link6 i.ico {
    background-position: 0 -355px;
    margin-top: 20px;
}
.right-link li.link6 a.cur i.ico {
    display: inline-block;
}

.waitingBox {
    display: none;
}

.waitingBox .fixed-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00000000', EndColorStr='#00000000');
}

.waitingBox .waitingIco {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -34px;
    margin-top: -30px;
}

/*三级*/
.third-menu {
    height: 45px;
    line-height: 45px;
    background: #f7efeb;
}

.third-menu li {
    position: relative;
    float: left;
    min-width: 123px;
    padding: 0 10px;
    line-height: 45px;
    text-align: center;
}

.third-menu li a {
    color: #743310;
}

.third-menu li:hover a {
    color: #f3600f;
}

.third-menu li.cur {
    background: #f3600f;
    color: #fff;
}

.third-menu li.cur a {
    color: #fff;
}

.third-menu li.cur:after {
    position: absolute;
    width: 17px;
    height: 7px;
    content: "";
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    background: url(../images/third-menu-cur.gif) no-repeat;
}

.recommend {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eeeeee;
    padding-top: 24px;
    margin-top: 10px;
}

.recommend-left {
    float: left;
    width: 540px;
}

.hot-item {
    overflow: hidden;
}

.hot-item h3 {
    float: left;
}

.hot-item dt {
    float: left;
    color: #f3600f;
}

.nav .hot-item {
    padding-bottom: 20px;
}

.nav .hot-item dl dd a {
    width: 112px;
    height: auto;
    line-height: inherit;
    padding: 0 10px;
    vertical-align: text-top;
}

/* 企业内刊特殊样式（2017-03-16） */
.magazine li {
    width: 240px;
    height: 385px;
    float: left;
    margin: 20px 20px 20px 0;
    overflow: hidden;
}

.magazine img {
    width: 240px;
    height: 324px;
    transition: all 0.5s;
}

.magazine img:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.magazine li p {
    margin-top: 10px;
}

.login_link_add {
    margin: 30px 0 0 30px;
}

.login_link_add a:hover {
    color: #f05928;
}

.banner-pro {
    height: 295px;
    background: none;
}

.center-box {
    padding: 70px 0 80px;
}

.center-box:nth-child(even) {
    background: #f3f3f3
}

.center-tit {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.center-box p {
    margin-top: 30px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-indent: 2em;
}

.center-con {
    display: none
}

.center-box p img {
    margin-left: -2em
}


.center-box.sec {
    padding: 0
}

.center-box.sec {
    background: #fff !important
}

.center-box.sec .center-tit {
    font-size: 24px;
    color: #f3600f;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 2px
}

.center-box:nth-of-type(3).sec .center-tit {
    font-size: 24px;
}

.center-headline {
    font-size: 30px;
    margin-top: 63px;
    color: #333;
    text-align: center;
    margin-bottom: -5px
}

.center-box.sec p {
    margin-top: 18px
}

.center-box.sec p .center-subhead {
    font-weight: bold;
}

.center-box.sec p .center-subhead:after {
    display: inline-block;
    content: ":";
    text-indent: 0;
    margin: 0 6px
}

.center-box.sec p .center-subhead.br:after {
    content: ""
}

.center-box.center-choice.sec {
    margin-top: 87px;
    background: url(../images/img19.jpg) center center no-repeat !important;
    padding: 70px 0 80px
}


.center-nav {
    width: 100%;
    border-bottom: 1px solid #e0e0e0
}

.center-nav-box {
    margin: 0 auto;
    text-align: center;
    margin-top: 37px;
    margin-left: -30px
}

.center-nav-box a {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 30px;
    min-width: 240px;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s linear;
    border-bottom: 2px solid transparent;
    color: #888
}

.center-nav-box a.cur {
    border-bottom: 2px solid #f3600f;
    color: #f3600f
}

.center-nav-box a.cur:after {
    position: absolute;
    left: 50%;
    bottom: -8px;
    display: block;
    margin-left: -7px;
    width: 14px;
    height: 8px;
    content: "";
    background: url(../images/subnav-arrow.png) no-repeat;
}

.center-box .imglist.column3 li {
    width: 280px;
    height: 180px;
    margin-right: 0;
    margin-left: 20px;
    float: none;
    display: inline-block
}

.center-box .imglist.column3 li img {
    width: 280px;
}

.center-box .imglist.column3 li a {
    text-align: center;
    display: inline-block;
    width: 100%;
    cursor: pointer
}

.center-box .imglist.column3 li:hover a img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}

.center-box .imglist.column3 li.default:hover a img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.1, 1.1);
}

.center-box .imglist.column3 ul {
    margin: 0 -20px;
    text-align: center;
}

.center-box .imglist {
    margin-top: 40px
}

.center-box.center-choice {
    height: 300px;
    margin-bottom: -30px;
    background: url(../images/img19.jpg) center center no-repeat;
    box-sizing: border-box
}

.center-note-box {
    position: absolute;
    font-size: 36px;
    color: #333;
    text-align: right
}

.center-more {
    font-size: 14px;
    color: #888;
    margin-top: 90px;
}

.center-more:hover {
    color: #f3600f
}

.note01 {
    left: 96px;
    top: 80px
}

.note02 {
    left: 395px;
    top: 80px
}

.note03 {
    left: 687px;
    top: 80px
}

.note04 {
    left: 983px;
    top: 80px
}

.center-fixed-l {
    position: relative;
    width: 380px;
    line-height: 40px;
    padding-left: 30px;
    box-sizing: border-box;
    cursor: pointer
}

.center-fixed {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    z-index: 18;
}

.center-map {
    position: absolute;
    left: 1px;
    top: 10px;
    display: inline-block;
    width: 16px;
    height: 21px;
    background: url(../images/map.png) no-repeat
}

.center-top {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/img20.png) no-repeat
}

.center-top:hover {
    background: url(../images/img25.png) no-repeat
}

.center-arrow {
    position: relative;
    top: 0;
    margin-left: 4px;
    display: inline-block;
    width: 18px;
    height: 10px;
    background: url(../images/img21.png) 0px 0px no-repeat
}

.center-fixed-sel {
    font-size: 16px;
    color: #333
}

.center-fixed-hide {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    width: 380px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    padding: 27px 30px 22px;
    background: #fff
}

.center-fixed-hide ul {
    border-right: 1px solid #e5e5e5
}

.center-fixed-hide ul li a {
    float: left;
    line-height: 20px;
    width: 327px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #5c5855;
    background: url(../images/img23.png) 313px 6px no-repeat;
    position: relative;
    top: -5px;
}

.center-fixed-hide ul li:last-child a {
    padding-bottom: 0
}

.center-fixed-hide ul li.cur a,
.center-fixed-hide ul li a:hover {
    color: #f3600f;
    background: url(../images/img24.png) no-repeat 312px 5px
}

.center-fixed-l.toggle .center-fixed-sel,
.center-fixed-l:hover .center-fixed-sel {
    color: #f3600f
}

.center-fixed-l.toggle .center-arrow,
.center-fixed-l:hover .center-arrow {
    background: url(../images/img22.png) no-repeat;
    top: -1px
}

.header-fixed-behide {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: -50px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    z-index: 22
}

.breadcrumbs a:last-child:hover {
    color: #3a2d25;
    cursor: default;
}

.banner-index-ico {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/img26.png) no-repeat;
    cursor: pointer;
    transition: all linear .2s
}

.banner-index.detail:hover .banner-index-ico {
    background: url(../images/img26-hover.png) no-repeat;
    background-size: cover
}

.banner-index.detail {
    width: 1920px;
    left: 50%;
    margin-left: -960px
}

.center-box:nth-of-type(3) .center-tit {
    font-size: 30px
}

.center-box:nth-of-type(3) .center-tit a {
    cursor: text
}

.banner.banner-index.detail img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
}

.center-box .imglist.column3 li span {
    color: #333
}

.center-box .imglist.column3 li img {
    cursor: default
}

.center-box .imglist.column3 li:hover span {
    color: #333;
    cursor: default
}

.center-box .imglist.column3 li.default:hover span {
    color: #f3600f
}

.center-box .imglist.column3 li.default img {
    cursor: pointer
}

.index-screen {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 2018
}

.index-ad {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -270px;
    z-index: 2019
}

.index-ad img {
    width: 800px;
    height: 540px
}

.index-close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 30px;
    height: 30px;
    background: url(../images/index-close.png) no-repeat;
    cursor: pointer
}

.proHind {
    display: none;
    position: absolute;
    opacity: 1;
    filter: alpha(Opacity=100);
    left: 0;
    top: -27px;
    width: 180px;
    color: #ABABAB;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    background: #e5e5e5;
    box-sizing: border-box;
}

.nav ul>li .secondItem.pro .proNav a.cur .proHind {
    /* display:block */
}

.proNav a:first-child .proHind {
    display: none !important;
}

.nav ul>li .secondItem.pro .proNav a:first-child+a.cur i.ico2 {
    /* border: 1px solid #d5d5d5; */
    /* transition:none; */
    /* background: #e5e5e5 url(../images/productIco02-hover.png) no-repeat 10px 10px; */
}

.nav ul>li .secondItem.pro .proNav a:first-child+a.cur {
    /* color:#ababab; */
    /* border-bottom:none; */
}

.nav ul>li .secondItem.pro .proNav a:first-child+a.cur:after {
    /* background:none */
}

.nav ul>li .secondItem.pro .proNav a:first-child+a+a.cur .proHind {
    display: none !important
}

.secondItem.pro .proNav:first-child + div + div + div {
    /*display: none !important;*/
}

@media (max-width:1441px) {

    .nav ul>li .proCon-l h3 {
        margin-bottom: 10px
    }
}