/*
* @Author: anchen
* @Date:   2019-08-01 15:19:57
* @Last Modified by:   anchen
* @Last Modified time: 2019-08-05 15:39:19
*/

/* 公共样式 */
*{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea { margin: 0; padding: 0; }
body { font: 14px/1.5 "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased !important; margin: 0 auto; color:#333; font-family:微软雅黑,'Heiti SC',黑体,Arial;position:relative;}
input, button, textarea, select { font: 14px/100% "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif; outline: 0; border: 0; background: none; color:#333; }
input:focus, textarea:focus { color:#333; }
input::-ms-clear{display:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;color:#333;line-height:1.2;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;}
ol, ul, li { list-style: none; }
select { appearance: none; -moz-appearance: none; -webkit-appearance: none; }
textarea { overflow:auto; resize:none; }
table { border-collapse: collapse; border: 0; }
caption, th { font-weight:normal; }
img { border: 0; outline:0; }
i,em,b,strong{font-style:normal;font-weight:normal;}
a{text-decoration:none;color:inherit;cursor:pointer;}
a:focus{outline:0;}

.clearfix:after,
.ul3:after,
.ul2:after,
.ul2 li a:after,
.list:after{content:'';display:block;clear:both;height:0;visibility:hidden;font-size:0;}


.ul3 li:hover a,
.ul2 li:hover a{
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
}

.container{
    width: 1000px;
    margin: 0 auto;
}
body{
    background: #f9f9f9;
}
body.bgfff{
    background: #fff;
}

.innerbanner{ width:100%; height:260px; background-position:top center; background-repeat:no-repeat; background-size:auto 100%; overflow:hidden; position:relative;}
.innerbanner img{ width:1920px; display:block; position:absolute; top:0; left:50%; margin-left:-960px; z-index:1;}

.Crumbs{
    height: 60px;
    line-height: 60px;
    box-shadow: 0 0px 15px rgba(0,0,0,0.1);
}
.Crumbs a,
.Crumbs span{
    color: #666;
}
.Crumbs.detail{
    box-shadow: none;
}
.Tbox{
    position: relative;
}

.TlistLeft{
    width: 710px;
    float: left;
    padding-bottom: 100px;
}

.fl_con{margin: 20px 0 30px; padding:12px 25px 12px; overflow:hidden; position:relative;border: solid 1px #e1e1e1;
    background:#fff;}
.fl_con3{height:68px;}
.fl_con2{ min-height:68px; height:auto; }
.fl_con dt{ float:left; width:60px; letter-spacing:5px; margin:10px 0 0;}
.fl_con dd{ float:left; width:860px; margin:10px 0 0;text-align: left; }
.fl_con dd a{ display:inline-block; padding:0 11px; margin:0 2px 6px;border: solid 1px #fff;border-radius: 20px; color:#666666;}
.fl_con dd a:hover, .fl_con dd a.on{color:#0da78f; border: solid 1px #0da78f; background: none;}

.page{
    text-align: center;
}
.page a,
.page span{
    display: inline-block;
    border: solid 1px #ebebeb;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 2px 10px;
    margin: 0 3px;
}
.page .layui-laypage-curr,
.page a:hover{
    background: -webkit-linear-gradient(left, #00c868 , #0089a2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00c868, #0089a2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00c868, #0089a2); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00c868 , #0089a2); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#00c868, endColorstr=#0089a2);
    color: #fff;
}
.gradientone{
    background: -webkit-linear-gradient(top, #2a80b7 , #0bb5b1); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #2a80b7, #0bb5b1); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #2a80b7, #0bb5b1); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #2a80b7 , #0bb5b1); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#2a80b7, endColorstr=#0bb5b1);
}
.gradienttwo{
    background: -webkit-linear-gradient(top, #b74c4c , #cc6e6e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #b74c4c, #cc6e6e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #b74c4c, #cc6e6e); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #b74c4c , #cc6e6e); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#b74c4c, endColorstr=#cc6e6e);
}
.gradientthree{
    background: -webkit-linear-gradient(top, #d9a555 , #f1ce8c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #d9a555, #f1ce8c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #d9a555, #f1ce8c); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #d9a555 , #f1ce8c); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#d9a555, endColorstr=#f1ce8c);
}

#banner .swiper-slide img{
    width: 100%;
    height: 328px;
    vertical-align: top;
}
#banner .swiper-pagination{
    bottom: 10px!important;
}
#banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background:#fff;
}
.banner{
    position: relative;
}
.banner span.label{
    width: 51px;
    height: 123px;
    background-size: 100% 100%;
    z-index: 10;
    font-size: 20px;
    line-height: 20px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    padding: 14px 0 0 22px;
}


.content{
    padding: 60px 0 0;
}
.content.wauto{
    width: auto;
}
.content .title{
    margin: 0 0 30px;
}
.content .list{
    position: relative;
}
.content .list a.listmore{
    width: 80px;
    height: 32px;
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 0;
    top: -60px;
    text-align: right;
    padding-right: 15px;
    line-height: 32px;
}
.ul3{
    margin: 0 -13px;
}
.ul3 li{
    width: 33.333333333%;
    float: left;
    padding: 0 13px;
    margin-bottom: 26px;
}
.ul3 li a,
.ul2 li a{
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    padding: 6px;
}
.ul3 li a img{
    width: 100%;
    vertical-align: top;
    height: 304px;
}
.ul3 li a .desc{
    padding: 21px 12px 12px;
}
.ul3 li a .desc h2{
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ul3 li a .desc span,
.ul2 li a .desc span{
    display: inline-block;
    padding: 2px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    margin: 20px 0 10px ;
    color: #a40000;
    background: -webkit-linear-gradient(left, #faf8c7 , #ffcc71); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #faf8c7, #ffcc71); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #faf8c7, #ffcc71); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #faf8c7 , #ffcc71); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#faf8c7, endColorstr=#ffcc71);
}
.ul2{
    margin: 0 -12px;
}
.ul2 li{
    width: 50%;
    float: left;
    padding: 0 12px;
    margin-bottom: 24px;
}
.ul2 li a img{
    float: left;
    width: 258px;
    height: 258px;
    vertical-align: top;
}
.ul2 li a .desc{
    float: right;
    width: 200px;
    padding: 40px 10px 0 15px;
}
.ul2 li a .desc h2{
    font-size: 20px;
    line-height: 32px;
    height: 96px;
    overflow: hidden;
}
.ul2 li a .desc span{
    margin-top: 50px;
}

.ul3.new,
.ul2.new{
    width: 50%;
    float: left;
}
.ul2.new{
    margin:  0 0px 0 26px;
}
.ul3.new li{
    padding-right: 0;
}
.ul2.new li{
    padding-right: 0;
}
.ul3.new li,
.ul2.new li{
    width: 100%;
}
.ul3.new li a img{
    height: 380px;
    vertical-align: top;
}
.ul3.new li a .desc h2{
    height: 60px;
    line-height: 32px;
    overflow: hidden;
    white-space: normal;
}
.ul3.new li a .desc span{
    margin-top: 42px;
}
.wcindex .ul3 li{
    margin-bottom: 0;
}
.wcindex .ul2 li:nth-child(3),
.wcindex .ul2 li:nth-child(4){
    margin-bottom: 0;
}
.Tbox .ul3{
    margin: 0 -13px 80px -13px;
}
.Tbox .page{
    margin-bottom: 100px;
}

.ul3 li:hover a,
.ul2 li:hover a{
    box-shadow: 0 0 20px rgba(0,0,0,0.24);
}


.banner{
    width: 365px;
    float: left;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.gallery-top.swiper-container{
    width: 365px;
}
.gallery-top .swiper-slide{
    height: 300px;
}
.gallery-top .swiper-slide img,
.gallery-thumbs .swiper-slide img{
    width:100%;
    height:100%;
}
.gallery-thumbs .swiper-slide{
    height: 74px;
    cursor: pointer;
}
.Cleft{
    width: 720px;
    float: left;
    min-height: 1100px;
    margin-bottom: 100px;
}
.Cleft .desc .ditemtxt .title h2{
    font-size: 24px;
    line-height: 42px;
    height: 130px;
    overflow: hidden;
}
.Cleft .desc .ditemtxt .title span{
    margin: 5px 0 10px;
    color:#fff;
    font-size: 14px;
    display: inline-block;
    padding: 2px 6px;
    background: -webkit-linear-gradient(left, #650296 , #760761); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #650296, #760761); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #650296, #760761); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #650296 , #760761); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#650296, endColorstr=#760761);
}
.Cleft .desc .ditemtxt .price {
    padding: 25px 0 0 20px;
    width: 100%;
    height: 100px;
    background: url(../images/pricebg.jpg) no-repeat;
    background-size: 100% 100%;
}
.Cleft .desc .ditemtxt .price span{
    font-size: 36px;
    color: #ff0635;
}
.Cleft .desc .ditemtxt .price i{
    font-size: 16px;
    color: #999;
}
.Cleft .desc .ditemtxt .itemfun{
    margin: 13px 0 0;
}
.Cleft .desc .ditemtxt .itemfun .buylink{
    width: 170px;
    height: 50px;
    color: #fff;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    margin: 20px 0 0px 0px;
    background: -webkit-linear-gradient(left, #00c868 , #0089a2); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #00c868, #0089a2); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #00c868, #0089a2); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #00c868 , #0089a2); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#00c868, endColorstr=#0089a2);
}
.Cleft .desc .ditemtxt .itemfun .fabulous{
    display: block;
    float: right;
    min-width: 80px;
    text-align: center;
    margin-top: 30px;
    color:#8e8e8e;
    cursor: pointer;
}
.Cleft .desc .ditemtxt .itemfun .fabulous i{
    display: block;
    width: 19px;
    height: 17px;
    background: url(../images/icon-sc11.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 2px;
}
.Cleft .desc .ditemtxt .itemfun .fabulous.on i,
.Cleft .desc .ditemtxt .itemfun .fabulous.active i{
    background: url(../images/icon-sc11h.png) no-repeat;
    background-size: 100% 100%;
}
.Cleft .desc{
    width: 355px;
    float: right;
    padding: 0 0 0 30px;
}

.Cleft .dtop .content{
    padding-bottom: 30px;
    padding-top: 10px;
    border-bottom: dashed 1px #cecccd;
}

.dbttom{
    padding: 40px 0 10px;
}
.dbttom .title{
    height: 46px;
    font-size: 20px;
    padding: 0 18px;
    position: relative;
}
.dbttom i{
    width: 114px;
    height: 10px;
    background:#00ffd0;
    border-radius: 8px;
    display: block;
    content: '';
    position: absolute;
    bottom: 16px;
    left: 5px;
    z-index: 6;
}
.dbttom .title span{
    position: absolute;
    z-index: 10;
    letter-spacing: 2px;
}
.fieldul{
    padding: 10px 30px 30px;
    border-bottom: dashed 1px #cecccd;
}
.fieldul li{
    width: 50%;
    float: left;
}
.fieldul li label{
    display: inline-block;
    width: 100px;
    float: left;
    color:#999999;
    line-height: 30px;
}
.fieldul li span{
    display: inline-block;
    width: 220px;
    float: left;
    padding-top: 4px;
}
.Cright{
    width: 240px;
    float: right;
    border: solid 1px #d7d7d7;
    padding: 22px;
}
.Cright h3{
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
}
.Cright h3:after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #d7d7d7;
    position:absolute;
    top: 19px;
}
.Cright h3 span{
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    z-index: 11;
}
.tjul li{
    margin: 15px 0 20px;
}
.tjul li a img{
    width: 100%;
    vertical-align: top;
}
.tjul li a .desc h2{
    font-size: 14px;
    color:#666;
    margin: 10px 0 0;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}
.tjmore{
    display: block;
    text-align: right;
    font-size: 16px;
    color:#3c70bd;
    margin-top: 20px;
}
.pd100{
    padding-bottom: 100px;
}
.contentbox img{
    max-width: 100%;
}