*{
	border:0;
	padding:0;
	margin:0;
}

body{
	background:#fff;
	font-size:12px;
	color: #333;
	min-width: 1200px;
	font-family:'Microsoft YaHei',Verdana, Arial, Helvetica, sans-serif;
}
input{
	vertical-align: baseline;
}
a{
	text-decoration: none;
	color: #333;
}
p{
	display: block;
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
html {
	overflow-y: auto;
	overflow-x: auto;
}
img{
	border:0;
  	margin:0;
  	vertical-align: top;
}
i,em {
	font-style: normal;
}
ol,
ul,
li{
	list-style:none;	
}
h1,
h2,
h3,
h4
h5{
	font-weight:normal;
	font-size:100%;	
}

.show {
	display: block!important
}
.kada_topbig{
	width:100%;
	padding:25px 0;
	background: #f2f4f8;
}
.kada_topbox{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.kada_topbox .logo{
	float: left;
	width:140px;
}
.kada_topbox .center{
	float: left;
	margin-left:80px;
	width:400px;
	margin-top:36px;

}
.kada_topbox .center h1{
	font-size:28px;
	color: #000;
	letter-spacing:6px;
	text-align: center;
}
.kada_topbox .center p{
	font-size:17px;
	color: #4b4849;
	text-align: center;
	margin-top:3px;
}
.kada_topbox .right{
	float: right;
	font-size:16px;
	color: #4b4849;
	margin-top:10px;
}
.kada_topbox .right .p1{
	text-align: right;
}
.kada_topbox .right .p2{
	margin-top:30px;
	font-size:38px;
	text-align: center;
}
.kada_navbig{
	width:100%;
	background: #242424;
}
.kada_navbox{
	width:1200px;
	margin:0 auto;
}
.kada_nav{
	width:100%;
	padding:10px 0 12px 0;
	overflow: hidden;
}
.kada_nav li{
	float: left;
	margin:0 20px;
}
.kada_nav li a{
	font-size:16px;
	color: #fff;
	padding:0 8px 2px 8px;
}
.kada_nav li a.nav_active{
	color: #df261e;
	border-bottom:2px solid #df261e;
}
.kada_nav li a:hover{
	color: #df261e;
	border-bottom:2px solid #df261e;
}
.banner .banner_img{
	width:100%;
	height:590px;
	position: relative;
}
.banner .banner_img a{
	width:100%;
	height:590px;
	position: absolute;
	top:0;
	left:0;
}
.banner .banner_img .banner_btn{
	position: absolute;
	width:1200px;
	left:50%;
	margin-left:-600px;
	bottom:3%;
	text-align: center;
}
.banner .banner_img .banner_btn i{
	display: inline-block;
	width:8px;
	height:8px;
	border-radius: 100%;
	margin:0 5px;
	cursor: pointer;
	background-color: #333;
	opacity: 0.5;
}
.banner .banner_img .banner_btn .selected{
	background-color: #007aff;
	opacity: 1;
}

.banner_1{
	width:100%;
}
.banner_1 img{
	width:100%;
}
.kada_index1{
	width:1200px;
	margin:0 auto;
}

.kada_tibox{
	width:100%;
	padding:50px 0;
	text-align: center;
}

.kada_tibox p{
	font-size:14px;
	color: #666666;
}
.kada_tibox .kada_ti{
	color: #000;
}
.kada_tibox .kada_ti .sp1{
	display: inline-block;
	width:120px;
	height: 2px;
/* 	background: #000; */
	margin-bottom:7px;
}
.kada_tibox .kada_ti i{
	display: inline-block;
	width:6px;
	height: 6px;
	/* background: #000; */
	border-radius: 50%;
	margin-bottom:5px;
}
.kada_tibox .kada_ti .sp2{
	display: inline;
	font-size:24px;
}

.index1_box{
	width:100%;
	margin-bottom:50px;
}
.index1_box ul{
	overflow: hidden;
}
.index1_box ul li{
	float: left;
	width:260px;
	margin:0 20px;
	text-align: center;
}
.index1_box ul li .li_top{
	width:170px;
	height: 170px;
	border:2px solid #304a7e;
	border-radius: 10px;
	margin:0 auto;
	position: relative;
}
.index1_box ul li .li_top img{
	width:120px;
	height: 120px;
	padding:25px 25px;

}
.hover_top{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity: 0;
	width:170px;
	height: 170px;
	border-radius: 5px;
	margin:0 auto;
	background:#304a7e;
	transition: all .2s;
}
.hover_top img{
	width:120px;
	height: 120px;
	border-radius: 10px;
	padding:25px 25px;
}
.hover_xian{
	display: block;
	width:0%;
	height: 2px;
	margin:20px auto;
	background: #aaa;
	transition: all .2s;
}

.index1_box ul li .bottom h1{
	font-size:18px;
	color: #304a7e;
	font-weight: bold;
	margin-bottom:15px;
}
.index1_box ul li .bottom .hover_p{
	font-size:14px;
	text-align:left; 
	color: #555;
}
.index1_box ul li .bottom .p_b{
	text-align: center;
	margin-top:10px;
	color: #fb0303;
}
.index1_box ul li a:hover .bottom .hover_p{
	color: #000;
}

.index1_box ul li a:hover .li_top>.hover_top{
	opacity: 1;
}
.index1_box ul li a:hover .hover_xian{
	width:100%;
}
.kada_indexbig{
	width:100%;
	background: #f2f4f8;
}

.kada_index2{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.index2_lunbo{
	float: left;
	position: relative;
	width:440px;
	height: 350px;
	overflow: hidden;
}
.index2_lunbo .d1{
	width:100%;
	height: 350px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}
.index2_right{
	float: left;
	width:760px;
}
.index2_right ul{
	overflow: hidden;
}
.index2_right ul li{
	float: left;
	width:242px;
	margin-left:10px;
	margin-bottom:10px;
}
.index2_right ul li.li_more{
	display: none;
}
.index2_right ul li a{
	display: block;
	text-align: center;
	width:242px;
	height: 125px;
	padding-top:20px;
	padding-bottom:25px;
	overflow: hidden;
	transition: all .2s;

}
.index2_right ul li a p{
	font-size:24px;
	letter-spacing: 2px;
	padding-top:10px;
}
.index2_right ul li a p i{
	font-size:30px;
	color: #777;
}
.index2_right ul li a:hover p i{
	color: #3e82b0;
}
.index2_right ul li a.li_a1{
	background: #cfdfef;
}
.index2_right ul li a.li_a1:hover{
	background: #bcd2e9;
}
.index2_right ul li a.li_a2{
	background: #d6d7db;
}
.index2_right ul li a.li_a2:hover{
	background: #c8cacf;
}
.index2_right ul li a.li_a3{
	background: #edd0af;
}
.index2_right ul li a.li_a3:hover{
	background: #e8c49a;
}
.index2_right ul li a.li_a4{
	background: #d6d7db;
}
.index2_right ul li a.li_a4:hover{
	background: #c8cacf;
}
.index2_right ul li a.li_a5{
	background: #cfdfef;
}
.index2_right ul li a.li_a5:hover{
	background: #bcd2e9;
}
.index2_right ul li a.li_a6{
	border: thin solid #ccc;
}
.index2_right ul li a.li_a6:hover{
	border-color: #3e82b0;
	color: #3e82b0;
}
.index2_productbox{
	width:1200px;
	margin:0 auto;
}
.index2_product{
	width:100%;
	overflow: hidden;
}
.index2_product .product_leftbox{
	float: left;
	width:75%;
	overflow: hidden;
}
.product_leftbox .product_left{
	float: left;
	width:100%;
	overflow: hidden;
}
.product_leftbox .product_left li{
	width:30.3%;
	float: left;
	margin:10px;
}
.product_leftbox .product_left li a{
	background: #e0e1e3;
	display: block;
	width:100%;
	text-align: center;
	padding:10px 0;
}
.product_leftbox .product_left li a img{
	transition: all .2s;
	width:100%;
}
.product_leftbox .product_left li a p{
	padding:20px 0 8px 8px;
	color: #333;
	font-size:16px;
	margin:0;
	width:100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap
}
.product_leftbox .product_left li a:hover img{
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1)
}
.index2_product .product_right{
	float: left;
	width:25%;
	position: relative;
	background: #dcdcdc;
	height: 660px;
	margin-top:10px;
	overflow: hidden;
}
.index2_product .product_right .lbk{
	float: left;
	width:14px;
	height: 660px;
	background: #f2f4f8;
}
.index2_product .product_right .right_ul{
	float: left;
	position: absolute;
	margin-top:8px;
	width:100%;
	left:0;
}
.index2_product .product_right .right_ul li .pro_div{
	display: block;
	padding:6px 10px;
	margin-top:10px;
	transition: all .2s;
    text-decoration: none;
    cursor: pointer;
}
.index2_product .product_right .right_ul li .pro_div .icon{
	display: inline-block;
	width:60px;
	height: 50px;
	margin-left:40px;
	background: url(../image/nav.png);
	transition: all .2s;
}
.index2_product .product_right .right_ul li .pro_div .icon-1{
	background-position: 0 0;
}
.index2_product .product_right .right_ul li .pro_div .icon-2{
	background-position: 0 -52.5px;
}
.index2_product .product_right .right_ul li .pro_div .icon-3{
	background-position: 0 -105px;
}
.index2_product .product_right .right_ul li .pro_div .icon-4{
	background-position: 0 -157.5px;
}
.index2_product .product_right .right_ul li .pro_div .icon-5{
	background-position: 0 -210px;
}
.index2_product .product_right .right_ul li .pro_div .icon-6{
	background-position: 0 -262.5px;
}
.index2_product .product_right .right_ul li .pro_div .icon-7{
	background-position: 0 -318px;
}
.index2_product .product_right .right_ul li .pro_div .icon-8{
	background-position: 0 -370.5px;
}
.index2_product .product_right .right_ul li .pro_div span{
	transition: all .2s;
	color: #000;
	font-size:18px;
	padding-left:10px;
	position: relative;
	top:-18px;

}

.index2_product .product_right .right_ul li.li_activ  .pro_div{
	text-decoration: none;
	background: #304a7e;
	box-shadow: -3px 3px 15px #777;
}
.index2_product .product_right .right_ul li.li_activ .pro_div .icon-1{
	background-position: -52.5px 0;
}
.index2_product .product_right .right_ul li.li_activ .pro_div span{
	color: #fff;
}
.index2_product .product_right .right_ul li.li_activ .pro_div .icon-2{
	background-position: -52.5px -52.5px;
}
.index2_product .product_right .right_ul li.li_activ .pro_div .icon-3{
	background-position: -52.5px -105px;
}
.index2_product .product_right .right_ul li.li_activ .pro_div .icon-4{
	background-position: -52.5px -157.5px;
}
.index2_product .product_right .right_ul li.li_activ .pro_div .icon-5{
	background-position: -52.5px -210px;
}
.index2_product .product_right .right_ul li.li_activ .pro_div .icon-6{
	background-position: -52.5px -262.5px;
}
.index2_product .product_right .right_ul li.li_activ .pro_div .icon-7{
	background-position: -52.5px -318px;
}
.index2_product .product_right .right_ul li.li_activ .pro_div .icon-8{
	background-position: -52.5px -370.5px;
}

.index2_bottom{
	width:1200px;
	margin:0 auto;
	padding:20px 0;
	overflow: hidden;
}
.index2_bottom .in_left{
	float: left;
	width:20%;
}
.index2_bottom .in_left .left_1{
	float: left;
	margin:0 10px;
	text-align: center;
}
.index2_bottom .in_left .left_1 img{
	width:60px;
	height: 60px;
}
.index2_bottom .in_left .left_1 p{
	font-size:14px;
	color: #333;
	margin:10px 0;
}
.index2_bottom .in_center{
	float: left;
	width:70%;
	font-size:26px;
	color: #333;
	line-height: 90px;
	text-align: center;
}
.index2_bottom .in_right{
	float: left;
	width:10%;
	padding-top:10px;
}
.index2_bottom .in_right .right1{
	display: block;
	padding:10px 0;
	background: #ff2929;
	width:120px;
	text-align: center;
	color: #fff;
	text-transform: all .2s;
	font-size:14px;
}
.index2_bottom .in_right .right2{
	display: block;
	margin-top:10px;
	width:120px;
	text-align: center;
	color: #777;
	text-transform: all .2s;
	font-size:16px;
	border-bottom:thin dashed #777;
	padding-bottom:5px;
}

.index3_box{
	width:1200px;
	margin:0 auto;
}
.index3_nrbox{
	width:100%;
}

.index3_nr{
	overflow: hidden;
	padding:30px 0;
}
.index3_nr .nr_left{
	float: left;
	width:600px;
	
}
.index3_nr .nr_left p{
	font-size:18px;
	margin-top:10px;
	font-weight: bold;
} 
.index3_nr .nr_left h1{
	display: inline-block;
	font-size:30px;
	letter-spacing: 2px;
	background: #304e7e;
	color: #fff;
	margin:10px 0;
	padding:10px 20px;
}
.index3_nr .nr_left ul{
	margin-top:10px;
}
.index3_nr .nr_left ul li{
	width:80%;
	margin-bottom:10px;
	padding-left:20px;
	position: relative;
	font-size:16px;
	letter-spacing: 1px;
	color: #333;
}
.index3_nr .nr_left ul li i{
	display: inline-block;
	position: absolute;
	top:6px;
	left:6px;
	width:8px;
	height: 8px;
	border-radius: 50%;
	background: #aaa;
	margin-right:10px;
}
.index3_nr .nr_right{
	float: left;
	width:600px;
}
.index3_nr .nr_right img{
	max-width: 100%;
}

.index4_newbox{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom:50px;
}
.index4_newbox .newbox_left{
	float: left;
	width:710px;
	box-shadow: 2px 2px 10px #ccc;
}
.index4_newbox .newbox_left .left_box{
	width:100%;
	overflow: hidden;
	background: #fff;
}
.index4_newbox .newbox_left .left_box .left_img{
	float: left;
	width:449px;
	height: 310px;
}
.index4_newbox .newbox_left .left_box .left_img img{
	width:449px;
	height: 310px;
}
.index4_newbox .newbox_left .left_box .right_wen{
	float: left;
	width:221px;
	padding:0 20px;
}
.index4_newbox .newbox_left .left_box .right_wen h1{
	font-size:18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin:25px 0;
	color: #333;
}
.index4_newbox .newbox_left .left_box .right_wen p{
	font-size:14px;
	color: #777;
	line-height: 20px;
	letter-spacing: 1px;
	height: 140px;
	overflow: hidden;
}
 .index4_newbox .newbox_left .left_box .right_wen a{
	display: block;
	text-align: right;
	margin-top:15px;
	font-size:14px;
	color: #ff3030;
}

.newbox_right{
	float: left;
	width:470px;
	margin-left:20px;
}
.newbox_right .new_nav{
	text-align: right;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
.newbox_right .new_nav li{
	display: inline-block;
	cursor: pointer;
}
.newbox_right .new_nav li a{
	color: #000;
	margin:0 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid transparent;
	font-size:14px;

}
.newbox_right .new_nav li.new_active a{
	border-bottom: 3px solid #ff3030;
	color: #ff3030;
}
.newbox_right .newbox_nr{
	margin-top:10px;
}
.newbox_right .newbox_nr .newbox{
	width:100%;
}
.newbox_right .newbox_nr .newbox .new_ul li a{
	display: inline-block;
	padding:7px 0;
	color: #000;
	padding-left:20px;
	transition: all .2s;
	font-size:14px;
	height: 18px;
	overflow: hidden;
}
.newbox_right .newbox_nr .newbox .new_ul li a i{
	margin-right:10px;
}
.newbox_right .newbox_nr .new_more{
	display: block;
	text-align: right;
	color: #ff3030;
	font-size:14px;
}
.newbox_right .newbox_nr .newbox .new_ul li:hover a{
	color:#ff3030;
} 

.index5_big{
	width:1200px;
	margin:50px auto;
}
.index5_top{
	width:100%;
	overflow: hidden;
}
.index5_top .left{
	float: left;
	width:180px;
	margin-left:100px;
}
.index5_top .right-ti{
	float: left;
	width:900px;
	text-align: center;
}
.index5_top .right-ti h1{
	font-size:36px;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}
.index5_top .right-ti h1 i{
	color: #ff3030;
}
.index5_top .right-ti p{
	font-size:26px;
	color: #000;
	margin-top:5px;
	text-align: center;
	letter-spacing: 2px;
}
.index5_top .right-ti p i{
	color: #ff3030;
}
.index5_box{
	margin-top:60px;
}
.index5_box .swiper-wrapper .swiper-slide{
	max-width: 25rem;
	background: #eee;
	border:1px solid #ccc;
}
.index5_box .swiper-wrapper .swiper-slide img{
	width:100%;
}
.index5_box .swiper-wrapper .swiper-slide p{
	padding:15px 15px;
	text-align: center;
	font-size:14px;
}
.shou_bottom{
	width:1200px;
	margin:0 auto;
	padding:50px 0;
}
.shou_bottom .soubox .soubox_ti .ti{
	font-size:16px;
	margin:5px 0;
	color: #000;
}
.shou_bottom .soubox .soubox_ti .ti_xian{
	height: 4px;
	width:50px;
	background: #ff5252;
}
.shou_bottom .soubox .suobox_nr{
	overflow: hidden;
	margin-top:20px;
}
.shou_bottom .soubox .suobox_nr .suobox_nrti{
	float: left;
	width:110px;
}
.shou_bottom .soubox .suobox_nr .suobox_nrti i{
	width:6px;
	height: 6px;
	border-radius: 50%;
	background: #ff3030;
	display: inline-block;
	margin-right:10px;
}
.shou_bottom .soubox .suobox_nr .suobox_nrti span{
	font-size:14px;
	color: #333;
	color: #000;
}
.shou_bottom .soubox .suobox_nr .suobox_nrli{
	float: left;
	width:1050px;
}
.shou_bottom .soubox .suobox_nr .suobox_nrli a{
	color: #555;
	margin-bottom: 12px;
	display: inline-block;
	margin-right:15px;
	font-size:14px;
}
.shou_bottom .soubox .suobox_nr .suobox_nrli a:hover{
	text-decoration: underline;
}
.shou_bottom .link_box{
	margin-top:40px;
}
.shou_bottom .link_box h1{
	font-size:16px;
	color: #000;
}
.shou_bottom .link_box .link_nr{
	margin-top:10px;
}
.shou_bottom .link_box .link_nr a{
	color: #555;
	margin-bottom: 12px;
	display: inline-block;
	margin-right:15px;
	font-size:14px;
}
.shou_bottom .link_box .link_nr a:hover{
	text-decoration: underline;
}

/*文件柜*/
.file_big{
	width:100%;
}
.file_tibox{
	width:1200px;
	margin:0 auto;
	padding:50px 0;
}
.file_tibox h1{
	text-align: center;
	font-size:32px;
	margin-bottom: 10px;
}
.file_tibox hr{
	background: #000;
	position: absolute;
	width:1200px;
	margin-top:10px;
	border:1px solid #000;
}
.file_tibox p{
	position: relative;
	z-index: 1;
	font-size:18px;
	width:35%;
	text-align: center;
	margin:auto;
	background: #f6f7fb;
	letter-spacing: 1px;
}
.file_tibox1{
	width:1200px;
	margin:0 auto;
	padding:50px 0;
}
.file_tibox1 h1{
	text-align: center;
	font-size:32px;
	margin-bottom: 10px;
}
.file_tibox1 p{
	text-align: center;
	font-size:14px;
	color: #999;
	letter-spacing: 2px;
}
.file_xqimg{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
}
.file_xqimg img{
	max-width: 1200px;
}
.file_xqimg p{
	margin:0;
}
.file_bjbox{
	width:;
}

.nei_newbox{
	width:1200px;
	margin:0 auto;
}
.nei_newtibox{
	width:1200px;
	margin:0 auto;
	padding:40px 0;
}
.nei_newti{
	position: relative;
	text-align: center;
}
.nei_newti:before{
	content: "";
	width:100%;
	position: absolute;
	left:0;
	top:18px;
	border-bottom: thin solid #aaa;
}
 .nei_newti p{
	font-size:24px;
	position: relative;
	letter-spacing: 4px;
	z-index: 2px;
	width:15%;
	background: #fff;
	margin:auto;
}
 .nei_newti p i{
	color: #ff0000;
}
 .nei_newti .nei_more{
	position: absolute;
	right:0;
	top:2px;
	display: inline-block;
	padding:5px 10px;
	background: #fff;
	letter-spacing: 2px;
	color: #555;
	font-size:16px;
}
.nei_newli{
	width:1200px;
	margin:0 auto;
	padding-bottom:60px;
}
.nei_newli ul li{
	border-top:thin solid #ddd;
	padding:20px 0;
	overflow: hidden;
}
.nei_newli ul li:last-child{
	border-bottom: thin solid #ddd;
}

.nei_newli ul li a .left{
	float: left;
	width:160px;
	height: 100px;
	margin-right:30px;
	overflow: hidden;
}
.nei_newli ul li a .left img{
	width:160px;
	height: 100px;
}
.nei_newli ul li a .right{
	float: left;
	width:1000px;
}
.nei_newli ul li a .right a{
	color: #999;
	display: block;
}
.nei_newli ul li a .right h1{
	font-size:16px;
	margin-bottom:15px;
	color: #333;
	padding-top:10px;
}
.nei_newli ul li a .right p{
	display: block;
}
.nei_newli ul li .right .p1{
	color: #666;
	font-size:14px;
	height: 18px;
	overflow: hidden;
}
.nei_newli ul li a .right .p2{
	display: block;
	font-size:14px;
	color: #999;
	height: 18px;
	overflow: hidden;
	margin-top:20px;
}
.nei_newli ul li a .right p{
	display: block;
}
/*.nei_newli ul li:hover h1{
	text-decoration: underline;
}
.nei_newli ul li:hover a{
	text-decoration: underline;
}*/
.nei_newli ul li:hover a .right h1{
	color: #ff0000;
}

.file_flowbox{
	width:1200px;
	margin:0 auto;
}
.file_flow{
	width:100%;
}
.file_flow h1{
	background: #d2d2d2;
	padding:10px 20px;
	width:40%;
	font-size:20px;
	margin:20px 0;
	letter-spacing: 2px;
}
.file_flownr{
	width:100%;
	display: flex;
	margin-bottom:60px;
}
.file_flownr li{
	flex:1;
	-webkit-flex:1;
	-moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    text-align: center;
}
.file_flownr li p{
	font-size:14px;
	line-height: 24px;
	letter-spacing: 1px;
	
}
.file_flownr li:first-child p{
	color: #337ab7;
}
.flow_IMG{
	text-align: center;
}
.flow_IMG img{
	max-width: 100%;
}
.file_flow1{
	width:1200px;
	margin:0 auto;
}
.file_flownr li h1{
	font-size:20px;
	margin-top:10px;
	font-weight: bold;
}
.file_flow1 .file_flownr li p{
	color: #666;
}
.file_flow1 .file_flownr li p{
	padding:0 40px;
}
.big_filetitle{
	width:100%;
	background: #304a7d;
	margin:50px 0;	
	padding:30px 0;
}
.big_filetitle h1{
	color: #fff;
	font-size:30px;
	letter-spacing:4px;
	text-align: center;

}
.big_filetitle p{
	color: #ccc;
	text-align: center;
	letter-spacing: 1px;
}
.file_callbox{
	width:1200px;
	margin:0 auto;
}
.file_callbox .callbox_top{
	width:100%;
	overflow: hidden;
	margin:50px 0;
}
.file_callbox .callbox_top .callbox_left{
	float: left;
	width:599px;
	text-align: center;
	border-right:thin solid #ddd;
}
.file_callbox .callbox_top .callbox_left .p1{
	font-size:16px;
	color: #333;
	letter-spacing: 2px;
}
.file_callbox .callbox_top .callbox_left h1{
	font-size:36px;
	letter-spacing: 4px;
}
.file_callbox .callbox_top .callbox_left .p2{
	margin-top:20px;
}
.file_callbox .callbox_top .callbox_left .p2 a{
	margin:0 10px;
	border:1px solid #000;
	padding:5px 15px;
	font-size:14px;
	color: #666;
}
.file_callbox .callbox_top .callbox_right{
	float: left;
	width:600px;
	text-align: center;
}
.file_callbox .callbox_top .callbox_right .p1{
	font-size:16px;
	color: #666;
	letter-spacing: 2px;
}
.file_callbox .callbox_top .callbox_right h1{
	font-size:30px;
	letter-spacing: 4px;
	margin-bottom: 15px;
}
.file_callbox .callbox_top .callbox_right .p2{
	font-size:18px;
	letter-spacing: 2px;
	color: #666;
	margin:0;
}
.file_callbox .callbox_top .callbox_right .p3{
	font-size:16px;
	letter-spacing: 2px;
	color: #666;
	margin:0;
}
.file_callbox .callbox_bottom{
	width:100%;
	display: flex;
	margin-bottom:100px;
}
.file_callbox .callbox_bottom li{
	flex:1;
	-webkit-flex:1;
	-moz-box-flex: 1;
    -ms-flex: 1;
    -o-box-flex: 1;
    text-align: center;
}
.file_callbox .callbox_bottom li a{
	background: #304a7d;
	display: inline-block;
	padding:14px 36px;
	font-size:16px;
	color: #fff;
	letter-spacing: 2px;
	transition: all .2s;
}
.file_callbox .callbox_bottom li:hover a{
	background: #337ab7;
}





.footer_big{
	width:100%;
}
.footer_topbox{
	text-align: center;
	width:100%;
	background: linear-gradient(to bottom,#ff3030 0%,#da251d 100%);
}
.footer_topbox .footer_top{
	width:1200px;
	margin:0 auto;
}
.footer_topbox .footer_top p{
	color: #fff;
	font-size:26px;
	display: inline-block;
	letter-spacing: 6px;
	padding:0 20px;
}
.footer_topbox .footer_top a{
	display: inline-block;
	color: #ff3a31;
	padding:8px 20px;
	font-size:16px;
	background:#fff;

}
.footer_box{
	width:100%;
	background: #1b1b1b;
	color: #a0a0a0;
	padding-top:40px;
	font-size:14px;
}
.footer_box .center{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	padding-bottom:40px;
}
.footer_box .center .left{
	float: left;
	width:22%;
}
.footer_box .center .left .foter_logo{
	width:210px;
	margin-bottom:15px;
	margin-top:10px;
}
.footer_box .center .left .yum{
	color: #fff;
	font-size:18px;
	letter-spacing: 1px;
}
.footer_box .center .left .icons{
	margin-top:30px;
}
.footer_box .center .left .icons a{
	display: inline-block;
	margin-right:10px;
	height: 40px;
	width:40px;
	color: #fff;
	border-radius: 50%;
	border:2px solid #fff;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
}
.footer_box .center .left .icons a i{
	font-size:20px;
}
.footer_box .center .center_nav{
	float: left;
	width:50%;
	text-align: center;
}
.footer_box .center .center_nav ul{
	overflow: hidden;
	display: inline-block;
}
.footer_box .center .center_nav ul li{
	float: left;
	padding-left:30px;
	width:110px;
	text-align: left;
}
.footer_box .center .center_nav ul li a{
	color: #c6c6c6;
	line-height: 34px;
	display: inline-block;
}
.footer_box .center .center_nav ul li a.first{
	color: #a0a0a0;
	line-height: 36px;
	border-bottom: thin solid #a0a0a0;
	margin-bottom: 10px;
}
.footer_box .center .center_nav:before{
	content: "";
	width:1px;
	height: 210px;
	background: #a0a0a0;
	float: left;
	margin-top:10px;
}
.footer_box .center .center_nav:after{
	content: "";
	width:1px;
	height: 210px;
	background: #a0a0a0;
	float: right;
	margin-top:10px;
}
.footer_box .center .right{
	float: left;
	width:26%;
	margin-left:2%;
}
.footer_box .center .right p{
	line-height: 24px;
}
.footer_box .center .right .phone{
	margin-top:10px;
	display: block;
	text-decoration: none;
	color: #fff;
	transition: all .2s;
}
.footer_box .center .right .phone .big{
	font-size:24px;
	margin-right:15px;
	letter-spacing: 1px;
}
.footer_box .center .right .phone .small{
	font-size:14px;
}
.footer_box .center .right .phone2{
	line-height: 24px;
	letter-spacing: 1px;
}
.footer_box .center .right .zx_call{
	margin-top:5px;
	display: block;
	width:82px;
	height: 24px;
	background: #fff;
	line-height: 24px;
	border:thin solid #fff;
	border-radius: 20px;
	text-align: center;
	color: #1b1b1b;
}
.footer_box .center .right hr{
	border-color: #a0a0a0;
	margin:15px 0;
	border-top:1px solid #eee;
}
.footer_box .center .right .map_btn{
	margin-top:10px;
}
.footer_box .center .right .map_btn a{
	color: #a0a0a0;
	font-size:16px;
}
.footer_box .center .right .map_btn a i{
	font-size:14px;
	color: #cecece;
	padding:0 5px;
}
.footer_box  .footer_bottom{
	width:1200px;
	margin:0 auto;
	padding:30px 0;
	text-align: center;
	border-top:1px solid #eee;
}
.footer_box  .footer_bottom p{
	font-size:14px;
	letter-spacing: 2px;
}



.New_bigbox{
	width:1200px;
	margin:20px auto;
}
.New_bignav{
	width:100%;
	font-size:14px;
	color: #777;
	padding:10px 0;
}
.New_bignav a{
	color:#337ab7;
}
.New_bignav a:hover{
	color: #304a7e;
	text-decoration: underline; 
}

.New_box{
	width:100%;
	overflow: hidden;
	margin:20px 0;
}
.New_box .New_boxleft{
	float: left;
	width:300px;

	
}
.New_box .New_boxleft .left_Nav{
	width:100%;
	margin-bottom: 50px;
}
.New_box .New_boxleft .left_Nav li{
	width:100%;
	
}
.New_box .New_boxleft .left_Nav li p{
	background: #304a7e;
	font-size:16px;
	color: #fff;
	padding:15px 0;
	margin:0;
}
.New_box .New_boxleft .left_Nav li p i{
	margin-left:15px;
	margin-right:10px;
	font-size:18px;
}
.New_box .New_boxleft .left_Nav li a{
	padding:15px 15px;
	display:block;
	font-size:16px;
	border:thin solid #ccc;
	border-top:none;
		
}
.New_box .New_boxleft .left_Nav li a i{
	margin-right:10px;
	font-size:18px;
}
.New_box .New_boxleft .left_Nav li:hover a{
	color: #df261e;
}
.New_box .New_boxleft .left_Nav li .call{
	border:thin solid #ccc;
	border-top:none;
	padding:15px 0;
}
.New_box .New_boxleft .left_Nav li .call p{
	background: none;
	margin:0;
	padding:0;
	color: #777;
	font-size:14px;
	margin:0 15px;
	letter-spacing: 1px;
} 
.New_box .New_boxleft .left_Nav li .call h1{
	font-size:18px;
	margin:0 15px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.New_box .New_boxleft .left_Nav li .call i{
	margin:0;
	font-size:14px;
	margin-bottom: 10px
}
.New_box .New_boxright{
	float: left;
	width:850px;
	margin-left:50px;
}
.Newright_ul{
	width:100%;
	background: #f4f4f4;
}
.Newright_ul li{
	padding:30px 20px;
	overflow: hidden;
	border-bottom:thin dashed #ccc;
	color: #555;
	transition: all .2s;
	position: relative;
}
.Newright_ul li .ul_left{
	float: left;
	width:220px;
	height: 127px;
	overflow: hidden;
}
.Newright_ul li .ul_left img{
	width:100%;
}
.Newright_ul li .ul_right{
	float: left;
	width:560px;
	margin-left:20px;
}
.Newright_ul li .ul_right h1{
	font-size:16px;
	color: #000;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.Newright_ul li .ul_right .p1{
	font-size:14px;
	color: #777;
	text-align: left;
	letter-spacing: 1px;
	height: 39px;
	overflow: hidden;
	transition:all .2s;
}
.Newright_ul li .ul_right .p2{
	margin-top:25px;
	overflow: hidden;
	font-size:14px;
	color: #777;
}
.Newright_ul li .ul_right .p2 .sp1{
	float: left;
	color: #337ab7;
}
.Newright_ul li .ul_right .p2 .sp2{
	float: right;
}
.Newright_ul li .ul_right h1:hover{
	text-decoration: underline;
}
.Newright_ul li .ul_right .p2 .sp1:hover{
	text-decoration: underline;
	color: #304a7e;
}
.Newright_ul li .Top{
	position: absolute;
	right:0;
	top:0;
}
.Newright_ul li .hot{
	position: absolute;
	right:0;
	top:0;
}
.New_xqyebig{
	background: #f0f4f4;
	
	padding:40px 40px;
}
.New_xqye{
	width:100%;

}
.New_xqye img{
	max-width: 100%;
}


.New_xqyebottom1{
	width:100%;
	margin:40px 0;
	overflow: hidden;
	border:thin solid #ccc;
	border-left:none;
	border-right:none;
	padding:15px 0;
}
.New_xqyebottom1 .img{
	float: left;
	width:80px;
	height: 80px;
	border-radius: 50%;
	margin-left:30px;
}
.New_xqyebottom1 .center{
	float: left;
	width:700px;
	margin:0 50px;
}
.New_xqyebottom1 .center h1{
	font-size:24px;
	color: #000;
}
.New_xqyebottom1 .center h1 span{
	font-size:16px;
	color: #666;
	margin-left:20px;
	letter-spacing: 1px;
}
.New_xqyebottom1 .center p{
	font-size:16px;
	color: #333;
	letter-spacing: 1px;
}
.New_xqyebottom1 .consult{
	float: left;
	display: inline-block;
	width:180px;
	background: #3e82b0;
	text-align: center;
	color: #fff;
	font-size:16px;
	padding:10px 0;
	margin-top:20px;
}

.New_xqyebottom2{
	width:100%;
	overflow: hidden;
}
.New_xqyebottom2 a{
	float: left;
	width:50%;
	font-size:16px;
	color: #337ab7;
}
.New_xqyebottom2 a.last{
	text-align: right;
}
.New_xqyebottom2 a:hover{
	color: #23527c;
	text-decoration: underline;

}

.New_xqyebottom3{
	width:100%;
	margin:20px 0;
}
.New_xqyebottom3 h1{
	font-size:18px;
	color: #444;
}
.New_xqyebottom3 h1 i{
	font-size:18px;
	color: #000;
	margin-right:10px;
}
.New_xqyebottom3 .New_xqyeul{
	width:100%;
	margin:30px 0;
	overflow: hidden;
}
.New_xqyebottom3 .New_xqyeul li{
	float: left;
	width:46%;
	margin:10px 2%;
}
.New_xqyebottom3 .New_xqyeul li a{
	font-size:14px;
	color: #555;
	letter-spacing: 1px;
}
.New_xqyebottom3 .New_xqyeul li a span{
	margin-right:20px;
}
.New_xqyebottom3 .New_xqyeul li a:before{
	content: "";
	display: inline-block;
	width:8px;
	height: 8px;
	border-radius:50%;
	margin-right:6px;
	background: #3e82b0;
}
.New_xqyebottom3 .New_xqyeul li:hover a{
	color: #000;
}
/*翻页*/
.gyyPages{
    width:100%;
    margin:20px 0;
    text-align: center;

}

.gyyPages a {
  	text-decoration: none;
  	color: #333;
  	font-size:14px;
  	display: inline-block;
  	margin:10px 0;
}
.gyyPages em {
  	font-style: normal;
  	font-size:14px;
}
.gyyPages a,
.gyyPages em {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #337ab7;
  margin-right: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
}
.gyyPages em {
  border: 1px solid #337ab7;
  background-color: #337ab7;
  color: #fff;
}
.gyyPages a.first{
    border: 1px solid #337ab7;
    color: #337ab7;
    font-weight: 800;
}
.gyyPages a:hover{
	background:#f0f0f0;
}


.contact_bigbox{
	width:1200px;
	margin:20px auto;
}
.contact_boxtop{
	width:100%;
}

.contact_boxmap{
	width:100%;
	margin:40px 0;
	border-top:thin dashed #ccc;
	padding-top:40px;
}
.contact_boxmap h1{
	font-size:30px;
	color: #333;
	text-align: center;
	margin-bottom:40px;
	letter-spacing: 2px;
}
.us_bigtop{
	width:100%;
	padding:50px 0;
	background: #f0f8ff;
}
.us_bigtop h1{
	font-size:30px;
	letter-spacing: 2px;
	text-align: center;
}

.us_boxnr{
	width:1200px;
	margin:40px auto;
}
.us_titile{
	width:100%;
	margin:20px 0;
	text-align: center;
}
.us_titile span,
.us_titile a{
	display: inline-block;
	font-size:16px;
	border:thin solid #ccc;
	color: #222;
	padding:10px 30px;
	border-radius: 5px;
	margin:0 10px;
	cursor: pointer;
}
.us_titile span.titile_act,
.us_titile a.titile_act{
	background: #ff4747;
	color: #fff;
	border:thin solid #ff4747;
}
.us_titile span:hover,
.us_titile a:hover{
	background: #f98787;
	color: #fff;
	border:thin solid #f98787;
}
.us_nrul{
	width:100%;
	overflow: hidden;
}
.us_nrul li{
	float: left;
	width:280px;
	margin:10px 10px;
}
.us_nrul li img{
	width:280px;
	height: 184px;
}
.us_nrul li p{
	text-align: center;
	color: #666;
	font-size:14px;
}

.product_centerbox{
	width:1200px;
	margin:20px auto;
}
.product_centertop{
	width:100%;
	margin:10px 0;
}
.product_centertop ul{
	overflow: hidden;
}
.product_centertop ul li{
	float: left;
	width:280px;
	height: 60px;
	margin:10px 10px;
	position: relative;
}
.product_centertop ul li img{
	width:100%;
	height: 60px;
}
.product_centertop ul li .ti{
	position: absolute;
	top:0;
	background: #3e82b0;
	color: #fff;
	font-size:20px;
	width:100%;
	line-height: 60px;
	letter-spacing: 2px;
	text-align: center;
	transition:all .2s;
	margin:0;
}
.product_centertop ul li:hover .ti{
	background:rgba(0,0,0,.3);
	font-size:24px;
}

.cat-nav-box #top-cat-nav{
	position: static;
	top:0;
	height: 2.1rem;
	box-shadow: 2px 2px 10px #888;
	border-radius: .2rem;
}
.cat-nav-box #top-cat-nav.fixed{
	position: fixed;
	z-index: 99;
} 
.cat-nav-box #top-cat-nav .cat-item{
	float: left;
	width:12.5%;
	position: relative;
}
.cat-nav-box #top-cat-nav .cat-item:first-child a{
	border-radius:.2rem 0 0 .2rem;
}
.cat-nav-box #top-cat-nav .cat-item>a{
	background: #fff;
	border:thin solid #3e82b0;
	border-right:none;
	display: block;
	text-align: center;
	padding:.5rem 0;
	color: #222;
	font-size:14px;
}
.cat-nav-box #top-cat-nav .cat-item:last-child a{
	border-radius:.2rem 0 0 .2rem;
	border-right:thin solid #3e82b0;
}
.cat-nav-box #top-cat-nav .cat-item .sub-cats{
	z-index: 99;
	position: absolute;
	top:2.45rem;
	width:150%;
	box-shadow: 2px 2px 10px #777;
	border-radius: .3rem;
	overflow: hidden;
	display: none;
}
.cat-nav-box #top-cat-nav .cat-item .sub-cats>li{
	background: #498fbf;
	text-align: left;
	width:100%;
}
.cat-nav-box #top-cat-nav .cat-item .sub-cats>li:first-child>a{
	border-top:none;
	
}
.cat-nav-box #top-cat-nav .cat-item .sub-cats>li>a{
	color: #fff;
	padding:.8rem .6rem;
	display: inline-block;
	width:100%;
	border-top:thin solid #6ea6cc;
	transition:all .2s;
	font-size:14px;
}
.cat-nav-box #top-cat-nav .cat-item .sub-cats>li:hover{
	background: #69a1c7;
}

