/*-----------------[初始化]--------------*/
body {
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑", "Microsoft Yahei" !important;
    min-width: 1300px;
 /*    background: #f6f6f6; */
}

a {
    color: #444;
}

a:hover {
    color: #000;
}

img, .ani {
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

input, textarea, select {
    font-size: 12px;
    color: #444;
    font-family: "微软雅黑", "Microsoft Yahei";
}

input[type='submit'], input[type='reset'], input[type='button'], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@font-face {
    font-family: 'iconfont';
    src: url('/newpc/font/iconfont.eot');
    src: url('/newpc/font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('/newpc/font/iconfont.woff') format('woff'),
    url('/newpc/font/iconfont.ttf') format('truetype'),
    url('/newpc/font/iconfont.svg#iconfont') format('svg');
}



.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*布局*/
.wp {
    width: 1200px;
    margin: 0 auto;
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden;
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden;
}

* {
    outline: none;
}

@font-face {
    font-family: 'ShinePersonalUse';
    src: url('../fonts/Shine Personal Use.ttf');
}

/*标题*/

/*按钮*/

/*颜色*/

/*******************************
	-------[=头部]-------
********************************/

.fhdr {
    transition: all .5s;
    margin-right: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.fhd {
    height: 80px !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.flogo {
    width: 160px !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}



.soBox {
    float: left;
    width: 0;
    height: 30px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-right: 30px;
    margin-top: 6px;
    border-bottom: 1px transparent solid;
}

.soBox .btn, .soBox .sub {
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icon3.png) center center no-repeat;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.soBox .btn:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: url(../images/icon3-02.png) center center no-repeat;
}

.soBox .sub {
    display: none;
}

.soBox .inp {
    width: 100%;
    height: 30px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}

.soBox.open {
    width: 48px;
    border-color: #ccc;
}

.soBox.open .sub {
    display: block;
}

.soBox.open .btn {
    display: none;
}

/*******************************
	-------[=banner]-------
********************************/
.Banner{margin:0 auto;margin-bottom:0;padding:0;height:450px;overflow:hidden;min-width:1200px;max-width:100%;border-bottom:0px solid #e5e0e4}
.Banner .slide .player .slider{display:none}
.Banner .slide .player .active{display:block;animation:myopacity 3s;-webkit-animation:myopacity 3s;-moz-animation:myopacity 3s;-ms-animation:myopacity 3s}
.Banner .slide{position:relative;margin-top:0}
.Banner .slide .player{left:0}
.Banner .slide .player .slider{height:450px}
.Banner .slide .player .slider img{height:450px}
.Banner .slide .player .slider a span{height:450px;display:block;width:100%}
.Banner .slide .scroll{position:absolute;margin-left:40.6%;bottom:10px;list-style-type:none}
.Banner .slide .scroll .slider{height:54px;width:90px;margin-left:10px;cursor:pointer;float:left;overflow:hidden;border:#c5956e solid 2px;opacity:.8;background:#040303}
.Banner .slide .scroll .active{border:#fff solid 2px;opacity:1}
#banner {
    height: 690px;
}

#banner .slick-slider, #banner .slick-list, #banner .slick-track, #banner .slick-slide {
    height: 100%;
}

#banner .slick-slide {
    outline: 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#banner .slick-next, #banner .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    overflow: hidden;
    width: 45px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    z-index: 999;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    cursor: pointer;
}

#banner .slick-prev {
    left: 50%;
    margin-left: -645px;
    background-image: url(../images/arr-l.png);
}

#banner .slick-next {
    right: 50%;
    margin-right: -645px;
    background-image: url(../images/arr-r.png);
}

#banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 99;
}

#banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

#banner .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: 999px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

#banner .slick-dots li.slick-active button {
    background-color: #d7a746;
    width: 20px;
}

#banner .item a {
    display: block;
    height: 100%;
}

/*******************************
	-------[=底部]-------
********************************/
.container {
    width: 1200px;
    margin: 0 auto;
}

.o-zhuanye-left {
    display: block;
    width: 160px;
}

.o-list {
    display: block;
    width: 160px;
    text-align: left;
    padding: 6px 0 0 0;
}

.o-list > p.o-listtitle {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 160px;
    text-align: left;
    color: rgba(189, 189, 189, 1);
    font-size: 18px;
    line-height: 2.3;
    font-weight: 200;
    padding-top: 10px;
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 7px;
    cursor: default;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
}

.o-list > ul {
    width: 100%;
    text-align: left;
}

