@charset "utf-8";

@media (min-width: 1050px){
	.bot-paging .link-info:hover {
	  width: 145px;
	}
	.bot-paging .link-info:hover .link-ico {
	  background-color: rgba(0, 0, 0, 0.8);
	}
	.bot-paging .link-info:hover .tit-box {
	    transform: translateX(0);
	}
	.bot-paging .retun-list:hover {
	  width: 190px;
	  margin-left: -95px;
	}
	.bot-paging .retun-list:hover .round-tit {
	    transform: translateX(0);
	}
	.fadeIntop{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.fadeIntop.show{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: all 0.3s ease 0s;
	}
	.fadeInlist{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.fadeInlist .show-row1,.fadeInlist .show-row2{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.fadeInlist.show{
		opacity: 1;
		filter: alpha(opacity=100);
		transition: 0.3s ease 0s;
	}
	.fadeInlist.show .show-row1{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.1s;
	}
	.fadeInlist.show .show-row2{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.1s;
	}
	.wechat-info-ban .up-cont h4,.wechat-info-ban .up-cont .line,.wechat-info-ban .up-cont .font,.wechat-info-ban .link-ico{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.wechat-info-ban.active .up-cont h4,.wechat-info-ban.active .up-cont .line,.wechat-info-ban.active .up-cont .font,.wechat-info-ban.active .link-ico{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
	}
	.website-info-ban .up-cont h4,.website-info-ban .up-cont .line,.website-info-ban .up-cont .font,.website-info-ban .link-ico{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.website-info-ban.active .up-cont h4,.website-info-ban.active .up-cont .line,.website-info-ban.active .up-cont .font,.website-info-ban.active .link-ico{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
	}
	.wechat-info-ban .up-cont .down-ico {
	    opacity: 0;
	    filter: alpha(opacity=0);
	    transform: translateY(30px);
	}
	.wechat-info-ban.active .up-cont .down-ico {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    transform: translateY(0);
	    transition: all 0.3s ease 0.6s;
	}
	.wechat-info-ban.active .up-cont h4{
		transition: all 0.3s ease 0s;
	}
	.wechat-info-ban.active .up-cont .line{
		transition: all 0.3s ease 0.2s;
	}
	.wechat-info-ban.active .up-cont .font{
		transition: all 0.3s ease 0.4s;
	}
	.wechat-info-ban.active .up-cont .link-ico{
		transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
	}
	.website-info-ban.active .up-cont h4{
		transition: all 0.3s ease 0s;
	}
	.website-info-ban.active .up-cont .line{
		transition: all 0.3s ease 0.2s;
	}
	.website-info-ban.active .up-cont .font{
		transition: all 0.3s ease 0.4s;
	}
	.website-info-ban.active .up-cont .link-ico{
		transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
	}
	.i-column-wrap.black .link:hover {
	  border: 1px solid #333;
	  background-color: #333;
	  overflow: hidden;
	}
	.i-column-wrap.black .link:hover i {
	  background: url(../images/ico_05.png) no-repeat center;
	}
	.i-column-wrap.black .link:hover .bg {
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-color: #333;
	}
	.website-info-ban .up-cont .link-ico:hover{
		background-color: #fff;
		border: 1px solid #fff;
	}
	.website-info-ban .up-cont .link-ico:hover i{
		background: url(../images/ico_43_h.png) no-repeat center;
	}
	.website-info-ban .up-cont .link-ico:hover .bg{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
	}
	.i-column-wrap.white .link:hover {
	  border: 1px solid white;
	  background-color: white;
	  overflow: hidden;
	}
	.i-column-wrap.white .link:hover i {
	  background: url(../images/ico_06.png) no-repeat center;
	}
	.i-column-wrap.white .link:hover .bg {
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-color: white;
	}
	.search-alert .close:hover{
		transform: rotate(90deg);
	}
	.case-info .fir-wrap .left-wrap .look-website:hover{
		background-color: #333;
		color: #fff;
		border: 1px solid #333;
	}
}
@media (max-width: 1440px) {
	.w1520{
		width: 89%;
	}
	.wechat-info-ban .up-cont{
		width: 89%;
		left: 5.5%;
		margin-top: -160px;
	}
	.bot-paging{
		width: 89%;
		left: 5.5%;
	}
	.bot-paging.long{
		width: 100%;
		left: 0;
	}
}
@media (max-width: 1200px) {

	.bigdata-wrap .sec-wrap li{
		width: 50%;
	}
}
@media (max-width: 1050px){
	.wechat-info-ban .up-cont .down-ico{
		display: none;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 979px) {
    body{
    	padding: 0;
    }
}
/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	.navbar_header{ background: #fff;}
	.top-wrap{ width: 100%; margin:0 auto; text-align: center;}
	.logo{ width: 100%; margin:0 auto; text-align: center;}
	
	
	.case-info .fir-wrap .left-wrap,.case-info .fir-wrap .right-cont{
        width: 100%;
        padding: 40px 5%;
	}
    .webcolor-wrap {
        padding: .5rem 0 0;
    }
    .webisite-info .main-wrap {
        padding: 1rem 3.65%;
    }
    .webisite-info .main-wrap .img-ban {
        margin-top: .5rem;
    }
    .webisite-info .casedetail-box4 .look-website{
        width: 30%;
    }
	.wechat-info-ban .up-cont h4{
		font-size: 26px;
		line-height: 46px;
	}
	.wechat-info-ban .up-cont .line{
		height: 2px;
	}
	.wechat-info-ban .up-cont .font{
		margin-top: 16px;
	}
	.website-info-ban .up-cont .link-ico{
		margin-top: 15px;
	}
	.bot-paging{
		position: absolute;
		bottom: 10px;
	}
	.bot-paging.long{
		width: 89%;
		left: 5.5%;
	}
	.wechat-info-ban{
		height: auto;
	}
	.wechat-info-ban img{
		/*width: 100%;*/
		width: 1380px;
		left: 50%;
		/*margin-left: -690px;*/
        margin-left: -50%;
	}
	.wechat-info-ban .up-cont{
		margin-top: 0;
        top: -1rem;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.wechat-info-ban .up-cont h4{
		font-size: 1.5rem;
		line-height: 1.875rem;
        margin-bottom: .5rem;
	}
	.wechat-info-ban .up-cont .line{
		height: 2px;
		width: 30px;
	}
	.wechat-info-ban .up-cont .font{
		font-size: .875rem;
        margin-top: .5rem;
	}
	.bot-paging{
		bottom: 10px;
	}
    .wechat-info-ban .up-cont .font{
        line-height: 1.2rem;
    }

}
@media (max-width: 350px) {
	.wechat-info-ban .up-cont h4{
		font-size: 18px;
		line-height: 30px;
	}
	.wechat-info-ban .up-cont .font{
		font-size: 14px;
		line-height: 24px;
	}
	.bot-paging{
		bottom: 0;
	}
}
