/*
* @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{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 a,
.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;
}

.Crumbs.detail{
    box-shadow: none;
}
.Tbox{
    position: relative;
    margin-bottom: 150px;
}

.TlistLeft{
    width: 700px;
    background: #fff;
    padding-bottom: 100px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    padding: 25px;
    float: left;
}
.TlistLeft .title{
    font-size: 30px;
    padding: 10px 0 30px;
    position: relative;
    font-weight: bold;
}

.fl_con{margin: 20px 0 30px; padding:12px 25px 12px; overflow:hidden; position:relative;
background:#fff;border: solid 1px #ebebeb;}
.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:850px; 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: 0 -11px 100px -11px;
}
.TListul li {
    width: 25%;
    padding: 0 11px;
    margin-bottom: 22px;
    float: left;
}
.TListul li a{
    display: block;
    width: 100%;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.03);
}
.TListul li a .itemimg,
.TListul li a .itemimg img{
    width: 100%;
    height: 162px;
}
.TListul li a .itemimg img{
    vertical-align: top;
}
.TListul li a .itemtxt{
    background: #fff;
    padding: 15px;
}
.TListul li a .itemtxt h2{
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.TListul li:hover a{
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.TListul.history{
    padding: 40px 0;
    margin: 0 auto 100px;
}
.TListul.history li{
    width: 100%;
    float: none;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.02);
    cursor: pointer;
}
.TListul.history li .itemtxt h2{
    width: 70%;
    float: left;
    font-size: 16px;
    padding-right: 10px;
    line-height: 26px;
}
.TListul.history li .itemtxt span{
    float: left;
    color: #999;
    display: block;
    width: 10%;
    line-height: 26px;
}
.TListul.history li .itemtxt h4{
    float: left;
    width: 10%;
    color:#2a80b7;
    line-height: 25px;
    text-align: center;
}
.TListul.history li .hisdetail{
    padding: 10px 0 0 ;
    border-top: solid 1px #eee;
    margin: 20px 0 0 ;
    display: none;
}
.TListul.history li .hisdetail dl{
    position: relative;
    padding: 10px 0;
}
.TListul.history li .hisdetail dl dt,
.TListul.history li .hisdetail dl dd{

}
.TListul.history li .hisdetail dl dt{
    width: 70px;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 0;
    color: #666;
}
.TListul.history li .hisdetail dl dd{
    margin: 0 0 0 85px;
    min-height: 20px;
}
.TListul.history li .hisdetail dl dd a{
    box-shadow: none;
}
.Tlistright .dcon .TListul.history.detail{
    margin: 0;
    padding: 0;
}
.Tlistright .dcon .TListul.history.detail li{
    padding: 0;
    margin-bottom: 10px;
    box-shadow: none;
}
.Tlistright .dcon .TListul.history.detail li .itemtxt h2{
    float: none;
    font-size: 14px;
}
.Tlistright .dcon .TListul.history.detail li .hisdetail{
    margin-top: 10px;
}
.Tlistright .dcon .TListul.history.detail li .hisdetail dl{
    padding: 5px 0;
}
.Tlistright .dcon .TListul.history.detail li .hisdetail dl dt{
    top: 5px;
}
.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: 280px;
}

.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 .dcon .TListul.detail h4{
    text-align: center;
    color: #999;
}
.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);
}
.gradientfour{
    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);
}

/* 旅游详情 */
.Crumbs.detail{
    box-shadow: none;
}
.w380{
    float: left;
    width: 380px;
}
.w240{
    float: right;
    width: 240px;
}
#banner .swiper-slide img{
    width: 100%;
    height: 240px;
    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;
}
#reportbtn{
    width: 200px;
    height: 50px;
    color:#fff;
    display: 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 20px 20px;
}
#reportbtn.nodeclare{
    background: #eee;
    color: #ee
}
#download{
    width: 182px;
    height: 42px;
    border: solid 1px #e1e1e1;
    text-align: center;
    display: block;
    line-height: 42px;
    color: #014d94;
    margin: 40px 0 0 30px;
}
.dbttom{
    background: #fff;
    margin: 30px 0;
}
.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;
}

