/**
* demo V1.0.0
* By 小珍
* http://www.baidu.com/
 */
@charset "utf-8";
/* ***reset*** */
a,
body {
    color: #000;
}
body,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
p,
textarea,
ul {
    padding: 0;
    margin: 0;
}
form {
    display: inline;
}
img {
    border: 0;
}
td {
    word-break: break-all;
}
dd,
dl,
dt,
li,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
/* a:hover {
    color:black;
} */
body {
    font-family: SimSun, sans-serif, Verdana, Arial;

    background: #fff;
}
.f-fr {
    float: right;
}
.f-fl {
    float: left;
}
.f-cb:after {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    clear: both;

    content: ".";
}
.f-cb {
    zoom: 1;
}
.sr-only {
    position: absolute;

    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    border: 0;
}
/* 各属性的混入 */
/* 动画帧的usage    #test>.keyframes(test)*/
.img-respon {
    display: block;
    width: 100%;
    height: auto;
}
/* .block-element-h-center */
/* .block-text-h-center */
/* .block-element-v-center */
/* .block-element-v-center */
/* .line-element-v-center */
/* 定位居中 */
/* .location-center */
/* .location-h-center */
/* .location-v-center */
/*header*/
.g-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}
.g-container:after {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    clear: both;

    content: ".";
}
.header {
    position: relative;
    z-index: 9999;

    width: 100%;
    /* margin-bottom: -120px; */

    -webkit-transform: all .5s linear;
            transform: all .5s linear;

    background-color: rgba(92, 55, 58, .4);
}
.header .g-doc {
    width: 100%;
    height: 90px;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}
