@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
* {
  padding: 0px;
  margin: 0px;
}
html {
  overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  color: #333333;
  margin: 0px auto;
  font-family: "microsoft yahei";
  font-size: 14px;
  background: #ffffff;
}
div {
  margin: 0;
  padding: 0;
  border: 0;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
}
p {
  margin: 0px;
  line-height: 1em;
}
b,
strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  /* Remove most spacing between table cells.*/
}
li {
  list-style: none outside none;
}
/*链接*/
a {
  text-decoration: none;
  color: #333333;
  background: transparent;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: none;
}
/*表单*/
form {
  margin: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
select {
  text-transform: none;
}
input {
  background-color: #FFFFFF;
  width: 99%;
  line-height: normal;
  outline: none;
}
textarea {
  color: #000000;
  background-color: #fff;
  width: 99%;
}
i {
  display: block;
  clear: all;
}
h1 {
  font-weight: normal;
}
h2 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
h4 {
  font-weight: normal;
}
h5 {
  font-weight: normal;
}
h6 {
  font-weight: normal;
}
/*==========@@HTML默认 结束@@==========*/
/*==========@@通用 开始@@==========*/
.w {
  width: 1200px;
  margin: 0 auto;
}
/*浮动*/
.clear {
  display: block;
  clear: both;
  height: 3px;
  overflow: hidden;
  line-height: 3px;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
/*对齐方式*/
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
/*其它*/
.hide {
  display: none;
}
/*隐藏*/
.code_image {
  cursor: pointer;
  padding-bottom: 6px;
}
/*验证码图片样式*/
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ico {
  background: url(../images/icon.png) no-repeat;
}
/*==========@@通用 结束@@==========*/
/*==========@@布局 开始@@==========*/
.hr_line{
	width: 100%;
	height: 1px;	
	margin-bottom: 27px;
	background: #D2E4FD;
}
#search_m{
	position: absolute;
	right: 0;
	height: 33px;
 
	top:17px;
}
.sobtitle {
	position: relative;
 
}
#search_m input{
	width: 205px;
	height: 33px;
	border: 1px solid #D2E4FD;
	display: block;
	float: left;
	line-height: 33px;
	border-right: transparent;text-indent: 1.4em;
}
#search_m .btn{
		background: url("../images/search_btn.jpg");
		width: 38px;
		height: 35px;
			display: block;
	float: left;
}
/*注册协议*/
.agreement {
  width: 740px;
  height: 520px;
  position: fixed;
  border-radius: 10px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  z-index: 999;
  left: 50%;
  top: 50%;
  margin: -260px 0px 0px -370px;
  color: #666;
  line-height: 28px;
  display: none;
}
.agreementCon {
  width: 740px;
  height: 520px;
  background: #fff;
}
.agreement .agreen_title {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  color: #000;
  background: #f3f3f3;
}
.agreement .con {
  width: 680px;
  height: 370px;
  margin: 10px 10px 20px 20px;
  padding-right: 20px;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}
.agreement .agreen_btn {
  width: 340px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background: #5A8ED8;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.agreement .close {
  width: 32px;
  height: 32px;
  margin: 0 0 10px 0;
  cursor: pointer;
  z-index: 11111;
  position: absolute;
  right: 0;
  top: 0px;
  background: url(../images/dialogClose.png) center center no-repeat;
  transition: all .3s;
}
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.15) !important;
  filter: alpha(opacity=15);
  background: #000;
  display: none;
}
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.15) !important;
  filter: alpha(opacity=15);
  background: #000;
}
/*==========@@布局 结束@@==========*/
/*==========@@公共板块 开始@@==========*/
/* 顶部 */
#top_main {
  background: #4072B9;
  width: 100%;
  height: 34px;
}
#top_main .top {
  color: #d5e9f6;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
}
#top_main .top a {
  display: inline-block;
  color: #d5e9f6;
  line-height: 34px;
  padding: 0 12px;
  font-family: SimSun;
}
/*logo*/
/*导航*/
#navigation_main {
  height: 110px;
  width: 100%;
  background: #ffffff;
  position: relative ;
  z-index: 50;
}
#navigation_main #navigation {
  height: 110px;
}
#navigation_main #navigation .main_logo {
  line-height: 107px;
}
#navigation_main #navigation .main_logo a {
  display: block;
  float: left;
}
#navigation_main #navigation .main_logo img {
  display: inline-block;
  float: left;
}
#navigation_main #navigation .main_logo .fi {
  border-left: 1px solid #D5E9F6;
  border-right: 1px solid #D5E9F6;
  display: block;
  width: 330px;
  height: 110px;
  padding-right: 50px;
}
#navigation_main #navigation .main_logo .fi img {
  width: 330px;
  height: 110px;
  display: inline-block;
  float: left;
}
#navigation_main #navigation .navigationlist {
  float: left;
}
#navigation_main #navigation .navigationlist .hover {
  background: #5A8ED8;
  border-right: 1px solid #5A8ED8;
}
#navigation_main #navigation .navigationlist .hover a {
  color: #ffffff;
}
#navigation_main #navigation .navigationlist > li {
  width: 100px;
  height: 110px;
  text-align: center;
  line-height: 110px;
  float: left;
  position: relative;
  border-right: 1px solid #D5E9F6;
  transition: background 200ms;
}
#navigation_main #navigation .navigationlist > li a {
  color: #333333;
  display: block;
}
#navigation_main #navigation li:hover {
  background: #5A8ED8;
}
#navigation_main #navigation li:hover a {
  color: #ffffff;
}
.user_show_nav ul .out {
  height: 110px;
  float: left;
}
.user_show_nav ul .out a {
  line-height: 110px;
  display: block;
  padding: 0 30px
;
}
.user_show_nav ul .out .down_list {
  width: 116px;
  background: #5ba5f0;
  display: none;
}
.user_show_nav ul .out .down_list li {
  height: 40px;
}
.user_show_nav ul .out .down_list li a {
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
}
.user_show_nav ul .out:hover .down_list {
  display: block;
  width: 116px;
  background: #5ba5f0;
}


