a{
	text-decoration: none;
}

body,ul,li,p,img{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.tit h1{
	color: #2ba0e8;
	font-size: 36px;
	font-weight: normal;
	line-height: 50px;
	margin: 0;
	padding-top: 85px;
	text-align: center;
}
.tit h5{
	color: #000;
	font-size: 22px;
	font-weight: normal;
	line-height: 35px;
	margin: 0 0 40px 0;
	text-align: center;
}

/*导航*/
.navbar{
	height: 100px;
    line-height: 100px;
    background: rgba(0,0,0,0.74);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
}
.navbar-top{
	width: 1200px;
	margin: 0 auto;
}
.navbar-top img{
	float: left;
	margin-top: 13px;

}
.navbar-top nav{
	float: right;
}
.navbar-top nav a{
	display: inline-block;
	color: #d2d2d2;
	width: 100px;
	margin-left: 20px;
}
.navbar-top nav a:hover{
	color: #2ba0e8;
}

/*banner*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 650px;
	background: #fff;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
	height: 650px;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 650px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 650px;
}

.fullSlide .bd li h3 {
	font-size: 40px;
	color: #383838;
	margin-top: 25px;
}

.fullSlide .bd .bg_logo{
	padding-top: 100px;
	width: 350px;
	margin:0 auto;
}

.fullSlide .bd .jieshao{
	font-size: 20px;
	color: #343434;
	margin-top: 20px;
}

.fullSlide .bd .jieshao span{
	color: #f5871a;
}

.fullSlide .bd ul li:nth-child(1) {
	background: url(../images/banner01.jpg) center center no-repeat; 
	position: absolute; 
	width: 1920px; 
	left: 0px; 
	top: 0px; 
	display: list-item;
}

.fullSlide .bd ul li:nth-child(2) {
	background: url(../images/banner02.jpg) center center no-repeat; 
	position: absolute; 
	width: 1920px; 
	left: 0px; 
	top: 0px; 
	display: none;
}

.fullSlide .hd {
	width: 100%;
	position: relative;
	z-index: 3;
	bottom: 50px;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 42px;
	height: 8px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
	border-radius: 100px;
	margin-bottom: 12px;
}

.fullSlide .hd ul .on {
	background: #f5a61a;
}

.fullSlide .prev,.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 230px;
	margin-top: 100px;
	left: 5%;
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	z-index: 1;
	width: 40px;
	height: 40px;
	background:rgba(0, 0, 0, 0.72);
	border-radius: 100px;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.fullSlide .next {
	left: auto;
	right: 5%;
	background-position: -6px -137px;
}

.fullSlide .click {
	width: 320px;
    height: 45px;
    line-height: 45px;
    background: #f5a61a;
    color: #ffffff;
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 300px;
    margin-left: -150px;
    text-align: center;
    cursor: pointer;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px
}
.fullSlide .click:hover{
	background: #f5871a;
}


/*公司简介*/
.profile{
	text-align: center;
	padding-bottom: 80px;
}
.profile-content{
	height: 275px;
}
.profile img{
	float: left;
}
.profile-words{
	width: 470px;
	float: left;
	margin-left: 50px;
	margin-top: 25px;	
}
.profile p{	
    font-size: 16px;    
    color: #676666;
    line-height: 34px;
    text-align: left; 
}
.profile-btn{
	margin-top: 70px;
	width: 150px;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	color: #999;
	letter-spacing: 1px;
}
.profile-btn a{
	display: block;
	color: #999;
}
.profile-btn a:hover{
	background: #2ba0e8;
	color: #fff;
	border-color: #2ba0e8;
}


/*产品中心*/
.product{
	background: #f7f7f7;
	padding: 0 0 80px 0;
}
.product-content{
	height: 222px;
}
.product-content ul li{
	width: 400px;
	height: 222px;
	float: left;
	position: relative;
	overflow:hidden;
}
.product-content ul li img{
	width: 100%;
}

.product-content ul li img:hover {
	/*width:400px;
	height:200px;*/
	transform:scale(1.08,1.08);
}
.product-content ul li img {
	transition:all 0.5s ease-out;
	/* 过度 所有css属性 1秒过度 结束慢*/
	-moz-transition:all 0.5s ease-out;
	/* Firefox 4 */
	-webkit-transition:all 0.5s ease-out;
	/* Safari 和 Chrome */
	-o-transition:all 0.5s ease-out;
	/* Opera */
}
.product-content ul li p{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #000000b3;
	text-align: center;
	color: #fff;

}

/*联系我们*/
.contact{
	background: #4499ce1c;
	padding: 70px 0 
}
.contact-al{
	width: 1200px;
	margin: 0 auto;
	height: 400px;
}
.contact-al-left{
	float: left;
	width: 320px;
	margin-right: 10%;
}

.contact-al-left h1{
	color: #2ba0e8;
	font-size: 36px;
	font-weight: normal;
	line-height: 50px;
	margin: 0;
	padding-top: 35px;
	/*text-align: center;*/
}
.contact-al-left h5{
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	margin: 0 0 40px 0;
	/*text-align: center;*/
}
/*.contact-al-left h3{
	font-size: 66px;
	color: #333;
	font-weight: 400;
}
.contact-al-left p{
	font-size: 16px;
	color: #999;
}*/
.contact-al-left-p{
	margin-top: 50px;
}
.contact-al-left-p p{
	line-height: 48px !important;
	color: #333 !important;
}
.contact-al-right{
	float: left;
	width: 760px;
}
.form-lis{
	margin-top: 15px;
	position: relative;
}
.form-lis input{
	width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #b1bbc1;
    background: #eaf4fa;
    padding-left: 20px;
    box-sizing: border-box;
}
.form-lis-b input{
	height: 100px;
	padding-bottom: 50px;
}
.form-lis span{
	color: red;
	display: inline-block;
	position: absolute;
	top: 17px;
}
.form-lis button{
	/*background: #2b2b2b;*/
	color: #fff;
	width: 300px;
	height: 50px;
	line-height: 50px;
	border: none;
	margin-top: 10px;
	border-radius: 5px;
	font-size: 14px;
	letter-spacing: 1px;
	background: -webkit-linear-gradient(right,#9d9afc,#2ba0e8);
	background: -o-linear-gradient(right,#9d9afc,#2ba0e8);
	background: -moz-linear-gradient(right,#9d9afc,#2ba0e8);
	background: -mos-linear-gradient(right,#9d9afc,#2ba0e8);
	background: linear-gradient(right,#9d9afc,#2ba0e8);
}

/*版权信息*/
.copyright {
    background: #404040;
    text-align: center;
    font-size: 13px;
    color: #f7f7f7;
    line-height: 50px;
}
.copyright a{
	color: #f7f7f7;
}


/*-----------------公司简介-------------------*/
/*banner*/
.contact-banner{
	height: 400px;
	background: url(../images/contact.jpg) center;
}

/*公司简介*/
.profile-words1{
    width: 550px;
    float: left;
    margin-left: 50px;
    /*margin-top: 5px;*/
}


/*-----------------产品中心-------------------*/
/*banner*/
.product1-banner{
	height: 400px;
	background: url(../images/product.jpg) center;
}

/*产品中心*/
.product1-words{
	margin: 60px 0;
}
.product1-words .line{
    border-bottom: 1px dashed #e4e4e4;
}
.product1-tit{
    font-size: 18px;
    font-weight: bold;
    color: #0065a2;
    background: #cbebff;
    padding: 10px;
}
.product1-lis {
    margin-top: 15px;
}
.product1-lis h6{
	margin: 30px 0 0 20px;
	font-size: 16px;
	color: #616161;
}
.product1-lis h6 span{
	font-size: 14px;
	color: #0065a2;
}
.product1-lis p{
	color: #676767;
    margin: 15px 0 20px 20px;
    line-height: 34px;
}

/*流程*/
.product1-lc {
	margin-top: 100px;
	margin-bottom: 30px;
}
.product1-lc img{
	width: 100%;
}
