.tip-feedback{
	opacity: 0;
}
.lxb-container{
	width: 0 !important;
	height: 0 !important;
	top: 50% !important;
}
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,
blockquote,th,td{
    margin: 0 ;padding: 0;
    font-family: "微软雅黑";
}
a{
	text-decoration: none;
	color: inherit;
}
/*固定*/
.fixednav {
    width: 100% !important;
    position: fixed !important;
    top: 0.8rem;
    z-index: 9 !important;
    margin: 0 auto !important;
}
/*背景*/
.beijing{
        background-color: rgba(0, 0, 0,1) !important;
}

a:hover, a:focus{
	text-decoration: none;
	
	color: inherit;
}

li{
	list-style: none;
}
i{
	font-style: normal;
}
/*图片百分之百*/
.autoImg{
	width: 100%;
	height: 100%;
}
/*取消padding*/
.noPadding{
	padding: 0;
}
.container,.container-fluid{
	padding: 0;
}
.row{
	margin: 0;
}

.a_nav-b{
    background: #000 !important;
}
.a_img{
	width: 100%;
}

/*板块标题*/
.a_column{
	font-size: 0.45rem;
	padding-top:  0.5rem;
	padding-bottom: 0.5rem;
	
}
.a_wow2 .noPadding .autoImg{
	height: 2.92rem;
}
.keyword_description{
	height: 0px;
}
.footer{
	background:#000000;
	position: relative;
	text-align: left;
	z-index: 9;
}
.footer .container{
    width: 1000px;
    margin: 0 auto;
	padding-top: 0.65rem !important;
	box-sizing: border-box;
	overflow: hidden;
}
.footer .container dl:nth-child(1){
    margin-left: 0rem;
}
.footer dl{
    width: 11%;
	float: left;
	margin-left: 0.6rem;
	color: #c6c6c7;
	
}


.footer_btm{
	width: 1070px !important;
	margin:0 auto;
}
.footer_btm .footer_dizhi_p1{
	width: 100%;text-align: right;font-size: 12px;padding-right: 26px;
}
.footer_btm .footer_dizhi_p2{
	font-size: 12px;text-align: right;margin-top: 5px;margin-bottom: 5px;
}
.footer dl dt{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 0.24rem;
	color: #F0F3F6;
}
.footer dl dd{
	font-size: 0.15rem;
	margin-bottom: 0.06rem;
}
.footer dl dd a{
    font-size: 13px;
	color: #9f9f9f;
}
.footer dl dd img{
	width: 100%;
}
.footer_middle{
	width: 1000px;
	margin: 0px auto 0;
	padding-top: 0.3rem;
}
.footer_middle p{
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}
.footer_middle ul{
	overflow: hidden;
	padding-left: 20px;
}
.footer_middle ul li {
	float: left;
	margin-left: 10px;
	color: #999999;
	line-height: 0.42rem;
}
.footer_middle ul li a{
	font-size: 14px;
	color: #9f9f9f;
	margin-right: 10px;
}
.footer_btm{
	width: 100%;
    background: #000;
    padding: 0.3rem 0 !important;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #9a9a9a;
}
/*新闻*/
.newslist{
	width: 100%;
	margin: 40px 0 40px;	
}
.newslist .news{
	width: 80%;
	margin: 0 auto;
}
.newslist .news .new_title{
	text-align: left;
	font-size: 21px;
	color: #333;
	margin-bottom: 20px;
}
.newslist .news ul{
	overflow: hidden;
}
.newslist .news ul li{
	float: left;
	width: 50%;
	padding-right: 3%;
	margin-bottom: 10px;
}
.newslist .news ul li a{
	float: left;
	display: inline-block;
	width: 60%;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newslist .news ul li span{
	float: right;
	font-size: 12px;
}
.newslist .news .more_news{
	text-align: right;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 3%;
	cursor: pointer;
}





.a_container{
	margin: 0 auto;
	width: 1080px;
}

.a_case_left{
   transition: 1s all;
   -webkit-transition: 1s all;
}
.a_case_left .a_menu{
    width: 30px;
    height: 30px;
    position: fixed;
    top: 270px;
    left: 0px;
}
.a_fukuang{
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
    -moz-transition: 0.8s all;
}
 .a_fukuang h3{
    font-size: 0.24rem;
    width: 100%;
    height: 0.8rem;
    line-height: 0.24rem;
    margin: auto;
    position: absolute;
    top: 0;bottom: 0;
    text-align: center;
    color: #fff;
    }
    .a_fukuang h3 p{
    	font-size:16px;
    	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
    }
.a_fukuang:hover {
    opacity: 1;
}
@media (min-width: 992px) {
 	.a_container {
		width: 1080px;
	}
}

@media (max-width: 1200px) {
 	.a_container {
 		width: 1200px;
	}
	.a_solution .row{
        width: 62.2% !important;
    }
    .a_solution .a_warp p{
        
    }
}
@media only screen and (max-width: 1450px;){
 	.a_container {
 		width: 1450px;
	}
	.a_aboutUs .section5 .left_guanyu{
	    width: 55% !important;
	}
	.a_solution .row{
	    width: 62.2% !important;
	}
}
.col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

#a_index .a_box5 .a_box5Top .a_warpBtm img{
	-webkit-transition:1s all;
}
#a_index .a_box5 .a_box5Top .a_warpBtm img :hover{
	transform: scale(1.2,1.2);
}


