@charset "utf-8";
/*
Name:亚利贝德查新综合业务平台
Author: 余占英
Date: 2018-05-02
*/
body {
	min-width: 1296px;
	font-family:'Microsoft YaHei','微软雅黑',Verdana, Geneva, sans-serif;
	/*font-family: Tahoma\9;*/
	font-size: 14px;
	margin:0;
	padding:0;
	background:#fff;
}

body.searchbody{
	background: url(../images/search.jpg)  no-repeat fixed center top;
	background-size: cover;
}
body.son_page{
	background:#f1f0f0;
}
.content{
	margin:0 auto;
	width:1200px;
	height:auto;
}
.content01{
	margin:0 auto;
	width:1280px;
	height:auto;
}
.mh625{
	min-height:625px;
}
.mh400{
	min-height:400px;
}
.mh780{
	min-height:780px;
}
.mh980{
	min-height:980px;
}
.header, .body, .footer {
	margin:0 auto;
}
a {
	color: #666666;
	text-decoration: none;
	cursor:pointer;

}
input,span{
	font-family:'Microsoft YaHei','å¾®è½¯é›…é»‘',Verdana, Geneva, sans-serif;
}
a:hover,input:hover{
	/*opacity: 0.6;
	filter:alpha(opacity=60);
	transition: all 0.3s linear;*/
}
::-ms-clear, ::-ms-reveal{display: none;}
a.nohov:hover,input.nohov:hover{
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;
	cursor:default !important;
}
/*
input.nohov:hover{
	opacity: 1 !important;
	filter:alpha(opacity=100) !important;
	cursor:default !important;
}
*/
h1, h2, h3, h4{
	clear: both;
}
h2 {
	font-family:'Microsoft YaHei','å¾®è½¯é›…é»‘',Verdana, Geneva, sans-serif;
}

input{
	font-size: 100%;
	vertical-align: middle;
}
table{
	border-collapse: collapse;
}
.clr:after,.clr {
	color: #333333;
}
/*é¢œè‰²æ ·å¼*/
.red{
	color: #ff0000 !important;
}
.grye{
	color:#a8a7a7;
}
.black{
	color:#514f50;
}
.wit_bg{
	background-color:#fff;
}
.gry_bg{
	background-color:#f7f7f7;
}
.gry_bgplate{
	background:#fafafa url(../images/jiao.png) no-repeat left top;
}

.gry_bg01{
	background-color:#e8e8e8;
}
.gry_bg02{
	background-color:#fafafa;
}
.gry_bg03{
	background-color:#f9fafb;
}
.brown_bg{
	background:#f7f7f7;
}

/*å¤é€‰æ¡†æ ·å¼*/
.cbtt{
	line-height:25px;
}
.cbSpan,.cbSpan01{
	background: url(../images/check.png) no-repeat;
	background-position:0px 0px\9;
	cursor: pointer;
	display: block;
	height: 15px;
	margin: 6px 2px 0 0;
	width: 15px;
	float:left;
}
.checked {
	background: url(../images/checked.png) no-repeat;
}
.cbSpan01{
	background: url(../images/check.png) no-repeat;
}
.checked01 {
	background: url(../images/checked.png) no-repeat;
}

/*åœ†è§’æ ·å¼*/
.radius2{
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	position:relative;
}
.radius4{
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position:relative;
}
.radius5{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
}
.radius5_dlr{
	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	position:relative;
}
.radius15{
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	position:relative;
}
.grybord{
	border:1px solid #efefef;
}
.bortops{
	border-top:1px solid #efefef;
}
.borbobs{
	border-bottom:1px solid #ccc;
}
.radius5bg{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position:relative;
	box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.2);
}