/*导航栏下拉*/
.subnavigationlist {
  position: absolute;
  z-index: 999;
  width: 100px;
  background: #205BAB;
  top: 110px;
  display: none;
  left: 0;
}
.subnavigationlist .wd {
  width: 110px;
  margin: 0 auto;
}
.subnavigationlist li {
  clear: both;
  overflow: hidden;
  border-right: transparent;
  color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-bottom: 1px solid #2E6BB5;
}
.subnavigationlist li a {
  display: block;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF !important;
}
.right_btn {
  position: fixed;
  right: 5px;
  bottom: 30%;
  width: 49px;
  height: 102px;
  z-index: 999;
}
.right_btn .box {
  cursor: pointer;
  background-position: 0 -89px;
  width: 49px;
  height: 49px;
  transition: all 200ms;
}
.right_btn .box:hover {
  margin-left: -4px;
}
.right_btn #back_top {
  margin-top: 3px;
  cursor: pointer;
  background-position: -60px -89px;
  width: 49px;
  height: 49px;
  transition: all 200ms;
}
.right_btn #back_top:hover {
  margin-left: -4px;
}
/* 版权信息 */
#copyright_main {
  width: 100%;
  height: 322px;
  background: #eee;
}
#copyright_main .copyright {
  height: 322px;
}
#copyright_main .copyright ul li {
  width: 140px;
  float: left;
  margin-top: 59px;
}
#copyright_main .copyright ul li h4 {
  line-height: 20px;
}
#copyright_main .copyright ul li h4 a {
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 22px;
}
#copyright_main .copyright ul li h4 a:hover {
  color: #5A8ED8;
}
#copyright_main .copyright ul li a {
  display: block;
  color: #666666;
  line-height: 31px;
}
#copyright_main .copyright ul li a:hover {
  color: #5A8ED8;
}
#copyright_main .copyright ul .contact1 {
  width: 219px;
}
#copyright_main .copyright ul .contact2 {
  width: 420px;
}
#copyright_main .copyright ul .contact2 .blank {
  height: 42px;
}
#copyright_main .TechnicalSupport_main {
  height: 40px;
  width: 100%;
  background: #404C5D;
}
#copyright_main .TechnicalSupport_main .TechnicalSupport {
  height: 40px;
  color: #FFFFFF;
  line-height: 40px;
}
#copyright_main .TechnicalSupport_main .TechnicalSupport a {
  height: 40px;
  color: #FFFFFF;
  line-height: 40px;
}
#copyright_main .TechnicalSupport_main .TechnicalSupport a:hover {
  color: red;
}
/*搜索*/
/*==========@@公共板块 结束@@==========*/
/*==========@@频道页面 开始@@==========*/
/*===首页 开始===*/
/*Flash幻灯片样式*/
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 0;
  bottom: 6%;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #5A8ED8 url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
}
.rightFix .share_sqq img {
  top: 50px;
}
.rightFix .ico:hover img {
  opacity: 100;
  filter: alpha(opacity=100);
  left: -98px;
}
.rightFix .ico:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.rightFix .box {
  position: absolute;
  left: 0;
  bottom: 102px;
  display: none;
}
.rightFix .fix_top {
  margin-top: 5px;
  background-position: 7px -40px;
}
.rightFix .share_tit {
  background-position: 8px 7px;
}
.rightFix .share_lt {
  background-position: 10px -136px;
}
.rightFix .share_lt:hover {
  background-position: -37px -136px;
}
.rightFix .share_taobao {
  background-position: 10px -232px;
}
.rightFix .share_taobao:hover {
  background-position: -37px -232px;
}
.rightFix .share_weixin {
  background-position: 10px -86px;
}
.rightFix .share_weixin:hover {
  background-position: -37px -86px;
}
.rightFix .share_sqq {
  background-position: 10px -183px;
}
.rightFix .share_sqq:hover {
  background-position: -37px -183px;
}
/* 轮播图 */
.index #index_banner {
  height: 550px;
  position: relative;
  margin: 0 auto;
}
.index #index_banner .hd {
  height: 5px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 10;
  margin-left: -105px;
}
.index #index_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.index #index_banner .hd ul li {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 5px;
  color: #bf8658;
  text-align: center;
  background: #fff;
  cursor: pointer;
  line-height: 32px;
}
.index #index_banner .hd ul li.on {
  background: #7B9FDA;
  color: #fff;
}
.index index_banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.index #index_banner .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 550px;
  display: block;
}
.index #index_banner .bd img {
  zoom: 1;
  width: 100%;
  height: 550px;
  display: block;
}
.index #index_banner .prev {
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/icon.png) -48px -184px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.index #index_banner .next {
  position: absolute;
  right: -38px;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/icon.png) 0 -184px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.index #index_banner .prev:hover,