/*.a_service .a_serviceS img{
	transition: 1s all;
}
.a_service .a_serviceS:hover img{
	transform: scale(1.2,1.2);
}*/

.current{
	color: #b6986b;
}
#tab{
	position: fixed;
	top: 3rem;
	z-index: 10;
	background: #000000;
	color: #fff;
	display: none;
	transition: 1s all;
    -webkit-transition: 1s all;
}
#tab li{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.a_case h2{
	padding-top: 0.4rem;
	padding-bottom: 0.1rem;
}


/*右侧商桥*/
.right_menu {
    position: fixed;
    right: 0;
	top:30%;
    /* bottom: 30%; */
    z-index: 999;
    width: 70px;
}
.right_menu02 {
	bottom: auto;top: 45%;
}
.right_menu02 a{
	cursor: pointer;
}
.right_menu .menu_ly{
	width: 80px;
    height:80px;
    background: #ba9a6c;
    position: relative;
    text-align: center;
    float: right;
    transition: all 0.3s;
    cursor: pointer;
    /* margin-top: 2px; */
	border-bottom: 1px solid #e0e0e0;
    opacity: 0.9;
}
.right_menu .menu_ly a img {
    margin-top: 20px;
    transition: all 0.5s;
}
.right_menu .menu_ly a p {
    color: #fff;
    font-size: 0.16rem;
    opacity: 1;
    transition: all 0.5s;
    margin-top: 3px;
}
.right_menu .menu_ly:hover{width: 80px;height: 80px;}
/* .right_menu .menu_ly:first-child:hover{margin:-20px 0 0 -20px;} */
.right_menu .menu_ly:hover a img{margin-top: 15px;}
.right_menu .menu_ly:hover p{opacity: 1;}
#LXB_CONTAINER .lxb-cb-info-tip{
    display: none!important;
}
#LXB_CONTAINER .lxb-cb-loading-tip{
	display: none!important;
}