.cat-product-box{
	margin-top:10px;
	position: relative;
}
.cat-product-box .cat-titile{
	overflow: hidden;
}
.cat-product-box .cat-titile p{
	float: left;
	padding:10px 0;
	color: #333;
	font-size:16px;
	letter-spacing: 1px;
}
.cat-product-box .cat-titile p:after{
	margin-top:8px;
	content:"";
	display: block;
	width:2rem;
	border-bottom:.3rem solid #ff4343;

}
.cat-product-box .sub-cat-nav{
	overflow: hidden;
}
.cat-product-box .sub-cat-nav li{
	float: left;
	margin-right:.5rem;
}
.cat-product-box .sub-cat-nav li a{
	display: inline-block;
	padding:.6rem 1rem;
	border:thin solid #aaa;
	color: #222;
	border-bottom: none;
	border-radius: .3rem .3rem 0 0;
	transition:all .2s;
	font-size:15px;
	letter-spacing: 1px;
	cursor: pointer;
}
.cat-product-box .sub-cat-nav li.active a{
	text-decoration: none;
	background: #3e82b0;
	border-color: #3e82b0;
	color: #fff;
}
.cat-product-box .sub-cat-nav li:hover a{
	text-decoration: none;
	background: #3e82b0;
	border-color: #3e82b0;
	color: #fff;
}
.cat-product-box .sub-cat-product{
	border:thin solid #ccc;
	padding:1rem;
}
.tab-content>.tab-pane{
	display: none;
}
.tab-content>.active{
	display: block;
}

