@charset "GBK";
/* CSS Document */

/* 全局样式 */
* {margin: 0px; padding: 0px; list-style-type: none;}
/*html { font-size:1em;-webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight:rgba(0,0,0,0);-webkit-text-size-adjust:none;overflow:-moz-scrollbars-vertical;
}*/
/*强制firefox出现滑动条*/
html, body {margin: 0;padding: 0;}
body h1,body h2,body h3,body h4,body h5,body h6,body strong,body em {font-weight:normal; } /*微软雅体 将原有的bold属性去掉*/
input:focus { outline: none; }
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } /*利用阴影来填充掉input自动填充色*/
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub{ font-size:1em;}
body, input, button, select, textarea, sub{ font-family:Arial, sans-serif;}
em, cite, address, optgroup { font-style:normal;}
kbd, samp, code { font-family:monospace;}
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt,u, ul, var { margin:0; padding:0;}

textarea:focus,input:focus { border: 1px solid #0970ee; }
img, input, button, select, textarea { vertical-align:middle;outline:none;}
ul, ol { list-style:none;}
img, fieldset { border:0;}
abbr, acronym { cursor:help; border-bottom:1px dotted black;}
table {	width:100%; border-spacing:0; border:0;}
table th, table td { border:0;}
legend, hr { overflow:hidden; position:absolute; top:0; left:0;}
legend, hr, caption { visibility:hidden; font-size:0; width:0; height:0; line-height:0;}
body{font-family: "微软雅黑";	font-size: 0.75em; min-width: 1260px; height: 100%; width: 100%;  position: relative; color:#2d2d2d; background:#eee;}
/* =global 统一样式
--------------------------------------------------------------------------------------------------------------------------------*/
/* 改变动画的效果方式*/
* {
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
      -ms-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
html { height: 100%; font-family: "微软雅黑";}
:focus {outline: 0px;}
label {	cursor: pointer;}
h1 {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
h2 {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
h3 {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
h4 {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
h5 {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
h6 {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
ul {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
li {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
dl {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
dt {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
dd {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
form {margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
img {margin: 0px;padding: 0px;list-style-type: none;border-style: none;}
p {	margin: 0px; padding: 0px; border: currentColor; list-style-type: none;}
.nofix p {margin: auto; padding: inherit;}
div {margin: 0px auto;}
ul,li{border-style: none;margin: 0px;padding: 0px;list-style-image: none;list-style-type: none;}
a {color: #666;}
a:hover { text-decoration: underline; }
.clearfix::after {height: 0px; clear: both; display: block; visibility: hidden; content: ".";}
* + html .clearfix {height: 1%;}
article, aside, footer, header, hgroup, nav, section, figure, figcaption { display: block;}
.clear {clear: both; font-size: 0px;}
.rel{position: relative;}
.abs{position: absolute;}
.float_l{ float:left;}
.float_r{ float:right;}
.mt15{ margin-top:15px;}
.fontHighlight{background-color: rgb(252, 255, 0); font-style: italic; font-weight: bold; color:#F00;}
.f_c1{ color:#0e7cd6;}/*正面字体颜色*/
.f_c2{ color:#fe0000;}/*负面字体颜色*/
.f_c3{ color:#e07900;}/*疑似负面字体颜色*/
.f_c4{ color:#95c732;}
.f_c5{ color:#a6a4a4;}
.f_c6{ color:#0690ff;}
/*-----头部样式--------------*/
#head{height: 70px;background-color: #FFF;}
#head .logo{background: no-repeat url(../images/logo.png);height:60px;width: 250px;left: 25px;top:6px;background-size: 100%;}
#head .nav{left: 280px;top: 0px;line-height: 70px;height: 70px; width:500px; }
#head .nav > a{display: block;line-height: 70px;height: 70px;padding-right: 25px;padding-left: 25px;float: left;color: #404040;font-size: 16px;text-decoration: none; overflow:hidden;}
#head .nav > .active{background-color: #cee8ff;color: #0077d5;}
#head .nav > a:hover{color: #0077d5;}
#head .user{position: absolute;top: 30px;right: 20px;color: #8c8c8c;font-size: 12px;z-index: 1;width: 270px;}
#head .user a{color: #8c8c8c;text-decoration: none;margin-right: 3px;margin-left: 3px;line-height: 27px;height: 27px;}
#head .user a:hover{color: #26a5dd;text-decoration: underline;}
#head .user .logout{ margin-left:25px;}
#head .user .phone-zh{ font-family:Arial, Helvetica, sans-serif;}
#head .user .account{float: right;width: 120px;height: 30px;margin-left: 0px;top: -6px;right: 0px;z-index: 9999;}
#head .user .account span{float:left;*display:inline;width:120px;text-align:left;position:relative;}
#head .user .account span a{display:block;width:120px;height:30px;background: no-repeat url(../images/user_ico.png);line-height: 30px;text-align: left;text-indent: 35px;}
#head .user .account span a:hover{text-decoration: none;}
#head .user .account span li a{height:20px;}
#head .user .account .mousenow a{background-image: url(../images/u_bg.png);background-repeat: no-repeat;background-position: 0px 0px;color: #01599A;}
#head .user .account .mousenow li{color:#666666;width:120px;height:20px;text-align:left;}
#head .user .account .mousenow li a{color:#01599A;text-indent:35px;line-height: 20px;}
#head .user .account .mousenow li a:hover{color: #006699;text-decoration: none;background: 18px center no-repeat url(../images/index_1_ico.gif);}
#head .user .account dl{position:absolute;top:25px;z-index:9;overflow:hidden;padding-bottom: 8px;line-height: 20px;background: left bottom no-repeat url(../images/u_bg.png);}
#head .user .account dl{width:120px;left: 3px;}
*html #head .user .account dl{width:120px;left: 3px;}
*+html #head .user .account dl{width:120px;left: 3px;}
#head .user .account .mousenow dl a{display:block;line-height:20px;width:120px;height:20px;background-image: none;font-size: 12px;color: #999;}
#head .r_btn{ top:20px; right:30px; display:block; width:170px;}
#head .loginBtn,#head .RegistBtn{
	text-decoration:none;
	margin-left:10px;
	display:block;
	float:left;
	padding-left:20px; padding-right:20px;
	font-size:16px;
	text-align:center;
	line-height: 32px;
	color: #FFF;
	height: 32px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(pie.htc);
}
#head .loginBtn{background-color: #007bdd;}
#head .loginBtn:hover{background-color: #0089f6;}
#head .RegistBtn{background-color: #f60;}
#head .RegistBtn:hover{background-color: #fd893c;}

.h_line{border-bottom: solid 4px #028cfb;}
.b_line{border-bottom: dashed 1px #eeeeee;}
.h10{ height:10px;}
.h15{ height:15px;}
.h35{ height:35px;}
.h55{ height:55px;}
.mb15{ margin-bottom:15px;}
.mb35{ margin-bottom:35px;}
.mt5{ margin-top:5px;}
.mt15{ margin-top:15px;}
.ml100{margin-left:100px;}
.ml80{margin-left:80px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml35{margin-left:35px;}
.ml40{margin-left:40px;}
.ml45{margin-left:45px;}
.ml60{margin-left:60px;}

.ml10{margin-left:10px;}
.ml5{margin-left:5px;}
.mr5{margin-right:5px;}
.mr15{margin-right:15px;}
.mr30{margin-right:30px;}
.align_r{text-align: right;}
.align_l{text-align: left;}
/*字体大小*/
.fz12{ font-size:12px;}
.fz14{ font-size:14px;}
.fz16{ font-size:16px;}
.fz18{ font-size:18px;}
.fz20{ font-size:20px;}
.fz22{ font-size:22px;}
.fz24{ font-size:24px;}
/*框架样式*/
.content{width:1200px;margin-right: auto;margin-left: auto; overflow:hidden; margin-bottom:40px;}
.content1{width:1200px;margin-right: auto;margin-left: auto;}
.content800{
	width:980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
}

.content1000{
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;
}
.content1200{
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 20px 0;

}
/*翻页样式*/
.ep-pages{clear:both;text-align:center;font-family:Arial, "\5B8B\4F53", sans-serif;font-size:12px;vertical-align:top;float: right;padding: 1px 12px 2px 12px;}
.ep-pages a, .ep-pages span{display:inline-block;height:23px;line-height:23px;padding:0 8px;margin:5px 1px 0 0;background:#fff;border:1px solid #e5e5e5;overflow:hidden;vertical-align:top;text-decoration: none;	}
.ep-pages a:hover{text-decoration:none;background-color: #118ec6;border: 1px solid #118ec6;}
.ep-pages a, .ep-pages a:visited{color:#252525}
.ep-pages a:hover, .ep-pages a:active{color:#ffffff}
.ep-pages .current{border:1px solid #118ec6;color:#fff;background-color: #118ec6;}
.ep-pages a.current, .ep-pages a.current:visited{color:#ffffff}
.ep-pages a.current:hover, .ep-pages a.current:active{color:#ffffff}
.ep-pages-ctrl{font-family:"\5B8B\4F53", sans-serif;font-weight:bold;font-size:16px}
.ep-pages-e5e5e5{color:#e5e5e5}
.ep-pages-all{font-size:12px;vertical-align:top}

/*导航2*/
.nav2{width:100%;height:40px;line-height: 40px;background-color: #FFF;box-shadow: 0 0 6px rgba(0,0,0,0.6);}
.nav2 h1,.nav2 h2,.nav2 h3{font-size: 14px;font-weight: 400;background: left center no-repeat url(../images/nav2icon1.png);text-indent: 30px;line-height: 40px;float: left;margin-left: 4px;}
.nav2 h1 a,.nav2 h2 a{text-decoration: none;}
.nav2 h1 a:hover,.nav2 h2 a:hover{text-decoration: none;color: #078ffc;}
.nav2 h2,.nav2 h3{color: #999;}
/*图标icon*/
.nav2icon{background: no-repeat url(../images/nav2icon.png);display:block;width:24px;height:24px;margin-top:8px;text-indent: -9999px;}
.home_icon{background-position: 0px 0px;}
.home_icon:hover{background-position: -24px 0px;}


/*------底部样式----------*/
#footer{border-top: solid 1px #d6d6d6;text-align: center;overflow: hidden;padding-top: 30px;padding-right: 0;padding-bottom: 30px;padding-left: 0;width: 100%;}
#footer,#footer a{color: #808080;text-decoration: none;}
#footer a{ margin-left:20px; margin-right:20px;}
#footer a:hover{color:#1c82d2;text-decoration: underline;}
#footer p{line-height: 35px;}

/*右下角弹出提示框*/
/* weiduduan */
.weiduduan{	width: 550px;margin: 15px auto 0 auto;background-color: #000000;z-index: 9999;}
.tipfloat{display:none;z-index:999;position:fixed;_position:absolute;right:0px;bottom:0;height:48px; background-color:#000000;}
.weiduduan .close{display:block; left:-5px; top:-5px; text-align:center;width:18px;height:18px; line-height:16px; font-size:20px; background-color:#fff; border:solid 1px #1b7ac6; color:#1b7ac6;overflow:hidden;cursor:pointer;-moz-border-radius: 20px;-webkit-border-radius: 20px;border-radius: 20px;behavior: url(pie.htc); }
.weiduduan .close:hover{ background-color:#d9eeff;}
/* ranklist */
.ranklist{ line-height:48px; font-size:14px;}
.ranklist .cl_1{
	width: 58px;
	display: block;
	height: 58px;
	float: left;
	background-color: #3a8ed1;
	background-image: url(../images/r_icon/r_sucai1.png);
	background-repeat: no-repeat;
	background-position: center -1px;
}
.ranklist .cl_2{ padding:0px 20px; display:block; height:58px; color:#fff; float:left;}
.ranklist .cl_3{ padding:6px 5px 0px 5px; display:block; height:58px; color:#fff; float:left;}

.ranklist .btn1{ background-color:#fff; width:80px; height:36px; padding:0px 10px; line-height:36px; text-align:center; display:block; color:#0170c2;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;behavior: url(pie.htc); float:right; text-decoration:none;}
.ranklist .btn1:hover{ background-color:#3a8ed1; color:#fff;}
@media screen and (max-width: 1280px) {
 
.content{width:1140px;margin-right: auto;margin-left: auto;	}
 
}
.Regis_box{ width:900px; overflow:hidden; margin:0 auto;  float:left; margin-top:40px; color:#666; margin-left:45px; display:inline; margin-bottom:30px;}
.y_reg_list{ margin-left:60px; margin-bottom:15px;}
.y_reg_list input{ vertical-align:middle;}
.y_red{ color:#f00; display:inline-block; margin-left:15px; padding-top:5px; vertical-align:middle;}
.y_tename{ display:inline-block; width:85px; text-align:right; margin-right:10px;}
.y_int200,.y_int100{ height:24px; line-height:24px; border:#ccc 1px solid;}
.y_int100{ width:100px;}
.y_int200{ width:200px;}
.y_redtip{ display:inline-block; color:#f00; font-style:normal; margin-left:10px;}
.Reg_title{  margin:0px 0 30px 30px; border-bottom:#ccc 1px solid;}
.Reg_title strong{font-weight:bold; display:inline-block; font-size:20px; background:#fff; width:80px; margin-top:-5px; padding-bottom:15px;}
.y_newniu{ width:300px; overflow:hidden; margin:30px 0 0 150px;}
.y_newniu a{
	text-decoration:none;
	margin-left:10px;
	display:block;
	float:left;
	padding-left:20px; padding-right:20px;
	font-size:16px;
	text-align:center;
	line-height: 32px;
	color: #FFF;
	height: 32px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(pie.htc);
}

.emptBtn{background-color: #007bdd;}
.emptBtn:hover{background-color: #0089f6;}
.RegistBtn{background-color: #f60;}
.RegistBtn:hover{background-color: #fd893c;}
.y_succ{ font-size:18px; text-align:center; margin-bottom:25px;}
.y_succimg{ display:inline-block; background:url(../images/fcg_07.png) no-repeat left center; width:60px; height:60px; vertical-align:middle;
margin:20px 20px 0px 0;}
.y_zhuce{ width:260px; overflow:hidden; color:#0672e9; margin:0px 0 10px 22px; font-size:16px;}

.Pro_Ban{ width:100%; overflow:hidden;}
.proban_bj{ background:url(../images/banner/prod_ban.jpg) no-repeat scroll center center; width:100%; height:514px;}
.priban_bjcon{ line-height:24px; color:#fff; width:1200px; overflow:hidden; margin:0 auto; }
.priban_bjcon p{ font-size: 26px; line-height:50px; margin: 140px 0 0 500px; overflow: hidden;width: 600px;}
.pro_word{ width:1100px; overflow:hidden; margin:0 auto; margin-top:40px; margin-bottom:40px;}
.pro_title{ background:url(../images/xian_bj.gif) repeat-x; width:100%; height:60px; text-align:center; }
.pro_title span{ display:inline-block; background:#fff; font-size:36px; padding:0 30px;}
.pro_words{ font-size:22px; line-height:38px; color:#666; margin-top:20px;}
.wordcent{ text-align:center;}
.pro_Advan{ width:100%; overflow:hidden; margin-top:30px;}
.pro_Advanleft{ float:left; width:400px; overflow:hidden;  display:inline; margin-right:60px;}
.pro_Advanright{ float:left; padding-top:40px; }
.pro_Advanright p{ font-size:20px; line-height:30px; margin-bottom:30px; color:#666;}
.pro_Advanright p strong{ font-weight:bold; color:#505050;}