.header .logo {
    float: left;
    width: 224px;
    height: 70px;
    margin-top: 10px;
}
.header .logo img {
    display: block;
    width: 100%;
}
.header .nav {
    float: right;
    padding: 27px 0;
    width: 1137px;
     /*width: 1018px;*/
}
.header .nav li {
    float: left;
    width: 120px;
    height: 36px;
    margin-right: 6px;

    text-align: center;

    border-radius: 18px;
}
.header .nav li a {
    display: block;

    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;

    letter-spacing: 0;

    color: #fff;
}
.header .nav li.active,
.header .nav li:hover {
    background-color: #9855ae;
}
.header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;

    margin: auto;

    transition: all .5s ease;
    /*display: none;*/

    background-color: rgba(92, 55, 58, .4);
}
.top-banner {
    position: relative;

    width: 100%;
    height: 810px;
    /* padding-top: 90px; */
}
.top-banner .slider-wraper {
    position: absolute;
    left: 50%;
    z-index: 1;

    width: 1920px;
    height: 810px;
    margin-left: -960px;
    overflow: hidden;
}
.top-banner .slider-container {
    width: 7680px;
}
.top-banner .slider-container li {
    float: left;
    width: 1920px;
    /*margin-right: -4px;*/
}
.top-banner .slider-container li img {
    width: 100%;
    /*margin-left: -2px;*/
}
.top-banner .slider-item {
    position: relative;
}
.top-banner .slider-item .textimg {
    position: absolute;
    top: 0;
    right: 0;

    transition: all .5s .5s ease;
    /*display: none;*/

    opacity: 0;
    /*transform:  scale(.5,.5) ;*/
}
/*鼠标划过的时候才有样式*/
.top-banner .slider-item.active .textimg,
.top-banner .slider-item:hover .textimg {
    opacity: 1;
    /*display: block;*/
    /*transition: scale(1,1);*/
}
.top-banner .slider-indicator {
    position: absolute;
    right: 0;
    bottom: 70px;
    left: 0;
    z-index: 2;

    width: 500px;
    padding: 0;
    margin: 0 auto;

    font-size: 0;
    line-height: .12em;

    text-align: center;
}
.top-banner .bannerswiper-wrapper .textimg,
.top-banner .bannerswiper-wrapper .textimgFont {
    position: absolute;
    top: 0;
    right: 0;

    transition: all .5s .5s ease;
    /*display: none;*/


    /*transform:  scale(.5,.5) ;*/
}
.top-banner .bannerswiper-wrapper .textimg {
    right: -400px;

    opacity: 0;
}
.top-banner .bannerswiper-wrapper .textimgFont,
.top-banner .bannerswiper-wrapper .textimgFont img,
.top-banner .bannerswiper-wrapper .textimgFont span,
.top-banner .bannerswiper-wrapper .textimgFont a,
.top-banner .bannerswiper-wrapper .textimgFont p,
.top-banner .bannerswiper-wrapper .textimgFont li {
    display: none;
}
/*.top-banner .banner_swiper-wrapper .textimgFont img{
  display: none;
}*/
.top-banner .bannerswiper-wrapper .swiper-slide.active .textimg,
.top-banner .bannerswiper-wrapper:hover .textimg {
    opacity: 1;
    /*display: block;*/
    /*transition: scale(1,1);*/
}
.top-banner .bannerswiper-wrapper .textimgFont img {
    display: block;
}
.textGo2 {
    position: absolute;
    bottom: 235px;
    left: 33px;
    z-index: 2;

    display: block;
    width: 120px;
    height: 35px;

    font-size: 18px;
    line-height: 35px;

    text-align: center;
    letter-spacing: 1px;

    color: #fff;
    border: 1px solid #fff;
}
.textGo2:hover {
    transform: scale(.9,.9);
}
.top-banner .slider-indicator span,
.top-banner .slider-indicator li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 15px!important;

    border-radius: 100%;
    background: #fff;
}
#topBanner .slider-indicator {
    bottom: 132px!important;
}
#topBanner .slider-indicator span.swiper-pagination-bullet-active {
    /* display: block; */
    cursor: pointer;

    background: #9855ae!important;
}
.top-banner .slider-indicator li.active,
.top-banner .slider-indicator span.active,
.top-banner .slider-indicator li:hover,
.top-banner .slider-indicator span:hover {
    /* display: block; */
    cursor: pointer;

    background: #9855ae;
}
#top .slider-indicator {
    bottom: 70px!important;
}
.footer {
    height: 504px;
}
.footer .g-doc {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.footer .g-doc .row1 {
    height: 20px;
    padding-top: 140px;
    padding-bottom: 30px;

    border-bottom: solid 1px rgba(255, 255, 255, .6);
}
.footer .g-doc .row1 .time {
    float: left;
    width: 50%;

    font-size: 15px;
    font-weight: normal;

    letter-spacing: .5px;

    color: #f6f6f6;
}
.footer .g-doc .row1 .time span {
    font-size: 18px;

    letter-spacing: .6px;

    color: #fff;
}
.footer .g-doc .row1 .tel {
    float: right;
    width: 50%;

    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 15px;

    text-align: right;
    letter-spacing: 0;

    color: #fff;
}
.footer .g-doc .row1 .tel span {
    padding-left: 30px;

    font-size: 20px;
}
.footer .g-doc .row1 .tel .icon {
    padding-left: 20px;margin-right: 8px;
}
.footer .g-doc .row2 {
    height: 240px;
    padding-top: 50px;
}
.footer .g-doc .row2 div {
    float: left;
}
.footer .g-doc .row2 .block1 {
    width: 480px;
}
.footer .g-doc .row2 .block1 p {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;

    letter-spacing: 0;

    color: #fff;
}
.footer .g-doc .row2 .block1 p span {
    color: #fff;
}
.footer .g-doc .row2 .block1 .zixun {
    margin-top: 26px;

    line-height: 30px;
}
.footer .g-doc .row2 .block1 .zixun span {
    display: inline-block;
    padding-right: 30px;

    line-height: 30px;

    vertical-align: middle;
}
.footer .g-doc .row2 .block1 .zixun .icon {
    padding-right: 5px;
}
.footer .g-doc .row2 .block2 {
    width: 450px;
}
.footer .g-doc .row2 .block2 p {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;

    letter-spacing: 0;

    color: #fff;
}
.footer .g-doc .row2 .block3 {
    width: 270px;
}
.footer .g-doc .row2 .block3 img {
    float: left;
    margin-right: 10px;
}
.footer .g-doc .row2 .block3 p {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;

    letter-spacing: 0;

    color: #fff;
}
.footer .icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 0;

    vertical-align: middle;
}
.footer .icon-phone {
  
}
.footer .icon-phone img{
    display: block;
    width: 100%;
}
.footer .icon-qq {

}
.footer .icon-weibo {

}
.footer .icon-weixin {

}
.footer2 {
    height: 100px;

    background: #5c373a;
}
.footer2 .g-doc {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.footer2 .g-doc img {
    display: block;
    float: left;
    width: 224px;
    height: 70px;
    margin-top: 15px;
}
.footer2 .g-doc p {
    float: right;
    width: 900px;
    height: 100px;

    font-size: 16px;
    line-height: 100px;

    text-align: right;

    color: #fff;
}
.footer2 .g-doc p span {
    padding: 0 16px;
}
.footer2 .g-doc p a {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;

    letter-spacing: 0;

    color: #fff;
}
.footer2 .g-doc p span:hover {
    color: #9855ae;
}
.article_g_container {
    width: 14.4em;
}
.top-banner .bannerswiper-wrapper {
    position: absolute;
    left: 50%;
    z-index: 1;

    width: 1920px;
    height: 810px;
    margin-left: -960px;
    overflow: hidden;
}
.top-banner .swiper-container .swiper-slide {
    height: 100%!important;
}
.bannerswiper-wrapper .swiper-slide a > img {
    display: block;
    height: 100%;
	width:100%;
}
.footer .g-doc .row2 .block2 p a {
    color: #fff;
}
.zt_case {
    display: none;
}
/* 快商通样式重写 */
#div37 > textarea {
    font-size: 14px!important;

    color: rgb(189,189,189);
}
.gray {
    filter: grayscale(100%);
}
.ks_ol_comm_div, .ks_ol_comm_div div{
    display: none!important;
}
.yqlj a{
    color: #fff;
}
.yqlj{
    position: absolute;
    left: 933px;
    top: 351px;
    }
    .bg_footer{
        position: absolute;
    left: -360px;
    top: 0px;
    z-index: -1;
    width: 1920px;
    }
    .bigtxt_news{
        display: block;
        width: 412px;
    }
    .footer .img_program{
        display: block;
        width: 104px;
    }