.cat-product-box .cat-product{
	overflow: hidden;
}
.cat-product-box .cat-product .wrap{
	float: left;
	width:21%;
	padding:10px 2%;
	opacity: 1;
	transition:all 1s;
}
.cat-product-box .cat-product .wrap .item-box{
	display: block;
	overflow: hidden;
	border-radius: .3rem;
	border:thin solid #ccc;
}
.cat-product-box .cat-product .wrap .item-box .img{
	width:100%;
}
.cat-product-box .cat-product .wrap .item-box .img img{
	max-width: 100%;
}
.cat-product-box .cat-product .wrap .item-box .text{
	color: #aaa;
	padding:.5rem;
	text-align: center;
	/*width:100%;*/
	height: 4rem;
	font-size:14px;
}
.cat-product-box .cat-product .wrap .item-box .text h1{
	color: #000;
}
.cat-product-box .cat-product .wrap .item-box .text p{
	margin:0;
	
}
.cat-product-box .cat-product .wrap .item-box:hover{
	border:thin solid #3e82b0;
}
.cat-product-box .cat-product .wrap.hide-wrap{
	padding:0;
	overflow: hidden;
	height: 0;
}
.cat-product-box .more-btn-wrap{
	text-align: center;
	width:100%;
	margin:20px 0;
}
.cat-product-box .more-btn-wrap a{
	border-radius: .3rem;
	display: block;
	padding:.5rem 0;
	margin:auto;
	width:50%;
	color: #fff;
	font-size:18px;
	background: #ff3636;
	transition:all .2s;
}

