﻿/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset,button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
.content{ width:1200px;margin: 0 auto;font-family:"Microsoft YaHei","微软雅黑",Arial,sans-serif;}
.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.wrapper{margin:0 auto;width:1200px;}
input,textarea {border:  none; box-shadow: none; outline: none;}

body{min-width: 1200px;margin: 0 auto;width: 100%;}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 16px/22px "Microsoft YaHei";color: #666;
}

h1 {font-size: 18px;font-family: "Microsoft Yahei";}
h2 {font-size: 16px;font-family: "Microsoft Yahei";}
h3 {font-size: 14px; font-family: "Microsoft Yahei"; font-weight:normal;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#666;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"]{
	-webkit-appearance: none;}
textarea {-webkit-appearance: none;}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.clearfix:after{height: 0;content: "";clear: both;display: block;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}




/*表单弹框*/

/*表单弹框*/
.nsw-modal {
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.modal-dialog {
    position: fixed;
    color:#000000;
    top: 150px;
    width: 400px;
    border-radius: 3px;
    min-height: 155px;
    overflow: hidden;
    z-index: 99998;
    margin-left: -200px;
    left: 50%;
}
.modal-dialog .css-icon {
    background-image: url("../images/modal-icons.png");
}
.modal-dialog .modal-head {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
    width: 15px;
    height: 15px;
    background-position: 1px 0px;
    margin: 8px 5px 0 0;
    float: left;
}
.modal-dialog .modal-head .close {
    float: right;
    width: 15px;
    height: 15px;
    background-position: -14px 0px;
    margin-top: 8px;
}
.modal-dialog .modal-body {
    width: 100%;
    min-height: 125px;
    background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
    width: 140px;
    float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
    width: 64px;
    height: 64px;
    margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
    background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
    background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
    width: 260px;
    float: right;
    padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
    color: #000;
    text-align: center;
    width: 90px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
    line-height: 30px;
}

/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto;
    padding: 20px 0;
    height: 30px;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:${skins.vi and skins.vi.color?skins.vi.color: "#fa756e"};
    color:#fff;
    border-color:${skins.vi and skins.vi.color?skins.vi.color: "#fa756e"};
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}

/*p101新翻页*/
.p101-pagination-1-main {
    margin: 0 auto;
    padding: 0 0 40px;
    height: 40px;
    text-align: center;
}

.p101-pagination-1 a,
.p101-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    font-family: Arial;
    width: 34px;
    height: 34px;
    color: #666666;
    border-radius: 100%;
    line-height: 34px;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin: 0 3px;
    background: #fff;
}
.p101-pagination-1 a.page_first,.p101-pagination-1 a.page_last{width: 70px;border-radius: 20px;font-size: 16px;}
.p101-pagination-1 a.page_pre,.p101-pagination-1 a.page_next{width: 80px;border-radius: 20px;font-size: 16px;}
.p101-pagination-1 span {
    border: 1px solid #fff;
}

.p101-pagination-1 .page_curr {
    background:#5a5a5a;
    color:#fff;
    border-color:#5a5a5a;
}

.p101-pagination-1 .laypage_first,
.p101-pagination-1 .laypage_last {
    display: none;
}

