/*-----------------[初始化]--------------*/
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');
}

/*标题*/

/*按钮*/

/*颜色*/

/*******************************
	-------[=头部]-------
********************************/
#hd .wp .lineUp {
    height: 4px;
    background: #d7a746;
    position: absolute;
    top: 0;
    left: 12px;
    opacity: 0;
    -webkit-transition: left .4s, opacity .6s;
    -moz-transition: left .4s, opacity .6s;
    transition: left .4s, opacity .6s;
}

.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: 360px !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}


#hd {
    height: 87px;
    background: #fff;
    position: relative;
    z-index: 999;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

#hd .hdr {
    float: right;
    overflow: hidden;
    padding-top: 23px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.logo {
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    display: block;
    float: left;
    width: 180px;
    height: 85px;
    position: relative;
    /*  border-right: 1px #9e9e9e solid; */
    margin-right: 5px;
}

.logo img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index:99;
}

.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;
}

#hd .share {
    float: left;
    overflow: hidden;
    padding: 6px 13px 0 10px;
}

#hd .share a {
    float: left;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 5px;
}

#hd .share .a-tsina {
    background-image: url(../images/icon1.png);
}

#hd .share .a-weixin {
    background-image: url(../images/icon2.png);
}

#hd .share .a-tsina:hover {
    background-image: url(../images/icon1-1.png);
}

#hd .share .a-weixin:hover {
    background-image: url(../images/icon2-1.png);
}

#hd .share .a-weixin:hover p {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#hd .btn-enroll {
    display: block;
    float: left;
    width: 121px;
    height: 34px;
    background: url(../images/bg1.png) 0 0 no-repeat;
    border-radius: 4px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    text-align: center;
}

#hd .btn-enroll:hover {
    opacity: .8;
    filter: alpha(opacity=80);
}

/*******************************
	-------[=导航]-------
********************************/
.nav {
    overflow: hidden;
    float: left;
}

.nav li {
    float: left;
    width: 87px;
}

.nav a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #393939;
    line-height: 85px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
}

.nav a:hover, .nav li.on a {
    color: #d7a746;
}

/*******************************
	-------[=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;
}

.newfoot {

    width: 100%;
    min-width: 1206px;
    /* background: #f6f6f6; */
}

.newfoot .h1 {
    background: url(/newpc/image/ximage/ttt.png) center bottom no-repeat;
    height: 290px;
    text-align: center
}

.newfoot .h1 li {
    display: inline-block;
    position: relative;
    margin-top: 258px;
    height: 27px;
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
    *display: inline;
    *zoom: 1
}

.newfoot .h1 .murl {
    background: url(../image/ximage/zpbt.png) no-repeat;
    background-position: 0 -252px;
    padding-left: 20px;
    padding-right: 50px;
    margin-right: 20px
}

.newfoot .h1 .murl div {
    visibility: hidden;
    opacity: 0;
    display: block;
    background: url(/newpc/image/m_erweima.png) center no-repeat;
    width: 160px;
    height: 160px;
    top: -128px;
    right: -110px;
    position: absolute;
    z-index: 0
    transition: all 1.4s;
    -o-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;
}

.newfoot .h1 .murl:hover div {
    visibility: inherit;
    opacity: 1;
    transition: all 1.4s;
    -o-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -webkit-transition: all 1.4s;

}

.newfoot .h1 .addr {
    background: url(../image/ximage/zpbt.png) no-repeat;
    background-position: 0 -290px;
    padding-left: 25px;
    margin-right: 40px;
    margin-left: 70px
}

.newfoot .h1 .tel {
    background: url(../image/ximage/zpbt.png) no-repeat;
    background-position: 0 -320px;
    padding-left: 30px;
    margin-left: 40px
}

.newfoot .h2 {
    width: 100%;
    min-width: 1200px;
    border-top: #7a4621 1px solid;

}

