@charset "utf-8";
/* CSS Document */
#cont{
	width:100%;
}
.cont_1{
	height:112px;
	background-color:#f3f3f3;
	text-align:center;
}
.cont_1 ul li{
	display:inline-block;
	width:9.09%;
	height:112px;
	float:left;
}
.cont_1 ul li:hover{
	background-color:#4fa9f7;
}
.cont_1_img{
	height:54px;
	overflow:hidden;
	text-align:center;
	margin-top:16px;
	position:relative;
}
.cont_1_img_01{
	width:100%;
	height:54px;
	position:absolute;
	z-index:99;
	top:0;
	left:0;
	text-align:center;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
}
.cont_1 ul li:hover .cont_1_img_01{
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-o-transform:rotateY(180deg);
	transform:rotateY(180deg);
	opacity:0;
	visibility:hidden;
}
.cont_1_img_02{
	width:100%;
	height:54px;
	position:absolute;
	z-index:99;
	top:0;
	left:0;
	text-align:center;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
	opacity:0;
	visibility:hidden;
}
.cont_1 ul li:hover .cont_1_img_02{
	-webkit-transform:rotateY(-180deg);
	-moz-transform:rotateY(-180deg);
	-o-transform:rotateY(-180deg);
	transform:rotateY(-180deg);
	opacity:1;
	visibility: visible;
}
.cont_1_tt{
	padding-top:10px;
	text-align:center;
	font-size:16px;
	color:#5b5b5b;
}
.cont_1 ul li:hover .cont_1_tt{
	color:#ffffff;
}
.cont_2{
	padding:80px 0;
	width:1200px;
	margin:0 auto;
}
.cont_2_left{
	width:758px;
	float:left;
}
.xinwen_1{
	height:49px;
}
.xinwen_1_left{
	width:550px;
	float:left;
}
.xinwen_1_left ul li{
	float:left;
	margin-right:3px;
}
.xinwen_1_left ul li a{
	width:136px;
	height:49px;
	display:block;
	background-color:#f0f0f0;
	text-align:center;
	line-height:49px;
	font-size:20px;
	color:#2c2c2c;
}
.xinwen_1_left ul li .xinwen_1_left_on{
	background-color:#16b1ea;
	color:#ffffff;
}
.xinwen_1_right{
	width:50px;
	float:right;
	height:49px;
	line-height:49px;
}
.xinwen_1_right a{
	font-size:16px;
	color:#a9a9a9;
}
.xinwen_2{
	padding:23px 0;
}
.xinwen_2_left{
	width:400px;
	float:left;
}
.xinwen_2_left_1{
	padding-bottom:5px;
	height:181px;
	font-size:12px;
	color:#757575;
	line-height:24px;
}
.xinwen_2_left_1 a{
	font-size:24px;
	color:#2c2c2c;
	display:inline-block;
	padding-bottom:8px;
}
.xinwen_2_left_1 span{
	font-size:15px;
	color:#a0a0a0;
}
.xinwen_2_left_2{
	width:100%;
}
.xinwen_2_left_2 a{
	display:inline-block;
	width:115px;
	height:36px;
	background-color:#feaf48;
	border-radius:36px;
	text-align:center;
	line-height:36px;
	font-size:14px;
	color:#ffffff;
}
.xinwen_2_right{
	width:auto;
	float:right;
}
.xinwen_2_right img{
	vertical-align:top;
}
.xinwen_3{
	width:100%;
}
.xinwen_3 ul li{
	padding:16px 0;
	border-top:#e5e5e5 1px solid;
}
.xinwen_3_time{
	width:91px;
	height:89px;
	float:left;
	background-color:#e5e5e5;
	text-align:center;
	font-size:14px;
	color:#262626;
}
.xinwen_3_time h2{
	font-size:40px;
	color:#0080cc;
	font-weight:bold;
	padding-top:26px;
	padding-bottom:15px;
}
.xinwen_3_tt{
	width:655px;
	float:right;
	font-size:12px;
	color:#989898;
	line-height:24px;
}
.xinwen_3_tt a{
	font-size:18px;
	color:#333333;
	line-height:30px;
}
.cont_2_right{
	width:398px;
	float:right;
	background-color:#f3f3f3;
}
.yuyue_1{
	padding:16px 40px;
}
.yuyue_1 span{
	display:inline-block;
	padding-bottom:10px;
	border-bottom:#16b1ea 2px solid;
	font-size:18px;
	color:#16b1ea;
}
.yuyue_2{
	padding-bottom:10px;
}
.yuyue_2 ul li{
	padding-bottom:12px;
}
.yuyue_2_left{
	width:110px;
	float:left;
	line-height:33px;
	text-align:right;
	font-size:15px;
	color:#5b5b5b;
}
.yuyue_2_right{
	width:auto;
	float:left;
	padding-left:8px;
}
.yuyue_2_right input{
	width:221px;
	height:33px;
	background-color:#e5e5e5;
	border-radius:5px;
	border:none;
	outline:none;
	line-height:33px;
	padding-left:10px;
	font-size:15px;
	color:#5b5b5b;
}
.yuyue_2_right textarea{
	width:221px;
	height:87px;
	background-color:#e5e5e5;
	border-radius:5px;
	border:none;
	outline:none;
	line-height:33px;
	padding-left:10px;
	font-size:15px;
	color:#5b5b5b;
}
.yuyue_2_right img{
	vertical-align: middle;
	margin-left:3px;
}
.yuyue_3{
	padding-bottom:26px;
	text-align:center;
}
.yuyue_3 a{
	display:inline-block;
	width:238px;
	height:36px;
	background-color:#16b1ea;
	border-radius:36px;
	text-align:center;
	line-height:36px;
	font-size:16px;
	color:#ffffff;
}
.yuyue_4{
	padding-bottom:24px;
	text-align:center;
}
.yuyue_4 img{
	vertical-align:top;
	margin:0 10px;
}
.cont_3{
	background-image:url(../images/zhuanjia_bj.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:766px;
}
.cont_33{
	width:1200px;
	margin:0 auto;
	padding-top:48px;
}
.cont_3_01{
	padding-left:374px;
	padding-bottom:33px;
}
.cont_3_01 img{
	vertical-align:top;
}
.cont_3_02{
	margin-left:374px;
	background-color:#ffffff;
	padding:28px;
	width:723px;
}
.cont_3_02_1{
	padding-bottom:14px;
	font-size:30px;
	color:#474646;
}
.cont_3_02_1 h2{
	padding-top:24px;
	font-size:18px;
	color:#474646;
}
.cont_3_02_2{
	padding-bottom:20px;
	font-size:16px;
	color:#474646;
	line-height:26px;
}
.cont_3_02_3{
	width:100%;
}
.cont_3_02_3_1{
	display:inline-block;
	width:170px;
	height:47px;
	background-color:#1e82da;
	text-align:center;
	line-height:47px;
	font-size:18px;
	color:#ffffff;
}
.cont_3_02_3_2{
	display:inline-block;
	width:170px;
	height:47px;
	background-color:#feaf48;
	text-align:center;
	line-height:47px;
	font-size:18px;
	color:#ffffff;
	margin-left:20px;
}
.cont_3_03{
	padding-top:20px;
	padding-left:374px;
}
.cont_3_03 ul li{
	float:left;
	margin-right:10px;
	width:188px;
	height:154px;
	position:relative;
	overflow:hidden;
}
.cont_3_03_tt{
	width:188px;
	height:154px;
	position:absolute;
	z-index:99;
	top:154px;
	left:0;
	background-color:rgba(22,177,234,0.64);
	text-align:center;
	padding-top:35px;
	font-size:14px;
	color:#ffffff;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
	
}
.cont_3_03_tt h2{
	font-size:16px;
	color:#ffffff;
	padding-bottom:12px;
}
.cont_3_03_tt span{
	display:inline-block;
	margin-top:10px;
	width:90px;
	height:28px;
	border:#ffffff 1px solid;
	text-align:center;
	line-height:28px;
	font-size:14px;
	color:#ffffff;
}

.cont_3_03 ul li:hover .cont_3_03_tt{
	top:0;
}
.cont_4{
	background-image:url(../images/shebei_bj.gif);
	background-position:center top;
	background-repeat:no-repeat;
	height:860px;
}
.cont_44{
	width:1200px;
	margin:0 auto;
	padding-top:188px;
}
.cont_4_01{
	padding-bottom:22px;
	font-size:16px;
	color:#ffffff;
	line-height:30px;
}
.cont_4_02{
	width:100%;
}
.cont_4_02 ul{
	width:1220px;
}
.cont_4_02 ul li{
	width:284px;
	float:left;
	margin-right:20px;
	margin-bottom:23px;
	overflow:hidden;
}
.cont_4_02 ul li img{
	width:100%;
	vertical-align:top;
}
.cont_4_03{
	text-align:center;
	padding-top:12px;
}
.cont_5{
	text-align:center;
}
.cont_5 img{
	vertical-align:top;
}
.cont_6{
	padding:77px 50px;
	width:1100px;
	margin:0 auto;
}
.cont_6_up{
	padding-bottom:50px;
	text-align:center;
}
.cont_6_up img{
	vertical-align:top;
}
.cont_6_down{
	width:100%;
}
.cont_6_down_left{
	width:142px;
	float:left;
}
.cont_6_down_left ul li{
	margin-bottom:13px;
}
.cont_6_down_left ul li a{
	width:125px;
	height:106px;
	display:block;
	padding-right:16px;
	background-image:url(../images/guanyu_12.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
	font-size:18px;
	color:#ffffff;
}
.cont_6_down_left ul li a img{
	vertical-align:top;
	margin:15px 0 10px;
}
.cont_6_down_left ul li .cont_6_down_left_on{
	background-image:url(../images/guanyu_11.gif);
}
.cont_6_down_right{
	width:925px;
	float:right;
}

.guoyitang{
	width:100%;
}
.guoyitang ul{
	width:934px;
}
.guoyitang ul li{
	float:left;
	margin-right:9px;
	margin-bottom:16px;
	width:176px;
	height:226px;
	border:#0eaaea 1px solid;
	position:relative;
	overflow:hidden;
	box-sizing:border-box;
}
.guoyitang_tt{
	width:176px;
	height:226px;
	position:absolute;
	z-index:9;
	top:226px;
	left:0;
	background-color:rgba(22,177,234,0.64);
	text-align:center;
	font-size:14px;
	color:#ffffff;
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	-o-transition:all .3s linear;
	transition:all .3s linear;
}
.guoyitang ul li:hover .guoyitang_tt{
	top:0;
}
.guoyitang_tt h2{
	font-size:16px;
	color:#ffffff;
	padding-top:75px;
	padding-bottom:10px;
}
.guoyitang_tt span{
	display:inline-block;
	width:90px;
	height:28px;
	border:#ffffff 1px solid;
	text-align:center;
	line-height:28px;
	font-size:14px;
	color:#ffffff;
	margin-top:12px;
}
.gongyi{
	text-align:center;
}
.keshi{
	width:100%;
	box-sizing:border-box;
	border-top:#4fa9f7 1px solid;
	border-left:#4fa9f7 1px solid;
}
.keshi ul li{
	float:left;
	width:307px;
	border-right:#4fa9f7 1px solid;
	height:465px;
}
.keshi_img{
	text-align:center;
	border-bottom:#4fa9f7 1px solid;
	height:232px;
}
.keshi_tt{
	height:194px;
	border-bottom:#4fa9f7 1px solid;
	padding-top:38px;
}
.keshi_tt_01{
	padding-bottom:13px;
	text-align:center;
}
.keshi_tt_01 a{
	display:inline-block;
	padding:0 30px 10px;
	text-align:center;
	border-bottom:#4fa9f7 1px solid;
	font-size:18px;
	color:#4fa9f7;
}
.keshi_tt_02{
	padding:0 20px 20px;
	text-align:center;
	font-size:14px;
	color:#6f6f6f;
	line-height:20px;
}
.keshi_tt_03{
	text-align:center;
}
.keshi_tt_03 a{
	display:inline-block;
	width:112px;
	height:32px;
	background-color:#4fa9f7;
	text-align:center;
	line-height:32px;
	font-size:14px;
	color:#ffffff;
}