.product_xqbig{
	width:1200px;
	margin:20px auto;
}

.product_xqtop{
	overflow: hidden;
	margin:20px 0;
}
.product_xqtop .left{
	float: left;
	width:540px;
}


.product_xqtop .left .tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.product_xqtop .left .tb-pic a img {
	vertical-align: middle;
}

.product_xqtop .left .tb-pic a {
	display: block;
	font-family: Arial;
	line-height: 1;
}

.product_xqtop .left .tb-thumb {
	margin: 10px 0 0;
	overflow: hidden;
}

.product_xqtop .left .tb-thumb li {
	background: none repeat scroll 0 0 transparent;
	float: left;
	margin: 0 6px 0 0;
	overflow: hidden;
	padding: 1px;
}

.product_xqtop .left .tb-s310, .tb-s310 a {
	height: 420px;
	width: 420px;
}

.product_xqtop .left .tb-s310, .tb-s310 img {
	max-height: 420px;
	max-width: 420px;
}



.product_xqtop .left .tb-s40, .tb-s40 a {
	width: 80px;
}
.product_xqtop .left .tb-s40 a img{
	width:80px;
}
.product_xqtop .left .tb-booth {
	border: 1px solid #CDCDCD;
	position: relative;
	z-index: 1;
}

.product_xqtop .left .tb-thumb .tb-selected {
	background: none repeat scroll 0 0 #df261e;
	width:80px;
	padding: 2px;
}
.product_xqtop .left .tb-thumb .tb-selected img{
	width:80px;
}