.index #index_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.index #index_banner .prevStop {
  display: none;
}
.index #index_banner .nextStop {
  display: none;
}
.index .floor_1_main {
  width: 100%;
  height: 524px;
  background: #ffffff;
}
.index .floor_1_main .floor_1 .box {
  margin-left: 30px;
  float: left;
  width: 380px;
  padding-top: 77px;
  overflow: hidden;
}
.index .floor_1_main .floor_1 .box .title {
  height: 36px;
  width: 380px;
  position: relative;
  z-index: 10;
  background: #ffffff;
}
.index .floor_1_main .floor_1 .box .title h4 {
  font-size: 24px;
  color: #333333;
  display: inline;
  margin-left: 8px;
}
.index .floor_1_main .floor_1 .box .title .i1 {
  display: block;
  float: left;
  background-position: 0 0;
  width: 31px;
  height: 21px;
  margin-top: 7px;
}
.index .floor_1_main .floor_1 .box .title .i2 {
  display: block;
  float: left;
  background-position: -40px 0;
  width: 35px;
  height: 18px;
  margin-top: 7px;
}
.index .floor_1_main .floor_1 .box .title .i3 {
  display: block;
  float: left;
  background-position: -84px 0;
  width: 22px;
  height: 21px;
  margin-top: 7px;
}
.index .floor_1_main .floor_1 .box .title .btn {
  transition: all 200ms;
  margin-top: 6px;
  display: inline-block;
  border: 1px solid #5a8ed8;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  width: 80px;
  height: 22px;
  color: #5a8ed8;
  line-height: 22px;
  text-align: center;
  background: #ffffff;
}
.index .floor_1_main .floor_1 .box .title .btn:hover {
  margin-top: 6px;
  display: inline-block;
  border: 1px solid #5a8ed8;
  color: #fff;
  line-height: 22px;
  text-align: center;
  background: #5a8ed8;
}
.index .floor_1_main .floor_1 .box .box_b {
  z-index: 9;
  position: relative;
  margin-top: -1px;
}
.index .floor_1_main .floor_1 .box .box_b .content {
  height: 92px;
  padding-top: 18px;
  overflow: hidden;
  border-top: 1px solid #DDDDDD;
  text-align: left;
}
.index .floor_1_main .floor_1 .box .box_b .content img {
  width: 130px;
  height: 73px;
  float: left;
  margin-right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transition: all 200ms;
}
.index .floor_1_main .floor_1 .box .box_b .content img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}
.index .floor_1_main .floor_1 .box .box_b .content a h5:hover {
  color: #5A8ED8;
}
.index .floor_1_main .floor_1 .box .box_b .content h5 {
  font-size: 20px;
  padding-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .floor_1_main .floor_1 .box .box_b .content p {
  color: #999999;
  line-height: 21px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 2;
  /** 显示的行数 **/
  overflow: hidden;
  /** 隐藏超出的内容 **/
}
.index .floor_2_main {
  height: 576px;
  background: #eee;
}
.index .floor_2_main .floor_2 {
  text-align: left;
}
.index .floor_2_main .floor_2 .box {
  float: left;
  width: 752px;
  padding-top: 74px;
  height: 419px;
}
.index .floor_2_main .floor_2 .box .title {
  height: 36px;
  width: 752px;
  position: relative;
  z-index: 10;
}
.index .floor_2_main .floor_2 .box .title h4 {
  font-size: 24px;
  color: #333333;
  display: inline;
  margin-left: 8px;
  float: left;
}
.index .floor_2_main .floor_2 .box .title .i1 {
  display: block;
  float: left;
  background-position: -116px 0;
  width: 24px;
  height: 22px;
  margin-top: 5px;
}
.index .floor_2_main .floor_2 .box .title .btn {
  margin-top: 6px;
  display: inline-block;
  transition: all 200ms;
  border: 1px solid #5a8ed8;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  width: 80px;
  height: 22px;
  color: #5a8ed8;
  line-height: 22px;
  text-align: center;
}
.index .floor_2_main .floor_2 .box .title .btn:hover {
  margin-top: 6px;
  display: inline-block;
  border: 1px solid #5a8ed8;
  color: #fff;
  line-height: 22px;
  text-align: center;
  background: #5a8ed8;
}
.index .floor_2_main .floor_2 .box .box_b {
  z-index: 9;
  position: relative;
  margin-top: -1px;
}
.index .floor_2_main .floor_2 .box .box_b .content {
  padding: 19px 0;
  overflow: hidden;
  text-align: left;
}
.index .floor_2_main .floor_2 .box .box_b .content img {
  width: 160px;
  height: 90px;
  float: left;
  margin-right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  transition: all 200ms;
}
.index .floor_2_main .floor_2 .box .box_b .content img:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}
.index .floor_2_main .floor_2 .box .box_b .content a h5:hover {
  color: #5A8ED8;
}
.index .floor_2_main .floor_2 .box .box_b .content h5 {
  font-size: 20px;
  padding-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index .floor_2_main .floor_2 .box .box_b .content p {
  color: #999999;
  line-height: 21px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical;
  /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 2;
  /** 显示的行数 **/
  overflow: hidden;
  /** 隐藏超出的内容 **/
}
.index .floor_2_main .floor_2 .login_box {
  float: left;
  width: 391px;
  height: 466px;
  background: #FFFFFF;
  margin-left: 57px;
}
.index .floor_2_main .floor_2 .login_box .content {
  padding: 73px 59px 63px 60px;
  width: 272px;
  height: 330px;
}
.index .floor_2_main .floor_2 .login_box .content a {
  display: inline-block;
}
.index .floor_2_main .floor_2 .login_box .content a:hover {
  color: #5A8ED8;
}
.index .floor_2_main .floor_2 .login_box .content .title {
  overflow: auto;
  margin-bottom: 28px;
}
.index .floor_2_main .floor_2 .login_box .content .title i {
  background-position: 0 -51px;
  width: 20px;
  height: 24px;
  float: left;
  margin-top: 4px;
}
.index .floor_2_main .floor_2 .login_box .content .title h4 {
  display: inline;
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
}
.index .floor_2_main .floor_2 .login_box .content form .un {
  margin-bottom: 20px;
  position: relative;
}
.index .floor_2_main .floor_2 .login_box .content form .un input {
  width: 219px;
  height: 48px;
  border: 1px solid #89ade1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 49px;
  color: #999;
  font-size: 16px;
  line-height: 48px;
}
.index .floor_2_main .floor_2 .login_box .content form .un i {
  position: absolute;
  background-position: -31px -51px;
  width: 16px;
  height: 17px;
  left: 20px;
  top: 18px;
}
.index .floor_2_main .floor_2 .login_box .content form .pw {
  position: relative;
  margin-bottom: 20px;
}
.index .floor_2_main .floor_2 .login_box .content form .pw input {
  width: 219px;
  color: #999;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  border: 1px solid #89ade1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 49px;
}
.index .floor_2_main .floor_2 .login_box .content form .pw i {
  position: absolute;
  background-position: -54px -51px;
  width: 13px;
  height: 17px;
  left: 22px;
  top: 16px;
}
.index .floor_2_main .floor_2 .login_box .content form .btn {
  width: 270px;
  height: 54px;
  background: #5A8ED8;
  transition: all 200ms;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.index .floor_2_main .floor_2 .login_box .content form .btn:hover {
  width: 270px;
  height: 54px;
  background: #5ea4f2;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  border: 1px solid #5ea4f2;
  color: #FFFFFF;
  cursor: pointer;
}
.index .floor_3_main {
  height: 731px;
  background: url(../images/floor3_bg.png) no-repeat top center;
}
.index .floor_3_main .floor_3 {
  position: relative;
  height: 731px;
}
.index .floor_3_main .floor_3 img {
  position: absolute;
  left: 0;
  top: 140px;
  z-index: 10;
  margin-left: -79px;
}
.index .floor_3_main .floor_3 .box {
  position: absolute;
  top: 170px;
  right: 0;
  z-index: 9;
  width: 1100px;
  height: 335px;
  background: #5A8ED8;
}
.index .floor_3_main .floor_3 .box .content {
  position: relative;
  padding: 61px 54px 70px 510px;
}
.index .floor_3_main .floor_3 .box .content h4 {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 20px;
}
.index .floor_3_main .floor_3 .box .content p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
}
.index .floor_3_main .floor_3 .box .content .btn {
  transition: all 200ms;
  width: 121px;
  height: 30px;
  background: #FFFFFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #4072b9;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  display: block;
  margin-top: 35px;
}
.index .floor_3_main .floor_3 .box .content .btn:hover {
  width: 121px;
  height: 30px;
  background: #4072b9;
  color: #FFFFFF;
}
.index .floor_3_main .floor_3 .floor_3_b {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 147px;
}
.index .floor_3_main .floor_3 .floor_3_b .title {
  overflow: auto;
  margin-bottom: 28px;
}
.index .floor_3_main .floor_3 .floor_3_b .title i {
  background-position: -151px 0;
  width: 21px;
  height: 22px;
  float: left;
  margin-top: 5px;
}
.index .floor_3_main .floor_3 .floor_3_b .title h4 {
  display: inline;
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
}
.index .floor_3_main .floor_3 .floor_3_b ul li {
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: url(../images/f4_1_bg.png) no-repeat;
  float: left;
  margin-left: 20px;
}
.index .floor_3_main .floor_3 .floor_3_b ul li a {
  color: #333333;
  display: block;
}
.index .floor_3_main .floor_3 .floor_3_b ul li:hover a {
  color: #5A8ED8;
}
/*===首页 结束===*/
/*登录页面*/
.login .floor1_main {
  height: 650px;
  background: url("../images/login_bg.jpg") no-repeat center 100%;
  width: 100%;
}
.login .floor1_main .floor1 {
  position: relative;
}
.login .floor1_main .floor1 .login_box {
  float: left;
  width: 391px;
  height: 466px;
  background: #FFFFFF;
  margin-left: 57px;
  position: absolute;
  right: 0;
  top: 84px;
}
.login .floor1_main .floor1 .login_box .content {
  padding: 73px 59px 63px 60px;
  width: 272px;
  height: 330px;
}
.login .floor1_main .floor1 .login_box .content a {
  display: inline-block;
}
.login .floor1_main .floor1 .login_box .content a:hover {
  color: #5A8ED8;
}
.login .floor1_main .floor1 .login_box .content .title {
  overflow: auto;
  margin-bottom: 28px;
}
.login .floor1_main .floor1 .login_box .content .title i {
  background-position: 0 -51px;
  width: 20px;
  height: 24px;
  float: left;
  margin-top: 5px;
}
.login .floor1_main .floor1 .login_box .content .title h4 {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
}
.login .floor1_main .floor1 .login_box .content form .un {
  margin-bottom: 20px;
  position: relative;
}
.login .floor1_main .floor1 .login_box .content form .un input {
  width: 219px;
  height: 48px;
  border: 1px solid #89ade1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 49px;
  color: #333;
  font-size: 16px;
  line-height: 48px;
}
.login .floor1_main .floor1 .login_box .content form .un i {
  position: absolute;
  background-position: -31px -51px;
  width: 16px;
  height: 17px;
  left: 20px;
  top: 18px;
}
.login .floor1_main .floor1 .login_box .content form .pw {
  position: relative;
  margin-bottom: 20px;
}
.login .floor1_main .floor1 .login_box .content form .pw input {
  width: 219px;
  color: #333;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  border: 1px solid #89ade1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 49px;
}
.login .floor1_main .floor1 .login_box .content form .pw i {
  position: absolute;
  background-position: -54px -51px;
  width: 13px;
  height: 17px;
  left: 22px;
  top: 16px;
}
.login .floor1_main .floor1 .login_box .content form .btn {
  width: 270px;
  height: 54px;
  background: #5A8ED8;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.login .floor1_main .floor1 .login_box .content form .btn:hover {
  width: 270px;
  height: 54px;
  background: #5f9fee;
  text-align: center;
  line-height: 54px;
  font-size: 20px;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  cursor: pointer;
}
/*注册*/
.reg .floor1_main {
  height: 1369px;
  background: #F5F5F5;
  padding-top: 84px;
}
.reg .floor1_main .floor1 {
  position: relative;
  background: #FFFFFF;
  height: 1325px;
}
.reg .ipc1,
.reg .ipc2 {
  position: relative;
}
.reg .ipc1 span,
.reg .ipc2 span {
  line-height: 52px;
  text-align: center;
  height: 52px;
  font-size: 16px;
  color: #666666;
}
.reg .ipc1 input,
.reg .ipc2 input {
  width: 20px;
  height: 20px;
  display: inline;
  vertical-align: middle;
  margin: 0 20px;
}
.reg .ipc1 .sp2 {
  margin-left: 20px;
}
.reg .ipc1 .i1 {
  top: 1px;
  left: 1px;
  position: absolute;
  line-height: 52px;
  text-align: center;
  width: 100px;
  height: 52px;
  font-size: 16px;
  color: #666666;
  float: left;
  background: #FFFFFF;
}
.reg .ipc2 .i1 {
  top: 1px;
  left: 1px;
  position: absolute;
  line-height: 52px;
  text-align: center;
  width: 100px;
  height: 52px;
  font-size: 16px;
  color: #666666;
  float: left;
  background: #FFFFFF;
}
.reg .ipc2 .sp1 {
  margin-left: 127px;
}
.reg .ipc1 .sp1 {
  margin-left: 127px;
}
.reg .ipc1 .sp2 {
  margin-left: 20px;
}
.reg .ipc2 .sp2 {
  margin-left: 20px;
}
.reg .foripc2 {
  margin: 15px 0;
}
.reg .ipc1 .box,
.reg .ipc2 .box {
  border: 1px solid #89ADE1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 52px;
  width: 447px;
  vertical-align: middle;
  text-align: center;
  background: #F8F8F8;
}
.reg .floor1_main .floor1 .right {
  position: absolute;
  right: 54px;
  top: 116px;
}
.reg .floor1_main .floor1 .right img {
  width: 550px;
  height: 531px;
}
.reg .floor1_main .floor1 .left {
  float: left;
  padding-top: 55px;
  padding-left: 51px;
  background: #FFFFFF;
  margin-left: 57px;
}
.reg .floor1_main .floor1 .left .content a {
  display: inline-block;
}
.reg .floor1_main .floor1 .left .content a:hover {
  color: #5A8ED8;
}
.reg .floor1_main .floor1 .left .content .title {
  overflow: auto;
  margin-bottom: 28px;
}
.reg .floor1_main .floor1 .left .content .title i {
  background-position: -74px -50px;
  width: 29px;
  height: 26px;
  float: left;
  display: block;
}
.reg .floor1_main .floor1 .left .content .title h4 {
  display: inline;
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
}
.reg .floor1_main .floor1 .left .content form .inp {
  width: 332px;
  height: 52px;
  border: 1px solid #89ADE1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  font-size: 16px;
  line-height: 52px;
  background: #F8F8F8;
  padding-left: 115px;
}
.reg .floor1_main .floor1 .left .content .tipspan {
  height: 29px;
  line-height: 35px;
}
.reg .floor1_main .floor1 .left .content .tipspan span {
  color: #ea4d07;
}
.reg .floor1_main .floor1 .left .content .safe {
  display: none;
  zoom: 1;
  vertical-align: middle;
  height: 28px;
  margin-right: 5px;
  color: #666;
  width: 186px;
}
.reg .floor1_main .floor1 .left .content .safe i {
  width: 50px;
  height: 3px;
  background: #ececec;
  display: block;
  margin-top: 6px;
}
.reg .floor1_main .floor1 .left .content .safe span {
  display: inline-block;
  width: 50px;
  margin-right: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
}
.reg .floor1_main .floor1 .left .content form .ii {
  position: absolute;
  background: #FFFFFF;
  line-height: 52px;
  text-align: center;
  width: 100px;
  height: 52px;
  font-size: 16px;
  color: #666666;
  left: 1px;
  top: 1px;
}
.reg .floor1_main .floor1 .left .content .ip1 {
  position: relative;
}
.reg .floor1_main .floor1 .left .content .ip1 .scs {
  background-position: -116px -53px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 10px;
}
.reg .floor1_main .floor1 .left .content .ip2 {
  position: relative;
}
.reg .floor1_main .floor1 .left .content .ip2 .scs {
  background-position: -116px -53px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 10px;
}
.reg .floor1_main .floor1 .left .content .ip3 {
  position: relative;
}
.reg .floor1_main .floor1 .left .content .ip3 .scs {
  background-position: -116px -53px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 10px;
}
.reg .floor1_main .floor1 .left .content .ip4 {
  position: relative;
}
.reg .floor1_main .floor1 .left .content .ip4 .scs {
  background-position: -116px -53px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 10px;
}
.reg .floor1_main .floor1 .left .content .ip5 {
  position: relative;
}
.reg .floor1_main .floor1 .left .content .ip5 .scs {
  background-position: -116px -53px;
  width: 20px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.reg .floor1_main .floor1 .left .content .ip6 {
  position: relative;
  margin-top: 20px;
}
.reg .floor1_main .floor1 .left .content .ip6 s {
  background: url("../Upload/yz.jpg");
  width: 78px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 7px;
}
.reg .floor1_main .floor1 .left .content form .ip7 .cb {
  width: 21px;
  height: 21px;
  padding-left: 0;
  float: left;
  margin-bottom: 10px;
}
.reg .floor1_main .floor1 .left .content form .ip7 {
  height: 34px;
}
.reg .floor1_main .floor1 .left .content form .ip7 .bt {
  float: left;
  margin-left: 5px;
}
.reg .floor1_main .floor1 .left .content form .ip7 .bt a {
  color: #5A8ED8;
}
.reg .floor1_main .floor1 .left .content form .btn {
  background: #5A8ED8;
  text-align: center;
  display: block;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 447px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 52px;
}
.reg .floor1_main .floor1 .left .content form .btn:hover {
  width: 447px;
  height: 52px;
  background: #5ba5f0;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  cursor: pointer;
}
.forget .floor1_main {
  height: 565px;
  background: #F5F5F5;
  padding-top: 84px;
}
.forget .floor1_main .floor1 {
  position: relative;
  background: #FFFFFF;
  height: 466px;
  text-align: center;
}
.forget .floor1_main .floor1 .left {
  float: left;
  margin: 0 auto;
  padding-top: 55px;
  padding-left: 51px;
  background: #FFFFFF;
}
.forget .floor1_main .floor1 .left .content {
  position: absolute;
  left: 50%;
  margin-left: -224.5px;
}
.forget .floor1_main .floor1 .left .content a {
  display: inline-block;
}
.forget .floor1_main .floor1 .left .content a:hover {
  color: #5A8ED8;
}
.forget .floor1_main .floor1 .left .content .title {
  text-align: center;
  overflow: auto;
  margin-bottom: 28px;
}
.forget .floor1_main .floor1 .left .content .title i {
  background-position: -74px -50px;
  width: 29px;
  height: 26px;
  float: left;
  margin-top: 5px;
}
.forget .floor1_main .floor1 .left .content .title h4 {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
}
.forget .floor1_main .floor1 .left .content form input {
  width: 332px;
  height: 52px;
  border: 1px solid #89ADE1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 52px;
  background: #F8F8F8;
  padding-left: 115px;
}
.forget .floor1_main .floor1 .left .content form i {
  position: absolute;
  background: #FFFFFF;
  line-height: 52px;
  text-align: center;
  width: 100px;
  height: 52px;
  font-size: 16px;
  color: #666666;
  left: 1px;
  top: 1px;
}
.forget .floor1_main .floor1 .left .content .ip1 {
  position: relative;
}
.forget .floor1_main .floor1 .left .content .ip1 .scs {
  background-position: -116px -53px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 10px;
}
.forget .floor1_main .floor1 .left .content .ip2 {
  position: relative;
}
.forget .floor1_main .floor1 .left .content .ip2 .scs {
  background-position: -116px -53px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 10px;
}
.forget .floor1_main .floor1 .left .content .ip3 {
  position: relative;
}
.forget .floor1_main .floor1 .left .content .ip3 .scs {
  background-position: -116px -53px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 10px;
}
.forget .floor1_main .floor1 .left .content .ip4 {
  position: relative;
}
.forget .floor1_main .floor1 .left .content .ip4 .scs {
  background-position: -116px -53px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 10px;
}
.forget .floor1_main .floor1 .left .content .ip5 {
  position: relative;
}
.forget .floor1_main .floor1 .left .content .ip5 .scs {
  background-position: -116px -53px;
  width: 20px;
  height: 22px;
  position: absolute;
  right: 10px;
  top: 15px;
}
.forget .floor1_main .floor1 .left .content .ip6 {
  position: relative;
}
.forget .floor1_main .floor1 .left .content .ip6 s {
  background: url("../Upload/yz.jpg");
  width: 78px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 7px;
}
.forget .floor1_main .floor1 .left .content form .ip7 .cb {
  width: 21px;
  height: 21px;
  padding-left: 0;
  float: left;
  margin-bottom: 10px;
}
.forget .floor1_main .floor1 .left .content form .ip7 {
  height: 34px;
}
.forget .floor1_main .floor1 .left .content form .ip7 .bt {
  float: left;
  margin-top: 1px;
  margin-left: 5px;
}
.forget .floor1_main .floor1 .left .content form .ip7 .bt a {
  color: #5A8ED8;
}
.forget .floor1_main .floor1 .left .content form .btn {
  background: #5A8ED8;
  text-align: center;
  display: block;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 447px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 52px;
}
.forget .floor1_main .floor1 .left .content form .btn:hover {
  width: 447px;
  height: 52px;
  background: #5f9fee;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  cursor: pointer;
}
.changgepw .floor1_main {
  height: 565px;
  background: #F5F5F5;
  padding-top: 84px;
}
.changgepw .floor1_main .floor1 {
  position: relative;
  background: #FFFFFF;
  height: 466px;
  text-align: center;
}
.changgepw .floor1_main .floor1 .left {
  float: left;
  margin: 0 auto;
  padding-top: 55px;
  padding-left: 51px;
  background: #FFFFFF;
}
.changgepw .floor1_main .floor1 .left .content {
  position: absolute;
  left: 50%;
  margin-left: -224.5px;
}
.changgepw .floor1_main .floor1 .left .content a {
  display: inline-block;
}
.changgepw .floor1_main .floor1 .left .content a:hover {
  color: #5A8ED8;
}
.changgepw .floor1_main .floor1 .left .content .title {
  text-align: center;
  overflow: auto;
  margin-bottom: 28px;
}
.changgepw .floor1_main .floor1 .left .content .title i {
  background-position: -74px -50px;
  width: 29px;
  height: 26px;
  float: left;
  margin-top: 5px;
}
.changgepw .floor1_main .floor1 .left .content .title h4 {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
}
.changgepw .floor1_main .floor1 .left .content form input {
  width: 332px;
  height: 52px;
  border: 1px solid #89ADE1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 52px;
  background: #F8F8F8;
  padding-left: 115px;
}
.changgepw .floor1_main .floor1 .left .content form i {
  position: absolute;
  background: #FFFFFF;
  line-height: 52px;
  text-align: center;
  width: 100px;
  height: 52px;
  font-size: 16px;
  color: #666666;
  left: 1px;
  top: 1px;
}
.changgepw .floor1_main .floor1 .left .content .ip1 {
  position: relative;
}
.changgepw .floor1_main .floor1 .left .content .ip1 .txt {
  position: absolute;
  color: red;
  font-size: 14px;
  top: 16px;
  right: -210px;
  width: 200px;
  text-align: left;
}
.changgepw .floor1_main .floor1 .left .content .ip1 .txt span {
  color: #333;
}
.changgepw .floor1_main .floor1 .left .content .ip2 {
  position: relative;
}
.changgepw .floor1_main .floor1 .left .content .ip2 .txt {
  position: absolute;
  color: red;
  font-size: 14px;
  top: 16px;
  right: -210px;
  width: 200px;
  text-align: left;
}
.changgepw .floor1_main .floor1 .left .content .ip2 .txt span {
  color: #333;
}
.changgepw .floor1_main .floor1 .left .content .ip3 {
  position: relative;
}
.changgepw .floor1_main .floor1 .left .content .ip3 .txt {
  position: absolute;
  color: red;
  font-size: 14px;
  top: 16px;
  right: -210px;
  width: 200px;
  text-align: left;
}
.changgepw .floor1_main .floor1 .left .content .ip3 .txt span {
  color: #333;
}
.changgepw .floor1_main .floor1 .left .content form .btn {
  background: #5A8ED8;
  text-align: center;
  display: block;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 447px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 52px;
}
.changgepw .floor1_main .floor1 .left .content form .btn:hover {
  width: 447px;
  height: 52px;
  background: #5f9fee;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  cursor: pointer;
}
/*用户中心*/
.user_show {
  height: 830px;
  background: #Eeeeee;
}
.user_show .left {
  margin-top: 55px;
  border: 1px solid #Eeeeee;
  width: 200px;
  height: 443px;
  float: left;
  background: #FFFFFF;
  margin-right: 17px;
}
.user_show .left .box {
  padding-left: 34px;
}
.user_show .left .box h3 {
  padding-top: 31px;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #Eeeeee;
}
.user_show .left .box a {
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin-top: 25px;
}
.user_show .left .box a:hover {
  color: #4072B9;
}
.user_show .left .box .hover {
  color: red;
}

.user_show .w{
  position: relative;
}
.user_show .right {
  position: absolute;
  top: 55px;
  left: 219px;
}
.user_show .right .right_1 {
  border: 1px solid #Eeeeee;
  background: #FFFFFF;
  padding: 30px;
  width: 921px;
  height: 101px;
}
.user_show .right .right_1 s {
  text-decoration: none;
}
.user_show .right .right_1 .right_1_1 {
  float: left;
  width: 350px;
  text-align: left;
}
.user_show .right .right_1 .right_1_1 img {
  display: block;
  float: left;
  border: 5px solid #EEEEEE;
  width: 90px;
  height: 90px;
  margin-right: 16px;
}
.user_show .right .right_1 .right_1_1 h4 {
  font-weight: bold;
  font-size: 20px;
  padding-top: 9px;
  padding-bottom: 10px;
}
.user_show .right .right_1 .right_1_1 span {
  font-size: 14px;
}
.user_show .right .right_1 .right_1_1 s {
  font-size: 16px;
  color: #4072b9;
  font-weight: bold;
}
.user_show .right .right_1 .right_1_1 a {
  display: block;
  color: #666666;
  margin-top: 6px;
}
.user_show .right .right_1 .right_1_1 a:hover {
  color: #4072b9;
}
.user_show .right .right_1 .right_1_1 .a1 {
  float: left;
  margin-right: 10px;
}
.user_show .right .right_1 .right_1_2 {
  margin-left: 350px;
  width: 350px;
  text-align: left;
  padding-top: 47px;
}
.user_show .right .right_1 .right_1_2 span {
  color: #666666;
}
.user_show .right .right_1 .right_1_2 p {
  color: #666666;
  padding-top: 10px;
}
.user_show .right .right_1 .right_1_2 .line {
  width: 117px;
  height: 10px;
  background: #DDDDDD;
  position: relative;
  display: inline-block;
}
.user_show .right .right_1 .right_1_2 .line .inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 10px;
  background: #4072B9;
}
.user_show .right .right_2 {
  margin-top: 20px;
  border: 1px solid #Eeeeee;
  background: #FFFFFF;
  padding: 30px;
  padding-bottom: 100px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 921px;
  position: relative;
}
.user_show .right .right_2 .loading {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  color: #666666;
}
.user_show .right .right_2 h3 {
  text-align: center;
  font-size: 20px;
  color: #4072b9;
  padding-bottom: 10px;
}
.user_show .right .right_2 ul li {
  width: 100%;
  text-align: left;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.user_show .right .right_2 ul li h4 {
  font-size: 16px;
  color: #333333;
  text-align: left;
}
.user_show .right .right_2 ul li .btn {
  position: absolute;
  right: 0;
  top: 14px;
  float: right;
  text-align: center;
  border: 1px solid #4072b9;
  width: 92px;
  height: 24px;
  line-height: 24px;
  color: #666666;
  display: block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: all 200ms ;
  -moz-transition: all 200ms ;
  -ms-transition: all 200ms ;
  -o-transition: all 200ms;
  transition: all 200ms ;
}
.user_show .right .right_2 ul li .btn:hover {
  background: #4e7af8;
  color: #FFFFFF;
}
/*==========@@频道页面 结束@@==========*/
/*=============CSS3===============*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.hvr-light {
  overflow: hidden;
  position: relative;
}
.hvr-light:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 67px;
  top: 0;
  left: -100px;
  overflow: hidden;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -moz-transform: skewX(-32deg);
  transform: skewX(-32deg);
}
.hvr-light:hover:before {
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -ms-transition: left 2s;
  transition: left 2s;
  left: 350px;
}
.hvr-light:hover {
  opacity: .9 \0;
  filter: alpha(opacity=90);
}
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #06852d;
  color: #fff !important;
  border-color: #06852d !important;
}
/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: #0e9939;
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: #0e9939;
  }
}
.hvr-blue-pulse:hover,
.hvr-blue-pulse:focus,
.hvr-blue-pulse:active {
  -webkit-animation-name: hvr-blue-pulse;
  animation-name: hvr-blue-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #1d50e4;
  color: #fff !important;
  border-color: #1d50e4 !important;
}
/* Back Pulse */
@-webkit-keyframes hvr-blue-pulse {
  50% {
    background-color: #4e7af8;
  }
}
@keyframes hvr-blue-pulse {
  50% {
    background-color: #4e7af8;
  }
}
/*热门搜索*/
.part1 {
  height: 85px;
  width: 100%;
  line-height: 85px;
}
.part1 .w .fl {
  font-size: 14px;
}
.part1 .w .fl b {
  float: left;
  background: url(../images/hot.jpg) no-repeat 0px 24px;
  padding-left: 40px;
  color: #ff7e00;
  padding-right: 10px;
}
.part1 .w .fl .keya {
  float: left;
}
.part1 .w .fl .keya a {
  float: left;
  display: block;
  color: #555;
  padding: 0px 10px;
}
.part1 .w .fl .keya a:hover {
  text-decoration: underline;
  color: #005bac;
}
/*search*/
.part1 .w .ss {
  width: 312px;
  padding-top: 23px;
}
.part1 .w .search {
  height: 30px;
  width: 320px;
}
.part1 .w .search_form {
  width: 247px;
  height: 36px;
  float: left;
  padding: 0px 10px;
  overflow: hidden;
  line-height: 36px;
  border-left: 3px solid #e7e7e7;
  border-top: 3px solid #e7e7e7;
  border-bottom: 3px solid #e7e7e7;
}
.part1 .w .search_form input {
  border: 0;
  background: transparent;
  color: #bebdbd;
  width: 247px;
  height: 36px;
  line-height: 36px;
}
.part1 .w .search_btn {
  float: left;
  width: 42px;
  height: 42px;
  display: inline;
  background: #ff7e00;
}
.part1 .w .search_btn .pushbutton {
  background: url(../images/input.png) no-repeat center;
  border: 0px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  float: left;
}
.part1 .w .search_btn .pushbutton:hover {
  background-color: #e97e00;
}
#fmMessage .title h4 {
  display: inline-block;
  margin-left: 10px;
  font-size: 24px;
  color: #333333;
}
#fmMessage input {
  width: 400px;
  height: 52px;
  border: 1px solid #89ADE1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 52px;
  background: #F8F8F8;

  text-indent: 0;
  padding-left: 117px;
}
#fmMessage textarea {
  width: 700px;
  height: 300px;
  border: 1px solid #89ADE1;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 52px;
  background: #F8F8F8;
  resize: none;
  outline: none;
  padding-left: 17px;
}
#fmMessage i {
  position: absolute;
  background: #FFFFFF;
  line-height: 52px;
  text-align: center;
  width: 100px;
  height: 52px;
  font-size: 16px;
  color: #666666;
  left: 1px;
  top: 1px;
  font-style: normal;
}
#fmMessage .ip1,
#fmMessage .ip2,
#fmMessage .ip3,
#fmMessage .ip3,
#fmMessage .yanzhenm {
  position: relative;
}
#fmMessage .yanzhenm input {
  width: 200px;
  margin-right: 20px;
}
#fmMessage .ip3 i {
  top: -52px;
  left: 0;
  border: 1px solid #89ADE1;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: transparent;
}
#fmMessage .ip1 .txt span {
  color: #333;
}
#fmMessage s {
  color: red;
  text-decoration: none;
  font-style: normal;
}
#fmMessage .button1 {
  background: #5A8ED8;
  text-align: center;
  display: block;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 317px;
  height: 52px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 52px;
}
#fmMessage .button1:hover {
  height: 52px;
  background: #5ba5f0;
  text-align: center;
  line-height: 52px;
  font-size: 20px;
  border: 1px solid #5A8ED8;
  color: #FFFFFF;
  cursor: pointer;
}
/*会员中心修改*/
.user_show_nav ul .out {
  height: 110px;
  float: left;
}
.user_show_nav ul .out a {
  line-height: 110px;
  display: block;
  padding: 0 30px
;
}
.user_show_nav ul .out .down_list {
  width: 116px;
  background: #5ba5f0;
  display: none;
}
.user_show_nav ul .out .down_list li {
  height: 40px;
}
.user_show_nav ul .out .down_list li a {
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
}
.user_show_nav ul .out:hover .down_list {
  display: block;
  width: 116px;
  background: #5ba5f0;
}
.user_set {
  height: 830px;
  background: #Eeeeee;
}
.user_set .left {
  margin-top: 55px;
  border: 1px solid #Eeeeee;
  width: 200px;
  height: 443px;
  float: left;
  background: #FFFFFF;
  margin-right: 17px;
}
.user_set .left .box {
  padding-left: 34px;
}
.user_set .left .box h3 {
  padding-top: 31px;
  font-size: 20px;
  line-height: 20px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 1px solid #Eeeeee;
}
.user_set .left .box a {
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin-top: 25px;
}
.user_set .left .box a:hover {
  color: #4072B9;
}
.user_set .left .box .hover {
  color: red;
}
.user_set .w{
  position: relative;
}
.user_set .right {
  position: absolute;
  top: 55px;
  left: 219px;
}
.user_set .right .right_1 {
  border: 1px solid #Eeeeee;
  background: #FFFFFF;
  padding: 30px;
  width: 921px;
  height: 101px;
}
.user_set .right .right_1 s {
  text-decoration: none;
}
.user_set .right .right_1 .right_1_1 {
  float: left;
  width: 350px;
  text-align: left;
}
.user_set .right .right_1 .right_1_1 img {
  display: block;
  float: left;
  border: 5px solid #EEEEEE;
  width: 90px;
  height: 90px;
  margin-right: 16px;
}