.o-list > ul li {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: left;
    color: #3c3c3c;
    font-size: 15px;
}

.o-list > ul li a {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    color: #777;
    font-weight: 200;
    transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.o-list:hover > p.o-listtitle, .o-list > ul > li:hover a {
    color: #ffffff;
    border-color: #b5b5b5;
}

.newfoot .h3 .container > div.o-about, .newfoot .h3 .container > div.o-jiuye {
    margin: 0 30px 0 0;
    width: 160px;
}

.o-list-icon {
    display: block;
    width: 190px;
    position: absolute;
    left: -6px;
    top: 65px;
}

.o-list-icon div {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    width: 34px;
    height: 34px;
    margin: 0 5px;
    background-image: url(/newpc/image/icon1.png);
    background-repeat: no-repeat;
}

.slistwechat {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -144px;
    left: 97px;
    visibility: hidden;
    opacity: 0;
    background: url(/newpc/image/gongzonghao.jpg) no-repeat left center;
    background-size: cover;
}

.slistwap {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -144px;
    left: 97px;
    visibility: hidden;
    opacity: 0;
    background: url(/newpc/image/m_erweima.png) no-repeat left center;
    background-size: cover;
}

.o-list-tel {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 200px;
    position: absolute;
    top: 113px;
    left: 0px;
    font-size: 15px;
    color: #7c7c7c;
    line-height: 1;
    margin-top: -2px;
}

.o-list-tel span {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    color: white;
    font-size: 13px;
}

.o-list-add {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 230px;
    position: absolute;
    top: 138px;
    left: 0px;
    font-size: 15px;
    color: #7c7c7c;
    line-height: 1;
    margin-top: -2px;
}

.o-list-add span {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    font-size: 13px;
    color: white;
}

.newfoot .h3 .container > div.o-baoming {
    width: 175px;
}

.o-form {
    display: block;
    width: 100%;
    padding-top: 5px;
}

.o-form input {
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    display: block;
    width: 144px;
    height: 35px;
    float: left;
    background: #262626;
    border: 1px solid #3c3c3c;
    font-weight: 200;
    outline: none;
    color: #fff;
    padding-left: 6px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin: 4px 0;
}

.o-form input:hover {
    transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    border: 1px solid #8f695e;
}

.o-form .scform {
    display: block;
    width: 100%;
}

.o-form > p {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    display: block;
    width: 60px;
    height: 30px;
    background: #434343;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 200;
    color: #858585;
    margin-top: 186px;
    cursor: pointer;
}

.o-form > p:hover {
    transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;

    background: white;
    color: black;
}

button, input, keygen, select, textarea {
    font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
}

.o-list-icon .o-wechat {
    background-position: -4px -3px;
}

.o-wechat:hover {
    background-position: -4px -42px;
}

.o-wechat:hover .slistwechat {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    visibility: inherit;
    opacity: 1;
}

.o-list-icon .o-qq {
    background-position: -49px -3px;
}

.o-qq:hover {
    background-position: -50px -42px;
}

.o-list-icon .o-weibo {
    background-position: -95px -3px;
}

.o-list-icon .o-weibo:hover {
    background-position: -95px -42px;
}

.o-list-icon .o-wap {
    background-position: 8px -90px;
}

.o-wap:hover .slistwap {
    transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
    visibility: inherit;
    opacity: 1;
}

.sitemap {
    display: block;
    width: 100%;
    min-width: 1200px;
    height: 110px;
    background: #262626;
}

.sitemap-box {
    display: block;
    width: 1200px;
    height: 55px;
    margin: 0 auto;
    text-align: center;
    cursor: default;
}

.sitemap-box div {
    height: 55px;
    line-height: 55px;
    color: #969696;
    display: inline-block;
}

.newfoot .h3 .Copyright {
    text-align: center;
    padding-bottom: 90px;
    line-height: 23px
}

/* 离线宝等fix样式 */
.pcdhk {
    width: 506px;
    height: 404px;
    position: fixed;
    margin: -202px 0 0 -253px;
    left: 50%;
    top: 50%;
    z-index: 999;
    overflow: hidden;
    background: #fff;
    display: none;
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 16px #afafaf;
    -moz-box-shadow: 0 0 16px #afafaf;
    box-shadow: 0 0 16px #afafaf
}

.pcdhk .tcc1 {
    width: 100%;
    height: 63px;
    background: url("/newpc/image/chat/chatico.png") no-repeat 14px center
}

.pcdhk .tcc1 p {
    height: 63px;
    margin-left: 65px;
    line-height: 63px;
    color: #000;
    font-size: 16px
}

.pcdhk .tcc1 p span {
    color: #f76d02
}

.pcdhk .boxout {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    background: url("/newpc/image/chat/close.png") no-repeat center center;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.pcdhk .boxout:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pcdhk .tcbanner {
    width: 100%;
    height: 214px;
    background: url("/newpc/image/chat/dhkad.jpg") no-repeat center center
}

.pcdhk .tcchat {
    width: 94%;
    height: 40px;
    margin: 0 auto;
    color: #000;
    position: relative
}

.pcdhk .tcchat .phone-info {
    width: 194px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 280px
}

.pcdhk .tcchat .phone-info input {
    width: 130px;
    *width: 118px;
    height: 30px;
    border: 0;
    line-height: 30px;
    background: #CCC;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 12px;
    padding: 0 0 0 12px;
    float: left;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
    opacity: .6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.pcdhk .tcchat .phone-info a {
    width: 64px;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    cursor: pointer;
    background: #292929;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.pcdhk .tcchat .phone-info a:hover {
    background: #000;
    font-size: 13px
}

.pcdhk .tcchat .tcczx {
    width: 200px;
    height: 40px;
    float: left;
    font-size: 18px;
    line-height: 40px;
    color: #424242;
    background: url("/newpc/image/chat/a.png") no-repeat 120px center #fff
}

.pcdhk .tcchat .tcclist {
    float: right;
    height: 40px;
    line-height: 40px
}

.pcdhk .tcchat .tcclist li {
    width: 70px;
    height: 40px;
    float: left;
    text-align: right;
    background-repeat: no-repeat;
    background-position: 17px center;
    list-style: none
}

.pcdhk .tctext1 {
    width: 94%;
    margin: 1px auto 0 auto;
    height: 70px
}

.pcdhk .tctext1 .tctextinner {
    width: 300px;
    height: 70px;
    float: left;
    -webkit-box-shadow: 0 0 4px rgba(9, 2, 4, .3);
    -moz-box-shadow: 0 0 4px rgba(9, 2, 4, .3);
    box-shadow: 0 0 4px rgba(9, 2, 4, .3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.pcdhk input, .pcdhk textarea {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0;
    font: 13.33px Arial
}

.pcdhk .tctext1 .tctextinner .textarea {
    width: 290px;
    height: 60px;
    margin: 5px 5px;
    float: left;
    color: #cacaca;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    border: 0;
    padding: 3px 0 0 3px;
    display: inline;
    outline: 0;
    max-width: 290px;
    max-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pcdhk .tctext1 a {
    display: block;
    width: 80px;
    height: 70px;
    float: left;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.pcdhk .tctext1 .cccbut {
    height: 70px;
    float: right
}

.pcdhk .tctext1 .cccbut .tcbut {
    background: #d0a972
}

.pcdhk .tctext1 .cccbut .tcbut2 {
    background: #2f1805
}

.pcdhk .tctext1 .cccbut .tcbut:hover {
    opacity: .8
}

.pcdhk .tctext1 .cccbut .tcbut2:hover {
    opacity: .8
}

.chat-swt {
    width: 330px;
    height: 260px;
    background: #fff;
    display: none;
    position: fixed;
    overflow: hidden;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 35px #000;
    -moz-box-shadow: 0 0 35px #000;
    box-shadow: 0 0 35px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 9999999
}

.chat-box {
    width: 100%;
    height: 27px;
    position: relative
}

.chat-box .chat-box-1 {
    width: 100%;
    height: 27px;
    display: inline-block;
    float: left;
    font-size: 15px;
    background-color: #3d3f4b;
    color: #888991;
    font-family: "Microsoft yahei";
    line-height: 27px;
    text-indent: 16px
}

.chat-box .chat-box-2 {
    position: absolute;
    display: block;
    right: 3px;
    top: 3px;
    width: 19px;
    height: 19px;
    background-color: #2a2c38;
    moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform .6s;
    -moz-transition: transform .6s;
    -ms-transition: transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s
}

.chat-box .chat-box-2:hover {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.chat-box .chat-box-2:before {
    content: '';
    width: 14px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.chat-box .chat-box-2:after {
    content: '';
    width: 14px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.chat-chat1 {
    width: 100%;
    height: 71px;
    position: relative;
    background: #fff
}

.chat-chat1 .chat-chat1-1 {
    width: 260px;
    height: 85px;
    position: absolute;
    left: 30%;
    top: 10px;
    font-size: 14px;
    margin-left: -82px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #2f1805;
    color: #fff;
    padding: 4px 4px 4px 4px;
    text-indent: 10px
}

.chat-chat1 .chat-chat1-1 .chat-chat1-1-1 {
    width: 7px;
    height: 5px;
    position: absolute;
    left: -7px;
    top: 8px;
    background: url(../image/chat/left.jpg) no-repeat center center
}

.relpy1 {
    width: 100%;
    height: 63px;
    position: absolute;
    bottom: 0;
    background: #8c8c8c;
    overflow: hidden
}

.relpy1 .relpy1-1 {
    width: 245px;
    height: 43px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    overflow: hidden;
    float: left;
    padding: 3px 6px 0 6px;
    margin: 7px 0 0 9px;
    display: inline;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.relpy1 .relpy1-1 textarea {
    float: left;
    display: block;
    border: 0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    max-height: 43px;
    color: #666;
    font-size: 14px;
    line-height: 21px;
    outline: 0
}

.relpy1 .relpy1-2 {
    display: block;
    width: 46px;
    height: 38px;
    padding: 8px 3px 0;
    float: left;
    text-align: center;
    background-color: #171923;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 7px;
    margin-left: 2px;
    display: inline;
    line-height: 14px;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer
}

.relpy1 .relpy1-2:hover {
    opacity: .8
}

.relpy1 .relpy1-2 .relpy1-2-1 {
    font-size: 14px
}

.relpy1 .relpy1-2 .relpy1-2-2 {
    font-size: 12px
}

.fixed_pc {
    position: fixed;
    top: 35%;
    width: 80px;
    z-index: 987654;
    right: 10px
}

.fixed_pc a {
    display: block;
    width: 80px;
    height: 80px;
    margin-top: 2px;
    cursor: pointer;
    border-radius: 15px;
    background: #2f1805
}

.fixed_pc a:hover {
    background-color: #9a7252
}

.bottomnav {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    position: fixed;
    bottom: -80px;
    width: 100%;
    background: rgba(0, 0, 0, 0.79);
    min-width: 1200px;
    z-index: 3000;
}

.bottomnav .consult-left {
    float: left;
    width: 325px;
    padding-left: 37px;
}

.bottomnav .consult-right {
    width: 612px;
    height: 60px;
    position: absolute;
    right: 37px;
    top: 10px;
    color: #fff;
}

.bottomnav .consult-right .right-ph {
    position: absolute;
    top: 3px;
    left: 0;
    height: 50px;
}

.bottomnav .right-ph input {
    float: left;
    margin-top: 5px;
    margin-right: 12px;
    text-align: center;
    width: 241px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    border: 1px #ffffff solid;
    background: none;
    color: #fff;
}

.bottomnav .right-ph .rt-btn {
    border-radius: 11px;
    margin-left: -1px;
    width: 180px;
    height: 44px;
    cursor: pointer;
    background-color: #7d4623;
    float: left;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
}

.bottomnav .consult-right i {
    float: left;
    margin-left: 25px;
    margin-top: 7px;
    font-size: 30px;
}

.bottomnav .consult-right span {
    margin-right: 28px;
    float: right;
    display: block;
    cursor: pointer;
    font-size: 20px;
    line-height: 42px;
}

.bottomnav .consult-right .right-zx {
    border-radius: 11px;
    height: 42px;
    width: 180px;
    position: absolute;
    left: 442px;
    background-color: #c5956e;
    top: 9px;
}

/*!*less.css*!*/

/*!*Common For Max 960*!*/
/*@media only screen and (max-width: 1900px) {*/

    /*.m-teachers .slick-center .txt {*/
        /*margin-left: auto;*/
    /*}*/

/*}*/

/*!*Common For Max 960*!*/
/*@media only screen and (max-width: 1199px) {*/

/*}*/

/*!*Common For Max 768*!*/
/*@media only screen and (max-width: 959px) {*/
/*}*/

/*!*Common For Max 480*!*/
/*@media only screen and (max-width: 767px) {*/
/*}*/

/*!*Common For Max 320*!*/
/*@media only screen and (max-width: 479px) {*/
/*}*/

/*

/* 上部专业导航 */
.navigation-down{position:absolute;top:101px;left:0px;width:100%;z-index: 999;}
.navigation-down .nav-down-menu{width:100%;margin:0;background:#344157;position:absolute;top:0px;background:rgb(249, 249, 249);}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:1200px;position:relative}
.navigation-down .nav-down-menu dl{float:left;margin:18px 80px 18px 0}
.navigation-down .menu-1 dl{margin:16px 80px 14px 0}
.navigation-down .menu-1 dt{font:normal 16px "microsoft yahei";color:#000000;padding-bottom:10px;border-bottom:1px solid #d7a746;margin-bottom:10px;}
.navigation-down .menu-1 dd a{color:#000000;font:normal 14px/30px "microsoft yahei"}
.navigation-down .menu-1 dd a:hover{color:#d7a746}
/* 上部专业导航 */


.x-header-major {
    width: 100%;
    height: 110px;
    /* background: #ee5400; */
    /* background:url('../images/mk4sjy7d4b.jpg') repeat left top; */
    /*background: rgb(96,93,93);*/
    background-color: #7B432F;
    
}

.x-header-major * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.x-header-major .x-header-major-content {
    max-width: 1300px;
    height: 110px;
    margin: 0 auto;
    position: relative
}

.x-header-major .x-header-major-content .x-header-major-content-mk {
    width: 140px;
    float: left;
    height: 110px
}

.x-header-major .x-header-major-content .x-header-major-content-mk>p {
    font-size: 16px;
    padding-top: 36px;
    letter-spacing: 3px;
    text-align: center;
    color: white;
    font-weight: 700
}

.x-header-major .x-header-major-content .x-header-major-content-list {
    max-width: 1200px;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 0
}

.x-header-major .x-header-major-content .x-header-major-content-list li {
    display: inline-block;
    width: 135px;
    padding-top: 59px;
    height: 50px;
    /*background-image: url('http://image.shomick.com/%E9%A6%96%E9%A1%B5banner/new_nav/nav-top-index.svg');*/
    background-repeat: no-repeat;
	background-image:url(../img/nav-top-index.png);
	background-position: center center;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    position: relative;
    z-index: 99;
    text-indent: 6px;
    letter-spacing: 2px;
    /* overflow:hidden; */
}
.x-header-major .x-header-major-content .x-header-major-content-list li a{ color:#FFF}


.x-header-major .x-header-major-content .x-header-major-content-list li span{
    font-size:16px;
    font-weight:800;
    letter-spacing: 2px;
}
.x-header-major .x-header-major-content .x-header-major-content-list li:hover{
   animation:nav_top_span 1s infinite ease-in;
}
.x-header-major .x-header-major-content .x-header-major-content-list li .x-header-major-content-click {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 100%;
    transition:all .4s;
}


.x-header-major .x-header-major-content .x-header-major-content-list li .x-header-major-content-list-sl.on .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl {
    top: 110px;
    position: absolute;
    width: 1200px;
    height: 195px;
    background: no-repeat #fff;
    overflow: hidden;
    opacity: 0;
    z-index:-1;
    box-shadow: rgb(96, 93, 93) 0px 0px 30px;
    -webkit-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
    -moz-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
    -o-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
    -ms-box-shadow: rgb(96, 93, 93) 0px 0px 30px;
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk {
    width: 610px;
    float: left;
    height: 195px;
    padding: 0 10px 0 176px;
    text-align: left;
    color: #333;
    font-weight: 400
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk h3 {
    font-size: 26px;
    padding-top: 16px;
    font-weight: 400
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk p {
    font-size: 17px;
    line-height: 2
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-dl {
    width: 99%;
    text-align: left;
    font-size: 16px;
    color: #777;
    line-height: 1.5
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn {
    width: 100%;
    text-align: left;
    font-size: 0;
    padding-top: 10px
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a {
    display: inline-block;
    border: 2px solid #D7A745;
    padding: 6px 12px;
    font-weight: 300;
    border-radius: 20px;
    font-size: 15px;
    color: #D7A745;
    transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
}

.x-header-major .x-header-major-content .x-header-major-content-list li div.x-header-major-content-list-sl .x-header-major-content-list-sl-mk .x-header-major-content-list-sl-mk-btn a:hover {
    border: 2px solid #D7A745;
    background: #D7A745;
    color: #fff
}

.x-header-major .x-header-major-content .x-header-major-content-list li:before {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 30%;
}

.x-header-major .x-header-major-content .x-header-major-content-list li.list-last:after {
    content: '';
    display: block;
    width: 1px;
    height: 50px;
    background: #D9D9D9;
    position: absolute;
    right: 0;
    top: 30%
}

.x-header-major .x-header-major-content .x-header-major-content-more {
    width: 140px;
    float: left;
    height: 110px
}

.x-header-major .x-header-major-content .x-header-major-content-more a {
    display: block;
    height: 110px;
    background-repeat: no-repeat;
    background-image:url('http://image.shomick.com/others/elements.svg');
}

.x-header-major .x-header-major-content .x-header-major-content-more a span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 58px
}
/*右侧浮窗 start*/
.x-zxtc{
    width:100px;
    position:fixed;
    right:0;
    top:34%;
    z-index:9999999;
}

.x-zxtc .x-zxtc-kst {
    height: 86px;
    width: 88px;
    position: relative;
    float: right;
    background:rgba(234,174,50,1);
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    cursor: pointer;
}

.x-zxtc .x-zxtc-kst:hover {
    width: 100px;
    background:rgb(233, 162, 16);
}
.x-zxtc .x-zxtc-kst a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.x-zxtc .x-zxtc-tel {
    width: 340px;
    height: 92px;
    float: right;
    background: rgba(56,56,56,1);
    margin-right: -252px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner {
    width: 246px;
    height: 92px;
    float: left
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput {
    width: 227px;
    height: 42px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    margin-top: 24px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(8,1,3,.2);
    -webkit-box-shadow: 0 0 3px rgba(8,1,3,.2);
    -moz-box-shadow: 0 0 3px rgba(8,1,3,.2)
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput input {
    display: block;
    width: 120px;
    padding: 0 13px;
    height: 42px;
    float: left;
    color: #a4a4a4;
    border: none;
    outline: 0;
    font-weight: 300
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput a {
    display: block;
    width: 81px;
    height: 42px;
    float: right;
    line-height: 42px;
    text-align: center;
    background-color:rgba(234,174,50,1);
    font-size: 14px;
    color: #fff;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s
}

.x-zxtc .x-zxtc-tel .x-zxtc-tel-inner .x-zxtc-tel-inner-telinput a:hover {
    background-color:rgb(233, 162, 16);
}

.x-zxtc .x-zxtc-tel:hover {
    margin-right: 0
}

.x-zxtc .x-zxtc-item {
    width: 88px;
    height: 86px;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    overflow: hidden
}

.x-zxtc .x-zxtc-item i {
    display: block;
    width: 46px;
    height: 46px;
    margin: 10px auto 0;
    background: url('http://image.shomick.com/others/right-nav.svg') no-repeat;
    background-size: 1032%;
}


.x-zxtc .x-zxtc-backtop {
    width: 88px;
    height: 86px;
    background: rgba(0,0,0,.6);
    float: right;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s
}

.x-zxtc .x-zxtc-backtop:hover {
    width: 100px
}
/*右侧浮窗 end*/




/* nav-sprite2-bg  animation */
@keyframes x-e-content-a{
    0%{
        background-position:0 0;
    }
    100%{
        background-position:460px 0;
    }
}
/* nav-sprite2-bg-embefore animation */
@keyframes emBf{
    0%{
        top:6px;
    }
    100%{
        top:197px;
    }
}
/* nav-sprite2-bg-emafter animation */
@keyframes emAf{
    0%{
        right:345px;
    }
    100%{
        right:79px;
    }
}
/* nav-sprite2-bg-p-spanbefore animation */
@-webkit-keyframes loadRotate{
  from{
    -webkit-transform:rotateZ(0deg);
  }
  to{
    -webkit-transform:rotateZ(720deg);
  }
}

.wp {
    width: 1200px;
    margin: 0 auto;
}
.b-e-b .title{
    margin-top: 61px;
    margin-bottom: 2px;
    text-align: center;
    padding: 7px 0 8px 0;
}
.b-e-b .title li {
    position:relative;
    display: inline-block;
    margin: 0 58px;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
}
.b-e-b  .title .ative>a, .b-e-b  .title li:hover a {  
    background-position: 0px 0px;
    transform:translate(0,-5px);
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    /* box-shadow:0 0 30px #c1c1c1; */
}

.b-e-b .title li a {
    padding: 0px 0 1px 0;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
     box-shadow: 2px 2px 8px;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    display: block;
    padding-left: 42px;
    color: #464646;
    letter-spacing: 2px;
    font-size: 20px;
    background:#F4F4F4;
    border-radius:6px;
}
.b-e-b .title li a i{
    position: absolute;
    width: 61px;
    height: 100%;
    left: 0;
    background:url('http://image.shomick.com/others/items-icon-0401.svg') center center no-repeat;
    display: inline-block;
    background-size: 555px;
}
/* 底部小导航 */