.product_xqtop .left .tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}

.tb-thumb li div {
	border: 1px solid #CDCDCD;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url("../image/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.product_xqtop .right{
	float: left;
	width:500px;
	margin-left:100px;
}
.product_xqtop .right h1{
	font-size:24px;
	color: #000;
	letter-spacing: 4px;
}
.product_xqtop .right p{
	font-size:14px;
	color: #333;
	margin-top:20px;
	overflow: hidden;
}
.product_xqtop .right p span{
	float: left;
}

.product_xgbox{
	width:1200px;
	margin:20px auto;
}
.product_xgbox h1{
	font-size:24px;
	color: #333;
	letter-spacing: 2px;
	margin-top:40px;
}
.product_xgbox h1:after{
	content:"";
	border-bottom:.2rem solid #ff4343;
	display: block;
	width:3rem;
	margin-top:.8rem;
}

.product_xg{
	margin-top:60px;
}
.product_xg .swiper-wrapper .swiper-slide{
	max-width: 25rem;
	/*background: #eee;
	border:1px solid #ccc;*/
}
.product_xg .swiper-wrapper .swiper-slide img{
	width:100%;
}
.product_xg .swiper-wrapper .swiper-slide p{
	padding:0 15px;
	text-align: center;
	font-size:14px;
	color: #666;
}
.productBig_xqnr{
	width:1200px;
	margin:30px auto;
	overflow: hidden;
}
.product_xqnr{
	float: left;
	width:840px;
	overflow: hidden;
	
}
.xqnr_ul{
	width:840px;
	overflow: hidden;
}
.xqnr_ul li{
	float: left;
	font-size:14px;
	color: #337ab7;
	border:thin solid #ccc;
	border-right:none;
	padding:10px 25px;
	cursor: pointer;
	letter-spacing: 2px;
}
.xqnr_ul li:last-child{
	border-right:thin solid #ccc;
}

