﻿@charset "utf-8";
#big_banner {min-height: 60px;background: #fff;width: 100%;}
#big_banner img { width: 100%; height: auto; vertical-align: middle; }
#big_banner .swiper-slide{ background-color:#f4c201;}
#big_banner .swiper-slide img{}
#big_banner .swiper-pagination { text-align: center; }
#big_banner .swiper-pagination-bullet { width: 14px; height: 14px; border-radius: 10px; }
#big_banner .swiper-pagination-bullet-active { background: #f4c201; }
/*滚动新闻*/
/* info scroll on th top */
.info_scroll { display:block;  height: 50px;/*scroll height*/ font-size: 12px; line-height: 50px;/*scroll height*/ overflow: hidden; background: url(../images/gg_ico.png) no-repeat 15px center #fff;padding-left:55px;padding-right:1%;margin-top:20px;}
.info_scroll .info_ul { width: 100%;  overflow: hidden; }
.info_scroll .info_ul li { display: block; width: 100%; /*scroll height*/  }
.info_scroll .info_ul li a{font-size:14px; display:block;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 50px; line-height:50px; color:#f4c201;}
.info_scroll .info_ul li a:hover { text-decoration: underline; }
.info_control { width: 10px; height: 100%; padding-top: 7px; }
.info_control .info_btn { display: block; width: 0; height: 0; border-bottom: 6px solid #fff; border-left: 4px solid transparent; border-right: 4px solid transparent; opacity: .5; filter: opacity(50); }
.info_control .info_btn.info_next { margin-top: 4px; transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); }
.info_control .info_btn:hover { opacity: 1; filter: opacity(100); }


/* quick */
.quick {margin: 10px 0;background-color: #fff;border-radius: 10px;padding: 4px 0;}
.quick a {float: left;display: block;width: 25%;text-align: center;padding: 5px 0;padding-bottom: 8px;}
.quick a .img {display: block;width: 66px;height: 66px;margin: 0 auto;border-radius: 50%;-webkit-border-radius: 50%;text-align: center;line-height: 50px;font-size: 22px;color: #fff;background-color: #333;}
.quick a .img {border-radius: 100%;background-color: #fff;}
.quick a img {}

.myfa.myfa-quick1 { background-position: 10px -30px; }
.myfa.myfa-quick2 { background-position: -86px -30px; }
.myfa.myfa-quick3 { background-position: -236px -30px; }
.myfa.myfa-quick4 { background-position: -381px -30px; }
.myfa.myfa-quick5 { background-position: -237px -130px; }
.myfa.myfa-quick6 { background-position: -384px -130px; }
.myfa.myfa-quick7 { background-position: -240px -257px; }
.myfa.myfa-quick8 { background-position: -383px -255px; }
.quick a:hover, .quick a:active, .quick a:visited, .quick a.on { background: #eee; }
.quick a p {color: #666;font-size: 14px;line-height: 2em;}
.quick .kj_tit{text-align: center;margin: 0 0 10px 0;}
.quick .kj_tit span{font-size: 16px;}

.hui_bg{ background-color: #f4f4f4; height: 5px; }
.quick_ico a .img{width: 39px;height: 40px;}


.ck_box{padding: 2%;background: #f7f7f7;background-size: 40%;border-top:5px solid #f4f4f4;}
.ck_box .ck_img {float:left;width: 22%;margin-top: 8px;text-align: center;}
.ck_box .ck_img img{ width:100%:}
.ck_box .ck_img span{font-size: 13px;font-weight: bold;color: #000;margin-bottom: 10px;display: inline-block;}
.ck_box .ck_txt {float: right;width: 75%;margin-left: 2%;background-color: #fff;padding: 2%;font-size:12px;line-height:22px;}
.ck_box .ck_txt li{line-height: 25px;font-size: 12px;}

.header_input {width: 96%;
    margin: -20px auto 10px;
    position: relative;
    background: #fff;
    box-shadow:0 0 5px #ccc;
    z-index: 999;
    border-radius: 10px;
    text-align: center;padding:10px 0;}
.header_input .numtxt {height: 42px;width: 94%;border-radius: 5px;font-size: 14px;color:#000;text-indent: 12px; outline:none; background-color:#f1f1f1;}
.header_input .query-btn {width: 60px;height: 42px;position:absolute; right: 3%;top: 10px;border:0;background: #f4c201;z-index:999;background-size: 34px;border-radius:0 5px 5px 0;color:#fff;font-size:16px;}
.jy_tit{text-align:center;font-size:18px; color:#f4c201;    padding: 15px 0 10px;font-weight:bold;}
/*流程*/
.progress{
    color: #555;
}
.progress_tit{
    font-size: 18px;
    line-height: 54px;
    color: #000;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 42px;
    background: url(../images/progress_ico.png) no-repeat 10px;
    background-size:24px;
}
.progress h2{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}
.progress .bwrap{
    position: relative;
    width: auto;
}
.progress .bwrap:before{
    content:'';
    position: absolute;
    z-index: 1;
    width: 76%;
    height: 20px;
    left: 50%;
    margin-left: -38%;
    top: 22%;
    margin-top: -26px;
    background: url(../images/progress_srrow.png) repeat-x center left;
}
.progress .bwrap:after{
    content:'';
    position: absolute;
    z-index: 1;
    width: 76%;
    height: 20px;
    left: 50%;
    margin-left: -38%;
    top: 73%;
    margin-top: -26px;
    background: url(../images/progress_srrow.png) repeat-x center left;
}
.progress .b{
    position: relative;
    z-index: 2;
    width: 32%;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px;
}
.progress .b:after{ content:""; width:19px; height:21px; background:url(../images/progress_jt.png) no-repeat; display:block; position:absolute; right:-20px; top:50%;}
.progress .b:nth-child(3n):after{ display:none;}
.progress .b .pic{
    width: 90px;
    height: 90px;
    background: url(../images/progress.png) no-repeat;
    margin: 0 auto;
    border-radius: 50%;
    background-size: 560%;
}
.progress .b .name{ padding-left:24px; position:relative;}
.progress .b .name em{background-color:#f4c201;width:20px;height:20px;display:inline-block;color:#fff;border-radius:20px;position: absolute; left:0; top:0;line-height:20px;}
.progress .b .pic-a{background-position: 4px 4px;}
.progress .b .pic-b{background-position: -79px 4px;}
.progress .b .pic-c{background-position: -166px 4px;}
.progress .b .pic-d{background-position: -249px 4px;}
.progress .b .pic-e{background-position: -333px 4px;}
.progress .b .pic-f{background-position: -417px 4px;}
.progress .b:hover .pic{
    background-color: #ff0000;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

/*shop*/
.shop_bg{ background-color: #f7f7f7; padding: 4% 2%; }
.shop_bg .shop_le{width: 34%;float: left;text-align:center;background-size: 100%;position:relative;}
.shop_bg .shop_le img{width:100%;border-radius: 4px;}
.shop_bg .shop_le span{font-size: 14px;font-weight:bold;color:#fff;position:absolute;left: 50%;top: 20px;margin-left: -42px;}
.shop_bg .shop_rt{ width: 66%; float: right; }
.shop_bg .shop_co{width:47%;float:left;margin-left:3%;margin-bottom:4%;height: 46px;}
.shop_bg .shop_co img{width:100%;float:left;margin-left:2%;height: 100%;border-radius: 4px;}
@media (min-width:550px){
	.shop_bg .shop_co{height: 70px;}
}

/*pay*/
.pay_tit{ background-image: url(../images/pay.png); }
.pay_box .pay{ }
.pay_box .pay .pay_co{float: left;border-right: 1px solid #f4f4f4;width: 25%;border-bottom: 1px solid #f4f4f4;display: flex;justify-content: center;padding: 12px 0;}
.pay_box .pay .pay_co img{ width:80px; height:37px;}
.pay_box .pay .pay_co:nth-child(4n){ border-right:none;}

.my_query_box { padding: 15px 15px 0;background-color: #fff;}
.my_query_box .query_tit { color: #c50f12; font-size: 16px; border-left: 4px solid #c50f12; line-height: 20px; padding-left: 10px; margin-bottom: 20px; font-weight:bold; }
.my_query_box .index_txt { font-size: 16px; height:36px;line-height:36px; width: 80%; color: #666;background:none;padding:0 5px;border-radius:5px; }
.my_query_box .botton { width: 18%; height: 36px; background-color: #068be0; border-radius: 4px; outline: none; margin: 0; padding: 0; border: 1px solid transparent; color: #fff; font-size: 16px; }
#copy_address {
    padding: 5px 10px;
    background-color: #f90;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    right: 15px;
}
/*news*/
.news { padding: 20px 20px; padding-left: 0;}
.news .head { font-size: 16px; color: #c50f12; display: block; position: relative; margin-bottom: 10px; line-height: 20px; border-left: 4px solid #c50f12;  margin-left: 15px;padding-left:10px;font-weight:bold;}
.news .head a { float: right; font-size: 12px; color: #ff9900; }
.news ul li { position: relative; width: 100%;  line-height: 2em; }
.news ul li .tit { display: block; width: 80%; font-size: 13px; color: #333; padding-left: 20px;}
.news ul li .time {  font-size: 12px; text-align: center; color: #999; float:right;width:20%;}

.case_img{

}
.case_img a{display:block; float:left;width:50%; text-align:center;font-size:14px;}
.case_img a img{width:90%;}
.case_img a h2{font-size:14px;padding-bottom:10px;}