﻿a{
	text-decoration:none ;
}
/*banner鑳屾櫙鍥剧墖鍔ㄧ敾*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
img{
	max-width:100%;
}
.sj{
	display: none;;
}
.dbxf{
	float:left;
	position:fixed;
	bottom:0px;
	background:rgba(0,0,0,0.6);
	width:100%;
	z-index:1000;
} 
.dbxf a{ font-size:14px; color:#fff; text-align:right; position:relative; top:20px;}
.dks{
	background: url('../images/dbjsj.png') no-repeat left center ; 
	padding-left:70px;
	float: left ;
}
.dbgdjs{float:left;
width:580px;
font-size:25px;
color:#ff9b00;
text-align:left;
line-height:88px;
font-weight:bold;
background:url(../images/mianfei.png) no-repeat right top;
letter-spacing: 2px;
}
.dbgdjs span{color:#fff;}.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
}
.dbgdly{
	float:left;
	width:439px;
	margin-left:10px;
	margin-top:34px;
}
.slide ul{
	width: 10000%;
	list-style-type: none;
}
.next_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .5;
	vertical-align: middle;
	background: rgba(0,0,0);
	right: 5px;
	top: 50%;
	color: #fff;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	font-family: 微软雅黑;
}
.prev_btn{
	position: absolute;
	width: 25px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	opacity: .9;
	vertical-align: middle;
	background: rgba(0,0,0,.1);
	left: 5px;
	top: 50%;
	color: #fff;
	font-family: 微软雅黑;	
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.slide ul:after{
	content: '';
	clear: both;
	display: block;
}
.slide ul li{
	float: left;
	text-align: center;
}
.slide ul li img{
	vertical-align: middle;
	max-width: 100%;
}
.slide .circle_btn{
	position: absolute;
	bottom: 15px;
	text-align: center;
	left: 0;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.slide .circle_btn button{
	box-sizing: content-box;
	opacity: .8;
	outline: none;
	border: none;
	padding: 2px 18px;
	background: rgba(255,255,255,.2);
	margin: 2px 5px;
	overflow: hidden;
	transition: all .6s;
	cursor: pointer;
}
.slide .circle_btn button.active{
	background: rgba(167,167,167,.8);
}

/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #000;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.index_main .section2{
	width: 100%;
	height: 100%;
	background: url('../images/gsjjbj.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url('../images/cpbj.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}
.index_main .section4{
	width: 100%;
	height: 100%;
	background: url('../images/cpbj.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}
.index_main .section5{
	width: 100%;
	height: 100%;
	background: url('../images/cpbj.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}
/********公司简介******/
.gsjjname{
	float: left ;
	width: 100%;
}
.gsjjname img{
	float: left ;
	max-width:380px;
}
.gsjjzwnm{
	float: left ;
	width: 100%;
	font-size:30px;
	color: #241065;
}
.gsjjzwnm span{
	margin-left:15px;
	font-size:18px;
}
.gsjjnr{
	float: left ;
	width: 100%;
	margin-top:3%;
	font-size:16px;
	color: #000000;
	line-height:31px;
	
}
.gsjjnr p{
	text-indent: 2em;
	padding:0px;
	margin:auto;
}
.gsjjgd{
	float: left ;
	width: 7%;
	text-transform: uppercase ;
	margin-top:2%;
	line-height:20px;
	border-bottom:3px #ff2c2c solid ;
}
.gsjjgd a{
	font-size:14px;
	color: #ff2c2c;
	text-decoration: none ;
}
/*********产品*****/
.cpzsss{
	float: left ;
	width: 100%;
	text-align: center ;
	font-size:30px;
	color:#241065;
	margin-top:8%;
}
.cpzsss span{
	font-size:16px;
	color: #a188f4;
}
.cpzsnr{
	float: left ;
	width: 100%;
	margin-top:2%;
}
.casesj{
	display: none ;
}
	   .case {
	width:100%;
	float: left ;
}
.case ul {width: 100%;margin: 0 auto;}
.case>ul li {display: inline-block; width:30%; margin-right: 2%; height:222px;overflow:hidden; margin-bottom:2%;}
.case .grid-content {position: relative;overflow: hidden;}
.case .grid-content>img {width:100%;display: inline-block;background: #ccc;}
.case .grid-content .grid-shade {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 16, 101, 0.5);
	color: #5E5E5E;
	font-size: 20px;
	display: none;
}
.case .grid-content .grid-shade .grid-enter {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.case .grid-content .grid-shade .grid-enter a {
	color: #fff;
	padding:13px 9px;
	border:1px #fff solid ;
	border-radius:5px;
	font-size:18px;
	text-decoration:none;
	max-height:48px;
	overflow:hidden;
}
.case .grid-content .grid-shade .grid-enter>img {width: 28px;vertical-align: top;margin-top: 10px;}

.cpzsmor{
	float: left ;
	width: 100%;
	margin-top:2%;
}
.cpzsmornr{
	width: 7%;
	margin:auto;
	text-align: center ;
	border-bottom:3px #ff2c2c solid ;
	line-height:20px;
}
.cpzsmornr a{
	font-size:14px;
	color: #ff2c2c;
	text-transform: uppercase ;
	text-decoration: none ;
}
/*******商业模式****/
.news{
	float: left ;
	width: 100%;
	margin-top:4%;
}
.news ul li{
	float: left ;
	width: 23%;
	margin-left:2%;
}
.news ul li:first-child{
	margin-left:1%;
}
.news ul li a{
	float: left;
	width: 100%;
}
.news ul li a .newsimg{
	float: left ;
	width: 100%;
	height:225px;
	overflow: hidden ;
	text-align: center ;
	position:relative;
}
.news ul li a .newsimg img{
	width: 100%;
	height:100%;
	transition:transform 300ms;
	position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
}
.news ul li a:hover .newsimg img{
	transform:scale(1.05,1.05);
}

.news ul li a .newsname{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #000;
	margin-top:10%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.news ul li a:hover .newsname{
	font-weight:bold ;
}
.news ul li a .newnr{
	float: left ;
	width: 100%;
	line-height:20px;
	color: #737373;
	font-size:14px;
	margin-top:2%;
}
.news ul li a .newtime{
	float: left ;
	width: 100%;
	margin-top:10%;
	font-size:12px;
	color: #ff2c2c;
}
/*****合作****/
.hzkhnr{
	float: left ;
	width: 100%;
	margin-top:3%;
}

.hzkhnr ul li{
	float: left ;
	width: 18%;
	margin-left: 2%;
	border:1px #aeaeae solid ;
}
.hzkhnr ul li a .hezkimg{
	float: left ;
	width: 100%;
	height:100px;
	overflow: hidden ;
	text-align: center ;
	position:relative;
}
.hzkhnr ul li a .hezkimg img{
	width: 100%;
	transition:transform 300ms;
	position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
}
.hzkhnr ul li a:hover .hezkimg img{
	transform:scale(1.05,1.05);
}
.hzkhnr ul li a .hezkname{
	float: left ;
	width: 100%;
	line-height:35px;
	background:#f1f1f1;
	color:#000;
	font-size:16px;
	text-align: center ;
}
.hzkhnr ul li a:hover .hezkname{
	background:#241065;
	color: #fff;
}
.ewm{
	float: left ;
	width: 100%;
	text-align: center ;
	font-size: 14px;
	color: #000;
	margin-top: 3%;
}
.ewm img{
	text-align: center ;
	max-width: 130px;
	width: 100%;
}
.ewm span{
	float: left ;
	width: 100%;
	font-size: 14px;
	color: #3a3a3a;
	line-height: 60px;
	text-align: center ;
}
.dblxwm{
	float: left ;
	width: 100%;
	text-align: center ;
	font-size: 14px;
	color: #3a3a3a;
	line-height: 35px;
}
.dblxwm a{
	font-size: 14px;
	color: #3a3a3a;
}
.foot1{
	float: left ;
	width: 100%;
	background: #404040;
	padding-top: 36px;
}
.footlx{
	margin-left: 25px;
}
.footimg{
	float: left ;
	width: 100%;
	max-width: 130px;
}
.footimg img{
	width: 100%;
}
.footdh{
	float: left ;
	width: 100%;
	background: url('../images/dbtb.png') no-repeat left top ; 
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	margin-top: 21px;
}
.footdz{
	float: left ;
	width: 100%;
	background: url('../images/dbtb1.png') no-repeat left top ; 
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	margin-top: 21px;
}
.footyx{
	float: left ;
	width: 100%;
	background: url('../images/dbtb2.png') no-repeat left top ; 
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	margin-top: 21px;
}
.footwz{
	float: left ;
	width: 100%;
	background: url('../images/dbtb3.png') no-repeat left top ; 
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	margin-top: 21px;
}

.footcpmc{
	float: left ;
	font-size: 18px;
	color: #fff;
	margin-left: 140px;
}
.footcpmc ul{
	float: left ;
	width: 100%;
}
.footcpmc ul li{
	float: left ;
	line-height: 16px;
	width: 50%;
}
.footcpmc ul li a{
	font-size: 18px;
	color: #fff;
}
.footcpmc ul li ul{
	float: left ;
	width: 100%;
	margin-top: 15px;
}
.footcpmc ul li ul li{
	float: left ;
	width: 100%;
	line-height: 30px;
}
.footcpmc ul li ul li a{
	font-size: 14px;
	color: #fff;
}
.footewm{
	float: right ;
	margin-top: 20px;
	margin-right: 34px;
}
.footewm img{
	width: 100%;
}
.footbq{
	float: left ;
	width: 100%;
	border-top: 1px #fff solid ;
	margin-top: 30px;
	font-size: 14px;
	line-height: 50px;
	text-align: center ;
	color: #fff;
}
.footbq a{
	font-size: 14px;
	color: #fff;
}


.pagination-wrapper1 {
	margin: 20px 0;float:left;
}
.pagination1 {
	height: 34px;
	text-align: center;
}
.pagination1 li {
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	color: #333;
	float: left ;

}
.pagination1 li a {
	float: left;
	display: block;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
	text-decoration: none;
	padding: 0 8px;
}
.pagination1 li a:hover {
	background: #1f96ef;
	color: #fff;
	
}
.pagination1 li.thisclass {
	background: #1f96ef;
	color: #fff;
	height: 28px;
	line-height: 28px;
	padding: 0 8px;
	font-size: 16px;
	border: 1px solid #ccc;
}
.pagination1 li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #971b21;
	color: #fff;
	cursor: default;
}
.footer_nav{
	display: none ;
	background:#30343f;
}
.foot_nav{ width:33%; float:left;text-align:center; line-height: 28px;} 

.foot_nav a{color:#fff;display:block; font-size: 16px;}
.foot_nav a:hover {
	color: #fff;
}

.foot_nav a:hover,.foot_nav a:focus{text-decoration:none;}

.foot_nav span{display:block; padding:3px 0px 0px 0px;}
.foot_nav span img{
	width: 25%;
}

@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}
	.pc{
	display: none ;
}
.fotditu{
	display: none ;
}
.index_main .section2{
	background:#fff;
}
.sj{
	display: block ;
}
.gsjjnr p.sjjjdj{
	display: none ;
}
.gsjjname img{
	width:50%;
}
.gsjjzwnm{
	padding:0px 15px;
	font-size:22px;
}
.gsjjzwnm span{
	font-size:12px;
}
.gsjjnr{
	padding:0px 15px;
}
.gsjjgd{
	margin-left:15px;
	width:25%;
}
.cpzsss span{
	float: left ;
	line-height:25px;
}
.casesj{
	float: left ;
	width: 100%;
	padding:0px 15px;
	display:block;
}
.case{
	display: none ;
}
.casesj ul {width: 100%;margin: 0 auto;}
.casesj>ul li {display: inline-block; width:47%; margin-right: 2%; height:105px;overflow:hidden; margin-bottom:2%;}
.casesj .grid-content {position: relative;overflow: hidden;}
.casesj .grid-content>img {width:100%;display: inline-block;background: #ccc;}
.casesj .grid-content .grid-shade {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(36, 16, 101, 0.5);
	color: #5E5E5E;
	font-size: 20px;
	display: none;
}
.casesj .grid-content .grid-shade .grid-enter {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.casesj .grid-content .grid-shade .grid-enter a {
	color: #fff;
	padding:13px 9px;
	border:1px #fff solid ;
	border-radius:5px;
	font-size:18px;
	text-decoration:none;
	max-height:48px;
	overflow:hidden;
}
.casesj .grid-content .grid-shade .grid-enter>img {width: 28px;vertical-align: top;margin-top: 10px;}
.cpzsmornr{
	width:27%;
}
.news ul li{
	width:47%;
	margin-bottom:2%;
}
.news ul li a .newsimg{
	height:100px;
}
.news ul li a .newnr{
	display:none;
}
.news ul li:first-child{
	margin-left:2%;
}
.news ul li a .newtime{
	margin-top:5%;
}
.news{
	padding:0px 15px;
}
.ewm{
	display: none ;
}
.hzkhnr{
	display: none ;
}
.dblxwm{
	padding:0px 15px;
}
.footcpmc{
	display: none ;
}
.footewm{
	display: none ;
}
.footbq{
	line-height:25px;
}
.footlx{
	margin-left:0px;
}
.foot1{
	padding-top:0px;
	padding-bottom:70px;
}
.dbxf{
	display: none ;
}
.navbar{ margin:0px; border:none;}

      .navbar-default .navbar-brand {color: #fff; font-size: 16px;}

      .navbar-default .navbar-brand:hover,

      .navbar-default .navbar-brand:focus {color: #fff;}

      .navbar-toggle{border:none;}

      .navbar-default .navbar-collapse, .navbar-default .navbar-form{border:none;}

      .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {

        background:none;

      }

      .navbar-default .navbar-toggle .icon-bar{background-color: #fff;}

      .navbar-default .navbar-nav{margin-top: 0px;margin-bottom: 0px;}

      .navbar-default .navbar-nav > li {}

      .navbar-default .navbar-nav > li:last-child{border: none;}

      .navbar-default .navbar-nav > li > a,

      .navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #fff;}

      .navbar-default .navbar-nav > li > a:hover,

       .navbar-default .navbar-nav > li > a:focus,

       .navbar-default .navbar-nav > .active > a, 

       .navbar-default .navbar-nav > .active > a:hover, 

       .navbar-default .navbar-nav > .active > a:focus,

       .navbar-default .navbar-nav > .open > a, 

       .navbar-default .navbar-nav > .open > a:hover, 

       .navbar-default .navbar-nav > .open > a:focus,

       .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{

        background-color:  #800000; color: #fff;}

	.footer_nav{ display: block ;}

}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}