.xqnr_ul li.li_xq{
	background: #3e82b0;
	color: #fff;
}

.xqnr_Div{
	width:840px;
	overflow: hidden;
}
.xqnr_div{
	float: left;
	width:840px;
}
.xqnr_div img{
	max-width: 100%;
}

.hotProduct_big{
	float: right;
	width:235px;
	margin-top:52px;
}

.hotProduct_box{
	width:100%;
}
.hotProduct_box h1{
	background: #3e82b0;
	color: #fff;
	padding:10px 0;
	text-align: center;
	font-size:18px;
	font-weight: bold;
}
.hotProduct_box h1 a{
	display: inline-block;
	width:100%;
	color: #fff;
}
.hotProduct{
	border:1px solid #b2b2b2;
	border-top:none;
	padding:10px 20px;
	display: block;
} 
.hotProduct li{
	border:1px solid #e8e8e8;
	margin:15px 0;
	display: block;
	position: relative;
}
.hotProduct li a{
	display: block;
	width:100%;
}
.hotProduct li .hotImg{
	width:100%;
}
.hotProduct li .hotImg img{
	width:100%;
}
.hotProduct li .textover{
	background: rgba(0,0,0,.4);
	color: #fff;
	text-align: center;
	padding:10px 0;
	width:100%;
	margin:0;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: normal;
	/*line-height: 24px;
	height: 24px;
	overflow: hidden;*/
	
}
.hotProduct li .hotOne{
	position: absolute;
	top:0;
	left:0;
	width:30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size:18px;
	background: #ff4343;
}
.hotProduct li .hotOther{
	position: absolute;
	top:0;
	left:0;
	width:30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size:18px;
	background: rgba(0,0,0,.8);
}