.user_set .right .right_1 .right_1_1 h4 {
  font-weight: bold;
  font-size: 20px;
  padding-top: 9px;
  padding-bottom: 10px;
}
.user_set .right .right_1 .right_1_1 span {
  font-size: 14px;
}
.user_set .right .right_1 .right_1_1 s {
  font-size: 16px;
  color: #4072b9;
  font-weight: bold;
}
.user_set .right .right_1 .right_1_1 a {
  display: block;
  color: #666666;
  margin-top: 6px;
}
.user_set .right .right_1 .right_1_1 a:hover {
  color: #4072b9;
}
.user_set .right .right_1 .right_1_1 .a1 {
  float: left;
  margin-right: 10px;
}
.user_set .right .right_1 .right_1_2 {
  margin-left: 350px;
  width: 350px;
  text-align: left;
  padding-top: 47px;
}
.user_set .right .right_1 .right_1_2 span {
  color: #666666;
}
.user_set .right .right_1 .right_1_2 p {
  color: #666666;
  padding-top: 10px;
}
.user_set .right .right_1 .right_1_2 .line {
  width: 117px;
  height: 10px;
  background: #DDDDDD;
  position: relative;
  display: inline-block;
}
.user_set .right .right_1 .right_1_2 .line .inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 10px;
  background: #4072B9;
}
.user_set .right .right_2 {
  margin-top: 20px;
  border: 1px solid #Eeeeee;
  background: #FFFFFF;
  padding: 30px;
  padding-bottom: 30px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 921px;
  position: relative;
}
 

