/*
* @Author: anchen
* @Date:   2019-08-01 15:19:57
* @Last Modified by:   anchen
* @Last Modified time: 2019-09-26 19:58:30
*/

/* å…¬å…±æ ·å¼ */
*{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,
.dtopdetail .title:after{content:'';display:block;clear:both;height:0;visibility:hidden;font-size:0;}

.Tlistright .relul li:hover,
.Tlistright .relul li:hover a h2:after,
.TListul li:hover,
.page a:hover{
    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;
}

.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;
}

.Tbox{
    position: relative;
}

.TlistLeft{
    width: 710px;
    float: left;
    padding-bottom: 100px;
}
.TlistLeft.detail{
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background: #fff;
}
.fl_con{margin: 20px 0 30px; padding:12px 25px 12px; overflow:hidden; position:relative;background:#fff;}
.fl_con3{height:68px;}
.fl_con2{ min-height:68px; height:auto; }
.fl_con dt{ float:left; width:95px; letter-spacing:2px; margin:10px 0 0;}
.fl_con dd{ float:left; width:563px; 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;}


.TListul{
    margin: 20px 0 100px;
}
.TListul li {
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}
.TListul li a{
    display: block;
    position: relative;
}
.TListul li a .itemimg{
    width: 240px;
    height: 160px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.TListul li a .itemimg img{
    width: 100%;
    height: 100%;
}
.TListul li a .itemtxt{
    margin-left: 260px;
    height: 180px;
    background:#fff;
    padding: 20px 25px;
}
.TListul li a .itemtxt .title h2,
.ditemtxt .title h2,
.ditemtxt .title h3{
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.TListul li a .itemtxt .title h2,
.ditemtxt .title h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    margin: 0 0 10px;
}

.ditemtxt .title h3{
    padding-left: 10px;
    text-align: right;
}
.ditemtxt .title h3 span{
    display: inline-block;
    background: -webkit-linear-gradient(left, #ebd8d8 , #e3e3e3); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #ebd8d8, #e3e3e3); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #ebd8d8, #e3e3e3); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #ebd8d8 , #e3e3e3); /* æ ‡å‡†çš„è¯­æ³• */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ebd8d8, endColorstr=#e3e3e3);
    font-size: 14px;
    border-radius: 4px;
    padding: 4px 8px;
}
.TListul li:hover{
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
}
.TListul li a .itemtxt .desc,
.ditemtxt .desc{
    color:#666666;
    height: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}
.TListul li a .itemtxt .itemfun{
    width: 100%;
    text-align: right;
}
.TListul li a .itemtxt .itemfun span{
    margin-left: 20px;
    color:#999;
}
.TListul li a .itemtxt .itemfun .praisevalue i,
.TListul li a .itemtxt .itemfun .browsevalue i,
.TListul li a .itemtxt .itemfun .detail i{
    display: inline-block;
}
.TListul li a .itemtxt .itemfun span.form{
    float: left;
    margin-left: 0;
}
.TListul li a .itemtxt .itemfun span.form i{
    color: #0da78f;
}
.TListul li a .itemtxt .itemfun .praisevalue i{
    width: 16px;
    height: 16px;
    background: url(../images/icon-zan.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.TListul li a .itemtxt .itemfun .browsevalue i{
    width: 16px;
    height: 11px;
    background: url(../images/icon-tscan.png) no-repeat;
    margin-right: 10px;
}
.TListul li a .itemtxt .itemfun .detail{
    color: #0da78f;
    float:right;
}
.TListul li a .itemtxt .itemfun .detail i{
    width: 17px;
    height: 6px;
    background: url(../images/icon-adetail.png) no-repeat;
    margin-left: 5px;
    position: relative;
    top: -3px;
}
.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;
}
.Tlistright{
    float: right;
    width: 260px;
    padding-top: 20px;
}
.Tlistright.detail{
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    background: #fff;
    padding-top: 0px;
}
.Tlistright .title{
    font-size: 18px;
    line-height: 54px;
    font-weight: 600;
}
.Tlistright .relul li{
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.Tlistright .relul li a{
    display: block;
    padding: 30px 30px;
    position: relative;
}
.Tlistright .relul li a h2,
.Tlistright .relul li a p{
    color:#fff;
}
.Tlistright .relul li a h2{
    height: 40px;
    position: relative;
    margin-bottom: 12px;
}
.Tlistright .relul li a h2:after{
    position: absolute;
    display: block;
    content:'';
    width: 30px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.Tlistright .relul li a img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.Tlistright .relul li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.32);
}
.Tlistright .relul li:hover a h2:after{
    width: 90px;
}
.Tlistright .dcon{
    padding: 0 20px 20px;
    /*    background: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.05);*/
    margin-bottom: 20px;
}
.Tlistright .dcon h2.title{
    padding: 10px 0 0;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
}
.Tlistright .dcon h2.title a{
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.Tlistright .dcon .TListul.detail{
    margin-bottom: 0px;
}
.Tlistright .dcon .TListul.detail li{
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
.Tlistright .dcon .TListul.detail li:last-child{
    margin-bottom: 0;
}
.Tlistright .dcon .TListul.detail li a{
    box-shadow: none;
}
.Tlistright .dcon .TListul.detail li a .itemtxt{
    padding: 0 15px;
}
.Tlistright .dcon .TListul.detail li a .itemtxt h2{
    height: 40px;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.Tlistright.detail .dcon .TListul.detail li a .itemtxt{
    padding: 0;
}
.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);
}

/* æ—…æ¸¸è¯¦æƒ… */
.Crumbs.detail{
    box-shadow: none;
}
.dtopdetail{
    background:#fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
.dtopdetail .title{
    text-align: center;
    padding: 20px 0 30px;
    border-bottom: solid 1px #ebebeb;
}
.dtopdetail .title .txt{
    width: 500px;
    display: inline-block;
    position: relative;
}
.dtopdetail .title .txt img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: -120px;
}
.dtopdetail .title .txt h2{
    font-size: 24px;
    line-height: 40px;
}
.dtopdetail .title .txt p{
    font-size: 14px;
    color: #666;
    margin: 20px 0 0;
}
.dtopdetail .title .txt p span{
    margin: 0 10px 0;
}
#detailbanner{
    width: 905px;
    margin: 30px auto;
}
#detailbanner .swiper-slide{
    padding: 0 27px;
    height: 156px;
    position: relative;
    cursor: pointer;
}
#detailbanner .swiper-slide .imgbox img{
    width: 100%;
    vertical-align: top;
    height:80px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
#detailbanner .swiper-slide h2{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#detailbanner .swiper-slide .bottomimg{
    height: 36px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#detailbanner .swiper-slide.no1 .inner{
    position: relative;
    top: 20px;
    z-index: 1;
}
#detailbanner .swiper-slide.no3 .inner{
    position: relative;
    top: 8px;
    z-index: 1;
}
#detailbanner .swiper-slide.no5 .inner{
    position: relative;
    top: 12px;
    z-index: 1;
}
#detailbanner .swiper-slide.no1 .bottomimg{
    background: url(../images/icon-bl1.jpg) no-repeat;
    background-size: 100% 100%;
}
#detailbanner .swiper-slide.no2 .bottomimg{
    background: url(../images/icon-bl2.jpg) no-repeat;
    background-size: 100% 100%;
}
#detailbanner .swiper-slide.no3 .bottomimg{
    background: url(../images/icon-bl3.jpg) no-repeat;
    background-size: 100% 100%;
}
#detailbanner .swiper-slide.no4 .bottomimg{
    background: url(../images/icon-bl4.jpg) no-repeat;
    background-size: 100% 100%;
}
#detailbanner .swiper-slide.no5 .bottomimg{
    background: url(../images/icon-bl5.jpg) no-repeat;
    background-size: 100% 100%;
}
/*è¯¦æƒ…é¡µæ­£æ–‡*/
.contentdetail{
    padding: 45px;
    font-size: 16px!important;
    line-height: 40px!important;
    color: #5b5b5b!important;

}
.contentdetail img{
    max-width: 100%;
}