
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline:none;
	/*手机触发时阴影*/
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-webkit-appearance:none;

	/*-moz-user-select: none; 
	-webkit-user-select: none;  
	-ms-user-select: none; 
	-khtml-user-select: none;
	user-select: none;*//*禁止文字复制*/

	-webkit-touch-callout:none;
	-moz-touch-callout:none;
	-ms-touch-callout:none;
	-o-touch-callout:none;
	touch-callout:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	/*line-height:100%;*/
	font-family:'Microsoft Yahei';
	font-family:"Arial Regular";
	color: #333333;
	font-size:16px;
	line-height: 20px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration: none;}
img{vertical-align:middle;border: none;}

.fl{float: left;}
.fr{float: right;}
.clr:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clr{zoom:1}
.pr{position: relative;}

body,.divpoo{-webkit-overflow-scrolling: touch}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {-webkit-appearance: none;border-radius: 0;}  
input:focus, textarea:focus {
    outline: none;
}
input::-ms-clear {
    display: none;
}

/*-------------------------------------*/
body{-webkit-tap-highlight-color:rgba(0,0,0,0);}
a,button,input,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0;)}
a,button,input,textarea{
-webkit-tap-highlight-color: rgba(0,0,0,0;)
-webkit-user-modify:read-write-plaintext-only; 
}
.css{-webkit-appearance:none;}
input::-webkit-input-placeholder{color:#AAAAAA;}
input:focus::-webkit-input-placeholder{color:#EEEEEE;}
.css{-webkit-touch-callout: none}
.css{-webkit-user-select:none}
.css{
/*设置内嵌的元素在 3D 空间如何呈现：保留 3D*/
-webkit-transform-style: preserve-3d;
/*（设置进行转换的元素的背面在面对用户时是否可见：隐藏）*/
-webkit-backface-visibility: hidden;
}
.css {
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
}
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
.zoomIn{-webkit-animation-duration:0.3s;animation-duration:0.3s;}

/*public*/
html{height: 100%;}
body{font-family: "微软雅黑";width: 100%;background: #fff;}
.warp{width: 1000px;min-width: 1000px;margin: 0 auto;}
/*头部*/
.header{width: 100%;min-width: 1000px;overflow: hidden;background: #f0eeee;height:40px;padding-top: 10px;}
.header .logo{float: left;}
.nav{float: left;color: #000;line-height:40px;margin-left:30px;}
.nav a{display: inline-block;color: #000;height:40px;line-height:40px;font-size:16px;padding: 0 3px;}
.nav a:hover{color: #FF0000;}
.header_r{float: right;color: #000;line-height:40px;height:40px;font-size: 16px;font-weight: bold;}
/*copyright*/
.copyright{width: 100%;background: #f7f7f7;padding:20px 0 40px;min-width: 1000px;}
.box_copuright{width: 1000px;margin: 0 auto;min-width:1000px;}
.them_copy{font-size: 30px;color: #000;border-bottom: solid 1px #ddd;padding-bottom:10px;height: 34px;font-weight: bolder;}
.them_copy span{border-bottom: solid 2px #ff0000;padding-bottom:4px;}
.add_name{background: #fff;-moz-box-shadow:2px 2px 8px #999; -webkit-box-shadow:2px 2px 8px #999; box-shadow:2px 2px 8px #999;
	margin-top: 14px;position: relative;z-index: 2;}
.ul-add_name{min-height: 10px;overflow: hidden;position: relative;}
.li-add_name{float: left;font-size: 16px;width:16.666666666%;text-align: center;line-height:50px;cursor: pointer;position: relative;}
.li-add_name:after{content: '';position: absolute;right: 0;top: 30%;width: 1px;height:40%;background: #ddd;}
.li-add_name:nth-child(6):after{content: '';position: absolute;right: 0;top: 30%;width: 1px;height:40%;background:none;}
.li-add_name:nth-child(12):after{content: '';position: absolute;right: 0;top: 30%;width: 1px;height:40%;background:none;}
.li-add_name:nth-child(18):after{content: '';position: absolute;right: 0;top: 30%;width: 1px;height:40%;background:none;}
.li-add_name.citysActived{background: #ff0000;color: #fff;position: relative;}
.li-add_name.citysActived:after{content: '';position: absolute;right: 0;top: 30%;width: 1px;height:40%;background:none;}

.subtab_add{margin-top:20px;}
.ul-subtab_add{min-height: 10px;overflow: hidden;}
.li-subtab_add{box-sizing:border-box;
	background-image: url("imagesicored.png");width:154px;height: 62px;line-height: 40px;text-align: center;padding-left: 6px;background-repeat: no-repeat;
	-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0.3s;transition:all 0.3s ease-out 0s;
	color: #fff;margin-right: 12px;float: left;cursor: pointer;font-size: 14px;margin-top: 14px;}
.tabsubsub{background: #fff;-moz-box-shadow:2px 2px 8px #999; -webkit-box-shadow:2px 2px 8px #999; box-shadow:2px 2px 8px #999;padding: 14px 20px;/* display: none; */}
.them_guangz i{background: url(imagesico9.png);width: 20px;height: 24px;display:inline-block;margin-right: 4px;vertical-align:middle;}
.them_guangz span{font-size: 16px;color: #ff0000;border-bottom:dashed 1px #ff0000;padding-bottom:4px;font-weight: bold;}
.tabsubsub p{font-size: 14px;color: #333;padding-left: 26px;padding-top: 10px;}
.li-subtab_add.contsActived{color: #f6ff00;}

/*脚部*/
.footer_big{width: 100%;background: #25292c;display: table;margin-top: -4px;}
.footer_box{max-width:1000px;min-width: 1000px;margin: 0 auto;min-height: 10px;overflow: hidden;padding: 20px 0 28px;box-sizing:border-box;}
.first_box{float: left;}
.w40{width: 40%;}
.w20{width: 20%;}
.ul_Examinee, .ul_code{min-height: 10px;overflow: hidden;}
.li_Examinee{width: 33.3333%;float: left;text-align: center;}
.h1_Examinee{color:#fff;font-size: 18px;font-weight: bold;line-height: 38px;}
.li_Examinee a{color: #fff;display: block;line-height: 24px;font-size: 14px;}
.li_code{float: left;width: 50%;text-align: center;}
.li_code img{width: 118px;height: 118px;display: block;margin: 0 auto;}
.a_qcode{font-size: 14px;color: #fff;line-height: 36px;}
.follow{text-align: center;color: #fff;font-size: 14px;line-height: 26px;}
.Whole{color: #fff;font-size: 14px;padding:16px 0;}
.number{color: #fff;font-size: 28px;padding-bottom: 16px;}
.service, .service a{color: #fff;font-size: 14px;}
.div_copy{padding-top: 30px;}
.p_Copy, .p_Copy a{text-align: center;color: #fff;font-size: 14px;line-height: 32px;}
.p_Copy img{vertical-align:middle;display: inline-block;}
.big_header a:hover{color: red;}
.footer_big a:hover{color: #999;}

/*右悬浮*/
.zg_frxf{ width:130px; padding-top:45px; position:fixed; right:0px; top:55px; z-index:999; max-height:550px; overflow-y:auto; overflow-x:hidden;
	background:url(imagesright.png) no-repeat;}
.zg_frxf_nr{ padding:90px 6px 18px 42px;color:#fff;position:relative;}
.p_frzx a{font-size: 12px;color: #fff;display: block;text-align: left;}
.p_frzx span{font-size: 12px;color: #fff;display: block;}
.b_frmar{padding:25px 0 25px 6px;}
.b_frmar1{padding:10px 0 30px 6px;}
.atop_t{display:inline-block;margin-top: 200px;padding-left: 8px;}
.atop_t span{cursor: pointer;}

/*左侧悬浮*/
.zcxf{ width:200px; height:auto;position:fixed; left:0px; top:35px;z-index:999999;background:url(../images/left.png) no-repeat;padding: 138px 21px 30px;box-sizing: border-box;}
.lside li{border-bottom: dashed 1px #553726;padding: 9px 0 9px 4px;}
.lside li a{font-size: 14px;color: #553726;}
.zcxf h3{ font-size:18px; color:#fff; font-family:'Microsoft Yahei';margin: 53px 0 22px;}
.abtn_side{display: block;margin: 0 auto;text-align: center;color: #fff;font-size: 16px;background:url(imagesico5.png) no-repeat;width: 149px;height: 26px;line-height: 26px;}
.close1{background:url(imagescol.png) no-repeat;width:239px;height: 21px;position: absolute;top:-128px;left:140px;cursor: pointer;}
.zcxf2 {width: 28px;height: 110px;position: fixed;left: 0;top: 130px;cursor: pointer;background: #ffe2b0;font-size: 20px;color: #333;font-family: 'Microsoft Yahei';text-align: center;
    line-height: 26px;padding-top: 10px;-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;}
