@charset "utf-8";
/* CSS Document */

html, body {
    position: relative;
    height: 100%;
}
a:hover,a:focus{
	color:initial;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: 1;
	background: #de1c65;
}
.swiper-pagination-bullet-active{
	background: #950038;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 57px;
}
header{
	position: fixed;
	top:0;
	z-index: 100;
	width: 100%;
	height: 100px;
}
.header_con{
	height: 100px;
	width:100%;
	max-width: 1200px;
}
.logo{
	display: block;
	float: left;
	width: 74px;
	height: 80px;
	margin-top: 13px;
	margin-left: 10px;
	background: url(../images/logo.png) no-repeat;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	width: 112px;
	color: #009fd3;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: 34px;
	margin-left: 26px;
	overflow: hidden;
}
.nav li a{
	color: #009fd3;
}
.nav li .level1{
	display: block;
	height: 30px;
	line-height: 30px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 12px;
}
.nav li .border_blue,.nav li .level1:hover{
	border-color: #009fd3;
}
.nav li:first-child{
	margin-left: 0;
}
.level2{
	width: 100%;
	margin-top: 5px;
	display: none;
}
.level2 a{
	border-radius: 0;
	border: none;
	float: none;
	display: block;
	position: relative;
	height: 30px;
	border-bottom: 1px solid #009fd3;
	box-sizing: border-box;
	margin-bottom: 2px;
	background: #eee;
	color: #009fd3;;
}
.level2 a:hover,.level2 a.bg_blue{
	background:#009fd3;
	color: #fff;
}
footer{
	position: fixed;
	bottom: 0;
	z-index: 98;
	width: 100%;
	background: rgba(0,0,0,0.2);
}
.footer_con{
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	overflow: hidden;
	font-size: 16px;
}
.footer_list{
	overflow: hidden;
	margin-top: 25px;
}
.footer_box{
	float: left;
	text-align: center;
}
.footer_box a{
	display: inline-block;
	height: 32px;
	line-height: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
}
.footer_box a.phone{
	padding-left: 53px;
	background-image: url(../images/phone_w.png);
}
.footer_box a.email{
	padding-left: 68px;
	background-image: url(../images/email.png);
}
.footer_box a.address{
	padding-left: 52px;
	background-image: url(../images/dingwei.png);
}
.footer_con p{
	text-align: center;
	margin: 15px 0;
}
.footer_con p a{
	padding: 0 6px;
}
.kefu{
	position: fixed;
	z-index: 98;
	right: 0;
	top:50%;
	background: rgba(210,210,210,0.7);
	padding: 20px 0;
	margin-top: -140px;
}
.kefu a{
	display: block;
	width: 66px;
	position: relative;
}
.kefu_img{
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
}
.kefu_icon01{
	background-image: url(../images/kefu_icon01.png);
}
.kefu_icon02{
	background-image: url(../images/kefu_icon02.png);
}
.kefu_icon03{
	background-image: url(../images/kefu_icon03.png);
}
.kefu_icon04{
	background-image: url(../images/kefu_icon04.png);
}
.kefu_icon01:hover{
	background-image: url(../images/kefu_icon01_on.png);
}
.kefu_icon02:hover{
	background-image: url(../images/kefu_icon02_on.png);
}
.kefu_icon03:hover{
	background-image: url(../images/kefu_icon03_on.png);
}
.kefu_icon04:hover{
	background-image: url(../images/kefu_icon04_on.png);
}
.erweima_box{
	padding: 20px;
	background: rgba(210,210,210,0.7);
	position: absolute;
	min-width: 140px;
	right: 66px;
	bottom: 0;
	display: none;
	text-align: center;
}
.kefu a:hover .erweima_box{
	display: block;
}
.navp{
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/navp.png) no-repeat center;
	background-size: 70% 60%;
	float: right;
	margin-right: 10px;
	display: none;
}
.navp_con {
	display:none;
}
.header{
	height: 100px;
	position: relative;
}
.n_header{
	background: #fff;
	box-shadow: 0px 1px 3px #999;
}
.footer{
	position: relative;
	background: #6c8dae;
}
.n_banner,.n_banner img{
	width: 100%;
}
.function{
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 70px auto 0;
}
.title_top{
	font-size: 28px;
	color: #000;
	text-align: center;
	line-height: 32px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.function_body .title_top,.p_bottom{ color:#FFF !important;}
.function_con{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.function_box{
	max-width: 188px;
	display: block;
	border: 1px solid #c0c0c0;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
}
.function_img{
	max-height: 242px;
	overflow: hidden;
	transition: all 0.5s 0s;
}
.function_img img{
	width: 100%;
}
.function_p{
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	background:#fff ;
}
.function_box:hover .function_img{
	transform: scale(1.05);
	transition: all 0.3s 0s;
}
.p_bottom{
	font-size: 20px;
	text-align: center;
	margin-bottom: 70px;
}
.function_bbox{
	padding:0 2px;
	overflow: hidden;
	margin-bottom: 30px;
}


.industry .title_top{
	/*color: #fff;*/
}
.industry{
	padding-top:80px;
	width:100%;
	margin: 0 auto;
	overflow: hidden;

}
.function_body{padding-top: 10px;
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/industry_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;}
.industry_con{
	margin: 0 auto;
	overflow: hidden;
}
.industry_list{
	max-width: 1288px;
	overflow: hidden;
	margin:0 auto 25px;
	text-align: center;
}
.industry_box{
	width: 140px;
	margin: 0 20px;
	text-align: center;
	display: inline-block;
}
.industry_img{
	width: 82px;
	height: 82px;
	border: 6px solid #365d83;
	border-radius: 50%;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	margin: 50px auto 12px;
}
.industry_p{
	font-size: 16px;

}
.industry_icon_01{
	background-image: url(../images/industry_icon_01.png);
}
.industry_icon_02{
	background-image: url(../images/industry_icon_02.png);
}
.industry_icon_03{
	background-image: url(../images/industry_icon_03.png);
}
.industry_icon_04{
	background-image: url(../images/industry_icon_04.png);
}
.industry_icon_05{
	background-image: url(../images/industry_icon_05.png);
}
.industry_icon_06{
	background-image: url(../images/industry_icon_06.png);
}
.industry_icon_07{
	background-image: url(../images/industry_icon_07.png);
}
.industry_icon_08{
	background-image: url(../images/industry_icon_08.png);
}
.industry_icon_09{
	background-image: url(../images/industry_icon_09.png);
}
.industry_icon_10{
	background-image: url(../images/industry_icon_10.png);
}
.industry_icon_11{
	background-image: url(../images/industry_icon_11.png);
}
.industry_icon_12{
	background-image: url(../images/industry_icon_12.png);
}
.industry_icon_13{
	background-image: url(../images/industry_icon_13.png);
}
.industry_icon_14{
	background-image: url(../images/industry_icon_14.png);
}
.industry_box:hover .industry_img{
	transform: rotateY(360deg);
	transition: all 1s 0s;
}
.break{
	height: 44px;
	line-height: 44px;
	background: #f8f8f8;
}
.break_con{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.break_con a:last-child{
	color: #009fd3;
}
.about{
	padding-top: 50px;
}
.tab_top{
	text-align: center;
}
.tab_top a{
	display: inline-block;
	width: 225px;
	height: 50px;
	line-height: 50px;
	margin: 0 4px;
	color: #fff;
	background: #009fd3;
	font-size: 24px;
}
.tab_top a.tab_top_on,.tab_top a:hover{
	width: 235px;
	height: 60px;
	line-height: 60px;
}
.tab_con{
	width: 100%;
	max-width: 1200px;
	margin: 70px auto;
	position: relative;
	overflow: hidden;
}

.wm_bottom{
	font-size: 22px;
	color: #009fd3;
	text-align: center;
	border: 1px solid #009fd3;
	width: 90%;
	max-width: 586px;
	line-height: 86px;
	margin: 60px auto;
}
.jy_bottom{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 90px;
	overflow: hidden;
}
.jy_bottom_con{
	overflow: hidden;
}
.jy_bottom_box{
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
}
.jy_bottom_box img{
	width: 100%;
}
.jy_p{
	position: absolute;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	bottom:0;
	background: rgba(0, 0, 0, 0.74);
}
.service{
	overflow: hidden;
	margin-bottom: 90px;
}
.service_top{
	font-size: 28px;
	color: #000;
	text-align: center;
	line-height: 32px;
	width:100%;
	max-width: 1200px;
	margin: 70px auto 70px;
	text-transform: uppercase;
}
.service_top span{
	font-size: 18px;
}
.service_con{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.service_list{
	overflow: hidden;
}
.service_list a{
	display:block;
	text-align: center;
	font-size: 26px;
}
.service_p{
	margin-top: 15px;
}
.service_list img{
	max-width: 165px;
	width: 100%;
}
.service_list a:hover img{
	transform: rotateY(360deg);
	transition: all 1.2s 0s;
}
.recruit{
	padding-top: 50px;
}
.recruit_p{
	text-align: center;
	font-size: 18px;
	line-height: 48px;
}
.recruit_con{
	padding: 0 10px;
}
.recruit_con textarea{
	display: block;
	width: 100%;
	max-width: 880px;
	min-height: 260px;
	padding: 20px;
	border: 1px solid #d2d2d2;
	font-size: 16px;
	margin: 30px auto ;
}
.recruit_con input{
	width: 155px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	display: block;
	margin: 50px auto;
	background: none;
	font-size: 18px;
	color: #666;
}
.dengji_form{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	font-family: '宋体';
}
.dengji_top{
	text-align: center;
	font-size: 30px;
}
.dengji_con{
	width: 100%;
	max-width: 900px;
	border: 1px solid #000;
	margin: 15px auto 0;
	overflow: hidden;
	box-sizing: border-box;
	background: #000;
}
.dengji_box{
	background: #fff;
	border: 1px solid #000;
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size: 24px;
	padding:0 3px;
	float: left;
}
.dengji_box input{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 24px;
}
.dengji_l11,.dengji_l21,.dengji_l31{
	width: 12%;
}
.dengji_l12,.dengji_l22,.dengji_l42,.dengji_l51,.dengji_l61,.dengji_l71,.dengji_l82,.dengji_l91,.dengji_l101{
	width: 15%;
}
.dengji_l13,.dengji_l23,.dengji_l33{
	width: 10%;
}
.dengji_l14,.dengji_l24{
	width: 16%;
}
.dengji_l15,.dengji_l25{
	width: 10%;
}
.dengji_l16{
	width: 10%;
}
.dengji_l17{
	width: 10%;
}
.dengji_l18{
	width: 17%;
}
.dengji_l26,.dengji_l34,.dengji_l44,.dengji_l53,.dengji_l63,.dengji_l73{
	width: 37%;
}
.dengji_l32{
	width: 41%;
}
.dengji_l41{
	width: 12%;
	height: 272px;
	line-height: 272px;
}
.dengji_l43,.dengji_l52,.dengji_l62,.dengji_l72,.dengji_l83,.dengji_l92,.dengji_l102{
	width: 36%;
}
.dengji_l81{
	width: 12%;
	height: 204px;
	line-height: 204px;
}
.dengji_l84,.dengji_l85,.dengji_l93,.dengji_l94,.dengji_l103,.dengji_l104{
	width: 18.5%;
}
.dengji_l111,.dengji_l121,.dengji_l131{
	width: 27%;
}
.dengji_l112,.dengji_l122,.dengji_l132{
	width: 36%;
}
.dengji_l113,.dengji_l123,.dengji_l133{
	width: 37%;
}
.dengji_l141{
	width: 12%;
	height: 130px;
	line-height: 30px;
	padding: 35px 0;
}
.dengji_l142{
	width: 88%;
	height: 130px;
}
.dengji_box textarea{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 18px;
	resize: none;
}
.dj_p{
	width: 96%;
	max-width: 940px;
	font-size: 12px;
	text-align: center;
	color: #333;
	line-height: 26px;
	margin: 0 auto;
}
input.dj_tijiao{
	display: block;
	width: 166px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	color: #666;
	margin:40px auto 0;
	float: none;
	cursor: pointer;
	background: none;
}

.fujian_c{    display: block;
    width: 100%;
    max-width: 880px;
    font-size: 16px;
    margin: 30px auto;}
.fujian_c_l{ float:left;}
.fujian_table td{ padding-left:10px;}
@media screen and (max-width: 1024px){
	.function_con{
		max-width: 660px;
	}
	.industry_box{
		margin: 0 10px;
	}
	.dengji_box{
		font-size: 18px;
	}
}