﻿/*-----------------[初始化]--------------*/
body {
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑", "Microsoft Yahei" !important;
    min-width: 1300px;
 /*    background: #f6f6f6; */
}

a {
    color: #444;
}

a:hover {
    color: #d7a746;
}

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('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
@font-face { 
  font-family: 'sophis'; 
  src: url('../fonts/sophisticate ssi semi bold italic.ttf');
}

@font-face { 
  font-family: 'PAINP'; 
  src: url('../fonts/painp.ttf');
}
.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: 90px !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;
}


#hd {
    margin-top: -16px;
    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/sprite.png);
	background-position:-123px -141px;
    cursor: pointer;
   /*  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; */
}

.soBox .btn:hover {
   /*  -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; */
    background: url(../images/sprite.png);
	background-position:-123px -108px;
}

.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/sprite.png);
	background-position: -4px -141px;
}

#hd .share .a-weixin {
    background-image: url(../images/sprite.png);
	background-position: -151px -141px;
	
}

#hd .share .a-tsina:hover {
    background-image: url(../images/sprite.png);
	background-position: -4px -108px;
}

#hd .share .a-weixin:hover {
    background-image: url(../images/sprite.png);
	background-position: -151px -108px;
	
}

#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 {
    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(../images/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(../images/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(../images/liantu.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(../images/zpbt.png) no-repeat;
    background-position: 0 -290px;
    padding-left: 25px;
    margin-right: 40px;
    margin-left: 70px
}

.newfoot .h1 .tel {
    background: url(../images/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;
    
}

.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(../images/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(../images/wxdyh.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(../images/liantu.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("../images/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("../images/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("../images/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("../images/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: right;
    font-size: 15px;
    background-color: #3d3f4b;
    color: #888991;
    font-family: "Microsoft yahei";
    line-height: 27px;
    text-indent: 145px
}

.chat-box .chat-box-2 {
    position: absolute;
    display: block;
    left: 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: 43px;
    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(../images/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: 33%;
    width: 80px;
    z-index: 987654;
    right: 16px
}

.fixed_pc a {
    display: block;
    width: 100px;
    height: 100px;
    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(../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(../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(../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;
   
    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);
}

/* 左侧导航 */
.rmenu{position:fixed;top:46%;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:1px;
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,width .2s;
-moz-transition:opacity 1.2s,transform .4s,width .2s;
transition:opacity 1.2s,transform .4s,width .2s;
-webkit-transform:translateX(-100%);
-moz-transform:translateX(-100%);
transform:translateX(-100%);
}
/* .rmenu>.rdh a:hover{
	width:90px;
	-webkit-transition:width .2s;
    -moz-transition:width .2s;
    transition:width .2s;
	background:gray;color:#4c4c4c;
} */
.rmenu>.rdh>a{
	background:#F6F6F6;
	color:#4c4c4c;
}
.rmenu>.rdh a:hover{
	-webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
	color:white;
	width:95px;
	background:rgb(136, 134, 134);
}
.rmenu>.rzy a{
	background:rgb(136, 134, 134);
	color:#fff;
	}
.rmenu>.rzy>.kc:hover{
	-webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
	width:95px;
}	
/* .rmenu>.rzy a:hover{
	width:90px;
	-webkit-transition:width .2s;
    -moz-transition:width .2s;
    transition:width .2s;	
	} */
/* 左侧导航over */
/* 上部专业导航 */
.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;}
.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-zxtc{
    width:100px;
    position:fixed;
    right:0;
    top:34%;
    z-index:9999999;
}

.x-zxtc .x-zxtc-kst {
	height: 92px;
	width: 94px;
	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: -246px;
	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: 94px;
	height: 92px;
	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('../fonts/elements.svg') no-repeat;
}


.x-zxtc .x-zxtc-backtop {
	width: 94px;
	height: 92px;
	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
}
/* 公共右侧over */

/* 新弹窗 */
.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('../fonts/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('../fonts/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('../images/elements.svg');
	margin: 0 10px;
	cursor: pointer
}
.x-zxtc2-close:hover{
	animation:loadRotate .5s linear;
}
/* nav-sprite2-bg-p-spanbefore animation */
@-webkit-keyframes loadRotate{
  from{
    -webkit-transform:rotateZ(0deg);
  }
  to{
    -webkit-transform:rotateZ(720deg);
  }
}
/* 新弹窗 */
