@charset "utf-8";

@-webkit-keyframes ripple{
	0%{ opacity:0; -webkit-transform:scale(0.1,0.1); }
	5%{ opacity:1; } 
	100%{ opacity:0; -webkit-transform:scale(1)}
}

@-moz-keyframes ripple{ 
	0%{ opacity:0; -moz-transform:scale(0.1,0.1); }
	5%{ opacity:1; }
	100%{ opacity:0; -moz-transform:scale(1)}
}

@-o-keyframes ripple{ 
	0%{ opacity:0; -o-transform:scale(0.1,0.1); }
	5%{ opacity:1; }
	100%{ opacity:0; -o-transform:scale(1)}
}

@keyframes ripple{
	0%{
		opacity:0;
		-webkit-transform:scale(0.1,0.1);
		-moz-transform:scale(0.1,0.1);
		-ms-transform:scale(0.1,0.1);
		transform:scale(0.1,0.1);
	}
	5%{ opacity:1; }
	100%{
		opacity:0;
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		-ms-transform:scale(1);
		transform:scale(1);
	}
}

/* 首页bannner */
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	border-radius: 0;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #000;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 20px;
}


/*首页服务项目*/







/*内页1111111111111111111111111111111111111111111111*/

/*关于我们*/
.about-jj p {
   /* text-indent: 2em;*/
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-bottom: 5px;
}

