@charset "utf-8";
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p,
dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside,
details, figcaption, figure, footer, header, hgroup, menu, nav, section,main {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    color: #333;
    height: 100%;
    font-family: Microsoft YaHei,"微软雅黑",HELVETICA,sans-serif,Tahoma, Arial;
    min-width: 1200px;
    font-size: 14px;
}
ul,li{list-style: none;}
img{border: none;}
i, b{font-style: normal;}
a{text-decoration: none; cursor: pointer; color: #333; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/*获得焦点时取消默认外边框*/

input:focus,
textarea:focus,
button:focus,
select:focus{
    outline: none;
}

input[type=text]::-ms-clear {
    display: none;
}

/* 兼容标签 */

main,
header,
footer,
section,
article {
    display: block;
}

/*input,textarea提示字颜色*/

::-moz-placeholder {
    color: #999;
    font-family: Microsoft YaHei,"微软雅黑",HELVETICA,sans-serif,Tahoma, Arial;
}

::-webkit-input-placeholder {
    color: #999;
    font-family: Microsoft YaHei,"微软雅黑",HELVETICA,sans-serif,Tahoma, Arial;
}

:-ms-input-placeholder {
    color: #999;
    font-family: Microsoft YaHei,"微软雅黑",HELVETICA,sans-serif,Tahoma, Arial;
}


/*解决谷歌浏览器中的input背景色默认是黄色*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*++修饰滚动条样式++*/

/* Let's get this party started */
::-webkit-scrollbar {width: 8px;height: 8px; }
::-moz-scrollbar {width: 8px;height: 8px;}
/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #efefef;
    -webkit-box-shadow: inset 0 0 3px #efefef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #efefef;
}

::-moz-scrollbar-track {
    box-shadow: inset 0 0 3px #efefef;
    -webkit-box-shadow: inset 0 0 3px #efefef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #efefef;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #555;
    box-shadow: inset 0 0 3px #dddddd;
    -webkit-box-shadow: inset 0 0 3px #dddddd;
}

::-moz-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #dddddd;
    box-shadow: inset 0 0 3px #dddddd;
    -webkit-box-shadow: inset 0 0 3px #dddddd;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #dddddd;
}

::-moz-scrollbar-thumb:window-inactive {
    background: #dddddd;
}