.tel_cebox{
	position: fixed;
	right:0;
	bottom:100px;
	z-index: 10000;
	background: rgba(255,255,255,.8);
	border:1px solid #ddd;
	width:80px;
}
.tel_cebox ul li{
	padding:0 10px;
}
.tel_cebox ul li a{
	display: inline-block;
	border-top:1px solid #ddd;
	width:100%;
	text-align: center;
	padding:10px 0;
}
.tel_cebox ul li a img{
	width:40px;
}
.tel_cebox ul li a p{
	font-size:12px;
}
.tel_cebox ul li:first-child a{
	border-top:0;
}

.ceteam_box{
	position: fixed;
	top:0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 10000;
	display: none;
}
.ceteam_box .ceteam{
	position: absolute;
	width:480px;
	background: #fff;
	padding:10px 10px;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-110px;
	box-shadow: 2px 2px 8px #666;
}
.ceteam ul{
	overflow: hidden;
	width:100%;
}
.ceteam ul li{
	float: left;
	width:100px;
	margin:10px 10px;
	background: #3e82b0;
	padding:5px 0;
	border-radius: 2px;
	text-align:center;
}
.ceteam ul li img{
	width:20px;
}
.ceteam ul li a{
	 display: inline-block;
	width:100%;
	color: #fff;
}

