
/*inbanner*/
.inbanner{height:172px;background-size:240%;background:url(../image/inbanner.jpg) no-repeat center;text-align:center}
.inbanner_serv{background:url(https://m.ddjy168.com/Content/images/inbanner_serv.jpg) no-repeat center;}
.inbanner_about{background:url(../image/inbanner_about.jpg) no-repeat center;}
.inbanner_help{background:url(../image/inbanner_about.jpg) no-repeat center;}
.inbanner_news{background:url(../image/inbanner_news.jpg) no-repeat center;}
.inbanner_track{background:url(../image/inbanner_track.jpg) no-repeat center;}
.inbanner span{display:block;font-size:23px;color:#fff;padding: 30px 0 3px 0;}
.inbanner .divider-center{height:2px;width:70px;background-image:-webkit-gradient(linear,left top,right top,from(#ffab02),color-stop(51%,#ffda00),to(#ffab02));display:block;padding:0;margin:6px auto}
.inbanner a,.inbanner em{font-style:normal;font-size:12px;color:#fff}
/* innav */
.innav {position: relative;width: 98%;/* height: 38px; */background: #f1f1f1;z-index: 2;margin: -50px auto 0 auto;overflow-x: auto;overflow-y: hidden;padding: 10px 5px;border-radius: 5px 5px 0 0;}
.innav ul { width: auto; white-space: nowrap; }
.innav li {display: block;float: left;width: 31.33%;margin: 0 1% 2% 1%;}
.innav li:nth-child(4+4n) { border-right: 1px solid #ddd; }
.innav li.on { border-color: #f9c434; }
.innav li a {display: block;width: 100%;height: 38px;font-size: 13px;color: #26313c;line-height: 38px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 0.1%;background-color: #fff;}
.innav li.on a {background: #f9c434;}
.innav li:hover a{background-color:#701c11;color: #fff;}
.inmain {padding: 20px 6px 10px 6px;font-size: 14px;color: #444;line-height: 2em;overflow: hidden;margin: 0 auto;width: 94%;}
.page-name { font-size: 14px; line-height: 20px; margin-bottom: 10px; font-weight: bold; }



/* newsul */
.newsul li { position: relative; width: 100%; margin-bottom: 20px; border-bottom: 1px solid #ddd; padding-bottom: 20px }
.newsul li a { display: block; }
.newsul li .tit { display: block; width: 100%; font-size: 14px; line-height: 18px; height: 18px; color: #333; border-left: 6px solid #ccc; padding-left: 8px; }
.newsul li:nth-child(1) .tit { border-left-color: #f9c434; }
.newsul li:nth-child(2) .tit { border-left-color: rgb(255, 168, 83); }
.newsul li:nth-child(3) .tit { border-left-color: #ffc58c; }
.newsul li .date { display: block; width: 100%; height: 16px; line-height: 14px; font-size: 12px; color: #77c0f7; margin: 8px 0; }
.newsul li .intro { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 20px; font-size: 12px; color: #888; }

/*news*/
.news_page {
    width: 100%;
    min-height: 420px;
    display: flex;
    flex-wrap: wrap;
}
.news_page .item {
    width: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 6px;
}
.news_page .item a {
    display: block;
    width: 100%;
    height: 100%;
}
.news_page .item .imgbox {
    width: 100%;
    height: 100px;
    /* float: left; */
    overflow: hidden;
}
.news_page .item .imgbox .img {
    width: 100%;
    height: 100%;
}
.news_page .item .txtbox {
    width: 100%;
    /* float: left; */
    padding: 3px 10px;
    background-color: #fff;
}
.news_page .item .txtbox .title {
    font-size: 15px;
    color: #1e1e1e;
    line-height: 2;
}
.news_page .item .txtbox .txt {
    font-size: 12px;
    color: #515151;
    height: 19px;
    line-height: 24px;
    overflow: hidden;
    margin-top: -1px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news_page .item .txtbox .date {
    display: block;
    font-size: 14px;
    color: #9f9f9f;
    margin-top: 10px;
}
.news_page .item:hover .txtbox {
    background-color: #204299;
}
.news_page .item:hover .txtbox .title{color: #FFFFFF;}
.news_page .item:hover .txtbox .txt{color: #FFFFFF;}
.news_page .item:hover .txtbox .date{color: #FFFFFF;}


/*新聞分页*/
#turn_page { text-align: center; line-height: 30px; }
#turn_page .page_button { padding: 0 10px; font-size: 14px; border: 1px solid #e9e9e9; display: inline-block; color: #555; margin: 4px; text-decoration: none; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#turn_page .page_item { width: 48px; font-size: 14px; border: 1px solid #e9e9e9; display: inline-block; color: #555; margin: 4px; text-decoration: none; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#turn_page .page_item_current { width: 48px; font-size: 14px; border: 1px solid #f9c434; display: inline-block; color: #fff; background: #f9c434; margin: 0 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
#turn_page a:hover { text-decoration: underline; }
/*新聞详情*/
.news_detail { width: 100%; }
.global_editor_content { padding: 10px; overflow: hidden; }
.news_detail .ad { width: 275px; }
.news_detail h2 { font-size: 20px; color: #202020; text-align: center; font-weight: normal; margin-bottom: 20px; }
.news_detail .param {line-height: 36px; padding: 4px 0; border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; margin-bottom: 20px; }
.news_detail .param * { font-size: 12px; color: #747373; }
.news_detail .param .date }
.news_detail .param .bdsharebuttonbox { }
.news_detail .near { border-top: 1px solid #e5e5e5; padding: 15px 0; }
.news_detail .near .row { display: block; font-size: 14px; width: 100%; line-height: 34px; color: #535353; }
.news_detail .near .row label { color: #f9c434; }


/*新聞分页*/
.pagination { text-align: center; line-height: 30px; }
.pagination a:nth-child(1), .pagination a:nth-child(2), .pagination a:nth-last-child(2), .pagination a:last-child{padding: 0 10px;font-size: 14px;border: 1px solid #e9e9e9;display: inline-block;color: #555;text-decoration: none;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;margin: 10px 0;background-color: #fff;}
.pagination .number {width: 30px;font-size: 14px;border: 1px solid #e9e9e9;display: inline-block;color: #555;margin: 0px;text-decoration: none;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;background-color: #fff;}
.pagination .number.current {width: 30px;font-size: 14px;border: 1px solid #f9c434;display: inline-block;color: #fff;background: #f9c434;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}
.pagination a:hover { text-decoration: underline; }

/*查詢*/
.query{max-width:1033px;margin:0 auto}
.query_kuang{border-radius:3px;overflow:hidden;width:560px}
.query_kuang input{float:left;border-radius:5px 0 0 5px}
.query_kuang_left{border:0;width:500px;height:40px;padding-left:20px;background-color:#eee}
.query_kuang_right{border:0;width:56px;height:40px;background-color:#f9c434;color:white;border-radius:0 5px 5px 0 !important}
.query > h1{font-size:14px;font-weight:normal;margin:20px 0 0 0;margin-top:20px;background-color:#f7f7f7;text-align:center;position:relative;line-height:38px}
.query > h1 em{position:absolute;border:5px solid transparent;border-top-color:#999;right:14%;top:16px}
.query > h1 span{color:#f9c434}
@media(max-width:650px){.query_kuang{width:100%}
.query_kuang_left{width:calc(100% - 60px)}
}.query ul{padding-bottom:20px}
.query ul li{font-size:14px;padding:10px 0;border-bottom:1px solid #f1f1f1;padding-left: 30px;position: relative;}
.query ul li:before{content:"";position:absolute;width:17px;height: calc(100% + 1px);background:url(../image/track_jt.png) no-repeat center;left:0;top: 0;}
.query ul li:first-child{border-top:1px solid #f1f1f1}
.query ul li span{font-size:12px;color:#999}
.query .query_cur{color: #f9c434;}
/*serv*/
.inphoto_box{display:flex;flex-wrap: wrap;justify-content: space-between;}
.inphoto_co{float: left;width: 50%;padding: 4px;margin-bottom: 20px;}
.inphoto_co .inphoto_img{width: 100%;overflow: hidden;border-radius: 5px;height: 35vw;}
.inphoto_co .inphoto_img img{width: 100%;border-radius: 5px;-webkit-transition: 0.3s;transition: 0.3s;height: 100%;object-fit: cover;}
.inphoto_co:hover .inphoto_img img{-webkit-transform:scale(1.2,1.2);-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-o-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}
.inphoto_co .inphoto_txt{width: 94%;background-color: #ffffff;-webkit-box-shadow: 0px 5px 10px 0px rgba(78, 76, 76, 0.05);box-shadow: 0px 5px 10px 0px rgba(78, 76, 76, 0.05);-webkit-transition: 0.3s;transition: 0.3s;margin: -10px auto 0 auto;position: relative;padding: 8px 10px;border-radius: 5px;}
.inphoto_co:hover .inphoto_txt{-webkit-box-shadow: 0px 5px 10px 0px rgba(78, 76, 76, 0.2);box-shadow: 0px 5px 10px 0px rgba(78, 76, 76, 0.2);}

.inphoto_co .inphoto_txt .iphoto_tit{font-size: 15px;text-align: center;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;height: 30px;overflow: hidden;}
.inphoto_co .inphoto_txt p{font-size: 13px;color: #999;margin-top: 8px;height: 44px;overflow: hidden;line-height: 20px;}
.inphoto_co:hover .inphoto_txt .iphoto_tit{color: #f9c434;}
.inphoto_co .iphoto_more{font-size: 13px;}
.inphoto_co:hover .iphoto_more{color: #f9c434; }

/* 常見問題 */
.qamain {font-size: 15px;color: #fff;}
.qamain .b { border-bottom: 1px dotted #ddd; }
.qamain .b .q {padding-bottom: 10px;cursor: pointer;padding-top: 10px;background-color: #701c11;padding-left: 10px;margin-bottom: 10px;border-radius: 5px;}
.qamain .b .q span.txt { color: #333; font-size: 12px; }
.qamain .b .a { display: none; padding-bottom: 30px; font-size: 14px; padding-left: 40px; line-height: 30px; color: #888; }


/* priceform */
.priceform { width: 100%; }
.priceform .form-group { position: relative; width: 100%; margin-bottom: 10px; }
.priceform .input-group {position: relative;width: 100%;padding-left: 88px;}
.priceform .input-group.col50 { width: 50%; float: left; }
.priceform .input-group.col30 { width: 33.33333%; float: left; }
.priceform .input-group.spaninput { padding-right: 30px; }
.priceform .input-group.spaninput.big_spaninput { padding-right: 160px; }
.priceform label, .priceform span { position: absolute; left: 0; top: 0; width: 80px; height: 34px; line-height: 34px; color: #333; text-align: right; font-size: 12px; }
.priceform span { left: auto; right: 0; width: 30px; text-align: left; padding-left: 4px; }
.priceform .input-group.spaninput.big_spaninput span { width: 160px; }
.priceform .input-group.spaninput.big_spaninput span img { display: inline-block; vertical-align: middle; }
.priceform .form-control {position: relative;display: block;width: 100%;height: 34px;border: 1px solid #ebebeb;padding: 0 10px;line-height: 24px;background-color: #fff;margin-bottom: 4px;}
.priceform .form-btn {display: block;width: 200px;height: 34px;line-height: 34px;background: #701c11;color: #fff;margin-left: 80px;text-align: center;font-size: 14px;margin: 0 auto;}
.priceform .form-btn.form-btn2 {  background: #f2f2f2; color: #000; }
.priceform .form-link {float: left;font-size: 12px;line-height: 34px;padding: 0 10px;color: #0c6de3;}
.priceform .input-group.col30 { padding-left: 30px; }
.priceform .input-group.col30 label { width: 30px; }