.user_set .right .right_2 .minput{
   width: 350px;
  height: 42px;
  border: 1px solid #89ADE1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
  color: #666;
  font-size: 16px;
  line-height: 42px;
  background: #F8F8F8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
  text-indent: 0;
  padding-left: 142px;
}


.user_set .right .right_2 h3 {
  text-align: center;
  font-size: 20px;
  color: #4072b9;
  padding-bottom: 30px;

}
.user_set .right .right_2 form {
  text-align: left;
  font-size: 16px;
  color: #666666;
  padding-left: 210px;
}
.user_set .right .right_2 form .ip1,
.user_set .right .right_2 form .ip2,
.user_set .right .right_2 form .ip3,
.user_set .right .right_2 form .ip4,
.user_set .right .right_2 form .ip5,
.user_set .right .right_2 form .ip6,
.user_set .right .right_2 form .ip7,
.user_set .right .right_2 form .ip8,
.user_set .right .right_2 form .ip10,
.user_set .right .right_2 form .ip11,
.user_set .right .right_2 form .ip9 {
  margin: 20px 0;
  position: relative;
  height: 42px;
}
.user_set .right .right_2 form .ip1 span,
.user_set .right .right_2 form .ip2 span,
.user_set .right .right_2 form .ip3 span,
.user_set .right .right_2 form .ip5 span,
.user_set .right .right_2 form .ip6 span,
.user_set .right .right_2 form .ip7 span,
.user_set .right .right_2 form .ip8 span,
.user_set .right .right_2 form .ip10 span,
.user_set .right .right_2 form .ip11 span,
.user_set .right .right_2 form .ip9 span {
   position: absolute;
    	z-index: 2;
    line-height: 42px;
    text-align: center;
    width: 130px;
    height: 42px;
    font-size: 16px;
    color: #666666;
    left: 135px;
    top: 1px;
    font-style: normal;
}