.oul li{
    width: 120px;
    float: left;
    height: 132px;
    margin-left: 20px;
    text-align: center;
    background: -webkit-linear-gradient(top, #b0f2e4 , #b0ecea); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom, #b0f2e4, #b0ecea); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom, #b0f2e4, #b0ecea); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #b0f2e4 , #b0ecea); /* 标准的语法 */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#b0f2e4, endColorstr=#b0ecea);
    border-radius: 10px;
    padding-top: 25px;
}
.bgfff{
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    padding: 30px;
}
.mb100{
    margin: 10px 0 50px;
}
.declarebtn a{
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border-radius: 25px;
    padding: 0 30px;
    color: #fff;
    margin-right: 20px;
}
.declarebtn a.addreport i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-add.png) no-repeat;
    vertical-align: middle;
    background-size: 100% 100%;
    margin-right: 5px;
}
.personul{
    padding: 30px 0px 50px 10px;
}
.personul li{
    float: left;
    margin: 0 30px 0 0;
}
.personul li input{
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.contacttable{
    margin-bottom: 80px;
}
.contacttable thead tr th{
    background: #ebebeb;
    height: 40px;
    line-height: 40px;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
.contacttable tbody tr td{
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
}
.contacttable tbody tr td a{
    margin: 0 5px;
}
.contacttable tbody tr td a.edit{
    color: #01930f;
}
.contacttable tbody tr td a.delete{
    color: #ff0000;
}
.addcon ul{
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
    margin: 30px 0 0;
}
.addcon ul:last-child{
    padding: 0 0 0 20px;
}
.addcon ul li,.popul li{
    margin-bottom: 20px;
}
.addcon ul li label,.popul li label{
    width: 80px;
    text-align: right;
    display: inline-block;
    margin-right: 10px;
}
.addcon ul li input,.popul li input,
.addcon ul li a{
    height: 32px;
    line-height: 32px;
    background: #f4f4f4;
    width: 80%;
    padding: 0 10px;
    color:#444;
}
.addcon ul li a{
    display: block;
    margin-left: 90px;
    background: none;
    line-height: 22px;
}
.confirmdiv{
    text-align: center;
    padding: 50px 0 150px;
}
.confirmdiv a#cbtn,
.addconfirm{
    display: inline-block;
    color:#fff;
    padding: 0 80px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 16px;
    margin: 0 0 20px;
}
.confirmdiv p{
    color:#ff0000;
}
.confirmdiv input{
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
#bg{
    position: fixed;
    top:0;
    right: 0;
    left:0;
    bottom:0;
    background: rgba(0,0,0,0.5);
    z-index: 11;
    display: none;
}
.pop{
    position: fixed;
    width: 500px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin:-200px 0 0 -250px;
    z-index: 19;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    padding: 0 20px 20px;
    display: none;
}
.popul li input{
    width: 70%;
}
.confirmbottom{
    text-align: center;
}
.confirmbottom .addconfirm{
    margin-top: 40px;
}
.confirmbottom .addconfirm:hover{
    color: #fff;
}
.detailbox{
    min-height: 500px;
    margin-bottom: 150px;
}
.pop .dbttom i{
    width: 128px;
}
.addcon ul li.attachment{
    position: relative;
}
.addcon ul li.attachment label{
    position: absolute;
}
.addcon ul li.attachment input{
    position: absolute;
    z-index: 12;
    opacity: 0;
    top: 0;
    height: 150px;
}
.addcon ul li.attachment div{
    margin-left: 90px;
    position: relative;
    width: 360px;
}
.addcon ul li.attachment div a{
    color: #02579e;
}
.addcon ul li.attachment div img{
    width: 100%;
}
.addcon ul li.attachment span{
    position: relative;
    z-index: 11;
    display: inline-block;
    width: 80%;
    height: 150px;
    color:#02579e;
    border: dashed 1px #ddd;
    background: none;
    text-align: center;
    padding-top:70px;
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.addcon ul li.attachment span i{
    display: inline-block;
    width: 30px;
    height: 21px;
    background: url(../images/icon-upload.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 10px;
}
.xzcon h2{
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 5px 0;
}
.xzcon{
    margin-bottom: 20px;
}
.readbox{
    display: none;
    width: 500px;
    height: 440px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 -250px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 12;
    padding: 0 20px 20px;
}
.readbox .dbttom {
    text-align: center;
    margin: 30px 0 15px;
}
.readbox .dbttom .title span{
    position: relative;
    letter-spacing: 0;
}
.readbox .dbttom i{
    display: none;
}
.readbox .cont{
    padding: 10px;
    overflow-y: auto;
    height: 280px;
    margin-bottom: 20px;
}
.readbox .confirmbottom a{
    color:#fff;
    padding: 5px 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0 10px;
}
.readbox .confirmbottom a.qxbtn{
    background: #ccc;
}
.bha,
.TListul li a.bha{
    color:#f00;
    box-shadow: none;
    padding: 10px 0;
}
.TListul li a.bha:hover,
.TListul li:hover a.bha{
    box-shadow: none;
}
.TListul li a.bha strong{
    margin-right: 38px;
}