/*css3*/
/* xz180 */
.xz180{-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -moz-transform 0.4s ease-out;-o-transition: -o-transform 0.4s ease-out;-ms-transition: -ms-transform 0.4s ease-out;}
.adbgBox ul li:hover a .xz180,.Quick_ul ul li:hover a .xz180,.Quick_ul01 ul li:hover a .xz180,.Icon_box ul li:hover a .xz180{-webkit-transform: rotateZ(180deg);-moz-transform: rotateZ(180deg);-o-transform: rotateZ(180deg);-ms-transform: rotateZ(180deg);transform: rotateZ(180deg);}
/* a-shake */
.adbgBox ul li:hover a .a-shake,.Quick_ul ul li:hover a .a-shake,.Quick_ul01 ul li:hover a .a-shake{-webkit-animation:shake 1s ease;-moz-animation:shake 1s ease;-ms-animation:shake 1s ease;animation:shake 1s ease;}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);} 10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);} 20%,40%,60%,80%{-webkit-transform:translateX(10px);}}
@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0);} 10%,30%,50%,70%,90%{-moz-transform:translateX(-10px);} 20%,40%,60%,80%{-moz-transform:translateX(10px);}}
@-ms-keyframes shake{0%,100%{-ms-transform:translateX(0);} 10%,30%,50%,70%,90%{-ms-transform:translateX(-10px);} 20%,40%,60%,80%{-ms-transform:translateX(10px);}}
@keyframes shake{0%,100%{transform:translateX(0);} 10%,30%,50%,70%,90%{transform:translateX(-10px);} 20%,40%,60%,80%{transform:translateX(10px);}}
/* a-flipinY */
.adbgBox ul li:hover a .a-flipinY,.Quick_ul ul li:hover a .a-flipinY,.Quick_ul01 ul li:hover a .a-flipinY,.Icon_box ul li:hover a .a-flipinY{-webkit-animation:flipinY 1.5s ease-out backwards;-moz-animation:flipinY 1.5s ease-out backwards;-ms-animation:flipinY 1.5s ease-out backwards;animation:flipinY 1.5s ease-out backwards;}
@-webkit-keyframes flipinY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;} 40%{-webkit-transform:perspective(400px) rotateY(-10deg);} 70%{-webkit-transform:perspective(400px) rotateY(10deg);} 100%{-webkit-transform:perspective(400px) rotateY(0);opacity:1
																																																				   ;}}
