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;
}
/*头部咨询栏*/
.navtop{
	height: 38px;
    line-height: 38px;
    background: #ecebe9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.navtop-list{
	width: 1200px;
	margin: 0 auto;
}

.navtop-list ul li{
	height: 38px;
    line-height: 38px;
	float: left;
	margin-right: 46px;
	color: #5d5d5d;
}
.icon-dianhuatianchong{
	font-size: 22px !important;
	margin-right: 8px;
}
.navtop-list-r{
	margin-left: 50px;
	border-left: 1px solid #c5c4c2;
    border-right: 1px solid #c5c4c2;
    padding: 0 16px;
}
.navtop-list-r span{
	margin: 0 4px;
}
.navtop-list-r .iconfont{
	font-size: 18px !important;
}

/*导航*/
.navbar{
	height: 100px;
    line-height: 100px;
    background: rgba(0,0,0,0.74);
    position: fixed;
    top: 38px;
    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;
}
.navbar-top nav a:nth-child(6){
	position: relative;
	box-sizing: border-box;
}
.navbar-top .download-app{
	width: 100px;
	height: 38px;
	border-radius: 5px;
	line-height: 38px;
	border: 1px solid #fff;
	text-align: center;
	box-sizing: border-box;	
}
.navbar-top .download-app-code{
	width: 162px;
	background: #fff;
	border-radius: 2px;
	text-align: center;
	padding-bottom: 16px;
	position: absolute;
	top: 50px;
	border: 1px solid #f3f3f3;
	display: none;
}
.navbar-top .download-app-code img{
	width: 130px;
	padding: 0 16px;
}
.navbar-top .download-app-code p{
	font-size: 12px;
	color: #b5b9bc;
	line-height: 20px;
}
.navbar-top nav a:nth-child(6) .download-app:hover{
	background: #2ba0e8;
	border: #2ba0e8;
	color: #fff;
}
.navbar-top nav a:nth-child(6):hover .download-app-code{
	display: block;
}

/*banner*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 450px;
	background: #fff;
	margin-top: 138px;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
	height: 450px;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 450px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 450px;
}

.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: 100px;
	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: 600px;
	float: left;
	margin-left: 40px;
	/*margin-top: 25px;	*/
}
.profile p{	
	font-size: 14px;
    color: #676666;
    line-height: 25px;
    text-align: justify;
	text-align-last: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;
}
.honor{
	height: 320px;
    padding: 35px 30px;
    background: #fbfdff;
    margin-top: 30px;
    border: 1px dashed #6c96ca;
}
.honor ul li{
    float: left;
    width: 200px;
    margin-right: 21px;
    border: 5px solid #add9ef;
}
.honor ul li img{
	width: 100%;
}
.honor ul li:nth-child(1),.honor ul li:nth-child(2),.honor ul li:nth-child(3),.honor ul li:nth-child(4),.honor ul li:nth-child(5){
	margin-bottom: 20px;
}
.honor ul li:nth-child(5),.honor ul li:nth-child(10){
	margin-right: 0;
}

/*咨询导航*/
.product{
	background: #f7f7f7;
	padding: 0 0 80px 0;
}
.am-container{
	height: 300px;
}
.am-container ul li{
	float: left;
	width: 20%;
}
.am-container ul li img:hover {
	/*width:400px;
	height:200px;*/
	transform:scale(1.16,1.16);
}
.am-container 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 */
}
.am-container ul li span{
	display: block;
	line-height: 60px;
	font-size: 14px;
	color: #333;
}

.am-container ul li p{
	color: #333;
	border-radius: 100px;
	width: 70%;
	border: 1px solid #2ba0e8;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 26px;
}
.am-container ul li p:hover{
	background: #2ba0e8;
	color: #fff;
}
.am-text-center{
	text-align: center;
}

/*联系我们*/
.contact{
	background: #9edaff66;
	padding: 70px 0 
}
.contact-al{
	width: 1200px;
	margin: 0 auto;
	height: 440px;
}
.contact-al-left{
	float: left;
	width: 320px;
	margin-right: 8%;
}

.contact-al-left h1{
	color: #2ba0e8;
	font-size: 36px;
	font-weight: normal;
	line-height: 50px;
	margin: 0;
	padding-top: 25px;
	/*text-align: center;*/
}
.contact-al-left h5{
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	margin: 0 0 4px 0;
	/*text-align: center;*/
}
.contact-al-left p{
	font-size: 12px;
	color: #3c506f;
	line-height: 20px;
	margin-bottom: 30px;
}
/*.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: 780px;
}
.form-lis{
	margin-top: 15px;
	position: relative;
}
.form-lis input,.form-lis select{
    width: 86%;
    height: 45px;
    line-height: 45px;
    border: none;
    border-bottom: 1px solid #b1bbc1;
    background: #fff9;
    padding-left: 20px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 12px;
    color: #757575;
    border-radius: 3px;
    border: 1px solid #bad6ff;
}
.form-lis-b input{
	height: 100px;
	padding-bottom: 50px;
}
.form-lis span{
    color: #0068a9;
    display: inline-block;
    /* position: absolute; */
    top: 17px;
    width: 80px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}
.form-lis span i{
	color: red;
	font-style: normal;
}
.form-lis button{
	/*background: #2b2b2b;*/
	color: #fff;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: none;
	margin-top: 10px;
	border-radius: 5px;
	font-size: 16px;
	letter-spacing: 1px;
	margin-left: 100px;
	background: #2ba0e8;
}

/*联系我们new*/
.contact1{
	height: 500px;

}
.contact1-code p{
	text-align: center;
	color: #5a5a5a;
	padding-top: 36px;
}
.contact1-code p span{
	color: #cdd4d8;
}
.contact1-code img{
	width: 150px;
	margin: 0 auto;
	display: block;
	border: 2px solid #a4dcff;
	border-radius: 10px;
}

/*版权信息*/
.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%;
}