/*弹窗*/
.talk_window{display:none;width: 600px;height: 300px;box-sizing:border-box;
  background:#BA9A6C url(../img2/talk_window.jpg) no-repeat;
  position: fixed;top: 40%;left: 50%;margin:-130px 0 0 -300px;z-index: 9999;
  background-size: cover!important;
}
.talk_window_con{width:100%;height: 100%;position: relative;}
.talk_window_con .t_w_close{position: absolute;top: -24px;right: 10px;
  color: #fff;line-height: 1;width: 30px;height: 30px;text-align: center;cursor: pointer;
  font-family: "Arial";padding-top: 5px;
  background: url(../img/close.png) no-repeat;
}
.t_w_text{margin-top: 30px;text-align: center;color: #fff;}
.t_w_text h3{font-size: 30px;margin-bottom: 8px;}
.t_w_text p{font-size: 18px;line-height: 30px;}
.t_w_text div.p{font-size: 30px;margin-top: 96px;font-family: "Arial";}
.t_w_text div.p a{padding:0 10px;color: #fff;cursor: text;line-height: 75px;display: block;}
.t_w_btn{width: 560px;margin:30px auto 0;}
.t_w_btn>a{display: inline-block;box-sizing:border-box;font-size: 16px;float: left;height: 50px;line-height: 50px;
  width: 200px;text-align: center;border:1px solid #fff;background: #BA9A6C;
  box-shadow: 5px 5px 0 #BA9A6C;color: #fff;float: left;
}
.t_w_btn>a:hover{background: #fff;color: #BA9A6C;}
.t_w_input{float: left;box-sizing:border-box;display:inline-block;width:340px;height: 50px;line-height: 50px;
  border:1px solid #fff;box-shadow: 5px 5px 0 #BA9A6C;margin-left: 20px;
}
.t_w_input input{
	float: left;width: 268px;height: 100%;color: #333;
	background: #fff;border:0;padding:0 10px;box-sizing:border-box;font-size: 16px;}
.t_w_input p{float: left;width: 70px;height: 48px;line-height: 48px; background: #BA9A6C;cursor: pointer;}

@media (max-width: 767px){
	.footer_middle{
		width: 90%;
	}
	.newslist .news{
		width: 90%;
	}
	.newslist .news ul li{
		width: 100%;
	}
    .talk_window{
        width: 90%;
        margin: 0 0 0 -45%;
        height: 243px;
        padding-bottom: 0.2rem;
        bottom: 0;
        top: inherit;
    }
    .t_w_text h3{
        font-size: 20px;
        font-weight: bold;
    }
    .t_w_text p{
        font-size: 0.32rem;
    }
    .t_w_btn>a{
        width: 2rem;
        font-size: 0.24rem;
        margin-left: 0.6rem;
        height: 1rem;
        line-height: 1rem;
    }
    .t_w_input input{
        width: 3.4rem;
        height: 0.96rem;
        line-height: 0.96rem;
        font-size: 0.24rem;
    }
    .t_w_btn{
        margin: 0.3rem auto 0;
    }
    .t_w_input{
        width: 5rem;
        margin-left: 0.2rem;
        height: 1rem;
        line-height: 1rem;
    }
    .t_w_input p{
        width: 58px;
        height: 0.94rem;
        line-height: 0.94rem;
    }
    .t_w_text div.p a{
        font-size: 18px;
    }
    .t_w_text div.p{
        margin-top: 1.5rem;
    }
}
/*百度鹊桥*/
#newBridge .icon-right-center{
    display: none!important;
}
#LXB_CONTAINER .lxb-container-1001-2{
	height: 0px!important;
}
#LXB_CONTAINER .lxb-container-1001-2 .lxb-cb-input{
	display: none;
}
#LXB_CONTAINER .lxb-container-1001-2 .lxb-cb-input-btn{
	height: 0px!important;
}
#LXB_CONTAINER .lxb-container-btn-hide{
	display: none;
}
.t_w_text div.p{
	margin-top: 1rem;
}
/*案例*/
.anli_banner{
    position: relative;
}
.anlibanner_onep{
    font-size: 0.32rem;
    color: #ffffff;
    position: absolute;
    left: 12.7%;
    bottom: 194px;
    text-align: left;
    animation: myfirst 3s;
}
.anlibanner_onep span{
    font-size: 0.18rem;
    color: #ffffff;
}
.dianwangbanner_onep{
    font-size: 0.45rem;
    color: #ffffff;
    position: absolute;
    top: 41%;
    left: 12.7%;
    animation: myfirst 3s;
    text-align: left;
}
@keyframes myfirst
{
from {left: -12.7%}
to {left: 12.7%}
}

@-moz-keyframes myfirst /* Firefox */
{
from {left: -12.7%}
to {left: 12.7%}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
from {left: -12.7%}
to {left: 12.7%}
}