@-moz-keyframes flipinY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;} 40%{-moz-transform:perspective(400px) rotateY(-10deg);} 70%{-moz-transform:perspective(400px) rotateY(10deg);} 100%{-moz-transform:perspective(400px) rotateY(0);opacity:1;}}
@-ms-keyframes flipinY{0%{-ms-transform:perspective(400px) rotateY(90deg);opacity:0;} 40%{-ms-transform:perspective(400px) rotateY(-10deg);} 70%{-ms-transform:perspective(400px) rotateY(10deg);} 100%{-ms-transform:perspective(400px) rotateY(0);opacity:1;}}
@keyframes flipinY{0%{transform:perspective(400px) rotateY(90deg);opacity:0;} 40%{transform:perspective(400px) rotateY(-10deg);} 70%{transform:perspective(400px) rotateY(10deg);} 100%{transform:perspective(400px) rotateY(0);opacity:1;}}
/* a-fadeinR */
.adbgBox ul li:hover a .a-fadeinR,.Quick_ul ul li:hover a .a-fadeinR,.Quick_ul01 ul li:hover a .a-fadeinR,.PolicyBox ul li:hover a .a-fadeinR{-webkit-animation:fadeinR 1s ease-out backwards;-moz-animation:fadeinR 1s ease-out backwards;-ms-animation:fadeinR 1s ease-out backwards;animation:fadeinR 1s ease-out backwards;}
@-webkit-keyframes fadeinR{0%{opacity:0;-webkit-transform:translateX(20px);} 100%{opacity:1;-webkit-transform:translateX(0);}}
@-moz-keyframes fadeinR{0%{opacity:0;-moz-transform:translateX(20px);} 100%{opacity:1;-moz-transform:translateX(0);}}
@-ms-keyframes fadeinR{0%{opacity:0;-ms-transform:translateX(20px);} 100%{opacity:1;-ms-transform:translateX(0);}}
@keyframes fadeinR{0%{opacity:0;transform:translateX(20px);} 100%{opacity:1;transform:translateX(0);}}
/* a-bouncein */
.adbgBox ul li:hover a .a-bouncein,.Quick_ul ul li:hover a .a-bouncein,.Quick_ul01 ul li:hover a .a-bouncein,.PolicyBox ul li:hover a .a-bouncein{-webkit-animation:bouncein 1s ease-out backwards;-moz-animation:bouncein 1s ease-out backwards;-ms-animation:bouncein 1s ease-out backwards;animation:bouncein 1s ease-out backwards;}
@-webkit-keyframes bouncein{0%{opacity:0;-webkit-transform:scale(0.3);} 50%{opacity:1;-webkit-transform:scale(1.05);} 70%{-webkit-transform:scale(0.9);} 100%{-webkit-transform:scale(1);}}
@-moz-keyframes bouncein{0%{opacity:0;-moz-transform:scale(0.3);} 50%{opacity:1;-moz-transform:scale(1.05);} 70%{-moz-transform:scale(0.9);} 100%{-moz-transform:scale(1);}}
@-ms-keyframes bouncein{0%{opacity:0;-ms-transform:scale(0.3);} 50%{opacity:1;-ms-transform:scale(1.05);} 70%{-ms-transform:scale(0.9);} 100%{-ms-transform:scale(1);}}
@keyframes bouncein{0%{opacity:0;transform:scale(0.3);} 50%{opacity:1;transform:scale(1.05);} 70%{transform:scale(0.9);} 100%{transform:scale(1);}}
/* a-flash */
.adbgBox ul li:hover a .a-flash,.Quick_ul ul li:hover a .a-flash,.Quick_ul01 ul li:hover a .a-flash{-webkit-animation:flash 1s ease;-moz-animation:flash 1s ease;-ms-animation:flash 1s ease;animation:flash 1s ease;}
@-webkit-keyframes flash{0%,50%,100%{opacity:1;} 25%,75%{opacity:0;}}
@-moz-keyframes flash{0%,50%,100%{opacity:1;} 25%,75%{opacity:0;}}
@-ms-keyframes flash{0%,50%,100%{opacity:1;} 25%,75%{opacity:0;}}
@keyframes flash{0%,50%,100%{opacity:1;} 25%,75%{opacity:0;}}
/* a-fadeinB */
.adbgBox ul li:hover a .a-fadeinB,.Quick_ul ul li:hover a .a-fadeinB,.Quick_ul01 ul li:hover a .a-fadeinB,.PolicyBox ul li:hover a .a-fadeinB{-webkit-animation:fadeinB 1s ease-out backwards;-moz-animation:fadeinB 1s ease-out backwards;-ms-animation:fadeinB 1s ease-out backwards;animation:fadeinB 1s ease-out backwards;}
@-webkit-keyframes fadeinB{0%{opacity:0;-webkit-transform:translateY(20px);} 100%{opacity:1;-webkit-transform:translateY(0);}}
@-moz-keyframes fadeinB{0%{opacity:0;-moz-transform:translateY(20px);} 100%{opacity:1;-moz-transform:translateY(0);}}
@-ms-keyframes fadeinB{0%{opacity:0;-ms-transform:translateY(20px);} 100%{opacity:1;-ms-transform:translateY(0);}}
@keyframes fadeinB{0%{opacity:0;transform:translateY(20px);} 100%{opacity:1;transform:translateY(0);}}
/*-----------------------------------------------å¤´éƒ¨éƒ¨åˆ†å¼€å§‹-----------------------------------------------*/
.header{
	width:100%;
	height:155px;
	padding:0;
	/*border-bottom: 1px solid #d7d5d5;*/
	/*position:fixed;*/
	/*top:0px;*/
	/*z-index:100000;*/
}
.header,.header *{
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.header01{
	width:100%;
	height:155px;
	padding:0;
	position:fixed;
	top:0px;
	z-index:100000;
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.3);
	box-shadow:0 2px 5px rgba(0,0,0,0.3);
}
.TopPlate{
	height:45px;
	line-height:45px;
	background:#333333;
	color:#fff;
}
.topl a{
	float:left;
	display:inline-block;
	line-height:50px;
	color:#d3d2d2;
	padding-right:35px;
}
.topr{
	text-align: right;
}
.loginPlate{
	float:left;
	margin:10px -10px 0 20px;
	/*min-width:120px;*/
	/*height:26px;*/
	line-height:26px;
}
.loginPlate_h{
	line-height:45px;
}
.loginPlate a,.login_center,.login_news{
	float:left;
}
.login_center{
	position: relative;
}
.loginPlate a{
	color: #fff;
}
.login_name,.login_a,.register_a,.forget_a,.login_news{
	display: block;
	padding:0 10px 0 30px;
	margin-left: 10px;
	color:#fff;
	font-size: 12px;
	background:url(../images/icon_user.png) no-repeat;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.login_name,.login_news{
	background: none;
	padding: 0 10px;
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	position: relative;
}
.login_news{
	width: 45px;
	height: 45px;
	background:url(../images/icon_news.png) no-repeat center;
}
/*.login_news:hover{*/
/*	background:#fff url(../images/icon_newsh.png) no-repeat center;*/
/*}*/
.login_a:hover,.forget_a:hover,.register_a:hover,.login_name:hover,.login_center:hover .login_name,a.current{
	background-color:#fff;
	color: #333;
}

.login_a{
	background-position: 10px 6px;
}
.register_a{
	background-position: 10px -29px;
}
.forget_a{
	background-position: 10px -62px;
}
/*sup.subnav_sup {*/
/*display: inline-block;*/
/*width: 8px;*/
/*height: 8px;*/
/*border-radius: 50%;*/
/*background: #ff4a3b;*/
/*margin: 0 0 2px 3px;*/
/*position: absolute;*/
/*top:7px;*/
/*}*/
sup.subnav_sup{
	display:block;
	min-width: 16px;
	height: 16px;
	text-align: center;
	background: #f4523b;
	border-radius: 10px;
	padding: 0 4px;
	font-size: 12px;
	color: #f9f9f9;
	vertical-align: middle;
	line-height: 15px;
	margin: 0 0 2px 3px;
	position: absolute;
	top:6px;
	right: 3px;
}
sup.subnav-dot-sup {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ff0000;
	margin: 0 0 2px 3px;
	position: absolute;
	top: -2px;
	right: -9px;
}
i.jticon{
	display:block;
	width:100%;
	height:10px;
	float:right;
	background:url(../images/gry_sj.png) no-repeat right;
}
.login_ul{
	width:240%;
	position: absolute;
	right:0px;
	top:45px;
	z-index:1000000;
	background:none;
	display:none;
}
.news_box{
	position: relative;
}
.login_center:hover .login_ul,.news_box:hover .login_ul{
	display:block;
}
.login_ul ul{
	background:#fff;
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.3);
	box-shadow:0 2px 5px rgba(0,0,0,0.3);
	border-radius: 0 0 5px 5px;
}
.login_ul li{
	display:block;
	float:left;
	width:100%;
	padding:6px 0;
	line-height: 30px;
	margin-bottom:1px;
	cursor:pointer;
	text-align: left;
}
.login_ul li:hover,.login_ul li.current{
	background:#41b8f0;
}
.login_ul li:hover a,.login_ul li.current a{
	color: #fff;
}
.login_ul li a{
	position:relative;
	padding-left:25px;
	color: #333;
}
.login_ul li a.icon_grzx{
	background-position: 30px -74px;
}
.login_ul li a.icon_ywcd{
	background-position: 30px 9px;
}
.login_ul li a.icon_news{
	background-position: 30px -17px;
}
.login_ul li a.icon_exit{
	background-position: 30px -43px;
}
.login_ul li a:hover{
	text-decoration:none;
}
sup.subnav_sup_dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height:15px;
	border-radius: 50%;
	background: #ff4a3b;
	color:#fff;
	font-size:8px;
	text-align:center;
	margin: 0 0 2px 3px;
	position: absolute;
	top:2px;
}
.TopPlate a:hover{
	text-decoration:underline;
}
.help_a{
	padding-left:20px;
	color:#d3d2d2;
	background:url(../images/bz.png) no-repeat 0px 18px;
}

