﻿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);
	}
}
.sj{
	display: none;;
}

.slide{
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	position: relative ;
}
.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;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,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: #fff;
	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: #fff;
	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/2.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url('../images/3.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}
.index_main .section4{
	width: 100%;
	height: 100%;
	background: url('../images/4.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}
.index_main .section5{
	width: 100%;
	height: 100%;
	background: url('../images/5.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: #00aff0;
}
.gsjjzwnm span{
	margin-left:15px;
	font-size:18px;
}
.gsjjnr{
	float: left ;
	width: 100%;
	margin-top:3%;
	font-size:16px;
	color: #fff;
	line-height:25px;
	text-indent: 2em;
}
.gsjjgd{
	float: left ;
	width: 7%;
	text-transform: uppercase ;
	margin-top:2%;
	line-height:20px;
	border-bottom:3px #00aff0 solid ;
}
.gsjjgd a{
	font-size:14px;
	color: #fff;
	text-decoration: none ;
}
.gsjjxtb{
	float: left ;
	width: 100%;
	background:url('../images/gsjjxtbj.png') no-repeat center center ; 
	margin-top:6%;
}
.gsjjxtbnr{
	float: left ;
	width: 100%;
}
.gsjjxtbnr ul li{
	float: left ;
	width: 8%;
}
.gsjjxtbnr ul li a{
	float: left ;
	width: 100%;
}
.gsjjxtbnr ul li.tbjl{
	float: left ;
	margin-left:11%;
	margin-top:2%;
}
.gsjjxtbnr ul li.tbj2{
	float: left ;
	margin-left:16%;
	margin-top:-3%;
}
.gsjjxtbnr ul li.tbj3{
	float: left ;
	margin-left:15.5%;
	margin-top:3%;
}
.gsjjxtbnr ul li.tbj4{
	float: right;
	margin-right:10%;
	margin-top:-2%;
}

.gsjjxtbnr ul li a .ryzz{
	float: left ;
	width: 100%;
	text-align: center ;
}
.gsjjxtbnr ul li a .ryzz img{
	text-align: center ;
	margin: auto;
	max-width:57px;
}
.gsjjxtbnr ul li a .ryzzname{
	float: left ;
	width: 100%;
	font-size:16px;
	color: #fff;
	text-align: center ;
	margin-top:50%;
}
/*********新闻*****/
.cpzsnr{
	float: left ;
	width: 100%;
	margin-top:4%;
}
#marquee1{width:100%;height:227px;overflow:hidden;}

#marquee1 ul li{float:left; margin-left:1%; width:289px; background:#fff;border-radius:10px;}
#marquee1 ul li a{
	float: left ;
	width: 100%;
}
#marquee1 ul li a .cpzsimg{
	float: left ;
	width: 100%;
	border-radius:10px;
}
#marquee1 ul li a .cpzsimg img{
	width:100%;
	border-radius:10px;
}
#marquee1 ul li a .cpzsname{
	float: left ;
	width: 100%;
	text-align: center ;
	line-height: 35px;
	background:#c3c3c3;
	color: #000;
	border-radius:0px 0px 10px 10px;
	font-size:16px;
}
#marquee1 ul li a:hover .cpzsname{
	background:#04b5e7;
	color: #fff;
}
.cpzsmor{
	float: left ;
	width: 100%;
	margin-top:2%;
}
.cpzsmornr{
	width: 7%;
	margin:auto;
	text-align: center ;
	border-bottom:3px #04b5e7 solid ;
	line-height:20px;
}
.cpzsmornr a{
	font-size:14px;
	color: #fff;
	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%;
	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: #fff;
	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: #b2b2b2;
	font-size:14px;
	margin-top:2%;
}
.news ul li a .newtime{
	float: left ;
	width: 100%;
	margin-top:10%;
	font-size:12px;
	color: #04b5e7;
}
/*****合作****/
.lxwmht{
	float: left ;
	width:14%;
	border-bottom:6px #fff solid ;
	margin-top:10%;
}
.lxwm{
	float: left ;
	width: 50%;
}
.lxwm ul{
	float: left ;
	width: 100%;
}
.lxwm ul li{
	float: left ;
	width: 100%;
	margin-top:5%;
}
.lxwm ul li .liwmimg{
	float: left ;
	max-width:30px;
	width: 5%;
}
.lxwm ul li .liwmname{
	float: left ;
	width: 93%;
	margin-left:2%;
	font-size:16px;
	color: #fff;
	line-height:31px;
}
.gsjjgd1{
	float: left ;
	width:14%;
	text-transform: uppercase ;
	margin-top:2%;
	line-height:20px;
	border-bottom:3px #00aff0 solid ;
}
.gsjjgd1 a{
	font-size:14px;
	color: #fff;
	text-decoration: none ;
}
.lxwmditu{
	float: left ;
	width: 47%;
	border:5px #fff solid ;
	border-radius:10px;
	overflow:hidden;
	height:356px;
}
.lxwmditu img{
	width: 100%;
	border-radius:10px;
}
.foot{
	position:absolute;
	bottom:0px;
	background:rgba(0,0,0,0.4);
	line-height:50px;
	text-align: center ;
	font-size:14px;
	width:100%;
	color: #fff;
}
.foot a{
	font-size:14px;
	color: #fff;
	text-decoration: none ;
}
.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;

}
.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%;
}
.sjcpzs{
	display: none ;
}


@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;
	}
.index_main .section2{
	width: 100%;
	height: 100%;
	background: url('../images/sj2.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: url('../images/sj3.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}
.index_main .section4{
	width: 100%;
	height: 100%;
	background: url('../images/sj4.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}
.index_main .section5{
	width: 100%;
	height: 100%;
	background: url('../images/sj5.jpg') no-repeat;
	background-size: 100% 100%;
	float: left ;
}

.pc{
	display: none ;
}
.sj{
	display: block ;
}
.gsjjxtb{
	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%;
}
.cpzsmornr{
	width:25%;
}
.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%;
}
.lxwmditu{
	display: none ;
}
.lxwm{
	width:100%;
	padding:0px 15px;
}
.lxwm ul li .liwmname{
	margin-left:5%;
	width:89%;
}
.gsjjgd1{
	width:25%;
}
.foot{
	line-height:25px;
}
.footcpmc{
	display: none ;
}
.footewm{
	display: none ;
}
.footbq{
	line-height:25px;
}
.footlx{
	margin-left:0px;
}
.foot1{
	padding-top:0px;
	padding-bottom:70px;
}
.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){
	
}