/*css reset*/
@charset "utf-8";
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family: "微软雅黑";line-height: 1;}
p{text-align: justify;}
ol, ul,dl, li {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
.clear{clear: both;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}





.headed_bar{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/banner.jpg') no-repeat center top;
	opacity: 0;
	transition: all 0.3s;
	z-index: -1;
}

/* index样式 */


.main{
	min-width: 1200px;
	overflow: hidden;
}
.main_width{
	width: 1200px;
	margin: 0 auto;
}

.fott1{
	font-size: 48px;
	color: #ffffff;
	font-weight: normal;
	margin-top: 4%;
	position: relative;
	top: -2000px;
	transition:all 1s; 
	-moz-transition:all 1s; 
	-webkit-transition:all 1s; 
	-o-transition:all 1s; 
	margin-left: 45px;
}
.fott1 p{
	margin-bottom: 10px;
}
.imgg{
	position: relative;
	bottom: -2000px;
	transition:all 1s; 
	-moz-transition:all 1s; 
	-webkit-transition:all 1s; 
	-o-transition:all 1s; 
	margin-left: 45px;
}

.headed_cur .fott1{
	top: 0;
}
.headed_cur .imgg{
	bottom: 0;
}
.gundong_big{
	margin-top: 10px;
	height: 75px;
	margin-left: 30px;
	width: 195px;
	float: left;
	position: relative;
	overflow: hidden;
}
.gundong{
	position: absolute;
	left: 0;
	top: 0;
	/* transition: all 0.2s; */
	

}
.gundong dl p{
	font-size: 12px;
	color: #333333;
	line-height: 25px;
	transition: all 0.3s;
}
.gundong dl p:hover{
	/* transform: scale(1.1, 1.1); */
	 text-decoration: underline;

} 
.gundong dl p a{
	color: #333333;
}
.button{
	float: left;
	top: 55px;
	position: relative;
	height: 24px;
	width: 100px;
	margin-left: 10px;
}
.button span{
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
}
.button span.shang{
	left: 0;
	display: none;
}
.button span.xia{
	left:40px;
}
.headed{
	height: 940px;
	position: relative;
	overflow: hidden;
	max-height: 940px !important;
}
.top{
	border-bottom: 1px solid rgba(255,255,255,0.2);
	line-height: 65px;
	height: 65px;
	position: relative;
	z-index: 1000;
}
.menu{
	float: right;
}
.menu ul li{
	float: left;
	width: 120px;
	line-height: 65px;
	height: 65px;
	text-align: center;
}
.menu ul li:hover,.menu ul li.cur{
	border-bottom: 1px solid #fff;
}
.menu ul.menu_b li:hover,.menu ul.menu_b li.cur{
	border-bottom: 1px solid #000;
}
.menu ul li a{
	display: block;
	font-size: 14px;
	color: #ffffff;
}
.logo{
	float: left;
}
.logo img{
	display:block;
	padding: 20px 0;

}
.sub_nav{
	background: rgba(255,255,255,0.2);
	height: 40px;
	display: none;
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	z-index: 1000;
}
.sub_nav dl{margin:0;padding:0;position:absolute;top:0;left:50%;display:none}.sub_nav dl.dl1{ margin-left: -32px  !important;}.sub_nav dl.dl2{  margin-left: 135px  !important;}.sub_nav dl.dl3{margin-left: 455px!important;width:168px;min-width:168px}.sub_nav .dl5{min-width:252px; margin-left: 294px!important;}
.nimei{
	display: none !important;
}
.sub_nav dl li{
	float: left;
	line-height: 40px;
}
.sub_nav dl li:hover{
	background: rgba(255,255,255,0.2);
}
.sub_nav dl li a{
	font-size: 12px;
	color: #fff;
	display: block;
	padding: 0 18px;
}


.bottom{
	width: 100%;
	height: 136px;
	/* background: rgba(255,255,255,0.9); */
	position: absolute;
	left: 0;
	bottom: 0;
	/* overflow: hidden; */
}
.bg_left{
	position: absolute;
	width: 60%;
	height: 100%;
	right:50%;
	top: 0;
	background: rgba(255,255,255,0.9);
	margin-right: -90px;
	z-index: 99;
}
.bg_right{
	position: absolute;
	width: 50%;
	height: 100%;
	left: 50%;
	top: 0;
	background: rgba(207, 35, 45, 0.9);
	margin-left: 90px;
	z-index: 99;
}
.bottom .main_width{
	position: relative;
	z-index: 100;
}
.bottom .main_width .left{
	width: 690px;
	float: left;
}
.bottom .main_width .right{
	float: right;
	width: 510px;
}
.bottom .tit{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	position: relative;
	padding: 10px 0;
	margin-left: 30px;
}
.bottom .tit .border{
	width: 25px;
	height: 1px;
	background-color: #cf232d;
	position: absolute;
	left: 0;
	bottom: 0;

}
.bottom .tit2{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	position: relative;
	padding: 10px 0;
	margin-bottom: 20px;
	margin-top: 10px;
}
.bottom .tit2 .border{
	width: 25px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;

}
.bottom .list{
	float: left;
	margin: 0 35px;
	position: relative;
}
.bottom .list .phone{font-size: 24px; color: #ffffff;}
.bottom .list .gqdm{font-size: 14px; color: #ffffff;}


.jsnl{
	padding: 60px 0;
}
.jsnl .title{
	font-size: 30px;
	color: #333333;
	text-align: center;
	padding: 10px 0;
}
.jsnl .title_b{
	font-size: 14px;
	color: #333333;
	text-align: center;
	background: url('../images/img_6.png') no-repeat center bottom;
	padding-bottom: 20px;
	margin-bottom: 70px;
}
.jsnl_left{
	width: 360px;
	float: left;
	text-align: center;
}
.jsnl_right{
	width: 815px;
	float: right;
	padding-top: 10px;
}
.jsnl_list li{
	float: left;
	width: 335px;
	margin-right: 70px;
	margin-bottom: 90px;
}
.jsnl_list li .img{
	float: left;
	width: 80px;
	text-align: center;
}
.jsnl_list li .text{
	float: right;
	width: 240px;
	padding-top: 15px;
}
.jsnl_list li h4{
	font-size: 18px;
	color: #333333;
	margin-bottom: 8px;
}
.jsnl_list li h4 font{
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
.jsnl_list li p{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}


.jjfa{
	position: relative;
	background: rgba(0,0,0,0.3);
}
.jjfa .bra_div{
	height: 760px;
	width: 100%;
	transition: all 0.5s;
	position: relative;
	z-index: 100;
}
.jjfa .brasbig{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}
.jjfa .bras{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}
.jjfa .cur1{
	background: url('../images/bar_2.jpg') no-repeat center;
	display: block;
}
.jjfa .cur2{
	background: url('../images/bra_4.jpg') no-repeat center;
}
.jjfa .cur3{
	background: url('../images/bra_5.jpg') no-repeat center;
}
.jjfa .cur4{
	background: url('../images/bra_7.jpg') no-repeat center;
}
.jjfa .title{
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	padding-top: 60px;
}
.jjfa .title_b{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	background: url('../images/boo.png') no-repeat center bottom;
	padding-bottom: 20px;
	margin-bottom: 70px;
}

.jjfa_list{
	padding: 0 20px;
}
.jjfa_list li{
	float: left;
	width: 250px;
	margin: 0 20px;
	height: 400px;
	padding: 0 24px;
	position: relative;
}
.jjfa_list li.list1{ background-color:#66cc52;}
.jjfa_list li.list2{ background-color:#66ccff;}
.jjfa_list li.list3{ background-color:#ff6673;}
.jjfa_list li.list4{ background-color:#6699ff;}


.jjfa_list li .img{
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border-radius: 100%;
	margin-top: 30px;
}
.jjfa_list li.li1 .img{background: url('../images/img_12.png') no-repeat center #66cc52;}
.jjfa_list li.li2 .img{background: url('../images/img_13.png') no-repeat center #66ccff;}
.jjfa_list li.li3 .img{background: url('../images/img_14.png') no-repeat center #ff6673;}
.jjfa_list li.li4 .img{background: url('../images/img_15.png') no-repeat center #6699ff;}

.jjfa_list li.list1 .img{background: url('../images/img_12cur.png') no-repeat center #fff;}
.jjfa_list li.list2 .img{background: url('../images/img_13cur.png') no-repeat center #fff;}
.jjfa_list li.list3 .img{background: url('../images/img_14cur.png') no-repeat center #fff;}
.jjfa_list li.list4 .img{background: url('../images/img_15cur.png') no-repeat center #fff;}
.jjfa_list li h3{
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	padding: 20px 0;
}
.jjfa_list li p{
	font-size: 12px;
	color: #ffffff;
}
.jjfa_list li p.p1{
	padding: 5px 0;
	margin-top: 5px;
}
.jjfa_list li p.p2{
	text-indent: 2em;
	line-height: 20px;
}
.jjfa_list li p.p3{
	padding:11px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 202px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 18px;
}


.uisheji{
	padding: 10px 0;
}
.uisheji .main_width{
	position: relative;
}
.uisheji_left{
	width: 400px;
	text-align: center;
	position: relative;
	margin-left: 85px;
}
.uisheji_left_gif{
	position: absolute;
	width: 283px;
	height: 502px;
	left: 55px;
	top:121px;
	background: rgba(255,0,0,0.5);
	z-index: 1000;
}

.uisheji_right{
	width: 500px;
	position: absolute;
	right: 100px;
	top: 0;
	height: 100%;
}
.uisheji_right .table{
	height: 100%;
	width: 100%;
}
.uisheji_right .table td{
	vertical-align: middle;
}
.uisheji_right h4{
	font-size: 30px;
	color: #333333;
	margin-bottom: 20px;
}
.uisheji_right h4 font{
	color: #000;
	font-size: 18px;
	font-weight: normal;
}
.uisheji_right p{
	font-size: 14px;
	color: #000000;
	line-height: 25px;

}



.numdiv{
	background: url('../images/bar_3.jpg') center no-repeat;
	height: 600px;
	width: 100%;
}

.numdiv_list{
	position: relative;
	transition: all 0.5s 0.8s;
	-webkit-transition:all 0.5s 0.8s;
	padding-top: 60px;
	}
.numdiv_list li{
	float:left;
	width:25%;
	text-align:center;
	position: relative;
	transition: all 0.5s;
	padding:50px 0;
	}
/* .numdiv_list li:hover b,.ppfw_num li:hover font{
	color: #c02129;
} */
/* .numdiv_list li:hover{
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
 */

/* 
@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(-20%);
	}
	100% {
		transform: translateY(0%);
	}
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(-20%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
} */

.numdiv_list li span{
	position:relative;
	display:inline-block;
	padding:0 20px;
	}
.numdiv_list li b{
	/* font-size:110px; */
	font-size:65px;
	color:#ffffff;
	font-weight:normal;
	display: inline-block;
	height: 80px;
	line-height: 80px;
	/* font-family: 'DIN Condensed'; */
	}
.numdiv_list li p{
	font-size:14px;
	color:#ffffff;
	text-align:center;
	margin-top: 45px;
	}
.numdiv_list li font{
	font-size:48px;
	color:#ffffff;
	position:absolute;
	top:0px;
	right:-10px;
	line-height: normal;
	}
.about .numdiv_list li p{
	font-size:14px;
	color:#ffffff;
	text-align:center;
	margin-top: 35px;
	}

.about .numdiv_list li b{
	font-size:75px;
}


.numdiv_listimg{
	margin-top: 73px;
	text-align: center;
}
.numdiv_listimg li{
	/* float: left; */
	/* width: 186px; */
	/* height: 90px; */
	display: inline-block;
	width: 130px;
	height: 63px;
	position: relative;
	margin-left: 12px;
	border: 1px solid rgba(255,255,255,0.9);
}
.numdiv_listimg li img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 0.3s;
}
.numdiv_listimg li .img2{
	opacity: 0;
}
.numdiv_listimg li:hover .img1{
	opacity: 0;
}
.numdiv_listimg li:hover .img2{
	opacity: 1;
}


.foot{
	padding: 24px 0 24px 0;
	background-color: #fff;
}
.foot_left{
	float: left;
}
.foot_right{
	float: right;
	padding-top: 15px;
}

.footo{
	font-size: 12px;
	color: #666666;
	line-height: 31px;
}
.footo img{
	display: inline-block;
	margin-right: 10px;
}
.footnav{
	margin-top: 28px;
	height: 15px;
}
.footnav li{
	float: left;
	padding: 0 10px;
	line-height: 15px;
	border-right: 1px solid #d2d2d2;
}
.footnav li.last{
	border-right: none;
}
.footnav li a{
	font-size: 12px;
	color: #333333;
}
.footnav li a:hover{
	text-decoration: underline;
}

.foot_right p{
	text-align: right;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.foot_right p img{
	position: relative;
	top: 1px;
}




/* 产品样式 */

.aboutbg{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 750px;
    background: url('../images/bacg.jpg') no-repeat center;
    /* opacity: 0; */
}
.chanpinhbg{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 940px;
    /* background: url('../images/cpbanner.jpg') no-repeat center; */

}
.chanpinhbg_bra{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    height: 100%;
	background: url('../images/cpbanner.jpg') no-repeat center;
	opacity: 0;
}


.chanpinhbg_zi{
	position: fixed;
    top: 236px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* z-index: -1; */
    width: 792px;
}

.chlist .main_width{
	width:90%;
	max-width: 1400px;
}
.cp_headed{
	height:720px;
}

.chlist{
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
}
.chlist_bb{
	background-color: #ededed;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 220px;
}

.chlist_list dl{
	position: relative;
}
.chlist_list li{
	width: 50%;
	position: relative;
	float: left;
	overflow: hidden;
}

.chlist_list{}
.chlist_list li.text{
	background-color: #fff;
}
.chlist_list li.img{
}
.chlist_list li.text .bg{
	opacity: 0;
	width: 100%;
}
.chlist_list li.img .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 2.5rem;
}


.chlist_list li.text .content{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	max-width: 440px;
	height: 150px;
}
.chlist_list li.text .content h4{
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}
.chlist_list li.text .content p{
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}


.chlist_list li.img .content{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80%;
	max-width: 440px;
	height: 150px;
}
.chlist_list li.img .content h4{
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.chlist_list li.img .content p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.chlist_list li.img .bg{
	transition:all 0.5s ease-out; 
	-moz-transition:all 0.5s ease-out;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	width: 100%;
}

.chlist_list li.img .cover .border-hor {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width:85%;
    height: 80%;
    transition: all 1s;
    -webkit-transition: all 0.5s;
}
.chlist_list li.img:hover .border-hor{
	    transform: scale(1,1);
       -webkit-transform: scale(1,1);
}
.chlist_list li.img .cover .border-ver {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width:85%;
    height: 80%;
    transition: all 1s;
    -webkit-transition: all 0.5s;
}
.chlist_list li.img:hover .border-ver{
	    transform: scale(1,1);
       -webkit-transform: scale(1,1);
}



.chlist_list li.img:hover .bg{
			transform:scale(1.1);
		-ms-transform:scale(1.1);
		-webkit-transform:scale(1.1);
		-o-transform:scale(1.1);
		-moz-transform:scale(1.1);
}
.chlist_list li.img:hover .cover{
	opacity: 1;
}


/* .ab_headed{
	height: 330px;
} */

.about .main_width{
	width: 95%;
	max-width: 1400px;
	background: rgba(190,36,46,0.9);
	padding-top: 90px;
	min-width: 1100px;
}


.about .numdiv_list{
	margin: 0 auto;
	max-width: 1200px;
	width: 97%;
}



.about_xinxi{
	background: url('../images/ab_2.jpg') no-repeat center;
	height: 768px;
}
.about_xinxi .title{
	font-size: 30px;
	color: #333333;
	text-align: center;
	padding-bottom: 15px;
	padding-top:95px;
}
.about_xinxi .title_b{
	font-size: 14px;
	color: #333333;
	text-align: center;
	background: url('../images/img_6.png') no-repeat center bottom;
	padding-bottom: 20px;
	margin-bottom: 65px;
}

.about_xinxi_list{
	padding: 0 15px;
}
.about_xinxi_list li{
	float: left;
	width: 340px;
	margin-right: 75px;
	margin-bottom: 85px;
}
.about_xinxi_list li.last{
	margin-right: 0;
}
.about_xinxi_list li .img{
	float: left;
	width: 72px;
}
.about_xinxi_list li .text{
	float: right;
	width: 240px;
	padding-top: 10px;
}
.about_xinxi_list li h4{
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.about_xinxi_list li p{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
}

.about_div{
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 2.5%;
}
.about_div_left{
	float: left;
	width: 425px;
	margin-left: 70px;
}
.about_div_right{
	float: left;
	width: 535px;
	margin-left: 60px;
}
.about_div_right h4{
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 30px;
}
.about_div_right p{
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}
.about_div_right .bo{
	width: 40px;
	height: 4px;
	background-color: #ffffff;
	margin-left: auto;
	margin-top: 40px;
}

.section6{
	background-image:url(../images/img_43.jpg);
	background-size:100%  100%;
	padding: 40px 0;
	}


.section6_div{
	max-width:1440px;
	margin:0 auto;
	padding-top:5%;
	}
.section6_div_left{
	float:left;
	width:625px;
	}
.section6_div_right{
	float:right;
	width:420px;
	background-color:#c02129;
	position:relative;
	margin-top:60px;
	}

.section6_div_left .tit h3{
	font-size:65px;
	color:#FFFFFF;
	margin-top: 10px;
	}
.section6_div_left .tit .h3{
	font-size:30px;
	color:#FFFFFF;
	font-weight:normal;
	margin:10px 0;
	}
.section6_div_left .tit h5{
	font-size:76px;
	color:#FFFFFF;

	}
.section6_div_left .tit p{
	font-size:14px;
	color:#ffffff;
	line-height:1.6rem;
	}
.liuyan{
	margin-top:5%;
	}
.liuyan div{
	width:46.5%;
	margin-bottom:16px;
	/*display:-moz-box;display:-webkit-box;display:box;*/
	}
.liuyan div span{
	font-size:16px;
	color:#FFFFFF;
	line-height:38px;
	display: inline-block;
	vertical-align: top;
	}
.liuyan div .text1{
	height:38px;
	line-height:38px;
	background-color:#FFFFFF;
	border-radius:5px;
	padding:0 2%;
	/*display:block;*/
	font-size:1rem;
	width: 232px;
	/*-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;*/
	}
.liuyan div.last{
	width:100%;
	float: left;
	}
.liuyan div .textarea1{
	height:10rem;
	line-height:38px;
	background-color:#FFFFFF;
	border-radius:5px;
	padding:0 2%;
	/*display:block;*/
	font-size:1rem;
	width: 567px;
	/*-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;*/
	}
.f-left{
	float: left;
}
.f-right{
	float: right;
}


.liuyan .buttons{
	display:block;
	width:100%;
	display: -moz-block;
    display: -webkit-block;
    padding-right: 20px;
	}
.buttons input{
	float:right;
	font-size:16px;
	color:#999999;
	height:45px;
	line-height:45px;
	width:80px;
	background:none;
	border:none;
	cursor: pointer;
	} 
.buttons input.sub{
	background-color:#c02129;
	color:#FFFFFF;
	width:115px;
	border-radius:20px;
	position: relative;
	top: -3px;
	box-shadow: 0px 3px 0px rgba(0,0,0,0.8);
	transition: all 0.1s;
	/* border: 1px solid #c02129; */
	}
.buttons input.sub:hover{
    /* border: 1px solid #c02129; */
    color: #c02129;
    background: #fff;
}

.buttons input.sub:active{
	top: 0px;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.8);
}

.section6_div_right .join{
	display:block;
	border-radius:30px;
	width:69%;
	height:46px;
	position:absolute;
	left:17%;
	bottom:11.7%;
	}
.section6_div_right .join:hover{
	background:rgba(192,33,41,0.1);
	}
.section6_div_right .emai{
	font-size:14px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:0;
	width:100%;
	bottom:4.5%;
	}


.about_bo{
	padding:55px 0;
	background-color: #393d40;
}
.about_bo_do{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	height: 250px;
	position: relative;
}

.about_bo_do .tt{
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #666666;
	text-align: center;
}
.about_bo_do .tt dl{
	width: 65px;
	margin: 0  80px;
	display: inline-block;
	position: relative;
	height: 50px;
	cursor: pointer;
}
.about_bo_do .tt dl p{
	text-align: center;
	color: #fff;
}
.about_bo_do .tt dl span{
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #fff;
}
.about_bo_do .tt dl span b{
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	position: absolute;
	left: -4px;
	top: -4px;
	background: rgba(255,255,255,0.3);
	opacity: 0;
}
.about_bo_do .tt dl.cur span b{
   opacity: 1;

}
.about_bo_tab{
	margin-top: 50px;
	height: 150px;
	width: 3300px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about_bo_tab .div{
   float: left;
   width: 1100px;
}
.about_bo_tab_left{
	width: 590px;
	margin-left: 25px;
	float: left;
}
.about_bo_tab_right{
	float: right;
	width: 450px;
	height: 150px;
}
.about_bo_tab_left p{
	font-size: 14px;
	color: #ffffff;
	line-height: 21px;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.about_bo_tab_left p.last{
	width: 100%;
}
.about_bo_tab_left .span1{
	display: inline-block;
}
.about_bo_tab_left .span1 img{}
.about_bo_tab_left .span2{
	display: inline-block;
	vertical-align: top;
}






.swiper_Mycontainer{ position:relative; margin:0 auto; }
.swiper_Mywrapper{ margin:0 auto; padding:0; overflow:hidden;}
.swiper_Myslide{ margin:0 auto; padding:0;position:relative; overflow:hidden;}
.swiper_Myslide li{float:left;position:relative;overflow:hidden;}
.swiper_Myslide li img{ width:100%;}
.clear2:after{ content: ""; clear: both; display: block;}
.swiper_buttton{ position:absolute;top:50%; margin-top:-15px; cursor:pointer; text-align:center; max-width:5%; display:none;}
.swiper_but_prev{ left:2%;}
.swiper_but_next{ right:2%;}
.swiper_Mycontainer:hover .swiper_buttton{ display:block;}
.uldian{ position:absolute; left:0; width:100%; text-align:center; bottom:2%; display: none;}
.uldian li{ height:10px; width:10px; border-radius:100px; background-color:#000; display:inline-block; margin:0 5px;
 cursor:pointer;}
.uldian li.cur{ background-color:#f00;} 




/* .fixed{
    position: fixed;
    top: 30%;
    right: 5px;
    bottom: 0;
    margin: auto;
    z-index: 3;
    //transform:scale(0.66);
    //-webkit-transform:scale(0.66);
    //-moz-transform:scale(0.66);
    //-ms-transform:scale(0.66);
    z-index: 10000;
}
.fixed .server{
      display: inline-block;
      width: 132px;
      height: 238px;
      background-image: url(../images/server.png);
      background-size: 100% 100%;
    }
.fixed .close{
      display: inline-block;
      width: 13px;
      height: 13px;
      float: right;
      margin-right: 8px;
    }
.fixed .qq{
      display:inline-block;
      height: 30px;
      width: 100px;
      margin-top: 170px;
      margin-right: -5px;
    }
.fixed .top{
      display: block;
      margin: auto;
      width: 36px;
      height: 65px;
      background-image: url(../images/to_top.png);
      background-size: 100% 100%;
      margin-top: -17px;
      transition: opacity 0.5s;
      opacity: 0;
      cursor: auto;
    }
.fixed .top-active{
      cursor: pointer;
      opacity:1;
}
 */

.erweima{
	position: relative;
}
.erweima_div{
	width: 100px;
	height: 105px;
	position: absolute;
	left: -37px;
	top: -110px;
	display: none;
}
.erweima:hover .erweima_div{
	display: block;
}


.footnav .first{
	padding-left: 0;
}



#bannerimg{
	display: none;
}




.fk-footer{
	text-align: center;
	    font-size: 12px;
	    font-family: 'Microsoft YaHei',"Helvetica Neue",Helvetica,Arial,sans-serif;
		padding-bottom:30px;
}
.fk-footer .footer-l {
    text-align: left;
    padding-left: 10px;
}
.fk-footer .footer-r{
    text-align: right;
    padding-right: 10px;
}
.fk-footer .footer-l i {
    font-style: normal;
    font-size: 20px;
    margin: 0 10px;
}
.fk-footer .footer-l .link {
    margin-top: 32px;
}

.home-face, .product-face {
    visibility: hidden;
}
.fk-footer .footer-r div:nth-child(2) {
    margin-top: 13px;
    margin-bottom: 10px;
}
.fk-footer .footer-r {
    text-align: right;
    padding-right: 10px;
}

.fk-footer .footer-l, .fk-footer .footer-r {
    display: inline-block;
    width: 600px;
    vertical-align: top;
    margin-top: 29px;
    box-sizing: border-box;
}
.link a{color: #333;}
.fk-footer .footer-l .link a+a {
    margin-left: 15px;
    padding-left: 10px;
    border-left: 2px solid #e2e2e2;
}

.fk-footer {
    text-align: center;
    height: 123px;
    border-top: 1px solid #e6e6e6;
	background: #f5f5f5;
}
.flogo{
	display: inline-block;
	font-size: 12px;
    color: #666666;
    line-height: 20px;
}
.fk-footer .footer-r img {
    margin-right: 10px;
}
.fk-footer .footer-l img, .fk-footer .footer-r img {
    vertical-align: bottom;
}
.flogo img{
	display: inline-block;
	margin-right: 10px;
}
.fk-footer .footer-r i {
    font-style: normal;
    margin: 0 10px;
}




.gundong_big{
	margin-left: 0;
	padding-left: 30px;
	width: 225px;
}
.gundong{
	left: 30px;
}

.gundong dl.cur{
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.05, 1.05);
	}
	100% {
		transform: scale(1, 1);
	}
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.05, 1.05);
	}
	100% {
		-webkit-transform: scale(1, 1);
	}
}





/* 2018-01-23 */

.cp_headed_aa{
	/* height: 100px; */
}
.xq_div_content{
	width: 100%;
	margin: 50px auto;
}

.top{

}
.menu .menu_b li a{
	color: #333333;
}
/* .sub_nav_bar dl li a{
	color: #333333;
} */
.sub_nav_bar{
	background: rgba(0,0,0,0.4);
}


.xq_div_content_diva h3{
	font-size: 30px;
	color: #221d1d;
	padding-top: 10px;
}
.xq_div_content_diva .fonta{
	font-size: 14px;
	color: #999999;
	line-height: 60px;
	border-bottom: 1px solid #dddddd;
	width: 680px;
}
.xq_div_content_diva .fonta span{
	display: inline-block;
	margin-right: 50px;
}
.xq_div_content_diva .img{
	margin-top: 40px;
}
.p_block{
color:black;
}