/*------------------------------logoå¯¼èˆªå¼€å§‹-------------------*/
.TopMid{
	height:110px;
	background:#fff;
	border-bottom: 1px solid #d7d5d5;
}
.tel_div{
	width:320px;
	height: 60px;
	line-height: 20px;
	padding-left:45px;
	margin-top: 21px;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/phone-bg-01.png) no-repeat left 15px;
}
.back_home a{
	display: inline-block;
	width: 80px;
	height: 32px;
	line-height: 30px;
	margin: 32px 15px 0;
	border: 2px solid #41b8f0;
	border-radius: 5px;
	color: #41b8f0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
/*------------------------------å¯¼èˆªå¼€å§‹-------------------*/

/*ä¸»ç½‘ç«™å¯¼èˆª*/
.nav{
	/*width:740px;*/
	height:70px;
	/*margin-left: 100px;*/
	margin-top: 26px;
	position: relative;
}
.nav_login{
	margin-left: 0px;
}
.nav li{
	float:left;
	margin-left:1px;
	line-height: 52px;
	/*padding:0 10px 0 30px;*/
	cursor:pointer;
	position:relative;
}
.nav li a{
	display:block;
	width:auto;
	margin:0 20px;
	text-align:center;
	color:#333;
	font-size:14px;
	font-weight:bold;
	/*filter:alpha(opacity=75); -moz-opacity:0.75; opacity:0.75;-khtml-opacity:0.75;*/
	transition: background 0.2s linear;
}
.nav li.nav_hover a,.nav li a:hover{
	color:#c36815;

}
/*.nav li.nav_hover a,.nav li a:hover{*/
/*opacity:1;filter:alpha(opacity=100);moz-opacity: 1;-khtml-opacity: 1;*/
/*}*/

/*.nav li.nav_hover a:before{*/
/*display: block;*/
/*width: 70%;*/
/*height: 3px;*/
/*background: #0976ff;*/
/*position: absolute;*/
/*bottom: 0px;*/
/*}*/

/*ä¸‹æ‹‰å­èœå•*/
.sun_nav{
	width:100%;
	height:auto;
	padding: 0;
	background: none;
	/*border:1px solid #ddd;*/
	/*box-shadow:1px 2px 6px #c7c7c7;*/
	/* border:1px solid #eee; */
	border-top:none;
	position:absolute;
	top:45px;
	left:12px;
	z-index:1100;
	display:block;
	display:none;
	overflow:hidden;
}
.nav li a:hover .sun_nav,.nav li:hover .sun_nav{
	display:block;
}
.nav .sun_nav li{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	height:40px;
	line-height:40px;
	/* border-bottom:1px solid #eee; */
}
.nav .sun_nav li a{
	width:100%;
	padding:0;
	height:40px;
	line-height:40px;
	display:block;
	color: #757575;
	font-weight:normal;
	font-size:20px;
	text-align:center;
	margin:0;
	/* background:#fff; */
	border:none;
}
.all-new .nav .sun_nav li a{
	margin: 0;
}
.nav .sun_nav li a:hover,.nav .sun_nav li a.select_hover{
	color:#00a1ff;
}
/*ä¸‹æ‹‰å­èœå•ç»“æŸ*/
/*æˆ‘è¦å…¼èŒ*/
.part-job{
	margin: 30px 25px 0 0;
}
.part-job a{
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius:20px;
	color: #fc6703;
	text-align: center;
	font-weight: bold;
	border: 1px solid #e6e6e6;
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.3);
	box-shadow:0 1px 14px rgba(130,131,131,0.3);
}
.header02 .TopMid {
	height:65px;
}
.logo img{
	width:auto;
	height:40px;
	margin-top: 30px;
}
.header02 .logo img{
	margin-top: -50px;
}
.header02{
	height:110px;
	line-height:110px;
	background:#0181b9;
}
.header02 .nav{
	height:65px;
	margin-top: 9px;
}
.header02 .nav li a{
	height: 54px;
	line-height: 20px;
}
.header02 .sun_nav{
	top: 54px;
}
.nav .sun_nav li a{
	height: 40px;
	line-height: 40px;
}
/*-----------------------------------------------å¤´éƒ¨éƒ¨åˆ†ç»“æŸ-----------------------------------------------*/
/*----------------------------ç¬¬ä¸€å¤§ç‰ˆå—å„¿----------------------------*/
.Service{
	width:100%;
	height: auto;
	background:#efefef url(../images/plate-bg.jpg) no-repeat center;
	background-size:  cover;
	padding-bottom: 80px;
	margin-bottom:  30px;
}
.Service-box{
	width: 1296px;
	/* height: 790px; */
	padding-top: 50px;
	margin: 0 auto;
}
ul.Service-list{
	display: block;
	width: 100%;
}
.Service-list li{
	float: left;
	width: 432px;
	height: 552px;
	position: relative;
}
.Service-info{
	width: 360px;
	height: 460px;
	padding: 0 35px;
	background: #f7f5f5;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -230px 0 0 -180px;
	cursor: pointer;
	transition: all 0.2s linear 0s;
}
.tile_icon{
	display: block;
	width:102px;
	height: 102px;
	line-height: 102px;
	text-align: center;
	border-radius: 50%;
	background: #f7f5f5;
	-moz-box-shadow:-2px -2px 9px rgba(34,33,35,0.15) inset;
	-webkit-box-shadow:-2px -2px 9px rgba(34,33,35,0.15) inset;
	box-shadow:-2px -2px 9px rgba(34,33,35,0.15) inset;
	/*position: relative;*/
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -51px;
}
.tile_s{
	width: 100%;
	text-align: center;
	font-size: 24px;
	margin-top: 60px;
}
.tile_s sub{
	display: block;
	font-size: 14px;
	color: #41b8f0;
	line-height: 40px;
}
.img_p{
	padding: 10px 0 20px 0;
	margin-bottom: 10px;
	width: 290px;
	height: 100px;
	overflow: hidden;
}
.img_p img{
	width: 100%;
	height: 100px;
}
.text_p{
	color: #000;
	font-weight: bold;
	line-height: 26px;
}
.text_p a{
	color: #000;
}
.text_p a:hover{
	text-decoration: underline;
}
.text_p b{
	display: inline-block;
	width: 100%;
	font-weight: 500;
	font-size: 18px;
}
.text_p span{
	display: inline-block;
	height: 50px;
	overflow: hidden;
}
.text_p span.h25{
	height: 25px;
}
.cx_p{
	text-align: center;
	/*margin-top: 20px;*/
	position: absolute;
	bottom: 35px;
	left: 105px;
}
.cx_btn{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 160px;
	text-align: center;
	background: #333;
	color: #fff;
	border-radius: 5px;
}
.wfull-btn{
	margin-top: 16px;
}
.wfull-btn a{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 100%;
	text-align: center;
	background: #333;
	color: #fff;
	border-radius: 5px;
}
.wfull-btn a:hover{
	background: #b10202;
}
.Service-list li:hover .Service-info{
	-webkit-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	background: #fff;
	box-shadow: 2px 2px 35px #ccc;
}
.Service-list li:hover .cx_btn{
	background: #b10202;
}
.Service-list li:hover .tile_icon{
	background: #fff;
}
/*ç¬¬äºŒå¤§æ¿å—*/
/*åˆä½œä¼™ä¼´Â·ç²¾é€‰æœåŠ¡*/
.Plate_hz,.right_plate{
	float: left;
	width: 380px;
	height: 530px;
	background: #f4f4f4;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	padding: 0 30px;
	-webkit-box-shadow:0 2px 18px rgba(0,0,0,0.15);
	-moz-box-shadow:0 2px 18px rgba(0,0,0,0.15);
	box-shadow:0 2px 18px rgba(0,0,0,0.15);
}
.right_plate{
	margin-left: 50px;
	width: 850px;
	padding: 0;
	background: #efefef url("../images/line_bg.jpg") repeat-y 430px ;
}
.picture_list li{
	width: 320px;
	height: 76px;
	padding: 0 13px 0 80px;
	margin-top: 30px;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.1);
	box-shadow:0 2px 5px rgba(0,0,0,0.1);
	background: #fff url("../images/icon_hez.png") no-repeat;
	transition: all 0.2s linear;
}
.picture_list li:hover,.picture_list li.current{
	background: #fff url("../images/icon_hez_h.png") no-repeat;
}
.picture_list li:nth-child(1){
	background-position: 13px 14px;
}
.picture_list li:nth-child(2){
	background-position: 13px -89px;
}
.picture_list li:nth-child(3){
	background-position: 13px -196px;
}
.picture_list li:nth-child(4){
	background-position: 13px -298px;
}
.picture_list li:hover a,.picture_list li.current a{
	color: #5ab3e7;
}
.info_a{
	display: block;
	color: #666666;
}
.tile_b{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	padding: 12px 0 4px;
}
.info_span{
	font-size: 12px;
	font-weight: bold;
}
/*ç§‘æŠ€æ”¿ç­–*/
.Plate_kj{
	float: left;
	width: 430px;
	padding: 0 30px;
}
.Plate_tz{
	float: left;
	width: 418px;
	padding: 0 30px;
}
/*ä¸ªäººä¸­å¿ƒæ£€ç´¢*/
.search_text03{
	width:auto;
}
.search_text03 .input{
	height:28px;
	line-height:25px;
	background: #fff;
	text-indent: 10px;
	display: block;
	color: #514f50;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.search-btn03{
	width: 80px;
	height: 30px;
	line-height: 29px\9;
	color: #fff;
	cursor: pointer;
	border:none;
	margin-left:-2px;
	background:url(../images/search_btn02.png) no-repeat;
}
.search-btn03:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

