﻿/*旅游库公用样式表*/
body {
  font-family: "微软雅黑", Arial, Helvetica, "宋体", Verdana, sans-serif, "Times New Roman", Times, serif, "Courier New", Courier, monospace;
  background: url(lx_body_bg.png) repeat-x 0 0 #eeeeee;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #e4452c;
}
a:focus {
  outline: none;
}
input {
  font-family: "微软雅黑", Arial, Helvetica, "宋体", Verdana, sans-serif, "Times New Roman", Times, serif, "Courier New", Courier, monospace;
}
/*全站通用头尾*/
.common_head {
  height: 40px;
  width: 100%;
  background: #434343;
}
.footer {
  background: #666;
  padding: 16px;
}
.footer .warp {
  width: 970px;
  margin: 0 auto;
}
.footer .warp .linkList {
  text-align: center;
  line-height: 24px;
  font-family: Arial, Helvetica, "宋体";
}
.footer .warp .linkList a {
  color: #aaa;
  padding: 0px 14px;
  border-left: 1px solid #cacaca;
}
.footer .warp .linkList a:first-child {
  border-left: none;
}
.footer .warp .linkList a:hover {
  color: #bbb;
}
.footer .warp .copyRight {
  text-align: center;
  line-height: 24px;
  color: #aaa;
}
/*头部通用*/
.header {
  width: 100%;
  height: 80px;
  background: url(nav_bg1.jpg) no-repeat center center;
}
.header_main {
  width: 970px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.header_main .logo {
  display: block;
  width: 100px;
  height: 110px;
  background: url(lx_logo.png);
  position: absolute;
  left: 0;
  bottom: 10px;
  box-shadow: 0 2px 4px #666;
}
.nav_link {
  position: absolute;
  width: 800px;
  height: 30px;
  top: 25px;
  left: 167px;
}
.nav_link ul li {
  float: left;
}
.nav_link ul li span {
  margin: 0 4px;
  padding-right: 16px;
  letter-spacing: 1px;
  height: 31px;
  line-height: 30px;
}
.nav_link ul li span a {
  color: #000;
  padding: 0 0 0 16px;
  margin: 0px;
  font-weight: normal;
  font-size: 16px;
}
.nav_link ul li span a:hover {
  color: #0e88bd;
}
.nav_link ul li i {
  color: #97c4e2;
  font-family: Arial, Helvetica, "宋体";
  font-size: 13px;
}
.nav_link ul li.current span {
  display: block;
  padding: 0;
}
.nav_link ul li.current span a {
  color: #fff;
  display: block;
  height: 30px;
  background: url(main_navBtnBg.png);
  border-radius: 4px;
  padding: 0 16px;
}


.nav_link ul li.current span a:hover {
  color: #fff;
}
.nav_link ul li.current i,
.nav_link ul li.cur_pre i {
  display: none;
}
.search_nav {
  width: 210px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 25px;
  box-shadow: 0px 1px 4px #cbcbcb;
}
.search_nav input.search_txt {
  height: 18px;
  width: 165px;
  position: absolute;
  top: 5px;
  left: 10px;
  background: none;
  border: none;
  outline: none;
  font-size: 14px;
  color: #362e2b;
  font-family: Microsoft YaHei;
}
.search_nav input.search_btn {
  width: 26px;
  height: 16px;
  background: url(search_ico.png) no-repeat 5px 0;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 6px;
  right: 3px;
  cursor: pointer;
}
/*返回顶部*/
a.backtop {
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  display: block;
  position: fixed;
  background: url("index.png") -80px -747px;
  cursor: pointer;
}
a.backtop:hover {
  background-position: 0 -747px;
}
/*外部容器宽度设定*/
.warp {
  width: 970px;
  margin: 0 auto;
  padding-bottom: 20px;
}
/*分页统一样式一*/
.pages {
  height: 30px;
  line-height: 28px;clear:both
}
.pages a {
  border: 1px solid #b9b9b9;
  margin: 0 0px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 0px 10px;
  color: #333;
  font-size: 14px;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#eaeaea', gradientType=0);
  background: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eaeaea));
  background: -moz-linear-gradient(top, #ffffff, #eaeaea);
  margin: 0;
}
.pages a:hover {
  border-color: #888;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#dddddd', gradientType=0);
  background: -ms-linear-gradient(top, #ffffff, #dddddd);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dddddd));
  background: -moz-linear-gradient(top, #ffffff, #dddddd);
}
.pages a.disabled {
  color: #ccc;
  border-color: #ddd;
}
.pages a.disabled:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#eaeaea', gradientType=0);
  background: -ms-linear-gradient(top, #ffffff, #eaeaea);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eaeaea));
  background: -moz-linear-gradient(top, #ffffff, #eaeaea);
}
.pages a.current {
  border: none;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#df8f18', endcolorstr='#ffbd5c', gradientType=0);
  background: -ms-linear-gradient(top, #df8f18, #ffbd5c);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#df8f18), to(#ffbd5c));
  background: -moz-linear-gradient(top, #df8f18, #ffbd5c);
}
.pages .numInput {
  border: 1px solid #b9b9b9;
  display: inline-block;
  padding: 4px 3px;
  color: #333;
  font-size: 14px;
  background: #fff;
  margin: 0 5px;
  /*圆角样式*/
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 38px;
  outline: none;
  text-align: center;
}
.pages b {
  font-weight: normal;
  font-size: 14px;
  margin: 0 5px;
}
/*统一大标题样式*/
.pageTit_1 {
  padding-top: 8px;
  overflow: hidden;
}
.pageTit_1 .title {
  text-indent: 4px;
  font-size: 26px;
  height: 58px;
  line-height: 58px;
  float: left;
  font-weight: normal;
  color: #333;
  /*文字阴影*/
  -webkit-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}
.pageTit_1 .infoCon {
  float: right;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 26px;
  overflow: hidden;
  font-size: 14px;
  color: #5e5e5e;
  padding-right: 3px;
}
.pageTit_1 .infoCon i {
  font-style: normal;
  padding: 0 6px;
  color: #e95f14;
}
.pageTit_1 .nationImg {
  float: left;
  padding: 26px 0 0 10px;
}
/*统一盒子投影模型*/
.shadow_box {
  /*圆角样式*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*方块阴影*/
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid #f2f2f2;
  background: #fff;
  padding: 16px;
}
.shadow_box .b_title {
  color: #0777a7;
  font-size: 20px;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
}
/*清除浮动*/
.clearboth {
  clear: both;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
}
/*左右结构*/
.mainCon {
  width: 640px;
  float: left;
  padding-bottom: 30px;
}
.siteBar {
  width: 310px;
  float: right;
  padding-bottom: 30px;
}
/*公用title样式*/
.public_title1 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
}
.public_title1 b {
  position: absolute;
  display: inline-block;
  height: 36px;
  border-bottom: 1px solid #0777a7;
  padding: 0 12px 0 0px;
  color: #0777a7;
  font-weight: normal;
  font-size: 20px;
}
.public_title1 .mores {
  position: absolute;
  font-size: 12px;
  color: #888;
  font-weight: normal;
  right: 3px;
  top: 0px;
}
.public_title1 .infoCon {
  position: absolute;
  right: 10px;
  top: -22px;
  font-weight: normal;
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 26px;
  overflow: hidden;
  font-size: 14px;
  color: #5e5e5e;
  padding-right: 3px;
}
.public_title1 .infoCon i {
  font-style: normal;
  padding: 0 6px;
  color: #e95f14;
}
.public_title2 {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #fff;
  display: block;
}
.public_title2 b {
  display: block;
  height: 36px;
  border-bottom: 1px solid #cecece;
  color: #2b2b2b;
  font-weight: normal;
  font-size: 16px;
}
/*相关院校统一样式*/
.public_aboutSchool {
  margin-top: 20px;
}
.public_aboutSchool ul li {
  height: 80px;
  background: url(lx_xuxian_bg.png) repeat-x left bottom;
  overflow: hidden;
  padding: 14px 0;
}
.public_aboutSchool ul li img.xiaohui {
  width: 78px;
  height: 78px;
  float: left;
  border: 1px solid #e1e1e1;
}
.public_aboutSchool ul li .textinfo {
  display: block;
  height: 80px;
  width: 178px;
  float: right;
}
.public_aboutSchool ul li .c_name {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
.public_aboutSchool ul li .c_name a {
  position: relative;
  font-size: 18px;
  color: #2b2b2b;
  float: left;
}
.public_aboutSchool ul li .c_name a b.rzxy,
.public_aboutSchool ul li .c_name a b.wpgc {
  position: absolute;
  right: -22px;
  top: 7px;
}
.public_aboutSchool ul li .e_name {
  display: block;
  height: 32px;
  line-height: 16px;
  overflow: hidden;
}
.public_aboutSchool ul li .e_name a {
  color: #888;
}
/*联系我们统一样式*/
.public_contact_us {
  margin-top: 20px;
}
.public_contact_us ul {
  padding: 14px 0;
}
.public_contact_us ul.lxwm li {
  text-indent: 36px;
  height: 36px;
  line-height: 36px;
  background: url(lx_public_contact_us_ico.png) no-repeat;
  font-size: 16px;
  color: #2b2b2b;
}
.public_contact_us ul.lxwm li.eMail {
  background-position: 0px -14px;
}
.public_contact_us ul.lxwm li.eMail a {
  color: #2b2b2b;
}
.public_contact_us ul.lxwm li.tel {
  background-position: 0px -60px;
}
.public_contact_us ul.lxwm li.phone {
  background-position: 0px -104px;
}
.public_contact_us ul.gzwm {
  overflow: hidden;
  padding: 14px 0 0 0;
}
.public_contact_us ul.gzwm li {
  width: 73px;
  height: 102px;
  float: left;
  margin-left: 27px;
}
.public_contact_us ul.gzwm li.hqlx {
  margin: 0px;
}
.public_contact_us ul.gzwm li a {
  color: #2b2b2b;
}
.public_contact_us ul.gzwm li .img {
  display: block;
  width: 73px;
  height: 73px;
  background: url(lx_pay_close_attention_bg.png) no-repeat;
}
.public_contact_us ul.gzwm li .title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
}
.public_contact_us ul.gzwm li .btn {
  display: block;
  width: 60px;
  height: 22px;
  background: url(lx_pay_close_attention_bg.png) no-repeat -7px -107px;
  margin: 0 auto;
}
.public_contact_us ul.gzwm li.hqlx .img {
  background-position: 0px 0px;
}
.public_contact_us ul.gzwm li.hqlx .title {
  text-align: left;
  text-indent: 5px;
  background: url(lx_pay_close_attention_bg.png) no-repeat -3px -76px;
}
.public_contact_us ul.gzwm li.weixin .img {
  background-position: -97px 0px;
}
.public_contact_us ul.gzwm li.renren .img {
  background-position: -194px 0px;
}
/*认证学院和文凭工厂的图标样式*/
.rzxy {
  display: block;
  background: url(lx_rz_gc_ico.png) no-repeat;
  width: 18px;
  height: 18px;
}
.wpgc {
  display: block;
  background: url(lx_rz_gc_ico.png) no-repeat left -42px;
  width: 18px;
  height: 18px;
}
/*国家小图标加文字样式*/
.nation {
  height: 15px;
  line-height: 15px;
  background: #3b3b3b;
  border: 1px solid #3b3b3b;
  color: #fff;
  display: inline-block;
}
.nation img {
  float: left;
  width: 26px;
  height: 15px;
}
.nation i {
  font-style: normal;
  padding: 0 5px;
  color: #fff;
}
/*模拟的下拉菜单*/
.drop_down_menu {
  width: 176px;
  height: 32px;
  position: relative;
}
.drop_down_menu .dropWarp {
  color: #5e5e5e;
  font-weight: normal;
  font-size: 14px;
}
.drop_down_menu .dropWarp .select_the_text {
  display: block;
  height: 32px;
  line-height: 32px;
  background: url(lx_drop_down_menu_Bg.png) no-repeat;
  padding-left: 12px;
  width: 126px;
  overflow: hidden;
  float: left;
}
.drop_down_menu .dropWarp .downBtn {
  display: block;
  width: 32px;
  height: 32px;
  background: url(lx_drop_down_menu_Bg.png) no-repeat right top;
  float: left;
}
.drop_down_menu .dropWarp .select_a_list {
  position: absolute;
  left: 0px;
  top: 30px;
  width: 168px;
  border: 1px solid #d7d7d7;
  background: #fff;
  display: none;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  z-index: 10;
}
.drop_down_menu .dropWarp:hover .select_a_list {
  display: block;
}
.drop_down_menu .dropWarp .select_a_list i {
  display: block;
  font-style: normal;
  height: 26px;
  line-height: 26px;
  margin: 2px 0;
  padding: 0 10px;
}
.drop_down_menu .dropWarp .select_a_list i:hover {
  background: #f2f2f2;
}
.drop_down_menu .dropWarp .select_a_list i a {
  color: #5e5e5e;
}
/*对比栏*/
.contrast_box {
  width: 130px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  /*圆角样式*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 186px;
  margin-left: 508px;
  background: #f7f7f7;
  /*改变运动变化*/
  -moz-transition: opacity 500ms ease-in-out;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  -ms-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  /*设置透明度*/
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.contrast_box_show {
  /*设置透明度*/
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.contrast_box .title {
  display: block;
  height: 30px;
  line-height: 30px;
  margin: 1px;
  background: #eee;
  position: relative;
  font-size: 14px;
  color: #2b2b2b;
  text-indent: 10px;
}
.contrast_box .title .close {
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(lx_contrast_box_closeBtnBg.png) no-repeat;
  cursor: pointer;
}
.contrast_box ul {
  /*改变运动变化*/
  -moz-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
  height: 0px;
  overflow: hidden;
}
.contrast_box ul li {
  padding: 10px 8px 8px 8px;
  /*不让选中元素*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  background: #f7f7f7;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.contrast_box ul li:hover {
  background: #fff;
}
.contrast_box ul li.end {
  border: none;
}
.contrast_box ul li span {
  display: block;
}
.contrast_box ul li .img {
  width: 80px;
  height: 80px;
  border: 1px solid #dfdfdf;
  margin: 0 auto;
  overflow: hidden;
}
.contrast_box ul li .img img {
  width: 80px;
  height: 80px;
}
.contrast_box ul li .c_name {
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  /*隐藏文字加省略号*/
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.contrast_box ul li b.close {
  display: none;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 15px;
  height: 15px;
  overflow: hidden;
  background: url(lx_contrast_box_closeBtnBg.png) no-repeat 0 -33px;
  cursor: pointer;
}
.contrast_box ul li b.close:hover {
  background-color: #eee;
}
.contrast_box ul li:hover b {
  display: block;
}
.contrast_box .duibi {
  display: block;
  background: #229fd6;
  color: #fff;
  width: 90px;
  height: 26px;
  line-height: 26px;
  margin: 10px auto;
  font-size: 16px;
  text-align: center;
  /*圆角样式*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*方块内阴影*/
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2) inset;
}
.contrast_box .duibi:hover {
  background: #33ace2;
}
.contrast_box .clear_list {
  display: block;
  height: 16px;
  line-height: 16px;
  padding-bottom: 10px;
  color: #229fd6;
  text-align: center;
  cursor: pointer;
}
/*返回顶部*/
.gotoTop {
  display: block;
  position: fixed;
  left: 50%;
  bottom: 40px;
  margin-left: 500px;
  width: 80px;
}
.gotoTop .backtop {
  display: none;
  position: relative;
  margin: 10px 0 0 6px;
}
.gotoTop .close {
  display: block;
  width: 16px;
  height: 16px;
  background: url(lx_contrast_box_closeBtnBg.png) no-repeat;
  cursor: pointer;
  margin-left: 64px;
  margin-bottom: 5px;
}
.gotoTop ul {
  width: 80px;
  height: 306px;
  /*圆角样式*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d7d7d7;
  background: #fff;
  width: 100%;
}
.gotoTop ul li {
  border-bottom: 1px solid #d7d7d7;
  padding: 7px 8px 7px;
}
.gotoTop ul li .img {
  display: block;
  width: 65px;
  height: 65px;
  background: url(lx_pay_close_attention_bg_1.png) no-repeat;
}
.gotoTop ul li.hqlx .img {
  background-position: 0px 0px;
}
.gotoTop ul li.weixin .img {
  background-position: -121px 0px;
}
.gotoTop ul li.renren .img {
  background-position: -241px 0px;
}
.gotoTop ul li.renren {
  border-bottom: none;
}
.gotoTop ul li .title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
}
.gotoTop ul li.hqlx .title {
  text-align: left;
  background: url(lx_pay_close_attention_bg.png) no-repeat -8px -76px;
}