.user_set .right .right_2 form .ip10 input,
.user_set .right .right_2 form .ip11 input{
  line-height: 0;
   text-indent:0;

 

}.user_set .right .right_2 form .ip11 {
 

}
.user_set .right .right_2 form em{
	    position: absolute;
    background: #FFFFFF;
    line-height: 42px;
    text-align: center;
    width: 130px;
    height: 42px;
    font-size: 16px;
    color: #666666;
    left: 1px;
    top: 1px;
    font-style: normal;
    	z-index: 2;
}
/*.user_set .right .right_2 form .em1{
  display: block;
  float: left;

  width: 200px;
  text-align: right;
  color: #333333;
  margin-right: 5px;
  margin-top: 4px;
}

.user_set .right .right_2 form .em2{
   display: block;
   float: left;
   width: 180px;
   text-align: right;
   color: #333333;
   margin-right: 5px;
   margin-top: 4px;
 }*/


.user_set .right .right_2 form .ip4 .binput {
  width: 20px;
  height: 20px;
  display: inline;
  vertical-align: middle;
  margin: 0 10px

}
.user_set .right .right_2 form .submit {
  text-indent: 0;
    margin-left: 199px;
    margin-top: 20px;
  width: 100px;
  height: 30px;
 
  border: 0;
  color: #FFF;
  font-weight: 400;
  cursor: pointer;
  border: 0;
      border-radius: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
     background: #4072B9;
  
    padding-left: 0;
}
.user_set .right .right_2 form .submit:hover {

  background: #4f8be2;

}
#mfmMessage INPUT{
text-indent: 0;
}