/*-------------------------------------------------新页面改动样式-------------------------------------------------------------*/
.all-new .topl a{
	float: none;
	line-height: 45px;
}
.all-new .logo img {
	width: auto;
	height: 70px;
	margin-top: 18px;
}
.all-new .tel_div{
	width: 260px;
}
.all-new .nav{
	width: 548px;
}
.all-new .nav li a{
	margin: 0 22px;
	font-size: 20px;
	font-weight: 500;
}
.all-new .nav li:first-child a{
	margin-left: 0;
}
.all-new .nav li:last-child a{
	margin-right: 0;
}
.all-new .nav li.nav_hover a,.all-new .nav li a:hover{
	color: #00a1ff;
}
/*-----------------------------------------------åº•éƒ¨éƒ¨åˆ†å¼€å§‹-----------------------------------------------*/
.footer{
	width:100%;
	margin-top: 50px;
	overflow: hidden;
}
.footer-info{
	width:100%;
	padding-top: 60px;
	min-height:296px;
	background:url("../images/botm_bg.png") no-repeat center;
	background-size: cover;
}
.footer_left{
	width:650px;
}
.footer_mid{
	width:280px;
	margin-left: 20px;
}
.footer_mid a{
	float: left;
	line-height: 30px;
	width: 50%;
	color: #666;
	font-weight: 600;
}
.footer_mid a:hover{
	color: #333;
}
.half_div{
	width:55%;
}
.half_div01{
	width:40%;
}
.footer_left p{
	font-size:14px;
	color:#666;
	line-height:30px;
	font-weight: 600;
}
.footer_left b{
	display: inline-block;
	width: 70px;
}
.footer  p.f20{
	font-size:20px;
	font-weight:bolder;
}
.til_sub{
	display: block;
	padding-bottom: 20px;
	text-transform: capitalize;
}
.footer_right{
	float: right;
	width:240px;
	text-align: right;
}
.footer_right p{
	display: inline-block;
	text-align:center;
	margin:75px 0 0 10px;
	font-size: 12px;
}
.footer_right p img{
	display: block;
	margin-bottom: 10px;
	border: 3px solid #c9c9c9;
}

