@charset "utf-8";
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {padding:0; margin:0;}
ol,ul {list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
.clear{zoom:1;*zoom:1;}
.clear:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.flex{display:flex;flex-direction:row; flex-wrap:wrap;justify-content:space-between;}
.auto{width:1200px;margin:0 auto;overflow:hidden;}
*{
margin:0px;
padding:0px;
 }
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*min-width:1200px*/
@media screen and (min-width:1200px){
.container{width:1200px;margin:0 auto;padding:0px;}
.menu{background:#00478b;height:36px;}
.menu .container .bg_list{width:1200px;margin:0 auto;overflow:hidden;}
.menu .container .bg_list li{font:14px/36px "微软雅黑";color:#ffffff;float:left;width:1070px;}
.menu .container .bg_list li:nth-child(2){background:url(../images/tel.png) no-repeat 0px center;width:115px;padding-left:5px;text-align:right;}
.header{margin-top:20px;margin-bottom:20px;}
.header .headerlist{width:1200px;overflow:hidden;}
.header .headerlist li:nth-child(1){float:left;width:500px;}
.header .headerlist li:nth-child(2){float:right;width:700px;}
.header .headerlist li:nth-child(2) span{display:inline-block;width:96px;font-size:16px;text-align:center;height:62px;line-height:62px;}
.header .headerlist li:nth-child(2) a{color:#000;}
.header .headerlist li:nth-child(2) a:hover{background:#1aa2f8;color:#fff;padding:8px 10px;}
/*底部*/
.footer{background:#444444;height:240px;margin-top:40px;}
.footer .flist{width:1392px;margin:0 auto;}
.footer .flist li{width:200px;}
.footer .flist li:nth-child(1){background:url(../images/foot.png) no-repeat center center;height:240px;width:568px;}
.footer .flist li dl{background:url(../images/line.png) no-repeat right center;height:176px;}
.footer .flist li dl dt{font-size:16px;color:#fff;margin-top:40px;text-align:center;}
.footer .flist li dl dd{font-size:14px;line-height:30px;text-align:center;}
.footer .flist li dl dd a{color:#999999;}
.footer .flist li:nth-child(5){background:none;margin-top:45px;}
.footer .flist li:nth-child(5) .tell{background:url(../images/tell.png) no-repeat left center;height:28px;padding-left:50px;line-height:28px;font-size:20px;color:#fff;}
.footer .flist li:nth-child(5) .serv{font-size:14px;text-align:center;color:#fff;margin-top:20px;}
.copyright{background:url(../images/cbg.jpg) no-repeat center center;height:80px;}
.copyright .copy{font-size:14px;color:#666666;text-align:center;padding-top:5px;}
.copyright .copy a{color:#666666;}
/*轮播*/
.swiper {width:100%;height:100%;}
.swiper-slide {
        text-align: center;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.f-cont{width:1110px;margin:0 auto;margin-top:40px;}
.f-cont .titl{width:1030px;margin:0 auto;}
.f-cont .titl .scope{font:28px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;padding:0px 15px 4px 50px;}
.f-cont .titl .we{font-size:30px;color:#0389de;margin-right:5px;}
.f-cont .titl .we b{font-size:48px;color:#ff9702;}
.f-cont .titl .line{border-top:1px solid #1e82e1;padding:10px 280px 0px 0px;}
.f-cont .titl .more{font-size:16px;background:#ff9702;padding:5px 15px;}
.f-cont .titl .more a{color:#fff;}
.tab{
 width:1050px;
 margin:0px auto;
 margin-top:20px;
 }
.tab_list{
    width:850px;
	margin:0 auto;
    }
.tab_list li{
        font-size:20px;
		color:#fff;
        height:40px;
        line-height:40px;
        text-align: center;
       background:#b5c8ff;
       padding:0px 20px;
	   cursor:pointer;
    }
.tab_list .current{
        background:url(../images/book.png) no-repeat 5px center #00478b;
		padding:0px 25px;
		color:#fff;
		padding-left:35px;
		}
.item{
       display: none;
	   margin-top:20px;
       }

.table_con .shoplist li{margin-top:10px;}
.table_con .shoplist li.img-container {
      position: relative;
    }

.table_con .shoplist li:hover{transform: translateY(-5px);transition:all 800ms ease;}
.table_con .shoplist li.img-container img {
      width: 100%;
      /*   height:auto; */
      max-height: 100%;
opacity:0.6;
  filter:alpha(opacity=60);
   }
    .img-container:hover .text {
      display: block;
    }
.img-container .text {
      display: none;
      position: absolute;
      margin: 0px;
      bottom: 0px;
      width: 100%;
      height:auto;
      line-height:200px;
	  font-size:28px;
      text-align: center;
      background-color: rgba(0,0,0,.6);
      color: #fff;
      animation: hideIndex 0.5s;
    }
    @keyframes hideIndex {
        0%{

            opacity: 0;
        }
        100%{

            opacity: 1;
        }
    }
.askt{background: url(../images/ask.png) no-repeat center center;height:400px;}
.askt .aklist{width:500px;margin:0 auto;}
.askt .aklist li:nth-child(1){width:200px;float:right;}
.askt .aklist li:nth-child(2){width:150px;float:right;}
.askt .aklist li:nth-child(2){background:#fff;height:70px;line-height:70px;margin-top:60px;font-size:40px; animation:btnSca linear 1s infinite;}
							@keyframes btnSca {0% {transform:scale(1);}
							50% {transform:scale(1.04);}
							0% {transform:scale(1);
							}}
.askt .aklist li:nth-child(2) a{color:#0468c7;}
.askt .aklist .beazy{font-size:40px;color:#fff;font-style:oblique;margin-top:20px;letter-spacing:5px;}
.askt .aklist .zybrad{font-size:18px;color:#fff;margin-top:10px;}

/*关于我们*/
.s-cont{width:1110px;margin:0 auto;margin-top:40px;}
.s-cont .titl{width:900px;margin:0 auto;text-align:center;}
.s-cont .titl .scope{font:28px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;padding:0px 15px 4px 90px;}
.s-cont .titl .we{font-size:30px;color:#0389de;margin-right:5px;}
.s-cont .titl .we b{font-size:48px;color:#ff9702;}
.s-cont .titl .line{border-top:1px solid #1e82e1;padding:10px 280px 0px 0px;}
.s-cont .titl .more{font-size:16px;background:#ff9702;padding:5px 15px;}
.s-cont .titl .more a{color:#fff;}
.e-cont{margin-top:20px;}
.e-cont .elist li .xpic{display:inline-block;width:240px;float:left;}
.e-cont .elist li .xpic img{width:100%;}
.e-cont .elist li .xpic img:hover{transform:scale(1.03);transition: all 0.8s;}
.e-cont .elist li .sect{margin-top:10px;display:inline-block;width:240px;float:left;height:262px;}
.e-cont .elist li .sect .comy{text-align:center;font-size:24px;color:#000000;}
.e-cont .elist li .sect .comy span{border-bottom:1px solid #000;padding-bottom:5px;}
.e-cont .elist li .sect .comp{text-align:center;font-size:13px;color:#000000;margin-top:10px;}
.e-cont .elist li .sect .firt{width:230px;margin:0 auto;color:#000;margin-top:10px;height:145px;font:14px/24px "微软雅黑";}
.e-cont .elist li .more{font-size:16px;display:block;text-align:center;}
.e-cont .elist li .more a{color:#3a3a3a;border:1px solid #3a3a3a;padding:5px 20px;}
 /*我们的团队
.control-box {
    width: 1200px;
    height:355px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
  border:2px solid green;
  margin-top:20px;

}
.control-box ul li {
  position: absolute;
  top:120px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right:10px;
}
.bigbox {
  overflow: hidden;
  width: 1100px;
  height:355px;
margin:0 auto;

}
#switcher {
  height: 355px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 255px;
  height:355px;
  float: left;
  border-left: 3px white solid;

}
.box:hover {
 opacity:0.5;
}
.shadow {
  width:243px;
  height: 60px;*/
  /* opacity: 1; */
   /* background-color: rgba(0, 0, 0, 0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top: 130px;
  color: white;
  font-size: 14px;
  position:relative;
  border:2px solid blue;
}
.shadow a {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  position:absolute;
  bottom:0px;
  border:2px solid green;
} */

/*选择我们*/
.boxsea{background: url(../images/arr.png) no-repeat left center;height:995px;margin-top:40px;}
.boxsea .chose{width:520px;margin:0 auto;}
.boxsea .chose li:nth-child(1){width:320px;}
.boxsea .chose li:nth-child(1) .chrea{line-height:14px;text-align:center;font-size:34px;font-style:oblique;color:#c9c9c9;position:relative;z-index:1;}
.boxsea .chose li:nth-child(1) .chus{font-size:42px;color:#0389de;text-align:center;line-height:24px;background:#fff;position:relative;z-index:2;}
.boxsea .chose li:nth-child(2){width:200px;font-size:47px;color:#ff9702;line-height:24px;font-weight:600;}
.boxsea .we{display:block;text-align:center;color:#535353;margin-top:15px;font-size:23px;}
.boxsea .we i{color:#ff9702;}
.boxsea .relist{width:990px;margin:0 auto;margin-top:20px;padding-left:40px;}
.boxsea .relist .spci{font-size:13px;color:#959595;}
.boxsea .relist .zhy{font-size:26px;color:#5ab840;margin-bottom:10px;}
.boxsea .relist .arte{font-size:15px;color:#313131;margin-top:10px;}
.boxsea .relist .arte span{display:inline-block;width:10px;height:10px;border-radius:50%;border:1px solid #1aa2f8;}
.boxsea .tealist{margin-top:90px;}
.boxsea .tealist li:nth-child(2){margin-left:2px;}
.askt{background: url(../images/ask.png) no-repeat center center;height:200px;}
.askt .aklist{width:900px;margin:0 auto;}
.askt .aklist li:nth-child(1){width:600px;float:left;margin-top:10px;}
.askt .aklist li:nth-child(2){width:260px;text-align:center;float:right;}
.askt .aklist li:nth-child(2){background:#fff;height:70px;line-height:70px;margin-top:60px;font-size:40px; animation:btnSca linear 1s infinite;}
							@keyframes btnSca {0% {transform:scale(1);}
							50% {transform:scale(1.04);}
							0% {transform:scale(1);
							}}
.askt .aklist li:nth-child(2) a{color:#0468c7;}
.askt .aklist .beazy{font-size:50px;color:#fff;font-style:oblique;margin-top:20px;letter-spacing:5px;}
.askt .aklist .zybrad{font-size:38px;color:#fff;margin-top:10px;}

 /*服务单位*/
.piclist li{float:left;display:inline;width:118px;height:66px;background:#fff;margin-right:25px;margin-top:20px;}
.piclist li img{width:118px;height:66px;}
.pageBtn span{display:block;width:30px;height:31px;position:absolute;top:17px;cursor:pointer;text-indent:-999em;overflow:hidden;}
.scrollBox .pageBtn .prev{left:5px;background: url(../images/allpngpic.png) no-repeat -97px top;}
.scrollBox .pageBtn .next{right:5px;background: url(../images/allpngpic.png) no-repeat -66px top;}
.flink_jion .flink .tab_box .first_2 .list li{float: left;line-height: 30px;margin-right: 15px;}
.list li{float: left;line-height: 30px;margin-right: 15px;}
.linklist li{ display:inline; float:left; width:170px; line-height:30px;}
/*关于我们*/
.t-cont{width:1200px;margin:0 auto;margin-top:40px;}
.t-cont .titl{width:1185px;margin:0 auto;}
.t-cont .titl .scope{font:28px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;padding:0px 15px 4px 60px;}
.t-cont .titl .we{font-size:30px;color:#0389de;margin-right:5px;}
.t-cont .titl .we b{font-size:48px;color:#ff9702;}
.t-cont .titl .line{border-top:1px solid #1e82e1;padding:10px 300px 0px 0px;}
.t-cont .titl .more{font-size:16px;background:#ff9702;padding:5px 15px;}
.t-cont .titl .more a{color:#fff;}
.t-cont .zslist{width:920px;margin:0 auto;margin-top:20px;}
.t-cont .zsbook{display:block;width:1080px;margin:0 auto;}
.t-cont .zsbook img{width:100%;height:auto;margin-top:20px;}
.t-cont .more{display:block;text-align:center;font-size:38px;margin-top:30px;}
.t-cont .more a{color:#fff;padding:10px 30px;background:#ff9702;font-weight:700;}
 /*新闻中心*/
.s-cont .newlist{margin-top:30px;}
.s-cont .newlist li:nth-child(1){background:#fff;box-shadow:2px 2px 5px #888888;height:365px;margin-bottom:6px;}
.s-cont .newlist .newscont{width:470px;margin:0 auto;margin-top:10px;}
.s-cont .newlist .newscont .report{font:20px "微软雅黑"}
.s-cont .newlist .newscont .time{font:16px/1.5 "微软雅黑";color:#a19e9e;float:right;}
.s-cont .newlist .newscont .zrport{display:block;font:14px/36px "微软雅黑";color:#616161;}
.s-cont .newlist li:nth-child(2){width:590px;}
.s-cont .newlist .sec{overflow:hidden;margin-top:4px;}
.s-cont .newlist .sec .newt{display:inline-block;width:161px;float:left;}
.s-cont .newlist .sec .newt img{float:left;width:100%;float:left;}
.s-cont .newlist .sec .newont{float:left;display:inline-block;width:320px;}
.s-cont .newlist .sec .repot{display:inline-block;font-size:18px;color:#000;margin-left:15px;float:left;}
.s-cont .newlist .sec .safe{display:inline-block;width:320px;font-size:14px;color:#000;margin-top:5px;margin-left:15px;padding:5px 5px 0px 5px;float:left;border-right:2px solid #cccccc;}
.s-cont .newlist .sec .date{float:right;}
.s-cont .newlist .sec .datf{font-size:28px;color:#666666;text-align:center;}
.s-cont .newlist .sec .datw{font-size:24px;color:#989494;}

/*在线客服*/
.kefu_online{min-height:200px; width:100%;position:absolute;border-radius:5px;padding-bottom:15px;z-index:999999;}
.kefu_online .l_tit{border-radius:5px 5px 0 0; font-weight: normal;line-height:38px;height:38px;font-size:14px;text-indent:1em;margin-bottom:10px;}
.kefu_online a.close{font-size:24px; position: absolute; top:1px;right:10px;font-weight: normal;text-shadow: none;}
.kefu_online .kefu_ul{margin:0 10px;padding:0;}
.kefu_online .kefu_ul li{background:url(../images/online_qq.gif) repeat-x; width: 100%; line-height:28px;margin:0 0 5px; text-align: center; border-radius:5px;}
.kefu_online .kefu_ul li a{color: #666;font-size:14px; display: block;}
.kefu_online .kefu_ul li img{ vertical-align: middle; margin:-2px 5px 0 0;}
.kefu_online .code{text-align: center; padding-top:10px;}
.kefu_online .code img{max-width:80%;}
.kefu_online .content{padding:10px 5px 0; line-height: 180%;}
.kefu_online .kf_openBtn{width:36px; padding:14px 0; border-radius:0 5px 5px 0; position:absolute;right:-36px;top:50%;text-align: center;cursor: pointer; display: none;}
.kefu_online .kf_openBtn i{ font-size:22px;}
.kefu_online .kf_openBtn p{color: #fff;font-size:14px;width: 14px;margin: 6px auto 0;}
.kefu_online .kf_openBtn{border-radius:0 5px 5px 0;  right:-34px; left: auto;}
.kefu_online .kf_right{left:-36px; border-radius:5px 0 0 5px;}
}


/*992px*/
@media only screen and (min-width: 992px) and (max-width:1200px) {
.menu{background:#00478b;height:36px;}
.container{width:970px;margin:0 auto;padding:0px;}
.menu .container .bg_list{width:100%;overflow:hidden;}
.menu .container .bg_list li{font:14px/36px "微软雅黑";color:#fff;width:88%;float:left;}
.menu .container .bg_list li:nth-child(2){background:url(../images/tel.png) no-repeat left center;width:12%;float:right;text-align:right;}
.header{margin-top:1%;margin-bottom:1%;}
.header .headerlist{width:100%;overflow:hidden;padding:0px;}
.header .headerlist li:nth-child(1){float:left;width:23%;}
.header .headerlist li:nth-child(1) img{width:100%;float:left;}
.header .headerlist li:nth-child(2){width:77%;float:right;text-align:right;margin-top:2%;}
.header .headerlist li:nth-child(2) span{display:inline-block;width:11%;font-size:16px;text-align:right;}
.header .headerlist li:nth-child(2) a{color:#00478b;}
.header .headerlist li:nth-child(2) a:hover{background:#1aa2f8;color:#fff;padding:8px 10px;}
.footer{width:100%;background:#444444;height:auto;margin-top:1%;}
.footer .flist li:nth-child(1){background:url(../images/foot.png) no-repeat center center;background-size:90% 100%;}
.footer .flist li{color:#fff;font-size:15px;}
.footer .flist li dl{margin-top:7%;padding-bottom:6%;background:url(../images/line.png) no-repeat right center;text-align:center;}
.footer .flist li dd a{color:#999999;font-size:13px;}
.footer .flist li .tell{background:url(../images/tell.png) no-repeat left center;background-size:18% 90%;margin-top:7%;font-size:16px;font-weight:700;padding-left:18%;padding-top:2%;}
.footer .flist li .serv{font-size:14px;margin-top:4%;}
.copyright{background:url(../images/cbg.jpg) no-repeat center center;background-size:100% 100%;padding-bottom:2%;}
.copyright .copy{font-size:14px;color:#666666;text-align:center;padding-top:5px;}
.copyright .copy a{color:#666666;}
/*轮播*/
.swiper {width:100%;height:100%;}
.swiper-slide {
        text-align: center;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
.f-cont{margin-top:2%;}
.f-cont .titl .scope{font:22px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;}
.f-cont .titl .we{font-size:28px;color:#0389de;margin-right:5px;}
.f-cont .titl .we b{font-size:30px;color:#ff9702;}
.f-cont .titl .line{border-top:1px solid #1e82e1;padding:1% 15% 0 2%;}
.f-cont .titl .more{font-size:16px;background:#ff9702;padding:2px 10px;}
.f-cont .titl .more a{color:#fff;}
.tab{
 margin-top:2%;
 }
.tab .container{padding:0px;}
.tab_list{width:90%;margin:0 auto;}
.tab_list li{
        font-size:16px;
		width:18%;
		color:#fff;
        height:30px;
        line-height:30px;
        text-align: center;
       background:#b5c8ff;
       padding:0px 5px;
	   cursor:pointer;

    }
.tab_list .current{
        background:url(../images/book.png) no-repeat 4px center #00478b;
		padding:0px 8px;
		color:#fff;
		padding-left:3%;
		}
.item{
      display: none;
	   margin-top:2%;
       }
.table_con .shoplist{width:96%;margin:0 auto;}
.table_con .shoplist li{width:32%;margin-top:1%;}
.table_con .shoplist li.img-container {
      position: relative;
	  border:1px solid #00478b;
    }

.table_con .shoplist li:hover{transform: translateY(-4px);transition:all 800ms ease;}
.table_con .shoplist li.img-container img {
      width: 100%;
      /*   height:auto; */
opacity:0.6;
  filter:alpha(opacity=60);
   }
.img-container:hover .text {
      display: block;
    }
.img-container .text {
      display: none;
      position: absolute;
      margin: 0px;
      bottom: 0px;
      width: 100%;
      height:100%;
	  line-height:180px;
	  font-size:22px;
      text-align: center;
      background-color: rgba(0,0,0,.6);
      color: #fff;
      animation: hideIndex 0.5s;
    }
    @keyframes hideIndex {
        0%{

            opacity: 0;
        }
        100%{

            opacity: 1;
        }
    }

.s-cont{margin-top:2%;overflow:hidden;zoom:1;}
.s-cont .titl .scope{font:22px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;}
.s-cont .titl .we{font-size:28px;color:#0389de;margin-right:5px;}
.s-cont .titl .we b{font-size:30px;color:#ff9702;}
.s-cont .titl .line{border-top:1px solid #1e82e1;padding:1% 15% 0 2%;}
.s-cont .titl .more{font-size:16px;background:#ff9702;padding:2px 10px;}
.s-cont .titl .more a{color:#fff;}
/*专注*/
.askt{background: url(../images/ask.png) no-repeat center center; background-size:100% 100%;padding:2% 0;}
.askt .aklist li:nth-child(2){background:#fff;height:40px;line-height:40px;margin-top:2%;font-size:22px; animation:btnSca linear 1s infinite;}
							@keyframes btnSca {0% {transform:scale(1);}
							50% {transform:scale(1.04);}
							0% {transform:scale(1);
							}}
.askt .aklist li:nth-child(2) a{color:#0468c7;}
.askt .aklist .beazy{font-size:28px;color:#fff;font-style:oblique;letter-spacing:5px;}
.askt .aklist .zybrad{font-size:18px;color:#fff;}
/*企业资质*/
.t-cont{margin-top:2%;}
.t-cont .titl .scope{font:22px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;}
.t-cont .titl .we{font-size:28px;color:#0389de;margin-right:5px;}
.t-cont .titl .we b{font-size:30px;color:#ff9702;}
.t-cont .titl .line{border-top:1px solid #1e82e1;padding:1% 15% 0 2%;}
.t-cont .zslist{margin-top:2%;}
.t-cont .zsbook{display:block;width:94%;margin:0 auto;}
.t-cont .zsbook img{width:100%;height:auto;margin-top:20px;}
.t-cont .more{display:block;text-align:center;font-size:30px;margin-top:3%;}
.t-cont .more a{color:#fff;padding:10px 30px;background:#ff9702;font-weight:700;}
/*新闻*/
.s-cont .newlist{display:none;}
/*在线客服*/
.kefu_online{min-height:200px; width:100%;position:absolute;border-radius:5px;padding-bottom:15px;z-index:999999;}
.kefu_online .l_tit{border-radius:5px 5px 0 0; font-weight: normal;line-height:38px;height:38px;font-size:14px;text-indent:1em;margin-bottom:10px;}
.kefu_online a.close{font-size:24px; position: absolute; top:1px;right:10px;font-weight: normal;text-shadow: none;}
.kefu_online .kefu_ul{margin:0 10px;padding:0;}
.kefu_online .kefu_ul li{background:url(../images/online_qq.gif) repeat-x; width: 100%; line-height:28px;margin:0 0 5px; text-align: center; border-radius:5px;}
.kefu_online .kefu_ul li a{color: #666;font-size:14px; display: block;}
.kefu_online .kefu_ul li img{ vertical-align: middle; margin:-2px 5px 0 0;}
.kefu_online .code{text-align: center; padding-top:10px;}
.kefu_online .code img{max-width:80%;}
.kefu_online .content{padding:10px 5px 0; line-height:180%;}
.kefu_online .kf_openBtn{width:36px; padding:14px 0; border-radius:0 5px 5px 0; position:absolute;right:-36px;top:50%;text-align: center;cursor: pointer; display: none;}
.kefu_online .kf_openBtn i{ font-size:22px;}
.kefu_online .kf_openBtn p{color: #fff;font-size:14px;width: 14px;margin: 6px auto 0;}
.kefu_online .kf_openBtn{border-radius:0 5px 5px 0;  right:-34px; left: auto;}
.kefu_online .kf_right{left:-36px; border-radius:5px 0 0 5px;}
}














/*768px*/
@media only screen and (min-width:768px) and (max-width:991px){
.menu{background:#00478b;height:36px;}
.container{width:750px;margin:0 auto;padding:0px;}
.menu .container .bg_list{overflow:hidden;width:100%;}
.menu .container .bg_list li{text-align:center;font:16px/36px "微软雅黑";width:100%;color:#fff;}
.menu .container .bg_list li:nth-child(2){display:none;}
.header .headerlist{margin-top:1%;margin-bottom:1%;overflow:hidden;}
.header .headerlist li span{display:inline-block;width:13.7%;font-size:16px;text-align:center;}
.footer{width:100%;background:#444444;height:auto;margin-top:1%;}
.footer .flist li:nth-child(1){background:url(../images/foot.png) no-repeat center center;background-size:100% 100%;}
.footer .flist li{color:#fff;font-size:15px;}
.footer .flist li dl{margin-top:7%;padding-bottom:6%;background:url(../images/line.png) no-repeat right center;text-align:center;}
.footer .flist li dd a{color:#999999;font-size:13px;}
.footer .flist li .tell{background:url(../images/tell.png) no-repeat left center;background-size:22% 90%;margin-top:7%;font-size:16px;font-weight:700;padding-left:21%;}
.footer .flist li .serv{font-size:14px;margin-top:4%;}
.copyright{background:url(../images/cbg.jpg) no-repeat center center;background-size:100% 100%;padding-bottom:2%;}
.copyright .copy{font-size:14px;color:#666666;text-align:center;padding-top:5px;}
.copyright .copy a{color:#666666;}

/*轮播*/
.swiper {width:100%;height:100%;}
.swiper-slide {
        text-align: center;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
		
      }
.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.f-cont{margin-top:2%;}
.f-cont .titl .scope{font:18px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;}
.f-cont .titl .we{font-size:24px;color:#0389de;margin-right:3px;}
.f-cont .titl .we b{font-size:28px;color:#ff9702;}
.f-cont .titl .line{border-top:1px solid #1e82e1;padding:1% 3% 0 4%;}
.f-cont .titl .more{font-size:16px;background:#ff9702;padding:2px 8px;}
.f-cont .titl .more a{color:#fff;}

.tab{
 margin-top:2%;
 }
.tab .container{padding:0px;}
 .tab_list{width:98%;margin:0 auto;}
.tab_list li{
        font-size:14px;
		width:19%;
		color:#fff;
        height:30px;
        line-height:30px;
        text-align: center;
       background:#b5c8ff;
       padding:0px 5px;
	   cursor:pointer;

    }
.tab_list .current{
        background:url(../images/book.png) no-repeat 4px center #00478b;
		padding:0px 10px;
		color:#fff;
		padding-left:3%;
		}
.item{
      display: none;
	   margin-top:2%;
       }
.table_con .shoplist{width:96%;margin:0 auto;}
.table_con .shoplist li{width:32%;margin-top:1%;}
.table_con .shoplist li.img-container {
      position: relative;
	  border:1px solid #00478b;
    }

.table_con .shoplist li:hover{transform: translateY(-4px);transition:all 800ms ease;}
.table_con .shoplist li.img-container img {
      width: 100%;
      /*   height:auto; */
opacity:0.6;
  filter:alpha(opacity=60);
   }
.img-container:hover .text {
      display: block;
    }
.img-container .text {
      display: none;
      position: absolute;
      margin: 0px;
      bottom: 0px;
      width: 100%;
      height:100%;
	  line-height:140px;
	  font-size:22px;
      text-align: center;
      background-color: rgba(0,0,0,.6);
      color: #fff;
      animation: hideIndex 0.5s;
    }
    @keyframes hideIndex {
        0%{

            opacity: 0;
        }
        100%{

            opacity: 1;
        }
    }

.s-cont{margin-top:2%;}
.s-cont .titl .scope{font:18px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;}
.s-cont .titl .we{font-size:24px;color:#0389de;margin-right:3px;}
.s-cont .titl .we b{font-size:28px;color:#ff9702;}
.s-cont .titl .line{border-top:1px solid #1e82e1;padding:1% 3% 0 4%;}
.s-cont .titl .more{font-size:16px;background:#ff9702;padding:2px 8px;}
.s-cont .titl .more a{color:#fff;}
 /*专注*/
.askt{background: url(../images/ask.png) no-repeat center center; background-size:100% 100%;padding:2% 0;}
.askt .aklist li:nth-child(2){background:#fff;height:40px;line-height:40px;margin-top:2%;font-size:22px; animation:btnSca linear 1s infinite;}
							@keyframes btnSca {0% {transform:scale(1);}
							50% {transform:scale(1.04);}
							0% {transform:scale(1);
							}}
.askt .aklist li:nth-child(2) a{color:#0468c7;}
.askt .aklist .beazy{font-size:28px;color:#fff;font-style:oblique;letter-spacing:5px;}
.askt .aklist .zybrad{font-size:18px;color:#fff;}
/*关于我们*/
.t-cont{margin-top:2%;}
.t-cont .titl .scope{font:18px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;}
.t-cont .titl .we{font-size:24px;color:#0389de;margin-right:5px;}
.t-cont .titl .we b{font-size:28px;color:#ff9702;}
.t-cont .titl .line{border-top:1px solid #1e82e1;padding:1% 12% 0 4%;}
/*企业资质*/
.t-cont{margin-top:2%;}
.t-cont .zslist{width:96%;margin:0 auto;margin-top:2%;}
.t-cont .zslist li{width:32%;}
.t-cont .zslist li img{width:100%;}
.t-cont .zsbook{display:block;width:94%;margin:0 auto;}
.t-cont .zsbook img{width:100%;height:auto;margin-top:10px;}
.t-cont .more{display:block;text-align:center;font-size:28px;margin-top:20px;}
.t-cont .more a{color:#fff;padding:10px 30px;background:#ff9702;font-weight:700;}
/*新闻*/
.s-cont .newlist{display:none;}
/*在线客服*/
.kefu_online{min-height:200px; width:100%;position:absolute;border-radius:5px;padding-bottom:15px;z-index:999999;}
.kefu_online .l_tit{border-radius:5px 5px 0 0; font-weight: normal;line-height:38px;height:38px;font-size:14px;text-indent:1em;margin-bottom:10px;}
.kefu_online a.close{font-size:22px; position: absolute; top:1px;right:10px;font-weight: normal;text-shadow: none;}
.kefu_online .kefu_ul{margin:0 10px;padding:0;}
.kefu_online .kefu_ul li{background:url(../images/online_qq.gif) repeat-x; width: 100%; line-height:28px;margin:0 0 5px; text-align: center; border-radius:5px;}
.kefu_online .kefu_ul li a{color: #666;font-size:14px; display: block;}
.kefu_online .kefu_ul li img{ vertical-align: middle; margin:-2px 5px 0 0;}
.kefu_online .code{text-align: center; padding-top:10px;}
.kefu_online .code img{max-width:80%;}
.kefu_online .content{padding:10px 5px 0; line-height:180%;}
.kefu_online .kf_openBtn{width:36px; padding:14px 0; border-radius:0 5px 5px 0; position:absolute;right:-36px;top:50%;text-align: center;cursor: pointer; display: none;}
.kefu_online .kf_openBtn i{ font-size:22px;}
.kefu_online .kf_openBtn p{color: #fff;font-size:14px;width: 14px;margin: 6px auto 0;}
.kefu_online .kf_openBtn{border-radius:0 5px 5px 0;  right:-34px; left: auto;}
.kefu_online .kf_right{left:-36px; border-radius:5px 0 0 5px;}
}

/*767px*/
@media only screen and (max-width:767px){
.menu{background:#00478b;height:36px;}
.container{width:100%;}
.menu .container .bg_list{overflow:hidden;width:100%;}
.menu .container .bg_list li{color:#fff;text-align:center;font:16px/36px "微软雅黑";;width:100%;}
.menu .container .bg_list li:nth-child(2){display:none;}
.header .headerlist{margin-top:1%;margin-bottom:1%;overflow:hidden;}
.header .headerlist li span{display:inline-block;width:13.7%;font-size:15px;text-align:center;}
.footer{width:100%;background:#444444;height:auto;margin-top:1%;}
.footer .flist li:nth-child(1){background:url(../images/foot.png) no-repeat center center;background-size:100%;}
.footer .flist li{color:#fff;font-size:14px;}
.footer .flist li dl{margin-top:7%;padding-bottom:6%;background:url(../images/line.png) no-repeat right center;text-align:center;}
.footer .flist li dd a{color:#999999;font-size:12px;}
.footer .flist li .tell{background:url(../images/tell.png) no-repeat left center;background-size:24% 85%;padding-top:2%;margin-top:7%;font-size:15px;font-weight:700;padding-left:24%;}
.footer .flist li .serv{font-size:14px;margin-top:4%;}
.copyright{background:url(../images/cbg.jpg) no-repeat center center;background-size:100% 100%;padding-bottom:2%;}
.copyright .copy{font-size:14px;color:#666666;text-align:center;padding-top:5px;}
.copyright .copy a{color:#666666;}
/*轮播*/
.swiper {width:100%;height:100%;}
.swiper-slide {
        text-align: center;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

.f-cont{margin-top:2%;}
.f-cont .titl .scope{font:16px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;}
.f-cont .titl .we{font-size:22px;color:#0389de;margin-right:3px;}
.f-cont .titl .we b{font-size:24px;color:#ff9702;}
.f-cont .titl .line{border-top:1px solid #1e82e1;padding:1% 4% 0 4%;}
.f-cont .titl .more{font-size:14px;background:#ff9702;padding:2px 6px;}
.f-cont .titl .more a{color:#fff;}
.f-cont{display:none;}
.tab{
 margin-top:2%;
 }
.tab .container{padding:0px;}
 .tab_list{width:96%;margin:0 auto;}
.tab_list li{
        font-size:13px;
		width:19%;
		color:#fff;
        height:30px;
        line-height:30px;
        text-align: center;
       background:#b5c8ff;
       padding:0px 5px;
	   cursor:pointer;

    }
.tab_list .current{
        background:url(../images/book.png) no-repeat 5px center #00478b;
		padding:0px 10px;
		color:#fff;
		padding-left:4%;
		}
.item{
      display: none;
	  margin-top:2%;
       }
.table_con .shoplist{width:98%;margin:0 auto;}

.table_con .shoplist li{width:32%;margin-top:1%;}
.table_con .shoplist li.img-container {
      position: relative;
	  border:1px solid #00478b;
    }

.table_con .shoplist li:hover{transform: translateY(-4px);transition:all 800ms ease;}
.table_con .shoplist li.img-container img {
      width: 100%;
/* height:auto; */
opacity:0.6;
  filter:alpha(opacity=60);
   }
.img-container:hover .text {
      display: block;
    }
.img-container .text {
      display: none;
      position: absolute;
      margin: 0px;
      bottom: 0px;
      width: 100%;
      height:100%;
	  line-height:100px;
	  font-size:22px;
      text-align: center;
      background-color: rgba(0,0,0,.6);
      color: #fff;
      animation: hideIndex 0.5s;

    }
    @keyframes hideIndex {
        0%{

            opacity: 0;
        }
        100%{

            opacity: 1;
        }
    }

.s-cont{margin-top:2%;}
.s-cont .titl .scope{font:16px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;}
.s-cont .titl .we{font-size:22px;color:#0389de;margin-right:3px;}
.s-cont .titl .we b{font-size:24px;color:#ff9702;}
.s-cont .titl .line{border-top:1px solid #1e82e1;padding:1% 4% 0 4%;}
.s-cont .titl .more{font-size:14px;background:#ff9702;padding:2px 6px;}
.s-cont .titl .more a{color:#fff;}
/*专注*/
.askt{background: url(../images/ask.png) no-repeat center center; background-size:100% 100%;padding:2% 0;}
.askt .aklist li:nth-child(2){background:#fff;height:40px;line-height:40px;margin-top:2%;font-size:22px; animation:btnSca linear 1s infinite;}
							@keyframes btnSca {0% {transform:scale(1);}
							50% {transform:scale(1.04);}
							0% {transform:scale(1);
							}}
.askt .aklist li:nth-child(2) a{color:#0468c7;}
.askt .aklist .beazy{font-size:28px;color:#fff;font-style:oblique;letter-spacing:5px;}
.askt .aklist .zybrad{font-size:18px;color:#fff;}
/*企业资质*/
.t-cont{margin-top:2%;}
.t-cont .titl .scope{font:16px/0.5 "微软雅黑";color:#959595;border-bottom:1px solid #1e82e1;}
.t-cont .titl .we{font-size:22px;color:#0389de;margin-right:3px;}
.t-cont .titl .we b{font-size:24px;color:#ff9702;}
.t-cont .titl .line{border-top:1px solid #1e82e1;padding:1% 8% 0 4%;}
.t-cont .titl .more{font-size:14px;background:#ff9702;padding:2px 6px;}
.t-cont .titl .more a{color:#fff;}
.t-cont .zslist{width:96%;margin:0 auto;margin-top:2%;}
.t-cont .zslist li{width:32%;}
.t-cont .zslist li img{width:100%;}
.t-cont .zsbook{display:block;width:94%;margin:0 auto;}
.t-cont .zsbook img{width:100%;height:auto;margin-top:10px;}
.t-cont .more{display:block;text-align:center;font-size:24px;margin-top:3%;}
.t-cont .more a{color:#fff;padding:10px 30px;background:#ff9702;font-weight:700;}
/*新闻*/
.s-cont .newlist{display:none;}
/*服务单位*/
.sev-cont{width:96%;margin:0 auto;}
.sev-cont .titl{text-align:center;}

/*在线客服*/
.kefu_online{min-height:200px; width:100%;position:absolute;border-radius:5px;padding-bottom:15px;z-index:999999;}
.kefu_online .l_tit{border-radius:5px 5px 0 0; font-weight: normal;line-height:38px;height:38px;font-size:14px;text-indent:1em;margin-bottom:10px;}
.kefu_online a.close{font-size:22px; position: absolute; top:1px;right:10px;font-weight: normal;text-shadow: none;}
.kefu_online .kefu_ul{margin:0 10px;padding:0;}
.kefu_online .kefu_ul li{background:url(../images/online_qq.gif) repeat-x; width: 100%; line-height:28px;margin:0 0 5px; text-align: center; border-radius:5px;}
.kefu_online .kefu_ul li a{color: #666;font-size:14px; display: block;}
.kefu_online .kefu_ul li img{ vertical-align: middle; margin:-2px 5px 0 0;}
.kefu_online .code{text-align: center; padding-top:10px;}
.kefu_online .code img{max-width:80%;}
.kefu_online .content{padding:10px 5px 0; line-height:180%;}
.kefu_online .kf_openBtn{width:36px; padding:14px 0; border-radius:0 5px 5px 0; position:absolute;right:-36px;top:50%;text-align: center;cursor: pointer; display: none;}
.kefu_online .kf_openBtn i{ font-size:22px;}
.kefu_online .kf_openBtn p{color: #fff;font-size:14px;width: 14px;margin: 6px auto 0;}
.kefu_online .kf_openBtn{border-radius:0 5px 5px 0;  right:-34px; left: auto;}
.kefu_online .kf_right{left:-36px; border-radius:5px 0 0 5px;}
}