/*p102新翻页*/
.p102-pagination-1-main {
    margin: 0 auto;
    padding: 20px 0 40px;
    height: 40px;
    text-align: center;
}
.p102-pagination-1 a,
.p102-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    font-family: Arial;
    width: 36px;
    height: 36px;
    color: #808080;
    border-radius: 5px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 3px;
    background: #fff;
}
.p102-pagination-1 a.page_first,.p102-pagination-1 a.page_last{width: 70px;border-radius: 5px;font-size: 14px;}
.p102-pagination-1 a.page_pre,.p102-pagination-1 a.page_next{width: 80px;border-radius: 5px;font-size: 14px;}
.p102-pagination-1 span {
    border: 1px solid #fff;
}
.p102-pagination-1 .page_curr {
    background:${skins.vi and skins.vi.color?skins.vi.color: "#fa756e"};
    color:#fff;
    border-color:${skins.vi and skins.vi.color?skins.vi.color: "#fa756e"};
}
.p102-pagination-1 .laypage_first,
.p102-pagination-1 .laypage_last {
    display: none;
}




        i,em{font-style:normal;}
		.content{width:1200px;margin:0 auto;}
        .head{height:199px;position: relative;z-index:300;}
        .head .hea-top{height:138px;padding-top: 27px; box-sizing: border-box;}
        .head .hea-top .logo{width:600px;float:left;}
        .head .hea-top .logo .t_logo{float:left; width:103px;height:82px;margin-right: 10px; }
        .head .hea-top .logo .t_logo img{width: 100px;}
        .head .hea-top .logo h2{float:left;padding-left:24px;margin-top: 11px;position: relative;}
        .head .hea-top .logo h2 span{display: block; height:40px; line-height: 40px; font-size: 26px; color:#292826; font-weight: 700;}
        .head .hea-top .logo h2 em{display: block; height:31px; line-height: 31px;font-size: 18px; color:#666666; font-weight: normal; letter-spacing:1px;}
        .head .hea-top .logo h2:before{width:1px; height:56px;background:#e5e5e5;content:""; position: absolute;left:0;top:9px;}
        .head .hea-top .hea-tel{float:right;margin-top: 15px;padding-left:60px; background:url(../images/hea-tel.png) no-repeat left;}
        .head .hea-top .hea-tel span{display: block; height:25px; line-height: 25px;font-size: 14px; color:#666666;}
        .head .hea-top .hea-tel p{display: block; height:34px; line-height: 34px;font-size: 34px;color:#454545; font-family:"impact"}
        .head .menu{height:60px; border-top:1px solid #dddddd;}
        .head .menu .nav{width:1160px; height:60px;float:left;}
        .head .menu .nav li{height:60px; line-height: 60px;float:left; text-align: center;}
        .head .menu .nav li a{display: block;font-size: 16px; color:#222222;}
        .head .menu .nav li:hover,.head .menu .nav li.cur{background:#1ca58d;}
        .head .menu .nav li:hover a,.head .menu .nav li.cur a{color:#FFF;}
        .head .menu .sea{width:22px; height:22px; float:right;margin-top: 19px; position: relative;}
        .head .menu .sea .open{display: block;width:100%; height:100%;background:url(../images/hea-btn.png) no-repeat center; cursor: pointer;}
        .head .menu .sea .sou{width:300px;height:50px; position: absolute; top:41px; right:0;transform-origin:100% 0;-webkit-transform-origin:100% 0;-webkit-transform:scale(0,0);transform:scale(0,0);-webkit-transition:all .5s;transition:all .5s;}
        .head .menu .sea .sou .txt{width:250px; height:50px; background:#FFF; border:0;padding:0 10px; line-height: 50px; font-size: 12px; color:#333;box-sizing: border-box;float:left;}
        .head .menu .sea .sou .btn{width:50px; height:50px; background:#1ca58d url(../images/hea-btn1.png) no-repeat center;float:left;border:0;cursor: pointer;}
        .head .menu .sea .sou .txt::-webkit-input-placeholder{font-size: 12px; color:#333;}
        .head .menu .sea .sou .txt::-moz-placeholder{font-size: 12px; color:#333;}
        .head .menu .sea.open .sou{opacity:1;visibility:visible;-webkit-transform:scale(1,1);transform:scale(1,1);}
    

 .banner{position:relative;overflow:hidden;}
                .banner .slick-arrow {position: absolute;font-size: 0;top: 50%;z-index:12;width: 100px;height: 100px;margin-top: -42px;border: 0;}
                .banner .slick-prev {outline: none;position: absolute; top:50%; width: 73px; height: 73px; z-index: 9; opacity: 0; text-align: center; margin-top: -40px;transition:.8s;background:url(../images/c_prev.png) no-repeat;left: 5%;cursor: pointer;}
                .banner .slick-next {outline: none;position: absolute; top:50%; width: 73px; height: 73px; z-index: 9; opacity: 0; text-align: center; margin-top: -40px;transition:.8s;background:url(../images/c_next.png) no-repeat;right: 5%;cursor: pointer;}
                .banner:hover .slick-prev { left: 10%; opacity: 0.3; }
                .banner:hover .slick-next { right: 10%; opacity: 0.3; }
                .banner img {display: block;width: 100%;margin:0 auto;}
                .slick-dots {position: absolute;left: 0; font-size:0;bottom: 10%;width: 100%;text-align: center;outline: none;}
                .slick-dots li {display: inline-block;margin: 0 15px; outline: none;}
                .slick-dots li button {display: block;border: 0 none;width: 12px;height: 12px;color: #fff; border-radius: 50%;background-color: #1ca58d;outline: none; transition: .5s;}
                .slick-dots .slick-active button {background-color: #1ca58d;width:50px;border-radius: 30px;}



        i,em{ font-style: normal;}
        .footer{height:403px; background:#1ca58d;}
        .foot{padding-top:42px;}
        .foot .abo-left{width:930px; height:200px; margin-top: 54px;float:left;}
        .foot .ft-xx{width:243px;float:left;}
        .foot .ft-xx .ft-lx{height:72px;border-bottom:1px solid #fff; margin-bottom: 8px;}
        .foot .ft-xx .ft-lx b{display: block; height:26px; line-height: 26px;font-size: 14px; color:#FFF;}
		 .foot .ft-xx .ft-lx span:before{ content:"";background: url(../images/tel.png) no-repeat left; display:inline-block; width:34px; height:34px;}
        .foot .ft-xx .ft-lx span{display: block; height:34px;line-height: 34px;font-size: 28px; color:#FFF;font-family:"Garamond";}
        .foot .ft-xx ul li{ line-height: 28px;font-size: 14px; color:#FFF;}
        .foot .abo-nav{width:644px; float:left; margin-left: 12px;}
        .foot .abo-nav ul li{float:left;height:47px; line-height: 47px;width:96px;margin-left: 110px;padding-left:18px; box-sizing: border-box;background:url(../images/ft-jt.png) no-repeat left;}
        .foot .abo-nav ul li a{font-size: 14px; color:#FFf;}
        .foot .abo-rig{width:140px; float:right;}
        .foot .abo-rig h3{margin-bottom: 33px;}
        .foot .abo-rig h3 a{display: block;width:88px; height:101px; margin:0 auto 25px;}
        .foot .abo-rig h3 a img{width:100%;}
        .foot .abo-rig h3 em{display: block;padding:0 15px; text-align: center; line-height: 26px;font-size: 14px; color:#FFF;  }
        .foot .abo-rig i{display: block; width:100%; line-height: 0; overflow: hidden; }
        .foot .abo-rig i img{width:100%;}
        .foot .abo-bot{height:104px;border-top:1px solid rgba(255,255,255,0.5);width:930px;float:left;}
        .foot .abo-bot span{display: block; height:104px;float:left;}
        .foot .abo-bot span em{display: block; height:104px;line-height: 104px;font-size: 14px; color:#FFF; margin-right: 20px;float:left;}
        .foot .abo-bot span em a{font-size: 14px; color:#FFF;}
        .foot .abo-bot strong{display: block; height:104px; float:right;}
        .foot .abo-bot strong i{display: block; float:left; height:104px; line-height: 104px;font-size: 14px; color:#FFF; font-weight: normal;}
        .foot .abo-bot strong a{display: block; float:left;font-size: 14px;line-height: 104px; color:#FFF; margin-left: 20px;font-weight: normal;}
        .foot .abo-bot strong a:first-child{margin-left: 0;}
    

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #1ca58d;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #1ca58d;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    


/*全局背景色1*/
.body-color{background: #ffffff;}
.bark-body-color{background:#181818;}

.blk{margin-bottom: 25px;}
/*Main模板*/
.blk-main{width:1100px; margin: 0 auto;}
/*小模块*/
.blk-xs{width:240px;}
/*中模块*/
.blk-sm{width:830px;   }
/*小版块*/
.blk{margin-bottom:30px;}


/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}
html{color:#000;background:#FFF; }

/*清除浮动*/
.clear{clear: both;height: 0;}
.blk-main .clearlist,.blk-main .listclear{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.b-main .clearlist,.b-main .listclear{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.clearafter:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }


.pagelist ul{text-align: left; margin:20px 0;}
.pagelist ul a{margin:0 5px;border:1px solid #e1e1e1; padding:5px 15px;}
.pagelist ul a:first-child{border:none;}
.pagelist ul a:first-child:hover{border:none;color:#666;}
.pagelist .m2xxBkBtn{border:1px solid #e1e1e1;}
.pagelist .m2xxBkBtn:hover{border:1px solid #1ca58d;color:#1ca58d;}
.pagelist .currclass{color:#1ca58d;}



/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}