.footbootm{
	width:100%;
	font-size:14px;
	line-height:55px;
	color: #fff;
	background: #333333;
}
.footer_login{
	background:#fff;
}
.footer_login .footbootm{
	color: #444;

}
.footer_login .footnav,.footer_login .footnav li a{
	color: #5681db;
}
/*-----------------------------------------------åº•éƒ¨éƒ¨åˆ†ç»“æŸ-----------------------------------------------*/
/*åœ¨çº¿æœåŠ¡æ¿å—*/
.online_service{
	width: 46px;
	height: 142px;
	position: fixed;
	top: 300px;
	right: 0px;
	z-index: 1000;
}
.service_unit{
	width: 46px;
	height: 142px;
	margin-bottom: 60px;
	position: relative;
	cursor: pointer;
}
/*侧边栏 科技查新帮助手册*/
.service_help{
	width: 46px;
	height: 200px;
	text-align: center;
	text-indent: 40px;
	padding-right: 10px;
	color: #fff;
	cursor: pointer;
	background: #fc6703 url("../images/icon-zshelp.png") no-repeat  center 20px;
	/*writing-mode:tb-rl;*/
	-webkit-writing-mode:vertical-rl;
	writing-mode:tb-rl;
	writing-mode:vertical-rl;
	/*transition: all 0.2s linear 0s;*/
}
.service_help a{color:#fff;}
.service_name:hover{
	background: #b10202 url("../images/icon_zxh.png") no-repeat  center 20px;
}
.service_help:hover{background: #b10202 url("../images/icon-zshelph.png") no-repeat  center 20px;}
.service_name_info{
	width: 221px;
	padding-right: 21px;
	height: auto;
	/*background: url("../images/icon_sj.png") no-repeat right center;*/
	position: absolute;
	left: -215px;
	top: -30px;
	display: none;
}
/**/
.service_name{
	width: 46px;
	height: 142px;
	text-align: center;
	text-indent: 40px;
	padding-right: 10px;
	color: #fff;
	background: #fc6703 url("../images/icon_zx.png") no-repeat  center 20px;
	/*writing-mode:tb-rl;*/
	-webkit-writing-mode:vertical-rl;
	writing-mode:tb-rl;
	writing-mode:vertical-rl;
	/*transition: all 0.2s linear 0s;*/
}
.service_name:hover{
	background: #b10202 url("../images/icon_zxh.png") no-repeat  center 20px;
}
.service_name_info{
	width: 221px;
	padding-right: 21px;
	height: auto;
	/*background: url("../images/icon_sj.png") no-repeat right center;*/
	position: absolute;
	left: -215px;
	top: -30px;
	display: none;
}
.service_unit:hover .service_name_info{
	display: block;
}
.icon_sj{
	display: block;;
	width: 21px;
	height: 14px;
	position: absolute;
	right: 1px;
	top: 50%;
	margin-top: -7px;
}
.service_name_box{
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	-webkit-box-shadow:0 1px 29px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 29px rgba(0,0,0,0.2);
	box-shadow:0 1px 29px rgba(0,0,0,0.2);
}
.service_name_box ul{
	padding: 10px 15px 0px 55px;
	background: url("../images/icon_qq.png") no-repeat;
}
.service_name_box ul li{
	margin: 10px 0 5px 0;
}
ul.qq_list{
	background-position: 15px 20px;
}
ul.tel_list{
	background-position: 15px -79px;
}
.service_name_box ul b{
	display: block;
}
.service_name_box ul .red{
	color: #cc0000;
}
/*ç¿»é¡µéƒ¨åˆ†å†…å®¹å¼€å§‹*/
.pagecon{
	height:25px;
	padding:20px 0;
	/*vertical-align:middle;*/
	/*float:right;*/
}
.pagination{
	height:42px;
	line-height:42px;
	font-size:12px;
	color:#010101;
	margin:0 auto;
	/*float:right;*/
	display:block;
	text-align:center;
}
.w450{
	width:450px;
}
/*å½“å‰è®°å½•*/
.pagination .shul{
	/*padding-top:2px;*/
	line-height:42px;
	margin-right:10px;
	width:auto;
}
.pagination .shul span{
	padding-right:5px;
	line-height:22px;
	color:#a8a7a7;
	font-size:14px;
}
.pagination .shul b{
	font-weight:bold;
	border:none;
	padding:0px;
	margin:0px;
	color:#514f50;
	line-height:22px;
}
.pagination .shul a:hover{
	background:none;
	border:none;
	color:#a8a7a7;
	text-decoration:underline;
}
.page_num{
	color:#514f50;
	font-size:14px;
	line-height:20px;
	margin-top:2px;
}
.pagination span.disabled{
	border:#abacae 1px solid;
	padding:1px 8px;
	color:#abacae;
	line-height:38px;
	/*margin:0 2px 0 0;*/
}
.pagination a,.pagination span{
	float:left;
}

.pagination .current{
	min-width:20px;
	height:22px;
	padding:1px 8px;
	padding:0px 8px\9;
	color:#fff;
	margin:0 5px 0 0;
	background:#12abf1;
	border:1px solid #12abf1;
}
.pagination .dian3{
	margin:0 5px;
	line-height: 22px;
	display:inline;
}
.pagination a{
	min-width:20px;
	padding:1px 8px;
	padding:0px 8px\9;
	margin:0 5px 0 0;
	text-decoration:none;
	line-height:18px;
	color:#514f50;
	border:#d8d8d8 1px solid;
	background:#ebebf3;
}
.pagination a:hover,a.current_a{
	color:#fff;
	background:#514f50;
	border:1px solid #877679;
}
.pagination .autoPadDiv:hover{
	background:#877679;
}
/*.pagination a:hover{
	background-color:#215faf;
	color:#FFF;
	padding:3px 8px;
	margin:0 2px 0 0;
}
.pagination a:active{
	border:#085cbd 1px solid;
	padding:3px 8px;
	margin:0 2px 0 0;
}
*/

/*ç¿»é¡µéƒ¨åˆ†å†…å®¹å¼€å§‹*/

/*åˆ°å¤šå°‘é¡µ*/
.yepage{
	margin:0px 0 0 10px;
	display:inline;
	color:#000;
	line-height:22px;
	font-size:14px;
	/*padding-top:3px;*/
}
.pagination .yepage .stext{
	border:solid 1px #d3d3d3;
	width:40px;
	line-height:20px;
	padding:0px 5px;
	margin:0 5px;
	text-align:center;
	border:solid 1px #d3d3d3;

}
.pagination .yepage .ok_btn{
	background:none;
	border:none;
	color:#fff;
	padding:0px 5px;
	margin:0 5px;
	line-height:20px;
	line-height:22px\9;
	*line-height:18px;
	text-align:center;
	cursor:pointer;
	/*width:30px;*/
	background:#12abf1;
}
/*ç¿»é¡µéƒ¨åˆ†å†…å®¹ç»“æŸ*/