.ceteam_btn{
	position: absolute;
	top:-10px;
	right:-10px;
	width:30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 2px #ccc;
	font-size:20px;
	text-align: center;
	cursor:pointer;
}
.cetel_big{
	position: fixed;
	top:0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	z-index: 100000;
	display: none;
}
.cetel_box{
	width:340px;
	background: #fff;
	height: 24px;
	line-height: 24px;
	padding:40px 20px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top:-40px;
	margin-left:-190px;
}
.cetel_box .cetel{
	overflow: hidden;
}
.cetel_box .cetel span{
	float: left;
	width:35%;
	font-size:16px;
	color: #000;
	line-height: 24px;
	padding:5px 0;
}
.cetel_box .cetel input{
	float: left;
	width:40%;
	color: #444;
	line-height: 24px;
	outline: none;
	border:1px solid #ddd;
	padding:5px 2.5px;
	border-radius: 2px;
}
.cetel_box .cetel button{
	display: inline-block;
	float:right;
	width:20%;
	background: #3e82b0;
	padding:5px 0;
	border-radius: 2px;
	font-size:16px;
	line-height: 24px;
	color: #fff;
}
.cetel_box .cetel button i{
	font-size:16px;
	color: #fff;
}

.ceKdy_box{
	position: fixed;
	left:20px;
	bottom:35px;
	width:180px;
	background: #d6d3d3;
	padding:0 6px;
	z-index: 99999;
	text-align: center;
}
.ceKdy_box .ceKdy_logo{
	width:140px;
	padding:10px 0;

}

.cekdy_tel{
	width:100%;
	background: #fff;
	padding:10px 0;
}
.cekdy_tel h1{
	font-size:16px;
	letter-spacing: 2px;
}
.cekdy_tel .p1{
	font-size:14px;
	margin:15px 0;
}
.cekdy_tel .p2{
	margin:0;
}
.cekdy_tel .p2 a{
	color: rgb(51, 51, 51);
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 15px;
    border-radius: 25px;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(170, 170, 170)), color-stop(0.5, rgb(238, 238, 238)), to(rgb(170, 170, 170)));
    transition: all 0.2s
}

.ceKdy_box .cekdy_footer{
	margin-top:10px;
	font-size:20px;
	padding-bottom:10px;

}
.ceKdy_box .cekdy_footer i{
	font-size:20px;
}

.ceKdy_box .ceKdy_gb{
	position: absolute;
	right:3px;
	top:3px;
}
.ceKdy_box .ceKdy_gb i{
	font-size: 14px;
    color: #aaa;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    border: thin solid #eee;
    line-height: 18px;
    text-align: center;
}