.newfoot .h3 {
    display: block;
    height: 400px;
    width: 100%;
    min-width: 1200px;
    background: hsla(0, 0%, 15%, 1);
    padding-top: 40px;
    border-top: 2px solid #9e5a46;
    border-bottom: 1px solid #3c3c3c;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

/* .newfoot .h3 .cddh {
    width: 1120px;
    margin: 0 auto;
    height: 35px;
    border: #6b6460 solid 1px;
    margin-top: 30px
}

.newfoot .h3 .cddh li {
    width: 160px;
    line-height: 35px;
    float: left;
    color: #6b6460;
    font-size: 18px;
    text-align: center
} */

/* .newfoot .h3 .cddhnr {
    width: 1120px;
    margin: 0 auto;
    margin-top: 10px;
    height: 220px
}

.newfoot .h3 .cddhnr .f-list {
    width: 160px;
    float: left
}

.newfoot .h3 .cddhnr .f-list li {
    font-size: 14px;
    text-align: center;
    line-height: 23px
}

.newfoot .h3 .cddhnr .f-list li a {
    color: #6b6460
} */

.newfoot .h3 .container .o-zhuanye {
    margin: 0 30px 0 34px;
    width: 348px;
}

.newfoot .h3 .container > div {
    display: block;
    height: 361px;
}

.newfoot .h3 .container .f1 {
    float: left;
}

.newfoot .h3 .container .o-title {
    display: block;
    width: 100%;
    padding-bottom: 8px;
}

.newfoot .h3 .container .o-title h3 {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 100%;
    text-align: left;
    font-size: 23px;
    font-weight: 300;
    color: rgba(189, 189, 189, 1);
    padding: 0 0 7px 0;
}

.newfoot .h3 .container .o-title span {
    font-family: "YaHei", "Microsoft YaHei", "微软雅黑";
    display: block;
    width: 22px;
    height: 2px;
    float: left;
    background: #9e5a46;
}

.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) {*/
/*}*/

/*
-----------------[公用]--------------*/
/* banner */
.ban-inner {
    height: 600px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
	
}

.fbanner{
	margin-top:-20px;
	transition-duration:all 1.5s;
	-webkit-duration:all 1.5s;
	-ms-duration:all 1.5s;
	-moz-duration:all 1.5s;
	transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
}

.ban-inner.ban-in2 {
    height: 500px;
}

.ban-inner .tit {
    font-size: 100px;
    color: #d09d3d;
    padding-top: 120px;
    margin-bottom: 43px;
    font-weight: bold;
    background: url(/newpc/new_web/images/ico16.png) center 80px no-repeat;
}

.ban-inner .tit em {
    display: block;
    font-size: 40px;
    font-family: '宋体';
    font-weight: bold;
}

.ban-inner .tit em span {
    display: inline-block;
    position: relative;
    padding: 0 100px;
}

.ban-inner .tit em span:after {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    width: 81px;
    height: 31px;
    background: url(/newpc/new_web/images/ico17.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ban-inner .tit em span:before {
    position: absolute;
    content: '';
    right: 0;
    top: 7px;
    width: 81px;
    height: 31px;
    background: url(/newpc/new_web/images/ico18.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
/*ban-in3*/
.ban-inner.ban-in3{
    height: 600px;
}
.ban-inner.ban-in3 .pos{
  margin: 88px 182px 10px 194px;
}
.ban-inner.ban-in3 .next{
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 140px;
    background: url(/newpc/new_web/images/img-three-1.png) center no-repeat;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-animation: aniTop 1.5s infinite ease-in;
    -o-animation: aniTop 1.5s infinite ease-in;
    animation: aniTop 1.5s infinite ease-in;
}
@-webkit-keyframes aniTop{
    0%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';       
    }
    50%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }
}
@keyframes aniTop{
    0%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';       
    }
    50%{
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
    100%{
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    }
}
/*咨询课程详细内容*/
.p-btn-1{
    display: block;
    margin: 0 auto;
    width: 198px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #dda841;
}
.p-btn-1 span{
    position: relative;
    top: -6px;
    left: -6px;
    z-index: 5;
    display: block;
    width: 200px;
    line-height: 50px;
    background-color: #dca436;
    color: #fff;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.p-btn-1:hover span{
    -webkit-transform: translate(5px,5px);
    -ms-transform: translate(5px,5px);
    -o-transform: translate(5px,5px);
    transform: translate(5px,5px);
}
.bdbg-p1{
    background: url(/newpc/new_web/images/bg-three-1.png);
}
/* 左侧导航 */
.rmenu{position:fixed;top:36%;left:0;z-index:999;display:block;margin-top:-125px;width:80px;height:351px;}
.ron a{opacity:1!important;
-webkit-transform:translateX(0)!important;
-moz-transform:translateX(0)!important;
transform:translateX(0)!important;
}
.rmenu a{display:block;
margin-bottom:0px;
width:80px;
height:38px;
text-align:center;
font-weight:300;
font-size:14px;
line-height:38px;
opacity:0;
-webkit-transition:opacity 1.2s,transform .4s;
-moz-transition:opacity 1.2s,transform .4s;
transition:opacity 1.2s,transform .4s;
-webkit-transform:translateX(-100%);
-moz-transform:translateX(-100%);
transform:translateX(-100%);
}
.rmenu>.rdh a:hover {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    color: white;
    width: 95px;
    background: rgb(136, 134, 134);
}
.rmenu>.rzy>.kc:hover {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    width: 95px;
}
.rmenu>.rdh a{background:#F6F6F6;color:#4c4c4c;}
.rmenu>.rzy a{background:rgb(136, 134, 134);color:#fff;}
/* 左侧导航 */
/* 上部专业导航 */
.navigation-down{position:absolute;top:87px;left:0px;width:100%;}
.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}
/* 上部专业导航 */
/* 专业表单 */
/*表单*/
.box-form .list {float: left;width: 660px;}
.box-form .list img {display: block;}
.box-form .tit {height: 61px;line-height: 61px;font-size: 24px;text-align: center;}
.box-form .table {overflow: hidden;}
.box-form .table .item {height: 45px;line-height: 45px;font-size: 14px;}
.box-form .table .item.last {border-bottom-color: transparent;}
.box-form .table div {float: left;text-align: center;}
.box-form .table .d1 {width: 158px;}
.box-form .table .d2 {width: 168px;}
.box-form .table .d3 {width: 172px;}
.box-form .table .d4 {width: 160px;}

.box-form .form {margin-left: 680px;padding-bottom: 40px;}
.box-form .form ul {padding: 30px 40px 0;}
.box-form .form .btn-form {margin: 40px auto 0;display: block;width: 210px;height: 45px;line-height: 45px;color: #fff;font-size: 18px;text-align: center;background-color: #dca436;border: none;cursor: pointer;}
.box-form .form .btn-form:hover {background-color: #b18c62;}
.box-form .form .li-gender {margin-bottom: 38px;text-align: center;font-size: 0;}
.box-form .form .li-gender label {position: relative;margin: 0 24px;display: inline-block;width: 110px;height: 156px;background-position: center center;background-repeat: no-repeat;cursor: pointer;}
.box-form .form .li-gender label.m {background-image: url(../images/ico-hm-1.png);}
.box-form .form .li-gender label.f {background-image: url(../images/ico-hm-2.png);}
.box-form .form .li-gender input {display: none;}
.box-form .form .li-gender em {position: absolute;right: 12px;bottom: 0;display: none;width: 23px;height: 23px;background: url(../images/ico-checked-1.png) center center no-repeat;}
.box-form .form .li-gender .checked em {display: block;}
.box-form .form .li-item {margin-bottom: 20px;}
.box-form .form .d1 {float: left;width: 114px;height: 48px;line-height: 48px;text-align: center;font-size: 14px;}
.box-form .form .d1 em {color: #f01332;font-weight: bold;}
.box-form .form .d2 {margin-left: 115px;padding: 0 13px 0 20px;}
.box-form .form .inp-form {display: block;width: 100%;height: 48px;line-height: 48px;border: none;font-size: 14px;}
.box-form .form .select {position: relative;cursor: pointer;}
.box-form .form .select .cur {display: block;width: 100%;height: 100%;background-position: right center;background-repeat: no-repeat;}
.box-form .form .select .s-list {position: absolute;top: 48px;left: -21px;right: -14px;display: none;z-index: 2;}
.box-form .form .select .s-list a {padding: 0 13px 0 20px;display: block;height: 40px;line-height: 40px;font-size: 14px;}

.x-header-major {
    width: 100%;
    height: 110px;
    /* background: #ee5400; */
    /* background:url('../images/mk4sjy7d4b.jpg') repeat left top; */
        background: rgb(96,93,93);
    
}

.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: 180px;
    padding-top: 59px;
    background-size: 550px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url('http://image.shomick.com/%E9%A6%96%E9%A1%B5banner/new_nav/nav-top-index.svg');
    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 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: 730px;
    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*/



/***********快捷入口************/
.x-entrance .x-e-content {
/*   border: 1px solid #efefef; */
  max-width: 1200px;
  margin: 0 auto;
  height: 298px;
  min-width:1200px;
}


.x-entrance {
    min-width: 1200px;
    margin:33px 0;
    border-left: none;
    border-right: none
}

.x-entrance * {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.x-entrance .x-e-content .x-e-content-a1 {
    width: 33%;
    float: left;
    height: 298px;
    position: relative;
    /* background-position: center 40px; */
    background-repeat:repeat;
    background-size: 126px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}


.x-entrance .x-e-content .x-e-content-a1:hover{
    background:url('https://pc-bucket.oss-cn-shanghai.aliyuncs.com/%E9%A6%96%E9%A1%B5banner/new_nav/nav-sprite2-bg-hover.jpg')repeat;
    background-size: 126px;
    animation:x-e-content-a 10s infinite linear;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transform: translate(0, -26px);
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em:before{
    animation:emBf .3s  ease-in;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em:after{
    animation:emAf .3s ease-in;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk p span:before{
    animation:loadRotate .5s ease-in;
}
.x-entrance .x-e-content .x-e-content-a1:hover i{
    animation: aniTop 1s infinite ease-in;
}
/* 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);
  }
}
.x-entrance .x-e-content .x-e-content-a1 i{
    display: block;
    width: 117px;
    height: 103px;
    margin-left: -73px;
    position: absolute;
    top: 37px;
    left: 50%;
    background-image: url('http://image.shomick.com/%E9%A6%96%E9%A1%B5banner/new_nav/index-sprite2.png');
    background-repeat: no-repeat;
}
.x-entrance .x-e-content .x-e-content-a1 a{
  display: inline-block;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:9;
}
.x-entrance .x-e-content .x-e-content-a1 span.x-e-content-solid {
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #efefef
}

.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk {
    padding-top: 144px
}
.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk p {
    font-size: 16px;
    text-align: center;
    color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk p {
    font-size: 16px;
    text-align: center;
    color: rgba(176,139,98,1)!important;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}


.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk p span {
    display: inline-block;
    color: #6C6C6C;
    position: relative;
    font-size: 26px;
    letter-spacing: 6px;
    text-indent: 8px;
}


.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1) p span:before {
    content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1):hover p span:before {
    content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: rgba(176,139,98,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2) p span:before {
    content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2):hover p span:before {
    content: 'E';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: rgba(176,139,98,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3) p span:before {
    content: 'P';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3):hover p span:before {
    content: 'P';
    position: absolute;
    font-size: 60px;
    left: -43px;
    top: -10px;
    color: rgba(176,139,98,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}


.x-entrance .x-e-content .x-e-content-a1:hover {
    box-shadow: 0 0 30px #ccc;
    -webkit-box-shadow: 0 0 30px #ccc;
    -moz-box-shadow: 0 0 30px #ccc
}

.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk em{
    display: block;
    width: 261px;
    /* float: left; */
    height: 2px;
    /* background: red; */
    margin: 24px 0 0 49px;
    background-color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em{
    display: block;
    width: 261px;
    /* float: left; */
    height: 2px;
    /* background: red; */
    margin: 24px 0 0 49px;
    background-color: rgba(233,173,56,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk em:before {
    content: "";
    display: block;
    width: 20.5px;
    height: 26.63px;
    position: absolute;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAApCAYAAAFRvXkcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAo5JREFUeNpi/A8EDEiABUozwgSYGNAAusB/mMB/bCrAggABxIhsCwtO00GcnzAOTA8jhhUAAcTwHwJOgRSg4f/I2hgIOR0ZGMKM/Y9mpAlMABkwA/F5GAcggBjRAxGbnYxoWBzmSV4g/RmLxg+MeEzlwCe5Cl8g/McVCLLIof4fWzQyoacNIChGjy8GJEX/caYZZA5AAKGH7V8gVscStyA8/z9aLIHANxyKsWF1gokEDwhgYiAP3IRpTCBR4zXkYFUC4vtEaPoNymXITr0HxBrEaMIWV9eBOBCHpv9IJQYDejzCwAL0PIoO8OUfUM7QAuLH2CQBAghvxsMH0P04H0sGZYQG2j9caVWMiOR2Gj2tqpOQVr/BAucD0GIBErzHAwo4kB8TSQyXL7BQ5QTS30nUDC5Z5MmNjmayMhaW8poQjkeODkMSNKKk1T9AzEqEAxVgeZYJqfqTI6bIwJZW7xLQBEqvbNg0gmw1wVfO4CuQcYVwADZF6KAEV0gS0ohu6wJSNJ6HyjHjkMdb5shCA4SXqmUOQIARoxFU1hwG4s1AfBwa32+gciJArAzElkDsB8Q2BBo0OMvjB0BsQ2KmQcbWQHyfmMi4CsQCFFiEjvmhZmK1sJaKFqHjGnQLZ9LQMhieiZxMFYH4AQNtAbioglnIDsS/aGwhFxB/hSXheAbagyjkfPgN2gj/QiPLuIH4FdiXSKn0GA0TzDFc+XAFDSxbQagUpmYWmU5ssT+HCpbNIaWeAYHVFFi2+j+emg8f2EeGZfvwGUhM9XQHiHWQO+k4AKjwuALEKpTWhyDwEYjVgfglDnlxaGOJn9jGIjHgHxBbYQlCK6gcUYAUC2EgH8myfFI1k9s2WQ+lA0nVCADd9HnISGrbfQAAAABJRU5ErkJggg==');background-position: center center;
    background-repeat: no-repeat;
    font-size: 13px;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    line-height: 1.9;
    font-weight: 300;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1 .x-e-content-mk em:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: 72px;
    right: 79px;
    border-width: 13px 0px 0px 19px;
    border-style: solid;
    border-color: transparent transparent transparent gray;
    position: absolute;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:hover .x-e-content-mk em:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: 72px;
    right: 79px;
    border-width: 13px 0px 0px 19px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(233, 173, 56);
    position: absolute;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1) em:before {
    content: '1';
    left: 39px;
    top: 197px;
    background-color:gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(1):hover em:before {
    content: '1';
    left: 39px;
    top: 197px;
    background-color: rgba(233,173,56,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2) em:before {
    content: '2';
    left: 39px;
    top: 197px;
    background-color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(2):hover em:before {
    content: '2';
    left: 39px;
    top: 197px;
    background-color: rgba(233,173,56,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3) em:before {
    content: '3';
    left: 39px;
    top: 197px;
    background-color: gray;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.x-entrance .x-e-content .x-e-content-a1:nth-of-type(3):hover em:before {
    content: '3';
    left: 39px;
    top: 197px;
    background-color: rgba(233,173,56,1);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
/***********快捷入口end************/

/* 底部小导航 */
.rows1 {
    padding: 33px 0 0 0px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg25.jpg);
}
.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;
}
/* 底部小导航 */
/*新弹窗*/
/* 新弹窗 */
.x-zxtc2 {
    width: 508px;
    height: 407px;
    margin: -230px 0 0 -267.5px;
    position: fixed;
    top: 48%;
    left: 50%;
    z-index:999999;
}

.x-zxtc2 .x-zxyc-inner {
    width: 506px;
    height: 404px;
    overflow: hidden;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    box-shadow:0 0 80px #6b6b6b;
    -webkit-box-shadow:0 0 80px #6b6b6b;
    -moz-box-shadow:0 0 80px #6b6b6b;
}

.x-zxtc2 .x-zxyc-inner .x-zxyc-inner-link {
    width: 100%;
    height: 295px;
    position: absolute;
    top: 0;
    left: 0
}

.x-zxtc2 .x-zxtc2-telinput {
    width: 365px;
    height: 58px;
    position: absolute;
    background: #fff;
    margin-left: -182.5px;
    left: 50%;
    bottom: 20px
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item {
    width: 236px;
    height: 46px;
    margin: 2px auto 0;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    overflow: hidden;
    background: #d7f0ff
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item input {
    display: block;
    width: 126px;
    height: 46px;
    padding: 0 15px;
    outline: 0;
    border: none;
    float: left;
    font-weight: 300;
    color: #7c7c7c;
    font-size: 15px;
    background: 0 0
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item a {
    display: block;
    width: 72px;
    height: 46px;
    float: right;
    background: #1c8bd1;
    color: #fff;
    line-height: 46px;
    font-size: 15px;
    padding-left: 8px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s
}

.x-zxtc2 .x-zxtc2-telinput .x-zxtc2-telinput-item a:hover {
    background: #197ab6
}

.x-zxtc2 .x-zxtc2-item {
    width: 415px;
    margin: 15px auto 0
}

.x-zxtc2 .x-zxtc2-item ul li {
    height: 32px;
    margin-bottom: 8px
}

.x-zxtc2 .x-zxtc2-item ul li i {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background: url('http://image.shomick.com/others/elements.svg') -356px -72px no-repeat
}

.x-zxtc2 .x-zxtc2-item ul li a {
    display: block;
    width: 278px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    float: left;
    padding-left: 12px
}

.x-zxtc2 .x-zxtc2-item ul li span {
    display: block;
    width: 84px;
    height: 28px;
    line-height: 28px;
    background: #303030;
    color: #FFFFFF;
    float: right;
    text-align: center;
    font-weight: 400;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-top: 2px;
    cursor: pointer
}

.x-zxtc2 .x-zxtc2-item ul li span:hover {
        box-shadow: 3px 1px 16px #343434;
}

.x-zxtc2 .x-zxtc2-close {
    width: 39px;
    height: 39px;
    position: absolute;
    right: -15px;
    top: -15px;
    background: url('http://image.shomick.com/others/elements.svg') -356px -32px no-repeat #333;
    box-shadow: 0 0 10px #333;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.x-zxtc2 .x-zxtc2-item-zxbtn {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 283px
}

.x-zxtc2 .x-zxtc2-item-zxbtn p {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url('http://image.shomick.com/others/elements.svg');
    margin: 0 10px;
    cursor: pointer
}
.x-zxtc2-close:hover{
    animation:loadRotate .5s linear;
}