/*案例展示*/
.product-case a{
	float: left;
	width: 280px;
	margin-right: 26px;
	margin-bottom: 30px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    margin-top: 40px;
    transition: all .3s;
}
.product-case a:nth-child(4n){
	margin-right: 0;
}
.product-case a i{
	display: block;
	width: 280px;
	height: 320px;
	padding: 20px 0px;
	overflow: hidden;
	background-color: #fff;
}
.product-case a i img{
	/*width: 130px;*/
	margin: 0 auto;
    height: 280px; 
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-case a div{
	position: relative;
    text-align: center;
    background: #FFF;
    height: 48px;
    overflow: hidden;
    padding: 0 20px;
}
.product-case a div h4{
	margin-top: 15px;
    font-size: 16px;
    color: #333;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-case a div p{
	margin-top: 15px;
    font-size: 16px;
    color: #9b9996;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-case a div em{
	position: absolute;
	font-size: 14px;
	text-align: center;
    left: 0;
    color: #fff;
    bottom: -48px;
    height: 48px;
    width: 100%;
    line-height: 48px;
    background: #c10003;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-case a:hover div em{
	bottom: 0;
}
.product-case a:hover div h4,.product-case a:hover div p{
	margin-top: 10px;
}
.product-case a:hover {
	box-shadow: 0 0 10px #666
}
.product-case a:hover i img {
	padding: 20px 0px;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

/*新闻详情*/
.news-xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.news-xq-c p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
	/*text-indent: 2em;
	margin-bottom: 20px;*/
}
.news-xq ul li a{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.news-xq-c img{
	max-width: 80%;
	/*width: 80%;*/
	margin: 0 auto;
}
/*.news-xq ul li:first-child a{
	display: block;
	width: 120px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #b5b5b5;
	border-radius: 50px;
	color: #b5b5b5;
	padding-left: 20px;
	background: url(../img/news/fh.png) no-repeat 30px center;
}*/
.news-xq-c{
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}
.news-xq ul li:first-child{
	margin-bottom: 20px;
}

/*新闻列表*/
.news-list li {
    padding: 25px 60px 20px 20px;
    margin-top: 40px;
    background: #FFF;
    margin-bottom: 35px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list li .imga {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 320px;
	height: 205px
}
.news-list li .imga img {
	width: 100%;
	height: 100%;
}
.news-list li .imga .cate {
	position: absolute;
	top: 35px;
	left: 0;
	padding-right: 20px;
	background: #ff6700;
	line-height: 32px;
	color: #FFF
}
.news-list li .imga .cate i {
	float: left;
	width: 30px;
	height: 30px;
	margin: 1px 8px 1px 0;
	background: url(../images/public.png) -180px -30px no-repeat
}
.news-list li .info {
	overflow: hidden;
    width: 760px;
    float: right;
}
.news-list li .info .line {
	border-left: 52px solid #c10003;
	background: #D8D8D8;
	margin-bottom: 35px;
	height: 1px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.news-list li .info .tit {
	height: 44px;
	line-height: 44px;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 6px
}
.news-list li .info .tit a{
	color: #333;
}
.news-list li .info .tit a em{
	font-weight: normal;
	color: #c10003;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 14px;
}
.news-list li .info .note {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0 0 25px;
	line-height: 24px;
	color: #6A6969
}
.news-list li:hover {
	box-shadow: 0 0 10px #666;
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}
.news-list li:hover .info .line {
	border-left-width: 760px
}

/*服务项目*/
.product-list a{
	float: left;
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	width: 380px;
	height: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-list a:nth-child(3n){
	margin-right: 0;
}
.product-list a img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-list a h4{
	position: absolute;
	font-size: 36px;
	font-family: "宋体";
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 100%;
	left: 0;
	height: 100%;
	line-height: 300px;
	top: 0;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.product-list a:hover h4{
	top: -20px;
}
.product-list a:hover img{
	/*-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)*/
}
.product-list a:hover{
	box-shadow: 0 8px 10px rgba(0,0,0,0.2);
	transform: translate3d(0,-8px,0);
	-webkit-transform: translate3d(0,-8px,0);
	-moz-transform: translate3d(0,-8px,0);
	-ms-transform: translate3d(0,-8px,0);
}

/*在线留言*/
.ly-box{
	padding: 50px;
	background-color: #fff;
}
.ly-box li{
	position: relative;
	width: 45%;
	float: left;
	margin-left: 2%;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.ly-box li:nth-child(2n){
	float: right;
	margin-left: 0;
}
.ly-box li label{
	position: absolute;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #333;
	left: -40px;
}
.ly-box li input{
	width: 100%;
	line-height: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.ly-box li:last-child{
	width: 98%;
}
.ly-box li textarea{
	width: 100%;
	height: 180px;
	display: block;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #666;
	resize: none;
}
.ly-box form>input{
	display: inline-block;
	width: 184px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	background-color: #d50f10;
	margin-left: 22px;
	margin-top: 10px;
}
.ly-box .site{
	border: none;
}
.ly-box .site input{
	width: 234px;
	border: 1px solid #ddd;
}
.ly-box .site span{
	margin: 0 10px;
}
/*联系我们*/
.contact-tit{
	margin-bottom: 60px;
}
.contact-tit h2{
	text-align: center;
	font-size: 36px;
	color: #333;
}
.contact-tit i{
	display: block;
	width: 90px;
	height: 1px;
	background-color: #ccc;
	margin: 8px auto 0;
}
.contact-tit p{
	text-align: center;
	font-size: 14px;
	color: #888;
	line-height: 36px;
}
.contact-c-l{
	width: 500px;
}
.contact-c-l h5{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 50px;
}
.contact-c-l div p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.contact-c-l div p a{
	color: #007CC3;
}
.contact-c-l div{
	margin-bottom: 40px;
}
.contact-map{
	width: 650px;
}
.contact-map img{
	width: 100%;
	height: auto;
}
.contact{
	margin-bottom: 100px;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* IE <8 */
}

.public-header{
    text-align: center;
    margin-bottom: 60px;
}

.public-header-d1{
    margin-top: 10px;
}
.public-header-d1-d1{
    width: 100px;
    height: 2px;
    background-color: #000000;
    display: inline-table;
    margin-bottom: 10px;
    /* position: absolute; */
}
.public-header-d1-d2{
    font-size: 32px;
    font-weight: bold;
    color: #000;
	display: inline-table;
	padding: 0px 25px;
}
.public-header p{
    font-size: 14px;
	margin-top: 5px;
	color: #a2a2a2;
}

/*  首页优势开始 */
.i-servers{
	padding: 60px 0px;
}
.i-servers-nr ul{
	display: flex;
    justify-content: space-between;
}
.i-servers-nr ul li{
	width: 260px;
    height: 260px;
    background: #f0f0f0;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.i-servers-nr ul li:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    transform: translate3d(0,-8px,0);
    -webkit-transform: translate3d(0,-8px,0);
    -moz-transform: translate3d(0,-8px,0);
    -ms-transform: translate3d(0,-8px,0);
    border-radius: 5px;
}
.i-servers-nr ul li img{
	margin: 0 auto;
    width: 100px;
    margin-top: 18%;
    margin-bottom: 6%;
}
.i-servers-nr ul li h2{
	font-size: 16px;
	color: #404040;
	text-align: center;
}
.i-servers-nr ul li p{
	font-size: 14px;
    text-align: center;
}

/* 首页产品展示 */
.i-anli{
	padding: 0px 0px 60px;
}
.i-ani-more{
    text-align: center;
}
.i-ani-more a{
    background-color: #000;
    height: 45px;
    font-size: 50px;
    line-height: 35px;
    display: block;
    width: 180px;
    margin: auto;
    color: white;
    border-radius: 50px;
}
.i-ani-more a>img{
	margin: 0 auto;
    padding-top: 12px;
}

/* 新产品展示 */
.cont1.active{
	padding-top: 201px;
}
.cont1-box{
	margin: 0px auto;
}

.cont1-c{
	margin-top: 30px;
}
.cont1-c li {
    float: left;
    margin-right: 2.66%;
    position: relative;
    width: 23%;
    margin-bottom: 60px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.cont1-c li img {
   /* width: 136px;*/
    height: 310px;
    margin: 0 auto;
    padding: 12px;
}
.cont1-c li:nth-child(4n){
    margin-right: 0%;
}
.cont1-c li div {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -60px;
    height: 110px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.cont1-c li div h4 {
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cont1-c li div span {
    display: block;
    border: 2px #fff solid;
    width: 140px;
    height: 38px;
    line-height: 34px;
    font-weight: normal;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.cont1-c li:hover div {
    background-color: rgba(0, 0, 0, 0.72);
    bottom: 0;
}



/*首页新闻展示*/
.i-news{padding: 60px 0px 60px 0px;}
.i-news-box{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.dy-l{
	width: 32.5%;
}
.dy-img {
    position: relative;
}
.i-news-box .dy-l .dy-i {
    width: 100%;
    height: 200px;
}
.i-news-box .dy-l .dy-i img {
    width: 100%;
    height: 100%;
}
.dy-t {
    width: 100%;
    height: 35px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.i-news-box .dy-l dl {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #cccccc;
    line-height: 40px;
}
.i-news-box .dy-l dl a {
    width: 100%;
    display: block;
}
.i-news-box .dy-l dl dt {
    width: 75%;
    float: left;
    font-size: 14px;
    color: #373737;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.i-news-box .dy-l dl dd {
    width: 20%;
    float: right;
    color: #656565;
    font-size: 13px;
    text-align: right;
}
.i-news-box .dy-l dl:hover dt, .i-news-box .dy-l dl:hover dd {
    color: #cc0000;
}

/* 关于我们 */
.iabout-box{
    position: relative;
    width: 100%;
    background:url(../images/about_bg.jpg) no-repeat center;
    margin: 0 auto;
}
.iabout-box-d1-d1{
    width: 50%;
    float: left;
    height: 600px;
}
.iabout-box-d1-d2{
    width: 47%;
    float: right;
    height: 600px;
}
.iabout-box-d2{
    width: 1200px;
    margin: 0px auto;
    margin-bottom: 80px;
}
.iabout-box-d2-d1{
    width: 55%;
    float: left;
    margin-right: 7.5%;
  
}
.iabout-box-d2-d2{
    width: 37%;
    float: left;
    /* margin-left: 5%; */
    text-align: right;
}
.iabout-title{
    position: relative;
    height: 28px;
}

.iabout-title-d2{
    position: absolute;
    z-index: 2;
    font-size: 25px;
    color: #fff;
}
.iabout-box-d2-d2 img{
    width: 450px;
}
.iabout-content{
    margin: 30px 0px 25px;
    line-height: 38px;
    color: #fff;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
}

/* 横图动态数据 */
.show_num {
    width: 1200px;
    border-radius: 5px;
    margin: 0 auto;
    box-shadow: 1px 2px 20px 0px #909090;
    background: #fff;
    z-index: 99999;

}
.show_num .show_num_cont {
    padding: 50px 0;
    display: flex;
    justify-content: center;

}
.box {
    width: 1200px;
    margin: 0 auto;
}
.show_num .show_num_cont .num_content {
    width: 300px;
    text-align: center;
    border-right: 1px solid #808080;
}
.show_num .show_num_cont .num_content p {
    font-size: 14px;
    color: #e2e2e2;
}
.show_num .show_num_cont .num_content p span {
    font-size: 32px;
    color: #444;
}
.show_num .show_num_cont .num_content p {
    font-size: 14px;
    color: #676767;
}
.show_num .show_num_cont .num_content:last-child{
    border-right: none;
}


/*首页加盟展示*/

/*首页加盟展示*/
.i-jiameng{
	padding: 180px 0px 0px 0px;
}
.jm_box{
	/* background: url(../images/jm.png) no-repeat center; */
	    background: url(../images/jm.png);
    background-size: 100% 97%;
    background-position-y: -39px;
}
.jm_box ul{
	display: flex;
    justify-content: space-between;
	    flex-wrap: wrap;
}

.jm_box ul li{
	width: 21%;
	margin-bottom: 5%;
}
.jm_box ul li p{width:147px;text-align:center}

.about-jj table tr td img{
	width: 100% !important;
}