@-o-keyframes myfirst /* Opera */
{
from {left: -12.7%}
to {left: 12.7%}
}
.layui-tab{
    margin: 0 !important;
}
.layui-tab-content{
    padding: 0 !important;
}
.layui-tab-card{
    border-width: 0px !important;
}
.anli_fixed{
    position: fixed;
    top: 1.06rem;
}
.layui-tab-title{
        border-bottom-width: 0px !important;
}
.layui-tab-card>.anli_ul{
    width: auto;
    height: 68px;
    line-height: 68px;
    margin: 0 auto;
    background: #181818 !important; 
    text-align: center;
    z-index: 99;
}
.layui-tab-card>.anli_ul li{
    width: 7%;
    height: 100%;
    line-height: 68px;
}
.layui-tab-card>.dianwang_ul li{
    width: 9%;
    height: 100%;
    line-height: 68px;
}
.layui-tab-card>.anli_ul li:hover{
    width: 7%;
    height: 100%;
    line-height: 68px;
    background-image: url(/static/www/img/anli/anniu_bg.jpg);
    background-size: 100% 100%;
}
.layui-tab-card>.anli_ul .layui-this{
    width: 7%;
    height: 100%;
    background: transparent;
    line-height: 68px;
    background-image: url(/static/www/img/anli/anniu_bg.jpg);
    background-size: 100% 100%;
    border-width: 0px !important;
}
.layui-tab-card>.dianwang_ul li:hover{
    width: 9%;
    height: 100%;
    line-height: 68px;
    background-image: url(/static/www/img/anli/anniu_bg.jpg);
    background-size: 100% 100%;
}
.layui-tab-card>.dianwang_ul .layui-this{
    width: 9%;
    height: 100%;
    background: transparent;
    line-height: 68px;
    background-image: url(/static/www/img/anli/anniu_bg.jpg);
    background-size: 100% 100%;
    border-width: 0px !important;
}
.layui-tab-title .layui-this:after{
    display: none;
}
.layui-tab-title li{
    min-width: auto !important;
}
.layui-tab-title li a{
    color: #FFFFFF !important;
}
.anli_one{
    width: 100%;
    /*background-image: url(/static/www/img/anli/anli_1.jpg);*/
    padding-bottom: 6rem;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.anli_one p{
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    right: 15.5%;
    bottom: 120px;
    text-align: right;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.anli_one p span{
    font-size: 20px;
    color: #ffffff;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.anli_two{
    width: 100%;
    /*background-image: url(/static/www/img/anli/anli_22.jpg);*/
    padding-bottom: 6rem;
    position: relative;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.odd{
    font-size: 0.32rem;
    color: #ffffff;
    position: absolute;
    left: 12.7%;
    bottom: 110px;
}
.anli_two p{
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    left: 12.7%;
    bottom: 110px;
     overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.anli_two p span{
    font-size: 20px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.anli_three{
    /*background-image: url(/static/www/img/anli/anli_3.jpg) !important;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.anli_four{
    /*background-image: url(/static/www/img/anli/anli_4.jpg) !important;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.anli_five{
    background-image: url(/static/www/img/anli/anli_5.jpg) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.anli_six{
    background-image: url(/static/www/img/anli/anli_6.jpg) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.guowang_one{
    width: 100%;
    background-image: url(/static/www/img/guojiadianwang/01.jpg);
    padding-bottom: 6rem;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.guowang_two{
    background-image: url(/static/www/img/guojiadianwang/02.jpg) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.guowang_three{
    background-image: url(/static/www/img/guojiadianwang/03.jpg) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.guowang_four{
    background-image: url(/static/www/img/guojiadianwang/04.jpg) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.guowang_five{
    background-image: url(/static/www/img/guojiadianwang/05.jpg) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.guowang_six{
    background-image: url(/static/www/img/guojiadianwang/06.jpg) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.back_up{
	position: fixed;
    right: 0;
    /* bottom: 10px; */
    z-index: 999;
    width: 70px;
    height: 70px;
    display: none;
    cursor: pointer;
    img{
    	width: 100%;
    	height: 100%;
    }
}


@media (max-width: 767px){ 
    .a_container {
        width: 100%;
    }
    .footer{height: auto;}
    .footer dl{float: none;font-size: 18px;width: 90%;}
    .footer dl dt{font-size: 18px;}
    .footer dl dd{display: inline-block;font-size: 15px;color: #9a9a9a;}
    .footer dl dd a{color: #9a9a9a !important;}
    .footer_btm{width:100% !important;position: relative;}
	.footer_btm .footer_dizhi_p2{text-align: center;}
	.footer_btm .footer_dizhi_p1{
		width: 100%;
		text-align: center;
		font-size: 12px;
		padding-right: 56px;
	}
    .footer .container{
        padding-bottom: 0.95rem !important;
        box-sizing: border-box;
    }
    .footer .container{
        width: 100%;
        margin: 0 auto;
        padding-top: 0.95rem !important;
        box-sizing: border-box;
    }
    .footer .container dl:nth-child(1){
        margin-left: 0.6rem;
    }
    .layui-tab-card>.anli_ul li{
        width: 33.3% !important;
    }
    .layui-tab-card>.anli_ul .layui-this{
        width: 30% !important;
    }
    /*案例*/
   .anli_one{
       padding-bottom:4rem !important;
   }
   .anli_one p{
       bottom:1.2rem !important;
   }
   .anli_two{
       padding-bottom:4rem !important;
       background-attachment: scroll !important;
   }
   .anli_two p{
       width: 85% ;
       bottom:1.2rem !important;
   }
   .fixednav{
       top: 1.42rem;
   }
   .layui-tab-card>.anli_ul{
       height:auto !important;
       line-height: 48px !important;
   }
   .layui-tab-card>.layui-tab-title .layui-this{
	   margin-top: -1px;
   }
   .layui-tab-card>.anli_ul .layui-this{
       /* height: 48px !important; */
       /* line-height: 48px !important; */
   }
   .layui-tab-card>.anli_ul li{
       line-height: 48px !important;
   }
   .anlibanner_onep{
       bottom:1.2rem;
       left:-11%;
   }
   /*footer*/
  .footer dl dd{
      text-align: center;
  }
  .footer dl dd img{
      width: 60%;
      margin-left: 0.6rem;
  }
  .wx_tubiao{
      margin-right: 0.3rem;
  }
}