/*浮动*/
.fl{float: left;}
.fr{float: right;}
/*清除浮动影响*/
.clearfix{zoom: 1;}
.clearfix::after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
/*文字对齐*/
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}
.hide{display: none;}
/*单行文字超出显示省略号*/
.omg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*文本第二行显示省略号*/
.br-2{
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.br-3{
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*文字加粗倾斜样式*/
.b{font-weight:700;}
.em{font-style: italic;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f26{font-size: 26px;}
.bd{
    border: 1px solid #e3e3e3;
}
.db{
    display: block;
}
.bdt{
    border-top: 1px solid #efefef;
}
.bdb{
    border-bottom: 1px solid #efefef;
}
.color-99{
    color: #666;
}
.color-33{
    color: #333!important;
}
.red{
    color: red;
    margin: 0 3px;
}
/*按钮样式*/
button{
    margin:0;
    padding:0;
    list-style-type:none;
    background:none;
    border: none;
    cursor: pointer;
}
.lkbtn{
    background: #e84252;
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 18px;
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    border: none;
}

.lkbtn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}

.lkbtn:active {
    opacity: 1;
    filter: alpha(opacity=100)
}
/*表单样式*/
input,select,textarea {
    height: 38px;
    line-height: 1.3;
    line-height: 38px\9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-radius: 2px;
    border-color: #e6e6e6;
    padding: 0 10px;
    resize: vertical;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,td,tr{
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    padding: 9px 6px;
}
/*公用字体颜色及背景颜色*/
.orange{
    color:#e84252!important;
}
.orangeBg{
    background-color: #e84252;
    color: #fff!important;
}
.green{
    color: #29C783;
}
.greenBg{
    background-color: #E5F9F1;
    color: #29C783;
}
.bgi{
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
/*版心宽度1180px*/
.div-1180{
    width: 1180px;
    margin: 0 auto;
}
/*公用头尾样式*/
header,
main,
footer{
    width: 100%;
    min-width: 1200px;
}
header{
    position: fixed;
    top: 0;
    left:0;
    z-index: 10;
    height: 90px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
main{
    min-height: calc(100% - 160px);
    padding-top: 90px;
    background-color: #fff;
}
footer{
    width: 100%;
    background: #323232;
    color: #bdbdbd;
    padding: 20px;
    height: 160px;
}
.topBg{
    height: 30px;
    line-height: 30px;
    background:#efefef;
    padding: 0 20px;
    position: relative;
}
.topBg>div{
    height: 100%;
}
.location{
    position: relative;
    margin-left: 50px;
    padding: 0 15px;
}
.location>span{
    cursor: pointer;
}
.citylink{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 400px;
    min-height: 200px;
    background-color: #fff;
    padding:15px 10px;
    -webkit-box-shadow: 1px 2px 3px #e6e6e6;
    -moz-box-shadow: 1px 2px 3px #e6e6e6;
    -ms-box-shadow: 1px 2px 3px #e6e6e6;
    box-shadow:1px 2px 3px #e6e6e6;
}
.location:hover{
    background-color: #fff;
}
.cityTab{
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.cityTab li{
    float: left;
    padding: 0 8px;
    cursor: pointer;
    margin-right: 4px;
    position: relative;
}
.cityTab li:last-child:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.tabBd{
    border: 1px solid #e84252;
    border-bottom: none;
}
.cityTab li i{
    margin-left: 2px;
    color: #777;
}
.cityDiv{
    border-top: 1px solid #e84252;
    padding-top: 2px;
}
.cityDiv ol>li{
    display: inline-block;
    width: 80px;
    padding: 0 5px;
    text-align: center;
    line-height: 24px;
    margin-top: 8px;
    cursor: pointer;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cityDiv ol>li:hover,
.cityDiv ol>li.activeLi{
    background-color: #e84252;
    color: #fff;
}
.topBg>div.fr{
    width: 300px;
}
.logoBg{
    height: 60px;
    line-height: 60px;
}
.logoBg>h1{
    overflow: hidden;
    cursor: pointer;
    width: 160px;
    height: 100%;
    background: url("../images/logo.png") center no-repeat;
}
.logoBg>h1 a{
    display: block;
    height: 100%;
    color: transparent;
    opacity: 0;
    filter:alpha(opacity=100)
}
.logoBg>ul{
    height: 100%;
}
.logoBg>ul>li{
    position: relative;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 0 15px;
}
.divide:before{
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 24px;
    background: #e4e4e4;
}
.logoBg>ul.fl>li a{
    display: block;
    height:100%;
    width: 100%;
}
.active,
.active>a,
a:hover{
    color: #e84252;
}
.logoBg>.fr>li{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.release{
    margin-left: 10px;
    padding: 0!important;
}
.release>a{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #e84252;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
    cursor: pointer;
    color: #e84252;
    padding: 0 15px;
}
.release>a i{
    font-size: 14px;
}
.releaseBg a,
.release a:hover{
    background: #e84252;
    color: #fff;
}
.side{
    width: 60px;
    height: 200px;
    position: fixed;
    z-index: 2;
    right: 20px;
    bottom: 10%;
}
.side li i{
    color: #fff;
    font-size: 20px;
}
.side li{
    width: 60px;
    height: 50px;
    display: block;
    position: relative;
    background-color:  #858585;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.side li:before{
    width: 34px;
    height: 1px;
    content: '';
    position: absolute;
    background: #999;
    left: 14px;
    top:0;
}
.side li:hover{
    background-color: #4c4c4c;
}
.codeImg{
    position: absolute;
    top: 30px;
    right: -300px;
    z-index: 6;
    background: #fff;
    padding: 15px 5px;
    text-align: center;
    line-height: 1.8;
    height: 160px!important;
    -webkit-box-shadow: 0 2px 3px #999999;
    -moz-box-shadow: 0 2px 3px #999999;
    box-shadow: 0 2px 3px #999999;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.codeImg>div{
    float: left;
    width: 130px;
}
.codeImg img{
    width: 110px;
    height: 110px;
}
.topBg a:hover .codeImg{
    right: 2px;
}
/*右侧固定tab*/
.phone-box,
.contact-box{
    display: none;
    padding:0 0 0 10px;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    border-radius: 3px;
    text-align: left;
}

.phone:hover .phone-box,
.contact:hover .contact-box{
    display: block;
}
.phone-box {
    width: 230px;
    height: 125px;
    left: -231px;
    top: -36px;
    z-index: 2;
}

.contact-box {
    width: 230px;
    height: 200px;
    top: -100px;
    left: -231px;
    z-index: 1;
    cursor: auto;
    padding: 10px;
}
.phone-box:after,
.contact-box:after{
    content: '';
    border-left: 15px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: -7px;
    top: 50px;
}
.phone-box * {
    display: block;
}
.contact-box:after {
    top: 115px;
}
.phone-box p {
    font-size: 16px;
    color: #323232;
}

.phone-box b {
    font-size: 24px;
    color: #e84252;
    line-height: 28px;
}

.phone-box span {
    font-size: 14px;
    color: #999;
}
.contact-box p {
    font-size: 12px;
    color: #666;
    line-height: 1;
    margin-bottom: 3px;
}

.contact-box .input-border {
    text-indent: 8px;
}

.contact-box .input-border,
.contact-box button {
    height: 36px;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 15px;
    resize: none;
}
.contact-box textarea.input-border{
    height: 50px;
}
.contact-box button {
    background-color: #e84252;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 0;
    cursor: pointer;
}

.contact-box span {
    font-size: 12px;
    line-height: 35px;
    color: #666;
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
/*footer*/
footer>div{
    height: 100%;
}
footer>div>.fl li{
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
footer>div a{
    color: #e84252;
}
footer>div p{
    line-height: 2.2;
}
footer>div>.fr>div{
    display: inline-block;
    width: 100px;
    height: 130px;
    vertical-align: middle;
    text-align: center;
    margin-left:60px;
}
footer>div>.fr>div:nth-child(1){
    margin: 0;
}
footer>div>.fr>div>img{
    width: 100px;
    height: 100px;
}
/*通用轮播图样式*/
.commonBanner{
    position: relative;
}
.commonBanner .layui-carousel-ind li{
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0,0,0,.5);
    margin: 0 5px;
    cursor: pointer;
}
.commonBanner .layui-carousel-ind li.layui-this{
    background-color: #e84252;
}
.commonBanner .layui-carousel-ind ul{
    background-color: transparent;
}
.commonBanner .layui-carousel-arrow{
    width: 40px;
    height: 40px;
    font-size: 28px;
}
.commonBanner .layui-carousel-arrow:hover{
    background-color: #e84252;
}
.commonBanner .swiper-slide,
.swiper-wrapper{
    width: 100%;
    height: 100%;
}
.commonBanner .swiper-slide img{
    width: 100%;
    height: 100%;
}
.commonBanner>a{
    position: absolute;
    top: 45%;
    width: 60px;
    height: 70px;
    color: #fff;
    z-index: 2;
    text-align: center;
    line-height: 70px;
}
.commonBanner>a i{
    font-size: 3em;
}
.commonBanner>a:hover{
    color: #e84252;
    font-weight: 700;
}
.arrow-left {
    left: 30px;
}
.arrow-right {
    right: 30px;
}
.swiper-container
{
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:20px;
    width: 100%;
    z-index: 2;
}
.pagination .swiper-pagination-switch {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    margin: 0 5px;
    cursor: pointer;
}
.pagination .swiper-active-switch {
    background: #e84252;
}
.commonBanner .swiper-slide a,
.commonBanner .swiper-slide a>img{
    display: block;
    width: 100%;
    height: 100%;
}
.commonBanner>.swiper-container{
    background: #eee;
}
.scale{
    overflow: hidden;
}
.scale img{
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.scale:hover img{
    -webkit-transform: scale(1.2) translateX(20px);
    -moz-transform: scale(1.2) translateX(20px);
    -ms-transform: scale(1.2) translateX(20px);
    -o-transform: scale(1.2) translateX(20px);
    transform: scale(1.2) translateX(20px);
}

.addLink{
    padding: 10px 0;
    height: 100px;
}
.addLink img{
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border:1px solid #ddd;
}
.addLink>ul{
    padding-left: 100px;
}
.addLink>ul li{
    padding: 4px 0;
}
.addLink>ul li:first-child{
    color: #0C0C0C;
    font-weight: 700;
    font-size: 16px;
}
/*微信保留手机号*/
.wxBox{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 999999999;
    padding: 100px 100px 0;
    color: #555;
}
.wxBox h2{
    margin-bottom: 50px;
    padding-left: 50px;
}
.wxBox>div{
    width: 700px;
    margin: 0 auto;
    padding: 80px 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.w-120{
    width: 120px!important;
}
/*图片丢失友好提示*/
.imgLost{
    text-align: center;
    background: url('../images/lianku_black.png') no-repeat center #e2e2e2;
    background-size: 80% 40%;
    -webkit-background-size:  80% 40%;
}

/*动画效果*/
.line{
    position: relative;
    overflow: hidden;
}
.line:before{
    content:'';
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -150px;
    z-index: 9;
    background:-webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    background:-moz-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    background:-ms-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    background:-o-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
}

.line:hover:before{
    left:2200px;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.shadow,
.shadow i.orange,
.rotate{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.shadow:hover{
    -webkit-box-shadow:0 0 9px #333;
    -moz-box-shadow:0 0 9px #333;
    box-shadow:0 0 9px #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.shadow:hover i.orange{
    font-size: 5em;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.rotate:hover{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/*动画效果*/